16600 Commits (cc2355817d70e1e1ca92a48012309e5f05675788)

Author SHA1 Message Date
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
Carl Eugen Hoyos 9608e3a182 Support decoding 56 byte BMP Bitmap Information Header. 13 years ago
Anatoliy Wasserman 6778f9d9f2 pthread: fixed thread initialization issues related to thread-safe buffer allocator 13 years ago
Diego Biurrun 4dccfff9dd tests/examples: Mark some variables only used within their files as static. 13 years ago
Diego Biurrun 9a5d6c23c5 tests/tools/examples: Replace direct exit() calls by return. 13 years ago
Paul B. Mahol 04a5eaa1a5 cljr: release picture at end of decoding 13 years ago
Mans Rullgard 392107ad07 rv40: NEON optimised rv40 qpel motion compensation 13 years ago
Mashiat Sarker Shakkhar c5cd231151 Partially fix CDLMS prediction 13 years ago
Michael Niedermayer 8b85c29463 qtrledec: Fix artifacts in tickets/226/qt_rle_bw.mov 13 years ago
Alexis Ballier 1af91978db qtrle.c: Fix for ticket #226. 13 years ago
Hendrik Leppkes bc057f7592 pcm-mpeg: implement new audio decoding api 13 years ago
Ronald S. Bultje 8b03d7fe95 w32thread: port fixes to pthread_cond_broadcast() from x264. 13 years ago