summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* avfilter: add needs_writable field to the internal AVFilterPad structureVittorio Giovara2014-01-091-0/+8
* avfilter: add documentation for needs_writableVittorio Giovara2014-01-091-0/+6
* fate: add framepack filter testVittorio Giovara2014-01-096-0/+88
* lavfi: add framepack filterVittorio Giovara2014-01-096-1/+412
* flac muxer: add option to disable writing the global headerJustin Ruggles2014-01-092-1/+29
* ATRAC3+ decoderMaxim Polijakowski2014-01-0912-3/+5007
* x86: hpeldsp: Add missing av_cold attribute to init functionDiego Biurrun2014-01-091-1/+2
* x86: avcodec: Add a bunch of missing #includes for av_coldDiego Biurrun2014-01-096-0/+6
* ac3tab.h: #include the correct headersDiego Biurrun2014-01-091-1/+3
* mjpegdec: apply flipping after decoding, not beforeAnton Khirnov2014-01-092-15/+20
* hevc: fix decoding of one PU wide filesGuillaume Martres2014-01-092-17/+22
* FATE: add MSS2 testsAnton Khirnov2014-01-096-0/+131
* vp9: drop support for real (non-emulated) edgesAnton Khirnov2014-01-092-3/+2
* vp8: drop support for real (non-emulated) edgesAnton Khirnov2014-01-092-68/+29
* mpegvideo: drop support for real (non-emulated) edgesAnton Khirnov2014-01-0910-114/+50
* arm: Add a missing # as prefix for an immediate constantMartin Storsjö2014-01-071-1/+1
* arm: Allow overriding the alignment set in the function macroMartin Storsjö2014-01-073-20/+11
* arm: Remove a leftover define for the pld instructionMartin Storsjö2014-01-071-4/+0
* arm: cosmetics: Reindent the h264dsp neon init functionMartin Storsjö2014-01-071-19/+19
* network.h: Add #endif comments to improve readabilityDiego Biurrun2014-01-061-6/+7
* Rename CONFIG_FFT_FLOAT ---> FFT_FLOATDiego Biurrun2014-01-0613-24/+24
* libopusenc: Change default frame duration to 20 msPaul B Mahol2014-01-061-1/+1
* configure: Disable networking if winsock2.h is available but winsock function...Martin Storsjö2014-01-061-1/+1
* random_seed: Rewrite the generic clock() based seed codeMichael Niedermayer2014-01-061-21/+30
* configure: Update freetype check to follow upstreamLuca Barbato2014-01-061-1/+1
* drawtext: Drop pointless headerLuca Barbato2014-01-061-1/+0
* segafilm: fix leaks if reading the header failsAnton Khirnov2014-01-061-15/+20
* pthread_frame: unref decoded frames on failureAnton Khirnov2014-01-061-0/+7
* h264: do not use 422 functions for monochromeAnton Khirnov2014-01-066-30/+30
* h264: check that execute_decode_slices() is not called too many timesAnton Khirnov2014-01-061-0/+6
* h264: reject mismatching luma/chroma bit depths during sps parsingAnton Khirnov2014-01-062-6/+5
* h264: rebuild the default ref list if the reference count changesAnton Khirnov2014-01-061-11/+23
* cavsdec: check ff_get_buffer() return valueAnton Khirnov2014-01-061-2/+5
* lavc: do not leak the internal frame if opening the codec failsAnton Khirnov2014-01-061-1/+3
* lavf: remove a pointless checkAnton Khirnov2014-01-061-2/+1
* oggparseogm: check timing variablesAnton Khirnov2014-01-061-0/+5
* lavc: add 422/444 YUV with alpha to align_dimensions()Anton Khirnov2014-01-061-0/+4
* lagarith: do not call simd functions on unaligned linesKostya Shishkov2014-01-061-6/+19
* sgidec: fix buffer size check in expand_rle_row()Anton Khirnov2014-01-061-4/+18
* kgv1dec: replace forcing EMU_EDGE by a copyAnton Khirnov2014-01-061-18/+22
* 4xm: replace forcing EMU_EDGE by a copyAnton Khirnov2014-01-061-62/+59
* 4xm: return a proper error code.Anton Khirnov2014-01-061-1/+1
* hevc: rename some HEVC conformance streamsGuillaume Martres2014-01-067-6/+6
* hevc: add new conformance streamsGuillaume Martres2014-01-068-38/+100
* cmdutils: update copyright year to 2014.Johan Andersson2014-01-051-1/+1
* (e)ac3dec: set AV_FRAME_DATA_MATRIXENCODING side data.Tim Walker2014-01-051-0/+30
* (e)ac3: parse and store the Dolby Surround, Surround EX and Headphone mode fl...Tim Walker2014-01-055-9/+63
* mlpdec: set AV_FRAME_DATA_MATRIXENCODING side data.Tim Walker2014-01-051-0/+4
* mlp: Parse TrueHD decoder channel modifiers and set the AVMatrixEncoding for ...Tim Walker2014-01-054-2/+61
* dcadec: set AV_FRAME_DATA_MATRIXENCODING side data.Tim Walker2014-01-051-0/+9
OpenPOWER on IntegriCloud