summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* eval: implement not() expressionStefano Sabatini2011-09-194-7/+20
* eval: add sqrt function for computing the square rootStefano Sabatini2011-09-194-1/+17
* rmdec: use the deinterleaving mode and not the codec when creating audio pack...Laurent Aimar2011-09-191-1/+2
* lavf: Fix context pointer in av_open_input_stream when avformat_open_input failsDavid Goldwich2011-09-191-1/+1
* doc/APIChanges: fill in missing hashes and dates.Anton Khirnov2011-09-181-5/+5
* lavfi: add select filterStefano Sabatini2011-09-176-1/+473
* oggdec: fix out of bound write in the ogg demuxerLaurent Aimar2011-09-171-2/+12
* movenc: create an alternate group for each media typeAnton Khirnov2011-09-174-7/+8
* lavd: add libcdio-paranoia input device for audio CD grabbingAnton Khirnov2011-09-176-1/+198
* rawdec: refactor private option for raw video demuxersAnton Khirnov2011-09-174-17/+34
* pcmdec: use unique classes for all pcm demuxers.Anton Khirnov2011-09-173-15/+15
* rawdec: g722 is always 1 channel/16kHzAnton Khirnov2011-09-172-5/+6
* libx264: introduce slice-max-size optionLuca Barbato2011-09-161-0/+5
* Fixed size given to init_get_bits().Laurent Aimar2011-09-156-6/+6
* swscale: fix byte overreads in SSE-optimized hscale().Ronald S. Bultje2011-09-151-6/+10
* matroskadec: fix typo.Dustin Brody2011-09-151-1/+1
* matroskadec: bail on parsing of incorrect seek index segmentsDustin Brody2011-09-151-1/+1
* lavf utils: Remove write-only variableAlex Converse2011-09-141-2/+1
* lavf utils: Rename shadowing variableAlex Converse2011-09-141-4/+4
* smacker: fix a few off by 1 errorsMichael Niedermayer2011-09-142-84/+84
* Check for invalid VLC value in smacker decoder.Laurent Aimar2011-09-141-0/+2
* Check and propagate errors when VLC trees cannot be built in smacker decoder.Laurent Aimar2011-09-141-8/+12
* sws: implement MMX/SSE2/SSSE3/SSE4 versions for horizontal scaling.Ronald S. Bultje2011-09-134-162/+516
* include stdint.h in adpcm_data.hJustin Ruggles2011-09-131-0/+2
* mpeg12: reorder functions to avoid ugly forward declarationsDiego Biurrun2011-09-131-532/+521
* Fixed off by one packet size allocation in the smacker demuxer.Laurent Aimar2011-09-121-1/+1
* Check for invalid packet size in the smacker demuxer.Laurent Aimar2011-09-121-0/+2
* ape demuxer: fix segfault on memory allocation failure.Laurent Aimar2011-09-121-0/+2
* xan: Add some buffer checksAlex Converse2011-09-121-8/+29
* xan: Remove extra trailing newlineAlex Converse2011-09-121-1/+0
* Fixed size given to init_get_bits() in xan decoder.Laurent Aimar2011-09-121-4/+6
* adpcm: split ADPCM encoders and decoders into separate files.Justin Ruggles2011-09-126-729/+861
* doc/avconv: fix typo.Anton Khirnov2011-09-121-1/+1
* rv34: check that subsequent slices have the same type as first one.Kostya Shishkov2011-09-121-0/+7
* smacker demuxer: handle possible av_realloc() failure.Kostya Shishkov2011-09-121-1/+6
* lavfi: add split filter from soc.Bobby Bingham2011-09-125-1/+70
* lavfi: add showinfo filterStefano Sabatini2011-09-126-1/+161
OpenPOWER on IntegriCloud