summaryrefslogtreecommitdiff
path: root/libavformat/utils.c
Commit message (Collapse)AuthorAge
* Fix for url_fclose() being called on an already closed file based on a patch ↵Michael Niedermayer2006-02-11
| | | | | | by (<Colin Ward> hitman codehq org) Originally committed as revision 4980 to svn://svn.ffmpeg.org/ffmpeg/trunk
* improve fps guessing codeMichael Niedermayer2006-02-02
| | | | Originally committed as revision 4929 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sanity checks for seekingMichael Niedermayer2006-02-02
| | | | Originally committed as revision 4927 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dynamically increase probe buffer until format is detectedMichael Niedermayer2006-02-02
| | | | Originally committed as revision 4920 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warning fixes by Luca Abeni, lucabe72 ##@## email ##.## itDiego Biurrun2006-01-25
| | | | Originally committed as revision 4898 to svn://svn.ffmpeg.org/ffmpeg/trunk
* WinCE cross-compilation supportGildas Bazin2006-01-22
| | | | | | patch by Gildas Bazin < gbazin **@** altern **.** org > Originally committed as revision 4881 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
| | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* nan fps fixMichael Niedermayer2005-12-16
| | | | Originally committed as revision 4744 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use PRIxN, %zd, %td formats where neededMåns Rullgård2005-12-12
| | | | Originally committed as revision 4740 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow NULL write_header() and write_trailer()Michael Niedermayer2005-11-04
| | | | Originally committed as revision 4675 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print more time_base fps stuff if av_log level is at debug or aboveMichael Niedermayer2005-09-18
| | | | | | | print more likely correct fps not sure if this is formated optimally ... Originally committed as revision 4596 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Kill some compiler warnings. Compiled code verified identical after changes.Måns Rullgård2005-09-06
| | | | Originally committed as revision 4567 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support de-/encoding of 24 and 32 bit PCM (from and to internal 16 bit).Reimar Döffinger2005-09-02
| | | | Originally committed as revision 4548 to svn://svn.ffmpeg.org/ffmpeg/trunk
* parse pict_type for streams in aviMichael Niedermayer2005-08-15
| | | | | | | fix mpeg4 parser so it outputs te pict_type support header only parseing without repacking Originally committed as revision 4527 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support fixing missing pts by parsing future framesMichael Niedermayer2005-08-15
| | | | Originally committed as revision 4526 to svn://svn.ffmpeg.org/ffmpeg/trunk
* minor fixes for invalid audio data patch by (Wolfram Gloger: wmglo, dent med ↵Wolfram Gloger2005-08-14
| | | | | | uni-muenchen de) Originally committed as revision 4524 to svn://svn.ffmpeg.org/ffmpeg/trunk
* a few checks, seems i forgot to commit thisMichael Niedermayer2005-08-14
| | | | Originally committed as revision 4523 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill a bunch of compiler warningsMåns Rullgård2005-08-14
| | | | Originally committed as revision 4522 to svn://svn.ffmpeg.org/ffmpeg/trunk
* changing AVCodecContext codec -> *codec in AVStream so additions to ↵Michael Niedermayer2005-07-17
| | | | | | AVCodecContext dont randomize AVStream and break binary compatibility Originally committed as revision 4453 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DVB subtitle decoder by (Ian Caulfield: imc25, cam ac uk)Michael Niedermayer2005-07-17
| | | | Originally committed as revision 4448 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avformat/av_seek_frame_binary with growing file patch by (Kenneth Aafløy: ↵Kenneth Aafløy2005-07-08
| | | | | | kenneth, aafloy net) Originally committed as revision 4423 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_seek_frame() docs timestamp clarificationMichael Niedermayer2005-07-05
| | | | Originally committed as revision 4422 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix assertion failureMichael Niedermayer2005-06-29
| | | | Originally committed as revision 4411 to svn://svn.ffmpeg.org/ffmpeg/trunk
* part of the 'libavformat/utils.c doxygen documentation' patch by (Daniel ↵Daniel Kristjansson2005-06-28
| | | | | | Kristjansson: danielk, cat nyu edu) Originally committed as revision 4405 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont open and close codec at every call of try_decode_frame() as this is not ↵Michael Niedermayer2005-06-27
| | | | | | only slow but also fails if the previous frame is needed for setting some parameters correctly Originally committed as revision 4400 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support changing in bitstream global headers into extradata style and backMichael Niedermayer2005-06-27
| | | | Originally committed as revision 4395 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo fix by (lists: kenneth aafloy net)Michael Niedermayer2005-06-05
| | | | Originally committed as revision 4354 to svn://svn.ffmpeg.org/ffmpeg/trunk
* changing a few AV_LOG_DEBUG to AV_LOG_INFOMichael Niedermayer2005-05-29
| | | | Originally committed as revision 4315 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVPacket.posMichael Niedermayer2005-05-26
| | | | Originally committed as revision 4314 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_find_stream_info() end check fixesMichael Niedermayer2005-05-22
| | | | | | | 10l (wrong time base) use timestamps if duration isnt available Originally committed as revision 4301 to svn://svn.ffmpeg.org/ffmpeg/trunk
* drop most url_fileno() calls (allows to use ByteIOContext directly in caller ↵Aurelien Jacobs2005-05-19
| | | | | | apps instead of URLProtocol) Originally committed as revision 4275 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (overflows)Michael Niedermayer2005-05-12
| | | | Originally committed as revision 4226 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better r_frame_rate guessing codeMichael Niedermayer2005-05-06
| | | | Originally committed as revision 4193 to svn://svn.ffmpeg.org/ffmpeg/trunk
* division by zero fixMichael Niedermayer2005-05-06
| | | | Originally committed as revision 4191 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prefer container time_base for frame duration guessMichael Niedermayer2005-05-06
| | | | Originally committed as revision 4190 to svn://svn.ffmpeg.org/ffmpeg/trunk
* switch to native time basesMichael Niedermayer2005-04-30
| | | | Originally committed as revision 4168 to svn://svn.ffmpeg.org/ffmpeg/trunk
* PIX_FMT_NONE and related fixesMichael Niedermayer2005-04-25
| | | | Originally committed as revision 4161 to svn://svn.ffmpeg.org/ffmpeg/trunk
* discard dummy packets before doing inapropriate checks on them and failing ↵Michael Niedermayer2005-03-24
| | | | | | as a result Originally committed as revision 4078 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more fine grained discarding of packetsMichael Niedermayer2005-03-17
| | | | Originally committed as revision 4051 to svn://svn.ffmpeg.org/ffmpeg/trunk
* keyframe & non keyframe index fixesMichael Niedermayer2005-03-13
| | | | Originally committed as revision 4034 to svn://svn.ffmpeg.org/ffmpeg/trunk
* shorten decoder by (Jeff Muizelaar <jrmuizel gmail com>)Michael Niedermayer2005-02-26
| | | | Originally committed as revision 3984 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-24
| | | | Originally committed as revision 3977 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont predict missing timestamps if we lack the required information to do soMichael Niedermayer2005-01-29
| | | | Originally committed as revision 3898 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support colon-separated rates patch by Roine Gustafsson <roine AT users DOT ↵Roine Gustafsson2005-01-27
| | | | | | sourceforge DOT net> Originally committed as revision 3892 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support discarding uninterresting packetsMichael Niedermayer2005-01-22
| | | | Originally committed as revision 3860 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing demuxing for short files where the framerate detection failedMichael Niedermayer2005-01-22
| | | | Originally committed as revision 3859 to svn://svn.ffmpeg.org/ffmpeg/trunk
* various security fixes and precautionary checksMichael Niedermayer2005-01-12
| | | | Originally committed as revision 3822 to svn://svn.ffmpeg.org/ffmpeg/trunk
* integer overflows, heap corruptionMichael Niedermayer2005-01-08
| | | | | | | possible arbitrary code execution cannot be ruled out in some cases precautionary checks Originally committed as revision 3813 to svn://svn.ffmpeg.org/ffmpeg/trunk