summaryrefslogtreecommitdiff
path: root/libavformat/oggenc.c
Commit message (Expand)AuthorAge
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* ogg: check memory allocationsFederico Tomassetti2015-02-15
* avformat: Don't anonymously typedef structsDiego Biurrun2015-02-14
* ogg: Provide an option to offset the serial numberLuca Barbato2015-02-01
* oggenc: accept only STREAMINFO extradataAnton Khirnov2014-11-06
* oggenc: remove unneeded null checkMichael Niedermayer2014-10-29
* lavf: use initial_padding instead of deprecated delayAnton Khirnov2014-10-13
* ogg: Use separate classes for the aliasesLuca Barbato2014-08-23
* ogg: Provide aliases for Speex, Opus and audio-only oggLuca Barbato2014-08-22
* lavf: switch to AVStream.time_base as the hint for the muxer timebaseAnton Khirnov2014-06-18
* oggenc: Set the right AVOption size for the pref_duration optionMartin Storsjö2014-06-06
* oggenc: Support flushing the muxerMartin Storsjö2014-06-04
* oggenc: Fix the EOS flagMichael Niedermayer2014-05-28
* vorbiscomment: simplify API by using av_dict_count()Anton Khirnov2014-05-28
* oggenc: Flush after writing headersAndrew Kelley2014-05-27
* oggenc: Move ogg_write_pages up above ogg_write_headerAndrew Kelley2014-05-27
* lavf: add AVFMT_FLAG_BITEXACT.Anton Khirnov2014-05-15
* lavf: default .ogg audio to libvorbis if we canAndrew Kelley2014-02-09
* Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun2013-11-23
* lavf: introduce AVFMT_TS_NEGATIVELuca Barbato2013-04-25
* oggenc: add a page_duration option and deprecate the pagesize optionJustin Ruggles2013-01-08
* Add Opus support to the Ogg muxer.Nathan Caldwell2012-09-27
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-04
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* oggenc: fix condition when not to flush due to keyframe granule.Reimar Döffinger2012-03-30
* oggenc: add pagesize option to set preferred page sizeAndres Gonzalez2012-03-30
* oggenc: free comment header for all codecsJustin Ruggles2012-02-24
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* Replace vendor string in Ogg and FLAC muxers.Diego Biurrun2011-11-02
* lavc: use avpriv_ prefix for ff_split_xiph_headers.Anton Khirnov2011-10-20
* lavc: use avpriv_ prefix for some flac symbols used in lavf.Anton Khirnov2011-10-20
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-03
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-08
* avio: avio_ prefix for url_close_dyn_bufAnton Khirnov2011-04-03
* avio: avio_ prefix for url_open_dyn_bufAnton Khirnov2011-04-03
* avio: make get_checksum() internal.Anton Khirnov2011-03-30
* avio: make init_checksum() internal.Anton Khirnov2011-03-30
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* avio: rename put_flush_packet -> avio_flushAnton Khirnov2011-03-16
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-04
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-01
* lavf: use a new ffio_wfourcc macro instead of put_tag() where possibleAnton Khirnov2011-02-25
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-21
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* In ogg muxer, correctly mux VFR streams, fix issue #2398Baptiste Coudurier2011-01-05
* vorbiscomment: convert metadata before computing the header's lengthAnton Khirnov2010-10-27
* Export metadata in the generic format. Deprecate old conversion API.Anton Khirnov2010-10-15
* vorbiscomment: change ff_vorbiscomment_write to take an AVMetadata**Anton Khirnov2010-10-14