]> git.sesse.net Git - ffmpeg/history - libavcodec
commit the OKed parts of the E-AC-3 decoder
[ffmpeg] / libavcodec /
2008-08-20 Justin Rugglescommit the OKed parts of the E-AC-3 decoder
2008-08-20 Justin Rugglesget data size based on the actual data array instead...
2008-08-20 Justin Rugglesrename AC3_MAX_FRAME_SIZE to AC3_FRAME_BUFFER_SIZE...
2008-08-19 Diego BiurrunUntangle mpeg12.c and mdec.c so that mdec.c can be...
2008-08-19 Mathieu Malaterrecosmetics: s/const static/static const/g
2008-08-19 Jai MenonUpdate changelog and general.texi to reflect
2008-08-19 Jai Menonalacenc: compare against ALAC_MAX_LPC_ORDER instead...
2008-08-19 Jai Menonalacenc: last few hunks approved by michael
2008-08-19 Ramiro Pollaalacenc: Use user-specified min and max prediction...
2008-08-19 Ramiro PollaImport more OKed parts of ALAC encoder from GSoC repo.
2008-08-19 Roman ShaposhnikMaking block size in bits variable and dependent on...
2008-08-19 Roman ShaposhnikMaking the number of blocks per macroblock dependent...
2008-08-19 Roman ShaposhnikIntroducing DV_MAX_BPM macro instead of a hardcoded...
2008-08-19 Peter RossAdd F64BE, F64LE and F64BE PCM codecs.
2008-08-19 Peter RossAdd SAMPLE_FMT_DBL.
2008-08-19 Peter RossFix PCM_S16LE_PLANAR channel-address calculation bug...
2008-08-19 Diego BiurrunMark init_vlcs function as av_cold.
2008-08-18 Robert SwainMore OKed AAC decoder code hunks
2008-08-18 Robert SwainMore OKed AAC decoder code hunks
2008-08-18 Peter RossMark SAMPLE_FMT_S24 as deprecated.
2008-08-18 Kostya ShishkovAdd okayed chunks of AAC encoder psychoacoustic model
2008-08-18 Kostya ShishkovAdd okayed parts for AAC encoder
2008-08-17 Ramiro PollaImport more ok'd parts of ALAC encoder from GSoC repo.
2008-08-17 Justin Rugglesremove some unneeded header includes
2008-08-17 Diego BiurrunAdd missing header includes to fix 'make checkheaders'.
2008-08-17 Justin Rugglesuse LFG instead of Mersenne Twister for AC-3 PRNG
2008-08-17 Diego BiurrunMark adx_decode_init() as type int instead of void...
2008-08-17 Justin Rugglesfix and simplify frame size check and reencoding in...
2008-08-17 Ramiro Pollaalacenc: NULL_IF_CONFIG_SMALL long_name.
2008-08-17 Vladimir VoroshilovG.729 decoder main code
2008-08-17 Kostya ShishkovMore okayed chunks of AAC encoder
2008-08-17 Ramiro PollaImport ok'd parts of ALAC encoder from GSoC repo.
2008-08-16 Justin Rugglesupdate my email address to one which does not depend...
2008-08-16 Justin Rugglesuse range of lpc orders in ORDER_METHOD_EST
2008-08-16 Justin Rugglescosmetics: adjust line breaks and vertical alignment
2008-08-16 Justin Rugglesuse limited range of lpc orders when quantizing coeffic...
2008-08-16 Ramiro Pollalpc: cosmetics: vertically align declarations and defin...
2008-08-16 Ramiro Pollaflacenc, lpc: Move LPC code from flacenc.c to new lpc...
2008-08-16 Ramiro Pollaflacenc: Allow more flexible shift calculation in LPC.
2008-08-16 Michael NiedermayerFix rc_eq mem leak.
2008-08-16 Michael NiedermayerRevert r14260
2008-08-16 Kostya ShishkovSynchronize AAC encoder with renamings in aac.h
2008-08-16 Kostya ShishkovAdd approved chunks to AAC encoder
2008-08-16 Peter RossUse memcpy() for PCM S16/S32 codecs when codec byte...
2008-08-15 Robert SwainDon't try to free shared ff_sine_* tables pointed to...
2008-08-15 Robert SwainMore OKed AAC decoder hunks
2008-08-15 Robert SwainSynchronise AAC decoder code with that from SoC
2008-08-15 Loren Merrittdocument some dsp alignments
2008-08-15 Robert SwainMore OKed sections of AAC decoder code
2008-08-14 Robert SwainThe ff_sine_#[] should be aligned as they will commonly...
2008-08-14 Aurelien Jacobsensure we get explicit definition of various _XOPEN_SOU...
2008-08-14 Ramiro Pollamlp: Define End-of-Stream code in common header file...
2008-08-14 Kostya ShishkovRemove not OKed parts from AAC encoder
2008-08-14 Robert SwainAdd declarations for the sine tables used in wma.c...
2008-08-14 Robert SwainChange wma.c to use the ff_sine_window_init() from...
2008-08-14 Kostya ShishkovOkayed parts of AAC encoder
2008-08-14 Loren Merrittfile which should have been added in r14749
2008-08-14 Loren Merrittmissing prototype
2008-08-14 Loren Merrittgcc chokes on the 7 registers needed for float_to_int16...
2008-08-14 Loren Merrittgcc chokes on xmm constraints, so pessimize int32_to_fl...
2008-08-14 Ramiro Pollamlp: split simple inline function that xors 4 bytes...
2008-08-13 Loren Merrittspecial case 6 channel version of float_to_int16_interleave
2008-08-13 Loren Merrittsimd int->float
2008-08-13 Loren Merrittsimd downmix
2008-08-13 Loren Merrittdon't mark the delayed samples for upmixing if they...
2008-08-13 Loren Merrittoops, non-normalized downmix to mono contaminated add_b...
2008-08-13 Ramiro Pollamlp: Cosmetics: Close comments in an extra line and
2008-08-13 Ramiro Pollamlp: Split common code from parser and decoder to be...
2008-08-13 Diego BiurrunRemove unused variable.
2008-08-13 Ramiro Pollamlp_parser: Initialize crc data in its own function.
2008-08-13 Ramiro Pollamlpdec: Put some doxy comments to the right of vars...
2008-08-13 Ramiro Pollamlpdec: Split channel parameters from context into...
2008-08-12 Loren Merrittoptimize ac3_downmix.
2008-08-12 Ramiro Pollamlpdec: whitespace and line-breaking cosmetics.
2008-08-12 Ramiro Pollamlpdec: Split filter parameters from context into their...
2008-08-12 Peter RossFix CODEC_ID_PCM_U8 decoder output size calculation...
2008-08-12 Loren Merrittuse float_to_int16_interleave in ac3
2008-08-12 Loren Merrittuse imdct_half in ac3
2008-08-12 Loren Merrittcosmetics in dsp init
2008-08-12 Loren Merrittmdct wrapper function to match fft
2008-08-12 Loren Merrittremove mdct tmp buffer
2008-08-12 Loren Merrittremove a float->double->float conversion.
2008-08-12 Loren Merrittoptimize imdct_half:
2008-08-12 Loren Merrittindent
2008-08-12 Loren Merrittsplit-radix FFT
2008-08-11 Loren Merrittimport yasm macros from x264
2008-08-11 Robert SwainSynchronise code with AAC decoder in SoC
2008-08-11 Robert SwainMore OKed hunks of the AAC decoder from SoC
2008-08-11 Roman ShaposhnikFixing the units in DV50 tables (both coordinates are
2008-08-11 Peter RossApply PCM ENCODE/DECODE() macros to the S/U,8/24/32...
2008-08-11 Roman ShaposhnikCoalescing the un-weighting and de-quantization steps...
2008-08-11 Kostya ShishkovSimplify colour conversion in Fraps as suggested by...
2008-08-11 Michael NiedermayerThe deblock filter does not need all the intra availabi...
2008-08-11 Michael NiedermayerSimplify constrained_intra_pred code in fill_caches().
2008-08-11 Michael NiedermayerSupport MBAFF + constrained intra prediction.
2008-08-10 Robert SwainBump minor version as av_log_missing_feature() was...
2008-08-10 Justin RugglesAdd a generic function to lavc to log messages about...
2008-08-10 Kostya ShishkovR and B components are stored as a differences to G...
2008-08-10 Michael NiedermayerMask bits of reference indexes properly to avoid negati...
2008-08-10 Michael NiedermayerRemove a few more lines of unneeded code in fill_caches...
next