Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-10-16w32threads: support for frame multithreadingSteven Walters
2011-10-06libx264: support 9- and 10-bit output.Anton Khirnov
2011-09-30avcodec: reject audio packets with NULL data and non-zero sizeJustin Ruggles
2011-09-24adpcmenc: Set bits_per_coded_sampleJustin Ruggles
2011-09-21lavc/utils: move avcodec_init() higher in the file.Anton Khirnov
2011-08-16lavc: add avcodec_get_type() for mapping codec_id -> type.Anton Khirnov
2011-08-10lavc: fix parentheses placement in avcodec_open2().Baptiste Coudurier
2011-08-10lavc: make avcodec_init() static on next bump.Anton Khirnov
2011-07-11vp8/mt: flush worker thread, not application thread context, on seek.Ronald S. Bultje
2011-07-10lavc: introduce avcodec_open2() as a replacement for avcodec_open().Anton Khirnov
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ò