summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
* Remove unused variable.Diego Biurrun2007-08-27
| | | | Originally committed as revision 10251 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use correct timescale in RTSP seekingLuca Abeni2007-08-25
| | | | Originally committed as revision 10222 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove copyright from a function prototypeLuca Abeni2007-08-24
| | | | Originally committed as revision 10214 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move the RTP packetization code for MPEG12 video in its own file (rtp_mpv.c)Luca Abeni2007-08-24
| | | | Originally committed as revision 10201 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add V_SNOWDavid Conrad2007-08-24
| | | | Originally committed as revision 10200 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Take ring frame into account when demuxing.Kostya Shishkov2007-08-23
| | | | | | This fixes issue 97. Originally committed as revision 10192 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Identifiers starting with underscores are reserved.Diego Biurrun2007-08-22
| | | | Originally committed as revision 10179 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support swink created files which have soi/eoi broken tags reversedBaptiste Coudurier2007-08-20
| | | | Originally committed as revision 10152 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not butcher start_time in av_estimate_timings_from_bit_rate().Neil Brown2007-08-18
| | | | | | from a patch by neilb suse de Originally committed as revision 10140 to svn://svn.ffmpeg.org/ffmpeg/trunk
* When looking for the last packet in eachNeil Brown2007-08-18
| | | | | | | | | | stream, so as to calculate the duration, don't stop as soon as all streams have seen at least one packet. Otherwise the duration will be shorter than it should be. We must keep reading to the end-of-file. patch by neilb suse de Originally committed as revision 10139 to svn://svn.ffmpeg.org/ffmpeg/trunk
* There is no guarantee that every stream willNeil Brown2007-08-18
| | | | | | | | | have a start_time found (though it is likely), so check that the start_time is defined before calculating a duration. (patch by neilb suse de) Originally committed as revision 10138 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix cur_dts at the end of av_estimate_timings_from_pts()Michael Niedermayer2007-08-18
| | | | Originally committed as revision 10137 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more verbose doxy for duration (from patch by neilb suse de)Neil Brown2007-08-18
| | | | Originally committed as revision 10136 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mention that start_time maybe AV_NOPTS_VALUE (from patch by neilb suse de)Neil Brown2007-08-18
| | | | Originally committed as revision 10135 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow pipe: URL to take fd number as inputVincent Fourmond2007-08-17
| | | | | | Patch by Vincent Fourmond [vincent dot fourmond at 9online dot fr] Originally committed as revision 10134 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Indent for next commitVincent Fourmond2007-08-17
| | | | | | Patch by Vincent Fourmond [vincent dot fourmond at 9online dot fr] Originally committed as revision 10133 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/wording cosmeticsDiego Biurrun2007-08-17
| | | | Originally committed as revision 10131 to svn://svn.ffmpeg.org/ffmpeg/trunk
* store asf streaming bitrates consistentlyBjörn Axelsson2007-08-17
| | | | | | patch by Björn Axelsson: [bjorn axelsson intinor se] Originally committed as revision 10130 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set UDP receive buffer to 64kRamiro Polla2007-08-16
| | | | Originally committed as revision 10129 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic: indentationAurelien Jacobs2007-08-16
| | | | Originally committed as revision 10128 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't pre-scale default_duration to avoid precision loss in fps calculation.Aurelien Jacobs2007-08-16
| | | | | | closes Issue95 Originally committed as revision 10127 to svn://svn.ffmpeg.org/ffmpeg/trunk
* no need for special case default_duration for AACAurelien Jacobs2007-08-16
| | | | Originally committed as revision 10126 to svn://svn.ffmpeg.org/ffmpeg/trunk
* calculate default_duration according to framerate only when not already setAurelien Jacobs2007-08-16
| | | | Originally committed as revision 10125 to svn://svn.ffmpeg.org/ffmpeg/trunk
* elaborate a little on AVStream.start_time, it seems the comment is not clearMichael Niedermayer2007-08-16
| | | | | | | enough, not that the clearer NEVER comment in AVFormatContext.start_time stoped people from posting stupid patches Originally committed as revision 10122 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Try size 640x480 for FLC files which don't specify their size.Aurelien Jacobs2007-08-14
| | | | | | | This is a ugly hack to fix playback of specular.flc. closes issue71 Originally committed as revision 10117 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove broken movi_end skip-hack-checkMichael Niedermayer2007-08-14
| | | | | | this should fix seeking over the first riff chunk in odml Originally committed as revision 10114 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not misuse movi_end for checking chunk sizesMichael Niedermayer2007-08-14
| | | | Originally committed as revision 10113 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use AVERROR_PATCHWELCOME instead of AVERROR(ENOTSUP)Ramiro Polla2007-08-13
| | | | Originally committed as revision 10111 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make native and libnut NUT muxers mutually exclusive.Diego Biurrun2007-08-13
| | | | Originally committed as revision 10102 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support for WavPack version 0x410 (false stereo chunks)David Bryant2007-08-13
| | | | | | | Patch by David Bryant printf("david@%s.com",wv_demuxer.long_name); Thread [PATCH] handle WavPack stream version 0x410 Originally committed as revision 10101 to svn://svn.ffmpeg.org/ffmpeg/trunk
* export 4xm video versionMichael Niedermayer2007-08-13
| | | | Originally committed as revision 10092 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for old flac in oggMichael Niedermayer2007-08-12
| | | | | | | fixes samples.mplayerhq.hu/flac/Yesterday.ogg closes issue73 Originally committed as revision 10088 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pass *fr2 chunks to decoder (Toy-Story2_better-image-quality.4xa contains them)Michael Niedermayer2007-08-12
| | | | Originally committed as revision 10085 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ensure av_tree_insert() is defined before using it.Carl Eugen Hoyos2007-08-11
| | | | | | Patch by Carl Eugen Hoyos cehoyos _at_ ag.or.at Originally committed as revision 10083 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set dts in tta demuxerDavid Conrad2007-08-11
| | | | Originally committed as revision 10077 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cola for diegoMichael Niedermayer2007-08-11
| | | | Originally committed as revision 10074 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bump minor number, NUT muxer was added.Diego Biurrun2007-08-11
| | | | Originally committed as revision 10072 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2007-08-11
| | | | Originally committed as revision 10068 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not remove FLAG_CODEDMichael Niedermayer2007-08-11
| | | | Originally committed as revision 10067 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless code, found by odedMichael Niedermayer2007-08-11
| | | | Originally committed as revision 10066 to svn://svn.ffmpeg.org/ffmpeg/trunk
* this is debug not infoMichael Niedermayer2007-08-10
| | | | Originally committed as revision 10065 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100000l (forgotten return)Michael Niedermayer2007-08-10
| | | | Originally committed as revision 10062 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mention AVPROBE_PADDING_SIZE at the read_probe() doxyMichael Niedermayer2007-08-10
| | | | Originally committed as revision 10061 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unneeded buf_size check (see AVPROBE_PADDING_SIZE)Michael Niedermayer2007-08-10
| | | | Originally committed as revision 10060 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flac probeMichael Niedermayer2007-08-10
| | | | | | closes issue83 Originally committed as revision 10059 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ensure that negative block_time are properly checkedAurelien Jacobs2007-08-10
| | | | | | (workaround unsigned comparison) Originally committed as revision 10058 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ensure that the aspect ratio is spec compliantMichael Niedermayer2007-08-10
| | | | Originally committed as revision 10056 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix the packetization mode parsingLuca Barbato2007-08-10
| | | | Originally committed as revision 10055 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disable TRACEMichael Niedermayer2007-08-10
| | | | Originally committed as revision 10053 to svn://svn.ffmpeg.org/ffmpeg/trunk
* muxer should now be spec compliant (though it likely still contains bugs!)Michael Niedermayer2007-08-10
| | | | Originally committed as revision 10052 to svn://svn.ffmpeg.org/ffmpeg/trunk