summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Remove all SH4 architecture optimizationsDiego Biurrun2014-03-1310-393/+7
* ffv1: Drop bogus dependency on dsputilDiego Biurrun2014-03-132-5/+0
* build: Drop stray mpc8 decoder dependency on dsputilDiego Biurrun2014-03-131-2/+0
* armv6: vp8: use explicit labels in motion compensation asmJanne Grunau2014-03-121-1/+7
* copy_block: K&R formatting cosmeticsVittorio Giovara2014-03-121-14/+11
* golomb: Add a get_se_golomb_longLuca Barbato2014-03-101-0/+12
* hevc: make pps/sps ids unsigned where necessaryVittorio Giovara2014-03-092-5/+5
* hevc: Do not turn 32bit timebases into negative numbersMichael Niedermayer2014-03-091-1/+1
* hevc: use av_mallocz() for allocating tab_ipmMichael Niedermayer2014-03-091-1/+1
* hevc: Use get_bits_long() in decode_vui()Michael Niedermayer2014-03-091-2/+2
* arm: get_cabac inline asmJanne Grunau2014-03-092-0/+105
* aarch64: get_cabac inline asmJanne Grunau2014-03-093-1/+108
* arm: vp3: remove incorrect const in ff_vp3_idct_dc_add_neon declarationJanne Grunau2014-03-091-1/+1
* arm: hpeldsp: fix put_pixels8_y2_{,no_rnd_}armv6Janne Grunau2014-03-081-6/+4
* rv10: K&R formatting cosmeticsKeiji Costantini2014-03-081-44/+63
* rv10: Forward error from rv10_decode_packetKeiji Costantini2014-03-081-1/+4
* g2meet: K&R formatting cosmeticsDiego Biurrun2014-03-081-30/+41
* fic: Properly handle skip framesDerek Buitenhuis2014-03-071-0/+5
* libx265: Support API version 9Derek Buitenhuis2014-03-061-5/+5
* dxva2: Increase maximum number of slices for mpeg2Rainer Hochecker2014-03-061-3/+6
* build: Let the SVQ3 decoder depend on the H.264 decoderDiego Biurrun2014-03-061-4/+1
* 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