summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* right shift the values by 8 in GAQ remap "B" table. data now fits in int8_t.Justin Ruggles2008-08-25
* matroskadec: on the fly index construction for index-less filesAurelien Jacobs2008-08-25
* matroskadec: don't try to seek to negative timestampAurelien Jacobs2008-08-24
* matroskadec: move setting of matroska->done inside matroska_parse_cluster()Aurelien Jacobs2008-08-24
* restore accidently deleted fileJustin Ruggles2008-08-24
* 1000l to me. committed to wrong repo. revert last commit.Justin Ruggles2008-08-24
* cosmetics: rename some functions from *get_* to *decode_*Justin Ruggles2008-08-24
* Add ff_ prefix to ogg_codec_t structsReimar Döffinger2008-08-24
* 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