aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* h264: fully check cropping amount from spsVittorio Giovara2014-08-261-1/+3
* libxvid: K&R formatting cosmeticsGabriel Dume2014-08-263-309/+329
* vc1: Fix the skip conditionLuca Barbato2014-08-261-2/+3
* rv34: use ff_mpeg_update_thread_context only when decoder is fully initializedJanne Grunau2014-08-221-4/+6
* mpeg12enc: Add missing #include for PICT_FRAMEDiego Biurrun2014-08-211-0/+1
* error_resilience: Drop asserts from guess_mv()Diego Biurrun2014-08-211-2/+0
* pcm: Drop av_unused attribute from variable that is always usedDiego Biurrun2014-08-191-1/+1
* pcm: Drop unused variable from DECODE_PLANAR macroDiego Biurrun2014-08-191-1/+0
* vc1: Add missing parentheses to conditions in vc1_decode_b_mb_intfr()Diego Biurrun2014-08-191-2/+2
* proresenc: Properly account for alpha planeChristophe Gisquet2014-08-181-2/+8
* proresenc: Realloc if buffer is too smallChristophe Gisquet2014-08-181-1/+37
* proresenc: Report buffer overflowChristophe Gisquet2014-08-181-3/+11
* proresenc: Remove unneeded parameters from encode_alpha_plane()Christophe Gisquet2014-08-181-4/+2
* tiff: Return proper error for missing LZMA compressionDiego Elio Pettenò2014-08-182-1/+5
* cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume2014-08-1511-20/+20
* cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-1535-59/+57
* build: Add explanatory comments to (optimization) blocks in the MakefilesDiego Biurrun2014-08-154-1/+31
* mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixesDiego Biurrun2014-08-1530-182/+190
* h261dec: Fix order of initializationJohn Stebbins2014-08-141-4/+6
* h263dec: Fix order of initializationJohn Stebbins2014-08-141-13/+12
* idct: remove call to ff_idctdsp_init from ff_MPV_common_initJohn Stebbins2014-08-149-17/+31
* mpeg4video: Fix doxygen comment syntax to document correct struct memberNidhi Makhijani2014-08-141-10/+10
* vaapi: set the scaling list correctly.Edgar Hucek2014-08-141-1/+2
* ffv1dec: check that global parameters do not change in version 0/1Michael Niedermayer2014-08-121-7/+25
* hevc_mvs: avoid deriving tmvp in amvpChristophe Gisquet2014-08-121-1/+2
* hevc: wait proper position for tmvpChristophe Gisquet2014-08-121-1/+2
* hevc: use intreadwriteChristophe Gisquet2014-08-123-18/+13
* hevc: derive partial merge listChristophe Gisquet2014-08-121-9/+33
* hevc: derive partially amvp listChristophe Gisquet2014-08-121-0/+5
* hevc: simplify roundingChristophe Gisquet2014-08-121-4/+4
* hevc: reorder loopsChristophe Gisquet2014-08-121-6/+6
* avcodec: Postpone FF_IDCT_XVIDMMX removal until the next version bumpDiego Biurrun2014-08-101-1/+1
* lavc: drop the av_fast_{re,m}alloc compatibility wrappersAnton Khirnov2014-08-101-12/+0
* tiff: Improve grayscale supportDiego Elio Pettenò2014-08-101-11/+3
* lavc: remove obsolete and disabled avpriv functionsAnton Khirnov2014-08-096-45/+0
* Remove obsolete FF_API_AVFRAME_COLORSPACE cruft.Anton Khirnov2014-08-091-2/+0
* Bump major versions of all libraries.Anton Khirnov2014-08-091-3/+3
* Postpone API-incompatible changes until the next bump.Anton Khirnov2014-08-091-28/+28
* hevc_filter: avoid excessive calls to ff_hevc_get_ref_list()Anton Khirnov2014-08-091-16/+20
* hevc_refs: drop the handling of negative coordinates in ff_hevc_get_ref_list()Anton Khirnov2014-08-091-10/+6
* hevc_filter: move some conditions out of loopsAnton Khirnov2014-08-091-18/+23
* hevc: deobfuscate slice/tile boundary handling for DBFAnton Khirnov2014-08-093-46/+36
* hevc_filter: drop more redundant checksAnton Khirnov2014-08-091-4/+0
* hevc_filter: drop redundant checksAnton Khirnov2014-08-091-6/+2
* hevc: calculate the dbf strength in hls_pcm_sample() only if dbf is enabledAnton Khirnov2014-08-091-3/+5
* avcodec: Rename xvidmmx IDCT to xvidDiego Biurrun2014-08-085-4/+13
* xvididct: Ensure that the scantable permutation is always set correctlyDiego Biurrun2014-08-083-13/+10
* idct: cosmetics: Drop one unnecessary if-block levelDiego Biurrun2014-08-081-17/+15
* avcodec: Undeprecate reordered_opaqueDiego Biurrun2014-08-072-2/+1
* h264: fix interpretation of interleved stereo modesFelix Abecassis2014-08-072-4/+4