summaryrefslogtreecommitdiff
path: root/libavformat/asfdec.c
Commit message (Expand)AuthorAge
...
* asfdec: short-circuit seeking to the start of streamAndrew Kelley2014-02-12
* asfdec: check ff_get_guid() return values during seekingJanne Grunau2014-02-12
* asfdec: Check the return value of asf_read_stream_propertiesMartin Storsjö2013-09-30
* asfdec: substract preroll time from marker presentation timeVladimir Pantelic2013-09-19
* Disable deprecation warnings for cases where a replacement is availableDiego Biurrun2013-08-02
* Remove commented-out debug #define cruftDiego Biurrun2013-05-16
* avformat: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-30
* riff: Move guid structs and helper functions into riffPeter Ross2013-04-21
* avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov2013-03-08
* asfdec: do not assume every AVStream has a corresponding ASFStreamAnton Khirnov2013-02-09
* asfdec: support reading ID3v2 tags in ASF filesVladimir Pantelic2013-02-09
* asfdec: also read Metadata Library ObjectVladimir Pantelic2013-02-09
* asfdec: read the full Metadata Object, not just aspect ratio informationVladimir Pantelic2013-02-09
* asfdec: silence a warningVladimir Pantelic2013-02-09
* asf: K&R formatting cosmeticsDiego Biurrun2013-02-06
* asfdec: Fix printf format string length modifierDiego Biurrun2013-01-07
* asfdec: cosmetics, reformat ff_asf_parse_packet()Anton Khirnov2012-10-24
* avformat: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun2012-10-01
* avformat: Remove non-compiling and/or silly commented-out printf/av_log state...Diego Biurrun2012-10-01
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-04
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-30
* asfdec: read attached pictures.Anton Khirnov2012-07-02
* asfdec: Add an option for not searching for the packet markersMartin Storsjö2012-04-07
* cosmetics: Align muxer/demuxer declarationsMartin Storsjö2012-04-06
* asf: only set index_read if the index contained entries.Ronald S. Bultje2012-03-28
* asf: reset side data elements on packet copy.Ronald S. Bultje2012-03-22
* asfdec: Do not set AVCodecContext.frame_sizeJustin Ruggles2012-02-29
* asf: don't seek back on EOF.Ronald S. Bultje2012-02-28
* asf: error out on ridiculously large minpktsize values.Ronald S. Bultje2012-02-28
* asf: prevent packet_size_left from going negative if hdrlen > pktlen.Ronald S. Bultje2012-02-18
* Move some conditionally used variables into the block where they are used.Diego Biurrun2012-02-13
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-27
* asfdec: add side data to ASFStream packet instead of output packet.Justin Ruggles2011-12-21
* asf: use packet dts as approximation of ptsJohn Stebbins2011-12-02
* asf: do not call av_read_frameLuca Barbato2011-12-02
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* Replace ffmpeg references with more accurate libav* references.Diego Biurrun2011-11-02
* lavf: make some seeking functions privateAnton Khirnov2011-10-28
* lavf: use avpriv_ prefix for ff_new_chapter().Anton Khirnov2011-10-20
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-19
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-03
* Remove return statements following infinite loops without breakMans Rullgard2011-07-03
* Move some conditionally used code below the appropriate #ifdef.Diego Biurrun2011-07-03
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-08
* Remove unused variablesMans Rullgard2011-06-02
* asfdec: add missing #include for av_bswap32()Mans Rullgard2011-05-19
* asfdec: fix possible overread on broken files.Uoti Urpala2011-05-17
* asfdec: do not fall back to binary/generic searchVladimir Pantelic2011-05-17