15524 Commits (f1588ed525c76954e4a72ee2b2fb33d799fe17ed)
 

Author SHA1 Message Date
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
Loren Merritt 304d586de6 yasm buildsystem 16 years ago
Robert Swain 9edae4ad81 Synchronise code with AAC decoder in SoC 16 years ago
Robert Swain 9cc04edff9 More OKed hunks of the AAC decoder from SoC 16 years ago
Roman Shaposhnik 3f66d16821 Fixing the units in DV50 tables (both coordinates are 16 years ago
Peter Ross 5e8ecfde50 Apply PCM ENCODE/DECODE() macros to the S/U,8/24/32,LE/BE PCM codecs. 16 years ago
Roman Shaposhnik d557838cfb Coalescing the un-weighting and de-quantization steps for faster 16 years ago
Kostya Shishkov 76c655fb8f Simplify colour conversion in Fraps as suggested by Michael 16 years ago
Michael Niedermayer 2967101173 The deblock filter does not need all the intra availability stuff so do 16 years ago
Michael Niedermayer faa7e39466 Simplify constrained_intra_pred code in fill_caches(). 16 years ago
Michael Niedermayer d1d10e9125 Support MBAFF + constrained intra prediction. 16 years ago
Robert Swain 697c7cd44b Bump minor version as av_log_missing_feature() was added to public API in 16 years ago
Justin Ruggles ea779d91ca Add a generic function to lavc to log messages about missing features. 16 years ago
Kostya Shishkov af1761915b R and B components are stored as a differences to G component in Fraps v5. 16 years ago
Michael Niedermayer beca9a286c Mask bits of reference indexes properly to avoid negative numbers entangling 16 years ago
Michael Niedermayer e248cb601e Remove a few more lines of unneeded code in fill_caches() for MBAFF. 16 years ago
Benjamin Larsson 1b46683c80 FOURCC addition: added 3IV2, another mpeg4 id. incoming/video_3iv2/video_3iv2.avi 16 years ago
Michael Niedermayer d50cdd82de Use the correct reference tables for interlaced MBAFF MBs in the loop filter. 16 years ago
Peter Ross d9d9a8c028 Add MDEC tags to Electronic Arts demuxer. 16 years ago
Michael Niedermayer 0281d32550 Do not execute the part of fill_caches() for the loopfilter that overwrites 16 years ago
Stefano Sabatini 8163c870b0 Cosmetics: move at the beginning of the file the av_frac_* functions, avoid 16 years ago
Michael Niedermayer 3d11b8ce13 Remove more code that has become useless after the pairless MBAFF loop 16 years ago
Stefano Sabatini 7fc332c7ba Remove reference to the unsupported master format from ffserver.conf. 16 years ago
Robert Swain cc0591dab0 Sync already committed code with that in SoC and commit more OKed hunks of code 16 years ago
Michael Niedermayer 5f7f9719ac Remove odd pairwise deblock filtering applied to MBAFF MBs. 16 years ago
Aurelien Jacobs 44015c56a6 matroskadec: add basic tags support (metadata) 16 years ago
Peter Ross 4f5c72e857 PCM regression tests. 16 years ago
Stefano Sabatini 76eb5c0523 Cosmetics: fix weird indent. 16 years ago
Stefano Sabatini 540f1c7b13 Implement avfilter_version(). 16 years ago
Stefano Sabatini b3b990b659 Implement avdevice_version(). 16 years ago
Stefano Sabatini c97429e22b Implement avformat_version(). 16 years ago