]> git.sesse.net Git - ffmpeg/history - libavcodec
Make x11grab output its warning that it couldn't find the mouse pointer only
[ffmpeg] / libavcodec /
2007-02-02 Kostya Shishkov0x00000103 is not an escape marker
2007-02-02 Michael Niedermayeradd FIXME
2007-02-02 Kostya ShishkovGeneral approach to parsing chunks in VC-1 AP
2007-02-02 Michael Niedermayersome (probably exploitable) out of array write fixes
2007-02-02 Måns Rullgårdmissed a redundant load
2007-02-01 Måns Rullgårdrevert accidental checkin
2007-02-01 Måns Rullgårdsave one cycle
2007-02-01 Måns Rullgårdremove redundant loads
2007-02-01 Kostya ShishkovCheck for out-of-bounds access
2007-02-01 Michel BardiauxAdd decode_end method to bmp decoder. Patch by Michel...
2007-02-01 Baptiste Couduriercorrectly set profile/level for hd
2007-02-01 Michel BardiauxActivate guards in avcodec_default_get_buffer. Patch...
2007-01-31 Måns Rullgårdoptimize IDCT of rows with mostly zero coefficients
2007-01-31 Reimar DöffingerMove lzo decompression to libavutil
2007-01-31 Reimar DöffingerMake sure we do not accidentially "fix" cnt to somethin...
2007-01-31 Reimar DöffingerSimplify checks, use that we know that cnt will not...
2007-01-31 Reimar DöffingerRemove boundary checks that are actually done "well...
2007-01-31 Reimar DöffingerDocumentation fix: Copy functions should "work" fine...
2007-01-31 Reimar DöffingerOptimize LZO copy operations
2007-01-31 Michel BardiauxFix memcpy out-of-bounds.
2007-01-31 Michael Niedermayeranother >> vs >
2007-01-31 Michael Niedermayersimpify state and make code 2% faster
2007-01-31 Reimar DöffingerAdd two extra needed bounds checks
2007-01-31 Michael Niedermayerreplace if(x>>b) by if(x>C) as shifts are slow on some...
2007-01-31 Reimar DöffingerAdd code to testcode to ease comparing with liblzo.
2007-01-31 Michel BardiauxMake BMP decoder use bytestream. Patch by Michel Bardiaux
2007-01-30 Panagiotis IssarisRemove the getbe16 functions and use the AV_RB16 macro...
2007-01-30 Ian CaulfieldFix a bug in the DVD subtitle decoder where subtitles...
2007-01-30 Panagiotis IssarisAdd the const specifier as needed to reduce the number...
2007-01-29 Måns Rullgårdtypo fix by Dmitry Antipov dmantipov =a= yandex =d= ru
2007-01-29 Måns Rullgårdtheoretically save one cycle
2007-01-29 Kostya ShishkovFix BI-frames decoding for Adv. profile
2007-01-29 Michel BardiauxFix segfault in bmp decoder. Patch by Michel Bardiaux...
2007-01-29 Benjamin LarssonCheck that js_vlc_bits from the extradata is in a valid...
2007-01-29 Benjamin LarssonGet rid of the COOKextradata struct. And use valid...
2007-01-29 Benjamin LarssonKill a warning and don't use modulus.
2007-01-29 Benjamin Larssondecode_subpacket cleanup by Ian Braithwaite ian braithw...
2007-01-28 Måns RullgårdARMv6 SIMD IDCT
2007-01-28 Reimar DöffingerLZO optimization: check input buffer bounds less freque...
2007-01-28 Benjamin LarssonSort out the diffrent cook versions.
2007-01-28 Benjamin LarssonCook stereo (MONO_COOK2) bugfix, by Ian Braithwaite.
2007-01-27 Benjamin LarssonGet rid of one warning.
2007-01-27 Luca BarbatoSimplify and avoid a warning (should be faster on Cell...
2007-01-27 Kostya ShishkovCoded residual in WavPack may be > 0xFFFF
2007-01-27 Reimar DöffingerFix _LZO_H vs. LZO_H typo
2007-01-27 Reimar DöffingerFix buffer end checks in lzo copy code to work in all...
2007-01-27 Måns Rullgårdrename CMOV_IS_FAST to HAVE_FAST_CMOV and simplify...
2007-01-27 Reimar DöffingerAdd lzo test code
2007-01-27 Luca BarbatoFix warnings and simplify/reorder the code
2007-01-27 Michel BardiauxSegregate code common to BMP decoder and future encoder
2007-01-27 Kostya ShishkovSet aspect ratio if present (for AP only)
2007-01-26 Michael Niedermayerfix inifnite loop with http://sam.zoy.org/zzuf/lol...
2007-01-26 Panagiotis IssarisTypo
2007-01-26 Baptiste Coudurierremove void * used in arithmetic warnings
2007-01-26 Michael Niedermayercosmetics / remove #if 0 code
2007-01-25 Panagiotis IssarisSilence GCC when incorrectly complaining that the ...
2007-01-25 Panagiotis IssarisBring down the number of snow.c warnings from 27 to...
2007-01-25 Panagiotis IssarisBrings down the number of snow.c warnings from 33 to...
2007-01-25 Benjamin LarssonDon't copy more then needed, bugfix by Gus Scheidt...
2007-01-25 Kostya ShishkovSome TIFFs do not set rows per strip for single strip.
2007-01-25 Diego BiurrunMove conditional CFLAGS and OBJS setting to common...
2007-01-25 Diego BiurrunTheora encoding via libtheora.
2007-01-24 Kostya ShishkovAdd debug messages for AP headers
2007-01-24 Kostya ShishkovOff-by-one error fix
2007-01-24 Kostya ShishkovFail on VC-1 interlaced streams
2007-01-24 Baptiste Coudurieradd hint for closed gop and sc threshold error message
2007-01-24 Ian Caulfieldfix indentation, patch by Ian Caulfield % ian P caulfie...
2007-01-24 Ian CaulfieldAllows the AC3 parser to read the frame size and codec...
2007-01-24 Michael Niedermayerset last_picture for h.264 too, this significantly...
2007-01-24 Michael Niedermayercrash fix by Carl Eugen Hoyos cehoyos ag.or at
2007-01-24 Michael Niedermayerexplicit values for all enums
2007-01-24 Michael Niedermayerenum
2007-01-24 Michael Niedermayermaybe fix segfault with missing extradata (unchecked)
2007-01-23 Michael Niedermayerfix segfault with darkkben.free.fr/corrupted_h264.mp4
2007-01-23 Michael Niedermayerflame
2007-01-23 Michael Niedermayercheck num_reorder_frames for validity
2007-01-23 Michael Niedermayeradding assert to protect delayed_pic
2007-01-23 Luca Barbato10l, there is a corner case afterall...
2007-01-22 Michael Niedermayer1/0 fix
2007-01-22 Diego BiurrunFix FSF postal address.
2007-01-22 Diego BiurrunFix some more license headers.
2007-01-21 Diego Biurruncosmetics: Sort decoder/encoder/parser variables lists.
2007-01-21 Måns Rullgårdremove the last #ifdef from allcodecs.c
2007-01-21 Diego Biurruncosmetics: List all encoders together.
2007-01-21 Måns Rullgårdremove useless #ifdef CONFIG_ZLIB
2007-01-21 Måns Rullgårdremove useless #ifdef CONFIG_ZLIB
2007-01-21 Benjamin LarssonRemove debug line.
2007-01-21 Benjamin LarssonAdd flashsv encoder to changelog and fix the encoder...
2007-01-21 Måns Rullgårdremove no longer needed ifeq tests
2007-01-21 Måns Rullgårdremove no longer needed #ifdefs
2007-01-21 Benjamin LarssonFlash screen video encoder.
2007-01-21 Diego BiurrunDeclare zlib dependency in the Makefile, not in the...
2007-01-21 Benjamin LarssonReally fix my never ending mistakes.
2007-01-21 Benjamin LarssonDon't break compilation on systems without zlib.
2007-01-21 Benjamin LarssonThe block_size might be used incorrectly if it is not...
2007-01-21 Luca BarbatoConstantize AVOption, solve few warnings, patch from...
2007-01-21 Benjamin LarssonFixed a typo, cosmetics.
2007-01-21 Benjamin LarssonGet rid of #ifdef CONFIG_ZLIB in the code. Code cleanup.
2007-01-21 Reimar DöffingerFix crash when pred_order greater s->blocksize >> rice_...
2007-01-20 Michael Niedermayerchecking bitstream values and other related changes
next