summaryrefslogtreecommitdiffstats
path: root/libavcodec/imc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'qatar/master'Michael Niedermayer2011-04-271-1/+1
|\
| * Add AVX FFT implementation.Vitor Sessak2011-04-261-1/+1
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-211-2/+3
|\ \ | |/
| * Move sine windows to a separate fileMans Rullgard2011-03-201-0/+1
| * fft: remove inline wrappers for function pointersMans Rullgard2011-03-191-2/+2
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Merge libavcore into libavutilReinhard Tartler2011-02-151-1/+1
| * Replace remaining occurrences of deprecated CH_* with AV_CH_*Anton Khirnov2011-02-061-1/+2
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* | Merge libavcore into libavutilReinhard Tartler2011-02-161-1/+1
* | Replace remaining occurrences of deprecated CH_* with AV_CH_*Anton Khirnov2011-02-061-1/+2
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-1/+1
|/
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-1/+1
* imc: fix undefined float to int conversionMåns Rullgård2010-08-191-1/+1
* Make Intel Music Coder output SAMPLE_FMT_FLTVitor Sessak2010-07-161-7/+6
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-101-1/+1
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+2
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Move FFT parts from dsputil.h to fft.hMåns Rullgård2010-03-061-0/+1
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-061-2/+2
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-221-2/+2
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Silence warning in imc decoderBenjamin Larsson2008-11-161-1/+1
* Set channel_layoutBenjamin Larsson2008-11-161-0/+1
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-311-0/+1
* Use new style static VLC tables for IMC decoder.Reimar Döffinger2008-07-121-7/+17
* Add generic ff_sine_window_init function and implement in codecs appropriatelyRobert Swain2008-06-221-1/+2
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* Long name spelling fixesBenjamin Larsson2008-05-021-1/+1
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-271-0/+1
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-2/+2
* Check that we have enough input data in IMC decoder.Reimar Döffinger2008-02-051-0/+4
* Do not modify input dataKostya Shishkov2008-02-021-3/+3
* IMC decoder always operates on 64-byte blocksKostya Shishkov2008-02-021-4/+4
* constsMichael Niedermayer2008-02-011-1/+1
* use get_bits1(..) instead get_bits(.., 1)Alex Beregszaszi2007-08-091-2/+2
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+0
* Add av_ prefix to clip functionsReimar Döffinger2007-02-251-1/+1
* Missed one log2().Benjamin Larsson2006-11-171-1/+1
* Remove log2() usage.Benjamin Larsson2006-11-141-7/+4
* make some symbols staticMåns Rullgård2006-11-111-1/+1
* Init vlc tables as staticKostya Shishkov2006-10-301-1/+1
* IMC decoderKostya Shishkov2006-10-301-0/+816
OpenPOWER on IntegriCloud