| Commit message (Expand) | Author | Age | Files | Lines |
* | wtv: move duplicated guids into wtv.c | Peter Ross | 2012-11-06 | 1 | -0/+6 |
* | wtv: rename ff_stream_guid to ff_SBE2_STREAM_DESC_EVENT | Peter Ross | 2012-11-06 | 1 | -1/+1 |
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -2/+2 |
|\ |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -18/+18 |
| * | wtv: Check the return value from gmtime | Martin Storsjö | 2012-06-25 | 1 | -3/+15 |
| * | lavf: remove AVFormatParameters from AVFormatContext.read_header signature | Anton Khirnov | 2012-01-27 | 1 | -1/+1 |
| * | wtv: fix memleaks during normal operation | Janne Grunau | 2012-01-11 | 1 | -0/+3 |
| * | lavu: replace int/float punning functions | Mans Rullgard | 2011-12-11 | 1 | -3/+3 |
| * | lavf: make av_set_pts_info private. | Anton Khirnov | 2011-11-30 | 1 | -1/+1 |
| * | Remove leftover includes of strings.h | Martin Storsjö | 2011-11-06 | 1 | -1/+0 |
| * | mpegts: Add support for Sections in PMT | Alex Converse | 2011-10-28 | 1 | -1/+1 |
| * | mpegts: Add support for multiple mp4 descriptors | Alex Converse | 2011-10-28 | 1 | -1/+1 |
| * | lavf: replace av_new_stream->avformat_new_stream part II. | Anton Khirnov | 2011-10-19 | 1 | -1/+2 |
| * | lavf,lavd: replace av_new_stream->avformat_new_stream part I. | Anton Khirnov | 2011-10-19 | 1 | -1/+1 |
| * | doxygen: Fix parameter names to match the function prototypes. | Diego Biurrun | 2011-07-03 | 1 | -1/+1 |
| * | Remove all uses of now deprecated metadata functions. | Anton Khirnov | 2011-06-08 | 1 | -3/+4 |
* | | WTV muxer (1_extract_wtv_common_code.patch) | zhentan feng | 2011-09-08 | 1 | -0/+31 |
* | | WTV: Add ff_ prefix to the moved fields. | zhentan feng | 2011-05-01 | 1 | -9/+9 |
* | | WTV:move the common variable used by wtvdec.c and wtvenc.c to a new file wtv.... | zhentan feng | 2011-05-01 | 1 | -0/+45 |
* | | rename wtv.c to wtvdec.c | zhentan feng | 2011-05-01 | 1 | -1079/+0 |
* | | Merge commit 'a3a0af4fb1237bed0af75868073f9a63db8b1864' | Michael Niedermayer | 2011-04-15 | 1 | -1/+3 |
|\| |
|
| * | handle malloc failures in ff_get_wav_header | Max Horn | 2011-04-14 | 1 | -1/+3 |
* | | move PRI_GUID, ARG_GUID, AVCodecGuid, ff_codec_guid_get_id, MEDIASUBTYPE_BASE... | Peter Ross | 2011-04-07 | 1 | -50/+20 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-07 | 1 | -1/+1 |
|\| |
|
| * | Reemove remaining uses of deprecated AVERROR_NOTSUPP. | Anton Khirnov | 2011-04-06 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer | 2011-03-23 | 1 | -2/+2 |
|\| |
|
| * | lavf: replace some more avio_seek(SEEK_CUR) with avio_skip | Anton Khirnov | 2011-03-20 | 1 | -2/+2 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer | 2011-03-17 | 1 | -27/+27 |
|\| |
|
| * | lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense | Anton Khirnov | 2011-03-16 | 1 | -27/+27 |
* | | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer | 2011-03-15 | 1 | -1/+1 |
|\| |
|
| * | avio: deprecate url_ferror | Anton Khirnov | 2011-03-15 | 1 | -1/+1 |
| * | avio: deprecate url_feof | Anton Khirnov | 2011-03-07 | 1 | -5/+5 |
| * | avio: add avio_tell macro as a replacement for url_ftell | Anton Khirnov | 2011-03-04 | 1 | -2/+2 |
| * | lavf: replace all uses of url_fskip with avio_seek | Anton Khirnov | 2011-03-01 | 1 | -29/+29 |
| * | avio: avio_ prefix for url_fseek | Anton Khirnov | 2011-03-01 | 1 | -13/+13 |
| * | avio: avio_ prefixes for get_* functions | Anton Khirnov | 2011-02-21 | 1 | -28/+28 |
| * | avio: rename av_alloc_put_byte -> avio_alloc_context for consistency | Anton Khirnov | 2011-02-21 | 1 | -1/+1 |
| * | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -18/+18 |
| * | wtv: ignore empty data_guid chunks | Peter Ross | 2011-02-13 | 1 | -1/+1 |
| * | wtv: mark streams intended for hearing or visual impaired persons | Peter Ross | 2011-02-10 | 1 | -1/+18 |
| * | reindent after last commit | Peter Ross | 2011-02-05 | 1 | -8/+8 |
| * | wtv: do not use flag in stream_guid chunk to determine if stream is valid, as... | Peter Ross | 2011-02-05 | 1 | -6/+2 |
| * | add ff_index_search_timestamp and ff_add_index_entry | Peter Ross | 2011-02-03 | 1 | -0/+1 |
| * | wtv: filesystem implementation | Peter Ross | 2011-02-03 | 1 | -78/+564 |
| * | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | | avio: add avio_tell macro as a replacement for url_ftell | Anton Khirnov | 2011-03-05 | 1 | -2/+2 |
* | | lavf: replace all uses of url_fskip with avio_seek | Anton Khirnov | 2011-03-03 | 1 | -29/+29 |
* | | avio: avio_ prefix for url_fseek | Anton Khirnov | 2011-03-03 | 1 | -13/+13 |
* | | avio: avio_ prefixes for get_* functions | Anton Khirnov | 2011-02-22 | 1 | -28/+28 |