aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-09-228svx: log an error message if output buffer is too smallJustin Ruggles
2011-09-228svx: check packet size before reading the initial sample value.Justin Ruggles
2011-09-228svx: output 8-bit samples instead of 16-bit.Justin Ruggles
2011-09-228svx: split delta decoding into a separate function.Justin Ruggles
2011-09-22mp4: Don't read an empty Decoder Config DescriptorAlex Converse
2011-09-22fate.sh: Ignore errors from rm command during cleanup.Diego Biurrun
2011-09-22fate.sh: Run git-pull in quiet mode to avoid console spam.Diego Biurrun
2011-09-22Apple ProRes decoderMaxim Poliakovski
2011-09-22rtmp: Make the input FLV parser handle data cut at any pointMartin Storsjö
2011-09-22rv34: Check for invalid slices offsetsLaurent Aimar
2011-09-22eval: test isnan(sqrt(-1)) instead of just sqrt(-1)Anton Khirnov
2011-09-21swfdec: Add support for sample_rate_code 0 (5512 Hz)Alex Converse
2011-09-21dct-test: factor out some common code and do whas was likely intendedMans Rullgard
2011-09-21doc: library versions need to be bumped in version.hDiego Biurrun
2011-09-21Revert "ffmpeg: get rid of useless AVInputStream.nb_streams."Anton Khirnov
2011-09-21Remove some forgotten AVCodecContext.palctrl usage.Anton Khirnov
2011-09-21lavc/utils: move avcodec_init() higher in the file.Anton Khirnov
2011-09-21lavc: replace some deprecated FF_*_TYPE with AV_PICTURE_TYPE_*Anton Khirnov
2011-09-21ac3dec: actually use drc_scale private optionAnton Khirnov
2011-09-21lavc: undeprecate AVPALETTE_SIZE and AVPALETTE_COUNT macrosAnton Khirnov
2011-09-21alsa: add missing headerAnton Khirnov
2011-09-21msmpeg4: remove leftover unused debug variable declarationDiego Biurrun
2011-09-21Fix assert() calls that need updates after FF_COMMON_FRAME macro elimination.Diego Biurrun
2011-09-21Fix av_dlog invocations with wrong or missing logging context.Diego Biurrun
2011-09-21vf_yadif: add support to yuva420pStefano Sabatini
2011-09-21vf_yadif: correct documentation on the parity parameterStefano Sabatini
2011-09-21vf_yadif: copy buffer properties like aspect for second frame as wellJoakim Plate
2011-09-21oma: support for encrypted filesDavid Goldwich
2011-09-21id3v2: add support for non-text and GEOB type tag framesDavid Goldwich
2011-09-21des: add possibility to calculate DES-CBC-MAC with small bufferDavid Goldwich
2011-09-20rtmp: Don't blindly skip the 4 trailer bytes from the FLV packetsMartin Storsjö
2011-09-20rtmp: Handle FLV packets written in more than one write callChiranjeevi Melam
2011-09-20rv34: Check for invalid slice offsetsLaurent Aimar
2011-09-19movenc: fix NULL reference in mov_write_tkhd_tagAnton Khirnov
2011-09-19rmdec: Reject invalid deinterleaving parametersLaurent Aimar
2011-09-19rv34: Fix potential overreadsLaurent Aimar
2011-09-19rv34: Fix buffer size used for MC of B frames after a resolution changeLaurent Aimar
2011-09-19rv34: Avoid NULL dereference on corrupted bitstreamLaurent Aimar
2011-09-19rv10: Reject slices that does not have the same type as the first oneLaurent Aimar
2011-09-19vf_yadif: add an option to enable/disable deinterlacing based on src frame "i...Joakim Plate
2011-09-19vsrc_color: set output pos values to -1Stefano Sabatini
2011-09-19vsrc_color: add @file doxyStefano Sabatini
2011-09-19vsrc_buffer: remove duplicated file descriptionStefano Sabatini
2011-09-19eval: implement not() expressionStefano Sabatini
2011-09-19eval: add sqrt function for computing the square rootStefano Sabatini
2011-09-19rmdec: use the deinterleaving mode and not the codec when creating audio pack...Laurent Aimar
2011-09-19lavf: Fix context pointer in av_open_input_stream when avformat_open_input failsDavid Goldwich
2011-09-18doc/APIChanges: fill in missing hashes and dates.Anton Khirnov
2011-09-17lavfi: add select filterStefano Sabatini
2011-09-17oggdec: fix out of bound write in the ogg demuxerLaurent Aimar