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
/
apedec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Fix Doxygen comments for APE decoder.
Kostya Shishkov
2009-01-28
1
-1
/
+5
*
Add channel layout to several audio decoders I maintain
Kostya Shishkov
2008-11-19
1
-0
/
+1
*
Correct wrong lower limit and condition used in APE decoder
Kostya Shishkov
2008-09-24
1
-3
/
+2
*
Bump Major version, this commit is almost just renaming bits_per_sample to
Luca Abeni
2008-09-08
1
-1
/
+1
*
While APE changed container format in 3.98, frequency tables for range coding
Kostya Shishkov
2008-08-29
1
-1
/
+1
*
Modify all codecs to report their supported input and output sample format(s).
Peter Ross
2008-07-31
1
-0
/
+1
*
Add several vector functions used by Monkey's Audio decoder to dsputil
Kostya Shishkov
2008-07-06
1
-29
/
+6
*
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-12
1
-1
/
+1
*
Add long names to 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
*
smaller tables
Michael Niedermayer
2008-03-10
1
-4
/
+4
*
Remove unused elements from tables.
Michael Niedermayer
2008-03-04
1
-30
/
+8
*
Detect and prevent reading over the end of counts_*. We pass the error
Michael Niedermayer
2008-03-04
1
-0
/
+17
*
Prevent segfault due to reading over the end of the input buffer.
Michael Niedermayer
2008-03-04
1
-1
/
+4
*
const
Michael Niedermayer
2008-02-01
1
-4
/
+4
*
cast to correct type, fix warning: apedec.c:859: warning: passing argument 1 ...
Baptiste Coudurier
2008-01-31
1
-1
/
+1
*
Fix some spelling mistakes.
Diego Biurrun
2007-12-02
1
-1
/
+1
*
spelling
Vitor Sessak
2007-12-01
1
-2
/
+2
*
Monkey Audio decoder
Kostya Shishkov
2007-09-13
1
-0
/
+922