summaryrefslogtreecommitdiffstats
path: root/libavcodec/cook.c
Commit message (Expand)AuthorAgeFilesLines
* cook: fix apparent typo in extradata parsingK.Y.H2011-11-111-1/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-301-71/+67
|\
| * cook: return AVERROR_PATCHWELCOME instead of ENOTSUPJustin Ruggles2011-10-291-7/+7
| * cook: check output buffer size before decodingJustin Ruggles2011-10-291-3/+9
| * cook: do not needlessly set *data_size to 0Justin Ruggles2011-10-291-1/+0
| * cook: remove pointless return statementsJustin Ruggles2011-10-291-2/+0
| * cook: simplify decouple_info()Justin Ruggles2011-10-291-17/+14
| * cook: return appropriate error codes instead of -1Justin Ruggles2011-10-291-22/+23
| * cook: avoid hardcoded sizes in sizeof()Justin Ruggles2011-10-291-10/+11
| * cook: remove unneeded #includesJustin Ruggles2011-10-291-5/+0
| * cook: output float samples instead of converting to int16Justin Ruggles2011-10-291-14/+13
| * cook: Fix js_vlc_bits value validation for joint stereoLaurent Aimar2011-10-061-2/+3
* | Fix js_vlc_bits value validation when joint stereo is used in cook decoder.Laurent Aimar2011-09-171-2/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-041-2/+1
|\ \ | |/
| * doxygen: Drop array size declarations from Doxygen parameter names.Diego Biurrun2011-07-031-1/+1
| * Remove statements immediately following unconditional jumpsMans Rullgard2011-07-031-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-031-36/+2
|\ \ | |/
| * Replace custom DEBUG preprocessor trickery by the standard one.Diego Biurrun2011-06-031-3/+2
| * cook: Remove non-compiling debug output.Diego Biurrun2011-06-031-1/+0
| * cook: Remove unused debug functions.Diego Biurrun2011-06-031-32/+0
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-271-1/+1
|\ \ | |/
| * Add AVX FFT implementation.Vitor Sessak2011-04-261-1/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-241-1/+1
|\ \ | |/
| * cook: Fix small typo in av_log_ask_for_sample message.Diego Biurrun2011-04-231-1/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-231-1/+3
|\ \ | |/
| * Use av_log_ask_for_sample() to request samples from users.Diego Biurrun2011-04-221-1/+3
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-221-6/+6
|\ \ | |/
| * Use av_log_ask_for_sample() where appropriate.Diego Biurrun2011-04-211-6/+6
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-211-1/+2
|\ \ | |/
| * Move sine windows to a separate fileMans Rullgard2011-03-201-0/+1
| * fft: remove inline wrappers for function pointersMans Rullgard2011-03-191-1/+1
| * 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
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-101-2/+2
* bswap: change ME to NE in macro namesMåns Rullgård2010-07-101-2/+2
* Improve variable names in imlt_window_float() and mlt_compensate_output().Diego Biurrun2010-07-081-6/+6
* Restore array sizes in doxygen parameter names.Diego Biurrun2010-07-081-2/+2
* Move DECODE_BYTES_PAD* macros before Doxygen comments.Diego Biurrun2010-07-021-2/+3
* Fix doxy of gb parameter in decode_gain_info().Diego Biurrun2010-07-021-1/+1
* Avoid one more instance of angular brackets in Doxygen comments.Diego Biurrun2010-07-021-1/+1
* Remove non-existing stray arguments from Doxygen function documentation.Diego Biurrun2010-07-021-3/+0
* Fix misspelled parameter names in Doxygen documentation.Diego Biurrun2010-07-021-3/+3
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
OpenPOWER on IntegriCloud