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
/
mpc8.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mpc8: Check return value of avio_seek and avoid modifying state if it fails
Joakim Plate
2012-02-10
1
-1
/
+2
*
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
/
+2
*
lavf,lavd: replace av_new_stream->avformat_new_stream part I.
Anton Khirnov
2011-10-19
1
-1
/
+1
*
mpc8: Fix return value on EOF
Laurent Aimar
2011-10-07
1
-1
/
+1
*
lavf: use designated initialisers for all (de)muxers.
Anton Khirnov
2011-07-17
1
-8
/
+7
*
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
-4
/
+5
*
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: add avio_tell macro as a replacement for url_ftell
Anton Khirnov
2011-03-04
1
-8
/
+8
*
lavf: replace all uses of url_fskip with avio_seek
Anton Khirnov
2011-03-01
1
-2
/
+2
*
avio: avio_ prefix for url_fseek
Anton Khirnov
2011-03-01
1
-3
/
+3
*
avio: avio_ prefixes for get_* functions
Anton Khirnov
2011-02-21
1
-5
/
+5
*
avio: rename ByteIOContext to AVIOContext.
Anton Khirnov
2011-02-20
1
-3
/
+3
*
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
Diego Elio Pettenò
2011-01-26
1
-1
/
+1
*
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-30
1
-1
/
+1
*
Return an error when the parsed mpc chunk size is negative, otherwise we
Reimar Döffinger
2009-09-30
1
-0
/
+2
*
reindent after last commit and remove unneeded empty line
Kostya Shishkov
2009-09-16
1
-6
/
+5
*
Make MPC SV8 probe skip tags until stream header is found
Kostya Shishkov
2009-09-16
1
-19
/
+38
*
Enhance Musepack SV8 probing code
Kostya Shishkov
2009-09-16
1
-2
/
+28
*
Allocate a bit more memory for MPC SV8 seek table, so bitreader won't read
Kostya Shishkov
2009-06-13
1
-1
/
+1
*
Rename bitstream.h to get_bits.h.
Stefano Sabatini
2009-04-13
1
-1
/
+1
*
Bump Major version, this commit is almost just renaming bits_per_sample to
Luca Abeni
2008-09-08
1
-1
/
+1
*
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-03
1
-1
/
+1
*
Use full path for #includes from another directory.
Diego Biurrun
2008-05-09
1
-2
/
+3
*
Use dynamically allocated ByteIOContext in AVFormatContext
Björn Axelsson
2007-11-21
1
-10
/
+10
*
Musepack SV8 demuxer and decoder
Kostya Shishkov
2007-11-07
1
-0
/
+244