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
*
avformat/oggparsevorbis: Check that initialization succeeded before declaring...
Michael Niedermayer
2014-11-06
1
-3
/
+3
*
avformat/oggparsevorbis: return proper error code from vorbis_header()
Michael Niedermayer
2014-11-06
1
-1
/
+1
*
Merge commit '2f3fadfbe3c6ad52fad5c614b6067c5401227959'
Michael Niedermayer
2014-11-06
1
-9
/
+13
|
\
|
*
lavc,lavf: switch to the new vorbis parse API
Anton Khirnov
2014-11-06
1
-8
/
+12
*
|
Merge commit '5e80fb7ff226f136dbcf3fed00a2966bf8e9bd70'
Michael Niedermayer
2014-11-06
1
-1
/
+1
|
\
\
|
|
/
|
*
lavc: add a public API for parsing vorbis packets.
Anton Khirnov
2014-11-06
1
-1
/
+1
*
|
Merge commit '6896f95b2483e52e717e2c75a4fd24fcb0e14b67'
Michael Niedermayer
2014-11-06
1
-1
/
+1
|
\
\
|
|
/
|
*
vorbis_parser: add an AV prefix to VorbisParseContext
Anton Khirnov
2014-11-06
1
-1
/
+1
*
|
Merge commit 'db68ef898a3802e51b6f41fd600d0d46d058e3f8'
Michael Niedermayer
2014-08-14
1
-3
/
+17
|
\
\
|
|
/
|
*
ogg: update event_flags with STREAM_/METADATA_UPDATED whenever metadata changes.
Andrew Stone
2014-08-13
1
-4
/
+19
*
|
avformat/oggparsevorbis: Dont attempt to calculate timestamps from gp=0
Michael Niedermayer
2014-06-11
1
-0
/
+4
*
|
Merge commit '23f741f79327e31be7b2a75ebb2e02111e06e52f'
Michael Niedermayer
2014-05-28
1
-3
/
+4
|
\
\
|
|
/
|
*
matroskadec: parse the channel layout mask for FLAC
Anton Khirnov
2014-05-28
1
-3
/
+4
*
|
Use correct msvc type specifiers for ptrdiff_t and size_t.
Carl Eugen Hoyos
2014-04-24
1
-1
/
+1
*
|
avformat/oggparsevorbis: remove non functional null check
Michael Niedermayer
2014-04-06
1
-1
/
+1
*
|
Merge commit '0048deb84cb6d22ba7f4fd7c8b4ecc054fcc22d4'
Michael Niedermayer
2014-04-04
1
-1
/
+8
|
\
\
|
|
/
|
*
oggparsevorbis: export replaygain tags from Vorbis comments
Alessandro Ghedini
2014-04-04
1
-1
/
+8
*
|
avformat/oggparsevorbis: dont use invalid granules
Michael Niedermayer
2014-03-05
1
-1
/
+1
*
|
avformat/oggparsevorbis: check packet size before reading new_len from it
Michael Niedermayer
2014-03-02
1
-1
/
+1
*
|
oggdec/vorbis: fix stream duration condition
Hendrik Leppkes
2014-02-16
1
-1
/
+1
*
|
vorbis: extract metadata from the middle of a stream
Ben Boeckel
2014-02-05
1
-7
/
+44
*
|
vorbis: append data from tags together
Ben Boeckel
2014-02-05
1
-2
/
+7
*
|
Merge commit 'fd2384f02b905a106fba9222ece4ddbe2ec61937'
Michael Niedermayer
2013-10-13
1
-3
/
+1
|
\
\
|
|
/
|
*
oggparsevorbis: fail on memory allocation error
Vittorio Giovara
2013-10-12
1
-3
/
+1
*
|
Merge commit 'c18375ec8040a9fe0f186b2033dc975883143758'
Michael Niedermayer
2013-10-13
1
-1
/
+7
|
\
\
|
|
/
|
*
oggvorbisdec: add support for embedded cover art
James Almer
2013-10-12
1
-1
/
+27
*
|
Merge commit '601d6228c4811d8971a2412a759e1a4ab775ebe8'
Michael Niedermayer
2013-10-13
1
-1
/
+1
|
\
\
|
|
/
*
|
Merge commit 'ed9245dba83f9add60f55718b537b0af2105c60e'
Michael Niedermayer
2013-10-13
1
-5
/
+5
|
\
\
|
|
/
|
*
oggparsevorbis: check allocations
Vittorio Giovara
2013-10-12
1
-3
/
+7
*
|
Merge commit '9c15ef35d404fca2adc31276c1eedb11cf485461'
Michael Niedermayer
2013-10-13
1
-1
/
+1
|
\
\
|
|
/
|
*
oggparsevorbis: support official chapter extension
James Almer
2013-10-12
1
-3
/
+3
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2013-10-06
1
-11
/
+11
|
\
\
|
|
/
|
*
oggparsevorbis: return meaningful errors
Vittorio Giovara
2013-10-05
1
-11
/
+11
*
|
Merge commit '49fe9c05f97bc2cfafd8fdcfea2f313d7c8e2c48'
Michael Niedermayer
2013-10-04
1
-79
/
+83
|
\
\
|
|
/
|
*
oggparsevorbis: K&R formatting cosmetics
Vittorio Giovara
2013-10-03
1
-78
/
+82
*
|
Merge commit 'd872fb0f7ff2ff0ba87f5ccf6a1a55ca2be472c9'
Michael Niedermayer
2013-09-27
1
-3
/
+6
|
\
\
|
|
/
|
*
lavf: Reset the entry count and allocation size variables on av_reallocp fail...
Martin Storsjö
2013-09-26
1
-3
/
+6
*
|
Merge commit '5626f994f273af80fb100d4743b963304de9e05c'
Michael Niedermayer
2013-09-19
1
-2
/
+4
|
\
\
|
|
/
|
*
avformat: Use av_reallocp() where suitable
Alexandra Khirnova
2013-09-18
1
-2
/
+3
*
|
Merge commit '3562684db716d11de0b0dcc52748e9cd90d68132'
Michael Niedermayer
2013-08-14
1
-3
/
+3
|
\
\
|
|
/
|
*
ogg: Always alloc the private context in vorbis_header
Luca Barbato
2013-08-13
1
-3
/
+3
|
*
Use the avstring.h locale-independent character type functions
Reimar Döffinger
2013-03-07
1
-1
/
+1
|
*
oggdec: fix faulty cleanup prototype
Luca Barbato
2013-01-09
1
-1
/
+1
*
|
avformat/oggparsevorbis: fix leak of tt
Michael Niedermayer
2013-08-07
1
-0
/
+2
*
|
avformat/oggparsevorbis: fix leak of ct
Michael Niedermayer
2013-08-07
1
-0
/
+2
*
|
oggparsevorbis: Support official chapter extension
James Almer
2013-07-14
1
-3
/
+3
*
|
vorbiscomment: Add support for embedded cover art
James Almer
2013-07-09
1
-1
/
+18
*
|
Remove incorrect use of ctype.h functions.
Reimar Döffinger
2013-03-03
1
-1
/
+1
*
|
fixup_vorbis_headers: add missing malloc failure check
Michael Niedermayer
2013-01-30
1
-0
/
+2
*
|
oggparsevorbis: use av_realloc consistently
Paweł Hajdan, Jr
2013-01-30
1
-2
/
+4
[next]