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
*
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
*
Add av_ prefix to bswap macros
Måns Rullgård
2010-07-10
1
-1
/
+1
*
bswap: change ME to NE in macro names
Måns Rullgård
2010-07-10
1
-1
/
+1
*
Fix warning "passing argument from incompatible pointer type".
Eli Friedman
2010-07-03
1
-1
/
+1
*
Make the nut decoder read the ff_nut_video_tags to detect codec id of
Stefano Sabatini
2010-05-23
1
-1
/
+3
*
Define ff_nut_video_tags and make Nut muxer and demuxer set it in
Stefano Sabatini
2010-05-23
1
-0
/
+1
*
Make the nut demuxer issue a more meaningful error message if it
Stefano Sabatini
2010-05-09
1
-1
/
+2
*
Mark av_metadata_set() as deprecated, and use av_metadata_set2()
Stefano Sabatini
2010-04-25
1
-1
/
+1
*
Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.
Jean-Daniel Dupas
2010-03-31
1
-1
/
+1
*
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-30
1
-6
/
+6
*
Replace @returns by @return.
Benoit Fouet
2010-03-30
1
-1
/
+1
*
Fix NUT (de)muxer warnings:
Vitor Sessak
2010-03-28
1
-3
/
+6
*
Fix warnings in NUT demuxer:
Vitor Sessak
2010-03-24
1
-2
/
+2
*
Plug memory leak in NUT muxer and demuxer
Vitor Sessak
2010-03-03
1
-0
/
+1
*
Revert r22119 and partially revert 22120.
Vitor Sessak
2010-03-01
1
-1
/
+0
*
nutdec: make chapter start and length uint64_t to prevent overflows.
Anton Khirnov
2010-03-01
1
-2
/
+2
*
Plug some memory leaks in NUT muxer and demuxer
Vitor Sessak
2010-02-28
1
-0
/
+4
*
Introduce metadata conversion table for NUT muxer and demuxer.
Anton Khirnov
2010-02-24
1
-0
/
+1
*
Add ff_ prefixes to exported symbols in libavformat/riff.h.
Daniel Verkamp
2009-06-22
1
-3
/
+3
*
use new metadata API in nut demuxer
Aurelien Jacobs
2009-02-27
1
-15
/
+13
*
export gcd function as av_gcd()
Aurelien Jacobs
2009-01-17
1
-1
/
+1
*
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2009-01-13
1
-1
/
+1
*
Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
Diego Biurrun
2009-01-11
1
-0
/
+1
*
remove _t for POSIX compatibility.
Michael Niedermayer
2008-12-11
1
-3
/
+3
*
convert every muxer/demuxer to write/read sample_aspect_ratio from/to
Aurelien Jacobs
2008-08-23
1
-4
/
+4
*
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-03
1
-1
/
+1
[next]