summaryrefslogtreecommitdiff
path: root/libavcodec/cook.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-01
|\
| * cook: K&R formatting cosmeticsShitiz Garg2011-12-31
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-03
|\|
| * Add avcodec_decode_audio4().Justin Ruggles2011-12-02
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-27
|\|
| * cook: use a table for xor key rotationMans Rullgard2011-11-26
| * cook: fix apparent typo in extradata parsingK.Y.H2011-11-26
* | cook: fix apparent typo in extradata parsingK.Y.H2011-11-11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-30
|\|
| * cook: return AVERROR_PATCHWELCOME instead of ENOTSUPJustin Ruggles2011-10-29
| * cook: check output buffer size before decodingJustin Ruggles2011-10-29
| * cook: do not needlessly set *data_size to 0Justin Ruggles2011-10-29
| * cook: remove pointless return statementsJustin Ruggles2011-10-29
| * cook: simplify decouple_info()Justin Ruggles2011-10-29
| * cook: return appropriate error codes instead of -1Justin Ruggles2011-10-29
| * cook: avoid hardcoded sizes in sizeof()Justin Ruggles2011-10-29
| * cook: remove unneeded #includesJustin Ruggles2011-10-29
| * cook: output float samples instead of converting to int16Justin Ruggles2011-10-29
| * cook: Fix js_vlc_bits value validation for joint stereoLaurent Aimar2011-10-06
* | Fix js_vlc_bits value validation when joint stereo is used in cook decoder.Laurent Aimar2011-09-17
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-04
|\|
| * doxygen: Drop array size declarations from Doxygen parameter names.Diego Biurrun2011-07-03
| * Remove statements immediately following unconditional jumpsMans Rullgard2011-07-03
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-03
|\|
| * Replace custom DEBUG preprocessor trickery by the standard one.Diego Biurrun2011-06-03
| * cook: Remove non-compiling debug output.Diego Biurrun2011-06-03
| * cook: Remove unused debug functions.Diego Biurrun2011-06-03
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-27
|\|
| * Add AVX FFT implementation.Vitor Sessak2011-04-26
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-24
|\|
| * cook: Fix small typo in av_log_ask_for_sample message.Diego Biurrun2011-04-23
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-23
|\|
| * Use av_log_ask_for_sample() to request samples from users.Diego Biurrun2011-04-22
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-22
|\|
| * Use av_log_ask_for_sample() where appropriate.Diego Biurrun2011-04-21
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-21
|\|
| * Move sine windows to a separate fileMans Rullgard2011-03-20
| * fft: remove inline wrappers for function pointersMans Rullgard2011-03-19
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * Merge libavcore into libavutilReinhard Tartler2011-02-15
| * Replace remaining occurrences of deprecated CH_* with AV_CH_*Anton Khirnov2011-02-06
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* | Merge libavcore into libavutilReinhard Tartler2011-02-16
* | Replace remaining occurrences of deprecated CH_* with AV_CH_*Anton Khirnov2011-02-06
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-28
|/
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-12
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-10
* bswap: change ME to NE in macro namesMåns Rullgård2010-07-10
* Improve variable names in imlt_window_float() and mlt_compensate_output().Diego Biurrun2010-07-08
* Restore array sizes in doxygen parameter names.Diego Biurrun2010-07-08