]> git.sesse.net Git - ffmpeg/history - libavcodec
Reindent after r15317.
[ffmpeg] / libavcodec /
2008-09-13 Robert SwainReindent after last commit
2008-09-13 Alex ConverseApply pulses to unscaled coefficients rather than scaled.
2008-09-13 Robert SwainOperands of '+' are not necessarily evaluated in order...
2008-09-13 Alex ConverseCorrect order of parsing for pulse scalefactor band...
2008-09-13 Vitor SessakCosmetics: line breaks
2008-09-13 Vitor SessakSimplify: use a single history buffer for gain and...
2008-09-13 David ConradFix compilation on Mac OS X 10.4: Defining _POSIX_C_SOU...
2008-09-12 Robert SwainReindent after last commit
2008-09-12 Alex ConverseOnly read some of TNS bitstream data in the case that...
2008-09-11 Vitor SessakCosmetics: align spec references
2008-09-11 Vitor SessakRename function: s/colmult/apply_window/
2008-09-11 Diego Biurrunmisc spelling/wording/grammar fixes
2008-09-11 Kostya ShishkovMake it possible to disable loop filter in VC-1.
2008-09-11 Robert SwainCorrect pulse amplitude application - a negative or...
2008-09-11 Jason Garrett-GlaserFix incorrect printing of brainfart cropping error...
2008-09-10 Vitor SessakConvert table to integer.
2008-09-09 Vitor SessakConvert two tables to signed decimal
2008-09-09 Vitor SessakCosmetics: remove useless parentheses
2008-09-09 Vitor SessakRemove ChannelData.lev var and use ChannelData.level...
2008-09-09 Anuradha SuraparajuAdd support for creating Simple Profile (I-frame only...
2008-09-09 Jai Menonvorbis_enc : set coded_frame->pts value to running...
2008-09-08 Aurelien Jacobsremove one more stuff under #if LIBAVCODEC_VERSION_INT
2008-09-08 Baptiste Coudurieralac : fix case where bits_per_sample is not set.
2008-09-08 Vitor SessakRemove useless comment
2008-09-08 Vitor SessakNormalize triplets in gain_val_tab[][] so gain_exp_tab...
2008-09-08 Michael NiedermayerRemove deprecated avcodec_decode_audio() this one was...
2008-09-08 Michael Niedermayeravcodec_find_best_pix_fmt() needs a 64bit mask as there...
2008-09-08 Michael NiedermayerRename error_resilience to error_recognition.
2008-09-08 Vitor SessakPass directly variable 'a' to interp instead of evaluat...
2008-09-08 Vitor SessakSimplify if() in copy_and_dup()
2008-09-08 Vitor SessakAdd av_cold attribute to decode_init()
2008-09-08 Vitor SessakCosmetics: Make the two additional units in size more...
2008-09-08 Michael NiedermayerRemove DEFAULT_FRAME_RATE_BASE.
2008-09-08 Michael NiedermayerDrop deprecated SAMPLE_FMT_S24.
2008-09-08 Michael NiedermayerRemove stuff under #if LIBAVCODEC_VERSION_INT.
2008-09-08 Luca AbeniBump Major version, this commit is almost just renaming...
2008-09-08 Michael NiedermayerTry to fix wma regression.
2008-09-08 Diego BiurrunRelicense as ISC with the authors' permission.
2008-09-07 Diego BiurrunRelicense from LGPL 2.1 to LGPL 2.1 or later with the...
2008-09-07 Vitor SessakCheck output buffer size before decoding.
2008-09-07 Vitor SessakCosmetics: rename vars s/ctx/chd/
2008-09-07 Vitor SessakExploit symmetry to reduce size of tables by half.
2008-09-07 Vitor SessakCosmetics: s/short/int16_t/
2008-09-07 Vitor SessakRemove cast, now tables are signed.
2008-09-07 Vitor SessakConvert tables to signed and decimal.
2008-09-07 Vitor SessakRemove unused table entries.
2008-09-07 Vitor SessakRemove commented out code.
2008-09-07 Vitor SessakUse FFMIN() instead of rewriting it.
2008-09-07 Vitor SessakFactorize broken clipping in its own function and docum...
2008-09-07 Vitor SessakCosmetics: whitespace/linebreaks
2008-09-07 Vitor SessakUse the same 8 bit -> 16 bit conversion as QuickTime.
2008-09-07 Vitor SessakDo not share context variables between channels and...
2008-09-07 Vitor SessakRemove output pointer from context
2008-09-07 Stefan Gehreradd 1bpp decoding function and extend 4bpp function to
2008-09-06 Diego Biurrunlicense header consistency cosmetics.
2008-09-06 Diego Biurrunlicense header consistency cosmetics
2008-09-06 Vladimir VoroshilovRemove not approved parts.
2008-09-06 Vitor SessakTest a var for overflow just after it is set
2008-09-06 Vitor SessakRemove useless parentheses.
2008-09-05 Reimar DöffingerFix nuv decoder to use reget_buffer for non-keyframes...
2008-09-05 Vitor SessakCosmetics: indent after last commit and remove useless...
2008-09-05 Vitor SessakSimplify: use a for instead of unrolling by hand
2008-09-04 Vitor SessakFunctions mace{3,6}_decode_frame() are just wrappers...
2008-09-04 Vitor SessakSimplify: use two distinct functions to decode MACE3...
2008-09-04 Vitor SessakSimplify mace_decode_frame()
2008-09-04 Vitor SessakRemove useless comments
2008-09-04 Vitor SessakReindent mace.c, its indentation was completly inconsis...
2008-09-04 Vitor SessakCosmetics: s/LPC_type/LPC_TYPE/
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...
next