]> git.sesse.net Git - ffmpeg/history - libavcodec
__attribute__((unused)) works with gcc 2.95 too
[ffmpeg] / libavcodec /
2007-01-07 Diego Biurruncosmetics: Reorder external libraries.
2007-01-07 Diego Biurrunvariable renaming: mp3lame --> libmp3lame
2007-01-06 Diego BiurrunRename variables: faad --> libfaad, faac --> libfaac...
2007-01-06 Diego Biurrunvariable renaming: dts --> libdts
2007-01-06 Diego BiurrunRename variables: a52 --> liba52, a52bin --> liba52bin
2007-01-03 Michael Niedermayermaybe fixing a segfault
2007-01-03 Michael Niedermayerdead code removial
2007-01-02 Michael Niedermayerstore a few values in the header as difference to the...
2007-01-01 Kostya ShishkovDecode previous 32 frames to avoid seeking artifacts...
2006-12-26 Michael Niedermayerskiprd doxygen comment from avcodec.h -> AVOption comment
2006-12-24 Kostya ShishkovMusepack SV7 decoding support
2006-12-23 Michael Niedermayerskiprd
2006-12-22 Michael Niedermayertest DIRECT{0,0} too if flag mv0 is used
2006-12-22 Baptiste Coudurierbt 0 is invalid, setting min to 1
2006-12-21 Aurelien Jacobsmore simplification
2006-12-21 Michael Niedermayer10l
2006-12-21 Michael NiedermayerFIXME has already been fixed ages ago
2006-12-21 Michael Niedermayersimplify
2006-12-21 Michael Niedermayeruse qscale_table in adaptive quant
2006-12-21 Michael Niedermayersimplify
2006-12-21 Michael Niedermayeri think this if() is useless lets abuse our users to...
2006-12-21 Michael Niedermayerskip motion estimation and encoding of non direct-0...
2006-12-21 Michael Niedermayerdont randomly disallow intr4v in adaptive quant
2006-12-21 Michael Niedermayerdont randomly dissallow direct MBs
2006-12-20 Michael Niedermayertry direct mode MB after QPRD, slight PSNR/bitrate...
2006-12-20 Michael Niedermayerfix special casing of the 0,0 MV for b frames (slight...
2006-12-20 Michael Niedermayerdont favor the zero MV if mv0 is used (psnr per bitrate...
2006-12-18 Guillaume PoirierAdd SSSE3 (Core2 aka Conroe/Merom/Woodcrester new instr...
2006-12-18 Michael Niedermayerminor doc fix
2006-12-18 Baptiste Coudurieralways print message when error, AV_LOG_DEBUG -> AV_LOG...
2006-12-17 Aurelien JacobsAdd support for VP60 and VP61.
2006-12-17 Michael Niedermayer10l
2006-12-17 Aurelien Jacobssmall optimization
2006-12-17 Michael Niedermayerwarn user if the selected diamond size is larger then...
2006-12-17 Michael Niedermayerlimit x/ymin/max to me_range
2006-12-17 Reimar DöffingerCheck mb_pos is big enough before trying to access...
2006-12-14 Benjamin Larssonav_log(NULL,... -> av_log(avctx,.. where appropriate.
2006-12-14 Benjamin LarssonBug fix for crashes when SSE is used on unaligned arrays.
2006-12-13 Diego Biurrunvqmin/vqmax --> qmin/qmax in the option description
2006-12-12 Guillaume PoirierDoxygen comments about variables described by Michael...
2006-12-12 Michael Niedermayermv overflow in map fix (untested except regression...
2006-12-11 Reimar DöffingerFix JPEG-LS encoder 0xff-escaping writing too much...
2006-12-11 Panagiotis IssarisAdding H.264 DCT.
2006-12-11 Michael Niedermayerfix playback of mp3_bits_left.avi
2006-12-11 Guillaume PoirierGCC 3.3 compile fix
2006-12-11 Diego BiurrunImprove option description.
2006-12-11 Måns Rullgårdimproved stack misalignment warning
2006-12-11 Panagiotis IssarisAdding function which enables writing H.264 NAL units.
2006-12-09 Reimar DöffingerFix 16 bit cscd samples, 16 bit raw means RGB555 on...
2006-12-09 Reimar DöffingerTypo in error message
2006-12-08 Martin Storsjöfix bug when __GNUC__ isn't defined and when compiling...
2006-12-08 Kostya ShishkovDeobfuscate expression
2006-12-08 Kostya ShishkovNow ZMBV encoder compiles
2006-12-08 Kostya Shishkov1e6l forgot to add zmbvenc.c
2006-12-08 Måns Rullgårdlavc is at major version 51, delete old stuff
2006-12-08 Måns Rullgårdrename always_inline to av_always_inline and move to...
2006-12-07 Michael Niedermayerbetter warning
2006-12-07 Michael Niedermayerff_check_alignment to warn the user about a missaligned...
2006-12-07 Michael Niedermayerfix compilation
2006-12-07 Panagiotis IssarisAdded entry for H.264 DCT to the DSP context.
2006-12-07 Panagiotis IssarisAdd codec ID for a native H.264 encoder.
2006-12-07 Panagiotis IssarisMaking rem6 and div6 globally visible and thus adding...
2006-12-07 Panagiotis IssarisRemoving unused code
2006-12-07 Kostya ShishkovZMBV encoder
2006-12-06 Måns Rullgårduse the standard INT64_C() macro for 64-bit constants
2006-12-06 Panagiotis IssarisAdd "mixed_refs" description suggested by Loren Merritt...
2006-12-06 Panagiotis IssarisAdd more descriptions to the AVOption array taken from...
2006-12-06 Panagiotis IssarisExport symbols of several H.264 intra prediction functions
2006-12-05 Alexander Chemerisfix crash when decoding a truncated H264 slice
2006-12-05 Panagiotis IssarisRemoving unused code
2006-12-05 Panagiotis IssarisAdd comment denoting group of H.264 functions
2006-12-05 Panagiotis IssarisChange NAL unit type defines to an enum and move to...
2006-12-05 Michael Niedermayer10l umh search needs hex size 2 now after the last...
2006-12-05 Michael Niedermayermake hex and large 2 small diamond search half their...
2006-12-04 Diego BiurrunFix some obvious mistakes in the option descriptions.
2006-12-03 Reimar DöffingerMove BE_*/LE_*/ST*/LD* macros to a common place. Some...
2006-12-02 Mike MelansonAnother hack to allow the Cinepak decoder to detect...
2006-12-02 Víctor PaesaFill in some missing AVOption descriptions.
2006-12-02 Guillaume PoirierAdd IDCT8 routine in Altivec. Patch by yours truely...
2006-12-02 Diego Biurrunspelling cosmetics: cliped --> clipped
2006-12-02 Kostya Shishkov10e6l FastUVMC was done right but in the wrong place
2006-12-02 Michael Niedermayerfix indention
2006-12-02 Michael Niedermayerdia_size=-1 -> funny_diamond_search()
2006-12-02 Michael Niedermayerhexagon search
2006-12-02 Luca BarbatoUnused variable removed
2006-12-01 Michael Niedermayerremove pretty much useless skiping of some predictors
2006-12-01 Baptiste Couduriermjpeg a dump header bitstream filter, modifies bitstrea...
2006-12-01 Baptiste Coudurieradd bytestream big endian 16/32 writing functions
2006-12-01 Michael Niedermayertypo in umh
2006-12-01 Michael NiedermayerUMH support (dia_size=-1 activates it)
2006-12-01 Michael Niedermayercosmetic (prevent name clashes of variables in a macro...
2006-12-01 Kostya Shishkov100l FastUVMC rounding was incorrect.
2006-11-30 Michael Niedermayer1 step diamond search around the median MV predictor
2006-11-29 Kostya ShishkovVQA v1 support
2006-11-28 Aurelien Jacobscleanup the #ifdef mess in encoder/decoder/parser regis...
2006-11-28 Kostya ShishkovCorrect information in header
2006-11-27 Robert Swainalphabetic reordering of codec registration
2006-11-27 Michael NiedermayerPIC fix
2006-11-26 Brian FoleyMove copy_block* functions to dsp dsputil.h
2006-11-26 Kostya ShishkovCorrect rounding values in overlap filtering
next