1010 Commits (1a7090bfafe986d4470ba8059c815939171ddb74)

Author SHA1 Message Date
Diego Biurrun 2e15305b70 Remove some disabled printf debug cruft. 14 years ago
Anton Khirnov e7021c0ed5 lavc: remove FF_API_HURRY_UP cruft 14 years ago
Ronald S. Bultje 94f7451a3a Introduce slice threads flag. 14 years ago
Alexander Strange 7e2eb4bacd Merge remote-tracking branch 'ffmpeg-mt/master' 14 years ago
Michael Niedermayer df2d5b16ef H264: Allow templating hl_decode_mb based on pixel_size. 14 years ago
Michael Niedermayer a50f0bea25 H264: Split out hl_motion and template it, this seems a bit faster 14 years ago
Michael Niedermayer e7077f5e7b H264: replace pixel_size by pixel_shift 14 years ago
Oskar Arvidsson 5e85298cb5 Enable decoding of high bit depth h264. 14 years ago
Oskar Arvidsson 8dbe585641 Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 decoder. 14 years ago
Oskar Arvidsson d268bed209 Add support for higher QP values in h264. 14 years ago
Michael Niedermayer 436c4523ed H264: fix prefetch 14 years ago
Oskar Arvidsson dc172ecc6e Add the notion of pixel size in h264 related functions. 14 years ago
Oskar Arvidsson af0b2d6736 Choose h264 chroma dc dequant function dynamically. 14 years ago
Michael Niedermayer 488efb33a7 H264: Fix slice threads 14 years ago
Michael Niedermayer ffb61814a0 Fix deblocking with thread_slices 14 years ago
Michael Niedermayer ee6db0de37 Fix ffmpeg-mt fixme in h264. 14 years ago
Michael Niedermayer 6e77feb201 Dont be so picky on decoding pps in extradata. 14 years ago
Michael Niedermayer 4ce776d636 H264: fix slice end error detection 14 years ago
Michael Niedermayer 0d5e6843b4 h264: change a few comments into error messages 14 years ago
Anton Khirnov 8ed2ae09a2 lavc: mark hurry_up for removal on next major bump 14 years ago
Peter Ross 007b1f04d7 h264: permit h264 decoder to be compiled when svq3 decoder is disabled 14 years ago
Michael Niedermayer d375c10400 Fake-Merge remote-tracking branch 'ffmpeg-mt/master' 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Reinhard Tartler 7ffe76e540 Merge libavcore into libavutil 14 years ago
Reinhard Tartler 737eb5976f Merge libavcore into libavutil 14 years ago
Janne Grunau 154f7bb062 h264: define FF_PROFILE_H264_HIGH_444 to the correct value 14 years ago
Janne Grunau 440b61691d h264: define FF_PROFILE_H264_HIGH_444 to the correct value 14 years ago
Anssi Hannula 45eaec3029 h264: add profile names for the existing defines 14 years ago
Janne Grunau 94e3e83f13 h264: Add Intra and Constrained Baseline profiles to avctx.profile 14 years ago
Anssi Hannula 71e0bee9ea h264: add profile names for the existing defines 14 years ago
Janne Grunau fe9a3fbe42 h264: Add Intra and Constrained Baseline profiles to avctx.profile 14 years ago
Ronald S. Bultje d23e3e5fea Move ff_emulated_edge_mc() into DSPContext. 14 years ago
Ronald S. Bultje 2e27959879 Move ff_emulated_edge_mc() into DSPContext. 14 years ago
Diego Elio Pettenò e7e2df27f8 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Diego Elio Pettenò 877937b382 Make ff_h264_find_frame_end static to h264.c; delete h264_parser.h 14 years ago
Diego Elio Pettenò 123241214c Make ff_h264_decode_rbsp_trailing static to h264.c 14 years ago
Diego Elio Pettenò 13eb6b9097 Make ff_h264_find_frame_end static to h264.c; delete h264_parser.h 14 years ago
Diego Elio Pettenò 8529731961 Make ff_h264_decode_rbsp_trailing static to h264.c 14 years ago
Ronald S. Bultje fb397b1a19 Reindent. 14 years ago
Ronald S. Bultje 2ed0f76655 Fix crash on resolution change (issue 2393). 14 years ago
Alex Converse d5ec00ba57 Remove H.264 encoder fragments 14 years ago
Ronald S. Bultje fcb7e535dd Reindent. 14 years ago
Ronald S. Bultje 9107892624 Fix crash on resolution change (issue 2393). 14 years ago
Alex Converse ff3d43104f Remove H.264 encoder fragments 14 years ago
Ronald S. Bultje 772225c041 Revert 2a1f431d38, it broke H264 lossless. 14 years ago
Ronald S. Bultje 66c6b5e2a5 Revert 2a1f431d38, it broke H264 lossless. 14 years ago
Jason Garrett-Glaser 2a1f431d38 H.264/SVQ3: make chroma DC work the same way as luma DC 14 years ago
Jason Garrett-Glaser 290fabc684 Port SVQ3 to use the new mb_luma_dc method of storing luma DC coefficients. 14 years ago
Jason Garrett-Glaser 65344775b8 H.264: Remove useless arg to chroma_dc_dequant_idct_c 14 years ago