summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
Commit message (Expand)AuthorAge
* 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
* split av_seek_frame_binary() so the code becomes idependant of AVInputFormat ...Michael Niedermayer2006-11-14
* more verbose r_frame_rate definitionMichael Niedermayer2006-11-12
* kill AVImageFormatBaptiste Coudurier2006-11-02
* support for Tiertex .seq files demuxing/video decoding, by Gregory Montoir %c...Baptiste Coudurier2006-10-12
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* fix some signedness warningsMåns Rullgård2006-09-27
* * Moving FifoBuffer out of libavformat/avformat.h andRoman Shaposhnik2006-09-21
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-10
* AVPROBE_SCORE_MAX docMichael Niedermayer2006-09-09
* ignore index parameter to ignore the ODML index in aviMichael Niedermayer2006-09-05
* Clarified API for numbered sequences, patch by Michel Bardiaux % mbardiaux A ...Michel Bardiaux2006-09-04
* * Restructuring the division of labor between DV codec and DV formatRoman Shaposhnik2006-09-04
* remove redundant declarationsMåns Rullgård2006-09-02
* fix b pyramid in mp4 muxing if no dts are provided to the muxerMichael Niedermayer2006-08-30
* added option probesize; at the moment only used by mpegts.cNico Sabbi2006-08-27
* initial support for AVOption in AVFormatContextNico Sabbi2006-08-27
* attribute_deprecatedMichael Niedermayer2006-08-20
* export av_interleave_packet_per_dtsBaptiste Coudurier2006-08-11
* dont be too picky about timestampsbeing wrong if the destination container is...Michael Niedermayer2006-08-08
* Try to find out correct start time to make seeking faster and add someReimar Döffinger2006-07-23
* add loop_input to AVFormatContext, getting rid of old hackVíctor Paesa2006-07-13
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
* Move initialisations and internal symbols in allformats.h,Diego Pettenò2006-06-30
* cleanup patch from Diego Pettenò <flameeyes@gentoo.org>Luca Barbato2006-06-25
* minor cleanupLuca Barbato2006-06-24
* Add (mostly) const to variable and parameter declaration, where a char* wasStefan Huehner2006-06-17
* NuppelVideo/MythTVVideo support, including rtjpeg decoderReimar Döffinger2006-03-27
* Smacker demuxer and decoder.Kostya Shishkov2006-03-21
* add size to AVIndexMichael Niedermayer2006-03-01