summaryrefslogtreecommitdiff
path: root/libavformat/asf.c
Commit message (Expand)AuthorAge
* avformat/asf: Move ASF GUIDs to a new fileAndreas Rheinhardt2022-05-10
* avformat/utils: Move ff_add_attached_pic to demux_utils.cAndreas Rheinhardt2022-05-10
* avformat/id3v2: Don't reverse the order of id3v2 APICsAndreas Rheinhardt2021-04-18
* avformat/asf: Use ff_add_attached_pic() to read attached picsAndreas Rheinhardt2021-04-01
* avformat/asf: Factor common code outAndreas Rheinhardt2021-03-31
* avformat/asf: Move ff_asf_audio_conceal_none to its only userAndreas Rheinhardt2021-02-24
* avformat/asfenc: write group_mutual_exclusion_objects for audio on multiple l...Marton Balint2016-02-21
* lavf/asfenc: add support for storing languagesMarton Balint2016-02-05
* Merge commit '1eb932803037a3c9f98f66aeb80024dfa3c5c743'Michael Niedermayer2013-09-20
|\
| * asfenc: add ASF_Reserved_4 as defined in section 10.10 of the ASF specVladimir Pantelic2013-09-19
* | Merge commit '84b721db366c0734fdfd23c8daaa7da7da21f761'Michael Niedermayer2013-02-10
|\|
| * asfdec: also read Metadata Library ObjectVladimir Pantelic2013-02-09
* | Merge commit '48a4ffa722c0874b251de9d201babed52cef0bcb'Michael Niedermayer2013-02-06
|\|
| * asf: K&R formatting cosmeticsDiego Biurrun2013-02-06
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * asf/wtv: use service_provider and service_name metadata tagsRonald S. Bultje2011-01-31
| * lavf: move ff_put_str16_nolen from asf to avio and rename itAnton Khirnov2011-01-21
* | Do not map asf metadata key WM/Track to track.Carl Eugen Hoyos2011-12-31
* | asf/wtv: use service_provider and service_name metadata tagsRonald S. Bultje2011-01-31
* | lavf: move ff_put_str16_nolen from asf to avio and rename itAnton Khirnov2011-01-23
|/
* asf: Add asf_jfif_media guidMartin Storsjö2010-07-20
* Remove superfluous space from a conversion table.Anton Khirnov2010-03-31
* Move put_le16_nolen() to asf.c and give it a ff_ prefix. This way, it is easierZhentan Feng2010-03-24
* Use ASF supports "markers" which are a name and a time stamp to createVladimir Pantelic2010-03-08
* asf: indent.Benoit Fouet2010-02-25
* asf: add more entries to metadata conv table.Benoit Fouet2010-02-25
* Don't add WM prefixes to all written ASF tags.Anton Khirnov2010-02-24
* Add a list of generic tags and change demuxers to follow it.Anton Khirnov2010-02-01
* Detect Windows Media DRM protected files and display warning if no keyDaniel G. Taylor2009-10-11
* Per-stream language-tags extraction in asfdec.Cyril Comparon2009-05-12
* Rename GUID typedef to ff_asf_guid to fix MinGW compilation failureReimar Döffinger2009-03-18
* Add some basic metadata conversion tables for matroska and asf.Aurelien Jacobs2009-03-01
* move static tables from asf.h to non-static tables in asf.cAurelien Jacobs2009-02-26
* rename asf-enc.c to asfenc.c and asf.c to asfdec.c for consistencyAurelien Jacobs2009-02-26
* Re-indent after last commitAlex Converse2009-02-19
* AAC in ASF does not need parsing.Alex Converse2009-02-19
* Add a context to av_log() calls.Benoit Fouet2009-02-16
* use new metadata API in asf demuxerAurelien Jacobs2009-02-03
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Don't use s->pb if a local ByteIOContext was already provided by the callingRonald S. Bultje2009-01-07
* Make asf_get_packet() and asf_parse_packet() public for use in RTSP-MS andRonald S. Bultje2008-12-18
* Add a ByteIOContext argument to ASF functions that will be shared with theRonald S. Bultje2008-12-18
* Separate the packet fetching from the data reading, so that the data readingRonald S. Bultje2008-12-13
* Remove static variable and a printf using it. See "[PATCH] asf.c: moveRonald S. Bultje2008-12-06
* Do not access s->gb directly in functions that have a local copy of thatRonald S. Bultje2008-12-06
* Delete unnecessary 'extern' keywords.Diego Biurrun2008-12-03
* timestamp is dts in wmv/asfBaptiste Coudurier2008-11-14
* Use enum typers instead of int.Diego Pettenò2008-10-02
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-08
* convert every muxer/demuxer to write/read sample_aspect_ratio from/toAurelien Jacobs2008-08-23