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
2011-06-06lavf: deprecate AVFormatParameters.time_base.Anton Khirnov
2011-05-28lavf: deprecate AVFormatParameters.pix_fmt.Anton Khirnov
2011-05-27movenc: Deprecate the global RTP hinting flag, use a private AVOption insteadMartin Storsjö
2011-05-27rtspdec: add initial_pause private option.Anton Khirnov
2011-05-27lavf: deprecate AVFormatParameters.width/height.Anton Khirnov
2011-05-25avformat: Add fpsprobesize as an AVOption.Alex Converse
2011-05-25lavf: deprecate AVFormatParameters.channel.Anton Khirnov
2011-05-25lavf: deprecate AVFormatParameters.standard.Anton Khirnov
2011-05-25lavf: deprecate AVFormatParameters.{channels,sample_rate}.Anton Khirnov
2011-05-25lavf: deprecate AVFormatParameters.mpeg2ts_raw.Anton Khirnov
2011-05-25mpegts: add compute_pcr option.Anton Khirnov
2011-05-25lavf: add priv_class field to AVInputFormat.Anton Khirnov
2011-05-19Remove silly insults from avformat_version() Doxygen documentation.Diego Biurrun
2011-05-18asfdec: do not fall back to binary/generic searchVladimir Pantelic
2011-04-21applehttp: Expose the stream bitrate via metadataMartin Storsjö
2011-04-19lavf: remove FF_API_INDEX_BUILT cruftAnton Khirnov
2011-04-19lavf: remove FF_API_FIRST_FORMAT cruftAnton Khirnov
2011-04-19lavf: remove FF_API_PARAMETERS_CODEC_ID cruftAnton Khirnov
2011-04-19lavf: remove FF_API_LAVF_UNUSED cruftAnton Khirnov
2011-04-19lavf: remove FF_API_PARSE_FRAME_PARAM cruftAnton Khirnov
2011-04-19lavf: remove FF_API_ALLOC_FORMAT_CONTEXT cruftAnton Khirnov
2011-04-19lavf: remove FF_API_GUESS_FORMAT cruftAnton Khirnov
2011-04-19lavf: remove FF_API_OLD_METADATA cruftAnton Khirnov
2011-04-19lavf: remove FF_API_MAX_STREAMS cruftAnton Khirnov
2011-04-17Replace more FFmpeg references by Libav.Diego Biurrun
2011-04-13lavf: postpone removal of public metadata conversion APIAnton Khirnov
2011-04-09avformat.h: fix a misplaced #endifAnton Khirnov
2011-04-08lavf: get rid of ffm-specific stuff in avformat.hAnton Khirnov
2011-04-08lavf: rename a parameter of av_sdp_create from buff->bufAnton Khirnov
2011-04-08lavf: rename avf_sdp_create to av_sdp_create.Anton Khirnov
2011-04-08lavf: make av_guess_image2_codec internalAnton Khirnov
2011-04-08lavf: mark av_pkt_dump(_log) for remove on $next+1 bump.Anton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17asfdec: subtract the preroll value and thus output 0 based timestampsVladimir Pantelic
2011-03-07lavf: update documentation of AVOutputFormat.flagsAnssi Hannula
2011-03-07lavf: document the use of multiple entries in language metadata tagAnssi Hannula
2011-03-02libavformat: Add av_pkt_dump{, _log}2, taking an AVStream parameterMartin Storsjö
2011-02-23avio: rename url_fopen/fclose -> avio_open/close.Anton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-02-17Move find_info_tag to lavu and add av_ prefix to itAnton Khirnov
2011-02-17Deprecate parse_date() in favor of av_parse_time().Stefano Sabatini
2011-02-17lavf: add av_ prefix to dump_format()Anton Khirnov
2011-02-16Document that av_write_header sets stream time_base to a value of it chosing.Reimar Döffinger
2011-02-15lavf: add AV_DISPOSITION_CLEAN_EFFECTS flagAnssi Hannula
2011-02-11lavf: deprecate AVFormatContext.index_builtAnton Khirnov
2011-02-11add AV_DISPOSITION_HEARING_IMPAIRED and AV_DISPOSITION_VISUAL_IMPAIREDPeter Ross
2011-02-09lavf: rename ff_probe_input_buffer to make it publicAnssi Hannula
2011-02-07lavf: move internal functions from avformat.h to internal.hAnton Khirnov
2011-02-07Make av_set_pts_info keep previous time base if new one is invalid.Reimar Döffinger
2011-02-04libavformat: Add a function for freeing an AVFormatContextMartin Storsjö