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-04-29Replace some commented-out debug printf() / av_log() messages with av_dlog().Diego Biurrun
2011-04-21error: remove AVERROR_NUMEXPECTEDStefano Sabatini
2011-04-20libavformat: Free AVFormatContext->streamsMartin Storsjö
2011-04-19avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini
2011-04-19lavf: remove FF_API_SYMVER cruftAnton Khirnov
2011-04-19lavf: remove FF_API_FIRST_FORMAT cruftAnton Khirnov
2011-04-19lavf: remove FF_API_PARSE_FRAME_PARAM cruftAnton Khirnov
2011-04-19lavf: remove FF_API_URL_SPLIT 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-13lavf/utils.c: Order packets with identical PTS by stream index.Vitor Sessak
2011-04-12avio: undeprecate av_url_read_fseek/fpause under nicer namesAnton 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-04-07avio: move extern url_interrupt_cb declaration from avio.h to url.hAnton Khirnov
2011-04-07avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov
2011-04-06lavf: if id3v2 tag is present and all else fails, guess by file extensionAnton Khirnov
2011-04-04avio: introduce an AVIOContext.seekable fieldAnton Khirnov
2011-04-01lavf: make compute_chapters_end less picky.Anton Khirnov
2011-03-25Use audio_service_type to set stream disposition.Justin Ruggles
2011-03-21avio: make av_url_read_fseek/fpause internal.Anton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17lavf: Make make_absolute_url a lavf internal functionMartin Storsjö
2011-03-17lavf: make av_interleave_packet() return meaningful error codesStefano Sabatini
2011-03-17lavf: enable av_dlog message in av_interleaved_write_frame()Stefano Sabatini
2011-03-17lavf: enable av_dlog() in compute_pkt_fields2()Stefano Sabatini
2011-03-17avio: make url_setbufsize internal.Anton Khirnov
2011-03-16use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*Janne Grunau
2011-03-16replace FFMPEG with LIBAV in FFMPEG_CONFIGURATIONJanne Grunau
2011-03-15Use AVERROR_EXIT with url_interrupt_cb.Nicolas George
2011-03-15lavf/utils: dont't explicitly check AVIOContext.errorAnton Khirnov
2011-03-07avio: move ff_rewind_with_probe_data from avio.h to avio_internal.hAnton Khirnov
2011-03-07avio: avio_ prefix for url_fsizeAnton Khirnov
2011-03-04avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-03-02libavformat: Add av_pkt_dump{, _log}2, taking an AVStream parameterMartin Storsjö
2011-03-01avio: avio_ prefix for url_fseekAnton Khirnov
2011-02-23avio: rename url_fopen/fclose -> avio_open/close.Anton Khirnov
2011-02-21avio: avio_ prefixes for get_* functionsAnton 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-16Fix av_find_best_stream when using a programBalint Marton
2011-02-15Merge libavcore into libavutilReinhard Tartler
2011-02-15lavf: add AV_DISPOSITION_CLEAN_EFFECTS flagAnssi Hannula
2011-02-13lavf: print stream disposition in dump_stream_formatAnssi Hannula
2011-02-11make av_find_best_stream() ignore streams marked with AV_DISPOSITION_*_IMPAIREDPeter Ross
2011-02-09Frame-based multithreading framework using pthreadsAlexander Strange
2011-02-09lavf: rename ff_probe_input_buffer to make it publicAnssi Hannula