summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Drop unnecessary av_unused attributes.Diego Biurrun2014-09-05
* Replace av_unused attributes by block structuresDiego Biurrun2014-09-05
* rdft: Move some variables into a separate blockDiego Biurrun2014-09-05
* get_bits: Add OPEN_READER macro variant w/o size_plus8Diego Biurrun2014-09-05
* vc1: Split bits used in libavformat into a separate headerDiego Biurrun2014-09-04
* build: Split WMA frequencies into a separate object fileDiego Biurrun2014-09-04
* build: cosmetics: Group hwaccel OBJS declarations togetherDiego Biurrun2014-09-04
* fdctdsp: cosmetics: Drop one unnecessary if-block levelDiego Biurrun2014-09-03
* wma: K&R formatting cosmeticsGabriel Dume2014-09-03
* x265: Use the encoder defaultsLuca Barbato2014-09-03
* wmv2: K&R formatting cosmeticsGabriel Dume2014-09-02
* xvid: Add C IDCTPascal Massimino2014-09-02
* idctdsp: Add global function pointers for {add|put}_pixels_clamped functionsDiego Biurrun2014-09-02
* get_bits: Rename HAVE_BITS_REMAINING --> BITS_AVAILABLEDiego Biurrun2014-09-02
* flv: K&R formatting cosmeticsGabriel Dume2014-09-02
* asv: K&R formatting cosmeticsGabriel Dume2014-09-02
* 8svx: Return proper error codesGabriel Dume2014-09-02
* mpeg4videodec: Fix low_delay error messageGabriel Dume2014-09-01
* aac_adtstoasc_bsf: Return proper error codeGabriel Dume2014-09-01
* dxva2: Clean up definition of _WIN32_WINNTDiego Biurrun2014-09-01
* dxva2: Pass variable of correct type to IDirectXVideoDecoder_GetBuffer()Diego Biurrun2014-09-01
* avcodec: fix missing doxygen comment markerMichael Niedermayer2014-09-01
* avcodec: add stream-level stereo3d side dataVittorio Giovara2014-08-28
* x86: xvid: K&R formatting cosmeticsDiego Biurrun2014-08-27
* cosmetics: Make naming scheme of Xvid IDCT consistent with other IDCTsDiego Biurrun2014-08-27
* x86: xvid_idct: Drop unused definitionsDiego Biurrun2014-08-27
* vc1: Initialize start_code_found to 0Luca Barbato2014-08-27
* h264: fully check cropping amount from spsVittorio Giovara2014-08-26
* libxvid: K&R formatting cosmeticsGabriel Dume2014-08-26
* vc1: Fix the skip conditionLuca Barbato2014-08-26
* rv34: use ff_mpeg_update_thread_context only when decoder is fully initializedJanne Grunau2014-08-22
* mpeg12enc: Add missing #include for PICT_FRAMEDiego Biurrun2014-08-21
* error_resilience: Drop asserts from guess_mv()Diego Biurrun2014-08-21
* pcm: Drop av_unused attribute from variable that is always usedDiego Biurrun2014-08-19
* pcm: Drop unused variable from DECODE_PLANAR macroDiego Biurrun2014-08-19
* vc1: Add missing parentheses to conditions in vc1_decode_b_mb_intfr()Diego Biurrun2014-08-19
* proresenc: Properly account for alpha planeChristophe Gisquet2014-08-18
* proresenc: Realloc if buffer is too smallChristophe Gisquet2014-08-18
* proresenc: Report buffer overflowChristophe Gisquet2014-08-18
* proresenc: Remove unneeded parameters from encode_alpha_plane()Christophe Gisquet2014-08-18
* tiff: Return proper error for missing LZMA compressionDiego Elio Pettenò2014-08-18
* cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume2014-08-15
* cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-15
* build: Add explanatory comments to (optimization) blocks in the MakefilesDiego Biurrun2014-08-15
* mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixesDiego Biurrun2014-08-15
* h261dec: Fix order of initializationJohn Stebbins2014-08-14
* h263dec: Fix order of initializationJohn Stebbins2014-08-14
* idct: remove call to ff_idctdsp_init from ff_MPV_common_initJohn Stebbins2014-08-14
* mpeg4video: Fix doxygen comment syntax to document correct struct memberNidhi Makhijani2014-08-14
* vaapi: set the scaling list correctly.Edgar Hucek2014-08-14