894 Commits (a4b6000b00850f74fabc06f673da49331d5fdf5d)

Author SHA1 Message Date
Oskar Arvidsson d545cf804c Enable decoding of high bit depth h264. 14 years ago
Oskar Arvidsson 19a0729b4c Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 decoder. 14 years ago
Oskar Arvidsson fcc0224e4f Add support for higher QP values in h264. 14 years ago
Oskar Arvidsson 6e3ef511d7 Add the notion of pixel size in h264 related functions. 14 years ago
Oskar Arvidsson e39e3abad4 Choose h264 chroma dc dequant function dynamically. 14 years ago
Stefano Sabatini ce5e49b0c2 replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 14 years ago
Stefano Sabatini 301183d9be replace deprecated av_get_pict_type_char() with av_get_picture_type_char() 14 years ago
Stefano Sabatini 975a1447f7 Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 14 years ago
Stefano Sabatini 6209669de4 Replace deprecated av_get_pict_type_char() with av_get_picture_type_char(). 14 years ago
Michael Niedermayer 0e5758d101 H264: print nal_ref_idc too for debug 14 years ago
Mike Scheutzow e12926393b Fix decoding of mpegts streams with h264 video that does *NOT* have b frames 14 years ago
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