aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* h264: free the tables and uninitialize the context on flushAnton Khirnov2013-11-141-0/+3
* mpeg12dec: Remove outdated UV swapping code for VCR2Diego Biurrun2013-11-142-19/+0
* twinvq: consume block_align+1 packets as full onesKostya Shishkov2013-11-141-0/+3
* twinvq: support multiple frames per packetKostya Shishkov2013-11-145-61/+123
* metasound: add missing modesKostya Shishkov2013-11-142-3/+10245
* mpeg12dec: Remove unused swap_uv member from Mpeg1ContextDiego Biurrun2013-11-141-1/+0
* Move av_fast_{m,re}alloc from lavc to lavu.Anton Khirnov2013-11-143-47/+13
* lavc: deprecate FF_MAX_B_FRAMESAnton Khirnov2013-11-145-2/+16
* lavc: move MB_TYPE_* macros from avcodec.h to mpegvideo.hAnton Khirnov2013-11-143-0/+29
* lavc: schedule unused FF_QSCALE_TYPE_* for removal on next bumpAnton Khirnov2013-11-142-0/+5
* lavc: make error_rate a private option of mpegvideo encodersAnton Khirnov2013-11-145-7/+25
* vdpau: add a constructor for AVVDPAUContext.Anton Khirnov2013-11-142-0/+16
* vdpau: add a convenience function for getting a decoder profile.Anton Khirnov2013-11-143-1/+58
* Deprecate obsolete XvMC hardware decoding supportDiego Biurrun2013-11-1313-44/+141
* Remove all Alpha architecture optimizationsDiego Biurrun2013-11-1324-1966/+8
* mpegaudioenc: Move some static tables to MpegAudioContextDiego Biurrun2013-11-102-26/+23
* mpegaudioenc: Remove broken integer-only quantization code pathDiego Biurrun2013-11-102-39/+5
* hwaccel: Simplify ff_find_hwaccelLuca Barbato2013-11-106-9/+11
* metasound: Fix error message argumentKostya Shishkov2013-11-081-1/+1
* h263dsp: K&R formatting cosmeticsDiego Biurrun2013-11-081-47/+63
* dsputil: Split off H.263 bits into their own H263DSPContextDiego Biurrun2013-11-0814-114/+205
* Remove #undefs for formerly forbidden system functionsDiego Biurrun2013-11-073-7/+0
* vdpau: Add missing #includes to fix standalone header compilationDiego Biurrun2013-11-042-1/+9
* x86: rv40dsp: Use PAVGB instruction macro where appropriateDiego Biurrun2013-11-041-5/+1
* hevc_ps: Use AV_PIX_FMT_YUVJ420P if YUV 4:2:0 8-bit full scaleYusuke Nakamura2013-11-041-0/+2
* hevc: Use parsed VUI colorimetry in avcodecJan Ekström2013-11-042-0/+24
* lavc: Add colorimetry values for BT.2020, other non-included onesJan Ekström2013-11-042-16/+28
* aacdec: Set the profile during decodingGian-Carlo Pascutto2013-11-042-0/+11
* lavc: move AVCodecContext.pkt to AVCodecInternalAnton Khirnov2013-11-046-11/+20
* pthread: store thread contexts in AVCodecInternal instead of AVCodecContextAnton Khirnov2013-11-047-33/+38
* pthread_slice: rename ThreadContext -> SliceThreadContextAnton Khirnov2013-11-041-9/+9
* lavc: split slice and frame threading functions into separate filesAnton Khirnov2013-11-045-949/+1057
* pthread: drop avcodec_ prefixes from static functionsAnton Khirnov2013-11-041-8/+8
* x86: hpeldsp: Use PAVGB instruction macro where necessaryMikulas Patocka2013-11-041-13/+13
* ansi: fix possible use of uninitialized variablesVittorio Giovara2013-11-031-2/+6
* mpeg4video_parser: K&R formatting cosmeticsVittorio Giovara2013-11-021-34/+35
* mpeg4video: K&R formatting cosmeticsVittorio Giovara2013-11-012-129/+156
* flashsv: K&R formatting cosmeticsLuca Barbato2013-11-011-27/+30
* x86: vp8dsp: Split loopfilter code into a separate fileDiego Biurrun2013-11-013-1556/+1586
* flashsv: Check diff_start diff_height valuesMichael Niedermayer2013-11-011-0/+6
* flashsv: Refactor a littleLuca Barbato2013-11-011-5/+9
* lavc: move FF_ASPECT_EXTENDED from avcodec.h to h263.hAnton Khirnov2013-10-313-0/+9
* lavc: deprecate unused FF_BUG_OLD_MSMPEG4Anton Khirnov2013-10-313-0/+7
* lavc: schedule FF_BUG_AC_VLC for removal on the next major bump.Anton Khirnov2013-10-313-0/+7
* lavc: deprecate FF_DEBUG_VIS_*Anton Khirnov2013-10-312-0/+4
* lavc: deprecate AVCodecContext.debug_mvAnton Khirnov2013-10-313-4/+6
* lavc: deprecate FF_DEBUG_MV and remove all traces of its useAnton Khirnov2013-10-314-2/+11
* Add HEVC decoderGuillaume Martres2013-10-3119-1/+10873
* webp: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-311-2/+2
* vp8: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-311-5/+4