]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/rm.c
frsh: Export information about the last RTP contract and VRES
[frescor/ffmpeg.git] / libavformat / rm.c
2009-02-17 aureluse new metadata API in rm (de)muxer
2007-05-30 aurelsplit rm muxer and demuxer in their own files
2007-04-17 bananAtrac3 decoder.
2007-04-08 michaelallocate 32 extra bytes at the end of the probe buffer...
2007-03-30 rtogniDo not return invalid pointer for non-audio or video...
2006-11-01 diegoReplace most of the %lld and %llx by their (cleaner...
2006-11-01 diegoreindentation, patch by From: Steve Lhomme, slhomme...
2006-10-23 aurelreplace coder/decoder file description in libavformat...
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-10-03 diegoRemove unused variables and the corresponding warnings...
2006-09-30 michaeldont set sub_id as its completly redundant and silly
2006-07-10 mruallow individual selection of muxers and demuxers
2006-07-09 mrugive AVInput/OutputFormat structs consistent names
2006-06-04 rtognirm_read_audio_stream_info return type is not void
2006-06-04 rtogniSupport for AAC (fourcc raac and racp) in rm files
2006-05-13 michaelsanity checks some might have been exploitable
2006-03-01 michaeladd size to AVIndex
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-25 rtognimpSupport for 28_8 in old ar. files
2005-12-22 diegoCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-19 rtognimpFix for Real "old" files version 3 with no 4cc. Fixes...
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-12-17 henrymalloc padding to avoid reading past the malloc()ed...
2005-12-09 rtognimpCook compatibe decoder, patch by Benjamin Larsson
2005-09-23 diegoReplace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUX...
2005-07-17 michaelchanging AVCodecContext codec -> *codec in AVStream...
2005-05-26 michaelAVPacket.pos
2005-04-30 michaelswitch to native time bases
2005-04-24 michaelfixing broken_rv20_1mb_.rm
2005-03-17 michaelmore fine grained discarding of packets
2005-02-28 michaelset block align
2005-02-28 michaelra288 demuxing support (doesnt really work, might be...
2005-01-22 michaelsupport discarding uninterresting packets
2005-01-06 michaelRV30/RV40 demuxing (untested)
2005-01-03 michaelskip INDX chunks
2004-12-07 michaelrv20 encoding
2004-12-06 michaelseeking in rm 2nd try
2004-12-06 michaelseeking in rm
2004-12-06 michaelrm encoding fix
2004-12-06 michaeltry to recover from errors instead of failing fataly
2004-12-06 michaelvarious demuxer fixes
2004-12-06 michaelrv10 thread safety fix / rv10 ffplay fix
2004-12-06 michaeltimestamp fix
2004-12-05 michaelnext try at fixing rv20 decoding
2004-11-19 michaelskip unknown streams instead of failing
2004-11-19 michaelrv20 demuxing fix
2004-10-01 michaeldo not call (av_)abort()
2004-08-02 michaeldont be so picky
2004-06-19 melansonsweeping change from -EIO -> AVERROR_IO
2004-05-29 michaelcorrectly interleave packets during encoding
2004-05-29 michaelpass AVPacket into av_write_frame()
2004-03-03 michaelav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-10-14 melansondisable encoders where appropriate (patch courtesy...
2003-09-10 bellard64 bit pts for writing - more const usage
2003-08-11 bellardsupport for older real audio files (<= version 3)
2003-08-08 bellardupdate duration and start_time - add av_new_stream...
2003-03-12 michaelniper context frame_rate_base, this should finally fix...
2003-02-11 kabi* UINTX -> uintx_t INTX -> intx_t
2003-01-23 bellarduse av_malloc()
2002-12-20 michaelnimimetype fixes patch by (Ryutaroh Matsumoto <ryutaroh...
2002-12-09 michaelniAVVideoFrame -> AVFrame
2002-12-04 michaelnicleanup
2002-11-25 bellardrenamed libav to libavformat