summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
Commit message (Collapse)AuthorAge
* * clarifying the AVInputFormat::read_seek return valueMaksym Veremeyenko2007-06-25
| | | | | | | * changing dv_read_seek() to return the proper value (patch by Maksym Veremeyenko) Originally committed as revision 9418 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove old unused string functionsMåns Rullgård2007-06-23
| | | | Originally committed as revision 9402 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused declarationsRamiro Polla2007-06-12
| | | | Originally committed as revision 9297 to svn://svn.ffmpeg.org/ffmpeg/trunk
* misc typo fixesDiego Biurrun2007-06-12
| | | | Originally committed as revision 9291 to svn://svn.ffmpeg.org/ffmpeg/trunk
* misc spelling fixesDiego Biurrun2007-06-12
| | | | Originally committed as revision 9289 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move the video size and rate abbreviations system from libavformat to libavcodecStefano Sabatini2007-06-12
| | | | | | | | | patch by Stefano Sabatini: [stefano dot sabatini minus lala poste dot it] original thread: [FFmpeg-devel] [PATCH] Redesign the video size and rateabbreviations system date: 06/02/2007 05:30 PM Originally committed as revision 9288 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spellingDiego Biurrun2007-06-04
| | | | Originally committed as revision 9221 to svn://svn.ffmpeg.org/ffmpeg/trunk
* TyposRamiro Polla2007-06-04
| | | | Originally committed as revision 9213 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxygenize av_init_packetRamiro Polla2007-06-04
| | | | Originally committed as revision 9212 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Export av_init_packetRamiro Polla2007-06-04
| | | | Originally committed as revision 9211 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove extern C declarations for C++.Diego Biurrun2007-05-16
| | | | | | FFmpeg is pure C and not all public headers have the declarations. Originally committed as revision 9037 to svn://svn.ffmpeg.org/ffmpeg/trunk
* patch so that the deprecated items show up correctlyMark Cox2007-05-02
| | | | | | | when building doxygen docs patch by mark cox melbournemark plus ffmpeg minus devel chez gmail dot com Originally committed as revision 8866 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix AVStream documentation: clarify start_time, start_time and duration are ↵Baptiste Coudurier2007-04-28
| | | | | | actually in stream base Originally committed as revision 8855 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add an enum for need_parsingAurelien Jacobs2007-04-15
| | | | Originally committed as revision 8742 to svn://svn.ffmpeg.org/ffmpeg/trunk
* timestamps generation improvement when parsing aviJoakim Plate2007-04-13
| | | | | | | | | patch by Joakim \ elupus chez ecce dot se / original thread: date: 03/19/2007 01:47 AM subject: [Ffmpeg-devel] [RFC] Improvement for the odd timestamp generation when parser is in use. Originally committed as revision 8725 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ↵Michael Niedermayer2007-04-08
| | | | | | buf_size checks Originally committed as revision 8677 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typos/grammarDiego Biurrun2007-04-07
| | | | Originally committed as revision 8641 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DXA demuxer and decoderKostya Shishkov2007-03-14
| | | | Originally committed as revision 8405 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Introduce two new logging functions av_hex_dump_log() and av_pkt_dump_log()Panagiotis Issaris2007-03-12
| | | | | | which use av_log() for logging instead of fprintf(). Originally committed as revision 8339 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove codec_info_duration/nb_frames from AVStreamBaptiste Coudurier2007-03-12
| | | | Originally committed as revision 8337 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify doxygen description.Panagiotis Issaris2007-03-05
| | | | Originally committed as revision 8264 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cleanup doxygen comment.Panagiotis Issaris2007-03-05
| | | | Originally committed as revision 8263 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a typo in a doxygen tag.Panagiotis Issaris2007-03-05
| | | | Originally committed as revision 8262 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxygenize the existing comments in avformat.h. The contents of the commentsPanagiotis Issaris2007-03-05
| | | | | | were left unaltered. Originally committed as revision 8235 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct wrong avformat documentation.Panagiotis Issaris2007-03-03
| | | | Originally committed as revision 8206 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move the libavformat public API comments to avformat.h. The comments arePanagiotis Issaris2007-03-03
| | | | | | unmodified. Originally committed as revision 8202 to svn://svn.ffmpeg.org/ffmpeg/trunk
* implement new grabbing interface, as described here:Ramiro Polla2007-02-14
| | | | | | | | | | ttp://thread.gmane.org/gmane.comp.video.ffmpeg.devel/42920 patch by Ramiro Polla % ramiro A lisha P ufsc P br % Original thread: Date: Jan 31, 2007 8:56 PM Subject: [Ffmpeg-devel] [PATCH] New grabbing interface Originally committed as revision 7983 to svn://svn.ffmpeg.org/ffmpeg/trunk
* This fixes error handling for BeOS, removing the need for some ifdefs.François Revol2007-02-13
| | | | | | | | | AVERROR_ defines are moved to avcodec.h as they are needed in there as well. Feel free to move that to avutil/common.h. Bumped up avcodec/format version numbers as though it's binary compatible we will want to rebuild apps as error values changed. Please from now on use return AVERROR(EFOO) instead of the ugly return -EFOO in your code. This also removes the need for berrno.h. Originally committed as revision 7965 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add key field to AVFormatContext for de/encryption support, patch by ReimarReimar Döffinger2007-02-11
| | | | Originally committed as revision 7924 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better generic index building and seeking codeMichael Niedermayer2007-02-05
| | | | Originally committed as revision 7841 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make av_find_stream_info() duration user selectableMichael Niedermayer2007-01-23
| | | | Originally committed as revision 7669 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get rid of the [4] limitation of codec tag listsMichael Niedermayer2007-01-21
| | | | Originally committed as revision 7596 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer2007-01-21
| | | | Originally committed as revision 7593 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Attempt to better document AVFMT_NOFILE.Reimar Döffinger2007-01-19
| | | | Originally committed as revision 7590 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make nb_streams unsigned to avoid an ugly cast.Diego Biurrun2007-01-16
| | | | Originally committed as revision 7556 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Musepack SV7 decoding supportKostya Shishkov2006-12-24
| | | | Originally committed as revision 7375 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use standard INT64_MAX instead of MAXINT64 (and MIN)Måns Rullgård2006-12-07
| | | | Originally committed as revision 7241 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use the standard INT64_C() macro for 64-bit constantsMåns Rullgård2006-12-06
| | | | Originally committed as revision 7240 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split av_seek_frame_binary() so the code becomes idependant of AVInputFormat ↵Michael Niedermayer2006-11-14
| | | | | | and AVIndex Originally committed as revision 7035 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more verbose r_frame_rate definitionMichael Niedermayer2006-11-12
| | | | Originally committed as revision 6982 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill AVImageFormatBaptiste Coudurier2006-11-02
| | | | Originally committed as revision 6875 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support for Tiertex .seq files demuxing/video decoding, by Gregory Montoir ↵Baptiste Coudurier2006-10-12
| | | | | | %cyx A users P sourceforge P net% Originally committed as revision 6672 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix some signedness warningsMåns Rullgård2006-09-27
| | | | Originally committed as revision 6355 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Moving FifoBuffer out of libavformat/avformat.h andRoman Shaposhnik2006-09-21
| | | | | | libavformat/utils.c into libavutil Originally committed as revision 6310 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-10
| | | | Originally committed as revision 6219 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVPROBE_SCORE_MAX docMichael Niedermayer2006-09-09
| | | | Originally committed as revision 6206 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ignore index parameter to ignore the ODML index in aviMichael Niedermayer2006-09-05
| | | | 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-04
| | | | | | | | | | 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
* * Restructuring the division of labor between DV codec and DV formatRoman Shaposhnik2006-09-04
| | | | | | [ Based on a patch by Brian Brice (bbrice at newtek dot com) ] Originally committed as revision 6161 to svn://svn.ffmpeg.org/ffmpeg/trunk