15354 Commits (81fc8a63c5eed8b151d3035ef6422663ca4cfce4)
 

Author SHA1 Message Date
Michael Niedermayer 3c9769a008 Do not fill the pts reordering buffer with guessed dts. 16 years ago
Michael Niedermayer aca36b287d Remove unneeded whitespace and quotes from -D_ISOC99_SOURCE. 16 years ago
Loren Merritt 675872382f special case 6 channel version of float_to_int16_interleave 16 years ago
Loren Merritt 911e21a306 simd int->float 16 years ago
Loren Merritt ac2e556456 simd downmix 16 years ago
Loren Merritt 45d9d61889 don't mark the delayed samples for upmixing if they haven't been downmixed 16 years ago
Loren Merritt 3b6516f7e7 oops, non-normalized downmix to mono contaminated add_bias for non-simd float-to-int. 16 years ago
Michael Niedermayer da0def34ec Change _ISOC9X_SOURCE to _ISOC99_SOURCE. 16 years ago
Aurelien Jacobs 5df3cc6f80 matroskadec: list some more ebml IDs found in the wild and that we ignore 16 years ago
Stefano Sabatini 9a10927279 Make show_banner() and show_version() print both the compile-time and the 16 years ago
Erwan Ducroquet 850a8d42ab Add examples in documentation showing how to avoid to decode audio and 16 years ago
Ramiro Polla 06cddea060 mlp: Cosmetics: Close comments in an extra line and 16 years ago
Anuradha Suraparaju f4bba2015a Dirac encapsulation in MPEG-TS 16 years ago
Ramiro Polla ce15710f55 mlp: Split common code from parser and decoder to be used by encoder. 16 years ago
Diego Biurrun e7327dbba7 Remove unused variable. 16 years ago
Diego Biurrun 2485abe281 Remove unused variable. 16 years ago
Michael Niedermayer 488b1ca476 10000l, revert mistakely commited and unrelated hunk. 16 years ago
Michael Niedermayer ad1d871021 Move -D_ISOC9X_SOURCE to configure so its available to all tests. 16 years ago
Aurelien Jacobs ea452b54f0 strcasecmp() requires #include <strings.h> 16 years ago
Aurelien Jacobs 5af4f1f3e3 move M_PI definition along with other math definitions 16 years ago
Carl Eugen Hoyos af44e8e488 Show result of yasm test. 16 years ago
Aurelien Jacobs d1a12956a0 define some math constants so as not to depend on _XOPEN_SOURCE 16 years ago
Aurelien Jacobs 29d3ed3be6 ffserver: SA_RESTART and unsetenv require _XOPEN_SOURCE 16 years ago
Aurelien Jacobs 131f1cb2a9 matroskadec: parse available blocks even when cluster parsing failed 16 years ago
Ramiro Polla ee5b34d56e mlp_parser: Initialize crc data in its own function. 16 years ago
Ramiro Polla 5dae0dd22c mlpdec: Put some doxy comments to the right of vars instead of interleaved. 16 years ago
Ramiro Polla f53acb7b17 mlpdec: Split channel parameters from context into their own struct. 16 years ago
Loren Merritt 557ac0c448 optimize ac3_downmix. 16 years ago
Michael Niedermayer 0e55ba723b Add needed include, make it compile without -D_BSD_SOURCE. 16 years ago
Ramiro Polla db01fa131b mlpdec: whitespace and line-breaking cosmetics. 16 years ago
Ramiro Polla d6aa052dc5 mlpdec: Split filter parameters from context into their own struct. 16 years ago
Baptiste Coudurier 0d84a8f6ae increase MAX_REORDER_DELAY and pts_buffer size to 16, max for h264 atm 16 years ago
Baptiste Coudurier cb5b96cde0 Prevent dts generation code to be executed when delay is > MAX_REORDER_DELAY, 16 years ago
Peter Ross ebc22cc29f Electronic Arts demuxer: support SxEN audio tags found in 'Need for Speed: Pro Street' computer game. 16 years ago
Peter Ross 3b4b113781 Fix CODEC_ID_PCM_U8 decoder output size calculation to support odd-number of samples. 16 years ago
Stefano Sabatini 8d36d36e74 Add to the ffmpeg docs an usage example showing how to extract images 16 years ago
Peter Ross 6819af8245 Electronic Arts demuxer: perform identification of ADPCM EA R2 codec using revision2 flag. 16 years ago
Peter Ross a07f117804 Electronic Arts demuxer: ignore PTxx platform ID values. 16 years ago
Peter Ross d3302b7011 Support Electronic Arts files containing MPEG2VIDEO. 16 years ago
Loren Merritt 81b060faf9 align the audio decoding buffer, since some codecs write to it with simd 16 years ago
Loren Merritt 72745cff20 use float_to_int16_interleave in ac3 16 years ago
Loren Merritt 916d5d6c32 use imdct_half in ac3 16 years ago
Loren Merritt 862b98d42c cosmetics in dsp init 16 years ago
Loren Merritt d46ac5bfde mdct wrapper function to match fft 16 years ago
Loren Merritt 0a570e826d remove mdct tmp buffer 16 years ago
Loren Merritt e8dd7b0c9a remove a float->double->float conversion. 16 years ago
Loren Merritt 46803f4f67 optimize imdct_half: 16 years ago
Loren Merritt 49c0dd754c indent 16 years ago
Loren Merritt 5d0ddd1a9f split-radix FFT 16 years ago
Loren Merritt bafad220a7 import yasm macros from x264 16 years ago