659 Commits (dacfaf237335d96fa6ebac3d834194761f8d8f7f)

Author SHA1 Message Date
Ivan Schreter dd02ea118b Replace hard-coded SEI type constants with symbolic names 16 years ago
Måns Rullgård 5317c95b75 Remove CONFIG_H264_ENCODER references 16 years ago
Gwenole Beauchesne cb99c652eb Add fields to H264Context and SPS for upcoming VA API support. 16 years ago
Diego Biurrun 6bf959fee5 Add av_unused to conditionally used variable, fixes the warning: 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Gwenole Beauchesne 2e584eea4b cosmetics: Add empty line for consistent formatting. 16 years ago
Stefan Gehrer 45beb850de remove zigzag_scan8x8, it is the same as ff_zigzag_direct 16 years ago
Aurelien Jacobs 199436b952 moves mid_pred() into mathops.h (with arch specific code split by directory) 16 years ago
Carl Eugen Hoyos 0d3d172f32 Remove CODEC_ID_H264_VDPAU. 16 years ago
Aurelien Jacobs 49fb20cb8a replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ 16 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Carl Eugen Hoyos 1717031362 Remove H264Context from vdpau_internal.h. 16 years ago
Carl Eugen Hoyos c639fc7213 Cosmetics: Rename ff_vdpau_h264_add_data_chunk as ff_vdpau_add_data_chunk. 16 years ago
Carl Eugen Hoyos 1968e438d0 Use only MpegEncContext in ff_vdpau_h264_add_data_chunk. 16 years ago
Carl Eugen Hoyos 7fd3c09e0f Move vdpau_h264_set_reference_frames() call from vdpauvideo.c into h264.c. 16 years ago
Carl Eugen Hoyos 7eb6ed78ea Move VDPAU check, make future VDPAU patches smaller. 16 years ago
Carl Eugen Hoyos 090846f3b9 Rename ff_VDPAU as ff_vdpau. 16 years ago
Diego Biurrun 218a6022e7 Only #include svq3.c if the SVQ3 decoder is enabled. 16 years ago
Diego Biurrun 8b6871ed4d Disable SVQ3 checks if SVQ3 support is not compiled in. 16 years ago
Jason Garrett-Glaser 26ef65daf3 50l: Reenable error resilience for H264 (Patch by Dark Shikari). 16 years ago
Carl Eugen Hoyos f2c214a1ec Cosmetics: Fix indentation. 16 years ago
NVIDIA Corporation 369122dd77 Add VDPAU hardware accelerated decoding for H264 which can be used by 16 years ago
Michael Niedermayer 802e91466d export refs 16 years ago
Michael Niedermayer 62ea19c061 Optimize pred_pskip_motion() 16 years ago
Michael Niedermayer ebfb0449d3 Indent 16 years ago
Michael Niedermayer 05d3fd44d7 Integrate get_te0_golomb() calls into the code, this allows some checks 16 years ago
Michael Niedermayer 9963b332d1 Use get_ue_golomb_31() where possible, almost all are just in headers 16 years ago
Michael Niedermayer 2f2893ce9b indent 16 years ago
Michael Niedermayer d42fc4a8ca Use the new VLC table for the first non trailing coeff too. 16 years ago
Michael Niedermayer 593af7cdda Optimize esc removal code. 16 years ago
Michael Niedermayer 2d76bf391a Indent 16 years ago
Michael Niedermayer 8140955d39 unified CAVLC level decoding LUT. 16 years ago
Michael Niedermayer abb27cfb24 100l, I broke H.264 again, forgot one hunk. 16 years ago
Michael Niedermayer e08715d391 Optimize 0 0 0-3 search, 45% faster on pentium dual. 16 years ago
Michael Niedermayer ec3686e889 Simplify decode_cabac_mb_ref() a little bit, 2 cpu cycles faster on 16 years ago
Michael Niedermayer 26695973c7 Indent 16 years ago
Michael Niedermayer b68a455313 inline decode_cabac_mb_type for I & P frames, 9 cycles faster on pentium dual. 16 years ago
Michael Niedermayer 1952ac3713 Negate 2 more variables, 1 cpu cycle faster on pentium dual. 16 years ago
Michael Niedermayer 03a035e059 Simplify if/else, no speed change 16 years ago
Michael Niedermayer 6f3c50f2f9 Negate a few variables, this simplifies the code and makes it 5 cycles faster 16 years ago
Michael Niedermayer 60c6ba7aea Simplify ifs(), 8 cpu cycles faster on pentium dual 16 years ago
Michael Niedermayer 127a20e3b8 Simplify if(), 3 cpu cycles faster in pentium dual. 16 years ago
Diego Biurrun a6493a8fbd Rename libavcodec/i386/ --> libavcodec/x86/. 16 years ago
Diego Biurrun bef05f05e4 Remove a bunch of unused variables. 16 years ago
Michael Niedermayer befc8fe086 Remove useless code. 16 years ago
Michael Niedermayer c212fb0cb1 Only execute clear_blocks() when needed. 16 years ago
Michael Niedermayer 66c07ca96f Optimize get_dct8x8_allowed(). 16 years ago
Jason Garrett-Glaser aac8b76983 H.264 loopfilter speed tweaks 16 years ago
Michael Niedermayer a5805aa9d1 Fix decoding with the plain C idcts of 16 years ago
Michael Niedermayer a5b807a6c1 Replace /2 by >>1 in decode_cabac_mb_dqp() 16 years ago