]> git.sesse.net Git - ffmpeg/history - libavcodec
Fix 16 bit cscd samples, 16 bit raw means RGB555 on Windows, and the original
[ffmpeg] / libavcodec /
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...
2006-11-19 Kostya ShishkovDivide first audio buffer chunk into atomary bufffers.
2006-11-17 Benjamin LarssonMissed one log2().
2006-11-17 Kostya ShishkovOptimize overlapping
2006-11-17 Kostya ShishkovFix comments
2006-11-17 Kostya ShishkovOverlap filtering was done in reverse order
2006-11-16 Alex BeregszasziRemove alpha channel from RGB555
2006-11-16 Alex BeregszasziBGR555 has never been working as alpha supporting forma...
2006-11-16 Baptiste Coudurierthrow error if unsupported resolution is used with...
2006-11-15 Michael Niedermayerdetect a few more errors (fixes libmp3-bug.avi again)
2006-11-14 Michael Niedermayermaking decoding more error robust
2006-11-14 Michael Niedermayerreset internal buffer during seeking
2006-11-14 Michael Niedermayermore checks and error messages
2006-11-14 Alex Beregszaszichanged rgba32_to routines to support both alpha and...
2006-11-14 Alex Beregszaszichanged rgba32_to routines to support both alpha and...
2006-11-14 Alex BeregszasziFix possible overflows. Found by Steven Johnson
2006-11-14 Benjamin LarssonRemove log2() usage.
2006-11-14 Måns Rullgårdrevert bad checkin
2006-11-14 Måns Rullgårdmove some CFLAGS settings away from config.* writing...
2006-11-14 Diego BiurrunRemove redundant #ifdef HAVE_THREAD, the file is only...
2006-11-13 Måns Rullgårdrename CONFIG_AC3 to CONFIG_A52
2006-11-13 Kostya ShishkovSupport for 16-bit grayscale
2006-11-13 Kostya ShishkovGive error about planar RGB
2006-11-13 Kostya ShishkovUpdate error message
next