1041 Commits (30ca700ba17b9ba46f4648afa30559ad890f0221)

Author SHA1 Message Date
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
Jason Garrett-Glaser 2e18660115 Fix SVQ3 14 years ago
Jason Garrett-Glaser 0d1d01cf70 Reindent after r26337. 14 years ago
Jason Garrett-Glaser 5657d14094 H.264: switch to x264-style tracking of luma/chroma DC NNZ 14 years ago
Jason Garrett-Glaser 19fb234e4a H.264: split luma dc idct out and implement MMX/SSE2 versions 14 years ago
Jason Garrett-Glaser ca32f7f208 H.264: eliminate non-transposed scantable support. 14 years ago
Jason Garrett-Glaser 09fffe9bd4 H.264: fix grayscale decoding with explicit wpred 14 years ago
Alexander Strange 0f01602362 SVQ3: Allow decoding if thread_count is > 1 14 years ago
Baptiste Coudurier 9d252137e5 In h264 decoder, fix decoding when nal end sequence is present 14 years ago
Reimar Döffinger 00d1e96bf4 H.264 decode: support cropping up to 28 pixels in interlaced mode. 14 years ago
Carl Eugen Hoyos 5dd7f994c6 Do not assume PIX_FMT_YUV420P will remain the only supported output format for H264. 14 years ago
Michael Niedermayer cfa5a81ea6 Move aspect ratio 0/0 avoidance code so the values in the sps struct are not missed. 14 years ago
Jason Garrett-Glaser 4dece8c7f8 Try to fix crashes introduced by r25218 14 years ago
Jason Garrett-Glaser e2983d6eac Improve error concealment of lost frames 14 years ago
Ronald S. Bultje 1d16a1cf99 Rename h264_idct_sse2.asm to h264_idct.asm; move inline IDCT asm from 14 years ago
Michael Niedermayer 3d5421201b Perform sliding window operation during frame gap handling. 15 years ago
Baptiste Coudurier bb943bb8fc Give context to av_log 15 years ago
Diego Biurrun 6da88bd389 Fix typo in Doxygen function parameter name. 15 years ago
Måns Rullgård 49bd8e4b84 Fix grammar errors in documentation 15 years ago
Baptiste Coudurier 9ad7dfc110 Pass codec pixel format list to get_format, if present, fix vdpau decoding 15 years ago
Baptiste Coudurier 0435fb16d7 In h264 decoder, use jpeg yuv pixel format when full range is set in vui 15 years ago
Howard Chu 05e953193d Factorize ff_h264_decode_extradata(). 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Gwenole Beauchesne 6752a3cc6c H.264: cosmetics (vertical align). 15 years ago