platform/upstream/libav.git
2008-08-23 Stefano SabatiniProvide a context to opt_frame_rate(), and make it...
2008-08-23 Justin Rugglesfix decoding of coupling leak info for normal AC-3
2008-08-23 Justin Rugglesadd more OKed parts of the E-AC-3 decoder
2008-08-23 Justin Rugglescosmetics: indentation
2008-08-23 Justin Rugglesadd some approved parts of the E-AC-3 decoder
2008-08-22 Luca AbeniDo not set timestamp information for a non existing...
2008-08-22 Robert SwainUse ff_imdct_half() and vector_fmul_window() for IMDCT...
2008-08-22 Robert SwainWhitespace cosmetics after the last commit
2008-08-22 Robert SwainSeparate code in imdct_and_windowing() into distinct...
2008-08-22 Matthieu Castetalac : check readsamplesize to ensure get_bits() doesn't
2008-08-22 Jai Menonalacenc : perform decorrelation only for stereo samples
2008-08-22 Vitor SessakApply parts of MXF muxer ok'ed by Michael
2008-08-21 Michael NiedermayerMake equation in doxy of ff_acelp_weighted_vector_sum...
2008-08-21 Michael Niedermayerdoxygen consistency
2008-08-21 Michael NiedermayerMake comments doxygen compatible.
2008-08-21 Michael NiedermayerDoxygen syntax consistency.
2008-08-21 Michael NiedermayerMention cut-off freq of ff_acelp_high_pass_filter(...
2008-08-21 Michael NiedermayerRemove mathops.h dependancy.
2008-08-21 Michael Niedermayervertical align
2008-08-21 Michael NiedermayerRemove ff_acelp_weighted_filter() which is just a funct...
2008-08-21 Michael NiedermayerRename subframe_size to a name that is not specific...
2008-08-21 Michael Niedermayerrename pitch_delay_frac in ff_acelp_interpolate()
2008-08-21 Michael NiedermayerTry to improve parameter doxy of ff_acelp_interpolate().
2008-08-21 Michael NiedermayerClarify how generic ff_acelp_interpolate() is.
2008-08-21 Michael NiedermayerCorrect incorrect length parameter doxy for ff_acelp_in...
2008-08-21 Michael NiedermayerRight half is clearer than positive half for specifying...
2008-08-21 Michael NiedermayerMention the fixed-point scale of the FIR filter coeffic...
2008-08-21 Michael NiedermayerCleanup comment for ff_acelp_interp_filter.
2008-08-21 Michael NiedermayerMake doxygen comments consistent with the rest of FFmpeg.
2008-08-21 Michael NiedermayerDocument code, do not document difference to a irreleva...
2008-08-21 Michael NiedermayerRemove some irrelevant comments.
2008-08-21 Vladimir Voroshilovfirst and second stage LSP codebooks for G.729
2008-08-21 Robert SwainReindent after last commit
2008-08-21 Robert SwainWork around GCC variable may be used uninitialised...
2008-08-21 Robert SwainRemove unused variable
2008-08-21 Peter RossInclude floating point PCM in changelog and documentation.
2008-08-21 Diego Biurruncosmetics: Fix incorrect indentation.
2008-08-21 Robert SwainReindent
2008-08-21 Robert SwainCorrect regex file name matching as per Måns' suggestion
2008-08-21 Andreas ÖmanThe comment about channel order for AAC 5.1 audio was...
2008-08-21 Robert SwainAdd me as maintainer of the AAC decoder code
2008-08-21 Robert SwainLast hunk of the AAC decoder code to be OKed and build...
2008-08-20 Michael NiedermayerSimplify timestamp reordering by using the new API.
2008-08-20 Michael NiedermayerProvide a simpler way for the user to reorder her times...
2008-08-20 Aurelien Jacobsmatroskadec: fail cleanly when the required compression...
2008-08-20 Aurelien Jacobsmatroskadec: stop parsing when skipping en element...
2008-08-20 Diego BiurrunFix #include path, headers from other directories need...
2008-08-20 Diego BiurrunRename ff_init_vlcs function to the more descriptive...
2008-08-20 Diego Biurruncosmetics: comment spelling/grammar fixes
2008-08-20 Aurelien Jacobsmatroska: fix regression test according to r14862
2008-08-20 Peter RossFix PCM DVD divide by zero bug introduced in r14659...
2008-08-20 Justin Rugglescosmetics: indentation
2008-08-20 Aurelien Jacobsmatroska: add support for most variants of PCM
2008-08-20 Aurelien Jacobsmatroskadec: handle EBML_ID_VOID and EBML_ID_CRC32...
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 Ronald S. BultjeImplement url_open_protocol(), which is basiclly the...
2008-08-19 Stefano SabatiniCosmetics: remove a redundant and misplaced doxy.
2008-08-19 Stefano SabatiniDeprecate av_fifo_realloc(). av_fifo_realloc2() should...
2008-08-19 Zhentan FengOk-ed parts from patch by zhentan feng.
2008-08-19 Zhentan FengRemove useless #ifdef DEBUG (patch by Zhentan Feng).
2008-08-19 Michael NiedermayerWorkaround bug in types.h that has typedef __u64 under...
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 Stefano SabatiniReplace invocations of av_fifo_realloc(), which is...
2008-08-19 Jai Menonalacenc: compare against ALAC_MAX_LPC_ORDER instead...
2008-08-19 Stefano SabatiniImplement av_fifo_realloc2().
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 Zhentan FengOk-ed parts from patch by zhentan feng.
2008-08-19 Peter RossAdd regression tests for F32LE, F64BE and F64LE PCM...
2008-08-19 Peter RossMake AIFF demuxer handle F32BE and F64BE PCM audio.
2008-08-19 Peter RossMake MOV demuxer handle F32BE, F32LE, F64BE and F64LE...
2008-08-19 Peter RossMake RIFF-based demuxers handle F32LE and F64LE PCM...
2008-08-19 Peter RossMake AU demuxer handle S24BE, S32BE and F64BE PCM audio.
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 Zhentan FengOk-ed parts from patch by zhentan feng.
2008-08-18 Zhentan FengFactorize common code out of the mxf demuxer.
2008-08-18 Ronald S. BultjeSet AVStream.discard, so that demuxers can choose which...
2008-08-18 Peter RossSupport Electronic Arts files containing MP3 audio.
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 Michael NiedermayerCopy and paste LGPL from tree.h, the previous one refer...
2008-08-17 Diego BiurrunAdd missing header includes to fix 'make checkheaders'.
2008-08-17 Diego BiurrunAdd missing stdint.h header to fix 'make checkheaders'.
2008-08-17 Justin Rugglesuse LFG instead of Mersenne Twister for AC-3 PRNG
next