summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-09-20Merge commit '1eb932803037a3c9f98f66aeb80024dfa3c5c743'Michael Niedermayer2-0/+5
2013-09-19asfenc: add ASF_Reserved_4 as defined in section 10.10 of the ASF specVladimir Pantelic2-0/+5
2013-02-10Merge commit '84b721db366c0734fdfd23c8daaa7da7da21f761'Michael Niedermayer3-0/+11
2013-02-09asfdec: also read Metadata Library ObjectVladimir Pantelic3-0/+11
2013-02-06Merge commit '48a4ffa722c0874b251de9d201babed52cef0bcb'Michael Niedermayer6-525/+535
2013-02-06asf: K&R formatting cosmeticsDiego Biurrun4-508/+552
2011-12-31Do not map asf metadata key WM/Track to track.Carl Eugen Hoyos1-1/+0
2011-01-31asf/wtv: use service_provider and service_name metadata tagsRonald S. Bultje1-0/+2
2011-01-23lavf: move ff_put_str16_nolen from asf to avio and rename itAnton Khirnov6-23/+27
2010-07-20asf: Add asf_jfif_media guidMartin Storsjö2-0/+5
2010-03-31Remove superfluous space from a conversion table.Anton Khirnov1-1/+1
2010-03-24Move put_le16_nolen() to asf.c and give it a ff_ prefix. This way, it is easierZhentan Feng3-20/+21
2010-03-08Use ASF supports "markers" which are a name and a time stamp to createVladimir Pantelic3-0/+32
2010-02-25asf: indent.Benoit Fouet1-5/+5
2010-02-25asf: add more entries to metadata conv table.Benoit Fouet1-0/+12
2010-02-24Don't add WM prefixes to all written ASF tags.Anton Khirnov2-7/+4
2010-02-01Add a list of generic tags and change demuxers to follow it.Anton Khirnov12-29/+72
2009-10-11Detect Windows Media DRM protected files and display warning if no keyDaniel G. Taylor3-0/+24
2009-05-12Per-stream language-tags extraction in asfdec.Cyril Comparon5-2/+41
2009-03-18Rename GUID typedef to ff_asf_guid to fix MinGW compilation failureReimar Döffinger4-55/+55
2009-03-01Add some basic metadata conversion tables for matroska and asf.Aurelien Jacobs8-2/+30
2009-02-26move static tables from asf.h to non-static tables in asf.cAurelien Jacobs5-147/+192
2009-02-26rename asf-enc.c to asfenc.c and asf.c to asfdec.c for consistencyAurelien Jacobs3-3/+3
2009-02-19Re-indent after last commitAlex Converse1-1/+1
2009-02-19AAC in ASF does not need parsing.Alex Converse1-0/+4
2009-02-16Add a context to av_log() calls.Benoit Fouet1-9/+9
2009-02-03use new metadata API in asf demuxerAurelien Jacobs1-33/+22
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun194-219/+219
2009-01-07Don't use s->pb if a local ByteIOContext was already provided by the callingRonald S. Bultje1-1/+1
2008-12-18Make asf_get_packet() and asf_parse_packet() public for use in RTSP-MS andRonald S. Bultje2-14/+25
2008-12-18Add a ByteIOContext argument to ASF functions that will be shared with theRonald S. Bultje1-9/+6
2008-12-13Separate the packet fetching from the data reading, so that the data readingRonald S. Bultje1-6/+26
2008-12-06Remove static variable and a printf using it. See "[PATCH] asf.c: moveRonald S. Bultje1-2/+0
2008-12-06Do not access s->gb directly in functions that have a local copy of thatRonald S. Bultje1-2/+2
2008-12-03Delete unnecessary 'extern' keywords.Diego Biurrun30-122/+116
2008-11-14timestamp is dts in wmv/asfBaptiste Coudurier1-1/+1
2008-10-02Use enum typers instead of int.Diego Pettenò11-17/+24
2008-09-08Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni71-207/+206
2008-08-23convert every muxer/demuxer to write/read sample_aspect_ratio from/toAurelien Jacobs16-46/+44
2008-07-13ASF: use dprintf(), allow compilation with -DDEBUGMåns Rullgård1-11/+9
2008-07-12New codec probing system try #1.Michael Niedermayer4-2/+46
2008-07-12command_streams are type data not unknown.Michael Niedermayer1-1/+1
2008-06-20uniformize AVStream->priv_data freeing in av_close_input_streamBaptiste Coudurier5-6/+1
2008-06-20factorize read_header failure freeing codeBaptiste Coudurier4-31/+19
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini102-162/+172
2008-05-09Use full path for #includes from another directory.Diego Biurrun192-319/+351
2008-04-22Read asf file header fields in the right orderRafaël Carré1-1/+1
2008-03-06Skip over unknown extended_content_header tags.Michael Niedermayer1-1/+2
2008-03-06simplifyMichael Niedermayer1-2/+2
[next]