]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec
Cosmetics: Make the two additional units in size more clear
[frescor/ffmpeg.git] / libavcodec /
2008-09-08 vitorCosmetics: Make the two additional units in size more...
2008-09-08 michaelRemove DEFAULT_FRAME_RATE_BASE.
2008-09-08 michaelDrop deprecated SAMPLE_FMT_S24.
2008-09-08 michaelRemove stuff under #if LIBAVCODEC_VERSION_INT.
2008-09-08 michaelBump Major version, this commit is almost just renaming...
2008-09-08 michaelTry to fix wma regression.
2008-09-08 diegoRelicense as ISC with the authors' permission.
2008-09-07 diegoRelicense from LGPL 2.1 to LGPL 2.1 or later with the...
2008-09-07 vitorCheck output buffer size before decoding.
2008-09-07 vitorCosmetics: rename vars s/ctx/chd/
2008-09-07 vitorUse tables symetry to reduce their size by half.
2008-09-07 vitorCosmetics: s/short/int16_t/
2008-09-07 vitorRemove cast, now tables are signed.
2008-09-07 vitorConvert tables to signed and decimal.
2008-09-07 vitorRemove unused table entries.
2008-09-07 vitorRemove commented out code.
2008-09-07 vitorUse FFMIN() instead of rewriting it.
2008-09-07 vitorFactorize broken clipping in its own function and docum...
2008-09-07 vitorCosmetics: whitespace/linebreaks
2008-09-07 vitorUse the same 8 bit -> 16 bit convertion as quicktime
2008-09-07 vitorDo not share context variables between channels and...
2008-09-07 vitorRemove output pointer from context
2008-09-07 stefangadd 1bpp decoding function and extend 4bpp function to
2008-09-06 diegolicense header consistency cosmetics.
2008-09-06 diegolicense header consistency cosmetics
2008-09-06 voroshilRemove not approved parts.
2008-09-06 vitorTest a var for overflow just after it is set
2008-09-06 vitorRemove useless parenthesis
2008-09-05 reimarFix nuv decoder to use reget_buffer for non-keyframes...
2008-09-05 vitorCosmetics: indent after last commit and remove useless...
2008-09-05 vitorSimplify: use a for instead of unrolling by hand
2008-09-04 vitorFunctions mace{3,6}_decode_frame() are just wrappers...
2008-09-04 vitorSimplify: use two distinct functions to decode MACE3...
2008-09-04 vitorSimplify mace_decode_frame()
2008-09-04 vitorRemove useless comments
2008-09-04 vitorReindent mace.c, its indentation was completly inconsis...
2008-09-04 vitorCosmetics: s/LPC_type/LPC_TYPE/
2008-09-04 vitorMultiply table by -1. This avoid doing this calculation...
2008-09-04 michaelFix artifacts of MPEG4-720I-DN-SV8K.trp caused by lack...
2008-09-04 vitorAvoid duplicating compute_lpc_coefs() function in both...
2008-09-03 michaelIgnore the spec, and calculate aspect ratio on width...
2008-09-03 michaelClarify sample_aspect_ratio.
2008-09-03 jai_menonfix issue 616 on roundup : decoding of short flac files
2008-09-03 diegoDisable encoders by undefining CONFIG_FOO_ENCODER once...
2008-09-03 diegoSurround some encoding-specific functions with the...
2008-09-03 diegoReplace generic CONFIG_ENCODERS preprocessor conditiona...
2008-09-03 voroshilgain codebook (first stage), 8k mode for G.729
2008-09-03 voroshilAnother set of approved G.729 chunks (from decoder...
2008-09-03 aureltheoradec: cosmetics: indentation
2008-09-03 aureltheoradec: skip decoding of uncoded MV in 4MV code
2008-09-03 aureltheoradec: small 4MV code reorganization to ease future...
2008-09-02 diegoReplace generic CONFIG_DECODERS preprocessor conditiona...
2008-09-02 diegoSilence a couple of 'defined but not used' warnings...
2008-09-02 diegoPrevent a division by 0 in the g726 decoder when the...
2008-09-02 voroshilParity bit calculation routine for G.729
2008-09-02 michaelTry to support invalid h264 that does not mark IDR...
2008-09-02 jbradd a separate line in Makefile for E-AC-3 decoder...
2008-09-01 bcouduriermake pcm encoder setting bits_per_sample field
2008-09-01 jbrcreate a separate codec_id for E-AC-3
2008-09-01 bwolowiecRemaining parts of Nellymoser encoder
2008-09-01 michaelCheck ff_init_me()s return value.
2008-09-01 michael1000l Fix snow regression test that i broke in r15135.
2008-08-31 michaelWarn the user about me_method values that are not suppo...
2008-08-31 michaelOptimize vorbis_residue_decode() so that vr->type is...
2008-08-31 michaelRemove debuging junk that probably hasnt been used...
2008-08-31 bwolowiecOkayed parts of nellymoserenc.c
2008-08-31 stefangreduce code duplication by moving common header parsing
2008-08-31 stefanoRename globally the header inclusion guards.
2008-08-31 conradUse ff_vp3_idct_data in vp3dsp_mmx.c rather than duplic...
2008-08-31 conradDeclare ff_vp3_idct_data to be uint16_t
2008-08-31 conradDon't declare SSE vp3 idct data static, so it can be...
2008-08-31 jbrturn on E-AC-3 decoding support and update the Changelog
2008-08-31 jbrsimplify code and comment regarding determination wheth...
2008-08-31 jbruse correct table name
2008-08-31 vitorMisc cosmetics in compute_lpc_coefs(): braces removal...
2008-08-31 jbrskip converter exponent strategy for all channels at...
2008-08-31 vitorRemove useless var in compute_lpc_coefs()
2008-08-31 jbrmerge declaration and init. variable is not used outsid...
2008-08-31 jbrcosmetics: indentation
2008-08-31 vitorMerge declaration and initialization of a few vars...
2008-08-31 jbrcommit more OKed parts of the E-AC-3 decoder
2008-08-30 jbrcommit more OKed parts of the E-AC-3 decoder
2008-08-30 jbrcommit more OKed parts of the E-AC-3 decoder
2008-08-30 michaelFix lossless jpeg encoder to comply to spec and store...
2008-08-30 conradRemove unused dequantization code from SSE VP3 IDCT
2008-08-30 conradUse ff_pw_8 in MMX/SSE VP3 IDCT
2008-08-30 conradLet ff_pw_8 be used as an SSE constant
2008-08-30 jbrcosmetics: update comment about dithering
2008-08-30 michaelRemove the cos_mod table that has become unused after...
2008-08-30 michaelReplace obfuscated mdct in qmf_32_subbands() by ff_imdc...
2008-08-30 michaelGet rid of the 512 sample memmove().
2008-08-30 prossRemove 'currently unused' warning about SAMPLE_FMT_xxx.
2008-08-29 bwolowiecOkayed parts of nellymoserenc.c
2008-08-29 vitorRemove useless zeroing of a buffer
2008-08-29 superdumpFix typo in element type
2008-08-29 superdumpRemove unnecessary portion of a condition. This fixes...
2008-08-29 stefanoFix typo.
2008-08-29 michaelHalf the size of subband_fir_noidea and get rid of...
2008-08-29 stefanoMake X264_init() do not set anymore the rc_eq from...
2008-08-29 michaelMove t1 and t2 declaration from the QMF code closer...
next