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
/
asfdec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lavf: use designated initialisers for all (de)muxers.
Anton Khirnov
2011-07-17
1
-9
/
+9
*
Do not include mathematics.h in avutil.h
Mans Rullgard
2011-07-03
1
-0
/
+1
*
Remove return statements following infinite loops without break
Mans Rullgard
2011-07-03
1
-2
/
+0
*
Move some conditionally used code below the appropriate #ifdef.
Diego Biurrun
2011-07-03
1
-3
/
+1
*
Remove all uses of now deprecated metadata functions.
Anton Khirnov
2011-06-08
1
-2
/
+3
*
Remove unused variables
Mans Rullgard
2011-06-02
1
-11
/
+8
*
asfdec: add missing #include for av_bswap32()
Mans Rullgard
2011-05-19
1
-0
/
+1
*
asfdec: fix possible overread on broken files.
Uoti Urpala
2011-05-17
1
-1
/
+4
*
asfdec: do not fall back to binary/generic search
Vladimir Pantelic
2011-05-17
1
-0
/
+1
*
asfdec: reindent after previous commit c7bd5ed
Vladimir Pantelic
2011-05-17
1
-7
/
+7
*
asfdec: fallback to binary search internally
Vladimir Pantelic
2011-05-17
1
-7
/
+8
*
asfdec: fix assert failure on invalid files
Uoti Urpala
2011-05-03
1
-0
/
+4
*
asfdec: fix parsing of packets that overrun into padding.
Ronald S. Bultje
2011-05-03
1
-2
/
+8
*
asf: remove commented out code in asf_read_seek
Vladimir Pantelic
2011-04-20
1
-21
/
+0
*
asfdec: Remove dead code from asf_read_close().
Diego Biurrun
2011-04-18
1
-5
/
+1
*
make containers pass palette change in AVPacket
Kostya Shishkov
2011-04-15
1
-6
/
+15
*
handle malloc failures in ff_get_wav_header
Max Horn
2011-04-14
1
-1
/
+3
*
avio: undeprecate av_url_read_fseek/fpause under nicer names
Anton Khirnov
2011-04-12
1
-1
/
+1
*
asfdec: remove a forgotten declaration of nonexistent function
Anton Khirnov
2011-04-08
1
-2
/
+0
*
asfdec: also subtract preroll when reading simple index object
Vladimir Pantelic
2011-03-23
1
-2
/
+2
*
avio: make av_url_read_fseek/fpause internal.
Anton Khirnov
2011-03-21
1
-1
/
+2
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
asfdec: subtract the preroll value and thus output 0 based timestamps
Vladimir Pantelic
2011-03-17
1
-1
/
+2
*
lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense
Anton Khirnov
2011-03-16
1
-18
/
+18
*
avio: deprecate url_ferror
Anton Khirnov
2011-03-15
1
-1
/
+1
*
avio: deprecate url_feof
Anton Khirnov
2011-03-07
1
-6
/
+6
*
avio: add avio_tell macro as a replacement for url_ftell
Anton Khirnov
2011-03-04
1
-18
/
+18
*
lavf: replace all uses of url_fskip with avio_seek
Anton Khirnov
2011-03-01
1
-15
/
+15
*
avio: avio_ prefix for url_fseek
Anton Khirnov
2011-03-01
1
-12
/
+12
*
avio: avio_ prefixes for get_* functions
Anton Khirnov
2011-02-21
1
-127
/
+127
*
avio: rename ByteIOContext to AVIOContext.
Anton Khirnov
2011-02-20
1
-14
/
+14
*
asfdec: fix build for big endian targets
Mans Rullgard
2011-02-13
1
-0
/
+1
*
asfdec: don't export empty metadata
Anton Khirnov
2011-02-13
1
-1
/
+2
*
asfdec: split reading stream properties out of asf_read_header()
Anton Khirnov
2011-02-13
1
-176
/
+186
*
asfdec: deobfuscate reading video properties size
Anton Khirnov
2011-02-10
1
-5
/
+4
*
asfdec: split asf_read_header()
Anton Khirnov
2011-02-10
1
-151
/
+214
*
asfdec: skip the stream bitrate list
Anton Khirnov
2011-02-10
1
-15
/
+0
*
asfdec: use an ASFContext array for storing stream bitrates
Anton Khirnov
2011-02-09
1
-5
/
+2
*
asfdec: move DAR list to ASFContext
Anton Khirnov
2011-02-09
1
-10
/
+9
*
asfdec: remove some write-only values from the context
Anton Khirnov
2011-02-09
1
-4
/
+1
*
asf: split ASFContext into muxer and demuxer parts.
Anton Khirnov
2011-02-09
1
-0
/
+41
*
asf: make ff_guidcmp inline and move it to asf.h
Anton Khirnov
2011-02-09
1
-5
/
+0
*
Replace dprintf with av_dlog
Luca Barbato
2011-01-29
1
-7
/
+7
*
asfdec: ensure that the whole tag is read.
Anton Khirnov
2011-01-28
1
-4
/
+5
*
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
Diego Elio Pettenò
2011-01-26
1
-1
/
+1
*
asfdec: remove some commented-out cruft
Anton Khirnov
2011-01-25
1
-43
/
+0
*
lavf: make a variant of ff_get_str16_nolen public
Anton Khirnov
2011-01-25
1
-20
/
+10
*
make guid utility function visibile to other modules (ff_guidcmp, ff_get_guid)
Peter Ross
2010-12-26
1
-42
/
+42
*
Change ASF demuxer to return incomplete last packets.
Reimar Döffinger
2010-12-18
1
-4
/
+16
*
Return an error when get_buffer reads none or only partial data instead
Reimar Döffinger
2010-12-11
1
-2
/
+5
[next]