index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
nsvdec.c
Age
Commit message (
Expand
)
Author
2013-06-02
nsvdec: Remove commented-out debug cruft
Diego Biurrun
2013-05-04
avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriate
Diego Biurrun
2013-04-11
Move misplaced file author information where it belongs
Diego Biurrun
2012-12-18
misc typo, style and wording fixes
Diego Biurrun
2012-11-28
lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.h
Justin Ruggles
2012-08-07
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-05-06
Mark a number of variables only used in av_dlog() calls as av_unused.
Diego Biurrun
2012-02-13
Move some conditionally used variables into the block where they are used.
Diego Biurrun
2012-02-13
Drop some completely unnecessary av_unused attributes.
Diego Biurrun
2012-02-10
nsvdec: Check return value of avio_seek and avoid modifying state if it fails
Joakim Plate
2012-01-30
nsvdec: Propagate errors
Alex Converse
2012-01-30
nsvdec: Be more careful with av_malloc().
Alex Converse
2012-01-30
nsvdec: Fix use of uninitialized streams.
Michael Niedermayer
2012-01-27
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
Anton Khirnov
2011-11-30
lavf: make av_set_pts_info private.
Anton Khirnov
2011-11-02
Replace outdated references to ffmpeg tool with avconv.
Diego Biurrun
2011-10-19
lavf: replace av_new_stream->avformat_new_stream part II.
Anton Khirnov
2011-07-17
lavf: use designated initialisers for all (de)muxers.
Anton Khirnov
2011-07-03
Do not include mathematics.h in avutil.h
Mans Rullgard
2011-06-23
nsvdec: Propagate error values instead of returning 0 in nsv_read_header().
Diego Biurrun
2011-06-10
Replace DEBUG_SEEK/DEBUG_SI + av_log combinations by av_dlog.
Diego Biurrun
2011-06-08
Remove all uses of now deprecated metadata functions.
Anton Khirnov
2011-06-03
Mark some variables with av_unused
Mans Rullgard
2011-05-12
nsv: Fix misdetection of MP3 files as NSV.
Thierry Foucu
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-16
lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense
Anton Khirnov
2011-03-07
avio: deprecate url_feof
Anton Khirnov
2011-03-04
avio: add avio_tell macro as a replacement for url_ftell
Anton Khirnov
2011-03-01
lavf: replace all uses of url_fskip with avio_seek
Anton Khirnov
2011-03-01
avio: avio_ prefix for url_fseek
Anton Khirnov
2011-02-21
avio: avio_ prefixes for get_* functions
Anton Khirnov
2011-02-20
avio: rename ByteIOContext to AVIOContext.
Anton Khirnov
2011-02-16
fix nsvdec.c compilation if DEBUG macro defined
Maksym Veremeyenko
2011-02-15
fix nsvdec.c compilation if DEBUG defined
Maksym Veremeyenko
2011-01-26
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
Diego Elio Pettenò
2010-04-25
Mark av_metadata_set() as deprecated, and use av_metadata_set2()
Stefano Sabatini
2010-03-31
Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.
Jean-Daniel Dupas
2010-03-30
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-03
Plug memory leak in NSV demuxer.
Jai Menon
2010-01-17
Use av_match_ext() rather than the deprecated match_ext(), fix
Stefano Sabatini
2009-10-16
Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0.
Carl Eugen Hoyos
2009-06-22
Add ff_ prefixes to exported symbols in libavformat/riff.h.
Daniel Verkamp
2009-04-22
NSV : Add TOC2 parsing and seeking support.
Jai Menon
2009-04-18
Cosmetics : reindent after last commit and remove redundant comment.
Jai Menon
2009-04-18
Add speex tag to nsv_codec_audio_tags.
Jai Menon
2009-04-18
Change nsvf_index_data to nsvs_file_offset for increased clarity.
Jai Menon
2009-02-18
use new metadata API in nsv demuxer
Aurelien Jacobs
2009-02-12
Use more descriptive format long_names.
Diego Biurrun
2009-01-19
cosmetics: Remove pointless period after copyright statement non-sentences.
Diego Biurrun
2008-09-08
Bump Major version, this commit is almost just renaming bits_per_sample to
Luca Abeni
[next]