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
/
cafdec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
cafdec: allow larger ALAC magic cookie
Justin Ruggles
2012-07-19
1
-1
/
+1
*
avformat: move 'chan' tag parsing to mov_chan.c to share with the CAF demuxer
Justin Ruggles
2012-07-19
1
-0
/
+6
*
caf: use int64_t for num_packets
Justin Ruggles
2012-07-19
1
-2
/
+2
*
caf: fix 'pakt' chunk parsing
Justin Ruggles
2012-07-19
1
-2
/
+3
*
caf: support either old or new style ALAC magic kuki chunk
Justin Ruggles
2012-07-19
1
-4
/
+26
*
lavf: Make codec_tag arrays constant
Ronald S. Bultje
2012-06-21
1
-1
/
+1
*
cosmetics: Align muxer/demuxer declarations
Martin Storsjö
2012-04-06
1
-1
/
+1
*
cafdec: Check return value of avio_seek and avoid modifying state if it fails
Joakim Plate
2012-02-10
1
-7
/
+12
*
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
Anton Khirnov
2012-01-27
1
-2
/
+1
*
lavu: replace int/float punning functions
Mans Rullgard
2011-12-11
1
-2
/
+2
*
lavf: make av_set_pts_info private.
Anton Khirnov
2011-11-30
1
-1
/
+2
*
lavf,lavd: replace av_new_stream->avformat_new_stream part I.
Anton Khirnov
2011-10-19
1
-1
/
+1
*
lavf: deprecate AVFormatContext.file_size
Anton Khirnov
2011-10-17
1
-2
/
+0
*
lavf: use designated initialisers for all (de)muxers.
Anton Khirnov
2011-07-17
1
-8
/
+7
*
Do not include intfloat_readwrite.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
-1
/
+2
*
avio: introduce an AVIOContext.seekable field
Anton Khirnov
2011-04-03
1
-2
/
+2
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense
Anton Khirnov
2011-03-16
1
-8
/
+8
*
avio: deprecate url_feof
Anton Khirnov
2011-03-07
1
-3
/
+3
*
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
-6
/
+6
*
lavf: deprecate get_strz() in favor of avio_get_str
Anton Khirnov
2011-03-04
1
-2
/
+2
*
lavf: replace all uses of url_fskip with avio_seek
Anton Khirnov
2011-03-01
1
-8
/
+8
*
avio: avio_ prefix for url_fseek
Anton Khirnov
2011-03-01
1
-2
/
+2
*
avio: avio_ prefixes for get_* functions
Anton Khirnov
2011-02-21
1
-18
/
+18
*
avio: rename ByteIOContext to AVIOContext.
Anton Khirnov
2011-02-20
1
-6
/
+6
*
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
Diego Elio Pettenò
2011-01-26
1
-1
/
+1
*
cafdec: Handle ALAC extradata.
Peter Ross
2010-10-10
1
-0
/
+15
*
Mark av_metadata_set() as deprecated, and use av_metadata_set2()
Stefano Sabatini
2010-04-25
1
-1
/
+1
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
*
Replace all remaining occurrences of AVERROR_NOMEM with
Stefano Sabatini
2010-04-03
1
-1
/
+1
*
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-30
1
-1
/
+1
*
Replace all the occurrences of AVERROR_EIO with AVERROR(EIO), and mark
Stefano Sabatini
2010-03-13
1
-4
/
+4
*
Core Audio Format demuxer
Peter Ross
2009-09-16
1
-0
/
+379