aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* x86: dcadsp: Fix linking with yasm and optimizations disabledDiego Biurrun2014-03-051-0/+4
* arm: hpeldsp: prevent overreads in armv6 asmJanne Grunau2014-03-051-8/+12
* x86: cabac: Use correct #includes to make header compile standaloneDiego Biurrun2014-03-051-1/+1
* av_vdpau_get_profile: mask out H.264 intra profile flagRĂ©mi Denis-Courmont2014-03-041-1/+1
* put_bits: Remove unused includesVittorio Giovara2014-03-048-13/+19
* mathops: move macro to the only place it is usedVittorio Giovara2014-03-041-9/+0
* ituh263: reject b-frame with pp_time = 0Keiji Costantini2014-03-011-0/+2
* pthread_frame: flush all threads on flush, not just the first oneAnton Khirnov2014-02-281-2/+3
* build: Let the ffvhuff decoder/encoder depend on the huffyuv decoder/encoderDiego Biurrun2014-02-283-6/+0
* build: Let the iac decoder depend on the imc decoderDiego Biurrun2014-02-281-1/+0
* build: Let all MJPEG-related decoders depend on the MJPEG decoderDiego Biurrun2014-02-281-6/+4
* build: Let AMV decoder depend on the SP5X decoderDiego Biurrun2014-02-281-1/+0
* h264: fix clang warning about uninitialized variableVittorio Giovara2014-02-281-1/+1
* h264: update flag name in ff_h264_decode_ref_pic_list_reordering()Vittorio Giovara2014-02-281-6/+7
* h264: parse two additional constraint flagsVittorio Giovara2014-02-281-1/+3
* h264: add MVCD to the list of High profiles in SPSVittorio Giovara2014-02-281-5/+11
* latm: Always reconfigure if no extradata was set previouslyHendrik Leppkes2014-02-281-1/+2
* arm: dcadsp: implement decode_hf as external NEON asmJanne Grunau2014-02-282-0/+36
* dcadec: simplify decoding of VQ high frequenciesChristophe Gisquet2014-02-286-74/+80
* dca: factorize scaling in inverse ADPCMJanne Grunau2014-02-281-8/+19
* x86: synth filter float: implement SSE2 versionChristophe Gisquet2014-02-284-0/+182
* dcadsp: scan coefficients linearly in dca_lfe_firChristophe Gisquet2014-02-281-8/+6
* x86: dcadsp: implement SSE lfe_dirChristophe Gisquet2014-02-282-0/+91
* dcadec: remove scaling in lfe_interpolation_firChristophe Gisquet2014-02-287-228/+211
* proresenc: Reuse proper dsputil infrastructure for FDCTDiego Biurrun2014-02-281-11/+15
* prores: Drop DSP infrastructure for prores encoder bitsDiego Biurrun2014-02-284-36/+26
* proresenc: Drop unnecessary DCT permutation bitsDiego Biurrun2014-02-283-11/+5
* prores: Use consistent names for DSP arch initialization functionsDiego Biurrun2014-02-283-3/+4
* Give IDCT matrix transpose macro a more descriptive nameDiego Biurrun2014-02-273-17/+17
* build: Do not redundantly specifiy H.263-related object files for MSMPEG4v*Diego Biurrun2014-02-261-10/+4
* parser: cosmetics: Drop some unnecessary parenthesesDiego Biurrun2014-02-251-8/+8
* parser: K&R formatting cosmeticsLuca Barbato2014-02-251-95/+105
* parser: Remove commented-out cruftDiego Biurrun2014-02-251-9/+2
* libx265: Properly handled dynamic linking with MSVCDerek Buitenhuis2014-02-241-0/+4
* libx265: Support SARDerek Buitenhuis2014-02-241-0/+10
* libx265: Support 4:4:4Derek Buitenhuis2014-02-241-0/+23
* libx265: Update API usageDerek Buitenhuis2014-02-241-3/+9
* Use av_frame_copy() to simplify code where appropriate.Anton Khirnov2014-02-241-3/+1
* lavc: use AVFrame API properly in ff_reget_buffer()Anton Khirnov2014-02-241-7/+9
* hevc: Do not left shift a negative value in hevc_loop_filter_chromaLuca Barbato2014-02-231-1/+1
* hevc: Do not right shift a negative value in get_pcmLuca Barbato2014-02-231-4/+8
* hevc: Drop unnecessary shifts in deblocking_filter_CTBLuca Barbato2014-02-231-4/+4
* h264: Fix a typo from the previous commitLuca Barbato2014-02-221-1/+1
* libvorbis: Give consistent names to all functions, structs, and definesDiego Biurrun2014-02-211-19/+19
* h264: Lower bound check for slice offsetsVittorio Giovara2014-02-202-12/+14
* aarch64: use EXTERN_ASM consistently for exported symbolsJanne Grunau2014-02-201-8/+8
* dca: replace some memcpy by AV_COPY128Christophe Gisquet2014-02-201-3/+1
* h264: avoid undefined behavior in chroma motion compensationJanne Grunau2014-02-201-3/+32
* mpeg4video_parser: Drop pointless av_-prefix from static functionDiego Biurrun2014-02-201-4/+3
* avcodec: Consistently name encoder init functions foo_encode_initDiego Biurrun2014-02-204-10/+9