summaryrefslogtreecommitdiff
path: root/libavformat/nsvdec.c
Commit message (Expand)AuthorAge
...
* NSV : Add TOC2 parsing and seeking support.Jai Menon2009-04-22
* Cosmetics : reindent after last commit and remove redundant comment.Jai Menon2009-04-18
* Add speex tag to nsv_codec_audio_tags.Jai Menon2009-04-18
* Change nsvf_index_data to nsvs_file_offset for increased clarity.Jai Menon2009-04-18
* use new metadata API in nsv demuxerAurelien Jacobs2009-02-18
* Use more descriptive format long_names.Diego Biurrun2009-02-12
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-08
* Try to fix FATE after my time_base simplification change.Michael Niedermayer2008-07-17
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
* consistency cosmetics: indices --> indexesDiego Biurrun2008-05-26
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* indentMichael Niedermayer2007-09-22
* fix segfault with http://samples.mplayerhq.hu/nsv/nsv_samples/ot171_novideo.n...Michael Niedermayer2007-09-22
* misc spelling fixesDiego Biurrun2007-06-12
* add an enum for need_parsingAurelien Jacobs2007-04-15
* file extension based probe is max/2Michael Niedermayer2007-04-08
* factorizeMichael Niedermayer2007-04-08
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer2007-04-08
* The NSV demuxer assumes that a video frame's timestamp increases by one on eachDavid Conrad2007-03-21
* add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer2007-01-21
* Add support for VP60 and VP61.Aurelien Jacobs2006-12-17
* add support for all framerates specified by the standardJoakim Plate2006-10-28
* Fix A/V (de)sync with discontinuous NSV streams,Joakim Plate2006-10-28
* replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs2006-10-23
* disable annoying debug messagesBaptiste Coudurier2006-10-22
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* VP5 and VP6 video decoderAurelien Jacobs2006-09-09
* move common stuff from avienc.c and wav.c to new file riff.cMåns Rullgård2006-07-12
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-10
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
* free codec extradata in av_close_input_fileMåns Rullgård2006-06-16
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* use PRIxN, %zd, %td formats where neededMåns Rullgård2005-12-12
* kill a bunch of compiler warningsMåns Rullgård2005-08-14
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-17
* AVPacket.posMichael Niedermayer2005-05-26
* switch to native time basesMichael Niedermayer2005-04-30
* fix useless framerate messupMichael Niedermayer2005-04-26
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-24
* integer overflows, heap corruptionMichael Niedermayer2005-01-08
* kill a annoying debug printfMichael Niedermayer2004-11-30
* use correct typesMike Melanson2004-11-20
* First implementation of nsv demuxer.François Revol2004-11-20