196 Commits (70d685a77f283b110e7b1ab565ff5de53f752d55)

Author SHA1 Message Date
Marton Balint 79e4293613 lavf/asfenc: add support for storing languages 9 years ago
Vladimir Pantelic 1eb9328030 asfenc: add ASF_Reserved_4 as defined in section 10.10 of the ASF spec 11 years ago
Vladimir Pantelic 84b721db36 asfdec: also read Metadata Library Object 12 years ago
Diego Biurrun 48a4ffa722 asf: K&R formatting cosmetics 12 years ago
Carl Eugen Hoyos 2cba62bd84 Do not map asf metadata key WM/Track to track. 13 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Ronald S. Bultje 939bfc87ee asf/wtv: use service_provider and service_name metadata tags 14 years ago
Ronald S. Bultje 4543009943 asf/wtv: use service_provider and service_name metadata tags 14 years ago
Anton Khirnov 6e89b61293 lavf: move ff_put_str16_nolen from asf to avio and rename it 14 years ago
Anton Khirnov dccbd97d72 lavf: move ff_put_str16_nolen from asf to avio and rename it 14 years ago
Martin Storsjö 7428c8f599 asf: Add asf_jfif_media guid 15 years ago
Anton Khirnov 8166c498df Remove superfluous space from a conversion table. 15 years ago
Zhentan Feng 852e0ca555 Move put_le16_nolen() to asf.c and give it a ff_ prefix. This way, it is easier 15 years ago
Vladimir Pantelic 88b51ea948 Use ASF supports "markers" which are a name and a time stamp to create 15 years ago
Benoit Fouet a5517dcc9a asf: indent. 15 years ago
Benoit Fouet 9b54f4328e asf: add more entries to metadata conv table. 15 years ago
Anton Khirnov a106d4112d Don't add WM prefixes to all written ASF tags. 15 years ago
Anton Khirnov ca76a11948 Add a list of generic tags and change demuxers to follow it. 15 years ago
Daniel G. Taylor febd1c90a6 Detect Windows Media DRM protected files and display warning if no key 15 years ago
Cyril Comparon 5f1ac36dd2 Per-stream language-tags extraction in asfdec. 16 years ago
Reimar Döffinger b8b00d9429 Rename GUID typedef to ff_asf_guid to fix MinGW compilation failure 16 years ago
Aurelien Jacobs 719e721a14 Add some basic metadata conversion tables for matroska and asf. 16 years ago
Aurelien Jacobs 17af052531 move static tables from asf.h to non-static tables in asf.c 16 years ago
Aurelien Jacobs 5e293c424d rename asf-enc.c to asfenc.c and asf.c to asfdec.c for consistency 16 years ago
Alex Converse e9259f8d18 Re-indent after last commit 16 years ago
Alex Converse e7f73adbb8 AAC in ASF does not need parsing. 16 years ago
Benoit Fouet 871e62e529 Add a context to av_log() calls. 16 years ago
Aurelien Jacobs 20e2a7aed2 use new metadata API in asf demuxer 16 years ago
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
Ronald S. Bultje b0d75d6036 Don't use s->pb if a local ByteIOContext was already provided by the calling 16 years ago
Ronald S. Bultje 1d217cdb3f Make asf_get_packet() and asf_parse_packet() public for use in RTSP-MS and 16 years ago
Ronald S. Bultje d7fb5a18fc Add a ByteIOContext argument to ASF functions that will be shared with the 16 years ago
Ronald S. Bultje f27544fd5b Separate the packet fetching from the data reading, so that the data reading 16 years ago
Ronald S. Bultje dc50773dc5 Remove static variable and a printf using it. See "[PATCH] asf.c: move 16 years ago
Ronald S. Bultje 022f0b7c01 Do not access s->gb directly in functions that have a local copy of that 16 years ago
Diego Biurrun 9686df2be5 Delete unnecessary 'extern' keywords. 16 years ago
Baptiste Coudurier eb63b051c0 timestamp is dts in wmv/asf 16 years ago
Diego Pettenò fb65d2ca84 Use enum typers instead of int. 16 years ago
Luca Abeni dd1c8f3e6e Bump Major version, this commit is almost just renaming bits_per_sample to 16 years ago
Aurelien Jacobs 5972945197 convert every muxer/demuxer to write/read sample_aspect_ratio from/to 16 years ago
Måns Rullgård f94981ea6a ASF: use dprintf(), allow compilation with -DDEBUG 17 years ago
Michael Niedermayer 0bef08e516 New codec probing system try #1. 17 years ago
Michael Niedermayer 3e86dba24b command_streams are type data not unknown. 17 years ago
Baptiste Coudurier ade8d8b939 uniformize AVStream->priv_data freeing in av_close_input_stream 17 years ago
Baptiste Coudurier ccafd47251 factorize read_header failure freeing code 17 years ago
Stefano Sabatini bde15e74de Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. 17 years ago
Diego Biurrun 245976da2a Use full path for #includes from another directory. 17 years ago
Rafaël Carré b4bbcd635f Read asf file header fields in the right order 17 years ago
Michael Niedermayer 11c55efa34 Skip over unknown extended_content_header tags. 17 years ago
Michael Niedermayer 16428e6348 simplify 17 years ago