index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
cook.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-1
/
+1
*
Improve descriptiveness of a number of codec and container long names
Diego Biurrun
2012-07-30
1
-1
/
+1
*
cook: Make constants passed to AV_BE2NE32C() unsigned to avoid signed overflow.
Alex Converse
2012-04-17
1
-2
/
+2
*
Replace memset(0) by zero initializations.
Diego Biurrun
2012-03-28
1
-14
/
+6
*
cook: error out on quant_index values outside [-63, 63] range.
Ronald S. Bultje
2012-03-10
1
-14
/
+36
*
cook: expand dither_tab[], and make sure indexes into it don't overflow.
Ronald S. Bultje
2012-03-10
1
-1
/
+5
*
cook: extend channel uncoupling tables so the full bit range is covered.
Ronald S. Bultje
2012-03-07
1
-2
/
+2
*
cook: prevent div-by-zero if channels is zero.
Ronald S. Bultje
2012-02-17
1
-0
/
+4
*
vlc/rl: Add ff_ prefix to the nonstatic symbols
Martin Storsjö
2012-02-15
1
-3
/
+3
*
cook: K&R formatting cosmetics
Shitiz Garg
2011-12-31
1
-364
/
+366
*
Add avcodec_decode_audio4().
Justin Ruggles
2011-12-02
1
-13
/
+30
*
cook: use a table for xor key rotation
Mans Rullgard
2011-11-26
1
-1
/
+5
*
cook: fix apparent typo in extradata parsing
K.Y.H
2011-11-26
1
-1
/
+1
*
cook: return AVERROR_PATCHWELCOME instead of ENOTSUP
Justin Ruggles
2011-10-29
1
-7
/
+7
*
cook: check output buffer size before decoding
Justin Ruggles
2011-10-29
1
-3
/
+9
*
cook: do not needlessly set *data_size to 0
Justin Ruggles
2011-10-29
1
-1
/
+0
*
cook: remove pointless return statements
Justin Ruggles
2011-10-29
1
-2
/
+0
*
cook: simplify decouple_info()
Justin Ruggles
2011-10-29
1
-17
/
+14
*
cook: return appropriate error codes instead of -1
Justin Ruggles
2011-10-29
1
-22
/
+23
*
cook: avoid hardcoded sizes in sizeof()
Justin Ruggles
2011-10-29
1
-10
/
+11
*
cook: remove unneeded #includes
Justin Ruggles
2011-10-29
1
-5
/
+0
*
cook: output float samples instead of converting to int16
Justin Ruggles
2011-10-29
1
-14
/
+13
*
cook: Fix js_vlc_bits value validation for joint stereo
Laurent Aimar
2011-10-06
1
-2
/
+3
*
doxygen: Drop array size declarations from Doxygen parameter names.
Diego Biurrun
2011-07-03
1
-1
/
+1
*
Remove statements immediately following unconditional jumps
Mans Rullgard
2011-07-03
1
-1
/
+0
*
Replace custom DEBUG preprocessor trickery by the standard one.
Diego Biurrun
2011-06-03
1
-3
/
+2
*
cook: Remove non-compiling debug output.
Diego Biurrun
2011-06-03
1
-1
/
+0
*
cook: Remove unused debug functions.
Diego Biurrun
2011-06-03
1
-32
/
+0
*
Add AVX FFT implementation.
Vitor Sessak
2011-04-26
1
-1
/
+1
*
cook: Fix small typo in av_log_ask_for_sample message.
Diego Biurrun
2011-04-23
1
-1
/
+1
*
Use av_log_ask_for_sample() to request samples from users.
Diego Biurrun
2011-04-22
1
-1
/
+3
*
Use av_log_ask_for_sample() where appropriate.
Diego Biurrun
2011-04-21
1
-6
/
+6
*
Move sine windows to a separate file
Mans Rullgard
2011-03-20
1
-0
/
+1
*
fft: remove inline wrappers for function pointers
Mans Rullgard
2011-03-19
1
-1
/
+1
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
Merge libavcore into libavutil
Reinhard Tartler
2011-02-15
1
-1
/
+1
*
Replace remaining occurrences of deprecated CH_* with AV_CH_*
Anton Khirnov
2011-02-06
1
-1
/
+2
*
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
Diego Elio Pettenò
2011-01-26
1
-1
/
+1
*
Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum
Stefano Sabatini
2010-11-12
1
-1
/
+1
*
Add av_ prefix to bswap macros
Måns Rullgård
2010-07-10
1
-2
/
+2
*
bswap: change ME to NE in macro names
Måns Rullgård
2010-07-10
1
-2
/
+2
*
Improve variable names in imlt_window_float() and mlt_compensate_output().
Diego Biurrun
2010-07-08
1
-6
/
+6
*
Restore array sizes in doxygen parameter names.
Diego Biurrun
2010-07-08
1
-2
/
+2
*
Move DECODE_BYTES_PAD* macros before Doxygen comments.
Diego Biurrun
2010-07-02
1
-2
/
+3
*
Fix doxy of gb parameter in decode_gain_info().
Diego Biurrun
2010-07-02
1
-1
/
+1
*
Avoid one more instance of angular brackets in Doxygen comments.
Diego Biurrun
2010-07-02
1
-1
/
+1
*
Remove non-existing stray arguments from Doxygen function documentation.
Diego Biurrun
2010-07-02
1
-3
/
+0
*
Fix misspelled parameter names in Doxygen documentation.
Diego Biurrun
2010-07-02
1
-3
/
+3
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
*
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-30
1
-1
/
+1
[next]