summaryrefslogtreecommitdiff
path: root/libavformat/nsvdec.c
Commit message (Expand)AuthorAge
* [nsv] Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2011-09-14
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-17
|\
| * lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-04
|\|
| * Do not include mathematics.h in avutil.hMans Rullgard2011-07-03
| * nsvdec: Propagate error values instead of returning 0 in nsv_read_header().Diego Biurrun2011-06-23
* | nsv: simplify probe functionAurelien Jacobs2011-06-13
* | nsv: return error code instead of discarding it in read_header()Aurelien Jacobs2011-06-13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-11
|\|
| * Replace DEBUG_SEEK/DEBUG_SI + av_log combinations by av_dlog.Diego Biurrun2011-06-10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-09
|\|
| * Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-04
|\|
| * Mark some variables with av_unusedMans Rullgard2011-06-03
| * nsv: Fix misdetection of MP3 files as NSV.Thierry Foucu2011-05-12
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* | If a MP3 file contains the string NSVs, the NSV probe will think it is a NSV ...Thierry Foucu2011-05-12
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-17
|\|
| * lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-16
| * avio: deprecate url_feofAnton Khirnov2011-03-07
| * avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-04
| * lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-01
| * avio: avio_ prefix for url_fseekAnton Khirnov2011-03-01
| * avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-21
| * avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
| * fix nsvdec.c compilation if DEBUG macro definedMaksym Veremeyenko2011-02-16
| * fix nsvdec.c compilation if DEBUG definedMaksym Veremeyenko2011-02-15
| * Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* | avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-05
* | lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-03
* | avio: avio_ prefix for url_fseekAnton Khirnov2011-03-03
* | avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-22
* | avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* | fix nsvdec.c compilation if DEBUG macro definedMaksym Veremeyenko2011-02-16
* | fix nsvdec.c compilation if DEBUG definedMaksym Veremeyenko2011-02-15
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-28
|/
* Mark av_metadata_set() as deprecated, and use av_metadata_set2()Stefano Sabatini2010-04-25
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-31
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Plug memory leak in NSV demuxer.Jai Menon2010-03-03
* Use av_match_ext() rather than the deprecated match_ext(), fixStefano Sabatini2010-01-17
* Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0.Carl Eugen Hoyos2009-10-16
* Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp2009-06-22
* 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