| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix url_feof() for file appendings. | Michael Niedermayer | 2011-03-10 | 1 | -0/+4 |
* | id3v2: fix typo in error message | Anton Khirnov | 2011-03-09 | 1 | -1/+1 |
* | mpegts: add all stream languages into metadata | Anssi Hannula | 2011-03-08 | 1 | -6/+12 |
* | In retry_transfer_wrapper, do not check url_interrupt_cb, causes problems | Baptiste Coudurier | 2011-03-08 | 1 | -0/+2 |
* | Flag DVB subtitles for the hard hearing appropriately using their component_t... | Hendrik Leppkes | 2011-03-08 | 1 | -1/+11 |
* | mpegtsenc: handle multiple language tags per stream | Anssi Hannula | 2011-03-08 | 1 | -5/+23 |
* | avio: move ff_rewind_with_probe_data from avio.h to avio_internal.h | Anton Khirnov | 2011-03-08 | 4 | -17/+17 |
* | avio: deprecate url_fget_max_packet_size | Anton Khirnov | 2011-03-08 | 3 | -9/+6 |
* | lavf: document the use of multiple entries in language metadata tag | Anssi Hannula | 2011-03-08 | 1 | -1/+2 |
* | Add audio codec 0x1600 (ADTS AAC) | Peter Ross | 2011-03-08 | 1 | -0/+1 |
* | avio: avio_ prefix for url_fsize | Anton Khirnov | 2011-03-08 | 23 | -29/+34 |
* | avio: deprecate url_fgetc and remove all it uses | Anton Khirnov | 2011-03-08 | 4 | -15/+15 |
* | avio: deprecate url_fgets | Anton Khirnov | 2011-03-08 | 2 | -1/+5 |
* | Add Apple HTTP Live Streaming protocol handler | Martin Storsjö | 2011-03-08 | 3 | -0/+360 |
* | URLProtocol: Add URL_PROTOCOL_FLAG_NESTED_SCHEME | Martin Storsjö | 2011-03-08 | 2 | -1/+10 |
* | URLProtocol: Add a flags field | Martin Storsjö | 2011-03-08 | 1 | -0/+1 |
* | Do not loop endlessly if id3v2 tag size is negative / too large. | Carl Eugen Hoyos | 2011-03-07 | 1 | -1/+4 |
* | Change filesize to int64_t. | Carl Eugen Hoyos | 2011-03-07 | 1 | -2/+2 |
* | Seek back to old position after reading id3v1 tag. | Carl Eugen Hoyos | 2011-03-07 | 1 | -1/+2 |
* | Revert "lavf: deprecate get_strz() in favor of avio_get_str" | Michael Niedermayer | 2011-03-06 | 3 | -5/+4 |
* | Make matroska demuxer also set timestamps for RealAudio packets. | Reimar Döffinger | 2011-03-05 | 1 | -0/+8 |
* | avio: add avio_tell macro as a replacement for url_ftell | Anton Khirnov | 2011-03-05 | 85 | -388/+389 |
* | lavf: deprecate get_strz() in favor of avio_get_str | Anton Khirnov | 2011-03-05 | 5 | -15/+14 |
* | avio: add avio_get_str() | Reimar Döffinger | 2011-03-05 | 2 | -0/+31 |
* | avio: fix fourcc if any character is >=0x80. | Ronald S. Bultje | 2011-03-05 | 1 | -1/+4 |
* | In retry_transfer_wrapper, do not check url_interrupt_cb, | Baptiste Coudurier | 2011-03-03 | 1 | -2/+0 |
* | libavformat: Add av_pkt_dump{, _log}2, taking an AVStream parameter | Martin Storsjö | 2011-03-03 | 2 | -11/+31 |
* | aviobuf: Write new data at s->buf_end in fill_buffer | Martin Storsjö | 2011-03-03 | 1 | -1/+1 |
* | movenc: use correct tag for dvcpro hd | Baptiste Coudurier | 2011-03-03 | 1 | -6/+17 |
* | movenc: fix tkhd height for imx | Baptiste Coudurier | 2011-03-03 | 1 | -1/+1 |
* | avio: deprecate url_fskip | Anton Khirnov | 2011-03-03 | 2 | -7/+3 |
* | lavf: replace all uses of url_fskip with avio_seek | Anton Khirnov | 2011-03-03 | 62 | -299/+299 |
* | avio: avio_ prefix for url_fseek | Anton Khirnov | 2011-03-03 | 90 | -347/+352 |
* | In mov muxer, fix adpcm mono muxing, patch by Alex Converse | Baptiste Coudurier | 2011-02-27 | 1 | -0/+1 |
* | In mpegts demuxer, do not output known sized packet if an unbounded packet | Baptiste Coudurier | 2011-02-27 | 1 | -1/+1 |
* | movenc: remove uses of deprecated API. | Ronald S. Bultje | 2011-02-26 | 1 | -4/+4 |
* | store pasp atom for all types of quicktime movie | Maksym Veremeyenko | 2011-02-26 | 1 | -2/+1 |
* | reindent after tapt patch | Maksym Veremeyenko | 2011-02-26 | 1 | -5/+5 |
* | use tapt atom for sample aspect ratio | Maksym Veremeyenko | 2011-02-26 | 1 | -0/+35 |
* | bink: decode audio track identifiers into AVStream.id | Peter Ross | 2011-02-26 | 1 | -1/+2 |
* | bink: set audio stream codec_tag such that binkaudio decoder can identify bit... | Peter Ross | 2011-02-26 | 1 | -1/+1 |
* | avio: deprecate put_tag | Anton Khirnov | 2011-02-26 | 2 | -1/+3 |
* | lavf: replace remaining uses of put_tag with avio_write | Anton Khirnov | 2011-02-26 | 8 | -17/+20 |
* | avienc: replace &tag[0] with tag. | Anton Khirnov | 2011-02-26 | 1 | -7/+7 |
* | lavf: use a new ffio_wfourcc macro instead of put_tag() where possible | Anton Khirnov | 2011-02-26 | 12 | -152/+166 |
* | lavf: update documentation of AVOutputFormat.flags | Anssi Hannula | 2011-02-24 | 1 | -1/+3 |
* | lavf: postpone removal of deprecated avio functions | Anton Khirnov | 2011-02-23 | 1 | -1/+1 |
* | lavf: postpone removal of public metadata conversion API | Anton Khirnov | 2011-02-23 | 4 | -3/+8 |
* | 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 |