]> git.sesse.net Git - ffmpeg/history - libavcodec
use floating-point mantissa dequantization tables
[ffmpeg] / libavcodec /
2007-08-04 Justin Rugglesuse floating-point mantissa dequantization tables
2007-08-04 Justin Rugglescosmetics: indentation
2007-08-04 Justin Rugglesdither zero-bit mantissas by default. remove dithering...
2007-08-04 Justin Rugglessimplify coefficient decoding
2007-08-04 Justin Rugglesmerge decoding of coupling channel coefficients and...
2007-08-03 Justin Rugglessplit out coupling coefficient reconstruction into...
2007-08-03 Diego BiurrunReduce Theora decoder verbosity.
2007-08-02 Michael Niedermayeroutput last frame if seq end code is encountered
2007-08-02 Diego BiurrunRemove unused variable.
2007-08-02 Michael Niedermayersimplify s->mv_dir init
2007-08-01 Michael Niedermayerget rid of mb_type_len
2007-08-01 Michael Niedermayerexchange the values of MV_DIR_FORWARD and MV_DIR_BACKWA...
2007-08-01 Michael Niedermayerexchange if() and for() in the MT_FIELD case
2007-08-01 Michael Niedermayerexchange for() and if() order in the MT_FRAME case
2007-08-01 Marc Hoffmanmaking reference models have the same API
2007-08-01 Michael Niedermayerchange
2007-08-01 Michael Niedermayermerge another 2 if() to save a few cpu cycles
2007-08-01 Michael Niedermayerreorder if() so that the condition can be simplified
2007-08-01 Michael Niedermayermerge/simplify 2 if()
2007-08-01 Michael Niedermayermerge 2 if()
2007-08-01 Baptiste Coudurieruse buf_ptr to correctly decode second field
2007-08-01 Justin Rugglesalign array used in mdct. fixes segfault.
2007-08-01 Michael Niedermayeruse ENABLE_GRAY
2007-08-01 Michael Niedermayermake grayscale only decoding checks in inner loops...
2007-07-31 Michael Niedermayermove some code which was executed for every skipped...
2007-07-31 Michael Niedermayerget rid of a useless variable
2007-07-31 Michael Niedermayeravoid 2 additions (1 cpu cycle) per MB
2007-07-31 Michael Niedermayerchroma_qscale seems not used anywhere for mpeg1/2 so...
2007-07-31 Panagiotis IssarisFix typo
2007-07-31 Daniel Kristjanssonfix mem leak
2007-07-31 Diego BiurrunIdentifiers starting with underscores are reserved.
2007-07-30 Andreas Ömanfix cabac decoding with some Blue-Ray sources
2007-07-30 Roman Shaposhnik replacing the use of deprecated unaligned*() routines...
2007-07-30 Panagiotis IssarisHandle malloc failure
2007-07-30 Michael Niedermayersupport silly PCM variant used by zork nemesis
2007-07-29 Michael Niedermayerprevent assert failure with negative quant_offset
2007-07-29 Michael Niedermayerwarn user if max=bitrate && max > min
2007-07-29 Michael Niedermayersupport raw 4bpp avi
2007-07-29 Michael Niedermayermake the reference code use double instead of float...
2007-07-29 Michael Niedermayerprint max and mse
2007-07-29 Christophe GisquetMake bicubic interpolation standard compliant
2007-07-29 Justin Rugglessimplify stereo rematrixing
2007-07-29 Justin Ruggleschange 2 fields from context to local variables
2007-07-28 Justin RugglesBLOCK_SIZE is not used properly, just use numbers inste...
2007-07-28 Justin Rugglesremove broken downmixing. will add new implementation...
2007-07-28 Panagiotis IssarisTake care of some renames (Doxygen and function name...
2007-07-28 Panagiotis IssarisRename h264dsp.c to h264dspenc.c
2007-07-28 Diego BiurrunAhem, fix typos overlooked in last commit.
2007-07-28 Diego Biurruncosmetics: misc typo fixes
2007-07-27 Panagiotis IssarisReplace a return of -1 with ENOMEM.
2007-07-27 Michael Niedermayerdetect voxware (closes issue39)
2007-07-26 Michael Niedermayerremove "Advanced Prediction Mode not supported" spam
2007-07-26 Michael Niedermayeralso support DEBUG_PICT_INFO for h263i
2007-07-26 Michael Niedermayermove show_pict_info() to its own function
2007-07-25 Aurelien Jacobsremove wrong const qualifier
2007-07-25 Stefan Gehrerhave less functions as inline
2007-07-24 Vitor SessakMinor cosmetics
2007-07-24 Ian CaulfieldUpdate the dvdsub parser to be able to parse HD-DVD...
2007-07-24 Ian CaulfieldReindent two lines.
2007-07-24 Ian CaulfieldAdd HD-DVD subpicture decoding.
2007-07-24 Ian CaulfieldRename "palette" to "colormap" when it's referring...
2007-07-24 Andreas Ömanincrease buffer size of LAME MP3 encoder
2007-07-24 Aurelien Jacobshelp some gcc version to optimize out those functions
2007-07-24 Justin Rugglessimplify snr offset and bit allocation
2007-07-24 Justin Rugglesonly use sized data types when necessary
2007-07-24 Justin Rugglesset bit allocation parameters directly instead of copying
2007-07-23 Justin Rugglesuse enum value instead of numerical value for acmod
2007-07-23 Justin Rugglesuse consistent data type for exponents. needs to be...
2007-07-23 Justin Ruggleschange some bit masks to arrays
2007-07-21 Justin Rugglescosmetics: indentation
2007-07-21 Justin RugglesUse shared AC-3 header parsing. Move some initializatio...
2007-07-21 Justin Rugglesdon't need to synchronize in the decoder. the parser...
2007-07-21 Justin Rugglesget rid of an ugly macro
2007-07-20 Panagiotis IssarisReturn AVERROR(EINVAL) when invalid width and/or height...
2007-07-20 Panagiotis IssarisReturn AVERROR(ENOMEM) on memory allocation failure...
2007-07-19 Andreas Ömanbail out on unknown jpeg pixel format instead of silent...
2007-07-19 Panagiotis IssarisFix the self tests which are contained in some codecs...
2007-07-19 Panagiotis IssarisFix the compilation of dct-test, fft-test and motion...
2007-07-19 Justin Rugglesdon't need to define ALT_BITSTREAM_READER
2007-07-19 Justin Rugglesupdate license header. add copyright for myself. correc...
2007-07-19 Justin Rugglesrevise comment for exponent decoding function
2007-07-19 Justin Rugglesnew implementation of exponent decoding
2007-07-19 Justin Rugglescosmetics: indentation
2007-07-19 Justin Rugglesremove portions of bit allocation which are no longer...
2007-07-18 Vitor SessakAnother minor simplification
2007-07-18 Baptiste CoudurierSet the step index correctly for flash adpcm. Patch...
2007-07-18 Baptiste CoudurierCalculate the correct blocksize for flash adpcm. Patch...
2007-07-18 Zdenek Kabelacfix mem leak
2007-07-18 Vitor SessakMake deinterlace_16 receive an array as a parameter...
2007-07-18 Vitor SessakMinor simplification
2007-07-18 Vitor SessakYet more cosmetics
2007-07-18 Vitor SessakMore cosmetics
2007-07-18 Vitor SessakRemove reimplementation of av_log2
2007-07-18 Andreas Ömanadd YUV440P and YUVJ440P support
2007-07-18 Vitor SessakTest for supported number of channels
2007-07-18 Vitor SessakCosmetics: indentation
2007-07-18 Vitor SessakCosmetics: alignment
2007-07-18 Vitor SessakRemove more code duplication. Based on a patch by Matth...
2007-07-17 Vitor SessakMove var. declaration to allow further clean up
2007-07-17 Vitor SessakRemove code duplication. Based on a patch by Matthieu...
next