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
/
wv.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
WavPack demuxer: set packet duration
Paul B Mahol
2012-02-09
1
-0
/
+7
*
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
Anton Khirnov
2012-01-27
1
-2
/
+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
*
WavPack demuxer: do not rely on index when timestamp is not in indexed range.
Kostya Shishkov
2011-08-21
1
-1
/
+2
*
WavPack demuxer: store position of the first block in index.
Kostya Shishkov
2011-08-21
1
-1
/
+3
*
lavf: use designated initialisers for all (de)muxers.
Anton Khirnov
2011-07-17
1
-8
/
+7
*
wavpack: skip blocks with no samples
Kostya Shishkov
2011-06-28
1
-2
/
+11
*
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
-3
/
+3
*
avio: deprecate url_feof
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
-5
/
+5
*
lavf: replace all uses of url_fskip with avio_seek
Anton Khirnov
2011-03-01
1
-3
/
+3
*
avio: avio_ prefix for url_fseek
Anton Khirnov
2011-03-01
1
-4
/
+4
*
avio: avio_ prefixes for get_* functions
Anton Khirnov
2011-02-21
1
-25
/
+25
*
avio: rename ByteIOContext to AVIOContext.
Anton Khirnov
2011-02-20
1
-2
/
+2
*
Merge libavcore into libavutil
Reinhard Tartler
2011-02-15
1
-1
/
+1
*
Replace remaining occurrences of deprecated CH_* with AV_CH_*
Anton Khirnov
2011-02-06
1
-1
/
+2
*
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
Diego Elio Pettenò
2011-01-26
1
-1
/
+1
*
reindent after last commit
Kostya
2011-01-24
1
-19
/
+19
*
Extend WavPack demuxer and decoder to support >2 channel audio
Kostya
2011-01-24
1
-16
/
+108
*
Don't try to demux WavPack files with >2 channels until we can support them
Kostya Shishkov
2010-12-07
1
-0
/
+4
*
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-30
1
-1
/
+1
*
Set start_time and duration in AVStream instead of AVFormatContext for
David Conrad
2010-01-21
1
-2
/
+2
*
10l: WavPack demuxer forgot to seek back to initial position after block
Kostya Shishkov
2009-11-06
1
-0
/
+1
*
If custom sampling rate is set in WavPack file, parse first block to find
Kostya Shishkov
2009-11-05
1
-4
/
+25
*
Initialize block_parsed before reading first block header in WavPack demuxer,
Kostya Shishkov
2009-11-05
1
-1
/
+1
*
Read metadata in WavPack files.
Anton Khirnov
2009-10-18
1
-0
/
+11
*
Add floating point audio decoding to WavPack decoder.
Laurent Aimar
2009-05-06
1
-5
/
+0
*
cosmetics: Remove pointless period after copyright statement non-sentences.
Diego Biurrun
2009-01-19
1
-1
/
+1
*
WavPack hybrid mode support
Kostya Shishkov
2009-01-16
1
-4
/
+0
*
Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
Diego Biurrun
2009-01-11
1
-1
/
+1
*
Bump Major version, this commit is almost just renaming bits_per_sample to
Luca Abeni
2008-09-08
1
-1
/
+1
*
remove useless close func
Baptiste Coudurier
2008-06-19
1
-6
/
+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
-1
/
+1
*
Use dynamically allocated ByteIOContext in AVFormatContext
Björn Axelsson
2007-11-21
1
-7
/
+7
*
loosen dependencies over allformats.h
Aurelien Jacobs
2007-09-16
1
-1
/
+0
*
Support for WavPack version 0x410 (false stereo chunks)
David Bryant
2007-08-13
1
-1
/
+1
*
Add the handling of the INT32INFO block to the WavPack decoder.
David Bryant
2007-08-05
1
-4
/
+0
*
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
Panagiotis Issaris
2007-07-19
1
-1
/
+1
*
Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).
Panagiotis Issaris
2007-07-19
1
-1
/
+1
*
This fixes error handling for BeOS, removing the need for some ifdefs.
François Revol
2007-02-13
1
-1
/
+1
*
Seeking support in WavPack
Kostya Shishkov
2007-01-28
1
-3
/
+42
*
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
Alex Beregszaszi
2007-01-19
1
-1
/
+1
*
Remove unused variable.
Diego Biurrun
2006-10-15
1
-1
/
+1
*
Ignore blocks with no samples and flags (but usually with MD5 sum)
Kostya Shishkov
2006-10-15
1
-3
/
+3
*
Move block size check to decoder
Kostya Shishkov
2006-10-14
1
-6
/
+0
[next]