aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cdxl: remove an unused variableAnton Khirnov2013-11-161-1/+0
* c93: use the AVFrame API properly.Anton Khirnov2013-11-161-12/+18
* bethsoftvid: use the AVFrame API properly.Anton Khirnov2013-11-161-11/+15
* avs: use the AVFrame API properly.Anton Khirnov2013-11-161-8/+13
* asvenc: use the AVFrame API properly.Anton Khirnov2013-11-163-17/+18
* a64multienc: use the AVFrame API properly.Anton Khirnov2013-11-162-6/+8
* lavc: deprecate avcodec_alloc_frame().Anton Khirnov2013-11-162-5/+6
* Replace all instances of avcodec_alloc_frame() with av_frame_alloc().Anton Khirnov2013-11-1618-23/+23
* lavc: update coded_frame doxy.Anton Khirnov2013-11-161-1/+1
* lavc: deprecate CODEC_CAP_NEG_LINESIZESAnton Khirnov2013-11-162-1/+6
* lavc: VP9 decoderRonald S. Bultje2013-11-15221-1/+10716
* lavc: Edge emulation with dst/src linesizeRonald S. Bultje2013-11-1516-614/+621
* dv: Split DV data table declarations into their own headerDiego Biurrun2013-11-156-97/+123
* build: Allow specifying extra object files when linking HOSTPROGSDiego Biurrun2013-11-151-1/+1
* h264: free the tables and uninitialize the context on flushAnton Khirnov2013-11-141-0/+3
* lavf: improve support for AVC-Intra files.Reimar Döffinger2013-11-146-4/+143
* mxfdec: update current edit unit when seeking in mxf files without index tablesMarton Balint2013-11-141-0/+1
* 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-147-48/+71
* 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-146-7/+29
* vdpau: add a constructor for AVVDPAUContext.Anton Khirnov2013-11-143-0/+18
* vdpau: add a convenience function for getting a decoder profile.Anton Khirnov2013-11-144-1/+61
* Deprecate obsolete XvMC hardware decoding supportDiego Biurrun2013-11-1318-45/+151
* Remove all Alpha architecture optimizationsDiego Biurrun2013-11-1324-1966/+8
* configure: Check whether MSVC requires using the C89-to-C99 converterMartin Storsjö2013-11-131-1/+14
* 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
* avienc: drop the vfr flag.Anton Khirnov2013-11-081-1/+0
* 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-0815-118/+210
* Remove #undefs for formerly forbidden system functionsDiego Biurrun2013-11-074-9/+0
* avfilter/graphparser: Directly free filter memory if initialization failsDiego Biurrun2013-11-061-0/+1
* configure: Move -Wno-maybe-uninitialized check into gcc sectionDiego Biurrun2013-11-051-1/+1
* avfilter/buffer: Suppress deprecation warning for avfilter_unref_bufferDiego Biurrun2013-11-041-0/+3
* graph2dot: Add missing #include for av_get_channel_layout_string()Diego Biurrun2013-11-041-0/+1
* graph2dot: Fix use of deprecated APIDiego Biurrun2013-11-041-2/+2
* 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
* omadec: loosen format probing constraintsDavid Goldwich2013-11-041-11/+4
* omadec: check GEOB sizes against buffer sizeMichael Niedermayer2013-11-041-0/+5
* omadec: Fix wrong number of array elementsMichael Niedermayer2013-11-041-1/+1