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
/
oggdec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ensure that data_offset is set correctly when there are partial
Aaron Colwell
2010-11-29
1
-2
/
+20
*
Export metadata in the generic format. Deprecate old conversion API.
Anton Khirnov
2010-10-15
1
-1
/
+0
*
Fix printf format warnings
Eli Friedman
2010-06-09
1
-1
/
+1
*
Enable AVFMT_GENERIC_INDEX for Ogg demuxer. This avoids the many
Reimar Döffinger
2010-05-23
1
-0
/
+1
*
oggdec: Move warning about missing granule to the correct place
David Conrad
2010-04-16
1
-2
/
+4
*
oggdec: Fix duration calculation if the last page in a file has no granule
David Conrad
2010-04-16
1
-10
/
+7
*
oggdec: Remove write-only variable
David Conrad
2010-04-16
1
-1
/
+0
*
Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.
Jean-Daniel Dupas
2010-03-31
1
-2
/
+2
*
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-30
1
-1
/
+1
*
Add VorbisComment writing to FLAC files.
James Darnley
2010-03-20
1
-0
/
+1
*
oggdec: Pass packets to header() until the stream is done with them
David Conrad
2010-03-12
1
-9
/
+6
*
oggdec: Seek to keyframes
David Conrad
2010-03-11
1
-3
/
+33
*
oggdec: Determine pts and filepos on a packet basis in read_timestamp
David Conrad
2010-03-11
1
-8
/
+7
*
oggdec: Move PTS/DTS calculation to a function
David Conrad
2010-03-11
1
-19
/
+31
*
oggdec: Fix duration calculation for streams with non-zero start
David Conrad
2010-03-11
1
-0
/
+2
*
oggdec: Parse skeleton to determine the start time of each stream
David Conrad
2010-03-11
1
-0
/
+1
*
oggdec: Move ogg_find_stream and ogg_gptopts to oggdec.h
David Conrad
2010-03-11
1
-31
/
+0
*
oggdec: Set data_offset to the right value
David Conrad
2010-03-11
1
-0
/
+1
*
oggdec: Save offset of the page needed to reconstruct the current packet
David Conrad
2010-03-11
1
-3
/
+13
*
Make sure the header value used to avoid repeating headers on seeking to the
Reimar Döffinger
2010-02-08
1
-2
/
+2
*
Fix playback with invalid files that don't set the continuation flag for
David Conrad
2010-02-08
1
-1
/
+4
*
oggdec: Set dts when known
David Conrad
2010-01-11
1
-6
/
+13
*
Add support for dirac in ogg
David Conrad
2010-01-11
1
-0
/
+2
*
Fix PTS for OGM codecs.
David Conrad
2009-12-12
1
-6
/
+25
*
Calculate correct packet durations when demuxing Ogg/Speex. This involves
Justin Ruggles
2009-10-12
1
-0
/
+2
*
Disable parsing for ogg streams where no ogg header was found,
Reimar Döffinger
2009-09-30
1
-0
/
+5
*
Add a VorbisComment metadata conversion table and use it in the FLAC and
Justin Ruggles
2009-06-13
1
-0
/
+1
*
Ensure that there's pages to read for duration calculation in the ogg demuxer
David Conrad
2009-04-15
1
-1
/
+1
*
Use consistent indent style in oggdec.
Peter Ross
2009-02-14
1
-9
/
+9
*
OGG: untypedef demuxer structs
Måns Rullgård
2008-11-06
1
-28
/
+28
*
Remove offset_t typedef and use int64_t directly instead.
Diego Biurrun
2008-10-03
1
-1
/
+1
*
Add ff_ prefix to ogg_codec_t structs
Reimar Döffinger
2008-08-24
1
-9
/
+9
*
Make ogg_codec_t descriptions const
Reimar Döffinger
2008-08-24
1
-2
/
+2
*
Remove start_time guessing code.
Michael Niedermayer
2008-06-26
1
-10
/
+0
*
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-03
1
-1
/
+1
*
Add support for speex in ogg
Reimar Döffinger
2008-02-06
1
-0
/
+1
*
Add support for ogg text subtitles.
Reimar Döffinger
2008-01-31
1
-0
/
+1
*
use proper url_is_streamed() API
Aurelien Jacobs
2007-12-19
1
-1
/
+1
*
Use dynamically allocated ByteIOContext in AVFormatContext
Björn Axelsson
2007-11-21
1
-7
/
+7
*
set PKT_FLAG_KEY for Theora and OGM streams
Måns Rullgård
2007-11-11
1
-0
/
+3
*
Rename ogg2.[ch] to oggdec.[ch].
Diego Biurrun
2007-11-07
1
-0
/
+591