| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | id3v2: skip broken tags with invalid size | Anton Khirnov | 2011-03-22 | 1 | -4/+4 |
* | id3v2: don't explicitly skip padding | Anton Khirnov | 2011-03-22 | 1 | -4/+0 |
* | amr: Set the AVFMT_GENERIC_INDEX flag | Martin Storsjö | 2011-03-21 | 1 | -0/+1 |
* | amr: Set the pkt->pos field properly to the start of the packet | Martin Storsjö | 2011-03-21 | 1 | -1/+2 |
* | amr: Set the codec->bit_rate field based on the last packet | Martin Storsjö | 2011-03-21 | 1 | -0/+3 |
* | rtsp: Specify unicast for TCP interleaved streams, too | Martin Storsjö | 2011-03-21 | 1 | -1/+1 |
* | applehttp: Change the variable for stream position in seconds into int64_t | Martin Storsjö | 2011-03-21 | 1 | -1/+2 |
* | id3v2: simplify error handling. | Anton Khirnov | 2011-03-21 | 1 | -6/+4 |
* | id3v2: explicitly seek to the end of the tag after reading | Anton Khirnov | 2011-03-21 | 1 | -2/+3 |
* | avio: make av_url_read_fseek/fpause internal. | Anton Khirnov | 2011-03-21 | 6 | -12/+27 |
* | avio: deprecate url_fileno | Anton Khirnov | 2011-03-20 | 2 | -1/+4 |
* | rmenc: replace avio_seek(0) with avio_tell() | Anton Khirnov | 2011-03-20 | 1 | -1/+1 |
* | lavf: replace some more avio_seek(SEEK_CUR) with avio_skip | Anton Khirnov | 2011-03-20 | 2 | -3/+3 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 296 | -1193/+1193 |
* | nutenc: fix a memleak | Anton Khirnov | 2011-03-17 | 1 | -0/+1 |
* | asfdec: subtract the preroll value and thus output 0 based timestamps | Vladimir Pantelic | 2011-03-17 | 2 | -3/+2 |
* | lavf: Make make_absolute_url a lavf internal function | Martin Storsjö | 2011-03-17 | 4 | -106/+66 |
* | applehttp: Fix a typo in a comment | Martin Storsjö | 2011-03-17 | 1 | -1/+1 |
* | lavf: make av_interleave_packet() return meaningful error codes | Stefano Sabatini | 2011-03-17 | 1 | -3/+4 |
* | lavf: enable av_dlog message in av_interleaved_write_frame() | Stefano Sabatini | 2011-03-17 | 1 | -1/+2 |
* | lavf: enable av_dlog() in compute_pkt_fields2() | Stefano Sabatini | 2011-03-17 | 1 | -1/+5 |
* | avio: rename put_flush_packet -> avio_flush | Anton Khirnov | 2011-03-16 | 47 | -99/+104 |
* | avio: deprecate url_close_buf | Anton Khirnov | 2011-03-16 | 2 | -3/+3 |
* | avio: deprecate url_open_buf | Anton Khirnov | 2011-03-16 | 2 | -2/+4 |
* | avio: always compile avio_printf, rather than on CONFIG_MUXERS | Anton Khirnov | 2011-03-16 | 1 | -2/+0 |
* | avio: avio_ prefix for url_fprintf | Anton Khirnov | 2011-03-16 | 3 | -6/+23 |