OSDN Git Service

coroid/libav_saccubus.git
2008-08-25 Luca BarbatoMissing static in float_to_int16_altivec declaration
2008-08-25 Andreas ÖmanWhen setting codec_id during codec probe we must also...
2008-08-25 Bartlomiej... Little-endian bitstream writer
2008-08-25 Alexander E... fir_32bands_perfect[] contents were mixed, restore...
2008-08-25 Luca AbeniFix udp.c compilation with recent glibc (>= 2.8)
2008-08-25 Måns RullgårdARM: add prefetch function using ARMv5 PLD instruction
2008-08-25 Måns RullgårdARM: set STRIDE_ALIGN and DECLARE_ALIGNED_8 to 16 for...
2008-08-25 Aurelien Jacobsmatroskadec: unset matroska->done when seeking
2008-08-25 Aurelien Jacobsmatroskadec: full seeking support in index-less files
2008-08-25 Justin Rugglesright shift the values by 8 in GAQ remap "B" table...
2008-08-25 Aurelien Jacobsmatroskadec: on the fly index construction for index...
2008-08-24 Aurelien Jacobsmatroskadec: don't try to seek to negative timestamp
2008-08-24 Aurelien Jacobsmatroskadec: move setting of matroska->done inside...
2008-08-24 Justin Rugglesrestore accidently deleted file
2008-08-24 Justin Ruggles1000l to me. committed to wrong repo. revert last commit.
2008-08-24 Justin Rugglescosmetics: rename some functions from *get_* to *decode_*
2008-08-24 Reimar DöffingerAdd ff_ prefix to ogg_codec_t structs
2008-08-24 Reimar DöffingerMark several libavformat arrays const
2008-08-24 Reimar DöffingerMark "matroska" probe data string constant.
2008-08-24 Reimar DöffingerMake ogg_codec_t descriptions const
2008-08-24 Reimar DöffingerChange codec_tag type from const struct AVCodecTag...
2008-08-24 Ronald S. BultjeRemove check for @ in tcp.c which removes the authoriza...
2008-08-24 Aurelien Jacobsvoc: add ff_ prefix to some global const data
2008-08-24 Reimar DöffingerRemove useless empty close functions in mmf and mm...
2008-08-24 Aurelien Jacobsmatroskadec: make aac_profiles array const
2008-08-24 Reimar DöffingerMake the id3v1_genre_str array const, not just the...
2008-08-24 Alexis Ballierstricter constraints of asm() blocks
2008-08-24 Robert SwainFix index to ff_sine_windows[]. Previously the index...
2008-08-24 Kostya Shishkovokayed chunks of AAC encoder
2008-08-24 Vitor SessakImport more ok'ed chunks of the mxf muxer from the...
2008-08-24 Alexander E... Correct scaling factor in DCA decoder synthesis.
2008-08-24 Justin Ruggleschange eac3dec.c license to LGPL
2008-08-24 Loren Merrittdocument some dsp alignments
2008-08-24 Michael NiedermayerEnsure that SDL_AddTimer() is never called with a delay...
2008-08-23 Aurelien Jacobsconvert every muxer/demuxer to write/read sample_aspect...
2008-08-23 Aurelien Jacobsexport sample_aspect_ratio read by the demuxer in a...
2008-08-23 Peter RossUpgrade 20/24-bit PCM DVD decoder use SAMPLE_FMT_S32...
2008-08-23 Peter RossAdd raw muxers/demuxers for F64/F32/S32/S24/U32/U24...
2008-08-23 Luca BarbatoRemove unused variables
2008-08-23 Luca BarbatoIntroduce float_to_int16_interleave_altivec, tested...
2008-08-23 Luca BarbatoIntroduce float_to_int16_one_altivec
2008-08-23 Ronald S. BultjeCosmetics after previous patches.
2008-08-23 Ronald S. BultjeOn failure, return directly because the fail: case...
2008-08-23 Ronald S. BultjeMove malloc() down until after all initializations...
2008-08-23 Ronald S. BultjeFix memleak on some OSes in case network initialization...
2008-08-23 Ronald S. BultjeRemove useless comments. See "[PATCH] tcp.c/udp.c memle...
2008-08-23 Kostya ShishkovSimple lowpass filter implementation.
2008-08-23 Kostya ShishkovDo not pass unnecessary arguments to AAC encoder functions
2008-08-23 Baptiste Coudurierenable fl32/64 le/be in mov with stsd audio v2
2008-08-23 Michael NiedermayerRemove redundant FFMIN().
2008-08-23 Alexander E... Increase buffer size to 16384 patch by Alexander E...
2008-08-23 Vladimir VoroshilovRemove unnecessary header inclusion from g729.h
2008-08-23 Vladimir VoroshilovMove from g729.h all definitions which are used only...
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...
next