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
2012-02-16mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2012-02-10h264: disallow constrained intra prediction modes for luma.Ronald S. Bultje
2012-01-31h264: Split h264-test off into a separate file - golomb-test.c.Diego Biurrun
2012-01-31h264-test: cleanup: drop timer invocations, commented out code and other cruftDiego Biurrun
2012-01-31h264-test: Remove unused DSP and AVCodec contexts and related init calls.Diego Biurrun
2012-01-13cabac: split cabac.h into declarations and function definitionsDiego Biurrun
2012-01-08h264-test: Initialize AVCodecContext.av_class.Diego Biurrun
2012-01-06h264: Only use symbols from the SVQ3 decoder under proper conditionals.Diego Biurrun
2012-01-04h264: return index in buffer on end-of-sequence.Ronald S. Bultje
2012-01-04Merge some declarations and initializations.Diego Biurrun
2012-01-02mpegenc: use avctx->slices as number of slicesJanne Grunau
2011-12-23h264: Fix a possible overread in decode_nal_units()Alexander Strange
2011-12-20h264: clear trailing bits in partially parsed NAL unitsJanne Grunau
2011-12-19Revert "h264: skip start code search if the size of the nal unit is known"Janne Grunau
2011-12-19h264: skip start code search if the size of the nal unit is knownJanne Grunau
2011-12-16h264: don't drop B-frames after next keyframe on POC reset.Ronald S. Bultje
2011-12-13lavc: introduce ER_MB_END and ER_MB_ERRORLuca Barbato
2011-12-13error_resilience: use the ER_ namespaceLuca Barbato
2011-12-13doxygen: misc consistency, spelling and wording fixesDiego Biurrun
2011-12-12lavc: convert error_recognition to err_recognition.Dustin Brody
2011-12-12h264: remove useless castMans Rullgard
2011-12-11Remove extraneous semicolonsMans Rullgard
2011-12-11Fix a bunch of common typos.Diego Biurrun
2011-12-03h264: fix frame reordering code.Ronald S. Bultje
2011-12-02h264: cap max has_b_frames at MAX_DELAYED_PIC_COUNT - 1.Ronald S. Bultje
2011-11-24h264: add support for decoding planar RGB images.Ronald S. Bultje
2011-11-19avcodec: move some AVCodecContext fields to an internal struct.Justin Ruggles
2011-11-14hwaccel: OS X Video Decoder Acceleration (VDA) support.Sebastien Zwickert
2011-11-05h264: improve calculation of codec delay.Ronald S. Bultje
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-23mpegvideo: remove some unused variables from MpegEncContext.Anton Khirnov
2011-10-22lavc: replace references to deprecated AVCodecContext.error_recognition to us...Dustin Brody
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-16w32threads: support for frame multithreadingSteven Walters
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-09h264: fix signed overflows in x*0x01010101 expressionsMans Rullgard
2011-10-07H264: Only wait before triggering ff_thread_setup_complete() until the next s...Michael Niedermayer
2011-10-05h264: correct implicit_weight for field-interlaced pictures.Ronald S. Bultje
2011-09-25h264: check for out of bounds reads in ff_h264_decode_extradata().Laurent Aimar
2011-09-21Fix assert() calls that need updates after FF_COMMON_FRAME macro elimination.Diego Biurrun
2011-08-29Revert "h264: Properly set coded_{width, height} when parsing H.264."Luca Barbato
2011-08-19h264: fix PCM intra-coded blocks in monochrome caseJeff Downs
2011-08-19h264: correct implicit weight table computation for long ref picsJeff Downs