16612 Commits (6c723f3f9d0195d75182481881487775cb116954)

Author SHA1 Message Date
Clément Bœsch 80914cde6f timecode: rename internal ff_* symbols to avpriv_*. 13 years ago
Clément Bœsch ad5ade6615 timecode: add avpriv_timecode_to_string(). 13 years ago
Clément Bœsch 98aca4bbef timecode: better input checks in init function. 13 years ago
Clément Bœsch 66160bdb01 cleanup: remove two extraneous semicolons. 13 years ago
Martin Storsjö 8349dbfe46 x86: Require 7 registers for the cabac asm 13 years ago
Mans Rullgard 599b4c6efd x86: cabac: replace explicit memory references with "m" operands 13 years ago
Mans Rullgard 4424fe9c02 wmapro: use av_float2int() 13 years ago
Mans Rullgard a09bb3ba5e lavc: avoid invalid memcpy() in avcodec_default_release_buffer() 13 years ago
Mans Rullgard 3383a53e7d lavu: replace int/float punning functions 13 years ago
Mans Rullgard 373211d828 Remove extraneous semicolons 13 years ago
Diego Biurrun da9cea77e3 Fix a bunch of common typos. 13 years ago
Michael Niedermayer 3dea28cc2e h264: Fix concealment regression introduced by babf4fe01a 13 years ago
Michael Niedermayer 8743400961 h264: reset prev_poc_msb to the same value everywhere. 13 years ago
Shitiz Garg 8bd1f1a4c8 ttadec: check channel count as read from extradata. 13 years ago
Paul B Mahol 65c1011404 cljr: remove unused code 13 years ago
Michael Niedermayer cc61643123 h264: improve "no picture" debug output. 13 years ago
Michael Niedermayer 5b2873c1d5 h264: switch from qatars has_b_frames calculation back to mine. 13 years ago
Michael Niedermayer 257c85cddd adpcm: fix division by zero in fate/creative/intro-partial.wav with -s 2 and -r 0.001:1 13 years ago
Janne Grunau 8d61eef917 ptx: fix inverted check for sufficient data 13 years ago
Janne Grunau 2b53e696c8 ptx: emit a warning on insufficient picture data 13 years ago
Kostya Shishkov 19341c58e0 Dxtory capture format decoder 13 years ago
Michael Niedermayer f5ecc4c616 lavc: 1000l, unbreak ABI 13 years ago
Michael Niedermayer 02ce07f8c4 amvenc: support videos with heights that are not a multiple of 16. 13 years ago
Paul B Mahol 85cd1eb12f add missing long_name for amv and dca encoder 13 years ago
Hendrik Leppkes b7bf93b923 mlp: Use correct speaker locations in TrueHD channel layout. 13 years ago
Michael Niedermayer 5b98ea1b73 vb: Add some checks on input buffer related values. 13 years ago
Michael Niedermayer 4557d7d01f libx264: workaround a bug in some versions of flash player 13 years ago
Michael Niedermayer 523da37f4c cljrenc: 2x2 ordered dither support. 13 years ago
Michael Niedermayer 74d9b21340 cljrenc: add AVOption to disable dither 13 years ago
Michael Niedermayer 43a36ad2ee cljrenc: Add dither to avoid the banding artifcats caused by the very low 13 years ago
Diego Biurrun 6b60a4c9c9 cljr: K&R cosmetics 13 years ago
Diego Biurrun 1c45c64c9d cljr: return a more sensible value when encountering invalid headers 13 years ago
Diego Biurrun 163682fab3 cljr: drop unnecessary emms_c() calls without MMX code 13 years ago
Michael Niedermayer bef8dfa056 escape130: replace can_safely_read() by get_bits_left() 13 years ago
Michael Niedermayer f7da12350e escape130: give all av_log() a context 13 years ago
Michael Niedermayer 40d6296095 escape130: The minimum read in and after decode_skip_count() is 4 bits. 13 years ago
Michael Niedermayer 59d3656f6e escape130: Check dimensions to be a multiple of the block size. 13 years ago
Mashiat Sarker Shakkhar 6d4deecfdf Pass pointer to integer buffer instead of integer to memcpy 13 years ago
Carl Eugen Hoyos 8ac6469575 Silence a warning when compiling Escape 130 decoder. 13 years ago
Mans Rullgard bbc10185ee cljr: remove useless casts 13 years ago
Mans Rullgard baf3b6e594 cljr: group encode/decode parts under single ifdefs 13 years ago
Mans Rullgard 9a1420bfda cljr: remove stray semicolon 13 years ago
Paul B Mahol ca52bae6ec cljr: add missing return statement in decode_end() 13 years ago
Michael Niedermayer 31c55c572a escape130: 10l for myself for not initializing y_base. 13 years ago
John Brooks 8562d9bd6c shorten: avoid abort() on unknown audio types 13 years ago
Paul B Mahol e93947b7d8 cljr: add encoder 13 years ago
Michael Niedermayer 06798c6e3b escape130: Fix y_base handling, this fixes some artifacts, vissible in most videos. 13 years ago
Michael Niedermayer 8ff3d1ccec escape130: make sure cliping is done on signed values. 13 years ago
Carl Eugen Hoyos 0cc9949ead Mark one colour as transparent in the gif image encoder 13 years ago
Carl Eugen Hoyos 51d7cd3596 Decode RGB ljpeg to RGB24. 13 years ago