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-02-17Merge libavcore into libavutilReinhard Tartler
2011-02-09h264: define FF_PROFILE_H264_HIGH_444 to the correct valueJanne Grunau
2011-02-02h264: add profile names for the existing definesAnssi Hannula
2011-02-02h264: Add Intra and Constrained Baseline profiles to avctx.profileJanne Grunau
2011-01-30Move ff_emulated_edge_mc() into DSPContext.Ronald S. Bultje
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-26Make ff_h264_find_frame_end static to h264.c; delete h264_parser.hDiego Elio Pettenò
2011-01-26Make ff_h264_decode_rbsp_trailing static to h264.cDiego Elio Pettenò
2011-01-23Reindent.Ronald S. Bultje
2011-01-23Fix crash on resolution change (issue 2393).Ronald S. Bultje
2011-01-23Remove H.264 encoder fragmentsAlex Converse
2011-01-21Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless.Ronald S. Bultje
2011-01-15H.264/SVQ3: make chroma DC work the same way as luma DCJason Garrett-Glaser
2011-01-15Port SVQ3 to use the new mb_luma_dc method of storing luma DC coefficients.Jason Garrett-Glaser
2011-01-15H.264: Remove useless arg to chroma_dc_dequant_idct_cJason Garrett-Glaser
2011-01-15Fix SVQ3Jason Garrett-Glaser
2011-01-15Reindent after r26337.Jason Garrett-Glaser
2011-01-15H.264: switch to x264-style tracking of luma/chroma DC NNZJason Garrett-Glaser
2011-01-15H.264: split luma dc idct out and implement MMX/SSE2 versionsJason Garrett-Glaser
2011-01-14H.264: eliminate non-transposed scantable support.Jason Garrett-Glaser
2011-01-11H.264: fix grayscale decoding with explicit wpredJason Garrett-Glaser
2010-12-15SVQ3: Allow decoding if thread_count is > 1Alexander Strange
2010-11-23In h264 decoder, fix decoding when nal end sequence is presentBaptiste Coudurier
2010-11-03H.264 decode: support cropping up to 28 pixels in interlaced mode.Reimar Döffinger
2010-10-05Do not assume PIX_FMT_YUV420P will remain the only supported output format fo...Carl Eugen Hoyos
2010-10-05Move aspect ratio 0/0 avoidance code so the values in the sps struct are not ...Michael Niedermayer
2010-09-28Try to fix crashes introduced by r25218Jason Garrett-Glaser
2010-09-27Improve error concealment of lost framesJason Garrett-Glaser
2010-09-14Rename h264_idct_sse2.asm to h264_idct.asm; move inline IDCT asm fromRonald S. Bultje
2010-07-05Perform sliding window operation during frame gap handling.Michael Niedermayer
2010-07-03Give context to av_logBaptiste Coudurier
2010-07-02Fix typo in Doxygen function parameter name.Diego Biurrun
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-06-01Pass codec pixel format list to get_format, if present, fix vdpau decodingBaptiste Coudurier
2010-05-29In h264 decoder, use jpeg yuv pixel format when full range is set in vuiBaptiste Coudurier
2010-05-26Factorize ff_h264_decode_extradata().Howard Chu
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-04-15H.264: cosmetics (vertical align).Gwenole Beauchesne
2010-04-15H.264: move avctx->{profile,level} init before AVCodecContext.get_format().Gwenole Beauchesne
2010-04-15H.264: move avctx->refs init before AVCodecContext.get_format().Gwenole Beauchesne
2010-04-14Move static function fill_filter_caches() from h264.h to h264.c.Diego Biurrun
2010-03-31H264: Copy h264dsp when creating new slice threadsAlexander Strange
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-31Fix implicit weight for b frames in mbaff.Michael Niedermayer
2010-03-30Set VDPAU H264 picture parameter field_order_cnt and frame_num at theStephen Warren
2010-03-23Remove unused variable, fixes the warning:Diego Biurrun
2010-03-19Reinitialize the h264 decoder context on every valid aspect ratioJanusz Krzysztofik
2010-03-16Move H264 dsputil functions into their own structMåns Rullgård
2010-03-12Fix indentionMichael Niedermayer
2010-03-12Always reset slice_table.Michael Niedermayer