summaryrefslogtreecommitdiffstats
path: root/libavformat/nsvdec.c
Commit message (Expand)AuthorAgeFilesLines
...
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-5/+5
* | If a MP3 file contains the string NSVs, the NSV probe will think it is a NSV ...Thierry Foucu2011-05-121-3/+17
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-171-1/+1
|\ \ | |/
| * lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-161-1/+1
| * avio: deprecate url_feofAnton Khirnov2011-03-071-6/+6
| * avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-041-4/+4
| * lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-011-1/+1
| * avio: avio_ prefix for url_fseekAnton Khirnov2011-03-011-4/+4
| * avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-211-27/+27
| * avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-4/+4
| * fix nsvdec.c compilation if DEBUG macro definedMaksym Veremeyenko2011-02-161-1/+1
| * fix nsvdec.c compilation if DEBUG definedMaksym Veremeyenko2011-02-151-63/+48
| * Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* | avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-051-4/+4
* | lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-031-1/+1
* | avio: avio_ prefix for url_fseekAnton Khirnov2011-03-031-4/+4
* | avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-221-27/+27
* | avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-4/+4
* | fix nsvdec.c compilation if DEBUG macro definedMaksym Veremeyenko2011-02-161-1/+1
* | fix nsvdec.c compilation if DEBUG definedMaksym Veremeyenko2011-02-151-63/+48
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-281-1/+1
|/
* Mark av_metadata_set() as deprecated, and use av_metadata_set2()Stefano Sabatini2010-04-251-1/+1
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-311-2/+2
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-2/+2
* Plug memory leak in NSV demuxer.Jai Menon2010-03-031-0/+4
* Use av_match_ext() rather than the deprecated match_ext(), fixStefano Sabatini2010-01-171-1/+1
* Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0.Carl Eugen Hoyos2009-10-161-2/+2
* Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp2009-06-221-2/+2
* NSV : Add TOC2 parsing and seeking support.Jai Menon2009-04-221-14/+40
* Cosmetics : reindent after last commit and remove redundant comment.Jai Menon2009-04-181-4/+4
* Add speex tag to nsv_codec_audio_tags.Jai Menon2009-04-181-0/+1
* Change nsvf_index_data to nsvs_file_offset for increased clarity.Jai Menon2009-04-181-6/+6
* use new metadata API in nsv demuxerAurelien Jacobs2009-02-181-9/+1
* Use more descriptive format long_names.Diego Biurrun2009-02-121-1/+1
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-081-1/+1
* 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
OpenPOWER on IntegriCloud