]> git.sesse.net Git - ffmpeg/history - libavcodec
Fix a crash when probing img2 format with a NULL filename.
[ffmpeg] / libavcodec /
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
2006-11-26 Kostya ShishkovB-frames support for adv. profile
2006-11-26 Kostya Shishkov100l: Initialize dc_scale with current quantizer for...
2006-11-26 Kostya ShishkovUse halfpq in coefficient scaling
2006-11-24 Luca Barbatotypo
2006-11-24 Steven JohnsonImplement DELTA_FLI opcodes correctly. Patch by Steven...
2006-11-23 Alex Beregszaszisupport byte_run=0 case in DELTA_FLI (this case means...
2006-11-23 Alex Beregszaszi10l memory corruption bug found by Steven Johnson
2006-11-23 Aurelien Jacobsflac: allow reading of full metadata headers from extradata
2006-11-23 Bill O'Shaughnessybring AC3 encoder output up to input volume level
2006-11-22 Baptiste Coudurierfix bitstream to be correctly decoded by quicktime
2006-11-22 Baptiste Coudurierfix sigfpe with intra only encoding
2006-11-22 Diego BiurrunConditionally compile some of the AltiVec optimizations.
2006-11-22 Matthias Hopffix some potential security issues, patch by Matthias...
2006-11-21 Diego BiurrunFix compilation with VC-1 decoder disabled.
2006-11-21 Michael Niedermayerfix b frames + -mbd rd without -psnr (yes that was...
2006-11-21 Michael Niedermayer100l infinite loop fix
2006-11-21 Kostya ShishkovDecode non-interleaved scans
2006-11-20 Guillaume PoirierFix declaration and code thingie
2006-11-20 Martinallow amr bitrate to be changed "on the fly" through...
2006-11-20 Tom HarperFix linking with H.261 support disabled.
2006-11-20 Michael Niedermayerinfiinit loop fix for CBR + adaptive quant
2006-11-20 Michael Niedermayer100l qprd fix 2nd try
2006-11-20 Kostya ShishkovSome progressive JPEG support
2006-11-19 Michael Niedermayertesting all dquant for qp_rd fixes the qp runaway to...
2006-11-19 Guillaume PoirierAdd useful Altivec types, taken from with permission...
next