15382 Commits (fc7ed9a6f60860fb19c54ae2482a0588ca8054f6)
 

Author SHA1 Message Date
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
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 17 years ago
Justin Ruggles ea779d91ca Add a generic function to lavc to log messages about missing features. 17 years ago
Kostya Shishkov af1761915b R and B components are stored as a differences to G component in Fraps v5. 17 years ago
Michael Niedermayer beca9a286c Mask bits of reference indexes properly to avoid negative numbers entangling 17 years ago
Michael Niedermayer e248cb601e Remove a few more lines of unneeded code in fill_caches() for MBAFF. 17 years ago
Benjamin Larsson 1b46683c80 FOURCC addition: added 3IV2, another mpeg4 id. incoming/video_3iv2/video_3iv2.avi 17 years ago
Michael Niedermayer d50cdd82de Use the correct reference tables for interlaced MBAFF MBs in the loop filter. 17 years ago
Peter Ross d9d9a8c028 Add MDEC tags to Electronic Arts demuxer. 17 years ago
Michael Niedermayer 0281d32550 Do not execute the part of fill_caches() for the loopfilter that overwrites 17 years ago
Stefano Sabatini 8163c870b0 Cosmetics: move at the beginning of the file the av_frac_* functions, avoid 17 years ago
Michael Niedermayer 3d11b8ce13 Remove more code that has become useless after the pairless MBAFF loop 17 years ago
Stefano Sabatini 7fc332c7ba Remove reference to the unsupported master format from ffserver.conf. 17 years ago