| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-17 | 1 | -22/+22 |
|\ |
|
| * | lavf: use designated initialisers for all (de)muxers. | Anton Khirnov | 2011-07-17 | 1 | -22/+22 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-09 | 1 | -9/+9 |
|\| |
|
| * | Remove all uses of now deprecated metadata functions. | Anton Khirnov | 2011-06-08 | 1 | -9/+9 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-04 | 1 | -8/+8 |
|\| |
|
| * | avio: avio_ prefix for url_close_dyn_buf | Anton Khirnov | 2011-04-03 | 1 | -3/+3 |
| * | avio: avio_ prefix for url_open_dyn_buf | Anton Khirnov | 2011-04-03 | 1 | -3/+3 |
| * | avio: introduce an AVIOContext.seekable field | Anton Khirnov | 2011-04-03 | 1 | -2/+2 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
|/ |
|
* | avio: rename put_flush_packet -> avio_flush | Anton Khirnov | 2011-03-16 | 1 | -4/+4 |
* | avio: add avio_tell macro as a replacement for url_ftell | Anton Khirnov | 2011-03-04 | 1 | -10/+10 |
* | avio: avio_ prefix for url_fseek | Anton Khirnov | 2011-03-01 | 1 | -9/+9 |
* | avio: avio: avio_ prefixes for put_* functions | Anton Khirnov | 2011-02-21 | 1 | -90/+90 |
* | avio: move init_put_byte() to a new private header and rename it | Anton Khirnov | 2011-02-20 | 1 | -2/+3 |
* | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -13/+13 |
* | asf: split ASFContext into muxer and demuxer parts. | Anton Khirnov | 2011-02-09 | 1 | -0/+25 |
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -2/+2 |
* | lavf: move ff_put_str16_nolen from asf to avio and rename it | Anton Khirnov | 2011-01-21 | 1 | -3/+3 |
* | add ff_ prefix to metadata_conv() | Anton Khirnov | 2010-10-16 | 1 | -1/+1 |
* | Export metadata in the generic format. Deprecate old conversion API. | Anton Khirnov | 2010-10-15 | 1 | -2/+2 |
* | Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. | Jean-Daniel Dupas | 2010-03-31 | 1 | -3/+3 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -9/+9 |
* | Move put_le16_nolen() to asf.c and give it a ff_ prefix. This way, it is easier | Zhentan Feng | 2010-03-24 | 1 | -20/+3 |
* | asfenc: write tags in proper UTF-16. | Anton Khirnov | 2010-02-25 | 1 | -17/+59 |
* | asfenc: simplify writing of comment header. | Anton Khirnov | 2010-02-25 | 1 | -15/+12 |
* | Don't add WM prefixes to all written ASF tags. | Anton Khirnov | 2010-02-24 | 1 | -4/+1 |
* | Eliminate put_str16(). | Anton Khirnov | 2010-02-24 | 1 | -9/+5 |
* | Strings in extended content header are UTF16, | Anton Khirnov | 2010-02-15 | 1 | -2/+2 |
* | Remove any reference to ASFContext.packet_size and replace it with | Ronald S. Bultje | 2009-06-24 | 1 | -7/+7 |
* | Add ff_ prefixes to exported symbols in libavformat/riff.h. | Daniel Verkamp | 2009-06-22 | 1 | -4/+4 |
* | Rename GUID typedef to ff_asf_guid to fix MinGW compilation failure | Reimar Döffinger | 2009-03-18 | 1 | -2/+2 |
* | Add some basic metadata conversion tables for matroska and asf. | Aurelien Jacobs | 2009-03-01 | 1 | -0/+2 |
* | move static tables from asf.h to non-static tables in asf.c | Aurelien Jacobs | 2009-02-26 | 1 | -18/+18 |
* | rename asf-enc.c to asfenc.c and asf.c to asfdec.c for consistency | Aurelien Jacobs | 2009-02-26 | 1 | -0/+880 |