summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* More OKed hunks of the AAC decoder from SoCRobert Swain2008-08-11
* Fixing the units in DV50 tables (both coordinates areRoman Shaposhnik2008-08-11
* Apply PCM ENCODE/DECODE() macros to the S/U,8/24/32,LE/BE PCM codecs.Peter Ross2008-08-11
* Coalescing the un-weighting and de-quantization steps for fasterRoman Shaposhnik2008-08-11
* Simplify colour conversion in Fraps as suggested by MichaelKostya Shishkov2008-08-11
* The deblock filter does not need all the intra availability stuff so doMichael Niedermayer2008-08-11
* Simplify constrained_intra_pred code in fill_caches().Michael Niedermayer2008-08-11
* Support MBAFF + constrained intra prediction.Michael Niedermayer2008-08-11
* Bump minor version as av_log_missing_feature() was added to public API inRobert Swain2008-08-10
* Add a generic function to lavc to log messages about missing features.Justin Ruggles2008-08-10
* R and B components are stored as a differences to G component in Fraps v5.Kostya Shishkov2008-08-10
* Mask bits of reference indexes properly to avoid negative numbers entanglingMichael Niedermayer2008-08-10
* Remove a few more lines of unneeded code in fill_caches() for MBAFF.Michael Niedermayer2008-08-10
* FOURCC addition: added 3IV2, another mpeg4 id. incoming/video_3iv2/video_3iv2...Benjamin Larsson2008-08-10
* Use the correct reference tables for interlaced MBAFF MBs in the loop filter.Michael Niedermayer2008-08-10
* Add MDEC tags to Electronic Arts demuxer.Peter Ross2008-08-10
* Do not execute the part of fill_caches() for the loopfilter that overwritesMichael Niedermayer2008-08-10