summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* lavc: remove disabled FF_API_AVFRAME_AGE cruft.Anton Khirnov2012-01-272-10/+0
* lavc: remove disabled FF_API_DATA_POINTERS cruft.Anton Khirnov2012-01-272-7/+0
* lavc: remove disabled FF_API_TIFFENC_COMPLEVEL cruft.Anton Khirnov2012-01-272-19/+0
* lavc: remove disabled FF_API_INTERNAL_CONTEXT cruft.Anton Khirnov2012-01-272-32/+0
* lavc: remove disabled FF_API_PARSE_FRAME cruft.Anton Khirnov2012-01-275-57/+0
* lavc: remove disabled FF_API_GET_ALPHA_INFO cruft.Anton Khirnov2012-01-273-65/+0
* lavc: remove disabled FF_API_MJPEG_GLOBAL_OPTS cruft.Anton Khirnov2012-01-274-21/+0
* lavc: remove disabled FF_API_SNOW_GLOBAL_OPTS cruft.Anton Khirnov2012-01-272-6/+0
* lavc: remove disabled FF_API_LAME_GLOBAL_OPTS cruft.Anton Khirnov2012-01-274-18/+1
* lavc: remove disabled FF_API_AVCODEC_INIT cruft.Anton Khirnov2012-01-273-16/+1
* lavc: remove disabled FF_API_ER cruft.Anton Khirnov2012-01-274-36/+0
* lavc: remove disabled FF_API_DRC_SCALE cruft.Anton Khirnov2012-01-274-22/+0
* lavc: remove disabled FF_API_AVCODEC_OPEN cruft.Anton Khirnov2012-01-273-44/+0
* lavc: remove disabled FF_API_ALLOC_CONTEXT cruft.Anton Khirnov2012-01-273-65/+0
* lavc: remove disabled FF_API_GET_PIX_FMT_NAME cruft.Anton Khirnov2012-01-273-18/+0
* lavc: remove disabled FF_API_FLAC_GLOBAL_OPTS cruft.Anton Khirnov2012-01-274-152/+0
* lavc: remove disabled FF_API_OLD_FF_PICT_TYPES cruft.Anton Khirnov2012-01-273-32/+0
* lavc: remove disabled FF_API_THREAD_INIT cruft.Anton Khirnov2012-01-273-19/+0
* lavc: remove disabled FF_API_ANTIALIAS_ALGO cruft.Anton Khirnov2012-01-273-23/+0
* lavc: remove disabled FF_API_OLD_AUDIOCONVERT cruft.Anton Khirnov2012-01-274-88/+0
* lavc: remove disabled FF_API_OLD_SAMPLE_FMT cruft.Anton Khirnov2012-01-275-66/+0
* lavc: remove disabled FF_API_PALETTE_CONTROL cruft.Anton Khirnov2012-01-272-35/+0
* lavc: remove disabled FF_API_MPEGVIDEO_GLOBAL_OPTS cruft.Anton Khirnov2012-01-275-108/+2
* lavc: remove disabled FF_API_X264_GLOBAL_OPTS cruft.Anton Khirnov2012-01-275-297/+1
* lavc: remove the deprecated opt.h header.Anton Khirnov2012-01-273-38/+1
* lavc: remove the deprecated "ab" option.Anton Khirnov2012-01-271-1/+0
* codec-regression: use private options instead of deprecated codec flags.Anton Khirnov2012-01-272-8/+8
* lavc: increase major version to 54.Anton Khirnov2012-01-273-4/+4
* cmdutils: fix options starting with 'no'.Alexandra Khirnova2012-01-271-4/+2
* x86inc.asm: fix typo.Ronald S. Bultje2012-01-271-1/+1
* swscale: convert rgb/bgr24ToY/UV_mmx functions from inline asm to yasm.Ronald S. Bultje2012-01-273-178/+300
* config.asm: change %ifdef directives to %if directives.Ronald S. Bultje2012-01-2727-205/+208
* Revert "sws/pixfmt/pixdesc: add support for yuva444p"Alex Converse2012-01-269-21/+1
* frwu: check if allocation was successfulPaul B Mahol2012-01-271-0/+2
* vc1dec.c: Don't use uninitialized values of dmv_[x, y]Mashiat Sarker Shakkhar2012-01-271-0/+1
* sws/pixfmt/pixdesc: add support for yuva444pPaul B Mahol2012-01-279-1/+21
* mjpegbdec: Fix overflow in SOS.Alex Converse2012-01-261-2/+5
* libavutil: Remove pointless file test program.Diego Biurrun2012-01-262-19/+1
* 8bps: K&R formatting cosmeticsPaul B Mahol2012-01-261-130/+133
* smacker: Sanity check huffman tables found in the headers.Alex Converse2012-01-261-9/+13
* smacker: remove dead storeAlex Converse2012-01-261-3/+1
* qdm2: Check data block size for bytes to bits overflow.Alex Converse2012-01-261-0/+4
* mxfdec: Fix files with essence containers larger than 2 GiB.Tomas Härdin2012-01-261-1/+1
* mxfdec: Employ correct printf conversion specifiers for POSIX int types.Jean First2012-01-261-5/+10
* vc1: always read the bfraction element for interlaced fieldsHendrik Leppkes2012-01-261-14/+12
* fate: add XWD image regression testPaul B Mahol2012-01-262-0/+7
* lavf: prevent infinite loops while flushing in avformat_find_stream_infoJanne Grunau2012-01-261-8/+14
* matroskadec: Pad AAC extradata.Alex Converse2012-01-251-1/+1
* ismindex: Fix build on mingwMartin Storsjö2012-01-261-0/+4
* wma: Clip WMA1 and WMA2 frame length to 11 bits.Alex Converse2012-01-251-1/+1