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
*
lavf: replace AVStream.codec with AVStream.codecpar
Anton Khirnov
2016-02-23
1
-40
/
+40
*
ogg: check memory allocations
Federico Tomassetti
2015-02-15
1
-0
/
+2
*
avformat: Don't anonymously typedef structs
Diego Biurrun
2015-02-14
1
-3
/
+3
*
ogg: Provide an option to offset the serial number
Luca Barbato
2015-02-01
1
-1
/
+4
*
oggenc: accept only STREAMINFO extradata
Anton Khirnov
2014-11-06
1
-5
/
+3
*
oggenc: remove unneeded null check
Michael Niedermayer
2014-10-29
1
-1
/
+1
*
lavf: use initial_padding instead of deprecated delay
Anton Khirnov
2014-10-13
1
-1
/
+4
*
ogg: Use separate classes for the aliases
Luca Barbato
2014-08-23
1
-9
/
+13
*
ogg: Provide aliases for Speex, Opus and audio-only ogg
Luca Barbato
2014-08-22
1
-1
/
+52
*
lavf: switch to AVStream.time_base as the hint for the muxer timebase
Anton Khirnov
2014-06-18
1
-2
/
+1
*
oggenc: Set the right AVOption size for the pref_duration option
Martin Storsjö
2014-06-06
1
-1
/
+1
*
oggenc: Support flushing the muxer
Martin Storsjö
2014-06-04
1
-2
/
+19
*
oggenc: Fix the EOS flag
Michael Niedermayer
2014-05-28
1
-2
/
+2
*
vorbiscomment: simplify API by using av_dict_count()
Anton Khirnov
2014-05-28
1
-3
/
+2
*
oggenc: Flush after writing headers
Andrew Kelley
2014-05-27
1
-0
/
+2
*
oggenc: Move ogg_write_pages up above ogg_write_header
Andrew Kelley
2014-05-27
1
-22
/
+22
*
lavf: add AVFMT_FLAG_BITEXACT.
Anton Khirnov
2014-05-15
1
-5
/
+5
*
lavf: default .ogg audio to libvorbis if we can
Andrew Kelley
2014-02-09
1
-1
/
+2
*
Add missing #includes for *INT64_MAX and *INT64_C
Diego Biurrun
2013-11-23
1
-0
/
+2
*
lavf: introduce AVFMT_TS_NEGATIVE
Luca Barbato
2013-04-25
1
-0
/
+1
*
oggenc: add a page_duration option and deprecate the pagesize option
Justin Ruggles
2013-01-08
1
-7
/
+42
*
Add Opus support to the Ogg muxer.
Nathan Caldwell
2012-09-27
1
-5
/
+51
*
avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member
Martin Storsjö
2012-09-04
1
-1
/
+1
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-17
/
+17
*
oggenc: fix condition when not to flush due to keyframe granule.
Reimar Döffinger
2012-03-30
1
-7
/
+8
*
oggenc: add pagesize option to set preferred page size
Andres Gonzalez
2012-03-30
1
-2
/
+25
*
oggenc: free comment header for all codecs
Justin Ruggles
2012-02-24
1
-2
/
+2
*
lavf: make av_set_pts_info private.
Anton Khirnov
2011-11-30
1
-2
/
+2
*
Replace vendor string in Ogg and FLAC muxers.
Diego Biurrun
2011-11-02
1
-1
/
+1
*
lavc: use avpriv_ prefix for ff_split_xiph_headers.
Anton Khirnov
2011-10-20
1
-1
/
+1
*
lavc: use avpriv_ prefix for some flac symbols used in lavf.
Anton Khirnov
2011-10-20
1
-1
/
+1
*
lavf: use designated initialisers for all (de)muxers.
Anton Khirnov
2011-07-17
1
-10
/
+10
*
Do not include mathematics.h in avutil.h
Mans Rullgard
2011-07-03
1
-0
/
+1
*
Remove all uses of now deprecated metadata functions.
Anton Khirnov
2011-06-08
1
-3
/
+3
*
avio: avio_ prefix for url_close_dyn_buf
Anton Khirnov
2011-04-03
1
-1
/
+1
*
avio: avio_ prefix for url_open_dyn_buf
Anton Khirnov
2011-04-03
1
-1
/
+1
*
avio: make get_checksum() internal.
Anton Khirnov
2011-03-30
1
-1
/
+1
*
avio: make init_checksum() internal.
Anton Khirnov
2011-03-30
1
-1
/
+1
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
avio: rename put_flush_packet -> avio_flush
Anton Khirnov
2011-03-16
1
-2
/
+2
*
avio: add avio_tell macro as a replacement for url_ftell
Anton Khirnov
2011-03-04
1
-2
/
+2
*
avio: avio_ prefix for url_fseek
Anton Khirnov
2011-03-01
1
-2
/
+2
*
lavf: use a new ffio_wfourcc macro instead of put_tag() where possible
Anton Khirnov
2011-02-25
1
-1
/
+2
*
avio: avio: avio_ prefixes for put_* functions
Anton Khirnov
2011-02-21
1
-11
/
+11
*
avio: rename ByteIOContext to AVIOContext.
Anton Khirnov
2011-02-20
1
-2
/
+2
*
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
Diego Elio Pettenò
2011-01-26
1
-1
/
+1
*
In ogg muxer, correctly mux VFR streams, fix issue #2398
Baptiste Coudurier
2011-01-05
1
-7
/
+23
*
vorbiscomment: convert metadata before computing the header's length
Anton Khirnov
2010-10-27
1
-0
/
+2
*
Export metadata in the generic format. Deprecate old conversion API.
Anton Khirnov
2010-10-15
1
-1
/
+0
*
vorbiscomment: change ff_vorbiscomment_write to take an AVMetadata**
Anton Khirnov
2010-10-14
1
-7
/
+7
[next]