summaryrefslogtreecommitdiffstats
path: root/libavformat/nsvdec.c
Commit message (Expand)AuthorAgeFilesLines
* Try to fix FATE after my time_base simplification change.Michael Niedermayer2008-07-171-2/+4
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-1/+1
* consistency cosmetics: indices --> indexesDiego Biurrun2008-05-261-1/+1
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-4/+4
* indentMichael Niedermayer2007-09-221-1/+1
* fix segfault with http://samples.mplayerhq.hu/nsv/nsv_samples/ot171_novideo.n...Michael Niedermayer2007-09-221-0/+1
* misc spelling fixesDiego Biurrun2007-06-121-2/+2
* add an enum for need_parsingAurelien Jacobs2007-04-151-2/+2
* file extension based probe is max/2Michael Niedermayer2007-04-081-1/+1
* factorizeMichael Niedermayer2007-04-081-4/+1
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer2007-04-081-2/+0
* The NSV demuxer assumes that a video frame's timestamp increases by one on eachDavid Conrad2007-03-211-1/+3
* add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer2007-01-211-2/+2
* Add support for VP60 and VP61.Aurelien Jacobs2006-12-171-3/+3
* add support for all framerates specified by the standardJoakim Plate2006-10-281-13/+20
* Fix A/V (de)sync with discontinuous NSV streams,Joakim Plate2006-10-281-16/+16
* replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs2006-10-231-1/+1
* disable annoying debug messagesBaptiste Coudurier2006-10-221-1/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* VP5 and VP6 video decoderAurelien Jacobs2006-09-091-3/+3
* move common stuff from avienc.c and wav.c to new file riff.cMåns Rullgård2006-07-121-1/+1
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-101-7/+1
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-091-2/+2
* free codec extradata in av_close_input_fileMåns Rullgård2006-06-161-1/+0
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-1/+1
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-40/+40
* use PRIxN, %zd, %td formats where neededMåns Rullgård2005-12-121-6/+7
* kill a bunch of compiler warningsMåns Rullgård2005-08-141-5/+5
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-171-19/+19
* AVPacket.posMichael Niedermayer2005-05-261-5/+2
* switch to native time basesMichael Niedermayer2005-04-301-6/+3
* fix useless framerate messupMichael Niedermayer2005-04-261-15/+16
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-241-17/+5
* integer overflows, heap corruptionMichael Niedermayer2005-01-081-0/+2
* kill a annoying debug printfMichael Niedermayer2004-11-301-1/+1
* use correct typesMike Melanson2004-11-201-8/+8
* First implementation of nsv demuxer.François Revol2004-11-201-0/+775
OpenPOWER on IntegriCloud