189 Commits (67731ef40f9f86ca870ae4c5dbbe01ead8dba962)

Author SHA1 Message Date
Michael Niedermayer 64308941d4 mpegvideo: Fix exported qp table offest 12 years ago
Michael Niedermayer 46728338b0 rv34: export qp table 12 years ago
Michael Niedermayer 53fd4f5594 avcodec: fix motion vector vissualization 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Diego Biurrun 5f401b7b71 Add missing error_resilience includes to files that use ER 12 years ago
Michael Niedermayer d210e9741e rv34: fix aspect ratio 12 years ago
Anton Khirnov 54974c6298 error_resilience: decouple ER from MpegEncContext 12 years ago
Diego Biurrun 218aefce44 dsputil: Move LOCAL_ALIGNED macros to libavutil 12 years ago
Diego Biurrun 82bd04b170 rv34: Drop now unnecessary dsputil dependencies 12 years ago
Diego Biurrun 88bd7fdc82 Drop DCTELEM typedef 12 years ago
Ronald S. Bultje 8c53d39e7f lavc: introduce VideoDSPContext 12 years ago
Clément Bœsch 8b63744f48 Fix "bistream" typo and add a check in tools/patcheck. 12 years ago
Michael Niedermayer 68def00a63 rv34: check image size before using it 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Janne Grunau b16d001b62 rv34: use ff_MPV_common_frame_size_change() 12 years ago
Piotr Bandurski 53241b5dc7 lavc: add missing new line to some messages 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Ronald S. Bultje 774b681b80 rv34: remove inline keyword from rv34_decode_block(). 13 years ago
Christophe Gisquet 0195ab5f5f rv40: change a logical test into a bitwise one. 13 years ago
Christophe Gisquet 8802799991 rv34: remove constant parameter 13 years ago
Christophe GISQUET 272b252c01 rv40dsp: implement prescaled versions for biweight. 13 years ago
Michael Niedermayer 2d0b4bc4cf rv34: Fix check_slice_end() handling of 0 bits left case 13 years ago
Diego Biurrun a92be9b856 Replace memset(0) by zero initializations. 13 years ago
Ronald S. Bultje 5484170ac7 rv34: set mb_num_left to 0 after finishing a frame 13 years ago
Janne Grunau cb7190cd2c rv34: error out on size changes with frame threading 13 years ago
Janne Grunau 73ad4471a4 rv34: Handle only complete frames in frame-mt. 13 years ago
Christophe GISQUET 294c05ce8a rv34: remove dead code in intra availability check 13 years ago
Christophe GISQUET 7104c23bd1 rv34: clean a bit availability checks. 13 years ago
Diego Biurrun 324deaa268 Replace AVFrame pointer type punning by proper struct member assignments. 13 years ago
Martin Storsjö efd29844eb mpegvideo: Add ff_ prefix to nonstatic functions 13 years ago
Martin Storsjö e96b4a53df vlc/rl: Add ff_ prefix to the nonstatic symbols 13 years ago
Janne Grunau 2bd730010d rv34: handle size changes during frame multithreading 13 years ago
Janne Grunau 29330721b0 rv34: use AVERROR return values in ff_rv34_decode_frame() 13 years ago
Christophe GISQUET 9ba9c34024 rv34: 1-pass inter MB reconstruction 13 years ago
Christophe GISQUET d78062386e rv34: Intra 16x16 handling 13 years ago
Christophe GISQUET 3eeb755763 rv34: Inter/intra MB code split 13 years ago
Janne Grunau 3547f8e8f8 rv34: fix and optimise frame dependency checking 13 years ago
Christophe GISQUET 3faa303a47 rv34: DC-only inverse transform 13 years ago
Janne Grunau 9472d37d8e rv34: frame-level multi-threading 13 years ago
Janne Grunau e652cc9606 rv34: use get_bits_left() 13 years ago
John Brooks aacf6b3a2f rv34: fix invalid memory access for small video dimensions 13 years ago
Christophe GISQUET 98f24ecd6c rv34: joint coefficient decoding and dequantization 13 years ago
Luca Barbato 63ccd46687 lavc: introduce ER_MB_END and ER_MB_ERROR 13 years ago
Luca Barbato 5bf2ac2b37 error_resilience: use the ER_ namespace 13 years ago
Mans Rullgard 40901fc14e rv34: move 4x4 dequant to RV34DSPContext 13 years ago
Mans Rullgard 37fed0e635 rv34: align temporary block of "dct" coefs 13 years ago
Mans Rullgard 171ec81223 rv34: fix signed multiplication overflow 13 years ago
Baptiste Coudurier 76741b0e56 h264: 4:2:2 intra decoding support 13 years ago
Janne Grunau 1bca8f4bc5 rv34: move inverse transform functions to DSP context 13 years ago
Laurent Aimar fe476e5a9b rv34: Check for invalid slices offsets 13 years ago