summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* prores: return more meaningful error valuesDiego Biurrun2011-09-231-16/+16
* prores: improve error message wordingDiego Biurrun2011-09-231-14/+14
* prores: cosmetics: prettyprinting, drop useless parenthesesDiego Biurrun2011-09-231-9/+7
* prores: lowercase AVCodec name entryDiego Biurrun2011-09-231-1/+1
* Add LATM demuxerJanne Grunau2011-09-225-3/+16
* avplay: flush audio decoder with empty packets at EOF if the decoder hasJustin Ruggles2011-09-221-6/+23
* 8svx/iff: fix decoding of compressed stereo 8svx files.Justin Ruggles2011-09-222-58/+88
* 8svx: log an error message if output buffer is too smallJustin Ruggles2011-09-221-1/+4
* 8svx: check packet size before reading the initial sample value.Justin Ruggles2011-09-221-0/+4
* 8svx: output 8-bit samples instead of 16-bit.Justin Ruggles2011-09-221-19/+18
* 8svx: split delta decoding into a separate function.Justin Ruggles2011-09-221-7/+23
* mp4: Don't read an empty Decoder Config DescriptorAlex Converse2011-09-221-1/+1
* fate.sh: Ignore errors from rm command during cleanup.Diego Biurrun2011-09-221-1/+1
* fate.sh: Run git-pull in quiet mode to avoid console spam.Diego Biurrun2011-09-221-1/+1
* Apple ProRes decoderMaxim Poliakovski2011-09-226-1/+738
* rtmp: Make the input FLV parser handle data cut at any pointMartin Storsjö2011-09-221-34/+27
* rv34: Check for invalid slices offsetsLaurent Aimar2011-09-221-1/+10
* eval: test isnan(sqrt(-1)) instead of just sqrt(-1)Anton Khirnov2011-09-222-3/+3
* swfdec: Add support for sample_rate_code 0 (5512 Hz)Alex Converse2011-09-211-2/+3
* dct-test: factor out some common code and do whas was likely intendedMans Rullgard2011-09-211-75/+55
* doc: library versions need to be bumped in version.hDiego Biurrun2011-09-211-1/+1
* Revert "ffmpeg: get rid of useless AVInputStream.nb_streams."Anton Khirnov2011-09-211-3/+5
* Remove some forgotten AVCodecContext.palctrl usage.Anton Khirnov2011-09-212-4/+0
* lavc/utils: move avcodec_init() higher in the file.Anton Khirnov2011-09-211-14/+14
* lavc: replace some deprecated FF_*_TYPE with AV_PICTURE_TYPE_*Anton Khirnov2011-09-213-4/+4
* ac3dec: actually use drc_scale private optionAnton Khirnov2011-09-212-2/+7
* lavc: undeprecate AVPALETTE_SIZE and AVPALETTE_COUNT macrosAnton Khirnov2011-09-211-2/+2
* alsa: add missing headerAnton Khirnov2011-09-211-0/+1
* msmpeg4: remove leftover unused debug variable declarationDiego Biurrun2011-09-211-4/+0
* Fix assert() calls that need updates after FF_COMMON_FRAME macro elimination.Diego Biurrun2011-09-215-12/+12
* Fix av_dlog invocations with wrong or missing logging context.Diego Biurrun2011-09-212-2/+2
* vf_yadif: add support to yuva420pStefano Sabatini2011-09-211-1/+2
* vf_yadif: correct documentation on the parity parameterStefano Sabatini2011-09-212-4/+4
* vf_yadif: copy buffer properties like aspect for second frame as wellJoakim Plate2011-09-211-1/+4
* oma: support for encrypted filesDavid Goldwich2011-09-211-14/+255
* id3v2: add support for non-text and GEOB type tag framesDavid Goldwich2011-09-212-38/+270
* des: add possibility to calculate DES-CBC-MAC with small bufferDavid Goldwich2011-09-212-3/+21
* rtmp: Don't blindly skip the 4 trailer bytes from the FLV packetsMartin Storsjö2011-09-201-3/+19
* rtmp: Handle FLV packets written in more than one write callChiranjeevi Melam2011-09-201-3/+5
* rv34: Check for invalid slice offsetsLaurent Aimar2011-09-201-4/+5
* movenc: fix NULL reference in mov_write_tkhd_tagAnton Khirnov2011-09-191-1/+1
* rmdec: Reject invalid deinterleaving parametersLaurent Aimar2011-09-191-26/+31
* rv34: Fix potential overreadsLaurent Aimar2011-09-191-2/+3
* rv34: Fix buffer size used for MC of B frames after a resolution changeLaurent Aimar2011-09-191-2/+2
* rv34: Avoid NULL dereference on corrupted bitstreamLaurent Aimar2011-09-191-1/+1
* rv10: Reject slices that does not have the same type as the first oneLaurent Aimar2011-09-191-0/+5
* vf_yadif: add an option to enable/disable deinterlacing based on src frame "i...Joakim Plate2011-09-192-3/+39
* vsrc_color: set output pos values to -1Stefano Sabatini2011-09-191-1/+1
* vsrc_color: add @file doxyStefano Sabatini2011-09-192-1/+6
* vsrc_buffer: remove duplicated file descriptionStefano Sabatini2011-09-191-1/+0
OpenPOWER on IntegriCloud