15414 Commits (b76e3424cac3fd8bfb1e9e63477aa1ed1a12a5e4)
 

Author SHA1 Message Date
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
Stefano Sabatini 96afa6be0b Doxygenate avcodec_version(). 16 years ago
Stefano Sabatini 7f0026dded Implement avutil_version(). 16 years ago
Stefano Sabatini 3241ec1d6f Cosmetics: make a v4l2 error message consistent with r14647. 16 years ago
Benoit Fouet c57c489753 Change OSS long names. 16 years ago
Baptiste Coudurier ec7e2582ae fix 4:2:2 psnr 16 years ago
Baptiste Coudurier b80b569242 remove mxf.c, previously copied to mxfdec.c 16 years ago
Peter Ross 3ee573a300 Add simpler/cleaner/faster F32BE encoding/decoding. 16 years ago
Peter Ross ff66caab40 Simplify PCM codec; change 'n' in pcm_decode_frame() to equal "total number of samples". 16 years ago
Peter Ross 13dbd9b705 Prevent DAUD PCM encoder from fetching values outside of ff_reverse[] array bounds when input sample values are < 0. 16 years ago
Benoit Fouet bc02bc8686 Remove unused redefinition of av_log for test. 16 years ago