summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Mark several libavformat arrays constReimar Döffinger2008-08-24
* Mark "matroska" probe data string constant.Reimar Döffinger2008-08-24
* Make ogg_codec_t descriptions constReimar Döffinger2008-08-24
* Change codec_tag type from const struct AVCodecTag ** to const struct AVCodec...Reimar Döffinger2008-08-24
* Remove check for @ in tcp.c which removes the authorization data from theRonald S. Bultje2008-08-24
* voc: add ff_ prefix to some global const dataAurelien Jacobs2008-08-24
* Remove useless empty close functions in mmf and mm demuxers.Reimar Döffinger2008-08-24
* matroskadec: make aac_profiles array constAurelien Jacobs2008-08-24
* Make the id3v1_genre_str array const, not just the strings it points to.Reimar Döffinger2008-08-24
* stricter constraints of asm() blocksAlexis Ballier2008-08-24
* Fix index to ff_sine_windows[]. Previously the index was usually in reverseRobert Swain2008-08-24
* okayed chunks of AAC encoderKostya Shishkov2008-08-24
* Import more ok'ed chunks of the mxf muxer from the soc treeVitor Sessak2008-08-24
* Correct scaling factor in DCA decoder synthesis.Alexander E. Patrakov2008-08-24
* change eac3dec.c license to LGPLJustin Ruggles2008-08-24
* document some dsp alignmentsLoren Merritt2008-08-24
* Ensure that SDL_AddTimer() is never called with a delay of 0 becauseMichael Niedermayer2008-08-24
* convert every muxer/demuxer to write/read sample_aspect_ratio from/toAurelien Jacobs2008-08-23
* export sample_aspect_ratio read by the demuxer in a separate fieldAurelien Jacobs2008-08-23
* Upgrade 20/24-bit PCM DVD decoder use SAMPLE_FMT_S32. Patch supplied by lars ...Peter Ross2008-08-23
* Add raw muxers/demuxers for F64/F32/S32/S24/U32/U24 PCM audio.Peter Ross2008-08-23
* Remove unused variablesLuca Barbato2008-08-23
* Introduce float_to_int16_interleave_altivec, tested with vorbisLuca Barbato2008-08-23
* Introduce float_to_int16_one_altivecLuca Barbato2008-08-23
* Cosmetics after previous patches.Ronald S. Bultje2008-08-23
* On failure, return directly because the fail: case does nothing. This alsoRonald S. Bultje2008-08-23
* Move malloc() down until after all initializations, so that the resource isRonald S. Bultje2008-08-23
* Fix memleak on some OSes in case network initialization fails. SeeRonald S. Bultje2008-08-23
* Remove useless comments. See "[PATCH] tcp.c/udp.c memleak?" for discussion.Ronald S. Bultje2008-08-23
* Simple lowpass filter implementation.Kostya Shishkov2008-08-23
* Do not pass unnecessary arguments to AAC encoder functionsKostya Shishkov2008-08-23
* enable fl32/64 le/be in mov with stsd audio v2Baptiste Coudurier2008-08-23
* Remove redundant FFMIN().Michael Niedermayer2008-08-23
* Increase buffer size to 16384 patch by Alexander E. Patrakov" patrakov gmailAlexander E. Patrakov2008-08-23
* Remove unnecessary header inclusion from g729.hVladimir Voroshilov2008-08-23
* Move from g729.h all definitions which are used only in g729dec.cVladimir Voroshilov2008-08-23
* Provide a context to opt_frame_rate(), and make it print the wrongStefano Sabatini2008-08-23
* fix decoding of coupling leak info for normal AC-3Justin Ruggles2008-08-23
* add more OKed parts of the E-AC-3 decoderJustin Ruggles2008-08-23
* cosmetics: indentationJustin Ruggles2008-08-23
* add some approved parts of the E-AC-3 decoderJustin Ruggles2008-08-23
* Do not set timestamp information for a non existing AVStreamLuca Abeni2008-08-22
* Use ff_imdct_half() and vector_fmul_window() for IMDCT and windowing. ReduceRobert Swain2008-08-22
* Whitespace cosmetics after the last commitRobert Swain2008-08-22
* Separate code in imdct_and_windowing() into distinct IMDCT, windowing andRobert Swain2008-08-22
* alac : check readsamplesize to ensure get_bits() doesn'tMatthieu Castet2008-08-22
* alacenc : perform decorrelation only for stereo samplesJai Menon2008-08-22
* Apply parts of MXF muxer ok'ed by MichaelVitor Sessak2008-08-22
* Make equation in doxy of ff_acelp_weighted_vector_sum() more readable byMichael Niedermayer2008-08-21
* doxygen consistencyMichael Niedermayer2008-08-21