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-02h264: add nal_length_size and is_avc to the publically readable fieldsMichael Niedermayer
2011-11-02HWAccel: adds Video Decoder Acceleration (VDA) module for Mac OS X.Sebastien Zwickert
2011-10-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-30Be more verbose about unsupported H.264 bit-depths.Carl Eugen Hoyos
2011-10-29Warn if YCgCo colourspace is detected in H.264.Carl Eugen Hoyos
2011-10-29Fix decoding of lossless 4:2:2 H.264Anton Mitrofanov
2011-10-29Fix decoding of lossless 10-bit 4:4:4 H.264Anton Mitrofanov
2011-10-27h264: use long reading for first_mb_in_sliceMichael Niedermayer
2011-10-25h264: 10l fix, missing () after replacing % by &Michael Niedermayer
2011-10-24h264: Calculate a tighter recovery_frame.Michael Niedermayer
2011-10-24h264: Support invalid output by mplayers TS demuxer.Michael Niedermayer
2011-10-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-23mpegvideo: remove some unused variables from MpegEncContext.Anton Khirnov
2011-10-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-22lavc: replace references to deprecated AVCodecContext.error_recognition to us...Dustin Brody
2011-10-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-21h264: mark some MC functions with av_always_inline instead of inline.Ronald S. Bultje
2011-10-21H264: have hl_motion() and its callees take a chroma_idc argument.Ronald S. Bultje
2011-10-21H264: change weight/biweight functions to take a height argument.Ronald S. Bultje
2011-10-21Support for lossless and inter H264 4:2:2.Ronald S. Bultje
2011-10-21h264: 4:2:2 intra decoding supportBaptiste Coudurier
2011-10-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-16w32threads: support for frame multithreadingSteven Walters
2011-10-15h264: Workaround invalid flag combinations of 8x8 inference.Michael Niedermayer
2011-10-12h264: change unsupported bit depth message to error levelMans Rullgard
2011-10-10h264: reset h->ref_count in case of errors in ff_h264_decode_ref_pic_list_reo...Laurent Aimar
2011-10-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-09h264: fix signed overflows in x*0x01010101 expressionsMans Rullgard
2011-10-09Start adding pixel definitions for planar rgb.Themaister
2011-10-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-08H264: set colorspace and full range to values indicating unspecified by defaultMichael Niedermayer
2011-10-07H264: Only wait before triggering ff_thread_setup_complete() until the next s...Michael Niedermayer
2011-10-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-07h264: reject unsupported 422 9 bit streamsLaurent Aimar
2011-10-05h264: correct implicit_weight for field-interlaced pictures.Ronald S. Bultje
2011-10-05h264: do not let invalid values in h->ref_count after a decoder reset.Laurent Aimar
2011-10-05h264: bit depth/chroma idc changes must go through a full format negociation.Laurent Aimar
2011-10-05h254: explicitly initialize bit depth/chroma idcLaurent Aimar
2011-10-04H264: hotfix for speedloss on frame threading and h264 files with slices.Michael Niedermayer
2011-10-02h264: fix intra 16x16 mode check when using mbaff and constrained_intra_pred.Laurent Aimar
2011-10-02h264: do not let invalid values in h->ref_count on ff_h264_decode_ref_pic_lis...Laurent Aimar
2011-10-02h264: set unused ref_counts to 0 as a precautionary meassure.Michael Niedermayer
2011-10-01h264: try reading SPS with wrong escaping, it sometimes works betterMichael Niedermayer
2011-09-29h264: More correct ref_count check in decode_slice_header()Michael Niedermayer
2011-09-28h264: dont set key_frame when the frame is not a real keyframe.Michael Niedermayer
2011-09-26h264dec: fix decoding problems introduced with baad01d8b4bfe63c7c4e571ed553f7...Michael Niedermayer
2011-09-25h264: improve checks before calling ff_h264_decode_extradataAlexander Strasser
2011-09-25h264: ff_h264_decode_extradata: check buffer argsAlexander Strasser
2011-09-25h264: check for out of bounds reads in ff_h264_decode_extradata().Laurent Aimar
2011-09-24h264: Check for out of bounds reads in ff_h264_decode_extradata().Laurent Aimar