summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* adpcmdec: remove unneeded zeroing of *data_sizeJustin Ruggles2011-10-14
* dnxhdenc: fixed signed multiplication overflowMans Rullgard2011-10-14
* proresdsp: fix function prototypes.Ronald S. Bultje2011-10-14
* prores-idct: fix overflow in c code.Ronald S. Bultje2011-10-14
* fate: update prores-alpha ref after changing pix_fmt to yuv444p10leJanne Grunau2011-10-14
* prores: add missing feature warning for alphaJanne Grunau2011-10-14
* mov: 10l: Terminate string with 0 not '0'Alex Converse2011-10-14
* mov: Prevent illegal writes when chapter titles are very short.Alex Converse2011-10-14
* prores: add appropriate -fix_fmt parameter to FATE commandDiego Biurrun2011-10-14
* riff: always generate a proper WAVEFORMATEX structure in ff_put_wav_headerJohn Brooks2011-10-14
* lavc: add a flag-based error_recognition field to AVCodecContext and deprecat...Dustin Brody2011-10-14
* lavc: rename deprecation symbol FF_API_VERY_AGGRESSIVE to FF_API_ERDustin Brody2011-10-14
* prores: add FATE testsDiego Biurrun2011-10-13
* id3v2: reduce the scope of some non-globally-used symbols/structuresDiego Biurrun2011-10-13
* id3v2: cosmetics: move some declarations before the places they are usedDiego Biurrun2011-10-13
* shorten: remove the flush function.Justin Ruggles2011-10-13
* shn: do not allow seeking in the raw shn demuxer.Justin Ruggles2011-10-13
* avformat: add AVInputFormat flag AVFMT_NO_BYTE_SEEK.Justin Ruggles2011-10-13
* avformat: update AVInputFormat allowed flagsJustin Ruggles2011-10-13
* avformat: don't unconditionally call ff_read_frame_flush() when trying to seek.Justin Ruggles2011-10-13
* truespeech: use sizeof() instead of hardcoded sizesJustin Ruggles2011-10-13
* truespeech: remove unneeded variable, 'consumed'Justin Ruggles2011-10-13
* truespeech: simplify truespeech_read_frame() by using get_bits()Justin Ruggles2011-10-13
* truespeech: decode directly to output buffer instead of a temp bufferJustin Ruggles2011-10-13
* truespeech: check to make sure channels == 1Justin Ruggles2011-10-13
* truespeech: check for large enough output buffer rather than truncating outputJustin Ruggles2011-10-13
* truespeech: remove unneeded zero-size packet check.Justin Ruggles2011-10-13
* mlpdec: return meaningful error codes instead of -1Justin Ruggles2011-10-13
* mlpdec: remove unnecessary wrapper functionJustin Ruggles2011-10-13
* mlpdec: only calculate output size onceJustin Ruggles2011-10-13
* mlpdec: validate that the reported channel count matches the actual outputJustin Ruggles2011-10-13
* pcm: reduce pointer type castingMans Rullgard2011-10-13
* mathops: remove undefined behaviour from sign_extend()Mans Rullgard2011-10-13
* vc1: explicitly zero interlaced mode coding variables for progressive modeKostya Shishkov2011-10-13
* tiffenc: initialize forgotten avctx.Jean First2011-10-12
* avplay: free the active audio packet at exit.Justin Ruggles2011-10-12
* avplay: free rdft data used for spectrogram analysis.Justin Ruggles2011-10-12
* log.h: make AVClass a named structJindrich Makovicka2011-10-12
* fix ac3 encoder documentationJustin Ruggles2011-10-12
* vc1: more prettyprinting cosmeticsKostya Shishkov2011-10-12
* vc1: prettyprint some tablesKostya Shishkov2011-10-12
* vc1: K&R formatting cosmeticsKostya Shishkov2011-10-12
* AVOptions: bump minor and add APIchanges entry.Anton Khirnov2011-10-12
* cmdutils/avtools: simplify show_help() by using av_opt_child_class_next()Anton Khirnov2011-10-12
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-12
* Remove all uses of deprecated AVOptions API.Anton Khirnov2011-10-12
* AVOptions: add av_opt_next, deprecate av_next_option.Anton Khirnov2011-10-12
* AVOptions: add functions for evaluating option strings.Anton Khirnov2011-10-12
* AVOptions: split get_number().Anton Khirnov2011-10-12
* AVOptions: add av_opt_get*, deprecate av_get*.Anton Khirnov2011-10-12