Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
| | | | | | | Express bitfields more simply. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com> | ||||
* | lavc: AV-prefix all codec flags | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
| | | | | | | Convert doxygen to multiline and express bitfields more simply. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com> | ||||
* | avcodec: Don't anonymously typedef structs | Diego Biurrun | 2015-02-14 | 1 | -2/+2 |
| | |||||
* | cosmetics: Fix ATRAC codec name spelling | Diego Biurrun | 2013-09-02 | 1 | -3/+3 |
| | |||||
* | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -1/+1 |
| | |||||
* | Remove unnecessary dsputil.h #includes | Diego Biurrun | 2013-02-26 | 1 | -1/+0 |
| | |||||
* | atrac1: decode directly to the user-provided AVFrame | Justin Ruggles | 2013-02-12 | 1 | -9/+5 |
| | |||||
* | lavc: Move vector_fmul_window to AVFloatDSPContext | Justin Ruggles | 2013-01-16 | 1 | -4/+5 |
| | | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org> | ||||
* | lavc: add a wrapper for AVCodecContext.get_buffer(). | Anton Khirnov | 2012-12-04 | 1 | -1/+2 |
| | | | | It will be useful in the upcoming transition to refcounted AVFrames. | ||||
* | atrac1: do not keep a copy of channel count in the private context | Justin Ruggles | 2012-11-01 | 1 | -4/+2 |
| | |||||
* | atrac1: use planar sample format | Justin Ruggles | 2012-10-09 | 1 | -25/+4 |
| | |||||
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
| | |||||
* | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -8/+8 |
| | | | | | | | Also break some long lines, remove codec function placeholder comments and add spaces in sample/pixel format lists. Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | dsputil: Add ff_ prefix to the dsputil*_init* functions | Martin Storsjö | 2012-02-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | libavcodec: Add ff_ prefix to some nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -3/+3 |
| | | | | | | Prefix the functions atrac_generate_tables, atrac_iqmf, dct_quantize_c. Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | Add avcodec_decode_audio4(). | Justin Ruggles | 2011-12-02 | 1 | -9/+17 |
| | | | | | | Deprecate avcodec_decode_audio3(). Implement audio support in avcodec_default_get_buffer(). Implement the new audio decoder API in all audio decoders. | ||||
* | atrac1: use correct context for av_log() | Justin Ruggles | 2011-11-10 | 1 | -1/+1 |
| | |||||
* | atrac1: return appropriate error codes instead of -1 | Justin Ruggles | 2011-10-29 | 1 | -5/+5 |
| | |||||
* | atrac1: check for ff_mdct_init() failure | Justin Ruggles | 2011-10-29 | 1 | -15/+22 |
| | |||||
* | atrac1: use optimized float_interleave() function for stereo interleaving | Justin Ruggles | 2011-10-29 | 1 | -7/+19 |
| | |||||
* | atrac1: fix a typo | Justin Ruggles | 2011-10-29 | 1 | -1/+1 |
| | |||||
* | atrac1: validate number of channels | Justin Ruggles | 2011-10-29 | 1 | -0/+5 |
| | |||||
* | atrac1: decode mono audio directly to output buffer | Justin Ruggles | 2011-10-29 | 1 | -6/+2 |
| | | | | | For stereo we need to use intermediate planar buffers, but mono does not need to be deinterleaved so the output buffer can be used directly. | ||||
* | atrac1: check output buffer size before decoding | Justin Ruggles | 2011-10-29 | 1 | -2/+9 |
| | |||||
* | Add AVX FFT implementation. | Vitor Sessak | 2011-04-26 | 1 | -10/+10 |
| | | | | Signed-off-by: Reinhard Tartler <siretart@tauware.de> | ||||
* | Move sine windows to a separate file | Mans Rullgard | 2011-03-20 | 1 | -0/+1 |
| | | | | | | | These windows do not really belong in fft/mdct files and were easily confused with the similarly named tables used by rdft. Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | fft: remove inline wrappers for function pointers | Mans Rullgard | 2011-03-19 | 1 | -1/+1 |
| | | | | | | | This removes the rather pointless wrappers (one not even inline) for calling the fft_calc and related function pointers. Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | Remove unneeded add bias from 3 functions. | Justin Ruggles | 2011-01-31 | 1 | -1/+1 |
| | | | | | | | | DSPContext.vector_fmul_window() DCADSPContext.lfe_fir() SynthFilterContext.synth_filter_float() Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
| | | | | | | | None of these symbols should be accessed directly, so declare them as hidden. Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | Rename sf_table in atrac.c unit to ff_atrac_sf_table. | Diego Elio Pettenò | 2011-01-24 | 1 | -1/+1 |
| | | | | | | | This ensures a locally-unique name as well as marks the symbol as FFmpeg-private at least by declaration. Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini | 2010-11-12 | 1 | -1/+1 |
| | | | | | | SampleFormat with AVSampleFormat. Originally committed as revision 25730 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Move clipping of audio samples (for those codecs outputting float) from decoder | Ronald S. Bultje | 2010-04-21 | 1 | -9/+4 |
| | | | | | | to the audio conversion routines. Originally committed as revision 22937 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
| | | | | | | | | Passing an explicit filename to this command is only necessary if the documentation in the @file block refers to a file different from the one the block resides in. Originally committed as revision 22921 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
| | | | | | | is deprecated and will be dropped at the next major bump. Originally committed as revision 22735 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Make some functions static | Måns Rullgård | 2010-03-06 | 1 | -1/+1 |
| | | | | | | | These functions are not used outside their respective files, and they lack a prototype in a header. Originally committed as revision 22259 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Move FFT parts from dsputil.h to fft.h | Måns Rullgård | 2010-03-06 | 1 | -0/+1 |
| | | | | Originally committed as revision 22235 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Remove DECLARE_ALIGNED_{8,16} macros | Måns Rullgård | 2010-03-06 | 1 | -10/+10 |
| | | | | | | | These macros are redundant. All uses are replaced with the generic DECLARE_ALIGNED macro instead. Originally committed as revision 22233 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Move array specifiers outside DECLARE_ALIGNED() invocations | Måns Rullgård | 2010-01-22 | 1 | -10/+10 |
| | | | | Originally committed as revision 21377 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Add support for hard-coded MDCT-related ff_sine_windows tables. | Reimar Döffinger | 2010-01-09 | 1 | -1/+1 |
| | | | | Originally committed as revision 21108 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Reindent code folowing previous commit (r20019) | Vitor Sessak | 2009-09-24 | 1 | -18/+18 |
| | | | | Originally committed as revision 20020 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Factorize duplicated code in at1_imdct_block() | Vitor Sessak | 2009-09-24 | 1 | -18/+17 |
| | | | | Originally committed as revision 20019 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Mention SDDS so search engines will pick it up for when someone | Benjamin Larsson | 2009-09-22 | 1 | -1/+1 |
| | | | | | | needs to decode the SDDS tracks found on 35 mm movies. Originally committed as revision 19968 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Use ff_sine_32 in atrac1. | Benjamin Larsson | 2009-09-22 | 1 | -5/+3 |
| | | | | Originally committed as revision 19967 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Add forgotten cleanup function in atrac1. | Benjamin Larsson | 2009-09-21 | 1 | -1/+12 |
| | | | | Originally committed as revision 19954 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Cosmetics, indentation. | Benjamin Larsson | 2009-09-21 | 1 | -1/+1 |
| | | | | Originally committed as revision 19953 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Cosmetics. Merge declaration and initialization. | Benjamin Larsson | 2009-09-21 | 1 | -3/+1 |
| | | | | Originally committed as revision 19952 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Move the scale factor and word length indexes to the stack. | Benjamin Larsson | 2009-09-21 | 1 | -7/+7 |
| | | | | Originally committed as revision 19951 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Merge FFTContext and MDCTContext | Måns Rullgård | 2009-09-20 | 1 | -2/+2 |
| | | | | Originally committed as revision 19931 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Fix embarassing typo in last commit: Restore mistakenly removed ','. | Diego Biurrun | 2009-09-20 | 1 | -1/+1 |
| | | | | Originally committed as revision 19930 to svn://svn.ffmpeg.org/ffmpeg/trunk |