36 Commits (17269bdfcdb79679f6b92024d1228e876b799a63)

Author SHA1 Message Date
Philip Gladstone 935cdf0902 Add an av_abort macro that aborts, but also prints out the location of the abort. 23 years ago
Zdenek Kabelac 8083185f88 * restored previous non '..' version 23 years ago
Zdenek Kabelac 777cc95fb4 * using ../ for bswap.h 23 years ago
Zdenek Kabelac 49d71c7b05 * avoid conflicts with non-ffmpeg config.h and also it's consistent 23 years ago
Fabrice Bellard 4d7a0a0593 better av_freep() 23 years ago
Fabrice Bellard 44f27b3a86 added proper memory handling functions - fixed include paths 23 years ago
Alex Beregszaszi a69b930cd3 clamp intra matrix to 8bit for mjpeg (workaround for qscale>=25) 23 years ago
Michael Niedermayer 32cd20de42 move ABS() to common.h 23 years ago
Michael Niedermayer 9717dad883 move put_string() to common.{c,h} 23 years ago
Michael Niedermayer d7e9533aa0 fixed msmpeg4 infinite loop if buggy stream 23 years ago
Michael Niedermayer 91029be790 much better ME for b frames (a bit slow though) 23 years ago
Michael Niedermayer 9dbcbd92e8 fixed mpeg4 time stuff on encoding 23 years ago
Michael Niedermayer fcb609f432 dump_stream support (nicely formated 0s and 1s) 23 years ago
Michael Niedermayer 490922441b resync marker support, needed for some mp4 files 23 years ago
Michael Niedermayer 45870f5718 new motion estimation (epzs) not complete yet but allready pretty good :) 23 years ago
Michael Niedermayer 49c9325f56 support decoding (with mplayer) of 3 .mp4 files from mphq 23 years ago
Michael Niedermayer d8cf5aea49 optimized the normal bitstream writer, its faster than the alternative one on p3 now ... lets hope its at least not slower on p4 & k7 23 years ago
Michael Niedermayer 4f0f8bfce3 aligned bitstream writer (1% slower on p3 but perhaps its faster on p4?) 23 years ago
Michael Niedermayer 17592475b3 alternative bitstream writer (disabled by default, uncomment #define ALT_BISTREAM_WRITER in common.h if u want to try it) 23 years ago
Nick Kurshev 4bdd9157cc Cygwin's mangling by Felix Buenemann <atmosfear@users.sourceforge.net> 23 years ago
Michael Niedermayer 05f361f0c7 (commited by michael / arpi was crazy enough to give me his password) 23 years ago
Michael Niedermayer 3587d501a3 aligned bitstream support (optional) - patch by ichael Niedermayer <michaelni@gmx.at> 23 years ago
Michael Niedermayer 27a3e2c5e0 another bitstream reader code (faster on intel cpus) - patch by Michael Niedermayer <michaelni@gmx.at> 23 years ago
Nick Kurshev a822a47983 fixed gcc-3.0.x compilation (by Michael Niedermayer) 23 years ago
Juanjo 4949028f85 - Bug fix on inter MCBPC table for inter+q. 23 years ago
Fabrice Bellard f674bf7105 suppressed mpglib 23 years ago
Fabrice Bellard 73120e555c version change 23 years ago
Fabrice Bellard 9dbf938977 added get_bits_count() 23 years ago
Fabrice Bellard a74127c071 win32 fixes 23 years ago
Fabrice Bellard 0617e07391 log2 to av_log2 - added integer version define 23 years ago
Fabrice Bellard 1a56543279 win32 fixes 23 years ago
Arpi 612476ef9b get_bits() specialization, gives 4\speedup 23 years ago
Arpi 2931ecb90f inlineing common case of get_bits() -> gives 2speedup. more optim coming soon... 23 years ago
Fabrice Bellard 420b073bbc added HAVE_AV_CONFIG_H 23 years ago
Fabrice Bellard 980fc7b834 fixed config for direct mplayer build compatibility 24 years ago
Fabrice Bellard de6d9b6404 Initial revision 24 years ago