log

age author description
2007-02-06 michael 10l use of uninitalized var libavcodec
2007-02-06 michael kill debuging code libavcodec
2007-02-06 michael wma encoder libavcodec
2007-02-06 michael Revised patch for HD DVD .EVO demuxing by (Ian Caulfield <lowercase name seperated by . place at here gmail place a dot here com>) libavcodec
2007-02-06 michael simplify and remove useless index in AV_W* libavcodec
2007-02-06 kostya Progressive frames disguised as interlaced are supported libavcodec
2007-02-06 kostya B-frames could not be determined from broken_link/closed_entry, use fixed value libavcodec
2007-02-06 kostya Wrong flag tested libavcodec
2007-02-06 aurel ensure that data[0] is set to NULL for next frame libavcodec
2007-02-05 mru oops, revert accidental checkin libavcodec
2007-02-05 mru fix multichannel decoding libavcodec
2007-02-05 mru move static variables to private context struct libavcodec
2007-02-05 mru remove preprocessor cruft libavcodec
2007-02-05 mru cosmetics: don't needlessly open new blocks libavcodec
2007-02-05 mru cosmetic: indent sensibly so code can be read at all libavcodec
2007-02-05 diego BMP encoder by Michel Bardiaux, mbardiaux mediaxim be libavcodec
2007-02-05 faust3 fix use of uninitialized variables libavcodec
2007-02-05 diego Remove useless check, patch by Benoit Fouet, benoit.fouet purplelabs com. libavcodec
2007-02-05 kostya Set codec dimensions in extradata parsing libavcodec
2007-02-05 kostya table fix libavcodec
2007-02-04 michael useless as this file wont be compiled if this is not true libavcodec
2007-02-04 kostya Save frame header info in context variables libavcodec
2007-02-04 kostya Set frame rate from extradata libavcodec
2007-02-03 michael factorize switch_buffer() libavcodec
2007-02-03 michael fix decoding of takethat.mp3 libavcodec
2007-02-03 kostya These messages are just for debug purposes libavcodec
2007-02-03 kostya Set codec dimensions if provided by extradata libavcodec
2007-02-03 kostya VC-1 parser libavcodec
2007-02-02 kostya 0x00000103 is not an escape marker libavcodec
2007-02-02 michael add FIXME libavcodec
2007-02-02 kostya General approach to parsing chunks in VC-1 AP libavcodec
2007-02-02 michael some (probably exploitable) out of array write fixes libavcodec
2007-02-02 mru missed a redundant load libavcodec
2007-02-01 mru revert accidental checkin libavcodec
2007-02-01 mru save one cycle libavcodec
2007-02-01 mru remove redundant loads libavcodec
2007-02-01 kostya Check for out-of-bounds access libavcodec
2007-02-01 takis Add decode_end method to bmp decoder. Patch by Michel Bardiaux, libavcodec
2007-02-01 bcoudurier correctly set profile/level for hd libavcodec
2007-02-01 takis Activate guards in avcodec_default_get_buffer. Patch by Michel Bardiaux, libavcodec
2007-01-31 mru optimize IDCT of rows with mostly zero coefficients libavcodec
2007-01-31 reimar Move lzo decompression to libavutil libavcodec
2007-01-31 reimar Make sure we do not accidentially "fix" cnt to something < 0 libavcodec
2007-01-31 reimar Simplify checks, use that we know that cnt will not be < 0 libavcodec
2007-01-31 reimar Remove boundary checks that are actually done "well enough" libavcodec
2007-01-31 reimar Documentation fix: Copy functions should "work" fine for cnt == 0 libavcodec
2007-01-31 reimar Optimize LZO copy operations libavcodec
2007-01-31 diego Fix memcpy out-of-bounds. libavcodec
2007-01-31 michael another >> vs > libavcodec
2007-01-31 michael simpify state and make code 2% faster libavcodec
2007-01-31 reimar Add two extra needed bounds checks libavcodec
2007-01-31 michael 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 ... libavcodec
2007-01-31 reimar Add code to testcode to ease comparing with liblzo. libavcodec
2007-01-31 takis Make BMP decoder use bytestream. Patch by Michel Bardiaux libavcodec
2007-01-30 takis Remove the getbe16 functions and use the AV_RB16 macro instead. Patch by Ian libavcodec
2007-01-30 takis Fix a bug in the DVD subtitle decoder where subtitles with odd heights would not libavcodec
2007-01-30 takis Add the const specifier as needed to reduce the number of warnings. libavcodec
2007-01-29 mru typo fix by Dmitry Antipov dmantipov =a= yandex =d= ru libavcodec
2007-01-29 mru theoretically save one cycle libavcodec
2007-01-29 kostya Fix BI-frames decoding for Adv. profile libavcodec
2007-01-29 takis Fix segfault in bmp decoder. Patch by Michel Bardiaux mbardiaux mediaxim dot be. libavcodec
2007-01-29 banan Check that js_vlc_bits from the extradata is in a valid range. libavcodec
2007-01-29 banan Get rid of the COOKextradata struct. And use valid C to parse the extradata. libavcodec
2007-01-29 banan Kill a warning and don't use modulus. libavcodec
2007-01-29 banan decode_subpacket cleanup by Ian Braithwaite ian braithwaite dot dk. libavcodec
2007-01-28 mru ARMv6 SIMD IDCT libavcodec
2007-01-28 reimar LZO optimization: check input buffer bounds less frequently if padded libavcodec
2007-01-28 banan Sort out the diffrent cook versions. libavcodec
2007-01-28 banan Cook stereo (MONO_COOK2) bugfix, by Ian Braithwaite. libavcodec
2007-01-27 banan Get rid of one warning. libavcodec
2007-01-27 lu_zero Simplify and avoid a warning (should be faster on Cell and certain G4 revisions) libavcodec
2007-01-27 kostya Coded residual in WavPack may be > 0xFFFF libavcodec
2007-01-27 reimar Fix _LZO_H vs. LZO_H typo libavcodec
2007-01-27 reimar Fix buffer end checks in lzo copy code to work in all cases. libavcodec
2007-01-27 mru rename CMOV_IS_FAST to HAVE_FAST_CMOV and simplify configure libavcodec
2007-01-27 reimar Add lzo test code libavcodec
2007-01-27 lu_zero Fix warnings and simplify/reorder the code libavcodec
2007-01-27 diego Segregate code common to BMP decoder and future encoder libavcodec
2007-01-27 kostya Set aspect ratio if present (for AP only) libavcodec
2007-01-26 michael fix inifnite loop with http://sam.zoy.org/zzuf/lol-mplayer.mpg libavcodec
2007-01-26 takis Typo libavcodec
2007-01-26 bcoudurier remove void * used in arithmetic warnings libavcodec
2007-01-26 michael cosmetics / remove #if 0 code libavcodec
2007-01-25 takis Silence GCC when incorrectly complaining that the "line" variable could be used libavcodec
2007-01-25 takis Bring down the number of snow.c warnings from 27 to 17 by using the const libavcodec
2007-01-25 takis Brings down the number of snow.c warnings from 33 to 27 by putting parentheses libavcodec
2007-01-25 banan Don't copy more then needed, bugfix by Gus Scheidt ellocogato at gmail dot com and Michel Bardiaux mbardiaux at mediaxim dot be. libavcodec
2007-01-25 kostya Some TIFFs do not set rows per strip for single strip. libavcodec
2007-01-25 diego Move conditional CFLAGS and OBJS setting to common place. libavcodec
2007-01-25 diego Theora encoding via libtheora. libavcodec
2007-01-24 kostya Add debug messages for AP headers libavcodec
2007-01-24 kostya Off-by-one error fix libavcodec
2007-01-24 kostya Fail on VC-1 interlaced streams libavcodec
2007-01-24 bcoudurier add hint for closed gop and sc threshold error message libavcodec
2007-01-24 gpoirier fix indentation, patch by Ian Caulfield % ian P caulfield A gmail P com % libavcodec
2007-01-24 gpoirier Allows the AC3 parser to read the frame size and codec parameters from E-AC3 streams, libavcodec
2007-01-24 michael 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 libavcodec
2007-01-24 michael crash fix by Carl Eugen Hoyos cehoyos ag.or at libavcodec
2007-01-24 michael explicit values for all enums libavcodec
2007-01-24 michael enum libavcodec
2007-01-24 michael maybe fix segfault with missing extradata (unchecked) libavcodec
2007-01-23 michael fix segfault with darkkben.free.fr/corrupted_h264.mp4 libavcodec
2007-01-23 michael flame libavcodec
2007-01-23 michael check num_reorder_frames for validity libavcodec
2007-01-23 michael adding assert to protect delayed_pic libavcodec
2007-01-23 lu_zero 10l, there is a corner case afterall... libavcodec
2007-01-22 michael 1/0 fix libavcodec
2007-01-22 diego Fix FSF postal address. libavcodec
2007-01-22 diego Fix some more license headers. libavcodec
2007-01-21 diego cosmetics: Sort decoder/encoder/parser variables lists. libavcodec
2007-01-21 mru remove the last #ifdef from allcodecs.c libavcodec
2007-01-21 diego cosmetics: List all encoders together. libavcodec
2007-01-21 mru remove useless #ifdef CONFIG_ZLIB libavcodec
2007-01-21 mru remove useless #ifdef CONFIG_ZLIB libavcodec
2007-01-21 banan Remove debug line. libavcodec
2007-01-21 banan Add flashsv encoder to changelog and fix the encoder so it actually works. libavcodec
2007-01-21 mru remove no longer needed ifeq tests libavcodec
2007-01-21 mru remove no longer needed #ifdefs libavcodec
2007-01-21 banan Flash screen video encoder. libavcodec
2007-01-21 diego Declare zlib dependency in the Makefile, not in the source. libavcodec
2007-01-21 banan Really fix my never ending mistakes. libavcodec
2007-01-21 banan Don't break compilation on systems without zlib. libavcodec
2007-01-21 banan The block_size might be used incorrectly if it is not updated. libavcodec
2007-01-21 lu_zero Constantize AVOption, solve few warnings, patch from flameeyes@gentoo.org aka "the other Diego" libavcodec
2007-01-21 banan Fixed a typo, cosmetics. libavcodec
2007-01-21 banan Get rid of #ifdef CONFIG_ZLIB in the code. Code cleanup. libavcodec
2007-01-21 reimar Fix crash when pred_order greater s->blocksize >> rice_order. libavcodec
2007-01-20 michael checking bitstream values and other related changes libavcodec
2007-01-19 alex rename BE/LE_8/16/32 to AV_RL/B_8/16/32 libavcodec
2007-01-19 gpoirier remove useless cast that makes code unreadable libavcodec
2007-01-19 gpoirier harden h264 decoding to prevent some crashes when input data is corrupted. libavcodec
2007-01-19 michael uint16->uint8 libavcodec
2007-01-18 takis Change the Snow encoder to always use the available MotionEstContext pointer. libavcodec
2007-01-17 lu_zero Avoid branches in the loop and solve a gcc warning libavcodec
2007-01-17 lu_zero Cosmetics libavcodec
2007-01-17 takis fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.ogm and libavcodec
2007-01-16 michael set data_size to 0 so that in case we return without setting it nothing funny can happen libavcodec
2007-01-16 lu_zero fix a gcc warning, avoid an unnecessary operation libavcodec
2007-01-16 reimar Avoid calling decode_slice when context_initialized is not set. libavcodec
2007-01-15 michael fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.mpg and http://sam.zoy.org/zzuf/lol-ffplay.m2v libavcodec
2007-01-15 romansh * Fixing a bug with incorrect bits set in AAUX source pack libavcodec
2007-01-14 michael avcodec_decode_audio2() libavcodec
2007-01-14 michael er and strict also apply to audio theoretically libavcodec
2007-01-14 aurel cosmetics: reindent libavcodec
2007-01-14 aurel add support for another variant of vp6 libavcodec
2007-01-14 reimar Buffer for get_bits must be padded because readers may overread. libavcodec
2007-01-13 michael some interlaced direct sanity checks libavcodec
2007-01-13 michael replace a few hardcoded numbers with their correct named ones libavcodec
2007-01-13 michael fix 16 CABAC_BIT * 10l bug introduced in r6578 libavcodec
2007-01-10 bcoudurier print error when decoding fails libavcodec
2007-01-10 diego Unconditionally enable Theora decoder. It works fine now and there is no libavcodec
2007-01-07 gpoirier add missing bit from commit r7423 libavcodec
2007-01-07 gpoirier Optimization of 'dct_unquantize_h263_intra' for ARM (armv5te) libavcodec
2007-01-07 mru enable bidirectional me with x264 libavcodec
2007-01-07 diego cosmetics: Reorder external libraries. libavcodec
2007-01-07 diego variable renaming: mp3lame --> libmp3lame libavcodec
2007-01-06 diego Rename variables: faad --> libfaad, faac --> libfaac, faadbin --> libfaadbin libavcodec
2007-01-06 diego variable renaming: dts --> libdts libavcodec
2007-01-06 diego Rename variables: a52 --> liba52, a52bin --> liba52bin libavcodec
2007-01-03 michael maybe fixing a segfault libavcodec
2007-01-03 michael dead code removial libavcodec
2007-01-02 michael store a few values in the header as difference to the last libavcodec
2007-01-01 kostya Decode previous 32 frames to avoid seeking artifacts in MPC libavcodec
2006-12-26 michael skiprd doxygen comment from avcodec.h -> AVOption comment libavcodec
2006-12-24 kostya Musepack SV7 decoding support libavcodec
2006-12-23 michael skiprd libavcodec
2006-12-22 michael test DIRECT{0,0} too if flag mv0 is used libavcodec
2006-12-22 bcoudurier bt 0 is invalid, setting min to 1 libavcodec
2006-12-21 aurel more simplification libavcodec
2006-12-21 michael 10l libavcodec
2006-12-21 michael FIXME has already been fixed ages ago libavcodec
2006-12-21 michael simplify libavcodec
2006-12-21 michael use qscale_table in adaptive quant libavcodec
2006-12-21 michael simplify libavcodec
2006-12-21 michael i think this if() is useless lets abuse our users to test this ;) libavcodec
2006-12-21 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) libavcodec
2006-12-21 michael dont randomly disallow intr4v in adaptive quant libavcodec
2006-12-21 michael dont randomly dissallow direct MBs libavcodec
2006-12-20 michael try direct mode MB after QPRD, slight PSNR/bitrate gain if b frames + QPRD libavcodec
2006-12-20 michael fix special casing of the 0,0 MV for b frames (slight PSNR/bitrate gain) libavcodec
2006-12-20 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) libavcodec
2006-12-18 gpoirier Add SSSE3 (Core2 aka Conroe/Merom/Woodcrester new instructions) detection libavcodec
2006-12-18 michael minor doc fix libavcodec
2006-12-18 bcoudurier always print message when error, AV_LOG_DEBUG -> AV_LOG_ERROR libavcodec
2006-12-17 aurel Add support for VP60 and VP61. libavcodec
2006-12-17 michael 10l libavcodec
2006-12-17 aurel small optimization libavcodec
2006-12-17 michael warn user if the selected diamond size is larger then the motion estimation score cache size libavcodec
2006-12-17 michael limit x/ymin/max to me_range libavcodec
2006-12-17 reimar Check mb_pos is big enough before trying to access data left or above. libavcodec
2006-12-14 banan av_log(NULL,... -> av_log(avctx,.. where appropriate. libavcodec
2006-12-14 banan Bug fix for crashes when SSE is used on unaligned arrays. libavcodec