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