index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
/
imc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum
Stefano Sabatini
2010-11-12
1
-1
/
+1
*
imc: fix undefined float to int conversion
Måns Rullgård
2010-08-19
1
-1
/
+1
*
Make Intel Music Coder output SAMPLE_FMT_FLT
Vitor Sessak
2010-07-16
1
-7
/
+6
*
Add av_ prefix to bswap macros
Måns Rullgård
2010-07-10
1
-1
/
+1
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+2
*
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
-2
/
+2
*
Move array specifiers outside DECLARE_ALIGNED() invocations
Måns Rullgård
2010-01-22
1
-2
/
+2
*
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
*
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-02-01
1
-1
/
+1
*
Silence warning in imc decoder
Benjamin Larsson
2008-11-16
1
-1
/
+1
*
Set channel_layout
Benjamin Larsson
2008-11-16
1
-0
/
+1
*
Modify all codecs to report their supported input and output sample format(s).
Peter Ross
2008-07-31
1
-0
/
+1
*
Use new style static VLC tables for IMC decoder.
Reimar Döffinger
2008-07-12
1
-7
/
+17
*
Add generic ff_sine_window_init function and implement in codecs appropriately
Robert Swain
2008-06-22
1
-1
/
+2
*
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-12
1
-1
/
+1
*
Long name spelling fixes
Benjamin Larsson
2008-05-02
1
-1
/
+1
*
Add long names to many AVCodec declarations.
Stefano Sabatini
2008-04-27
1
-0
/
+1
*
Apply 'cold' attribute to init/uninit functions in libavcodec
Zuxy Meng
2008-03-21
1
-2
/
+2
*
Check that we have enough input data in IMC decoder.
Reimar Döffinger
2008-02-05
1
-0
/
+4
*
Do not modify input data
Kostya Shishkov
2008-02-02
1
-3
/
+3
*
IMC decoder always operates on 64-byte blocks
Kostya Shishkov
2008-02-02
1
-4
/
+4
*
consts
Michael Niedermayer
2008-02-01
1
-1
/
+1
*
use get_bits1(..) instead get_bits(.., 1)
Alex Beregszaszi
2007-08-09
1
-2
/
+2
*
license header consistency cosmetics
Diego Biurrun
2007-07-05
1
-1
/
+0
*
Add av_ prefix to clip functions
Reimar Döffinger
2007-02-25
1
-1
/
+1
*
Missed one log2().
Benjamin Larsson
2006-11-17
1
-1
/
+1
*
Remove log2() usage.
Benjamin Larsson
2006-11-14
1
-7
/
+4
*
make some symbols static
Måns Rullgård
2006-11-11
1
-1
/
+1
*
Init vlc tables as static
Kostya Shishkov
2006-10-30
1
-1
/
+1
*
IMC decoder
Kostya Shishkov
2006-10-30
1
-0
/
+816