]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/nsvdec.c
frsh: Export information about the last RTP contract and VRES
[frescor/ffmpeg.git] / libavformat / nsvdec.c
2009-04-22 jai_menonNSV : Add TOC2 parsing and seeking support.
2009-04-18 jai_menonCosmetics : reindent after last commit and remove redun...
2009-04-18 jai_menonAdd speex tag to nsv_codec_audio_tags.
2009-04-18 jai_menonChange nsvf_index_data to nsvs_file_offset for increase...
2009-02-18 aureluse new metadata API in nsv demuxer
2009-02-12 diegoUse more descriptive format long_names.
2009-01-19 diegocosmetics: Remove pointless period after copyright...
2008-09-08 michaelBump Major version, this commit is almost just renaming...
2008-07-17 michaelTry to fix FATE after my time_base simplification change.
2008-06-03 diegoMake long_names in lavf/lavdev optional depending on...
2008-05-26 diegoconsistency cosmetics: indices --> indexes
2007-11-21 andomaUse dynamically allocated ByteIOContext in AVFormatContext
2007-09-22 michaelindent
2007-09-22 michaelfix segfault with http://samples.mplayerhq.hu/nsv/nsv_s...
2007-06-12 diegomisc spelling fixes
2007-04-15 aureladd an enum for need_parsing
2007-04-08 michaelfile extension based probe is max/2
2007-04-08 michaelfactorize
2007-04-08 michaelallocate 32 extra bytes at the end of the probe buffer...
2007-03-21 diegoThe NSV demuxer assumes that a video frame's timestamp...
2007-01-21 michaeladd codec_id <-> codec_tag tables to AVIn/OutputFormat
2006-12-17 aurelAdd support for VP60 and VP61.
2006-10-28 gpoirieradd support for all framerates specified by the standard
2006-10-28 gpoirierFix A/V (de)sync with discontinuous NSV streams,
2006-10-23 aurelreplace coder/decoder file description in libavformat...
2006-10-22 bcoudurierdisable annoying debug messages
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-09-09 aurelVP5 and VP6 video decoder
2006-07-12 mrumove common stuff from avienc.c and wav.c to new file...
2006-07-10 mruallow individual selection of muxers and demuxers
2006-07-09 mrugive AVInput/OutputFormat structs consistent names
2006-06-16 mrufree codec extradata in av_close_input_file
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-22 diegoCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-12-12 mruuse PRIxN, %zd, %td formats where needed
2005-08-14 mrukill a bunch of compiler warnings
2005-07-17 michaelchanging AVCodecContext codec -> *codec in AVStream...
2005-05-26 michaelAVPacket.pos
2005-04-30 michaelswitch to native time bases
2005-04-26 michaelfix useless framerate messup
2005-02-24 michaelkill warnings patch by (Måns Rullgård <mru inprovide...
2005-01-08 michaelinteger overflows, heap corruption
2004-11-30 michaelkill a annoying debug printf
2004-11-20 melansonuse correct types
2004-11-20 mmu_manFirst implementation of nsv demuxer.