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
*
asf: Use time_t where needed
Luca Barbato
2015-08-04
1
-1
/
+1
*
asfdec: read values properly
Alexandra Hájková
2015-08-04
1
-16
/
+36
*
asfdec: prevent the memory leak while reading metadata
Alexandra Hájková
2015-08-02
1
-10
/
+12
*
asfdec: remove improper assignement that caused wrong timestamps
Alexandra Hájková
2015-07-31
1
-3
/
+0
*
asfdec: do not export empty metadata
Alexandra Hájková
2015-07-31
1
-2
/
+4
*
asfdec: free AVDictionaries properly when closing the demuxer
Alexandra Hájková
2015-07-31
1
-3
/
+5
*
asfdec: do not align Data Object when Broadcast Flag is set
Alexandra Hájková
2015-07-27
1
-2
/
+2
*
lavc: Consistently prefix input buffer defines
Vittorio Giovara
2015-07-27
1
-2
/
+2
*
asfdec: interpret the first flag in an asf packet as length flag
Alexandra Hájková
2015-07-27
1
-2
/
+4
*
asfdec: remove the wrong condition
Alexandra Hájková
2015-07-23
1
-1
/
+1
*
asfdec: increment nb_streams right after the stream allocation
Alexandra Hájková
2015-07-23
1
-1
/
+1
*
asfdec: set nb_streams to 0 in the asf_read_close
Alexandra Hájková
2015-07-23
1
-0
/
+1
*
asfdec: avoid crash in the case when chunk_len is 0 or pkt_len is 0
Alexandra Hájková
2015-07-22
1
-0
/
+2
*
asfdec: close the demuxer properly when read_header is failing
Alexandra Hájková
2015-07-22
1
-3
/
+8
*
asfdec: factor out seeking to the Data Object outside while
Alexandra Hájková
2015-07-22
1
-7
/
+10
*
asfdec: make nb_sub to be unsigned int
Alexandra Hájková
2015-07-19
1
-1
/
+1
*
asfdec: read the replicated data in a separate function
Alexandra Hájková
2015-07-19
1
-13
/
+24
*
asfdec: convert condition for the replicated data reading to be safer
Alexandra Hájková
2015-07-19
1
-2
/
+2
*
asfdec: do not read replicated data when their length is 0
Alexandra Hájková
2015-07-19
1
-11
/
+13
*
asfdec: prevent memory leaks found with Coverity Scan
Alexandra Hájková
2015-07-13
1
-4
/
+8
*
asfdec: always reset packet state after seeking
Hendrik Leppkes
2015-07-12
1
-4
/
+2
*
riff: Use the correct logging context
Luca Barbato
2015-07-11
1
-1
/
+1
*
asfdec: Fix reading from the pipe
Alexandra Hájková
2015-07-10
1
-1
/
+2
*
asfdec: prevent the infinite loop in detect unknown_subobject
Alexandra Hájková
2015-07-03
1
-0
/
+2
*
asfdec: prevent possible memory leak in the asf_read_metadata_obj
Alexandra Hájková
2015-07-03
1
-1
/
+2
*
asf: Do not skip data streams
Luca Barbato
2015-06-28
1
-6
/
+0
*
lavf: Replace the ASF demuxer
Alexandra Hájková
2015-06-28
1
-1178
/
+1352
*
Replace av_dlog with normal av_log at trace level
Vittorio Giovara
2015-04-19
1
-11
/
+11
*
asf: do not export XMP metadata by default
Vittorio Giovara
2015-03-03
1
-1
/
+7
*
avformat: Don't anonymously typedef structs
Diego Biurrun
2015-02-14
1
-1
/
+1
*
lavf: move internal fields from public to internal context
wm4
2015-02-10
1
-5
/
+5
*
lavf: more correct printf format specifiers
Diego Biurrun
2014-03-11
1
-3
/
+5
*
asfdec: fix seeking with fragmented packets
Janne Grunau
2014-02-12
1
-0
/
+10
*
asfdec: short-circuit seeking to the start of stream
Andrew Kelley
2014-02-12
1
-0
/
+7
*
asfdec: check ff_get_guid() return values during seeking
Janne Grunau
2014-02-12
1
-10
/
+16
*
asfdec: Check the return value of asf_read_stream_properties
Martin Storsjö
2013-09-30
1
-1
/
+3
*
asfdec: substract preroll time from marker presentation time
Vladimir Pantelic
2013-09-19
1
-0
/
+2
*
Disable deprecation warnings for cases where a replacement is available
Diego Biurrun
2013-08-02
1
-0
/
+3
*
Remove commented-out debug #define cruft
Diego Biurrun
2013-05-16
1
-2
/
+0
*
avformat: Drop unnecessary ff_ name prefixes from static functions
Diego Biurrun
2013-04-30
1
-4
/
+4
*
riff: Move guid structs and helper functions into riff
Peter Ross
2013-04-21
1
-6
/
+0
*
avpacket: use AVBuffer to allow refcounting the packets.
Anton Khirnov
2013-03-08
1
-5
/
+11
*
asfdec: do not assume every AVStream has a corresponding ASFStream
Anton Khirnov
2013-02-09
1
-5
/
+6
*
asfdec: support reading ID3v2 tags in ASF files
Vladimir Pantelic
2013-02-09
1
-3
/
+19
*
asfdec: also read Metadata Library Object
Vladimir Pantelic
2013-02-09
1
-0
/
+6
*
asfdec: read the full Metadata Object, not just aspect ratio information
Vladimir Pantelic
2013-02-09
1
-24
/
+27
*
asfdec: silence a warning
Vladimir Pantelic
2013-02-09
1
-1
/
+1
*
asf: K&R formatting cosmetics
Diego Biurrun
2013-02-06
1
-274
/
+331
*
asfdec: Fix printf format string length modifier
Diego Biurrun
2013-01-07
1
-1
/
+1
*
asfdec: cosmetics, reformat ff_asf_parse_packet()
Anton Khirnov
2012-10-24
1
-66
/
+72
[next]