]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
2008-08-26 bcoudurierI'll maintain mxf muxer
2008-08-26 voroshil(cosmetics) Remove wrong comments.
2008-08-26 cehoyosMXF is a valid output format now.
2008-08-26 cehoyosRemaining parts of GSoC MXF muxer by Zhentan Feng.
2008-08-26 voroshil(cosmetics) Align comments consistently.
2008-08-26 voroshilAnother set of definitions for G.729
2008-08-26 michaelvertical align
2008-08-26 michaelNoone seems to want to maintain MPEG-PS so i will.
2008-08-25 michaelReplace cliping in ff_acelp_interpolate() by a check...
2008-08-25 aurelFix the seek regressions to match changes in r14956...
2008-08-25 vitorImport more MXF muxer code from the SoC tree
2008-08-25 lu_zeroMissing static in float_to_int16_altivec declaration
2008-08-25 andomaWhen setting codec_id during codec probe we must also...
2008-08-25 bwolowiecLittle-endian bitstream writer
2008-08-25 kostyafir_32bands_perfect[] contents were mixed, restore...
2008-08-25 lucabeFix udp.c compilation with recent glibc (>= 2.8)
2008-08-25 mruARM: add prefetch function using ARMv5 PLD instruction
2008-08-25 mruARM: set STRIDE_ALIGN and DECLARE_ALIGNED_8 to 16 for...
2008-08-25 aurelmatroskadec: unset matroska->done when seeking
2008-08-25 aurelmatroskadec: full seeking support in index-less files
2008-08-25 jbrright shift the values by 8 in GAQ remap "B" table...
2008-08-25 aurelmatroskadec: on the fly index construction for index...
2008-08-24 aurelmatroskadec: don't try to seek to negative timestamp
2008-08-24 aurelmatroskadec: move setting of matroska->done inside...
2008-08-24 jbrrestore accidently deleted file
2008-08-24 jbr1000l to me. committed to wrong repo. revert last commit.
2008-08-24 jbrcosmetics: rename some functions from *get_* to *decode_*
2008-08-24 reimarAdd ff_ prefix to ogg_codec_t structs
2008-08-24 reimarMark several libavformat arrays const
2008-08-24 reimarMark "matroska" probe data string constant.
2008-08-24 reimarMake ogg_codec_t descriptions const
2008-08-24 reimarChange codec_tag type from const struct AVCodecTag...
2008-08-24 rbultjeRemove check for @ in tcp.c which removes the authoriza...
2008-08-24 aurelvoc: add ff_ prefix to some global const data
2008-08-24 reimarRemove useless empty close functions in mmf and mm...
2008-08-24 aurelmatroskadec: make aac_profiles array const
2008-08-24 reimarMake the id3v1_genre_str array const, not just the...
2008-08-24 gpoirierstricter constraints of asm() blocks
2008-08-24 superdumpFix index to ff_sine_windows[]. Previously the index...
2008-08-24 kostyaokayed chunks of AAC encoder
2008-08-24 vitorImport more ok'ed chunks of the mxf muxer from the...
2008-08-24 kostyaCorrect scaling factor in DCA decoder synthesis.
2008-08-24 jbrchange eac3dec.c license to LGPL
2008-08-24 lorenmdocument some dsp alignments
2008-08-24 michaelEnsure that SDL_AddTimer() is never called with a delay...
2008-08-23 aurelconvert every muxer/demuxer to write/read sample_aspect...
2008-08-23 aurelexport sample_aspect_ratio read by the demuxer in a...
2008-08-23 prossUpgrade 20/24-bit PCM DVD decoder use SAMPLE_FMT_S32...
2008-08-23 prossAdd raw muxers/demuxers for F64/F32/S32/S24/U32/U24...
2008-08-23 lu_zeroRemove unused variables
2008-08-23 lu_zeroIntroduce float_to_int16_interleave_altivec, tested...
2008-08-23 lu_zeroIntroduce float_to_int16_one_altivec
2008-08-23 rbultjeCosmetics after previous patches.
2008-08-23 rbultjeOn failure, return directly because the fail: case...
2008-08-23 rbultjeMove malloc() down until after all initializations...
2008-08-23 rbultjeFix memleak on some OSes in case network initialization...
2008-08-23 rbultjeRemove useless comments. See "[PATCH] tcp.c/udp.c memle...
2008-08-23 kostyaSimple lowpass filter implementation.
2008-08-23 kostyaDo not pass unnecessary arguments to AAC encoder functions
2008-08-23 bcoudurierenable fl32/64 le/be in mov with stsd audio v2
2008-08-23 michaelRemove redundant FFMIN().
2008-08-23 michaelIncrease buffer size to 16384 patch by Alexander E...
2008-08-23 voroshilRemove unnecessary header inclusion from g729.h
2008-08-23 voroshilMove from g729.h all definitions which are used only...
2008-08-23 stefanoProvide a context to opt_frame_rate(), and make it...
2008-08-23 jbrfix decoding of coupling leak info for normal AC-3
2008-08-23 jbradd more OKed parts of the E-AC-3 decoder
2008-08-23 jbrcosmetics: indentation
2008-08-23 jbradd some approved parts of the E-AC-3 decoder
2008-08-22 lucabeDo not set timestamp information for a non existing...
2008-08-22 superdumpUse ff_imdct_half() and vector_fmul_window() for IMDCT...
2008-08-22 superdumpWhitespace cosmetics after the last commit
2008-08-22 superdumpSeparate code in imdct_and_windowing() into distinct...
2008-08-22 jai_menonalac : check readsamplesize to ensure get_bits() doesn't
2008-08-22 jai_menonalacenc : perform decorrelation only for stereo samples
2008-08-22 vitorApply parts of MXF muxer ok'ed by Michael
2008-08-21 michaelMake equation in doxy of ff_acelp_weighted_vector_sum...
2008-08-21 michaeldoxygen consistency
2008-08-21 michaelMake comments doxygen compatible.
2008-08-21 michaelDoxygen syntax consistency.
2008-08-21 michaelMention cut-off freq of ff_acelp_high_pass_filter(...
2008-08-21 michaelRemove mathops.h dependancy.
2008-08-21 michaelvertical align
2008-08-21 michaelRemove ff_acelp_weighted_filter() which is just a funct...
2008-08-21 michaelRename subframe_size to a name that is not specific...
2008-08-21 michaelrename pitch_delay_frac in ff_acelp_interpolate()
2008-08-21 michaelTry to improve parameter doxy of ff_acelp_interpolate().
2008-08-21 michaelClarify how generic ff_acelp_interpolate() is.
2008-08-21 michaelCorrect incorrect length parameter doxy for ff_acelp_in...
2008-08-21 michaelRight half is clearer than positive half for specifying...
2008-08-21 michaelMention the fix point scale of the FIR filter coefficients.
2008-08-21 michaelCleanup comment for ff_acelp_interp_filter.
2008-08-21 michaelMake doxygen comments consistant with the rest of ffmpeg.
2008-08-21 michaelDocument code, do not document difference to a irreleva...
2008-08-21 michaelRemove some irrelevant comments.
2008-08-21 voroshilfirst and second stage LSP codebooks for G.729
2008-08-21 superdumpReindent after last commit
2008-08-21 superdumpWork around GCC variable may be used uninitialised...
2008-08-21 superdumpRemove unused variable
2008-08-21 prossInclude floating point PCM in changelog and documentation.
next