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
/
bitstream_filter.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
av_*_next() API for libavcodec
Michael Niedermayer
2007-12-12
1
-0
/
+5
*
add a close function to bitstream filter
Benoit Fouet
2007-09-04
1
-0
/
+2
*
move dump_extradata bitstream filter in its own file
Aurelien Jacobs
2007-05-19
1
-30
/
+0
*
move remove_extradata bitstream filter in its own file
Aurelien Jacobs
2007-05-19
1
-35
/
+0
*
move noise bitstream filter in its own file
Aurelien Jacobs
2007-05-19
1
-26
/
+0
*
move mp3_header_compress bitstream filter in its own file
Aurelien Jacobs
2007-05-19
1
-66
/
+0
*
move mp3_header_decompress bitstream filter in its own file
Aurelien Jacobs
2007-05-19
1
-80
/
+0
*
add proper prefix to extern mpeg audio data tables
Aurelien Jacobs
2007-05-19
1
-2
/
+2
*
move some common mpeg audio tables from mpegaudiodectab.h to mpegaudiodata.c
Aurelien Jacobs
2007-05-19
1
-0
/
+1
*
allow to enable or disable every bitstream filters individually
Jason Millard
2007-05-12
1
-0
/
+10
*
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
Alex Beregszaszi
2007-01-19
1
-4
/
+4
*
zero private bits
Michael Niedermayer
2006-11-10
1
-0
/
+2
*
store a identifer and the first header in extradata
Michael Niedermayer
2006-11-10
1
-24
/
+44
*
mp3 header (de)compression bitstream filter
Michael Niedermayer
2006-11-10
1
-0
/
+119
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
*
Add official LGPL license headers to the files that were missing them.
Diego Biurrun
2006-09-10
1
-0
/
+17
*
noise bitstream filter
Michael Niedermayer
2006-07-06
1
-2
/
+30
*
AVBitStreamFilter (some thingy which can modify the bitstream like add or rem...
Michael Niedermayer
2006-07-06
1
-0
/
+96