| Commit message (Expand) | Author | Age | Files | Lines |
* | avio: make url_close() internal. | Anton Khirnov | 2011-04-04 | 16 | -41/+46 |
* | avio: make url_seek() internal. | Anton Khirnov | 2011-04-04 | 5 | -27/+32 |
* | avio: cosmetics, move AVSEEK_SIZE/FORCE declarations together | Anton Khirnov | 2011-04-04 | 1 | -15/+15 |
* | avio: make url_write() internal. | Anton Khirnov | 2011-04-04 | 15 | -35/+42 |
* | avio: make url_read_complete() internal. | Anton Khirnov | 2011-04-04 | 9 | -35/+41 |
* | avio: make url_read() internal. | Anton Khirnov | 2011-04-04 | 11 | -23/+29 |
* | avio: make url_open() internal. | Anton Khirnov | 2011-04-04 | 15 | -35/+51 |
* | avio: make url_connect internal. | Anton Khirnov | 2011-04-04 | 5 | -12/+17 |
* | avio: make url_alloc internal. | Anton Khirnov | 2011-04-04 | 5 | -19/+57 |
* | applehttp: Merge two for loops | Martin Storsjö | 2011-04-04 | 1 | -10/+7 |
* | applehttp: Restructure the demuxer to use a custom AVIOContext | Martin Storsjö | 2011-04-04 | 1 | -166/+166 |
* | applehttp: Move finished and target_duration to the variant struct | Martin Storsjö | 2011-04-04 | 1 | -15/+25 |
* | avio: deprecate url_open_protocol | Anton Khirnov | 2011-04-04 | 2 | -11/+13 |
* | avio: deprecate url_poll and URLPollEntry | Anton Khirnov | 2011-04-04 | 1 | -1/+5 |
* | flvdec: fix segfault in amf_parse_object() due to NULL key | Justin Ruggles | 2011-04-03 | 1 | -1/+1 |
* | lavf: bump minor version and add an APIChanges entry for avio changes | Anton Khirnov | 2011-04-03 | 1 | -1/+1 |
* | avio: simplify url_open_dyn_buf_internal by using avio_alloc_context() | Anton Khirnov | 2011-04-03 | 1 | -14/+6 |
* | avio: make url_fdopen internal. | Anton Khirnov | 2011-04-03 | 4 | -16/+22 |
* | avio: make url_open_dyn_packet_buf internal. | Anton Khirnov | 2011-04-03 | 7 | -20/+27 |
* | avio: avio_ prefix for url_close_dyn_buf | Anton Khirnov | 2011-04-03 | 19 | -40/+45 |
* | avio: avio_ prefix for url_open_dyn_buf | Anton Khirnov | 2011-04-03 | 16 | -31/+36 |
* | avio: introduce an AVIOContext.seekable field | Anton Khirnov | 2011-04-03 | 39 | -68/+87 |
* | jvdec: don't use deprecated CODEC_TYPE_*/PKT_FLAG_KEY | Anton Khirnov | 2011-04-02 | 1 | -4/+4 |
* | avio: document avio_alloc_context. | Anton Khirnov | 2011-04-01 | 1 | -0/+16 |
* | lavf: make compute_chapters_end less picky. | Anton Khirnov | 2011-04-01 | 1 | -13/+14 |
* | sierravmd: fix Indeo3 videos | Matthew Hoops | 2011-04-01 | 1 | -2/+2 |
* | ape: check that number of seektable entries is equal to number of frames | Kostya Shishkov | 2011-04-01 | 1 | -0/+5 |
* | mpegts: propagate avio EOF in read_packet() | Jindrich Makovicka | 2011-03-31 | 1 | -1/+1 |
* | flvdec: read index stored in the 'keyframes' tag. | Kharkov Alexander | 2011-03-31 | 1 | -0/+66 |
* | mov: Add support for zero-sized stsc runs. | Alex Converse | 2011-03-31 | 1 | -1/+1 |
* | rtsp: Use GET_PARAMETER for keep-alive for generic RTSP servers | Martin Storsjö | 2011-03-30 | 1 | -1/+1 |
* | avio: make get_checksum() internal. | Anton Khirnov | 2011-03-30 | 6 | -14/+18 |
* | avio: move ff_crc04C11DB7_update() from avio.h -> avio_internal.h | Anton Khirnov | 2011-03-30 | 2 | -2/+2 |
* | avio: make init_checksum() internal. | Anton Khirnov | 2011-03-30 | 6 | -10/+21 |
* | id3v1: change filesize to int64_t. | Carl Eugen Hoyos | 2011-03-28 | 1 | -2/+2 |
* | id3v1: Seek back to old position after reading. | Carl Eugen Hoyos | 2011-03-28 | 1 | -1/+2 |
* | Chronomaster DFA decoder | Kostya Shishkov | 2011-03-28 | 4 | -1/+122 |
* | http: header field names are case insensitive | Tyler | 2011-03-28 | 1 | -7/+7 |
* | mov: set audio service type for AC-3 from bitstream mode in the 'dac3' atom. | Justin Ruggles | 2011-03-25 | 1 | -1/+5 |
* | Use audio_service_type to set stream disposition. | Justin Ruggles | 2011-03-25 | 1 | -0/+13 |
* | matroskadec: set default duration for simple block | John Stebbins | 2011-03-25 | 1 | -0/+2 |
* | ffmetadec.c: fix compiler warnings. | Ronald S. Bultje | 2011-03-24 | 1 | -2/+2 |
* | avio: make udp_set_remote_url/get_local_port internal. | Anton Khirnov | 2011-03-23 | 4 | -11/+17 |
* | asfdec: also subtract preroll when reading simple index object | Vladimir Pantelic | 2011-03-23 | 1 | -2/+2 |
* | matroskaenc: remove a variable that's unused after bc17bd9. | Anton Khirnov | 2011-03-23 | 1 | -1/+0 |
* | avio: cosmetics - nicer vertical alignment. | Anton Khirnov | 2011-03-23 | 2 | -2/+2 |
* | rtsp: Don't use a locale dependent format string | Martin Storsjö | 2011-03-23 | 1 | -2/+1 |
* | Add xd55 codec tag for XDCAM HD422 720p25 CBR files. | Tomas Härdin | 2011-03-23 | 1 | -0/+1 |
* | matroskaenc: simplify get_aac_sample_rates by using ff_mpeg4audio_get_config | Anton Khirnov | 2011-03-22 | 1 | -18/+5 |
* | Do not use format string "%0.3f" for RTSP Range field. | Carl Eugen Hoyos | 2011-03-22 | 1 | -2/+3 |