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
*
bsf: check memory allocations
Vittorio Giovara
2015-01-15
1
-2
/
+10
*
avcodec: Mark argument in av_{parser|hwaccel|bitstream_filter}_next as const
Diego Biurrun
2014-07-26
1
-1
/
+1
*
bitstream_filter: K&R formatting cosmetics
Luca Barbato
2013-07-05
1
-22
/
+32
*
Don't include common.h from avutil.h
Martin Storsjö
2012-08-15
1
-0
/
+3
*
libavcodec: Don't do av_free(av_malloc(0)) for bitstream filters
Martin Storsjö
2012-02-09
1
-1
/
+1
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
Mark list heads static. Patch by Diego Pettenò
Diego Pettenò
2008-10-04
1
-1
/
+1
*
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