Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-03-05Doxygenize the existing comments in avformat.h. The contents of the commentsPanagiotis Issaris
2007-03-03Correct wrong avformat documentation.Panagiotis Issaris
2007-03-03Move the libavformat public API comments to avformat.h. The comments arePanagiotis Issaris
2007-02-14implement new grabbing interface, as described here:Ramiro Polla
2007-02-13This fixes error handling for BeOS, removing the need for some ifdefs.François Revol
2007-02-11add key field to AVFormatContext for de/encryption support, patch by ReimarReimar Döffinger
2007-02-06better generic index building and seeking codeMichael Niedermayer
2007-01-23make av_find_stream_info() duration user selectableMichael Niedermayer
2007-01-21get rid of the [4] limitation of codec tag listsMichael Niedermayer
2007-01-21add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer
2007-01-20Attempt to better document AVFMT_NOFILE.Reimar Döffinger
2007-01-17Make nb_streams unsigned to avoid an ugly cast.Diego Biurrun
2006-12-24Musepack SV7 decoding supportKostya Shishkov
2006-12-07use standard INT64_MAX instead of MAXINT64 (and MIN)Måns Rullgård
2006-12-07use the standard INT64_C() macro for 64-bit constantsMåns Rullgård
2006-11-14split av_seek_frame_binary() so the code becomes idependant of AVInputFormat ...Michael Niedermayer
2006-11-12more verbose r_frame_rate definitionMichael Niedermayer
2006-11-03kill AVImageFormatBaptiste Coudurier
2006-10-12support for Tiertex .seq files demuxing/video decoding, by Gregory Montoir %c...Baptiste Coudurier
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-27fix some signedness warningsMåns Rullgård
2006-09-21 * Moving FifoBuffer out of libavformat/avformat.h andRoman Shaposhnik
2006-09-10Add official LGPL license headers to the files that were missing them.Diego Biurrun
2006-09-09AVPROBE_SCORE_MAX docMichael Niedermayer
2006-09-05ignore index parameter to ignore the ODML index in aviMichael Niedermayer
2006-09-04Clarified API for numbered sequences, patch by Michel Bardiaux % mbardiaux A ...Michel Bardiaux
2006-09-04 * Restructuring the division of labor between DV codec and DV formatRoman Shaposhnik
2006-09-03remove redundant declarationsMåns Rullgård
2006-08-31fix b pyramid in mp4 muxing if no dts are provided to the muxerMichael Niedermayer
2006-08-27added option probesize; at the moment only used by mpegts.cNico Sabbi
2006-08-27initial support for AVOption in AVFormatContextNico Sabbi
2006-08-20attribute_deprecatedMichael Niedermayer
2006-08-12export av_interleave_packet_per_dtsBaptiste Coudurier
2006-08-09dont be too picky about timestampsbeing wrong if the destination container is...Michael Niedermayer
2006-07-23Try to find out correct start time to make seeking faster and add someReimar Döffinger
2006-07-14add loop_input to AVFormatContext, getting rid of old hackVíctor Paesa
2006-07-10give AVInput/OutputFormat structs consistent namesMåns Rullgård
2006-06-30Move initialisations and internal symbols in allformats.h,Diego Pettenò
2006-06-25cleanup patch from Diego Pettenò <flameeyes@gentoo.org>Luca Barbato
2006-06-25minor cleanupLuca Barbato
2006-06-17Add (mostly) const to variable and parameter declaration, where a char* wasStefan Huehner
2006-03-28NuppelVideo/MythTVVideo support, including rtjpeg decoderReimar Döffinger
2006-03-21Smacker demuxer and decoder.Kostya Shishkov
2006-03-01add size to AVIndexMichael Niedermayer
2006-02-17complete AVS playback system (from Creature Shock computer game),Mike Melanson
2006-02-12complete American Laser Games MM playback system, courtesy of Peter RossMike Melanson
2006-02-12tta demuxer, also usable for moving tta audio data into an other containerAlex Beregszaszi
2006-02-10generate adts frame headers if requiredMåns Rullgård
2006-02-10add a Creative VOC (de)muxerAurelien Jacobs
2006-02-08bump version numbers and update docs for adts aac supportMåns Rullgård