summaryrefslogtreecommitdiffstats
path: root/libavformat/oggenc.c
Commit message (Expand)AuthorAgeFilesLines
* lavf: switch to AVStream.time_base as the hint for the muxer timebaseAnton Khirnov2014-06-181-2/+1
* oggenc: Set the right AVOption size for the pref_duration optionMartin Storsjö2014-06-061-1/+1
* oggenc: Support flushing the muxerMartin Storsjö2014-06-041-2/+19
* oggenc: Fix the EOS flagMichael Niedermayer2014-05-281-2/+2
* vorbiscomment: simplify API by using av_dict_count()Anton Khirnov2014-05-281-3/+2
* oggenc: Flush after writing headersAndrew Kelley2014-05-271-0/+2
* oggenc: Move ogg_write_pages up above ogg_write_headerAndrew Kelley2014-05-271-22/+22
* lavf: add AVFMT_FLAG_BITEXACT.Anton Khirnov2014-05-151-5/+5
* lavf: default .ogg audio to libvorbis if we canAndrew Kelley2014-02-091-1/+2
* Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun2013-11-231-0/+2
* lavf: introduce AVFMT_TS_NEGATIVELuca Barbato2013-04-251-0/+1
* oggenc: add a page_duration option and deprecate the pagesize optionJustin Ruggles2013-01-081-7/+42
* Add Opus support to the Ogg muxer.Nathan Caldwell2012-09-271-5/+51
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-041-1/+1
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-17/+17
* oggenc: fix condition when not to flush due to keyframe granule.Reimar Döffinger2012-03-301-7/+8
* oggenc: add pagesize option to set preferred page sizeAndres Gonzalez2012-03-301-2/+25
* oggenc: free comment header for all codecsJustin Ruggles2012-02-241-2/+2
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-2/+2
* Replace vendor string in Ogg and FLAC muxers.Diego Biurrun2011-11-021-1/+1
* lavc: use avpriv_ prefix for ff_split_xiph_headers.Anton Khirnov2011-10-201-1/+1
* lavc: use avpriv_ prefix for some flac symbols used in lavf.Anton Khirnov2011-10-201-1/+1
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-10/+10
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-031-0/+1
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-081-3/+3
* avio: avio_ prefix for url_close_dyn_bufAnton Khirnov2011-04-031-1/+1
* avio: avio_ prefix for url_open_dyn_bufAnton Khirnov2011-04-031-1/+1
* avio: make get_checksum() internal.Anton Khirnov2011-03-301-1/+1
* avio: make init_checksum() internal.Anton Khirnov2011-03-301-1/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* avio: rename put_flush_packet -> avio_flushAnton Khirnov2011-03-161-2/+2
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-041-2/+2
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-011-2/+2
* lavf: use a new ffio_wfourcc macro instead of put_tag() where possibleAnton Khirnov2011-02-251-1/+2
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-211-11/+11
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-2/+2
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* In ogg muxer, correctly mux VFR streams, fix issue #2398Baptiste Coudurier2011-01-051-7/+23
* vorbiscomment: convert metadata before computing the header's lengthAnton Khirnov2010-10-271-0/+2
* Export metadata in the generic format. Deprecate old conversion API.Anton Khirnov2010-10-151-1/+0
* vorbiscomment: change ff_vorbiscomment_write to take an AVMetadata**Anton Khirnov2010-10-141-7/+7
* oggenc: Don't use char* to point to a string constant.Alex Converse2010-10-101-1/+1
* Vorbis metadata writing. Patch by James Darnley <james.darnley gmail com>.James Darnley2010-09-031-4/+22
* In ogg muxer, free dyn allocated buffer, fix memleakBaptiste Coudurier2010-07-161-0/+1
* In ogg muxer, use dyn buffer to compute crc of the page, fix muxing with pipeBaptiste Coudurier2010-07-141-21/+35
* In ogg muxer, use random serial number of each ogg streamsBaptiste Coudurier2010-05-241-1/+18
* remove unused fieldBaptiste Coudurier2010-05-211-2/+0
* In ogg muxer, pack multiple frames into one page, much lower overheadBaptiste Coudurier2010-05-211-91/+179
* Replace all remaining occurrences of AVERROR_NOMEM withStefano Sabatini2010-04-031-4/+4
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-311-1/+1
OpenPOWER on IntegriCloud