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
/
oggenc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
oggenc: Change error log text. An error here does not necessarily mean
Justin Ruggles
2009-06-21
1
-1
/
+1
*
oggenc: return error value from ogg_build_flac_headers()
Justin Ruggles
2009-06-21
1
-2
/
+4
*
cosmetics: spacing and comments
Justin Ruggles
2009-06-21
1
-0
/
+6
*
oggenc: check for failed av_mallocz()
Justin Ruggles
2009-06-21
1
-0
/
+4
*
Use a shared function to validate FLAC extradata.
Justin Ruggles
2009-02-26
1
-4
/
+7
*
Move declaration of ff_interleave_add_packet to internal.h.
Baptiste Coudurier
2009-02-08
1
-0
/
+1
*
function is static
Baptiste Coudurier
2009-01-31
1
-1
/
+1
*
use new ff_interleave_add_packet
Baptiste Coudurier
2009-01-31
1
-23
/
+14
*
Remove offset_t typedef and use int64_t directly instead.
Diego Biurrun
2008-10-03
1
-3
/
+3
*
add ogv extension
Baptiste Coudurier
2008-07-19
1
-1
/
+1
*
cosmetics, remove space
Baptiste Coudurier
2008-07-19
1
-1
/
+1
*
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-03
1
-1
/
+1
*
Use full path for #includes from another directory.
Diego Biurrun
2008-05-09
1
-3
/
+3
*
fix Ogg/FLAC header size
Justin Ruggles
2008-03-30
1
-2
/
+2
*
Fix issue 338:
Baptiste Coudurier
2008-02-05
1
-2
/
+63
*
it seems ogg requires granule to be -1 on unfinished packets
Baptiste Coudurier
2008-02-05
1
-1
/
+5
*
Use dynamically allocated ByteIOContext in AVFormatContext
Björn Axelsson
2007-11-21
1
-19
/
+19
*
ogg muxer
Baptiste Coudurier
2007-11-10
1
-0
/
+227