summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
Commit message (Expand)AuthorAgeFilesLines
* avoid deprecation warnings for AVFrac from avformat.hMåns Rullgård2007-07-091-1/+1
* Add support for non-blocking input formatsLuca Abeni2007-07-061-0/+1
* * clarifying the AVInputFormat::read_seek return valueMaksym Veremeyenko2007-06-251-0/+1
* remove old unused string functionsMåns Rullgård2007-06-231-5/+0
* Remove unused declarationsRamiro Polla2007-06-121-8/+0
* misc typo fixesDiego Biurrun2007-06-121-5/+5
* misc spelling fixesDiego Biurrun2007-06-121-9/+9
* Move the video size and rate abbreviations system from libavformat to libavcodecStefano Sabatini2007-06-121-2/+4
* spellingDiego Biurrun2007-06-041-2/+2
* TyposRamiro Polla2007-06-041-8/+8
* Doxygenize av_init_packetRamiro Polla2007-06-041-1/+5
* Export av_init_packetRamiro Polla2007-06-041-10/+1
* Remove extern C declarations for C++.Diego Biurrun2007-05-161-8/+0
* patch so that the deprecated items show up correctlyMark Cox2007-05-021-2/+5
* fix AVStream documentation: clarify start_time, start_time and duration are a...Baptiste Coudurier2007-04-281-4/+2
* add an enum for need_parsingAurelien Jacobs2007-04-151-2/+8
* timestamps generation improvement when parsing aviJoakim Plate2007-04-131-3/+4
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer2007-04-081-2/+3
* typos/grammarDiego Biurrun2007-04-071-2/+2
* DXA demuxer and decoderKostya Shishkov2007-03-141-2/+2
* Introduce two new logging functions av_hex_dump_log() and av_pkt_dump_log()Panagiotis Issaris2007-03-121-4/+34
* remove codec_info_duration/nb_frames from AVStreamBaptiste Coudurier2007-03-121-0/+2
* Clarify doxygen description.Panagiotis Issaris2007-03-051-1/+1
* Cleanup doxygen comment.Panagiotis Issaris2007-03-051-1/+1
* Fix a typo in a doxygen tag.Panagiotis Issaris2007-03-051-1/+1
* Doxygenize the existing comments in avformat.h. The contents of the commentsPanagiotis Issaris2007-03-051-61/+63
* Correct wrong avformat documentation.Panagiotis Issaris2007-03-031-5/+1
* Move the libavformat public API comments to avformat.h. The comments arePanagiotis Issaris2007-03-031-0/+308
* implement new grabbing interface, as described here:Ramiro Polla2007-02-141-0/+2
* This fixes error handling for BeOS, removing the need for some ifdefs.François Revol2007-02-131-10/+2
* add key field to AVFormatContext for de/encryption support, patch by ReimarReimar Döffinger2007-02-111-2/+5
* better generic index building and seeking codeMichael Niedermayer2007-02-051-0/+1
* make av_find_stream_info() duration user selectableMichael Niedermayer2007-01-231-0/+5
* get rid of the [4] limitation of codec tag listsMichael Niedermayer2007-01-211-4/+4
* add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer2007-01-211-2/+17
* Attempt to better document AVFMT_NOFILE.Reimar Döffinger2007-01-191-1/+2
* Make nb_streams unsigned to avoid an ugly cast.Diego Biurrun2007-01-161-1/+1
* Musepack SV7 decoding supportKostya Shishkov2006-12-241-2/+2
* use standard INT64_MAX instead of MAXINT64 (and MIN)Måns Rullgård2006-12-071-8/+0
* use the standard INT64_C() macro for 64-bit constantsMåns Rullgård2006-12-061-2/+2
* split av_seek_frame_binary() so the code becomes idependant of AVInputFormat ...Michael Niedermayer2006-11-141-0/+1
* more verbose r_frame_rate definitionMichael Niedermayer2006-11-121-0/+3
* kill AVImageFormatBaptiste Coudurier2006-11-021-45/+2
* support for Tiertex .seq files demuxing/video decoding, by Gregory Montoir %c...Baptiste Coudurier2006-10-121-2/+2
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* fix some signedness warningsMåns Rullgård2006-09-271-1/+1
* * Moving FifoBuffer out of libavformat/avformat.h andRoman Shaposhnik2006-09-211-23/+0
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-101-0/+18
* AVPROBE_SCORE_MAX docMichael Niedermayer2006-09-091-1/+1
* ignore index parameter to ignore the ODML index in aviMichael Niedermayer2006-09-051-0/+1