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
2012-01-27lavf: remove disabled FF_API_SET_PTS_INFO cruftAnton Khirnov
2012-01-27lavf: remove disabled FF_API_OLD_INTERRUPT_CB cruftAnton Khirnov
2012-01-27lavf: remove disabled FF_API_REORDER_PRIVATE cruftAnton Khirnov
2012-01-27lavf: remove disabled FF_API_SEEK_PUBLIC cruftAnton Khirnov
2012-01-27lavf: remove disabled FF_API_STREAM_COPY cruftAnton Khirnov
2012-01-27lavf: remove disabled FF_API_PRELOAD cruftAnton Khirnov
2012-01-27lavf: remove disabled FF_API_NEW_STREAM cruftAnton Khirnov
2012-01-27lavf: remove disabled FF_API_RTSP_URL_OPTIONS cruftAnton Khirnov
2012-01-27lavf: remove disabled FF_API_MUXRATE cruftAnton Khirnov
2012-01-27lavf: remove disabled FF_API_FILESIZE cruftAnton Khirnov
2012-01-27lavf: remove disabled FF_API_TIMESTAMP cruftAnton Khirnov
2012-01-27lavf: remove disabled FF_API_LOOP_OUTPUT cruftAnton Khirnov
2012-01-27lavf: remove disabled FF_API_LOOP_INPUT cruftAnton Khirnov
2012-01-27lavf: remove disabled FF_API_AVSTREAM_QUALITY cruftAnton Khirnov
2012-01-27lavf: remove disabled FF_API_FLAG_RTP_HINT cruftAnton Khirnov
2012-01-27lavf: remove disabled FF_API_SDP_CREATE cruftAnton Khirnov
2012-01-27lavf: remove disabled FF_API_GUESS_IMG2_CODEC cruftAnton Khirnov
2012-01-27lavf: remove disabled FF_API_PKT_DUMP cruftAnton Khirnov
2012-01-27lavf: remove disabled FF_API_FIND_INFO_TAG cruftAnton Khirnov
2012-01-27lavf: remove disabled FF_API_PARSE_DATE cruftAnton Khirnov
2012-01-27lavf: remove disabled FF_API_DUMP_FORMAT cruftAnton Khirnov
2012-01-27lavf: remove disabled FF_API_FORMAT_PARAMETERS cruftAnton Khirnov
2012-01-27lavf: remove disabled FF_API_OLD_METADATA2 cruftAnton Khirnov
2012-01-27lavf: remove disabled FF_API_OLD_AVIO cruftAnton Khirnov
2012-01-27lavf: increase major version from 53 to 54.Anton Khirnov
2012-01-25movenc: Add a separate ismv/isma (smooth streaming) muxerMartin Storsjö
2012-01-25libavformat: Add a flag for muxers that support write_packet(NULL) for flushingMartin Storsjö
2012-01-25movenc: Add support for writing fragmented mov filesMartin Storsjö
2012-01-24lavf: postpone removing av_close_input_file().Anton Khirnov
2012-01-16add SMJPEG muxerPaul B Mahol
2012-01-12lavf: undeprecate read_seek().Anton Khirnov
2011-12-28avformat: Add SMJPEG demuxer.Paul B Mahol
2011-12-18lavf: add OpenMG audio muxer.Michael Karcher
2011-12-12lavf: add avformat_close_input().Anton Khirnov
2011-12-11lavf doxy: add installed headers to groups.Anton Khirnov
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov
2011-11-27avformat: add CRI ADX format demuxerJustin Ruggles
2011-11-18avio: Mark the old interrupt callback mechanism as deprecatedMartin Storsjö
2011-11-18http: Add a new protocol for opening connections via http proxiesMartin Storsjö
2011-11-08BMV demuxer and decoderKostya Shishkov
2011-11-05avformat: Add functions for doing global network initializationMartin Storsjö
2011-11-05avformat: Add the https protocolMartin Storsjö
2011-11-05avformat: Add the tls protocol, using OpenSSL or gnutlsMartin Storsjö
2011-10-28lavf: move private fields in AVFormatContext to the end at next bump.Anton Khirnov
2011-10-28lavf: make some seeking functions privateAnton Khirnov
2011-10-25lavf: deprecate AVStream.stream_copyAnton Khirnov
2011-10-25mpegenc: add preload private option.Anton Khirnov
2011-10-19lavf: add avformat_new_stream as a replacement for av_new_stream.Anton Khirnov
2011-10-17rtsp: Accept options via private avoptions instead of URL optionsMartin Storsjö
2011-10-17mpegenc/mpegtsenc: add muxrate private options.Anton Khirnov