Mercurial > libavcodec.hg
graph
-
Add decode_end method to bmp decoder. Patch by Michel Bardiaux, libavcodecThu, 01 Feb 2007 09:48:09 +0000, by takis
-
Activate guards in avcodec_default_get_buffer. Patch by Michel Bardiaux, libavcodecThu, 01 Feb 2007 09:45:05 +0000, by takis
-
optimize IDCT of rows with mostly zero coefficients libavcodecWed, 31 Jan 2007 23:04:56 +0000, by mru
-
Make sure we do not accidentially "fix" cnt to something < 0 libavcodecWed, 31 Jan 2007 21:20:31 +0000, by reimar
-
Simplify checks, use that we know that cnt will not be < 0 libavcodecWed, 31 Jan 2007 21:00:48 +0000, by reimar
-
Remove boundary checks that are actually done "well enough" libavcodecWed, 31 Jan 2007 20:57:30 +0000, by reimar
-
Documentation fix: Copy functions should "work" fine for cnt == 0 libavcodecWed, 31 Jan 2007 20:26:32 +0000, by reimar
-
replace if(x>>b) by if(x>C) as shifts are slow on some cpus and i have my doubts that gcc can replace the shifts as x is signed, it could in theory but well its gcc ... libavcodecWed, 31 Jan 2007 10:07:22 +0000, by michael
-
Add code to testcode to ease comparing with liblzo. libavcodecWed, 31 Jan 2007 09:37:02 +0000, by reimar
-
Make BMP decoder use bytestream. Patch by Michel Bardiaux libavcodecWed, 31 Jan 2007 00:34:56 +0000, by takis
-
Remove the getbe16 functions and use the AV_RB16 macro instead. Patch by Ian libavcodecTue, 30 Jan 2007 14:24:12 +0000, by takis
-
Fix a bug in the DVD subtitle decoder where subtitles with odd heights would not libavcodecTue, 30 Jan 2007 14:19:43 +0000, by takis
-
Add the const specifier as needed to reduce the number of warnings. libavcodecTue, 30 Jan 2007 10:31:34 +0000, by takis
-
typo fix by Dmitry Antipov dmantipov =a= yandex =d= ru libavcodecMon, 29 Jan 2007 22:27:27 +0000, by mru
-
Fix segfault in bmp decoder. Patch by Michel Bardiaux mbardiaux mediaxim dot be. libavcodecMon, 29 Jan 2007 14:07:12 +0000, by takis
-
Check that js_vlc_bits from the extradata is in a valid range. libavcodecMon, 29 Jan 2007 10:42:36 +0000, by banan
-
Get rid of the COOKextradata struct. And use valid C to parse the extradata. libavcodecMon, 29 Jan 2007 10:32:14 +0000, by banan
-
decode_subpacket cleanup by Ian Braithwaite ian braithwaite dot dk. libavcodecMon, 29 Jan 2007 08:37:22 +0000, by banan
-
LZO optimization: check input buffer bounds less frequently if padded libavcodecSun, 28 Jan 2007 16:49:51 +0000, by reimar
-
Cook stereo (MONO_COOK2) bugfix, by Ian Braithwaite. libavcodecSun, 28 Jan 2007 10:05:21 +0000, by banan
-
Simplify and avoid a warning (should be faster on Cell and certain G4 revisions) libavcodecSat, 27 Jan 2007 15:09:34 +0000, by lu_zero
-
Fix buffer end checks in lzo copy code to work in all cases. libavcodecSat, 27 Jan 2007 14:15:03 +0000, by reimar
-
rename CMOV_IS_FAST to HAVE_FAST_CMOV and simplify configure libavcodecSat, 27 Jan 2007 14:10:57 +0000, by mru
-
Segregate code common to BMP decoder and future encoder libavcodecSat, 27 Jan 2007 07:39:16 +0000, by diego
-
fix inifnite loop with http://sam.zoy.org/zzuf/lol-mplayer.mpg libavcodecFri, 26 Jan 2007 15:26:08 +0000, by michael
-
Silence GCC when incorrectly complaining that the "line" variable could be used libavcodecThu, 25 Jan 2007 15:23:22 +0000, by takis
-
Bring down the number of snow.c warnings from 27 to 17 by using the const libavcodecThu, 25 Jan 2007 09:54:22 +0000, by takis
-
Brings down the number of snow.c warnings from 33 to 27 by putting parentheses libavcodecThu, 25 Jan 2007 09:43:52 +0000, by takis
-
Don't copy more then needed, bugfix by Gus Scheidt ellocogato at gmail dot com and Michel Bardiaux mbardiaux at mediaxim dot be. libavcodecThu, 25 Jan 2007 08:21:02 +0000, by banan
-
Some TIFFs do not set rows per strip for single strip. libavcodecThu, 25 Jan 2007 06:44:53 +0000, by kostya
-
Move conditional CFLAGS and OBJS setting to common place. libavcodecThu, 25 Jan 2007 00:34:38 +0000, by diego
-
add hint for closed gop and sc threshold error message libavcodecWed, 24 Jan 2007 16:15:00 +0000, by bcoudurier
-
fix indentation, patch by Ian Caulfield % ian P caulfield A gmail P com % libavcodecWed, 24 Jan 2007 15:32:49 +0000, by gpoirier
-
Allows the AC3 parser to read the frame size and codec parameters from E-AC3 streams, libavcodecWed, 24 Jan 2007 15:31:48 +0000, by gpoirier
-
set last_picture for h.264 too, this significantly improves error concealment quality, i hope it doesnt break anything as last_picture_ptr was always NULL for h.264 libavcodecWed, 24 Jan 2007 14:20:00 +0000, by michael
-
crash fix by Carl Eugen Hoyos cehoyos ag.or at libavcodecWed, 24 Jan 2007 11:20:01 +0000, by michael
-
maybe fix segfault with missing extradata (unchecked) libavcodecWed, 24 Jan 2007 00:54:36 +0000, by michael
-
fix segfault with darkkben.free.fr/corrupted_h264.mp4 libavcodecTue, 23 Jan 2007 19:32:26 +0000, by michael
-
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