Mercurial > libavcodec.hg
graph
-
cosmetics: Sort decoder/encoder/parser variables lists. libavcodecSun, 21 Jan 2007 22:45:18 +0000, by diego
-
Add flashsv encoder to changelog and fix the encoder so it actually works. libavcodecSun, 21 Jan 2007 21:24:05 +0000, by banan
-
Declare zlib dependency in the Makefile, not in the source. libavcodecSun, 21 Jan 2007 20:04:00 +0000, by diego
-
Don't break compilation on systems without zlib. libavcodecSun, 21 Jan 2007 17:48:03 +0000, by banan
-
The block_size might be used incorrectly if it is not updated. libavcodecSun, 21 Jan 2007 14:14:50 +0000, by banan
-
Constantize AVOption, solve few warnings, patch from flameeyes@gentoo.org aka "the other Diego" libavcodecSun, 21 Jan 2007 12:32:01 +0000, by lu_zero
-
Get rid of #ifdef CONFIG_ZLIB in the code. Code cleanup. libavcodecSun, 21 Jan 2007 12:26:23 +0000, by banan
-
Fix crash when pred_order greater s->blocksize >> rice_order. libavcodecSun, 21 Jan 2007 09:55:28 +0000, by reimar
-
checking bitstream values and other related changes libavcodecSat, 20 Jan 2007 13:50:00 +0000, by michael
-
remove useless cast that makes code unreadable libavcodecFri, 19 Jan 2007 12:41:56 +0000, by gpoirier
-
harden h264 decoding to prevent some crashes when input data is corrupted. libavcodecFri, 19 Jan 2007 09:37:04 +0000, by gpoirier
-
Change the Snow encoder to always use the available MotionEstContext pointer. libavcodecThu, 18 Jan 2007 13:35:24 +0000, by takis
-
Avoid branches in the loop and solve a gcc warning libavcodecWed, 17 Jan 2007 11:02:07 +0000, by lu_zero
-
fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.ogm and libavcodecWed, 17 Jan 2007 10:26:13 +0000, by takis
-
set data_size to 0 so that in case we return without setting it nothing funny can happen libavcodecTue, 16 Jan 2007 23:28:41 +0000, by michael
-
fix a gcc warning, avoid an unnecessary operation libavcodecTue, 16 Jan 2007 22:07:49 +0000, by lu_zero
-
Avoid calling decode_slice when context_initialized is not set. libavcodecTue, 16 Jan 2007 17:46:26 +0000, by reimar
-
fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.mpg and http://sam.zoy.org/zzuf/lol-ffplay.m2v libavcodecMon, 15 Jan 2007 23:26:09 +0000, by michael
-
* Fixing a bug with incorrect bits set in AAUX source pack libavcodecMon, 15 Jan 2007 07:41:28 +0000, by romansh
-
er and strict also apply to audio theoretically libavcodecSun, 14 Jan 2007 23:19:22 +0000, by michael
-
Buffer for get_bits must be padded because readers may overread. libavcodecSun, 14 Jan 2007 16:11:10 +0000, by reimar
-
replace a few hardcoded numbers with their correct named ones libavcodecSat, 13 Jan 2007 01:00:37 +0000, by michael
-
fix 16 CABAC_BIT * 10l bug introduced in r6578 libavcodecSat, 13 Jan 2007 00:56:43 +0000, by michael
-
Unconditionally enable Theora decoder. It works fine now and there is no libavcodecWed, 10 Jan 2007 14:19:33 +0000, by diego
-
Optimization of 'dct_unquantize_h263_intra' for ARM (armv5te) libavcodecSun, 07 Jan 2007 23:24:14 +0000, by gpoirier
-
Rename variables: faad --> libfaad, faac --> libfaac, faadbin --> libfaadbin libavcodecSat, 06 Jan 2007 23:54:01 +0000, by diego
-
Rename variables: a52 --> liba52, a52bin --> liba52bin libavcodecSat, 06 Jan 2007 23:33:43 +0000, by diego
-
store a few values in the header as difference to the last libavcodecTue, 02 Jan 2007 12:24:31 +0000, by michael
-
Decode previous 32 frames to avoid seeking artifacts in MPC libavcodecMon, 01 Jan 2007 05:32:27 +0000, by kostya
-
skiprd doxygen comment from avcodec.h -> AVOption comment libavcodecTue, 26 Dec 2006 17:08:03 +0000, by michael
-
i think this if() is useless lets abuse our users to test this ;) libavcodecThu, 21 Dec 2006 15:21:44 +0000, by michael
-
skip motion estimation and encoding of non direct-0,0 MBs if the next MB is skiped (mpeg4 doesnt allow such MBs and in the past we did ME and encoding until at the end we droped them, so this should be faster though i didnt benchmark it, benchmark welcome) libavcodecThu, 21 Dec 2006 15:20:02 +0000, by michael
-
dont randomly disallow intr4v in adaptive quant libavcodecThu, 21 Dec 2006 14:24:23 +0000, by michael
-
try direct mode MB after QPRD, slight PSNR/bitrate gain if b frames + QPRD libavcodecWed, 20 Dec 2006 23:43:13 +0000, by michael
-
fix special casing of the 0,0 MV for b frames (slight PSNR/bitrate gain) libavcodecWed, 20 Dec 2006 17:11:54 +0000, by michael
-
dont favor the zero MV if mv0 is used (psnr per bitrate gains ranging from 0 to 0.14, most are <=0.04 though) libavcodecWed, 20 Dec 2006 01:30:17 +0000, by michael
-
Add SSSE3 (Core2 aka Conroe/Merom/Woodcrester new instructions) detection libavcodecMon, 18 Dec 2006 22:43:09 +0000, by gpoirier
-
always print message when error, AV_LOG_DEBUG -> AV_LOG_ERROR libavcodecMon, 18 Dec 2006 13:45:03 +0000, by bcoudurier
-
warn user if the selected diamond size is larger then the motion estimation score cache size libavcodecSun, 17 Dec 2006 13:11:34 +0000, by michael
-
Check mb_pos is big enough before trying to access data left or above. libavcodecSun, 17 Dec 2006 11:11:44 +0000, by reimar
-
av_log(NULL,... -> av_log(avctx,.. where appropriate. libavcodecThu, 14 Dec 2006 17:58:25 +0000, by banan
-
Bug fix for crashes when SSE is used on unaligned arrays. libavcodecThu, 14 Dec 2006 17:50:23 +0000, by banan
-
vqmin/vqmax --> qmin/qmax in the option description libavcodecWed, 13 Dec 2006 11:10:41 +0000, by diego
-
Doxygen comments about variables described by Michael here: libavcodecTue, 12 Dec 2006 13:41:17 +0000, by gpoirier
-
mv overflow in map fix (untested except regression tests) libavcodecTue, 12 Dec 2006 13:31:12 +0000, by michael
-
Fix JPEG-LS encoder 0xff-escaping writing too much or uninitialized data. libavcodecMon, 11 Dec 2006 20:18:36 +0000, by reimar
-
Adding function which enables writing H.264 NAL units. libavcodecMon, 11 Dec 2006 01:00:50 +0000, by takis
-
Fix 16 bit cscd samples, 16 bit raw means RGB555 on Windows, and the original libavcodecSat, 09 Dec 2006 13:30:28 +0000, by reimar
-
fix bug when __GNUC__ isn't defined and when compiling for a non-x86 architecture, patch by Martin Storsj, martin at martin st libavcodecFri, 08 Dec 2006 13:25:37 +0000, by bcoudurier
-
rename always_inline to av_always_inline and move to common.h libavcodecFri, 08 Dec 2006 00:35:08 +0000, by mru
-
ff_check_alignment to warn the user about a missaligned stack libavcodecThu, 07 Dec 2006 18:33:00 +0000, by michael