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-06-12Move the video size and rate abbreviations system from libavformat to libavcodecStefano Sabatini
2007-06-05spellingDiego Biurrun
2007-06-05TyposRamiro Polla
2007-06-05Doxygenize av_init_packetRamiro Polla
2007-06-04Export av_init_packetRamiro Polla
2007-05-16Remove extern C declarations for C++.Diego Biurrun
2007-05-02patch so that the deprecated items show up correctlyMark Cox
2007-04-28fix AVStream documentation: clarify start_time, start_time and duration are a...Baptiste Coudurier
2007-04-15add an enum for need_parsingAurelien Jacobs
2007-04-13timestamps generation improvement when parsing aviJoakim Plate
2007-04-08allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer
2007-04-07typos/grammarDiego Biurrun
2007-03-14DXA demuxer and decoderKostya Shishkov
2007-03-12Introduce two new logging functions av_hex_dump_log() and av_pkt_dump_log()Panagiotis Issaris
2007-03-12remove codec_info_duration/nb_frames from AVStreamBaptiste Coudurier
2007-03-05Clarify doxygen description.Panagiotis Issaris
2007-03-05Cleanup doxygen comment.Panagiotis Issaris
2007-03-05Fix a typo in a doxygen tag.Panagiotis Issaris
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