]> git.sesse.net Git - ffmpeg/history - libavformat/rm.c
mpegvideo_enc: export vbv_delay in side data
[ffmpeg] / libavformat / rm.c
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-03-19 Kostya ShishkovRealAudio Lossless decoder
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-05-28 Francesco LavraMove rm_codec_tags to rm.c so muxer/demuxer can share it.
2009-09-06 Reimar Döffingerff_rm_metadata is const.
2009-02-17 Aurelien Jacobsuse new metadata API in rm (de)muxer
2007-05-30 Aurelien Jacobssplit rm muxer and demuxer in their own files
2007-04-17 Benjamin LarssonAtrac3 decoder.
2007-04-08 Michael Niedermayerallocate 32 extra bytes at the end of the probe buffer...
2007-03-30 Sam HocevarDo not return invalid pointer for non-audio or video...
2006-11-01 Steve L'HommeReplace most of the %lld and %llx by their (cleaner...
2006-11-01 Steve L'Hommereindentation, patch by From: Steve Lhomme, slhomme...
2006-10-23 Aurelien Jacobsreplace coder/decoder file description in libavformat...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-10-03 Diego BiurrunRemove unused variables and the corresponding warnings...
2006-09-30 Michael Niedermayerdont set sub_id as its completly redundant and silly
2006-07-10 Måns Rullgårdallow individual selection of muxers and demuxers
2006-07-09 Måns Rullgårdgive AVInput/OutputFormat structs consistent names
2006-06-04 Roberto Tognirm_read_audio_stream_info return type is not void
2006-06-04 Roberto TogniSupport for AAC (fourcc raac and racp) in rm files
2006-05-13 Michael Niedermayersanity checks some might have been exploitable
2006-03-01 Michael Niedermayeradd size to AVIndex
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-25 Roberto TogniSupport for 28_8 in old ar. files
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-19 Roberto TogniFix for Real "old" files version 3 with no 4cc. Fixes...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-12-17 Jindřich Makovičkamalloc padding to avoid reading past the malloc()ed...
2005-12-09 Benjamin LarssonCook compatibe decoder, patch by Benjamin Larsson
2005-09-23 Diego BiurrunReplace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUX...
2005-07-17 Michael Niedermayerchanging AVCodecContext codec -> *codec in AVStream...
2005-05-26 Michael NiedermayerAVPacket.pos
2005-04-30 Michael Niedermayerswitch to native time bases
2005-04-24 Michael Niedermayerfixing broken_rv20_1mb_.rm
2005-03-17 Michael Niedermayermore fine grained discarding of packets
2005-02-28 Michael Niedermayerset block align
2005-02-28 Michael Niedermayerra288 demuxing support (doesnt really work, might be...
2005-01-22 Michael Niedermayersupport discarding uninterresting packets
2005-01-06 Michael NiedermayerRV30/RV40 demuxing (untested)
2005-01-03 Michael Niedermayerskip INDX chunks
2004-12-07 Michael Niedermayerrv20 encoding
2004-12-06 Michael Niedermayerseeking in rm 2nd try
2004-12-06 Michael Niedermayerseeking in rm
2004-12-06 Michael Niedermayerrm encoding fix
2004-12-06 Michael Niedermayertry to recover from errors instead of failing fataly
2004-12-06 Michael Niedermayervarious demuxer fixes
2004-12-06 Michael Niedermayerrv10 thread safety fix / rv10 ffplay fix
2004-12-06 Michael Niedermayertimestamp fix
2004-12-05 Michael Niedermayernext try at fixing rv20 decoding
2004-11-19 Michael Niedermayerskip unknown streams instead of failing
2004-11-19 Michael Niedermayerrv20 demuxing fix
2004-10-01 Michael Niedermayerdo not call (av_)abort()
2004-08-02 Michael Niedermayerdont be so picky
2004-06-19 Mike Melansonsweeping change from -EIO -> AVERROR_IO
2004-05-29 Michael Niedermayercorrectly interleave packets during encoding
2004-05-29 Michael Niedermayerpass AVPacket into av_write_frame()
2004-03-03 Michel Bardiauxav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-10-14 Mike Melansondisable encoders where appropriate (patch courtesy...
2003-09-10 Fabrice Bellard64 bit pts for writing - more const usage
2003-08-11 Fabrice Bellardsupport for older real audio files (<= version 3)
2003-08-08 Fabrice Bellardupdate duration and start_time - add av_new_stream...
2003-03-12 Michael Niedermayerper context frame_rate_base, this should finally fix...
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2003-01-23 Fabrice Bellarduse av_malloc()
2002-12-20 Ryutaroh Matsumotomimetype fixes patch by (Ryutaroh Matsumoto <ryutaroh...
2002-12-09 Michael NiedermayerAVVideoFrame -> AVFrame
2002-12-04 Michael Niedermayercleanup
2002-11-25 Fabrice Bellardrenamed libav to libavformat