| Commit message (Expand) | Author | Age | Files | Lines |
* | id3v2: merge TYER/TDAT/TIME to date tag | Anton Khirnov | 2011-03-15 | 1 | -0/+47 |
* | Use AVERROR_EXIT with url_interrupt_cb. | Nicolas George | 2011-03-15 | 9 | -11/+13 |
* | avio: deprecate url_ferror | Anton Khirnov | 2011-03-15 | 6 | -9/+8 |
* | lavf/utils: dont't explicitly check AVIOContext.error | Anton Khirnov | 2011-03-15 | 1 | -8/+0 |
* | jv demuxer: prevent video packet size overflow | Peter Ross | 2011-03-14 | 1 | -0/+2 |
* | jv demuxer: define JV_PREAMBLE_SIZE instead of hard coding the number | Peter Ross | 2011-03-14 | 1 | -3/+5 |
* | jv demuxer: calculate palette_size for each frame in read_header | Peter Ross | 2011-03-14 | 1 | -5/+5 |
* | Bitmap Brothers JV demuxer | Peter Ross | 2011-03-14 | 4 | -1/+224 |
* | Add one more avc intra fourcc and extend the description | Benjamin Larsson | 2011-03-10 | 1 | -2/+3 |
* | id3v2: fix typo in error message | Anton Khirnov | 2011-03-09 | 1 | -1/+1 |
* | avio: deprecate url_feof | Anton Khirnov | 2011-03-07 | 63 | -114/+115 |
* | mpegts: add all stream languages into metadata | Anssi Hannula | 2011-03-07 | 1 | -6/+12 |
* | In retry_transfer_wrapper, do not check url_interrupt_cb, causes problems | Baptiste Coudurier | 2011-03-07 | 1 | -2/+2 |
* | Flag DVB subtitles for the hard hearing appropriately using their component_t... | Hendrik Leppkes | 2011-03-07 | 1 | -1/+11 |
* | mpegtsenc: handle multiple language tags per stream | Anssi Hannula | 2011-03-07 | 1 | -5/+23 |
* | lavf: update documentation of AVOutputFormat.flags | Anssi Hannula | 2011-03-07 | 1 | -1/+3 |
* | avio: move ff_rewind_with_probe_data from avio.h to avio_internal.h | Anton Khirnov | 2011-03-07 | 4 | -17/+17 |
* | avio: deprecate url_fget_max_packet_size | Anton Khirnov | 2011-03-07 | 3 | -9/+6 |
* | lavf: document the use of multiple entries in language metadata tag | Anssi Hannula | 2011-03-07 | 1 | -1/+2 |
* | Add audio codec 0x1600 (ADTS AAC) | Peter Ross | 2011-03-07 | 1 | -0/+1 |
* | avio: avio_ prefix for url_fsize | Anton Khirnov | 2011-03-07 | 23 | -29/+34 |
* | avio: deprecate url_fgetc and remove all it uses | Anton Khirnov | 2011-03-07 | 4 | -15/+15 |
* | avio: deprecate url_fgets | Anton Khirnov | 2011-03-07 | 2 | -1/+5 |
* | avio: add avio_skip macro | Peter Ross | 2011-03-07 | 1 | -0/+6 |
* | Add Apple HTTP Live Streaming protocol handler | Martin Storsjö | 2011-03-06 | 3 | -0/+360 |
* | URLProtocol: Add URL_PROTOCOL_FLAG_NESTED_SCHEME | Martin Storsjö | 2011-03-06 | 2 | -1/+10 |
* | URLProtocol: Add a flags field | Martin Storsjö | 2011-03-06 | 1 | -0/+1 |
* | avio: add avio_tell macro as a replacement for url_ftell | Anton Khirnov | 2011-03-04 | 85 | -388/+389 |
* | lavf: deprecate get_strz() in favor of avio_get_str | Anton Khirnov | 2011-03-04 | 5 | -15/+14 |
* | avio: add avio_get_str() | Reimar Döffinger | 2011-03-04 | 2 | -0/+31 |
* | avio: fix fourcc if any character is >=0x80. | Ronald S. Bultje | 2011-03-04 | 1 | -1/+4 |
* | libavformat: Add av_pkt_dump{, _log}2, taking an AVStream parameter | Martin Storsjö | 2011-03-02 | 2 | -11/+31 |
* | aviobuf: Write new data at s->buf_end in fill_buffer | Martin Storsjö | 2011-03-02 | 1 | -1/+1 |
* | movenc: use correct tag for dvcpro hd | Baptiste Coudurier | 2011-03-02 | 1 | -6/+17 |
* | movenc: fix tkhd height for imx | Baptiste Coudurier | 2011-03-01 | 1 | -1/+1 |
* | avio: deprecate url_fskip | Anton Khirnov | 2011-03-01 | 2 | -7/+3 |
* | lavf: replace all uses of url_fskip with avio_seek | Anton Khirnov | 2011-03-01 | 62 | -299/+299 |
* | avio: avio_ prefix for url_fseek | Anton Khirnov | 2011-03-01 | 90 | -347/+352 |
* | movenc: remove uses of deprecated API. | Ronald S. Bultje | 2011-02-25 | 1 | -4/+4 |
* | store pasp atom for all types of quicktime movie | Maksym Veremeyenko | 2011-02-25 | 1 | -2/+1 |
* | reindent after tapt patch | Maksym Veremeyenko | 2011-02-25 | 1 | -5/+5 |
* | use tapt atom for sample aspect ratio | Maksym Veremeyenko | 2011-02-25 | 1 | -0/+35 |
* | bink: decode audio track identifiers into AVStream.id | Peter Ross | 2011-02-25 | 1 | -1/+2 |
* | bink: set audio stream codec_tag such that binkaudio decoder can identify bit... | Peter Ross | 2011-02-25 | 1 | -1/+1 |
* | avio: deprecate put_tag | Anton Khirnov | 2011-02-25 | 2 | -1/+3 |
* | lavf: replace remaining uses of put_tag with avio_write | Anton Khirnov | 2011-02-25 | 8 | -17/+20 |
* | avienc: replace &tag[0] with tag. | Anton Khirnov | 2011-02-25 | 1 | -7/+7 |
* | lavf: use a new ffio_wfourcc macro instead of put_tag() where possible | Anton Khirnov | 2011-02-25 | 12 | -152/+166 |
* | avienc: fix AVI stream index for files with >10 streams | longstone | 2011-02-23 | 2 | -2/+9 |
* | avio: rename url_fopen/fclose -> avio_open/close. | Anton Khirnov | 2011-02-23 | 12 | -30/+51 |