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
/
oggparsevorbis.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
use av_malloc() in vorbis_comment()
Justin Ruggles
2009-02-12
1
-2
/
+13
*
use new metadata API in ogg/vorbis demuxer
Aurelien Jacobs
2009-02-11
1
-15
/
+1
*
Delete unnecessary 'extern' keywords.
Diego Biurrun
2008-12-03
1
-1
/
+1
*
OGG: untypedef demuxer structs
Måns Rullgård
2008-11-06
1
-8
/
+8
*
Add ff_ prefix to ogg_codec_t structs
Reimar Döffinger
2008-08-24
1
-1
/
+1
*
Make ogg_codec_t descriptions const
Reimar Döffinger
2008-08-24
1
-1
/
+1
*
OGG: Add padding at end of Vorbis headers
Siarhei Siamashka
2008-07-15
1
-1
/
+1
*
Use full path for #includes from another directory.
Diego Biurrun
2008-05-09
1
-4
/
+4
*
const
Baptiste Coudurier
2008-02-01
1
-4
/
+4
*
Rename ogg2.[ch] to oggdec.[ch].
Diego Biurrun
2007-11-07
1
-1
/
+1
*
simply buffer checks in vorbis_comment()
Måns Rullgård
2007-10-13
1
-10
/
+6
*
use bytestream_get_* in vorbis_comment()
Måns Rullgård
2007-10-13
1
-6
/
+3
*
check values more thoroughly in vorbis_header()
Måns Rullgård
2007-10-10
1
-1
/
+18
*
use bytestream_get_* in vorbis_header()
Måns Rullgård
2007-10-10
1
-4
/
+5
*
fix buffer overread with invalid Vorbis header
Måns Rullgård
2007-10-10
1
-5
/
+13
*
remove duplicate Vorbis comment tag handling
Måns Rullgård
2007-10-10
1
-4
/
+0
*
warnings--
Måns Rullgård
2007-06-24
1
-1
/
+1
*
whitespace cosmetics
Måns Rullgård
2007-06-24
1
-24
/
+24
*
use AV_RL32
Måns Rullgård
2007-06-24
1
-5
/
+5
*
use more Vorbis metadata tags
Måns Rullgård
2007-06-24
1
-2
/
+7
*
replace strncpy with av_strlcpy
Måns Rullgård
2007-06-24
1
-5
/
+6
*
fix some signedness warnings
Måns Rullgård
2006-09-27
1
-1
/
+1
*
set stream time_base properly
Måns Rullgård
2006-05-12
1
-0
/
+2
*
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-12-17
1
-2
/
+2
*
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...
Michael Niedermayer
2005-07-17
1
-7
/
+7
*
change extradata format for vorbis
Måns Rullgård
2005-05-13
1
-8
/
+42
*
s/u_char/uint8_t/
Måns Rullgård
2005-04-10
1
-2
/
+2
*
Ogg demuxer ported from tcvp by Luca Barbato <lu_zero at gentoo dot org>,
Måns Rullgård
2005-04-09
1
-0
/
+169