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-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-11vp8/mt: flush worker thread, not application thread context, on seek.Ronald S. Bultje
2011-07-11Merge commit '142e76f1055de5dde44696e71a5f63f2cb11dedf'Michael Niedermayer
2011-07-10lavc: introduce avcodec_open2() as a replacement for avcodec_open().Anton Khirnov
2011-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-04Do not include mathematics.h in avutil.hMans Rullgard
2011-06-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-29Add new yuv444 pixfmts to avcodec_align_dimensions2Jason Garrett-Glaser
2011-06-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-28avutil: Remove unused arbitrary precision integer code.Diego Biurrun
2011-06-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-05lavf,lavc: free avoptions in a generic way.Anton Khirnov
2011-06-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-03Replace avcodec_get_pix_fmt_name() by av_get_pix_fmt_name().Stefano Sabatini
2011-06-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-02H264/MPEG frame-level multi-threading.Alexander Strange
2011-05-31 Merge remote-tracking branch 'ffmpeg-mt/master'Alexander Strange
2011-05-26Fail when lowres value is lower than 0ami_stuff
2011-05-24partial revert of 01d3ebaf219d83c0a70cdf9696ecb6b868e8a165Michael Niedermayer
2011-05-24avcodec_find_decoder: prefer non experimental decoders.Michael Niedermayer
2011-05-21Merge/split side data.Michael Niedermayer
2011-05-14AVFrame: only set parameters from AVCodecContext in decode_video*() when no f...Michael Niedermayer
2011-05-14avcodec_default_get_buffer: init picture parameters.Michael Niedermayer
2011-05-11swscale: extend YUV422p support to 10bits depthBaptiste Coudurier
2011-05-11Merge remote branch 'qatar/master'Michael Niedermayer
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-05-08PIX_FMT_422P10 supportBaptiste Coudurier
2011-05-07lavc: add format field to AVFrameStefano Sabatini
2011-05-07lavc: add width and height fields to AVFrameStefano Sabatini
2011-05-06Allow encodiing empty subtitles.JULIAN GARDNER
2011-05-01lavc: add a sample_aspect_ratio field to AVFrameStefano Sabatini
2011-05-01lavc: add a pkt_pos field to AVFrameStefano Sabatini
2011-04-30lavc: remove disabled avcodec_decode_video() codeStefano Sabatini
2011-04-28Merge remote branch 'qatar/master'Michael Niedermayer
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-27Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-26lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE_TYPE_* enumsStefano Sabatini
2011-04-23Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-22Make av_log_ask_for_sample() accept a variable number of arguments.Diego Biurrun
2011-04-22Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-21lavc: provide deprecated avcodec_thread_init until next major versionAnton Khirnov
2011-04-20Merge remote branch 'qatar/master'Michael Niedermayer