index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavformat
/
nutdec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
nut: Use nut->version in the version range check
Luca Barbato
2014-07-08
1
-3
/
+4
*
nut: Support experimental NUT 4 features
Luca Barbato
2014-05-28
1
-5
/
+24
*
nut: Fix unchecked allocations
Derek Buitenhuis
2013-10-22
1
-1
/
+4
*
nut: use meaningful error values
Luca Barbato
2013-05-07
1
-11
/
+17
*
nut: use a define for the nut version
Luca Barbato
2013-05-06
1
-1
/
+1
*
nutdec: Always return a value from nut_read_timestamp()
Diego Biurrun
2013-01-15
1
-1
/
+1
*
lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.h
Justin Ruggles
2012-11-28
1
-0
/
+1
*
nut: support textual data
Luca Barbato
2012-10-29
1
-0
/
+1
*
nut: support pcm codecs not mapped in avi
Luca Barbato
2012-10-13
1
-1
/
+6
*
nut: prioritize native tags
Luca Barbato
2012-10-13
1
-5
/
+2
*
nut: add do {} while (0) to GET_V
Luca Barbato
2012-10-02
1
-20
/
+22
*
nutdec: Remove unused and broken debug function stub
Diego Biurrun
2012-09-27
1
-10
/
+0
*
nutdec: const correctness for get_v_trace/get_s_trace function arguments
Diego Biurrun
2012-09-26
1
-4
/
+4
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-1
/
+1
*
avformat: Drop pointless "format" from container long names
Diego Biurrun
2012-07-30
1
-1
/
+1
*
nutdec: add malloc check and fix const to non-const conversion warnings
Mans Rullgard
2012-04-18
1
-2
/
+6
*
Drop some pointless #ifdefs.
Diego Biurrun
2012-04-10
1
-2
/
+0
*
nutdec: K&R formatting cosmetics
Asen Lekov
2012-04-10
1
-436
/
+500
*
cosmetics: Align muxer/demuxer declarations
Martin Storsjö
2012-04-06
1
-2
/
+5
*
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
Anton Khirnov
2012-01-27
1
-1
/
+1
*
lavf: make av_set_pts_info private.
Anton Khirnov
2011-11-30
1
-1
/
+1
*
Replace all usage of strcasecmp/strncasecmp
Reimar Döffinger
2011-11-06
1
-3
/
+2
*
lavf: make some seeking functions private
Anton Khirnov
2011-10-28
1
-4
/
+4
*
lavf: use avpriv_ prefix for ff_new_chapter().
Anton Khirnov
2011-10-20
1
-1
/
+1
*
lavf: replace av_new_stream->avformat_new_stream part II.
Anton Khirnov
2011-10-19
1
-1
/
+1
*
lavf: use designated initialisers for all (de)muxers.
Anton Khirnov
2011-07-17
1
-8
/
+8
*
Do not include mathematics.h in avutil.h
Mans Rullgard
2011-07-03
1
-0
/
+1
*
Remove all uses of now deprecated metadata functions.
Anton Khirnov
2011-06-08
1
-2
/
+3
*
nutdec: remove unused variable
Mans Rullgard
2011-06-02
1
-3
/
+1
*
lavf: remove FF_API_MAX_STREAMS cruft
Anton Khirnov
2011-04-19
1
-4
/
+0
*
avio: introduce an AVIOContext.seekable field
Anton Khirnov
2011-04-03
1
-1
/
+1
*
avio: make get_checksum() internal.
Anton Khirnov
2011-03-30
1
-6
/
+6
*
avio: make init_checksum() internal.
Anton Khirnov
2011-03-30
1
-2
/
+2
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
lavf: move ff_get_v from avio.h to avio_internal.h
Anton Khirnov
2011-03-16
1
-42
/
+43
*
lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense
Anton Khirnov
2011-03-16
1
-2
/
+2
*
avio: deprecate url_feof
Anton Khirnov
2011-03-07
1
-2
/
+2
*
avio: avio_ prefix for url_fsize
Anton Khirnov
2011-03-07
1
-1
/
+1
*
avio: add avio_tell macro as a replacement for url_ftell
Anton Khirnov
2011-03-04
1
-16
/
+16
*
lavf: replace all uses of url_fskip with avio_seek
Anton Khirnov
2011-03-01
1
-1
/
+1
*
avio: avio_ prefix for url_fseek
Anton Khirnov
2011-03-01
1
-7
/
+7
*
avio: avio_ prefixes for get_* functions
Anton Khirnov
2011-02-21
1
-16
/
+16
*
avio: rename ByteIOContext to AVIOContext.
Anton Khirnov
2011-02-20
1
-20
/
+20
*
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
Diego Elio Pettenò
2011-01-26
1
-1
/
+1
*
Use AVERROR_INVALIDDATA rather than -1 for nutdec error codes.
Stefano Sabatini
2011-01-12
1
-14
/
+14
*
nutdec: when parsing info packet, set metadata var only once
Anton Khirnov
2010-10-24
1
-6
/
+9
*
Export metadata in the generic format. Deprecate old conversion API.
Anton Khirnov
2010-10-15
1
-1
/
+2
*
rename LAVF_API_* defines to FF_API_* to clarify that it is not public API
Aurelien Jacobs
2010-08-18
1
-1
/
+1
*
add LAVF_API_MAX_STREAMS define to disable the deprecated MAX_STREAMS API
Aurelien Jacobs
2010-08-17
1
-1
/
+1
*
get rid of MAX_STREAMS limit in nutdec
Aurelien Jacobs
2010-08-10
1
-1
/
+7
[next]