aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/utils.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Use proper PRI?64 macros for %ll? format to fix printf format warnings:Dominik Mierzejewski2006-10-141-2/+2
| | | | | | | | | | | | | utils.c:833: warning: format ‘%lld’ expects type ‘long long int’, but argument 5 has type ‘int64_t’ utils.c:833: warning: format ‘%lld’ expects type ‘long long int’, but argument 6 has type ‘int64_t’ utils.c:854: warning: format ‘%lld’ expects type ‘long long int’, but argument 5 has type ‘int64_t’ utils.c:854: warning: format ‘%lld’ expects type ‘long long int’, but argument 6 has type ‘int64_t’ asf.c:872: warning: format ‘%Lx’ expects type ‘long long unsigned int’, but argument 4 has type ‘int64_t’ mov.c:1754: warning: format ‘%llx’ expects type ‘long long unsigned int’, but argument 5 has type ‘int64_t’ Approved by Michael. Originally committed as revision 6692 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l CODEC vs. FORMATMichael Niedermayer2006-10-131-1/+1
| | | | Originally committed as revision 6687 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename ABS macro to FFABS.Diego Biurrun2006-10-111-4/+4
| | | | Originally committed as revision 6666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix r_frame_rate detection in mpeg4 streams with non integer fpsMichael Niedermayer2006-10-031-3/+8
| | | | Originally committed as revision 6544 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix r_frame_rate init code for groundhog.vobMichael Niedermayer2006-09-261-5/+11
| | | | Originally committed as revision 6345 to svn://svn.ffmpeg.org/ffmpeg/trunk
* drop broken telecine detection codeMichael Niedermayer2006-09-261-23/+0
| | | | Originally committed as revision 6343 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reindentMichael Niedermayer2006-09-261-5/+5
| | | | Originally committed as revision 6342 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont ignore MAX_READ_SIZEMichael Niedermayer2006-09-261-2/+1
| | | | Originally committed as revision 6341 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Moving FifoBuffer out of libavformat/avformat.h andRoman Shaposhnik2006-09-211-140/+0
| | | | | | libavformat/utils.c into libavutil Originally committed as revision 6310 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Migrate the "packetsize" OptionDef option to become an AVOption.Panagiotis Issaris2006-09-201-0/+1
| | | | Originally committed as revision 6293 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Migrate the "muxrate" OptionDef option to become an AVOption.Panagiotis Issaris2006-09-201-0/+1
| | | | Originally committed as revision 6292 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make OFFSET() reuse offsetofPanagiotis Issaris2006-09-141-1/+1
| | | | Originally committed as revision 6251 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove a redundant memset from libavformat.Panagiotis Issaris2006-09-141-1/+1
| | | | Originally committed as revision 6250 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use and set sane AVOption defaultsPanagiotis Issaris2006-09-101-5/+2
| | | | | | | | | Patch by Takis Original thread: Date: Sep 8, 2006 3:26 PM Subject: [Ffmpeg-devel] [PATCH 2/2] Use and set sane AVOption defaults Originally committed as revision 6227 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make AVOptions default value field work.Panagiotis Issaris2006-09-101-0/+4
| | | | | | | | | Patch by Panagiotis Issaris % takis P issaris A uhasselt P be % Original thread: Date: Sep 8, 2006 3:22 PM Subject: [Ffmpeg-devel] [PATCH 1/2] Enable usage of AVOption default value Originally committed as revision 6224 to svn://svn.ffmpeg.org/ffmpeg/trunk
* undefines a few temporary defines which were not undefined after their usage.Panagiotis Issaris2006-09-091-0/+4
| | | | | | Patch by Panagiotis Issaris Originally committed as revision 6205 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enable setting the year and track number using AVOptionPanagiotis Issaris2006-09-081-0/+2
| | | | | | | | | | Patch by Takis Original thread: Date: Sep 6, 2006 5:43 PM Subject: [Ffmpeg-devel] [PATCH] Enhance genre, year and track tag support Originally committed as revision 6196 to svn://svn.ffmpeg.org/ffmpeg/trunk
* makes avformat_get_context_defaults() staticPanagiotis Issaris2006-09-081-0/+3
| | | | | | | | | | | | when the next compatibility breaking change occurs, as suggested by Michael Niedermayer here: http://article.gmane.org/gmane.comp.video.ffmpeg.devel/36377 Patch by Takis Original thread: Date: Sep 8, 2006 11:19 AM Subject: [Ffmpeg-devel] [PATCH] Make avformat_get_context_defaults static Originally committed as revision 6195 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ignore index parameter to ignore the ODML index in aviMichael Niedermayer2006-09-051-0/+3
| | | | Originally committed as revision 6177 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarified API for numbered sequences, patch by Michel Bardiaux % mbardiaux A ↵Michel Bardiaux2006-09-041-11/+21
| | | | | | | | | | mediaxim P be % Original thread: Date: Aug 30, 2006 4:54 PM Subject: [Ffmpeg-devel] [PATCH] Clarified API for numbered sequences Originally committed as revision 6166 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix b pyramid in mp4 muxing if no dts are provided to the muxerMichael Niedermayer2006-08-301-15/+14
| | | | Originally committed as revision 6133 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added option probesize; at the moment only used by mpegts.cNico Sabbi2006-08-271-0/+4
| | | | Originally committed as revision 6109 to svn://svn.ffmpeg.org/ffmpeg/trunk
* initial support for AVOption in AVFormatContextNico Sabbi2006-08-271-2/+21
| | | | Originally committed as revision 6108 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update documentationBaptiste Coudurier2006-08-111-3/+12
| | | | Originally committed as revision 5985 to svn://svn.ffmpeg.org/ffmpeg/trunk
* export av_interleave_packet_per_dtsBaptiste Coudurier2006-08-111-1/+1
| | | | Originally committed as revision 5984 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont be too picky about timestampsbeing wrong if the destination container ↵Michael Niedermayer2006-08-081-2/+2
| | | | | | is without timestamps and raw of the raw video / raw audio sort Originally committed as revision 5961 to svn://svn.ffmpeg.org/ffmpeg/trunk
* timestamp debugging av_logs()Michael Niedermayer2006-08-081-2/+16
| | | | Originally committed as revision 5960 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Try to find out correct start time to make seeking faster and add someReimar Döffinger2006-07-231-1/+1
| | | | | | extra checks to make sure the seeking function will not hang forever. Originally committed as revision 5814 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-101-1/+7
| | | | Originally committed as revision 5707 to svn://svn.ffmpeg.org/ffmpeg/trunk
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-091-2/+2
| | | | Originally committed as revision 5697 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set proper bits_per_sample value for ADPCM codecsAurelien Jacobs2006-07-081-1/+1
| | | | Originally committed as revision 5666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_get_bits_per_sample and due simplificationsBaptiste Coudurier2006-07-071-36/+5
| | | | Originally committed as revision 5661 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move initialisations and internal symbols in allformats.h,Diego Pettenò2006-06-301-0/+1
| | | | | | | | | patch by Diego "Flameeyes" Petteno flameeyes AA gentoo PP org Original thread: Date: Jun 30, 2006 2:07 AM Subject: [Ffmpeg-devel] [PATCH] Move initialisations and internal symbols in allformats.h Originally committed as revision 5556 to svn://svn.ffmpeg.org/ffmpeg/trunk
* extradata may be used as bitstream reader input so allocate with paddingMåns Rullgård2006-06-291-1/+2
| | | | Originally committed as revision 5547 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not fail av_find_stream_info() if params for all streams could not be foundMåns Rullgård2006-06-291-3/+2
| | | | Originally committed as revision 5545 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup patch from Diego Pettenò <flameeyes@gentoo.org>Luca Barbato2006-06-251-3/+7
| | | | Originally committed as revision 5526 to svn://svn.ffmpeg.org/ffmpeg/trunk
* increase search limit in av_find_stream_infoMåns Rullgård2006-06-201-1/+1
| | | | Originally committed as revision 5505 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add (mostly) const to variable and parameter declaration, where a char* wasStefan Huehner2006-06-171-1/+1
| | | | | | | | used and 'const char*' should be, plus make some function declarations static if they aren't used outside their declaring source file. patch by Stefan Huehner stefan%%at%%huehner%%dot%%org Originally committed as revision 5492 to svn://svn.ffmpeg.org/ffmpeg/trunk
* free codec extradata in av_close_input_fileMåns Rullgård2006-06-161-0/+1
| | | | Originally committed as revision 5484 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make dump_format output more homogenousBaptiste Coudurier2006-06-151-1/+2
| | | | Originally committed as revision 5483 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix probe of high bitrate mpeg2videoMichael Niedermayer2006-06-131-1/+1
| | | | Originally committed as revision 5471 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_d2q to parse frame rateBaptiste Coudurier2006-03-241-2/+3
| | | | Originally committed as revision 5209 to svn://svn.ffmpeg.org/ffmpeg/trunk
* provide more info on which streams lack codec parametersMichael Niedermayer2006-03-211-1/+5
| | | | Originally committed as revision 5188 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify AVFormatParameters NULL checksMichael Niedermayer2006-03-111-0/+6
| | | | Originally committed as revision 5146 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add size to AVIndexMichael Niedermayer2006-03-011-2/+3
| | | | Originally committed as revision 5083 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix for url_fclose() being called on an already closed file based on a patch ↵Michael Niedermayer2006-02-111-0/+1
| | | | | | by (<Colin Ward> hitman codehq org) Originally committed as revision 4980 to svn://svn.ffmpeg.org/ffmpeg/trunk
* improve fps guessing codeMichael Niedermayer2006-02-021-11/+19
| | | | Originally committed as revision 4929 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sanity checks for seekingMichael Niedermayer2006-02-021-0/+6
| | | | Originally committed as revision 4927 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dynamically increase probe buffer until format is detectedMichael Niedermayer2006-02-021-13/+14
| | | | Originally committed as revision 4920 to svn://svn.ffmpeg.org/ffmpeg/trunk