| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | handle malloc failures in ff_get_wav_header | Max Horn | 2011-04-14 | 1 | -1/+3 |
* | Reemove remaining uses of deprecated AVERROR_NOTSUPP. | Anton Khirnov | 2011-04-06 | 1 | -1/+1 |
* | 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 |
* | lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense | Anton Khirnov | 2011-03-16 | 1 | -27/+27 |
* | 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 |
* | wtv: ignore VIDEOINFOHEADER2 picture aspect ratio information, as it is unrel... | Peter Ross | 2011-01-14 | 1 | -6/+1 |
* | fix indentation | Peter Ross | 2011-01-09 | 1 | -9/+9 |
* | wtv: only process timestamp_guid chunks for streams that we know about | Peter Ross | 2011-01-09 | 1 | -0/+3 |
* | wtv: do not repopulate codec information after we have seen data chunks | Peter Ross | 2011-01-09 | 1 | -1/+11 |
* | wtv: stop processing chunks if length is smaller than chunk header | Peter Ross | 2011-01-09 | 1 | -0/+2 |
* | wtv: fix typo | Peter Ross | 2011-01-09 | 1 | -1/+1 |
* | wtv: obtain codec information from stream2_guid chunks, if present | Peter Ross | 2011-01-04 | 1 | -15/+42 |
* | wtv: display warning if scrambled stream is detected | Peter Ross | 2011-01-02 | 1 | -1/+10 |
* | wtv: parse MPEG2 descriptor events | Peter Ross | 2010-12-29 | 1 | -28/+38 |
* | wtv: only warn about unknown subtype, if it actually unknown | Peter Ross | 2010-12-29 | 1 | -2/+2 |
* | wtv: use correct names for subtitle and language guids | Peter Ross | 2010-12-29 | 1 | -4/+4 |
* | Windows Televison (WTV) demuxer | Peter Ross | 2010-12-26 | 1 | -0/+551 |