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
/
libavformat
/
vocdec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-03
1
-1
/
+1
*
Use dynamically allocated ByteIOContext in AVFormatContext
Björn Axelsson
2007-11-21
1
-2
/
+2
*
Replace all occurrences of AVERROR_NOTSUPP with AVERROR(ENOSYS).
Panagiotis Issaris
2007-07-19
1
-1
/
+1
*
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
Panagiotis Issaris
2007-07-19
1
-1
/
+1
*
Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).
Panagiotis Issaris
2007-07-19
1
-1
/
+1
*
license header consistency cosmetics
Diego Biurrun
2007-07-05
1
-1
/
+1
*
remove useless empty function
Aurelien Jacobs
2007-06-23
1
-6
/
+0
*
cosmetics: too much blank lines
Aurelien Jacobs
2007-06-23
1
-2
/
+0
*
use intreadwrite functions in vocdec
Aurelien Jacobs
2007-06-23
1
-2
/
+2
*
allocate 32 extra bytes at the end of the probe buffer and remove most probe ...
Michael Niedermayer
2007-04-08
1
-2
/
+0
*
simplification
Alex Beregszaszi
2007-03-07
1
-2
/
+1
*
typo: unkown->unknown
Alex Beregszaszi
2007-03-07
1
-1
/
+1
*
get rid of the [4] limitation of codec tag lists
Michael Niedermayer
2007-01-21
1
-1
/
+1
*
export a few more codec_tag-codec_id tables
Michael Niedermayer
2007-01-21
1
-0
/
+1
*
move common voc muxer and demuxer data to voc.c
Aurelien Jacobs
2006-11-21
1
-15
/
+0
*
split voc.c into vocdec.c and vocenc.c
Aurelien Jacobs
2006-11-21
1
-0
/
+170