28687 Commits (ec1ed6450620f01197920f1083b285e5c8355377)

Author SHA1 Message Date
Michael Niedermayer ec1ed64506 avcodec/cljr: require (v)strict -1 to use width %4 != 0 11 years ago
Michael Niedermayer 181b2c3724 avcodec/mjpegenc: disallow encoding amv with height%16!=0 11 years ago
Michael Niedermayer 149be91374 avcodec/mjpegdec: request a AMV sample with non mod 16 height 11 years ago
James Almer e1bd40fe6b x86/motion_est: enable sad16_sse2 on k10 CPUs 11 years ago
Michael Niedermayer 6dc709f0f5 avcodec/cljr: support width%4 encoding 11 years ago
Michael Niedermayer 59a70422b1 avcodec/cljr: remove coded_frame code 11 years ago
James Almer ac1077ab50 lavc/dsputil: add missing vsad8 and vsse8 functions 11 years ago
Michael Niedermayer e692c9672b avcodec/asvenc: fix encoding dimensions %16 != 0 11 years ago
Michael Niedermayer e868f84e83 avcodec/snow: fix 1 pixel block sizes 11 years ago
Carl Eugen Hoyos aab2e939a9 Fix compilation with --disable-everything --enable-demuxer=matroska. 11 years ago
Carl Eugen Hoyos e91e626182 lavc/jpeglsenc: Enable frame-threading. 11 years ago
Carl Eugen Hoyos 64afc3bb93 lavc/lclenc: Enable frame-threading. 11 years ago
Carl Eugen Hoyos cdfe06aeb2 lavc/ljpegenc: Enable frame-threading. 11 years ago
Carl Eugen Hoyos b91bf48f00 lavc/tiffenc: Enable frame-threading. 11 years ago
Carl Eugen Hoyos c528d833a9 lavc/utvideoenc: Enable frame-threading. 11 years ago
Christophe Gisquet 4ba8560077 huffyuv: increase VLC_BITS to 12 11 years ago
James Almer f128342df2 build: fix compilation of svq1enc_mmx.c with --disable-mmx 11 years ago
James Almer 4ac41a52e2 x86/huffyuvdsp: fix some prototypes 11 years ago
Thierry Fauck d6d767d93e ppc: Fix compilation for ppc64le (ELFv2) 11 years ago
Christophe Gisquet d136fe6fd7 x86: huffyuvdsp: fewer functions for x86_64 11 years ago
Michael Niedermayer e0d0745560 avcodec/options: leave priv_data in avcodec_copy_context() intact 11 years ago
Michael Niedermayer 82efa24c51 avcodec/proresenc_anatoliy: simplify get() 11 years ago
Michael Niedermayer f6b1cd3936 avcodec/proresenc_anatoliy: load 4 samples at a time in get() 11 years ago
Michael Niedermayer 63b4d6feb8 avcodec/proresenc_anatoliy: Use fdct from DSPContext instead of direct call. 11 years ago
Michael Niedermayer e263af3024 avcodec/proresenc_anatoliy: Set bits_per_raw_sample 11 years ago
Carl Eugen Hoyos 3ea0d9c8a5 Fix VDPAU decoders, regression since f2f99f07. 11 years ago
Timothy Gu 154cee9292 x86: dsputilenc: convert ff_sse{8, 16}_mmx() to yasm 11 years ago
Timothy Gu 0b6292b7b8 x86: dsputilenc: move all the function prototypes together 11 years ago
Christophe Gisquet f743fa9c7f x86: huffyuvdsp: add_hfyu_left_pred_bgr32 11 years ago
Michael Niedermayer 7be79c76d3 avcodec/huffyuvdsp: Change w to intptr in add_hfyu_median_pred() and add_hfyu_left_pred() 11 years ago
Christophe Gisquet 884078d2df x86: huffyuvdsp: add SSE2 median prediction 11 years ago
Dirk Ausserhaus 8bfb4d72dd avcodec/indeo4: Decode both parts of IP frames 11 years ago
Dirk Ausserhaus d24673a2c8 avcodec/indeo4: Move frametypes into common header. 11 years ago
Carl Eugen Hoyos ca2ec98cbe Do not overwrite the sample format with AV_SAMPLE_FMT_NONE in libspeex_decode_init(). 11 years ago
Michael Niedermayer 772d46d3b3 avcodec/qpeldsp: Restore author attribution 11 years ago
Michael Niedermayer 8c891d90ca avcodec/x86/qpeldsp_init: Restore author attribution 11 years ago
Michael Niedermayer b15a3cc575 qpel_template: Restore author attribution 11 years ago
Michael Niedermayer c814a6c778 avcodec/x86/svq1enc_mmx: Add author attribution 11 years ago
James Almer 02a3e327f1 x86/dsputilenc: add missing guards to ff_pix_sum16_xop 11 years ago
Christophe Gisquet 99a319c4e7 x86: huffyuvdsp: port add_bytes to yasm 11 years ago
Christophe Gisquet 2267003981 x86: hpeldsp: better factorization 11 years ago
Michael Niedermayer 7b4c46050e rename add_hfyu_left_prediction_int16 to add_hfyu_left_pred_int16 11 years ago
Michael Niedermayer 550ae6c02f rename add_hfyu_median_prediction_int16 to add_hfyu_median_pred_int16 11 years ago
Michael Niedermayer 40a4ab8ba4 rename sub_hfyu_median_prediction_int16 to sub_hfyu_median_pred_int16 11 years ago
James Almer 05de4d3011 x86/dsputilenc: implement XOP version of pix_sum16 11 years ago
Michael Niedermayer fba0ac2805 avcodec/dpx_parser: Allow frame size to be too small 11 years ago
Michael Niedermayer 8df5d9aabf avcodec/dpx_parser: fix flushing end out 11 years ago
Michael Niedermayer f518fb3318 avcodec/dpx_parser: reset index when finding a startcode, not after 11 years ago
Diego Biurrun 368f50359e dsputil: Split off quarterpel bits into their own context 11 years ago
Diego Biurrun cb52a17cb6 dsputil: Move Bink-specific add_pixels8 to binkdsp 11 years ago