239 Commits (2ae2c60554c2731e21a41c3f32a225f0a9fb9b26)

Author SHA1 Message Date
Michael Niedermayer 075a165d27 avcodec/svq3: Dont memcpy AVFrame 10 years ago
Michael Niedermayer 89d2fc62db avcodec/svq3: Fix "incompatible pointer type" warnings 11 years ago
Diego Biurrun 57f09608e1 dsputil: Move thirdpel-related bits into their own context 11 years ago
Diego Biurrun cc8163e1a3 avcodec: more correct printf specifiers 11 years ago
Vittorio Giovara 3795ec6858 svq3: directly set pix_fmt and color_range 11 years ago
Vittorio Giovara d24e9a99a4 h264 does not depend on mpegvideo any more 11 years ago
Vittorio Giovara e0c16e4e32 mpegvideo: move mpegvideo formats-related defines to mpegutils.h 11 years ago
Vittorio Giovara 9b749c8274 h264: move relevant fields from Picture to H264Picture 11 years ago
Vittorio Giovara 75af13a0e4 mpegvideo: directly use frames in ff_draw_horiz_band() 11 years ago
Diego Biurrun 54b2ce7418 mpeg: Drop unused parameters from ff_draw_horiz_band() 11 years ago
Anton Khirnov ebfe622bb1 mpegvideo: drop support for real (non-emulated) edges 11 years ago
Michael Niedermayer c5f7c8f9a9 avcodec/svq3: set last/next frames to defaults before use 11 years ago
Michael Niedermayer b2361cfb94 avcodec/svq3: cleanup context in case init fails 11 years ago
Ronald S. Bultje 458446acfa lavc: Edge emulation with dst/src linesize 11 years ago
Michael Niedermayer 9c7662aeba avcodec/svq3: Use skip_1stop_8data_bits() 11 years ago
Paul B Mahol 268d0d6e6c avcodec/svq3: use av_fast_padded_malloc() 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Ronald S. Bultje face578d56 Rewrite emu_edge functions to have separate src/dst_stride arguments. 11 years ago
Martin Storsjö 601c2015bc svq3: Avoid a division by zero 11 years ago
Martin Storsjö 1115689d54 svq3: Check for any negative return value from ff_h264_check_intra_pred_mode 11 years ago
Diego Biurrun c4e43560fe h264data: Move some tables to the only place they are used 11 years ago
Michael Niedermayer a0c6c8e53e Revert "Merge commit of 'vdpau: remove old-style decoders'" 11 years ago
Michael Niedermayer 019eb2c77b svq3: Fix ff_h264_check_intra_pred_mode() return code check 11 years ago
Rémi Denis-Courmont 578ea75a9e vdpau: remove old-style decoders 11 years ago
Diego Biurrun bd8ac88214 avcodec: Add av_cold attributes to end functions missing them 12 years ago
Ronald S. Bultje 2f6bc5f7c1 svq3: Use hpeldsp instead of dsputil for half-pel functions 12 years ago
Michael Niedermayer 4c8ce750ab svq3: use memmove to avoid overlap in memcpy. 12 years ago
Ronald S. Bultje 62844c3fd6 h264: Integrate clear_blocks calls with IDCT 12 years ago
Ronald S. Bultje 05dd583426 svq3: use hpeldsp instead of dsputil for half-pel functions. 12 years ago
Anton Khirnov ddcca4ba07 lavc: stop setting AVFrame.motion_subsample_log2 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Diego Biurrun c242bbd8b6 Remove unnecessary dsputil.h #includes 12 years ago
Ronald S. Bultje fae6fd5b87 h264/svq3: Stop using draw_edges 12 years ago
Ronald S. Bultje 1acd7d594c h264: integrate clear_blocks calls with IDCT. 12 years ago
Ronald S. Bultje a1f1ca96b4 svq3: fix decoding residual blocks of b-frames. 12 years ago
Ronald S. Bultje 51513b98d6 h264/svq3: stop using draw_edges. 12 years ago
Matti Hamalainen 7f3624dc81 svq3: unbreak decoding 12 years ago
Anton Khirnov 2c54155407 h264: deMpegEncContextize 12 years ago
Anton Khirnov 1d0feb5d1a mpegvideo: split ff_draw_horiz_band(). 12 years ago
Anton Khirnov d9ebb00dcb svq3: remove a pointless if() 12 years ago
Diego Biurrun 75d5156ac1 dsputil: Move ff_svq3 function declarations to a separate header 12 years ago
Diego Biurrun 88bd7fdc82 Drop DCTELEM typedef 12 years ago
Ronald S. Bultje 8c53d39e7f lavc: introduce VideoDSPContext 12 years ago
Michael Niedermayer 7dee5f04ac svq3: fix cast type to be independant of "sizeof(int)" 12 years ago
Janne Grunau 288bb3da16 svq3: make slice type value unsigned to match svq3_get_ue_golomb return type 12 years ago
Janne Grunau 9a2e79116d golomb: use unsigned arithmetics in svq3_get_ue_golomb() 12 years ago
Anton Khirnov df9b956751 lavc: fix decode_frame() third parameter semantics for video decoders 12 years ago
Diego Biurrun a7d2861d36 svq3: K&R formatting cosmetics 12 years ago
Diego Biurrun af1ede069c svq3: cosmetics: Drop useless parentheses 12 years ago
Mans Rullgard fb32f31af7 svq3: fix pointer type warning 12 years ago