summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
Commit message (Collapse)AuthorAge
...
* Add ff_ prefix to get_v()Kostya Shishkov2007-11-03
| | | | Originally committed as revision 10912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the inclusion of rtsp.h and rtp.h from avformat.h, andLuca Abeni2007-10-29
| | | | | | explicitly include such headers where needed Originally committed as revision 10871 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Beam Software SIFF demuxer and video decoderKostya Shishkov2007-10-22
| | | | Originally committed as revision 10833 to svn://svn.ffmpeg.org/ffmpeg/trunk
* New RM format deserves small version bumpKostya Shishkov2007-10-21
| | | | Originally committed as revision 10827 to svn://svn.ffmpeg.org/ffmpeg/trunk
* API extension: AVProgram now has an array (stream_index) containing the ↵Nico Sabbi2007-10-20
| | | | | | indexes of the streams in AVFormatContext Originally committed as revision 10819 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
| | | | Originally committed as revision 10765 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Increment minor after r10709.Benoit Fouet2007-10-14
| | | | Originally committed as revision 10734 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Added definition and utility functions to handle AVProgram(s) in ↵Nico Sabbi2007-09-25
| | | | | | AVFormatContext Originally committed as revision 10579 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make parse_date return INT64_MIN in case of unparsable input.Stefano Sabatini2007-09-19
| | | | | | | | | Patch by Stefano Sabatini: [stefano sabatini-lala poste it] Original thread: [FFmpeg-devel] [PATCH] Enhace documentation forlibavformat/utils.c:parse_date Date: 08/17/2007 09:40 PM Originally committed as revision 10533 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Monkey Audio decoderKostya Shishkov2007-09-13
| | | | Originally committed as revision 10484 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bump micro version number for r10429Ramiro Polla2007-09-10
| | | | Originally committed as revision 10473 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
* 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
* 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
* mention AVPROBE_PADDING_SIZE at the read_probe() doxyMichael Niedermayer2007-08-10
| | | | Originally committed as revision 10061 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change avf_sdp_create() to get a pre-allocated buffer as input, and toLuca Abeni2007-08-05
| | | | | | | return an integer (0 if the SDP has been succesfully created, < 0 in case of error) Originally committed as revision 9947 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correct initial timestamps which have AV_NOPTS_VALUEMichael Niedermayer2007-08-04
| | | | Originally committed as revision 9917 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Introduce an SDP generatorLuca Abeni2007-07-26
| | | | Originally committed as revision 9806 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add proper support for subtitles muxing/stream copyingAurelien Jacobs2007-07-25
| | | | Originally committed as revision 9798 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid deprecation warnings for AVFrac from avformat.hMåns Rullgård2007-07-09
| | | | Originally committed as revision 9569 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for non-blocking input formatsLuca Abeni2007-07-06
| | | | Originally committed as revision 9495 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * 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