]> git.sesse.net Git - ffmpeg/history - libavformat/asfdec.c
Fix aspect ratio for files that have it stored in
[ffmpeg] / libavformat / asfdec.c
2010-09-23 Richard ButeauFix aspect ratio for files that have it stored in
2010-07-20 Martin Storsjöasfdec: 10l, fix the minimum asf video stream header...
2010-07-20 Martin Storsjöasfdec: Don't read the video stream header if there...
2010-07-20 Martin Storsjöasfdec: Handle asf_jfif_media
2010-07-10 Måns RullgårdAdd av_ prefix to bswap macros
2010-07-07 Michael NiedermayerIgnore extradata & w/h in asf/dvr.
2010-06-24 Måns Rullgårdasfdec: ensure number of streams is within bounds;...
2010-06-23 Michael NiedermayerContinue after guids in asf after which other guids...
2010-05-26 Alex ConverseParse and repack the first frame of H.264 in ASF becaus...
2010-05-07 Michael NiedermayerFavor chunk size over hitting the correct position...
2010-04-25 Stefano SabatiniMark av_metadata_set() as deprecated, and use av_metada...
2010-03-31 Jean-Daniel DupasReplace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-30 Benoit FouetReplace @returns by @return.
2010-03-08 Vladimir PantelicUse ASF supports "markers" which are a name and a time...
2010-02-25 Anton Khirnovasfdec: don't strip the "WM/" prefix, this should be...
2010-02-24 Anton KhirnovRead ASF metadata as proper UTF-16 and spit it out...
2010-02-24 Benoit Fouetasfdec: skip byte array tags.
2010-02-24 Benoit Fouetasfdec: add a debug message about skipped tags.
2010-02-24 Benoit Fouetasfdec: fix a memleak.
2010-02-24 Benoit Fouetasfdec: only unicode tags must have even length.
2010-02-15 Anton Khirnovworkaround for broken files created by previous version...
2009-12-16 Michael NiedermayerOnly add 1 index entry per keyframe.
2009-12-13 Michael NiedermayerUse AV_METADATA_DONT_STRDUP* / use av_malloced metadata...
2009-10-11 Daniel G. TaylorDetect Windows Media DRM protected files and display...
2009-08-30 Josh HarrisFix incorrect display of ASF/WMV duration after r12926.
2009-07-26 Ronald S. BultjeAdd handling of EAGAIN at packet boundaries. See "...
2009-07-26 Måns RullgårdReplace WORDS_BIGENDIAN with HAVE_BIGENDIAN
2009-07-06 Reimar DöffingerCheck for packet_length 0, it is already treated as...
2009-07-03 Reimar DöffingerFix indentation
2009-07-03 Reimar DöffingerAvoid divisions by 0 in the ASF demuxer if packet_size...
2009-06-24 Ronald S. BultjeRemove any reference to ASFContext.packet_size and...
2009-06-22 Daniel VerkampAdd ff_ prefixes to exported symbols in libavformat...
2009-06-09 Ronald S. BultjeMake asf_get_packet() and asf_parse_packet() static...
2009-05-24 Baptiste Coudurierfix get_str16_nolen with odd len, fix #1065
2009-05-24 Baptiste Couduriermove DEBUG define before include to get dprintf and...
2009-05-12 Cyril ComparonPer-stream language-tags extraction in asfdec.
2009-04-19 Diego BiurrunMark gsize variable as av_unused, fixes the warning:
2009-04-19 Diego BiurrunRevert previous removal of gsize variable. It breaks...
2009-04-18 Diego BiurrunRemove unused variable gsize, fixes the warning:
2009-04-17 Michael NiedermayerRemove nonsensical assignment from asf_read_seek()...
2009-04-17 Michael NiedermayerRemove unused variable from asf_read_header() found...
2009-04-17 Ronald S. BultjeChange another AVERROR(EIO) inot AVERROR_EOF, because...
2009-04-17 Michael NiedermayerMoving variable declarations in asf_build_simple_index...
2009-04-16 Ronald S. BultjeReplace AVERROR(EIO) by AVERROR_EOF on end-of-file...
2009-03-28 Ronald S. BultjeDon't strip the first three characters off of any metad...
2009-03-18 Reimar DöffingerRename GUID typedef to ff_asf_guid to fix MinGW compila...
2009-03-18 Reimar DöffingerAdd a special guidcmp function to compare ASF guids...
2009-03-17 avcodercosmetics: fix indentation, patch by avcoder, ffmpeg...
2009-03-01 Aurelien JacobsAdd some basic metadata conversion tables for matroska...
2009-02-26 Aurelien Jacobsmove static tables from asf.h to non-static tables...
2009-02-26 Aurelien Jacobsrename asf-enc.c to asfenc.c and asf.c to asfdec.c...