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
2013-12-09h264: parse frame packing arrangement SEI messages and save relevant stereo3d...Vittorio Giovara
2013-10-31h264: wait for initial complete frame before outputing framesJohn Stebbins
2013-10-16lavc: Convert some remaining strides to ptrdiff_tRonald S. Bultje
2013-10-15h264_parser: Fix POC parsing for the case where MMCO_RESET is present.Yusuke Nakamura
2013-05-24h264_parser: Set field_order and picture_structure.Yusuke Nakamura
2013-04-19h264: fully support cropping.Anton Khirnov
2013-03-21h264: add a parameter to the CHROMA444 macro.Anton Khirnov
2013-03-21h264: add a parameter to the CHROMA422 macro.Anton Khirnov
2013-03-21h264: add a parameter to the CABAC macro.Anton Khirnov
2013-03-21h264: add a parameter to the FIELD_OR_MBAFF_PICTURE macro.Anton Khirnov
2013-03-21h264: add a parameter to the FIELD_PICTURE macro.Anton Khirnov
2013-03-21h264: add a parameter to the FRAME_MBAFF macro.Anton Khirnov
2013-03-21h264: add a parameter to the MB_FIELD macro.Anton Khirnov
2013-03-21h264: add a parameter to the MB_MBAFF macro.Anton Khirnov
2013-03-21h264: make ff_h264_frame_start static.Anton Khirnov
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-03-07Add missing error_resilience includes to files that use ERDiego Biurrun
2013-02-23Remove pointless av_cold attributes in header filesDiego Biurrun
2013-02-20h264/svq3: Stop using draw_edgesRonald S. Bultje
2013-02-20h264: Don't store intra pcm samples in h->mbRonald S. Bultje
2013-02-15h264: deMpegEncContextizeAnton Khirnov
2013-02-07h264: remove silly macrosAnton Khirnov
2013-02-06dsputil: Separate h264chromaDiego Biurrun
2013-01-24dsputil: Separate h264 qpelMans Rullgard
2013-01-23Drop DCTELEM typedefDiego Biurrun
2013-01-18h264: avoid pointless copying of ref listsAnton Khirnov
2013-01-15h264: fix ff_generate_sliding_window_mmcos() prototype.Anton Khirnov
2013-01-14h264: don't clobber mmco opcode tables for non-first slice headers.Ronald S. Bultje
2012-12-18h264: support frame parameter changes during frame-mtJanne Grunau
2012-12-18h264: increase dist_scale_factor for up to 32 referencesJanne Grunau
2012-12-18h264: prevent decoding of slice NALs in extradataJanne Grunau
2012-12-14mpegvideo: treat delayed pictures as usedJanne Grunau
2012-12-14h264: set parameters from SPS whenever it changesJanne Grunau
2012-12-07h264: add a pointer for weighted prediction temporary bufferJanne Grunau
2012-05-10h264: K&R formatting cosmetics for header files (part I/II)Diego Biurrun
2012-04-05h264: Factorize declaration of mb_sizes array.Diego Biurrun
2012-03-30h264: Make ff_h264_decode_end() static, it is not used externally.Diego Biurrun
2012-02-10h264: disallow constrained intra prediction modes for luma.Ronald S. Bultje
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-13error_resilience: use the ER_ namespaceLuca Barbato
2011-12-13doxygen: misc consistency, spelling and wording fixesDiego Biurrun
2011-12-03h264: fix frame reordering code.Ronald S. Bultje
2011-11-05h264: improve calculation of codec delay.Ronald S. Bultje
2011-10-21h264: 4:2:2 intra decoding supportBaptiste Coudurier
2011-07-14h264: move fill_decode_neighbors()/fill_decode_caches() to h264_mvpred.hDiego Biurrun
2011-07-12h264: move decode_mb_skip() from h264.h to h.264_mvpred.hDiego Biurrun
2011-07-12h264: move h264_mvpred.h include.Ronald S. Bultje
2011-07-11Eliminate FF_COMMON_FRAME macro.Diego Biurrun
2011-07-09H.264: merge fill_rectangle into P-SKIP MV prediction, to match B-SKIPJason Garrett-Glaser