46 Commits (7e52080cb18332cb1da9fe133498750b6b4b0fb3)

Author SHA1 Message Date
Vladimir Pantelic bb461370e3 asfenc: mux chapters in ASF files using an ASF "marker" section 11 years ago
Vladimir Pantelic 09f3c937ed asfenc: remember send time and offset of the index entries 11 years ago
Vladimir Pantelic c53b5dda35 asfdec: replace magic constant with DATA_HEADER_SIZE 11 years ago
Alexandra Khirnova f369b9356c avformat: Use av_reallocp_array() where suitable 11 years ago
Anton Khirnov 3cd93cc7b8 Revert "asfenc: return error on negative timestamp" 12 years ago
Luca Barbato d1bec33b46 asfenc: return error on negative timestamp 12 years ago
Diego Biurrun 48a4ffa722 asf: K&R formatting cosmetics 12 years ago
Anton Khirnov 3b4bb19e63 lavf: flush the output AVIOContext in av_write_trailer(). 12 years ago
Mans Rullgard 987170cb9d dict: add av_dict_count() 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Diego Biurrun 0177b7d23a Improve descriptiveness of a number of codec and container long names 12 years ago
Ronald S. Bultje fd48721849 lavf: use conditional notation for default codec in muxer declarations. 12 years ago
Martin Storsjö 20234a4bd7 cosmetics: Align muxer/demuxer declarations 13 years ago
Anton Khirnov c3f9ebf743 lavf: make av_set_pts_info private. 13 years ago
John Brooks 2c4e08d893 riff: always generate a proper WAVEFORMATEX structure in ff_put_wav_header 13 years ago
Anton Khirnov dfc2c4d900 lavf: use designated initialisers for all (de)muxers. 14 years ago
Anton Khirnov d2d67e424f Remove all uses of now deprecated metadata functions. 14 years ago
Anton Khirnov 6dc7d80de7 avio: avio_ prefix for url_close_dyn_buf 14 years ago
Anton Khirnov b92c545282 avio: avio_ prefix for url_open_dyn_buf 14 years ago
Anton Khirnov 8978fedaee avio: introduce an AVIOContext.seekable field 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Anton Khirnov b7f2fdde74 avio: rename put_flush_packet -> avio_flush 14 years ago
Anton Khirnov a2704c9712 avio: add avio_tell macro as a replacement for url_ftell 14 years ago
Anton Khirnov 6b4aa5dac8 avio: avio_ prefix for url_fseek 14 years ago
Anton Khirnov 77eb5504d3 avio: avio: avio_ prefixes for put_* functions 14 years ago
Anton Khirnov e731b8d872 avio: move init_put_byte() to a new private header and rename it 14 years ago
Anton Khirnov ae628ec1fd avio: rename ByteIOContext to AVIOContext. 14 years ago
Anton Khirnov 4bc328a2bd asf: split ASFContext into muxer and demuxer parts. 14 years ago
Diego Elio Pettenò c6610a216e Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
Anton Khirnov dccbd97d72 lavf: move ff_put_str16_nolen from asf to avio and rename it 14 years ago
Anton Khirnov ad7768f4c4 add ff_ prefix to metadata_conv() 14 years ago
Anton Khirnov 03700d399b Export metadata in the generic format. Deprecate old conversion API. 14 years ago
Jean-Daniel Dupas cc947f04cc Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 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
Anton Khirnov cba2f6d51b asfenc: write tags in proper UTF-16. 15 years ago
Anton Khirnov a677078e14 asfenc: simplify writing of comment header. 15 years ago
Anton Khirnov a106d4112d Don't add WM prefixes to all written ASF tags. 15 years ago
Anton Khirnov 531d8fa308 Eliminate put_str16(). 15 years ago
Anton Khirnov 83a6c1a69c Strings in extended content header are UTF16, 15 years ago
Ronald S. Bultje 91d19d471b Remove any reference to ASFContext.packet_size and replace it with 16 years ago
Daniel Verkamp 1a40491ef2 Add ff_ prefixes to exported symbols in libavformat/riff.h. 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
Aurelien Jacobs 488227c5d7 write all available metadata tags into extended_content_header 16 years ago
Aurelien Jacobs 300f24f317 use new metadata API in asf muxer 16 years ago
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago