281 Commits (8ca170a78ab6e50f44d27d8a6b4ad7ba1ed81f0c)

Author SHA1 Message Date
Michael Niedermayer aa000ddab2 avcodec/svq3: add scaling matrix init that was removed from h264 init 10 years ago
Michael Niedermayer e6c710600e avcodec/svq3: add initialization which was removed from h264 init 10 years ago
Anton Khirnov 249796e256 svq3: initialize some required H264Context fields. 10 years ago
Anton Khirnov c28ed1d743 h264: move [uv]linesize to the per-slice context 10 years ago
Anton Khirnov 36d04801ba h264: move the scratch buffers into the per-slice context 10 years ago
Anton Khirnov d4d9068cdf h264: move mb_{x,y} into the per-slice context 10 years ago
Anton Khirnov 0edbe6faa7 h264: move mb_xy into the per-slice context 10 years ago
Anton Khirnov 07c5ca551b h264: move is_complex into the per-slice context 10 years ago
Anton Khirnov 47a0d39350 h264: move mb_skip_run into the per-slice context 10 years ago
Anton Khirnov e7226984ac h264: move [{top,left}_]cbp into the per-slice context 10 years ago
Anton Khirnov bf03a878a7 h264: move mb[_{padding,luma_dc}] into the per-slice context 10 years ago
Anton Khirnov 56febc993b h264: move the slice type variables into the per-slice context 10 years ago
Anton Khirnov e6287f077c h264: move {mv,ref}_cache into the per-slice context 10 years ago
Anton Khirnov f69574cf7a h264: move non_zero_count_cache into the per-slice context 10 years ago
Anton Khirnov 64c81b2cd0 h264: move *_samples_available into the per-slice context 10 years ago
Anton Khirnov 7d8154edd5 h264: move intra4x4_pred_mode[_cache] into the per-slice context 10 years ago
Anton Khirnov 8b00f4df20 h264: move some neighbour information into the per-slice context 10 years ago
Anton Khirnov 4bd5ac200d h264: move {chroma,intra16x16}_pred_mode into the per-slice context 10 years ago
Anton Khirnov d231e84b06 h264: move the quantizers into the per-slice context 10 years ago
Anton Khirnov 92c6c2a605 h264: split weighted pred-related vars into per-slice context 10 years ago
Diego Biurrun 7f9f771eac avcodec: Don't anonymously typedef structs 10 years ago
Michael Niedermayer e6f1601d6d avcodec/svq3: Use av_mallocz_array() for emu_edge_buffer 10 years ago
Michael Niedermayer 2493558a06 avcodec/svq3: Check av_mallocs return value 10 years ago
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