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
/
voc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
Move AVCodecTag from riff.h into internal.h.
Francesco Lavra
2010-05-22
1
-0
/
+1
*
Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0.
Carl Eugen Hoyos
2009-10-16
1
-1
/
+1
*
voc: add ff_ prefix to some global const data
Aurelien Jacobs
2008-08-24
1
-2
/
+2
*
license header consistency cosmetics
Diego Biurrun
2007-07-05
1
-1
/
+1
*
add codec_id <-> codec_tag tables to AVIn/OutputFormat
Michael Niedermayer
2007-01-21
1
-1
/
+1
*
move common voc muxer and demuxer data to voc.c
Aurelien Jacobs
2006-11-21
1
-0
/
+36
*
split voc.c into vocdec.c and vocenc.c
Aurelien Jacobs
2006-11-21
1
-274
/
+0
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
*
move common stuff from avienc.c and wav.c to new file riff.c
Måns Rullgård
2006-07-12
1
-1
/
+1
*
allow individual selection of muxers and demuxers
Måns Rullgård
2006-07-10
1
-14
/
+2
*
give AVInput/OutputFormat structs consistent names
Måns Rullgård
2006-07-09
1
-4
/
+4
*
simplify the voc demuxer using av_get_bits_per_sample()
Aurelien Jacobs
2006-07-07
1
-13
/
+1
*
add Creative 8 bits ADPCM schemes support
Aurelien Jacobs
2006-02-16
1
-0
/
+3
*
voc: set bits_per_sample correctly (fix mplayer playback)
Aurelien Jacobs
2006-02-09
1
-0
/
+13
*
add a Creative VOC (de)muxer
Aurelien Jacobs
2006-02-09
1
-0
/
+280