aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Add PlayStation Portable PMP format demuxerReimar Döffinger2011-04-064-1/+175
* Merge remote branch 'qatar/master'Michael Niedermayer2011-04-065-31/+33
|\
| * 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
* | Fix gazeta-20090408-1456-aa.tsMichael Niedermayer2011-04-061-0/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-0521-492/+585
|\|
| * 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
* | retry_transfer_wrapper: only call interrupt callback when less than requested...Michael Niedermayer2011-04-051-1/+1
* | mpegts: Put CODEC_ID_NONE check back that was removed by mistake in 5b56ad03Michael Niedermayer2011-04-051-1/+1
* | Only make buffer smaller in fill_buffer() if read_packet() is set.Carl Eugen Hoyos2011-04-041-1/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-0454-187/+221
|\|
| * 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
* | add MicroDVD muxer and demuxerAurelien Jacobs2011-04-045-1/+184
* | flvdec: fix segfault in amf_parse_object() due to NULL keyJustin Ruggles2011-04-041-1/+1
* | Remove superfluous free().Carl Eugen Hoyos2011-04-031-1/+0
* | Fix mpeg-ps misdetected as m4v.Michael Niedermayer2011-04-031-1/+1
* | Fix issue2246Michael Niedermayer2011-04-031-1/+1
* | Improve codec_tag guessing code.Michael Niedermayer2011-04-031-2/+6
* | fixed issue1962 EVO detectionMichael Niedermayer2011-04-031-1/+2
* | Fix issue2437Michael Niedermayer2011-04-031-0/+1
* | Reimplement stream probe try #2Michael Niedermayer2011-04-036-23/+53
* | Partial rewrite stream probe code.Michael Niedermayer2011-04-031-11/+14
* | lavf: inspect more frames for fps when container time base is coarseAnssi Hannula2011-04-031-1/+9
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-031-4/+4
|\|