index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
asfdec.c
Age
Commit message (
Expand
)
Author
2015-07-13
asfdec: prevent memory leaks found with Coverity Scan
Alexandra Hájková
2015-07-12
asfdec: always reset packet state after seeking
Hendrik Leppkes
2015-07-11
riff: Use the correct logging context
Luca Barbato
2015-07-10
asfdec: Fix reading from the pipe
Alexandra Hájková
2015-07-03
asfdec: prevent the infinite loop in detect unknown_subobject
Alexandra Hájková
2015-07-03
asfdec: prevent possible memory leak in the asf_read_metadata_obj
Alexandra Hájková
2015-06-28
asf: Do not skip data streams
Luca Barbato
2015-06-28
lavf: Replace the ASF demuxer
Alexandra Hájková
2015-04-19
Replace av_dlog with normal av_log at trace level
Vittorio Giovara
2015-03-03
asf: do not export XMP metadata by default
Vittorio Giovara
2015-02-14
avformat: Don't anonymously typedef structs
Diego Biurrun
2015-02-10
lavf: move internal fields from public to internal context
wm4
2014-03-11
lavf: more correct printf format specifiers
Diego Biurrun
2014-02-12
asfdec: fix seeking with fragmented packets
Janne Grunau
2014-02-12
asfdec: short-circuit seeking to the start of stream
Andrew Kelley
2014-02-12
asfdec: check ff_get_guid() return values during seeking
Janne Grunau
2013-09-30
asfdec: Check the return value of asf_read_stream_properties
Martin Storsjö
2013-09-19
asfdec: substract preroll time from marker presentation time
Vladimir Pantelic
2013-08-02
Disable deprecation warnings for cases where a replacement is available
Diego Biurrun
2013-05-16
Remove commented-out debug #define cruft
Diego Biurrun
2013-04-30
avformat: Drop unnecessary ff_ name prefixes from static functions
Diego Biurrun
2013-04-21
riff: Move guid structs and helper functions into riff
Peter Ross
2013-03-08
avpacket: use AVBuffer to allow refcounting the packets.
Anton Khirnov
2013-02-09
asfdec: do not assume every AVStream has a corresponding ASFStream
Anton Khirnov
2013-02-09
asfdec: support reading ID3v2 tags in ASF files
Vladimir Pantelic
2013-02-09
asfdec: also read Metadata Library Object
Vladimir Pantelic
2013-02-09
asfdec: read the full Metadata Object, not just aspect ratio information
Vladimir Pantelic
2013-02-09
asfdec: silence a warning
Vladimir Pantelic
2013-02-06
asf: K&R formatting cosmetics
Diego Biurrun
2013-01-07
asfdec: Fix printf format string length modifier
Diego Biurrun
2012-10-24
asfdec: cosmetics, reformat ff_asf_parse_packet()
Anton Khirnov
2012-10-01
avformat: Convert some commented-out printf/av_log instances to av_dlog
Diego Biurrun
2012-10-01
avformat: Remove non-compiling and/or silly commented-out printf/av_log state...
Diego Biurrun
2012-09-04
avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member
Martin Storsjö
2012-08-07
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-07-30
Improve descriptiveness of a number of codec and container long names
Diego Biurrun
2012-07-02
asfdec: read attached pictures.
Anton Khirnov
2012-04-07
asfdec: Add an option for not searching for the packet markers
Martin Storsjö
2012-04-06
cosmetics: Align muxer/demuxer declarations
Martin Storsjö
2012-03-28
asf: only set index_read if the index contained entries.
Ronald S. Bultje
2012-03-22
asf: reset side data elements on packet copy.
Ronald S. Bultje
2012-02-29
asfdec: Do not set AVCodecContext.frame_size
Justin Ruggles
2012-02-28
asf: don't seek back on EOF.
Ronald S. Bultje
2012-02-28
asf: error out on ridiculously large minpktsize values.
Ronald S. Bultje
2012-02-18
asf: prevent packet_size_left from going negative if hdrlen > pktlen.
Ronald S. Bultje
2012-02-13
Move some conditionally used variables into the block where they are used.
Diego Biurrun
2012-01-27
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
Anton Khirnov
2011-12-21
asfdec: add side data to ASFStream packet instead of output packet.
Justin Ruggles
2011-12-02
asf: use packet dts as approximation of pts
John Stebbins
2011-12-02
asf: do not call av_read_frame
Luca Barbato
[next]