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
/
vocenc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-2
/
+2
*
avformat: Drop pointless "format" from container long names
Diego Biurrun
2012-07-30
1
-1
/
+1
*
cosmetics: Align muxer/demuxer declarations
Martin Storsjö
2012-04-06
1
-1
/
+1
*
lavf: use designated initialisers for all (de)muxers.
Anton Khirnov
2011-07-17
1
-10
/
+10
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
avio: avio: avio_ prefixes for put_* functions
Anton Khirnov
2011-02-21
1
-24
/
+24
*
avio: rename ByteIOContext to AVIOContext.
Anton Khirnov
2011-02-20
1
-2
/
+2
*
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
Diego Elio Pettenò
2011-01-26
1
-1
/
+1
*
Move AVCodecTag from riff.h into internal.h.
Francesco Lavra
2010-05-22
1
-0
/
+1
*
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-30
1
-1
/
+1
*
avoid POSIX reserved _t suffix
Aurelien Jacobs
2008-12-11
1
-3
/
+3
*
Bump Major version, this commit is almost just renaming bits_per_sample to
Luca Abeni
2008-09-08
1
-1
/
+1
*
Change codec_tag type from const struct AVCodecTag ** to const struct AVCodec...
Reimar Döffinger
2008-08-24
1
-1
/
+1
*
voc: add ff_ prefix to some global const data
Aurelien Jacobs
2008-08-24
1
-2
/
+2
*
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
-3
/
+3
*
Use AVERROR_PATCHWELCOME instead of AVERROR(ENOTSUP)
Ramiro Polla
2007-08-13
1
-1
/
+1
*
Replace ENOSYS by ENOTSUP as in this case the problem is not really a function
Panagiotis Issaris
2007-07-20
1
-1
/
+1
*
Replace all occurrences of AVERROR_NOTSUPP with AVERROR(ENOSYS).
Panagiotis Issaris
2007-07-19
1
-1
/
+1
*
license header consistency cosmetics
Diego Biurrun
2007-07-05
1
-1
/
+1
*
remove now useless codec_tag setting code in voc muxer
Aurelien Jacobs
2007-01-21
1
-6
/
+4
*
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
-17
/
+0
*
split voc.c into vocdec.c and vocenc.c
Aurelien Jacobs
2006-11-21
1
-0
/
+121