Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-05-25Do not reset channel_layout to 0.Carl Eugen Hoyos
2011-05-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-23aacdec: fix typo in scalefactor clipping checkJustin Ruggles
2011-05-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-20LATM/AAC: Free previously initialized context on reinit.Ronald S. Bultje
2011-05-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-19Add floating-point sample format support to the ac3, eac3, dca, aac, and vorbisJustin Ruggles
2011-05-16Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-16aacdec: Use float instead of int16_t for ltp_state to avoid needless rounding.Justin Ruggles
2011-05-07aacdec: add decode_channel_map overread checkReimar Döffinger
2011-04-28Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-27aacdec: remove sf_scale and sf_offset.Alex Converse
2011-04-27aacdec: use a scale of 2 in the LTP MDCT rather than doubling the coefficientJustin Ruggles
2011-04-27Define POW_SF2_ZERO in aac.h and use for ff_aac_pow2sf_tabp[] offsets insteadAlex Converse
2011-04-27Large intensity stereo and PNS indices are legal. Clip them instead ofAlex Converse
2011-04-25aacdec: Allow selecting float output at runtime.Reimar Döffinger
2011-04-24Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-23Add some debug log messages to AAC extradataAlex Converse
2011-04-23Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-22aacdec: indentation cosmeticsYoung Han Lee
2011-04-13Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-12Convert some undefined 1<<31 shifts into 1U<<31.Alex Converse
2011-04-06Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-05Revert "aac_latm_dec: use aac context and aac m4ac"Janne Grunau
2011-04-04Float output for libavcodec AAC decoderclsid2
2011-03-21Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-20Move sine windows to a separate fileMans Rullgard
2011-03-19Move ff_kbd_window_init() to a separate fileMans Rullgard
2011-03-19fft: remove inline wrappers for function pointersMans Rullgard
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-08aac_latm_dec: use aac context and aac m4acThadeu Lima de Souza Cascardo
2011-03-07aac_latm_dec: use aac context and aac m4acThadeu Lima de Souza Cascardo
2011-02-22aacdec: Reduce the size of buf_mdct.Young Han Lee
2011-02-22aacdec: Reduce the size of buf_mdct.Young Han Lee
2011-02-20aacdec: dsputilize the scalar multiplication in intensity stereoYoung Han Lee
2011-02-19aacdec: dsputilize the scalar multiplication in intensity stereoYoung Han Lee
2011-02-15aacdec: Implement LTP support.Young Han Lee
2011-02-15aacdec: Implement LTP support.Young Han Lee
2011-02-04Replace remaining occurrences of CODEC_TYPE_* with AVMEDIA_TYPE*Anton Khirnov
2011-02-04Separate format conversion DSP functions from DSPContext.Justin Ruggles
2011-02-03Replace remaining occurrences of CODEC_TYPE_* with AVMEDIA_TYPE*Anton Khirnov
2011-02-02Separate format conversion DSP functions from DSPContext.Justin Ruggles
2011-02-02Remove unneeded add bias from 3 functions.Justin Ruggles
2011-01-31Remove unneeded add bias from 3 functions.Justin Ruggles
2011-01-30aacdec: Convert some loop copies into memcpy()s.Alex Converse
2011-01-28aacdec: Convert some loop copies into memcpy()s.Alex Converse
2011-01-28cosmetics: indentation and spacingJustin Ruggles
2011-01-28Remove the add bias hack for the C version of DSPContext.float_to_int16_*().Justin Ruggles
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-28cosmetics: indentation and spacingJustin Ruggles