aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* lavc: Add missing API guard to dtg_active_format optionVittorio Giovara2015-07-011-0/+2
* Go2Meeting decoderKostya Shishkov2015-07-015-26/+1217
* h264: Parse registered data SEI message and AFD valueVittorio Giovara2015-06-304-1/+67
* h264_sei: Group error check outside the switch blockVittorio Giovara2015-06-301-12/+2
* h263: Always check both dimensionsLuca Barbato2015-06-301-3/+5
* cosmetic: Reformat ff_h263_decode_mbaLuca Barbato2015-06-301-6/+6
* aic: Fix slice size computation for widths multiples of 32 macroblocksVittorio Giovara2015-06-301-1/+1
* h264: Allow stream and container cropping at the same timeVittorio Giovara2015-06-301-5/+2
* h264: do not update the context fields copied between threads after finish_se...Anton Khirnov2015-06-273-48/+89
* h264: make sure the current picture is not made a long ref multiple timesAnton Khirnov2015-06-271-0/+9
* h264: make sure the slices do not overlap during slice threadingAnton Khirnov2015-06-272-6/+42
* nvenc: Fix NV12 inputLuca Barbato2015-06-261-2/+2
* vc1dec: use get_bits_long and limit the read bits to 32Andreas Cadhalpun2015-06-261-1/+1
* TextureDSP: fix erroneous condition which produced blocky output for DXTTom Butterworth2015-06-241-1/+1
* dds: Fix palette mode on big endianLuca Barbato2015-06-241-1/+6
* PCM signed 16-bit big-endian planar decoderPaul B Mahol2015-06-247-1/+16
* libvpx: fix test for VPX_IMAGE_ABI_VERSIONJanne Grunau2015-06-241-2/+2
* Fix missing symbols when libvpx has only vp8 enabledMark Webster2015-06-241-2/+2
* arm64: constify src in h264qpel dsp function definitionsJanne Grunau2015-06-241-64/+64
* DirectDraw Surface image decoderVittorio Giovara2015-06-226-1/+672
* Hap decoder and encoderVittorio Giovara2015-06-228-2/+520
* txd: Use the TextureDSP module for decodingVittorio Giovara2015-06-224-159/+29
* Introduce a TextureDSP moduleVittorio Giovara2015-06-224-0/+1335
* Implement Snappy decompressionLuca Barbato2015-06-223-0/+225
* libvpx: Support the vp9 extended profilesLuca Barbato2015-06-216-24/+88
* libvpx: Do not set vp8 only parameters when encoding in vp9Luca Barbato2015-06-201-2/+5
* mp3: enable packed main_data decoding in MP4nu7742015-06-201-7/+0
* libwebpenc: use WebPMemoryWriterClear()James Almer2015-06-171-0/+4
* aic: Improve error reportingVittorio Giovara2015-06-171-4/+11
* h264: er: Copy from the previous reference only if compatibleAndreas Cadhalpun2015-06-151-2/+5
* lavc: Clarify the behaviour of dimension and format context fieldsLuca Barbato2015-06-151-3/+19
* x264: Factor out the reconfiguration codeLuca Barbato2015-06-151-78/+86
* fft-test: Use the float fabs() versionVittorio Giovara2015-06-121-1/+1
* on2avc: Use the integer abs() versionVittorio Giovara2015-06-121-1/+1
* h264_qpel: Use the correct headerVittorio Giovara2015-06-121-1/+1
* h264_weight: Fix SSSE3 biweight code with weights of 128Michael Niedermayer2015-06-121-0/+10
* eamad: Use the correct headersLuca Barbato2015-06-121-2/+2
* mpeg12: Move the vlc bits to a stand alone fileLuca Barbato2015-06-122-18/+53
* mpegvideo: Expand macroVittorio Giovara2015-06-126-15/+42
* mpegvideo: rv10: Move function declaration to a separate headerVittorio Giovara2015-06-127-5/+38
* mpegvideo: h263: Move all tables to a single fileVittorio Giovara2015-06-1212-279/+326
* mpegvideo: Move ER functions to a separate fileVittorio Giovara2015-06-123-66/+74
* mpegvideo: Mark one function as staticVittorio Giovara2015-06-102-5/+3
* mpegvideo: Move block permutation function where is usedVittorio Giovara2015-06-103-37/+38
* mpegvideo: Drop release_unused_pictures() functionVittorio Giovara2015-06-101-12/+5
* mpegvideo: Move Picture-related functions to a separate fileVittorio Giovara2015-06-105-474/+536
* imc: add required padding for GetBitContext bufferJanne Grunau2015-06-091-1/+1
* ac3_parser: add required padding for GetBitContext bufferJanne Grunau2015-06-091-1/+1
* aac_parser: add required padding for GetBitContext bufferJanne Grunau2015-06-091-1/+1
* mpegvideo: Move OutFormat enum to mpegutils.hVittorio Giovara2015-06-085-7/+12