7437 Commits (e7327dbba70a1dff3bc4c2f353adff174753edff)

Author SHA1 Message Date
Diego Biurrun e7327dbba7 Remove unused variable. 17 years ago
Ramiro Polla ee5b34d56e mlp_parser: Initialize crc data in its own function. 17 years ago
Ramiro Polla 5dae0dd22c mlpdec: Put some doxy comments to the right of vars instead of interleaved. 17 years ago
Ramiro Polla f53acb7b17 mlpdec: Split channel parameters from context into their own struct. 17 years ago
Loren Merritt 557ac0c448 optimize ac3_downmix. 17 years ago
Ramiro Polla db01fa131b mlpdec: whitespace and line-breaking cosmetics. 17 years ago
Ramiro Polla d6aa052dc5 mlpdec: Split filter parameters from context into their own struct. 17 years ago
Peter Ross 3b4b113781 Fix CODEC_ID_PCM_U8 decoder output size calculation to support odd-number of samples. 17 years ago
Loren Merritt 72745cff20 use float_to_int16_interleave in ac3 17 years ago
Loren Merritt 916d5d6c32 use imdct_half in ac3 17 years ago
Loren Merritt 862b98d42c cosmetics in dsp init 17 years ago
Loren Merritt d46ac5bfde mdct wrapper function to match fft 17 years ago
Loren Merritt 0a570e826d remove mdct tmp buffer 17 years ago
Loren Merritt e8dd7b0c9a remove a float->double->float conversion. 17 years ago
Loren Merritt 46803f4f67 optimize imdct_half: 17 years ago
Loren Merritt 49c0dd754c indent 17 years ago
Loren Merritt 5d0ddd1a9f split-radix FFT 17 years ago
Loren Merritt bafad220a7 import yasm macros from x264 17 years ago
Robert Swain 9edae4ad81 Synchronise code with AAC decoder in SoC 17 years ago
Robert Swain 9cc04edff9 More OKed hunks of the AAC decoder from SoC 17 years ago
Roman Shaposhnik 3f66d16821 Fixing the units in DV50 tables (both coordinates are 17 years ago
Peter Ross 5e8ecfde50 Apply PCM ENCODE/DECODE() macros to the S/U,8/24/32,LE/BE PCM codecs. 17 years ago
Roman Shaposhnik d557838cfb Coalescing the un-weighting and de-quantization steps for faster 17 years ago
Kostya Shishkov 76c655fb8f Simplify colour conversion in Fraps as suggested by Michael 17 years ago
Michael Niedermayer 2967101173 The deblock filter does not need all the intra availability stuff so do 17 years ago
Michael Niedermayer faa7e39466 Simplify constrained_intra_pred code in fill_caches(). 17 years ago
Michael Niedermayer d1d10e9125 Support MBAFF + constrained intra prediction. 17 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
Michael Niedermayer d50cdd82de Use the correct reference tables for interlaced MBAFF MBs in the loop filter. 17 years ago
Michael Niedermayer 0281d32550 Do not execute the part of fill_caches() for the loopfilter that overwrites 17 years ago
Michael Niedermayer 3d11b8ce13 Remove more code that has become useless after the pairless MBAFF loop 17 years ago
Robert Swain cc0591dab0 Sync already committed code with that in SoC and commit more OKed hunks of code 17 years ago
Michael Niedermayer 5f7f9719ac Remove odd pairwise deblock filtering applied to MBAFF MBs. 17 years ago
Stefano Sabatini 96afa6be0b Doxygenate avcodec_version(). 17 years ago
Baptiste Coudurier ec7e2582ae fix 4:2:2 psnr 17 years ago
Peter Ross 3ee573a300 Add simpler/cleaner/faster F32BE encoding/decoding. 17 years ago
Peter Ross ff66caab40 Simplify PCM codec; change 'n' in pcm_decode_frame() to equal "total number of samples". 17 years ago
Peter Ross 13dbd9b705 Prevent DAUD PCM encoder from fetching values outside of ff_reverse[] array bounds when input sample values are < 0. 17 years ago
Vitor Sessak b888abe1be Cosmetics: rename loop counters in eval_refl() 17 years ago
Vitor Sessak bdb34c9f5e Simplify eval_refl(): do not store a buffer value in a var when the buffer could be used directly 17 years ago
Vitor Sessak aa425ada54 Simplify eval_refl(): s/b == 0/!b/ 17 years ago
Vitor Sessak 40812fdcf1 Simplify range checking in eval_refl(). Before the 17 years ago
Vitor Sessak d70875c81d Cosmetics: reindent 17 years ago
Vitor Sessak 7e05617a5c Simplify do_output_subblock(): Remove a unneeded memcpy 17 years ago
Peter Ross cfc78718f3 Electronic Arts TGV decoder 17 years ago
Vitor Sessak c0f0b34bba Simplify eval_refl(): return directly when needed instead of storing the return value in a variable 17 years ago