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-04-11H264: Allow templating hl_decode_mb based on pixel_size.Michael Niedermayer
2011-04-11H264: Split out hl_motion and template it, this seems a bit fasterMichael Niedermayer
2011-04-11H264: replace pixel_size by pixel_shiftMichael Niedermayer
2011-04-11Enable decoding of high bit depth h264.Oskar Arvidsson
2011-04-11Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson
2011-04-11Add support for higher QP values in h264.Oskar Arvidsson
2011-04-11H264: fix prefetchMichael Niedermayer
2011-04-11Add the notion of pixel size in h264 related functions.Oskar Arvidsson
2011-04-11Choose h264 chroma dc dequant function dynamically.Oskar Arvidsson
2011-04-11H264: Fix slice threadsMichael Niedermayer
2011-04-08Fix deblocking with thread_slicesMichael Niedermayer
2011-04-06Fix ffmpeg-mt fixme in h264.Michael Niedermayer
2011-04-03Dont be so picky on decoding pps in extradata.Michael Niedermayer
2011-04-03Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-02H264: fix slice end error detectionMichael Niedermayer
2011-04-02h264: change a few comments into error messagesMichael Niedermayer
2011-04-02lavc: mark hurry_up for removal on next major bumpAnton Khirnov
2011-03-30h264: permit h264 decoder to be compiled when svq3 decoder is disabledPeter Ross
2011-03-23Fake-Merge remote-tracking branch 'ffmpeg-mt/master'Michael Niedermayer
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-17Merge libavcore into libavutilReinhard Tartler
2011-02-15Merge libavcore into libavutilReinhard Tartler
2011-02-09h264: define FF_PROFILE_H264_HIGH_444 to the correct valueJanne Grunau
2011-02-08h264: 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-02-01h264: add profile names for the existing definesAnssi Hannula
2011-02-01h264: Add Intra and Constrained Baseline profiles to avctx.profileJanne Grunau
2011-01-30Move ff_emulated_edge_mc() into DSPContext.Ronald S. Bultje
2011-01-29Move 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-26Add 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-26Make ff_h264_find_frame_end static to h264.c; delete h264_parser.hDiego Elio Pettenò
2011-01-25Make 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-22Reindent.Ronald S. Bultje
2011-01-22Fix crash on resolution change (issue 2393).Ronald S. Bultje
2011-01-22Remove H.264 encoder fragmentsAlex Converse
2011-01-21Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless.Ronald S. Bultje
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