]> git.sesse.net Git - ffmpeg/history - libavformat/oggenc.c
rtpdec_vp9: Update header parsing to spec draft 02
[ffmpeg] / libavformat / oggenc.c
2016-02-23 Anton Khirnovlavf: replace AVStream.codec with AVStream.codecpar
2015-02-15 Federico Tomassettiogg: check memory allocations
2015-02-14 Diego Biurrunavformat: Don't anonymously typedef structs
2015-02-01 Luca Barbatoogg: Provide an option to offset the serial number
2014-11-06 Anton Khirnovoggenc: accept only STREAMINFO extradata
2014-10-29 Michael Niedermayeroggenc: remove unneeded null check
2014-10-13 Anton Khirnovlavf: use initial_padding instead of deprecated delay
2014-08-23 Luca Barbatoogg: Use separate classes for the aliases
2014-08-22 Luca Barbatoogg: Provide aliases for Speex, Opus and audio-only ogg
2014-06-18 Anton Khirnovlavf: switch to AVStream.time_base as the hint for...
2014-06-06 Martin Storsjöoggenc: Set the right AVOption size for the pref_durati...
2014-06-04 Martin Storsjöoggenc: Support flushing the muxer
2014-05-28 Michael Niedermayeroggenc: Fix the EOS flag
2014-05-28 Anton Khirnovvorbiscomment: simplify API by using av_dict_count()
2014-05-27 Andrew Kelleyoggenc: Flush after writing headers
2014-05-27 Andrew Kelleyoggenc: Move ogg_write_pages up above ogg_write_header
2014-05-15 Anton Khirnovlavf: add AVFMT_FLAG_BITEXACT.
2014-02-09 Andrew Kelleylavf: default .ogg audio to libvorbis if we can
2013-11-23 Diego BiurrunAdd missing #includes for *INT64_MAX and *INT64_C
2013-04-25 Luca Barbatolavf: introduce AVFMT_TS_NEGATIVE
2013-01-08 Justin Rugglesoggenc: add a page_duration option and deprecate the...
2012-09-27 Nathan CaldwellAdd Opus support to the Ogg muxer.
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_INT in the i64...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-03-30 Reimar Döffingeroggenc: fix condition when not to flush due to keyframe...
2012-03-30 Andres Gonzalezoggenc: add pagesize option to set preferred page size
2012-02-24 Justin Rugglesoggenc: free comment header for all codecs
2011-11-30 Anton Khirnovlavf: make av_set_pts_info private.
2011-11-02 Diego BiurrunReplace vendor string in Ogg and FLAC muxers.
2011-10-20 Anton Khirnovlavc: use avpriv_ prefix for ff_split_xiph_headers.
2011-10-20 Anton Khirnovlavc: use avpriv_ prefix for some flac symbols used...
2011-07-17 Anton Khirnovlavf: use designated initialisers for all (de)muxers.
2011-07-03 Mans RullgardDo not include mathematics.h in avutil.h
2011-06-08 Anton KhirnovRemove all uses of now deprecated metadata functions.
2011-04-03 Anton Khirnovavio: avio_ prefix for url_close_dyn_buf
2011-04-03 Anton Khirnovavio: avio_ prefix for url_open_dyn_buf
2011-03-30 Anton Khirnovavio: make get_checksum() internal.
2011-03-30 Anton Khirnovavio: make init_checksum() internal.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-17 Anton Khirnovavio: rename put_flush_packet -> avio_flush
2011-03-04 Anton Khirnovavio: add avio_tell macro as a replacement for url_ftell
2011-03-01 Anton Khirnovavio: avio_ prefix for url_fseek
2011-02-25 Anton Khirnovlavf: use a new ffio_wfourcc macro instead of put_tag...
2011-02-21 Anton Khirnovavio: avio: avio_ prefixes for put_* functions
2011-02-20 Anton Khirnovavio: rename ByteIOContext to AVIOContext.
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2011-01-05 Baptiste CoudurierIn ogg muxer, correctly mux VFR streams, fix issue...
2010-10-27 Anton Khirnovvorbiscomment: convert metadata before computing the...
2010-10-15 Anton KhirnovExport metadata in the generic format. Deprecate old...
2010-10-14 Anton Khirnovvorbiscomment: change ff_vorbiscomment_write to take...
2010-10-10 Alex Converseoggenc: Don't use char* to point to a string constant.
2010-09-03 James DarnleyVorbis metadata writing. Patch by James Darnley <james...
2010-07-16 Baptiste CoudurierIn ogg muxer, free dyn allocated buffer, fix memleak
2010-07-14 Baptiste CoudurierIn ogg muxer, use dyn buffer to compute crc of the...
2010-05-24 Baptiste CoudurierIn ogg muxer, use random serial number of each ogg...
2010-05-21 Baptiste Coudurierremove unused field
2010-05-21 Baptiste CoudurierIn ogg muxer, pack multiple frames into one page, much...
2010-04-03 Stefano SabatiniReplace all remaining occurrences of AVERROR_NOMEM...
2010-03-31 Jean-Daniel DupasReplace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-20 James DarnleyAdd VorbisComment writing to Ogg/FLAC and Ogg/Speex...
2010-03-15 Greg MaxwellCorrectly write last 0 lacing value when packet size...
2010-01-29 Baptiste CoudurierRemove MAX_STREAMS usage in ogg and mxf muxers
2009-10-13 Justin RugglesAdd Speex support to the Ogg muxer.
2009-09-16 Michael NiedermayerImprove amortized worst case speed of the muxers packet...
2009-06-21 Justin Rugglesoggenc: Change error log text. An error here does not...
2009-06-21 Justin Rugglesoggenc: return error value from ogg_build_flac_headers()
2009-06-21 Justin Rugglescosmetics: spacing and comments
2009-06-21 Justin Rugglesoggenc: check for failed av_mallocz()
2009-02-26 Justin RugglesUse a shared function to validate FLAC extradata.
2009-02-08 Baptiste CoudurierMove declaration of ff_interleave_add_packet to internal.h.
2009-01-31 Baptiste Coudurierfunction is static
2009-01-31 Baptiste Coudurieruse new ff_interleave_add_packet
2008-10-03 Diego BiurrunRemove offset_t typedef and use int64_t directly instead.
2008-07-19 Baptiste Coudurieradd ogv extension
2008-07-19 Baptiste Couduriercosmetics, remove space
2008-06-03 Stefano SabatiniMake long_names in lavf/lavdev optional depending on...
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-03-30 Justin Rugglesfix Ogg/FLAC header size
2008-02-05 Baptiste CoudurierFix issue 338:
2008-02-05 Baptiste Coudurierit seems ogg requires granule to be -1 on unfinished...
2007-11-21 Björn AxelssonUse dynamically allocated ByteIOContext in AVFormatContext
2007-11-10 Baptiste Coudurierogg muxer