summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
Commit message (Expand)AuthorAge
* more verbose doxy for duration (from patch by neilb suse de)Neil Brown2007-08-18
* mention that start_time maybe AV_NOPTS_VALUE (from patch by neilb suse de)Neil Brown2007-08-18
* elaborate a little on AVStream.start_time, it seems the comment is not clearMichael Niedermayer2007-08-16
* cola for diegoMichael Niedermayer2007-08-11
* Bump minor number, NUT muxer was added.Diego Biurrun2007-08-11
* mention AVPROBE_PADDING_SIZE at the read_probe() doxyMichael Niedermayer2007-08-10
* Change avf_sdp_create() to get a pre-allocated buffer as input, and toLuca Abeni2007-08-05
* correct initial timestamps which have AV_NOPTS_VALUEMichael Niedermayer2007-08-04
* Introduce an SDP generatorLuca Abeni2007-07-26
* add proper support for subtitles muxing/stream copyingAurelien Jacobs2007-07-25
* avoid deprecation warnings for AVFrac from avformat.hMåns Rullgård2007-07-09
* Add support for non-blocking input formatsLuca Abeni2007-07-06
* * clarifying the AVInputFormat::read_seek return valueMaksym Veremeyenko2007-06-25
* remove old unused string functionsMåns Rullgård2007-06-23
* Remove unused declarationsRamiro Polla2007-06-12
* misc typo fixesDiego Biurrun2007-06-12
* misc spelling fixesDiego Biurrun2007-06-12
* Move the video size and rate abbreviations system from libavformat to libavcodecStefano Sabatini2007-06-12
* spellingDiego Biurrun2007-06-04
* TyposRamiro Polla2007-06-04
* Doxygenize av_init_packetRamiro Polla2007-06-04
* Export av_init_packetRamiro Polla2007-06-04
* Remove extern C declarations for C++.Diego Biurrun2007-05-16
* patch so that the deprecated items show up correctlyMark Cox2007-05-02
* fix AVStream documentation: clarify start_time, start_time and duration are a...Baptiste Coudurier2007-04-28
* add an enum for need_parsingAurelien Jacobs2007-04-15
* timestamps generation improvement when parsing aviJoakim Plate2007-04-13
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer2007-04-08
* typos/grammarDiego Biurrun2007-04-07
* DXA demuxer and decoderKostya Shishkov2007-03-14
* Introduce two new logging functions av_hex_dump_log() and av_pkt_dump_log()Panagiotis Issaris2007-03-12
* remove codec_info_duration/nb_frames from AVStreamBaptiste Coudurier2007-03-12
* Clarify doxygen description.Panagiotis Issaris2007-03-05
* Cleanup doxygen comment.Panagiotis Issaris2007-03-05
* Fix a typo in a doxygen tag.Panagiotis Issaris2007-03-05
* Doxygenize the existing comments in avformat.h. The contents of the commentsPanagiotis Issaris2007-03-05
* Correct wrong avformat documentation.Panagiotis Issaris2007-03-03
* Move the libavformat public API comments to avformat.h. The comments arePanagiotis Issaris2007-03-03
* implement new grabbing interface, as described here:Ramiro Polla2007-02-14
* This fixes error handling for BeOS, removing the need for some ifdefs.François Revol2007-02-13
* add key field to AVFormatContext for de/encryption support, patch by ReimarReimar Döffinger2007-02-11
* better generic index building and seeking codeMichael Niedermayer2007-02-05
* make av_find_stream_info() duration user selectableMichael Niedermayer2007-01-23
* get rid of the [4] limitation of codec tag listsMichael Niedermayer2007-01-21
* add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer2007-01-21
* Attempt to better document AVFMT_NOFILE.Reimar Döffinger2007-01-19
* Make nb_streams unsigned to avoid an ugly cast.Diego Biurrun2007-01-16
* Musepack SV7 decoding supportKostya Shishkov2006-12-24
* use standard INT64_MAX instead of MAXINT64 (and MIN)Måns Rullgård2006-12-07
* use the standard INT64_C() macro for 64-bit constantsMåns Rullgård2006-12-06