summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Fix the seek regressions to match changes in r14956, r14959 and r14960.Aurelien Jacobs2008-08-25
* Import more MXF muxer code from the SoC treeVitor Sessak2008-08-25
* Missing static in float_to_int16_altivec declarationLuca Barbato2008-08-25
* When setting codec_id during codec probe we must also set codec_type.Andreas Öman2008-08-25
* Little-endian bitstream writerBartlomiej Wolowiec2008-08-25
* fir_32bands_perfect[] contents were mixed, restore original orderAlexander E. Patrakov2008-08-25
* Fix udp.c compilation with recent glibc (>= 2.8)Luca Abeni2008-08-25
* ARM: add prefetch function using ARMv5 PLD instructionMåns Rullgård2008-08-25
* ARM: set STRIDE_ALIGN and DECLARE_ALIGNED_8 to 16 for NEONMåns Rullgård2008-08-25
* matroskadec: unset matroska->done when seekingAurelien Jacobs2008-08-25
* matroskadec: full seeking support in index-less filesAurelien Jacobs2008-08-25
* 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