summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | Merge commit '1bd442c276e6688b43777a198cad0d7e3a92123f'Michael Niedermayer2012-10-14
|\|
| * nut: prioritize native tagsLuca Barbato2012-10-13
* | doc/nut: Clarify what/where is the official nut specificationMichael Niedermayer2012-10-14
* | wv: do not report invalid stream durationPaul B Mahol2012-10-14
* | svq1dec: use log level that have more common sensePaul B Mahol2012-10-14
* | svq1dec: use more common way to check if result is not zeroPaul B Mahol2012-10-14
* | svq1dec: check return value of get_bits1() in more common wayPaul B Mahol2012-10-14
* | svq1dec: return more meaningful error codesPaul B Mahol2012-10-14
* | mp3enc: fix signed C99 overflowMichael Niedermayer2012-10-14
* | dpxenc: fix signed c99 overflowsMichael Niedermayer2012-10-14
* | sws: get rid of C99 signed overflows try #2Michael Niedermayer2012-10-14
* | paf: avoid C99 overflowsMichael Niedermayer2012-10-14
* | sws: avoid signed C99 overflowsMichael Niedermayer2012-10-14
* | swr/rematrix: fix C99 left shift overflowMichael Niedermayer2012-10-14
* | g723_1: fix overflow in square_root()Michael Niedermayer2012-10-14
* | avoid more "0xFF << 24" as it is considered a integer overflow in C99Michael Niedermayer2012-10-14
* | avoid "0xFF << 24" as it is considered a integer overflow in C99Michael Niedermayer2012-10-14
* | mpeg4videodec: Recalculate timebase in case of guessing time increment bitsMichael Niedermayer2012-10-14
* | lavfi/select/scene: use pointer increments instead of y*linesize.Clément Bœsch2012-10-14
* | lavfi/select/scene: fix potential overread.Clément Bœsch2012-10-14
* | lavfi/select/scene: move out convoluted sad variable init from loop.Clément Bœsch2012-10-14
* | alsdec: fix clipping of weightings for MCC decodingThilo Borgmann2012-10-14
* | mpegvideo: fix motion_val checksMichael Niedermayer2012-10-14
* | mpegvideo: check return value of ff_MPV_common_init()Michael Niedermayer2012-10-14
* | avcodec_find_best_pix_fmt_of_2: fix handling or PIX_FMT_NONEMichael Niedermayer2012-10-14
* | flashsv: check deflateInit() return valueMichael Niedermayer2012-10-13
* | dnxhdenc: assert ff_dnxhd_get_cid_table() return valueMichael Niedermayer2012-10-13
* | dnxhddata_ Fix mixup of sizeof() and array elements in ff_dnxhd_find_cid()Michael Niedermayer2012-10-13
* | ffv1: make sure gob_count is not 0Michael Niedermayer2012-10-13
* | sws-test: raise limigts a bit.Michael Niedermayer2012-10-13
* | pp: avoid overflow in w*hMichael Niedermayer2012-10-13
* | sws-test: check W/HMichael Niedermayer2012-10-13
* | lavc/codec_desc: add/update properties of some codecsPaul B Mahol2012-10-13
* | ffeval: avoid folding EOF onto a valid charMichael Niedermayer2012-10-13
* | probetest: check command line argumentsMichael Niedermayer2012-10-13
* | trasher: check seek return value.Michael Niedermayer2012-10-13
* | xbmdec: s/av_reverse/ff_reversePaul B Mahol2012-10-13
* | libavutil: loose idiotic circular dependancies between version and avutil.hMichael Niedermayer2012-10-13
* | sdp: output speex optional vbr parameterDmitry Samonenko2012-10-13
* | tests: fix checksums for png aspect ratio changeMichael Niedermayer2012-10-13
* | lavc: return s->get_buffer() error code if it errors outPaul B Mahol2012-10-13
* | pngenc: write sample aspect ratioPaul B Mahol2012-10-13
* | pngdec: read sample aspect ratioPaul B Mahol2012-10-13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-13
|\|
| * vc1: Use codec ID from AVCodecContext while parsing frame headerMashiat Sarker Shakkhar2012-10-13
| * avplay: support mid-stream sample rate changesJustin Ruggles2012-10-13
* | ffplay: use audio parameters from the decoded frame instead of AVCodecContextMichael Niedermayer2012-10-13
* | Merge commit 'f5962229bfcb14c2879e69ccdf7f1a4934168609'Michael Niedermayer2012-10-13
|\|
| * avplay: use audio parameters from the decoded frame instead of AVCodecContextJustin Ruggles2012-10-13
| * dca: allocate a secondary buffer for extra channels when downmixingJustin Ruggles2012-10-13