summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* special case 6 channel version of float_to_int16_interleaveLoren Merritt2008-08-13
* simd int->floatLoren Merritt2008-08-13
* simd downmixLoren Merritt2008-08-13
* don't mark the delayed samples for upmixing if they haven't been downmixedLoren Merritt2008-08-13
* oops, non-normalized downmix to mono contaminated add_bias for non-simd float...Loren Merritt2008-08-13
* Change _ISOC9X_SOURCE to _ISOC99_SOURCE.Michael Niedermayer2008-08-13
* matroskadec: list some more ebml IDs found in the wild and that we ignoreAurelien Jacobs2008-08-13
* Make show_banner() and show_version() print both the compile-time and theStefano Sabatini2008-08-13
* Add examples in documentation showing how to avoid to decode audio andErwan Ducroquet2008-08-13
* mlp: Cosmetics: Close comments in an extra line andRamiro Polla2008-08-13
* Dirac encapsulation in MPEG-TSAnuradha Suraparaju2008-08-13
* mlp: Split common code from parser and decoder to be used by encoder.Ramiro Polla2008-08-13
* Remove unused variable.Diego Biurrun2008-08-13
* Remove unused variable.Diego Biurrun2008-08-13
* 10000l, revert mistakely commited and unrelated hunk.Michael Niedermayer2008-08-13
* Move -D_ISOC9X_SOURCE to configure so its available to all tests.Michael Niedermayer2008-08-13
* strcasecmp() requires #include <strings.h>Aurelien Jacobs2008-08-13
* move M_PI definition along with other math definitionsAurelien Jacobs2008-08-13
* Show result of yasm test.Carl Eugen Hoyos2008-08-13
* define some math constants so as not to depend on _XOPEN_SOURCEAurelien Jacobs2008-08-13
* ffserver: SA_RESTART and unsetenv require _XOPEN_SOURCEAurelien Jacobs2008-08-13
* matroskadec: parse available blocks even when cluster parsing failedAurelien Jacobs2008-08-13
* mlp_parser: Initialize crc data in its own function.Ramiro Polla2008-08-13
* mlpdec: Put some doxy comments to the right of vars instead of interleaved.Ramiro Polla2008-08-13
* mlpdec: Split channel parameters from context into their own struct.Ramiro Polla2008-08-13
* optimize ac3_downmix.Loren Merritt2008-08-12
* Add needed include, make it compile without -D_BSD_SOURCE.Michael Niedermayer2008-08-12
* mlpdec: whitespace and line-breaking cosmetics.Ramiro Polla2008-08-12
* mlpdec: Split filter parameters from context into their own struct.Ramiro Polla2008-08-12
* increase MAX_REORDER_DELAY and pts_buffer size to 16, max for h264 atmBaptiste Coudurier2008-08-12
* Prevent dts generation code to be executed when delay is > MAX_REORDER_DELAY,Baptiste Coudurier2008-08-12
* Electronic Arts demuxer: support SxEN audio tags found in 'Need for Speed: Pr...Peter Ross2008-08-12
* Fix CODEC_ID_PCM_U8 decoder output size calculation to support odd-number of ...Peter Ross2008-08-12
* Add to the ffmpeg docs an usage example showing how to extract imagesStefano Sabatini2008-08-12
* Electronic Arts demuxer: perform identification of ADPCM EA R2 codec using re...Peter Ross2008-08-12
* Electronic Arts demuxer: ignore PTxx platform ID values.Peter Ross2008-08-12
* Support Electronic Arts files containing MPEG2VIDEO.Peter Ross2008-08-12
* align the audio decoding buffer, since some codecs write to it with simdLoren Merritt2008-08-12
* use float_to_int16_interleave in ac3Loren Merritt2008-08-12
* use imdct_half in ac3Loren Merritt2008-08-12
* cosmetics in dsp initLoren Merritt2008-08-12
* mdct wrapper function to match fftLoren Merritt2008-08-12
* remove mdct tmp bufferLoren Merritt2008-08-12
* remove a float->double->float conversion.Loren Merritt2008-08-12
* optimize imdct_half:Loren Merritt2008-08-12
* indentLoren Merritt2008-08-12
* split-radix FFTLoren Merritt2008-08-12
* import yasm macros from x264Loren Merritt2008-08-11
* yasm buildsystemLoren Merritt2008-08-11
* Synchronise code with AAC decoder in SoCRobert Swain2008-08-11