]> git.sesse.net Git - ffmpeg/history - libavformat/asfdec.c
Combine deprecation guards where appropriate
[ffmpeg] / libavformat / asfdec.c
2016-05-04 Vittorio Giovaracosmetics: Fix spelling mistakes
2016-05-03 Diego BiurrunDrop pointless assert.h #includes
2016-02-23 Anton Khirnovlavf: replace AVStream.codec with AVStream.codecpar
2016-02-07 Andreas Cadhalpunasfdec: make sure packet_size is non-zero before seeking
2016-02-07 Andreas Cadhalpunasfdec: check for too small size in asf_read_unknown
2016-02-07 Andreas Cadhalpunasfdec: check avio_skip in asf_read_simple_index
2016-02-07 Andreas Cadhalpunasfdec: break if EOF is reached after asf_read_packet_h...
2016-01-11 Alexandra Hájkováasfdec: Fix typo in comment
2016-01-07 Alexandra Hájkováasfdec: Remove unused function parameters
2016-01-07 Andreas Cadhalpunasfdec: reject size > INT64_MAX in asf_read_unknown
2016-01-07 Andreas Cadhalpunasfdec: only set asf_pkt->data_size after sanity checks
2015-11-23 Alexandra Hájkováasfdec: handle the case when the stream index has an...
2015-10-26 Luca Barbatoavpacket: Replace av_free_packet with av_packet_unref
2015-10-08 Alexandra Hájkováasfdec: do not skip padding if offset is above packet...
2015-09-12 Alexandra Hájkováasfdec: add more checks for size left in asf packet...
2015-09-06 Alexandra Hájkováasfdec: alloc enough space for storing name in asf_read...
2015-08-16 Alexandra Hájkováasfdec: prevent the memory leak in the asf_read_metada_obj
2015-08-04 Luca Barbatoasf: Use time_t where needed
2015-08-04 Alexandra Hájkováasfdec: read values properly
2015-08-02 Alexandra Hájkováasfdec: prevent the memory leak while reading metadata
2015-07-31 Alexandra Hájkováasfdec: remove improper assignement that caused wrong...
2015-07-31 Alexandra Hájkováasfdec: do not export empty metadata
2015-07-31 Alexandra Hájkováasfdec: free AVDictionaries properly when closing the...
2015-07-27 Alexandra Hájkováasfdec: do not align Data Object when Broadcast Flag...
2015-07-27 Vittorio Giovaralavc: Consistently prefix input buffer defines
2015-07-27 Alexandra Hájkováasfdec: interpret the first flag in an asf packet as...
2015-07-23 Alexandra Hájkováasfdec: remove the wrong condition
2015-07-23 Alexandra Hájkováasfdec: increment nb_streams right after the stream...
2015-07-23 Alexandra Hájkováasfdec: set nb_streams to 0 in the asf_read_close
2015-07-22 Alexandra Hájkováasfdec: avoid crash in the case when chunk_len is 0...
2015-07-22 Alexandra Hájkováasfdec: close the demuxer properly when read_header...
2015-07-22 Alexandra Hájkováasfdec: factor out seeking to the Data Object outside...
2015-07-19 Alexandra Hájkováasfdec: make nb_sub to be unsigned int
2015-07-19 Alexandra Hájkováasfdec: read the replicated data in a separate function
2015-07-19 Alexandra Hájkováasfdec: convert condition for the replicated data readi...
2015-07-19 Alexandra Hájkováasfdec: do not read replicated data when their length...
2015-07-13 Alexandra Hájkováasfdec: prevent memory leaks found with Coverity Scan
2015-07-12 Hendrik Leppkesasfdec: always reset packet state after seeking
2015-07-11 Luca Barbatoriff: Use the correct logging context
2015-07-10 Alexandra Hájkováasfdec: Fix reading from the pipe
2015-07-02 Alexandra Hájkováasfdec: prevent the infinite loop in detect unknown_sub...
2015-07-02 Alexandra Hájkováasfdec: prevent possible memory leak in the asf_read_me...
2015-06-28 Luca Barbatoasf: Do not skip data streams
2015-06-28 Alexandra Hájkoválavf: Replace the ASF demuxer
2015-04-19 Vittorio GiovaraReplace av_dlog with normal av_log at trace level
2015-03-03 Vittorio Giovaraasf: do not export XMP metadata by default
2015-02-14 Diego Biurrunavformat: Don't anonymously typedef structs
2015-02-10 wm4lavf: move internal fields from public to internal...
2014-03-11 Diego Biurrunlavf: more correct printf format specifiers
2014-02-12 Janne Grunauasfdec: fix seeking with fragmented packets
2014-02-12 Andrew Kelleyasfdec: short-circuit seeking to the start of stream
2014-02-12 Janne Grunauasfdec: check ff_get_guid() return values during seeking
2013-09-30 Martin Storsjöasfdec: Check the return value of asf_read_stream_prope...
2013-09-19 Vladimir Pantelicasfdec: substract preroll time from marker presentation...
2013-08-02 Diego BiurrunDisable deprecation warnings for cases where a replacem...
2013-05-15 Diego BiurrunRemove commented-out debug #define cruft
2013-04-30 Diego Biurrunavformat: Drop unnecessary ff_ name prefixes from stati...
2013-04-21 Peter Rossriff: Move guid structs and helper functions into riff
2013-03-08 Anton Khirnovavpacket: use AVBuffer to allow refcounting the packets.
2013-02-09 Anton Khirnovasfdec: do not assume every AVStream has a correspondin...
2013-02-09 Vladimir Pantelicasfdec: support reading ID3v2 tags in ASF files
2013-02-09 Vladimir Pantelicasfdec: also read Metadata Library Object
2013-02-09 Vladimir Pantelicasfdec: read the full Metadata Object, not just aspect...
2013-02-09 Vladimir Pantelicasfdec: silence a warning
2013-02-06 Diego Biurrunasf: K&R formatting cosmetics
2013-01-07 Diego Biurrunasfdec: Fix printf format string length modifier
2012-10-24 Anton Khirnovasfdec: cosmetics, reformat ff_asf_parse_packet()
2012-10-01 Diego Biurrunavformat: Convert some commented-out printf/av_log...
2012-10-01 Diego Biurrunavformat: Remove non-compiling and/or silly commented...
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_INT in the i64...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-30 Diego BiurrunImprove descriptiveness of a number of codec and contai...
2012-07-02 Anton Khirnovasfdec: read attached pictures.
2012-04-06 Martin Storsjöasfdec: Add an option for not searching for the packet...
2012-04-06 Martin Storsjöcosmetics: Align muxer/demuxer declarations
2012-03-28 Ronald S. Bultjeasf: only set index_read if the index contained entries.
2012-03-22 Ronald S. Bultjeasf: reset side data elements on packet copy.
2012-02-29 Justin Rugglesasfdec: Do not set AVCodecContext.frame_size
2012-02-29 Ronald S. Bultjeasf: don't seek back on EOF.
2012-02-28 Ronald S. Bultjeasf: error out on ridiculously large minpktsize values.
2012-02-18 Ronald S. Bultjeasf: prevent packet_size_left from going negative if...
2012-02-13 Diego BiurrunMove some conditionally used variables into the block...
2012-01-27 Anton Khirnovlavf: remove AVFormatParameters from AVFormatContext...
2011-12-21 Justin Rugglesasfdec: add side data to ASFStream packet instead of...
2011-12-02 John Stebbinsasf: use packet dts as approximation of pts
2011-12-02 Luca Barbatoasf: do not call av_read_frame
2011-11-30 Anton Khirnovlavf: make av_set_pts_info private.
2011-11-02 Diego BiurrunReplace ffmpeg references with more accurate libav...
2011-10-28 Anton Khirnovlavf: make some seeking functions private
2011-10-20 Anton Khirnovlavf: use avpriv_ prefix for ff_new_chapter().
2011-10-19 Anton Khirnovlavf,lavd: replace av_new_stream->avformat_new_stream...
2011-07-17 Anton Khirnovlavf: use designated initialisers for all (de)muxers.
2011-07-03 Mans RullgardDo not include mathematics.h in avutil.h
2011-07-03 Mans RullgardRemove return statements following infinite loops witho...
2011-07-03 Diego BiurrunMove some conditionally used code below the appropriate...
2011-06-08 Anton KhirnovRemove all uses of now deprecated metadata functions.
2011-06-02 Mans RullgardRemove unused variables
2011-05-19 Mans Rullgardasfdec: add missing #include for av_bswap32()
2011-05-17 Uoti Urpalaasfdec: fix possible overread on broken files.
2011-05-17 Vladimir Pantelicasfdec: do not fall back to binary/generic search
next