Age | Commit message (Expand) | Author |
2011-09-08 | WTV muxer (1_extract_wtv_common_code.patch) | zhentan feng |
2011-05-01 | WTV: Add ff_ prefix to the moved fields. | zhentan feng |
2011-05-01 | WTV:move the common variable used by wtvdec.c and wtvenc.c to a new file wtv.... | zhentan feng |
2011-05-01 | rename wtv.c to wtvdec.c | zhentan feng |
2011-04-15 | Merge commit 'a3a0af4fb1237bed0af75868073f9a63db8b1864' | Michael Niedermayer |
2011-04-14 | handle malloc failures in ff_get_wav_header | Max Horn |
2011-04-07 | move PRI_GUID, ARG_GUID, AVCodecGuid, ff_codec_guid_get_id, MEDIASUBTYPE_BASE... | Peter Ross |
2011-04-07 | Merge remote branch 'qatar/master' | Michael Niedermayer |
2011-04-06 | Reemove remaining uses of deprecated AVERROR_NOTSUPP. | Anton Khirnov |
2011-03-23 | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer |
2011-03-20 | lavf: replace some more avio_seek(SEEK_CUR) with avio_skip | Anton Khirnov |
2011-03-19 | Replace FFmpeg with Libav in licence headers | Mans Rullgard |
2011-03-17 | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer |
2011-03-16 | lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense | Anton Khirnov |
2011-03-15 | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer |
2011-03-15 | avio: deprecate url_ferror | Anton Khirnov |
2011-03-07 | avio: deprecate url_feof | Anton Khirnov |
2011-03-05 | avio: add avio_tell macro as a replacement for url_ftell | Anton Khirnov |
2011-03-04 | avio: add avio_tell macro as a replacement for url_ftell | Anton Khirnov |
2011-03-03 | lavf: replace all uses of url_fskip with avio_seek | Anton Khirnov |
2011-03-03 | avio: avio_ prefix for url_fseek | Anton Khirnov |
2011-03-01 | lavf: replace all uses of url_fskip with avio_seek | Anton Khirnov |
2011-03-01 | avio: avio_ prefix for url_fseek | Anton Khirnov |
2011-02-22 | avio: avio_ prefixes for get_* functions | Anton Khirnov |
2011-02-22 | avio: rename av_alloc_put_byte -> avio_alloc_context for consistency | Anton Khirnov |
2011-02-21 | avio: avio_ prefixes for get_* functions | Anton Khirnov |
2011-02-21 | avio: rename av_alloc_put_byte -> avio_alloc_context for consistency | Anton Khirnov |
2011-02-20 | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov |
2011-02-20 | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov |
2011-02-14 | wtv: ignore empty data_guid chunks | Peter Ross |
2011-02-13 | wtv: ignore empty data_guid chunks | Peter Ross |
2011-02-11 | wtv: mark streams intended for hearing or visual impaired persons | Peter Ross |
2011-02-10 | wtv: mark streams intended for hearing or visual impaired persons | Peter Ross |
2011-02-06 | reindent after last commit | Peter Ross |
2011-02-06 | wtv: do not use flag in stream_guid chunk to determine if stream is valid, as... | Peter Ross |
2011-02-06 | add ff_index_search_timestamp and ff_add_index_entry | Peter Ross |
2011-02-06 | wtv: filesystem implementation | Peter Ross |
2011-02-05 | reindent after last commit | Peter Ross |
2011-02-05 | wtv: do not use flag in stream_guid chunk to determine if stream is valid, as... | Peter Ross |
2011-02-03 | add ff_index_search_timestamp and ff_add_index_entry | Peter Ross |
2011-02-03 | wtv: filesystem implementation | Peter Ross |
2011-01-28 | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò |
2011-01-26 | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò |
2011-01-14 | wtv: ignore VIDEOINFOHEADER2 picture aspect ratio information, as it is unrel... | Peter Ross |
2011-01-09 | fix indentation | Peter Ross |
2011-01-09 | wtv: only process timestamp_guid chunks for streams that we know about | Peter Ross |
2011-01-09 | wtv: do not repopulate codec information after we have seen data chunks | Peter Ross |
2011-01-09 | wtv: stop processing chunks if length is smaller than chunk header | Peter Ross |
2011-01-09 | wtv: fix typo | Peter Ross |
2011-01-04 | wtv: obtain codec information from stream2_guid chunks, if present | Peter Ross |