summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* idctdsp: Add global function pointers for {add|put}_pixels_clamped functionsDiego Biurrun2014-09-026-23/+32
* get_bits: Rename HAVE_BITS_REMAINING --> BITS_AVAILABLEDiego Biurrun2014-09-022-4/+4
* flv: K&R formatting cosmeticsGabriel Dume2014-09-023-49/+56
* asv: K&R formatting cosmeticsGabriel Dume2014-09-024-173/+210
* 8svx: Return proper error codesGabriel Dume2014-09-021-5/+5
* mpeg4videodec: Fix low_delay error messageGabriel Dume2014-09-011-1/+1
* aac_adtstoasc_bsf: Return proper error codeGabriel Dume2014-09-011-1/+1
* dxva2: Clean up definition of _WIN32_WINNTDiego Biurrun2014-09-012-1/+4
* dxva2: Pass variable of correct type to IDirectXVideoDecoder_GetBuffer()Diego Biurrun2014-09-013-4/+12
* avcodec: fix missing doxygen comment markerMichael Niedermayer2014-09-011-1/+1
* avcodec: add stream-level stereo3d side dataVittorio Giovara2014-08-283-1/+16
* x86: xvid: K&R formatting cosmeticsDiego Biurrun2014-08-272-489/+489
* cosmetics: Make naming scheme of Xvid IDCT consistent with other IDCTsDiego Biurrun2014-08-279-52/+56
* x86: xvid_idct: Drop unused definitionsDiego Biurrun2014-08-272-20/+0
* vc1: Initialize start_code_found to 0Luca Barbato2014-08-271-1/+1
* 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
OpenPOWER on IntegriCloud