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
*
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
*
Move FFT parts from dsputil.h to fft.h
Måns Rullgård
2010-03-06
1
-0
/
+1
*
Remove DECLARE_ALIGNED_{8,16} macros
Måns Rullgård
2010-03-06
1
-1
/
+1
*
Move array specifiers outside DECLARE_ALIGNED() invocations
Måns Rullgård
2010-01-22
1
-1
/
+1
*
cook: use constant seed for dithering RNG
Måns Rullgård
2009-11-29
1
-1
/
+1
*
Merge FFTContext and MDCTContext
Måns Rullgård
2009-09-20
1
-1
/
+1
*
Support for getting (i)MDCT output multiplied by a constant scaling factor.
Siarhei Siamashka
2009-05-16
1
-1
/
+1
*
Bugfix for bug introduced in the multichannel cook patchset.
Benjamin Larsson
2009-05-15
1
-2
/
+3
*
Proper subpacket size check for cook multichannel files.
Benjamin Larsson
2009-04-25
1
-1
/
+5
*
Remove parentheses
Benjamin Larsson
2009-04-25
1
-1
/
+1
*
Set the type of size in COOKSubpacket to unsigned
Benjamin Larsson
2009-04-25
1
-1
/
+1
*
Make sure we only parse max amount of subpackets (5) in the cook decoder.
Benjamin Larsson
2009-04-25
1
-0
/
+4
*
Indent
Benjamin Larsson
2009-04-25
1
-4
/
+4
*
Remove redundant code
Benjamin Larsson
2009-04-25
1
-2
/
+0
*
Support cook multichannel files.
Benjamin Larsson
2009-04-25
1
-3
/
+31
*
Fix the COOKDEBUG code
Benjamin Larsson
2009-04-25
1
-11
/
+11
*
Factor out COOKSubpacket, in preparation for multichannel support.
Benjamin Larsson
2009-04-25
1
-188
/
+235
*
Rename bitstream.h to get_bits.h.
Stefano Sabatini
2009-04-13
1
-1
/
+1
*
Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an
Thilo Borgmann
2009-04-07
1
-1
/
+3
*
Get rid of av_random in cook.c
Benjamin Larsson
2009-03-20
1
-4
/
+5
*
use intptr_t to cast pointers to int in codecs maintained by benjamin larsson
Ramiro Polla
2009-03-17
1
-1
/
+1
*
Add cook channel count function, part of multichannel cook
Benjamin Larsson
2009-03-15
1
-0
/
+10
*
Add max allowed subpackets in multichannel cook
Benjamin Larsson
2009-03-15
1
-0
/
+1
*
save avctx in cook decoder context and use it for av_log
Benjamin Larsson
2009-03-15
1
-13
/
+15
*
memset when category is >=7, part of cook multichannel
Benjamin Larsson
2009-03-15
1
-1
/
+1
*
Add missing av_cold in static init/close functions.
Daniel Verkamp
2009-02-22
1
-6
/
+6
*
Add av_cold attribute to init function.
Diego Biurrun
2009-02-08
1
-1
/
+1
*
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-02-01
1
-1
/
+1
*
Replace calls to the deprecated function av_init_random() with
Stefano Sabatini
2009-01-18
1
-1
/
+1
*
Set channel_layout
Benjamin Larsson
2008-11-16
1
-0
/
+1
*
mdct wrapper function to match fft
Loren Merritt
2008-08-12
1
-1
/
+1
*
remove mdct tmp buffer
Loren Merritt
2008-08-12
1
-3
/
+1
*
Modify all codecs to report their supported input and output sample format(s).
Peter Ross
2008-07-31
1
-0
/
+2
*
Remove now unused variable
Robert Swain
2008-06-22
1
-1
/
+0
*
Add generic ff_sine_window_init function and implement in codecs appropriately
Robert Swain
2008-06-22
1
-2
/
+2
*
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-12
1
-1
/
+1
*
consistency cosmetics: indices --> indexes
Diego Biurrun
2008-05-26
1
-1
/
+1
*
Move const *pow2tab out of context.
Michael Niedermayer
2008-05-24
1
-10
/
+11
*
simplify init_pow2table
Michael Niedermayer
2008-05-24
1
-7
/
+3
*
Merge init_rootpow2table and init_pow2table.
Michael Niedermayer
2008-05-24
1
-9
/
+1
[next]