aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
...
* proto: factor ff_network_wait_fd and use it on udpLuca Barbato2011-04-073-52/+34
* mmst: get rid of deprecated AVERRORsAnton Khirnov2011-04-061-7/+7
* lxfdec: use AVERROR(ENOMEM) instead of deprecated AVERROR_NOMEM.Anton Khirnov2011-04-061-2/+2
* Reemove remaining uses of deprecated AVERROR_NOTSUPP.Anton Khirnov2011-04-065-7/+7
* lavf: if id3v2 tag is present and all else fails, guess by file extensionAnton Khirnov2011-04-061-1/+12
* avio: always compile dyn_buf functionsAnton Khirnov2011-04-051-4/+0
* avio: make URL_PROTOCOL_FLAG_NESTED_SCHEME internalAnton Khirnov2011-04-052-1/+6
* avio: deprecate av_url_read_seekAnton Khirnov2011-04-053-20/+20
* avio: deprecate av_url_read_pauseAnton Khirnov2011-04-053-7/+8
* avio: deprecate url_get_filename().Anton Khirnov2011-04-042-13/+5
* avio: deprecate url_max_packet_size().Anton Khirnov2011-04-046-19/+9
* avio: make url_get_file_handle() internal.Anton Khirnov2011-04-049-19/+24
* avio: make url_filesize() internal.Anton Khirnov2011-04-044-9/+14
* avio: make url_close() internal.Anton Khirnov2011-04-0416-41/+46
* avio: make url_seek() internal.Anton Khirnov2011-04-045-27/+32
* avio: cosmetics, move AVSEEK_SIZE/FORCE declarations togetherAnton Khirnov2011-04-041-15/+15
* avio: make url_write() internal.Anton Khirnov2011-04-0415-35/+42
* avio: make url_read_complete() internal.Anton Khirnov2011-04-049-35/+41
* avio: make url_read() internal.Anton Khirnov2011-04-0411-23/+29
* avio: make url_open() internal.Anton Khirnov2011-04-0415-35/+51
* avio: make url_connect internal.Anton Khirnov2011-04-045-12/+17
* avio: make url_alloc internal.Anton Khirnov2011-04-045-19/+57
* applehttp: Merge two for loopsMartin Storsjö2011-04-041-10/+7
* applehttp: Restructure the demuxer to use a custom AVIOContextMartin Storsjö2011-04-041-166/+166
* applehttp: Move finished and target_duration to the variant structMartin Storsjö2011-04-041-15/+25
* avio: deprecate url_open_protocolAnton Khirnov2011-04-042-11/+13
* avio: deprecate url_poll and URLPollEntryAnton Khirnov2011-04-041-1/+5
* flvdec: fix segfault in amf_parse_object() due to NULL keyJustin Ruggles2011-04-031-1/+1
* lavf: bump minor version and add an APIChanges entry for avio changesAnton Khirnov2011-04-031-1/+1
* avio: simplify url_open_dyn_buf_internal by using avio_alloc_context()Anton Khirnov2011-04-031-14/+6
* avio: make url_fdopen internal.Anton Khirnov2011-04-034-16/+22
* avio: make url_open_dyn_packet_buf internal.Anton Khirnov2011-04-037-20/+27
* avio: avio_ prefix for url_close_dyn_bufAnton Khirnov2011-04-0319-40/+45
* avio: avio_ prefix for url_open_dyn_bufAnton Khirnov2011-04-0316-31/+36
* avio: introduce an AVIOContext.seekable fieldAnton Khirnov2011-04-0339-68/+87
* jvdec: don't use deprecated CODEC_TYPE_*/PKT_FLAG_KEYAnton Khirnov2011-04-021-4/+4
* avio: document avio_alloc_context.Anton Khirnov2011-04-011-0/+16
* lavf: make compute_chapters_end less picky.Anton Khirnov2011-04-011-13/+14
* sierravmd: fix Indeo3 videosMatthew Hoops2011-04-011-2/+2
* ape: check that number of seektable entries is equal to number of framesKostya Shishkov2011-04-011-0/+5
* mpegts: propagate avio EOF in read_packet()Jindrich Makovicka2011-03-311-1/+1
* flvdec: read index stored in the 'keyframes' tag.Kharkov Alexander2011-03-311-0/+66
* mov: Add support for zero-sized stsc runs.Alex Converse2011-03-311-1/+1
* rtsp: Use GET_PARAMETER for keep-alive for generic RTSP serversMartin Storsjö2011-03-301-1/+1
* avio: make get_checksum() internal.Anton Khirnov2011-03-306-14/+18
* avio: move ff_crc04C11DB7_update() from avio.h -> avio_internal.hAnton Khirnov2011-03-302-2/+2
* avio: make init_checksum() internal.Anton Khirnov2011-03-306-10/+21
* id3v1: change filesize to int64_t.Carl Eugen Hoyos2011-03-281-2/+2
* id3v1: Seek back to old position after reading.Carl Eugen Hoyos2011-03-281-1/+2
* Chronomaster DFA decoderKostya Shishkov2011-03-284-1/+122