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-07-04Do not include mathematics.h in avutil.hMans Rullgard
2011-06-29Add new yuv444 pixfmts to avcodec_align_dimensions2Jason Garrett-Glaser
2011-06-28avutil: Remove unused arbitrary precision integer code.Diego Biurrun
2011-06-21Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().Justin Ruggles
2011-06-06utils.c: fix crash with threading enabled.Ronald S. Bultje
2011-06-05lavf,lavc: free avoptions in a generic way.Anton Khirnov
2011-06-03Replace avcodec_get_pix_fmt_name() by av_get_pix_fmt_name().Stefano Sabatini
2011-06-02H264/MPEG frame-level multi-threading.Alexander Strange
2011-05-11swscale: extend YUV422p support to 10bits depthBaptiste Coudurier
2011-05-10Add the notion of pixel size in h264 related functions.Oskar Arvidsson
2011-05-10Add pixel formats for 9- and 10-bit yuv420p.Oskar Arvidsson
2011-04-27Simplify av_log_missing_feature().Diego Biurrun
2011-04-27If AVCodecContext.channels is 0 and AVCodecContext.channel_layout isJustin Ruggles
2011-04-27If AVCodecContext.channel_layout and AVCodecContext.channels are bothJustin Ruggles
2011-04-27cosmetics: indentationJustin Ruggles
2011-04-27Check AVCodec.supported_samplerates and AVCodec.channel_layouts inJustin Ruggles
2011-04-26lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE_TYPE_* enumsStefano Sabatini
2011-04-22Make av_log_ask_for_sample() accept a variable number of arguments.Diego Biurrun
2011-04-21lavc: provide deprecated avcodec_thread_init until next major versionAnton Khirnov
2011-04-19In avcodec_open(), set return code to an error value only when an error occursJustin Ruggles
2011-04-19lavc: remove misc disabled cruft.Anton Khirnov
2011-04-19lavc: remove the FF_API_SUBTITLE_OLD cruft.Anton Khirnov
2011-04-19lavc: remove the FF_API_VIDEO_OLD cruft.Anton Khirnov
2011-04-19lavc: remove the FF_API_AUDIO_OLD cruft.Anton Khirnov
2011-04-18Replace mplayerhq.hu URLs by libav.org.Diego Biurrun
2011-04-17Replace more FFmpeg references by Libav.Diego Biurrun
2011-04-11g722: Return 8 bits per sample for g722 in av_get_bits_per_sampleMartin Storsjö
2011-04-05Remove unnecessary parameter from ff_thread_init() and fix behaviorAlexander Strange
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
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-14Update the url to the site website and change ffmpeg-devel to libav-develJohan Andersson
2011-02-15Merge libavcore into libavutilReinhard Tartler
2011-02-10Remove incorrect return statement from avcodec_thread_free()Mans Rullgard
2011-02-09Fix build with threading disabledMans Rullgard
2011-02-09check sample_fmt in avcodec_openReimar Döffinger
2011-02-09Deprecate avcodec_thread_init()Alexander Strange
2011-02-09Frame-based multithreading framework using pthreadsAlexander Strange
2011-02-03Set pkt_pts in avcodec_default_reget_buffer()Nicolas George
2011-01-25Make the ff_lockmgr_cb function pointer static to utils.cDiego Elio Pettenò
2011-01-18update av_log_missing_feature() to gitJanne Grunau
2011-01-12don't complain about codec type/id mismatche for attachment streamsAurelien Jacobs
2011-01-08Show profile in avcodec_string().Anssi Hannula
2011-01-08Add pkt_dts to AVFrame, this will in the future allow multithreading decodersMichael Niedermayer
2011-01-08Add AVFrame.pkt_pts that contains the correctly reordered AVPacket.ptsMichael Niedermayer
2011-01-08Add av_get_profile_name() to get profile names.Anssi Hannula
2010-12-31free subtitle_header before overwriting it to avoid memleakAurelien Jacobs
2010-12-19Fix -lowres with ffplay.Anatoly Nenashev
2010-12-04Change the argument of memory allocation functions from unsigned int to size_tMichael Niedermayer
2010-11-21Use the new libavcore audio channel API.Stefano Sabatini