OSDN Git Service

xmv: eliminate superfluous zeroing of zero data
[coroid/ffmpeg_saccubus.git] / libavformat / oggenc.c
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