summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* pthread_frame: flush all threads on flush, not just the first oneAnton Khirnov2014-02-28
* build: Let the ffvhuff decoder/encoder depend on the huffyuv decoder/encoderDiego Biurrun2014-02-28
* build: Let the iac decoder depend on the imc decoderDiego Biurrun2014-02-28
* build: Let all MJPEG-related decoders depend on the MJPEG decoderDiego Biurrun2014-02-28
* build: Let AMV decoder depend on the SP5X decoderDiego Biurrun2014-02-28
* h264: fix clang warning about uninitialized variableVittorio Giovara2014-02-28
* h264: update flag name in ff_h264_decode_ref_pic_list_reordering()Vittorio Giovara2014-02-28
* h264: parse two additional constraint flagsVittorio Giovara2014-02-28
* h264: add MVCD to the list of High profiles in SPSVittorio Giovara2014-02-28
* latm: Always reconfigure if no extradata was set previouslyHendrik Leppkes2014-02-28
* arm: dcadsp: implement decode_hf as external NEON asmJanne Grunau2014-02-28
* dcadec: simplify decoding of VQ high frequenciesChristophe Gisquet2014-02-28
* dca: factorize scaling in inverse ADPCMJanne Grunau2014-02-28
* x86: synth filter float: implement SSE2 versionChristophe Gisquet2014-02-28
* dcadsp: scan coefficients linearly in dca_lfe_firChristophe Gisquet2014-02-28
* x86: dcadsp: implement SSE lfe_dirChristophe Gisquet2014-02-28
* dcadec: remove scaling in lfe_interpolation_firChristophe Gisquet2014-02-28
* proresenc: Reuse proper dsputil infrastructure for FDCTDiego Biurrun2014-02-28
* prores: Drop DSP infrastructure for prores encoder bitsDiego Biurrun2014-02-28
* proresenc: Drop unnecessary DCT permutation bitsDiego Biurrun2014-02-28
* prores: Use consistent names for DSP arch initialization functionsDiego Biurrun2014-02-28
* Give IDCT matrix transpose macro a more descriptive nameDiego Biurrun2014-02-27
* build: Do not redundantly specifiy H.263-related object files for MSMPEG4v*Diego Biurrun2014-02-26
* parser: cosmetics: Drop some unnecessary parenthesesDiego Biurrun2014-02-25
* parser: K&R formatting cosmeticsLuca Barbato2014-02-25
* parser: Remove commented-out cruftDiego Biurrun2014-02-25
* libx265: Properly handled dynamic linking with MSVCDerek Buitenhuis2014-02-24
* libx265: Support SARDerek Buitenhuis2014-02-24
* libx265: Support 4:4:4Derek Buitenhuis2014-02-24
* libx265: Update API usageDerek Buitenhuis2014-02-24
* Use av_frame_copy() to simplify code where appropriate.Anton Khirnov2014-02-24
* lavc: use AVFrame API properly in ff_reget_buffer()Anton Khirnov2014-02-24
* hevc: Do not left shift a negative value in hevc_loop_filter_chromaLuca Barbato2014-02-23
* hevc: Do not right shift a negative value in get_pcmLuca Barbato2014-02-23
* hevc: Drop unnecessary shifts in deblocking_filter_CTBLuca Barbato2014-02-23
* h264: Fix a typo from the previous commitLuca Barbato2014-02-22
* libvorbis: Give consistent names to all functions, structs, and definesDiego Biurrun2014-02-21
* h264: Lower bound check for slice offsetsVittorio Giovara2014-02-20
* aarch64: use EXTERN_ASM consistently for exported symbolsJanne Grunau2014-02-20
* dca: replace some memcpy by AV_COPY128Christophe Gisquet2014-02-20
* h264: avoid undefined behavior in chroma motion compensationJanne Grunau2014-02-20
* mpeg4video_parser: Drop pointless av_-prefix from static functionDiego Biurrun2014-02-20
* avcodec: Consistently name encoder init functions foo_encode_initDiego Biurrun2014-02-20
* x86: dsputil: Use correct file name as multiple inclusion guardDiego Biurrun2014-02-20
* bit_depth_template: Use file name as multiple inclusion guardDiego Biurrun2014-02-20
* svq3: Adjust #endif commentDiego Biurrun2014-02-20
* hevc: Always consider VLC NALU type mismatch fatalLuca Barbato2014-02-19
* hevc: Mention the missing SPS in the error messageLuca Barbato2014-02-19
* x86: dca: Add missing multiple inclusion guardsDiego Biurrun2014-02-19
* h264: informative error reporting in decode_slice_header()Luca Barbato2014-02-18