]> git.sesse.net Git - ffmpeg/history - libavcodec
Properly use av_log rather than fprintf/printf.
[ffmpeg] / libavcodec /
2008-09-04 Vitor SessakMultiply table by -1. This avoid doing this calculation...
2008-09-04 Michael NiedermayerFix artifacts of MPEG4-720I-DN-SV8K.trp caused by lack...
2008-09-04 Vitor SessakAvoid duplicating compute_lpc_coefs() function in both...
2008-09-03 Michael NiedermayerIgnore the spec, and calculate aspect ratio on width...
2008-09-03 Michael NiedermayerClarify sample_aspect_ratio.
2008-09-03 Jai Menonfix issue 616 on roundup : decoding of short flac files
2008-09-03 Diego BiurrunDisable encoders by undefining CONFIG_FOO_ENCODER once...
2008-09-03 Diego BiurrunSurround some encoding-specific functions with the...
2008-09-03 Diego BiurrunReplace generic CONFIG_ENCODERS preprocessor conditiona...
2008-09-03 Vladimir Voroshilovgain codebook (first stage), 8k mode for G.729
2008-09-03 Vladimir VoroshilovAnother set of approved G.729 chunks (from decoder...
2008-09-03 Aurelien Jacobstheoradec: cosmetics: indentation
2008-09-03 Aurelien Jacobstheoradec: skip decoding of uncoded MV in 4MV code
2008-09-03 Aurelien Jacobstheoradec: small 4MV code reorganization to ease future...
2008-09-02 Diego BiurrunReplace generic CONFIG_DECODERS preprocessor conditiona...
2008-09-02 Diego BiurrunSilence a couple of 'defined but not used' warnings...
2008-09-02 Laurent AimarPrevent a division by 0 in the g726 decoder when the...
2008-09-02 Vladimir VoroshilovParity bit calculation routine for G.729
2008-09-02 Michael NiedermayerTry to support invalid h264 that does not mark IDR...
2008-09-02 Justin Rugglesadd a separate line in Makefile for E-AC-3 decoder...
2008-09-01 Baptiste Couduriermake pcm encoder setting bits_per_sample field
2008-09-01 Justin Rugglescreate a separate codec_id for E-AC-3
2008-09-01 Bartlomiej WolowiecRemaining parts of Nellymoser encoder
2008-09-01 Michael NiedermayerCheck ff_init_me()s return value.
2008-09-01 Michael Niedermayer1000l Fix snow regression test that i broke in r15135.
2008-08-31 Michael NiedermayerWarn the user about me_method values that are not suppo...
2008-08-31 Michael NiedermayerOptimize vorbis_residue_decode() so that vr->type is...
2008-08-31 Michael NiedermayerRemove debuging junk that probably hasnt been used...
2008-08-31 Bartlomiej WolowiecOkayed parts of nellymoserenc.c
2008-08-31 Stefan Gehrerreduce code duplication by moving common header parsing
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2008-08-31 David ConradUse ff_vp3_idct_data in vp3dsp_mmx.c rather than duplic...
2008-08-31 David ConradDeclare ff_vp3_idct_data to be uint16_t
2008-08-31 David ConradDon't declare SSE vp3 idct data static, so it can be...
2008-08-31 Justin Rugglesturn on E-AC-3 decoding support and update the Changelog
2008-08-31 Justin Rugglessimplify code and comment regarding determination wheth...
2008-08-31 Justin Rugglesuse correct table name
2008-08-31 Vitor SessakMisc cosmetics in compute_lpc_coefs(): braces removal...
2008-08-31 Justin Rugglesskip converter exponent strategy for all channels at...
2008-08-31 Vitor SessakRemove useless var in compute_lpc_coefs()
2008-08-31 Justin Rugglesmerge declaration and init. variable is not used outsid...
2008-08-31 Justin Rugglescosmetics: indentation
2008-08-31 Vitor SessakMerge declaration and initialization of a few vars...
2008-08-31 Justin Rugglescommit more OKed parts of the E-AC-3 decoder
2008-08-30 Justin Rugglescommit more OKed parts of the E-AC-3 decoder
2008-08-30 Justin Rugglescommit more OKed parts of the E-AC-3 decoder
2008-08-30 Michael NiedermayerFix lossless jpeg encoder to comply to spec and store...
2008-08-30 David ConradRemove unused dequantization code from SSE VP3 IDCT
2008-08-30 David ConradUse ff_pw_8 in MMX/SSE VP3 IDCT
2008-08-30 David ConradLet ff_pw_8 be used as an SSE constant
2008-08-30 Justin Rugglescosmetics: update comment about dithering
2008-08-30 Michael NiedermayerRemove the cos_mod table that has become unused after...
2008-08-30 Michael NiedermayerReplace obfuscated mdct in qmf_32_subbands() by ff_imdc...
2008-08-30 Michael NiedermayerGet rid of the 512 sample memmove().
2008-08-30 Peter RossRemove 'currently unused' warning about SAMPLE_FMT_xxx.
2008-08-29 Bartlomiej WolowiecOkayed parts of nellymoserenc.c
2008-08-29 Vitor SessakRemove useless zeroing of a buffer
2008-08-29 Robert SwainFix typo in element type
2008-08-29 Robert SwainRemove unnecessary portion of a condition. This fixes...
2008-08-29 Stefano SabatiniFix typo.
2008-08-29 Michael NiedermayerHalf the size of subband_fir_noidea and get rid of...
2008-08-29 Stefano SabatiniMake X264_init() no longer assign avctx->rc_eq to libx2...
2008-08-29 Michael NiedermayerMove t1 and t2 declaration from the QMF code closer...
2008-08-29 Michael NiedermayerSimplify (drop useless intermediate sum and diff arrays).
2008-08-29 Andreas Öman5,1l: samples_chanptr[] should be (const float *)
2008-08-29 Andreas Ömandca: Set data_size outside block loop.
2008-08-29 Andreas Ömandca: Do float -> int16 interleaving in-place using...
2008-08-29 Kostya ShishkovWhile APE changed container format in 3.98, frequency...
2008-08-29 Peter RossBump libavcodec minor version number for r15017.
2008-08-29 Peter RossAdd AVCodecContext.bits_per_raw_sample field.
2008-08-29 Peter RossChange AVCodecContext.bits_per_sample to bits_per_coded...
2008-08-29 Justin Rugglescosmetics: change another "get" to "decode"
2008-08-29 Justin Rugglescosmetics: change "get" to "decode"
2008-08-28 Justin Rugglescosmetics: indentation
2008-08-28 Justin Rugglesremove unneeded variable, dither_all
2008-08-28 Roman ShaposhnikIntial implementation of the DV100 (AKA DVCPRO HD)...
2008-08-28 Roman ShaposhnikIntroducing video_stype for holding the value of VAUX...
2008-08-28 Kostya ShishkovAdd generic IIR filter interface with Butterworth lowpa...
2008-08-28 Michael NiedermayerFix mid/side stereo buggy output zeroing, fixes issue26...
2008-08-27 Justin Rugglescosmetics: rename a table
2008-08-27 Justin Rugglescosmetics: indent after last commit
2008-08-27 Justin Rugglesdo not read exponent strategies from each block for...
2008-08-27 Roman ShaposhnikCosmetic change aimed at making it easier to see how...
2008-08-27 Roman ShaposhnikFactoring out chan_slice / 27 into seq variable
2008-08-27 Roman ShaposhnikSimplification of how dct_mode affects decoding.
2008-08-27 Michael NiedermayerCosmetics (format ff_nelly_dequantization_table nicer)
2008-08-27 Justin Rugglesadd definitions and documentation for shared functions...
2008-08-27 Justin Rugglescopy default coupling band structure from table to...
2008-08-27 Justin Rugglesadd more OKed parts of the E-AC-3 decoder: structural...
2008-08-27 Justin Rugglescosmetics: rename some functions from *get_* to *decode_*
2008-08-26 Baptiste Couduriersimplify mpeg12 avctx->pix_fmt set
2008-08-26 Aurelien JacobsAdd a temp variable to ff_sine_window_init() to match...
2008-08-26 Vladimir VoroshilovAdd explicit (int) cast to i386 optimized MUL* macros.
2008-08-26 Vladimir Voroshilov(cosmetics) Remove incorrect comment.
2008-08-26 Vladimir Voroshilov(cosmetics) Describe for which tests clipping is required.
2008-08-26 Vladimir Voroshilov(cosmetics) Remove wrong comments.
2008-08-26 Vladimir Voroshilov(cosmetics) Align comments consistently.
2008-08-26 Vladimir VoroshilovAnother set of definitions for G.729
2008-08-25 Michael NiedermayerReplace cliping in ff_acelp_interpolate() by a check...
2008-08-25 Luca BarbatoMissing static in float_to_int16_altivec declaration
next