]> git.sesse.net Git - ffmpeg/history - libavformat/nsvdec.c
Make rtp_write_header() fail in case of unsupported payload type
[ffmpeg] / libavformat / nsvdec.c
2009-02-18 Aurelien Jacobsuse new metadata API in nsv demuxer
2009-02-12 Diego BiurrunUse more descriptive format long_names.
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2008-09-08 Luca AbeniBump Major version, this commit is almost just renaming...
2008-07-17 Michael NiedermayerTry to fix FATE after my time_base simplification change.
2008-06-03 Stefano SabatiniMake long_names in lavf/lavdev optional depending on...
2008-05-26 Diego Biurrunconsistency cosmetics: indices --> indexes
2007-11-21 Björn AxelssonUse dynamically allocated ByteIOContext in AVFormatContext
2007-09-22 Michael Niedermayerindent
2007-09-22 Michael Niedermayerfix segfault with http://samples.mplayerhq.hu/nsv/nsv_s...
2007-06-12 Diego Biurrunmisc spelling fixes
2007-04-15 Aurelien Jacobsadd an enum for need_parsing
2007-04-08 Michael Niedermayerfile extension based probe is max/2
2007-04-08 Michael Niedermayerfactorize
2007-04-08 Michael Niedermayerallocate 32 extra bytes at the end of the probe buffer...
2007-03-21 David ConradThe NSV demuxer assumes that a video frame's timestamp...
2007-01-21 Michael Niedermayeradd codec_id <-> codec_tag tables to AVIn/OutputFormat
2006-12-17 Aurelien JacobsAdd support for VP60 and VP61.
2006-10-28 Joakim Plateadd support for all framerates specified by the standard
2006-10-28 Joakim PlateFix A/V (de)sync with discontinuous NSV streams,
2006-10-23 Aurelien Jacobsreplace coder/decoder file description in libavformat...
2006-10-22 Baptiste Coudurierdisable annoying debug messages
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-09 Aurelien JacobsVP5 and VP6 video decoder
2006-07-12 Måns Rullgårdmove common stuff from avienc.c and wav.c to new file...
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-16 Måns Rullgårdfree codec extradata in av_close_input_file
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-12-12 Måns Rullgårduse PRIxN, %zd, %td formats where needed
2005-08-14 Måns Rullgårdkill a bunch of compiler warnings
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-26 Michael Niedermayerfix useless framerate messup
2005-02-24 Måns Rullgårdkill warnings patch by (Måns Rullgård <mru inprovide...
2005-01-08 Michael Niedermayerinteger overflows, heap corruption
2004-11-30 Michael Niedermayerkill a annoying debug printf
2004-11-20 Mike Melansonuse correct types
2004-11-20 François RevolFirst implementation of nsv demuxer.