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-11-21Merge branch 'release/0.8' into release/0.7Michael Niedermayer
2011-11-20Merge remote-tracking branch 'qatar/release/0.7' into release/0.8Michael Niedermayer
2011-11-19lavc: fix parentheses placement in avcodec_open2().Baptiste Coudurier
2011-11-19lavc: introduce avcodec_open2() as a replacement for avcodec_open().Anton Khirnov
2011-10-02Merge branch 'release/0.8' into release/0.7Michael Niedermayer
2011-10-01avcodec: reject audio packets with NULL data and non-zero sizeJustin Ruggles
2011-07-27Merge branch 'release/0.8' into release/0.7Michael Niedermayer
2011-07-26For FFmpeg 0.7 branch: Treat AV_SAMPLE_FMT_NONE as S16 for encoders.Reimar Döffinger
2011-07-26Merge remote-tracking branch 'qatar/release/0.7' into release/0.8Michael Niedermayer
2011-07-12vp8/mt: flush worker thread, not application thread context, on seek.Ronald S. Bultje
2011-06-29Add new yuv444 pixfmts to avcodec_align_dimensions2Jason Garrett-Glaser
2011-06-21Merge branch 'master' into oldabiMichael Niedermayer
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-16Merge branch 'master' into oldabiMichael Niedermayer
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-15Revert "lavc: remove the FF_API_VIDEO_OLD cruft."Michael Niedermayer
2011-05-15Merge branch 'master' into oldabiMichael 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-02Merge commit '1a9f9f8' into oldabiMichael Niedermayer
2011-05-02Merge commit 'd7e5aeb' into oldabiMichael Niedermayer
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