summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
Commit message (Expand)AuthorAge
* 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
* complete AVS playback system (from Creature Shock computer game),Mike Melanson2006-02-17
* complete American Laser Games MM playback system, courtesy of Peter RossMike Melanson2006-02-12
* tta demuxer, also usable for moving tta audio data into an other containerAlex Beregszaszi2006-02-12
* generate adts frame headers if requiredMåns Rullgård2006-02-10
* add a Creative VOC (de)muxerAurelien Jacobs2006-02-09
* bump version numbers and update docs for adts aac supportMåns Rullgård2006-02-08
* AIFF format support by (Patrick Guimond <patg a.t patg d.o.t homeunix d.o.t org)Michael Niedermayer2006-02-02
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* Cook compatibe decoder, patch by Benjamin LarssonBenjamin Larsson2005-12-09
* Increase version: 'wave' atom parsing added to mov demuxerRoberto Togni2005-10-20
* Support D-Cinema audio demuxing.Reimar Döffinger2005-09-02
* time_base description by Rich Felker | dalias, aerifal cxMichael Niedermayer2005-08-21
* parse pict_type for streams in aviMichael Niedermayer2005-08-15
* support fixing missing pts by parsing future framesMichael Niedermayer2005-08-15
* A.B.C versionsMichael Niedermayer2005-07-31
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-17
* Yamaha SMAF file format support patch by (Vidar Madsen: vidarino, gmail com)Vidar Madsen2005-07-15