aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-10-15matroskadec: fix out of bounds writeRonald S. Bultje
2011-10-14adpcmdec: calculate actual number of output samples for each decoder.Justin Ruggles
2011-10-14adpcmdec: check remaining buffer size before decoding next block in theJustin Ruggles
2011-10-14adpcmdec: do not terminate early in ADPCM IMA Duck DK3 decoder.Justin Ruggles
2011-10-14adpcmdec: remove unneeded buf_size==0 check.Justin Ruggles
2011-10-14adpcmdec: remove unneeded zeroing of *data_sizeJustin Ruggles
2011-10-14dnxhdenc: fixed signed multiplication overflowMans Rullgard
2011-10-14proresdsp: fix function prototypes.Ronald S. Bultje
2011-10-14prores-idct: fix overflow in c code.Ronald S. Bultje
2011-10-14fate: update prores-alpha ref after changing pix_fmt to yuv444p10leJanne Grunau
2011-10-14prores: add missing feature warning for alphaJanne Grunau
2011-10-14mov: 10l: Terminate string with 0 not '0'Alex Converse
2011-10-14mov: Prevent illegal writes when chapter titles are very short.Alex Converse
2011-10-14prores: add appropriate -fix_fmt parameter to FATE commandDiego Biurrun
2011-10-14riff: always generate a proper WAVEFORMATEX structure in ff_put_wav_headerJohn Brooks
2011-10-14lavc: add a flag-based error_recognition field to AVCodecContext and deprecat...Dustin Brody
2011-10-14lavc: rename deprecation symbol FF_API_VERY_AGGRESSIVE to FF_API_ERDustin Brody
2011-10-13prores: add FATE testsDiego Biurrun
2011-10-13id3v2: reduce the scope of some non-globally-used symbols/structuresDiego Biurrun
2011-10-13id3v2: cosmetics: move some declarations before the places they are usedDiego Biurrun
2011-10-13shorten: remove the flush function.Justin Ruggles
2011-10-13shn: do not allow seeking in the raw shn demuxer.Justin Ruggles
2011-10-13avformat: add AVInputFormat flag AVFMT_NO_BYTE_SEEK.Justin Ruggles
2011-10-13avformat: update AVInputFormat allowed flagsJustin Ruggles
2011-10-13avformat: don't unconditionally call ff_read_frame_flush() when trying to seek.Justin Ruggles
2011-10-13truespeech: use sizeof() instead of hardcoded sizesJustin Ruggles
2011-10-13truespeech: remove unneeded variable, 'consumed'Justin Ruggles
2011-10-13truespeech: simplify truespeech_read_frame() by using get_bits()Justin Ruggles
2011-10-13truespeech: decode directly to output buffer instead of a temp bufferJustin Ruggles
2011-10-13truespeech: check to make sure channels == 1Justin Ruggles
2011-10-13truespeech: check for large enough output buffer rather than truncating outputJustin Ruggles
2011-10-13truespeech: remove unneeded zero-size packet check.Justin Ruggles
2011-10-13mlpdec: return meaningful error codes instead of -1Justin Ruggles
2011-10-13mlpdec: remove unnecessary wrapper functionJustin Ruggles
2011-10-13mlpdec: only calculate output size onceJustin Ruggles
2011-10-13mlpdec: validate that the reported channel count matches the actual outputJustin Ruggles
2011-10-13pcm: reduce pointer type castingMans Rullgard
2011-10-13mathops: remove undefined behaviour from sign_extend()Mans Rullgard
2011-10-13vc1: explicitly zero interlaced mode coding variables for progressive modeKostya Shishkov
2011-10-12tiffenc: initialize forgotten avctx.Jean First
2011-10-12avplay: free the active audio packet at exit.Justin Ruggles
2011-10-12avplay: free rdft data used for spectrogram analysis.Justin Ruggles
2011-10-12log.h: make AVClass a named structJindrich Makovicka
2011-10-12fix ac3 encoder documentationJustin Ruggles
2011-10-12vc1: more prettyprinting cosmeticsKostya Shishkov
2011-10-12vc1: prettyprint some tablesKostya Shishkov
2011-10-12vc1: K&R formatting cosmeticsKostya Shishkov
2011-10-12AVOptions: bump minor and add APIchanges entry.Anton Khirnov
2011-10-12cmdutils/avtools: simplify show_help() by using av_opt_child_class_next()Anton Khirnov
2011-10-12AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov