21107 Commits (a945607a78ce2ab46e0ebca17d1999ba12b4efc3)

Author SHA1 Message Date
Michael Niedermayer c80b59f679 tscc2: Fix an out of array access 12 years ago
Sami Pietila 0bf511d579 vp8: reset loopfilter delta values at keyframes. 12 years ago
Luca Barbato 6d5600e855 avutil: add yuva422p and yuva444p formats 12 years ago
Paul B Mahol caa7e24eb1 truemotion2: remove unreachable code 12 years ago
Anton Khirnov 50ba57e0ce lavc: do not use av_pix_fmt_descriptors directly. 12 years ago
Anton Khirnov 9953ff3cd8 mpegvideo: fix indentation 12 years ago
Paul B Mahol 4dcf71aacc takdec: stop decoding in case of unknown bps 12 years ago
Paul B Mahol 56519d7d14 takdec: s/bits_per_coded_sample/bits_per_raw_sample 12 years ago
Michael Niedermayer 62722ae2d4 nellymoserenc: fix array element ordering 12 years ago
Michael Niedermayer 927d866a99 tscc2: fix out of array access 12 years ago
Michael Niedermayer e576105d84 motion-test: zero dsp context 12 years ago
Michael Niedermayer 5e689b65ce dv: zero dsp before init, this fixes use of uninitialized dct_bits 12 years ago
Michael Niedermayer e0909ff158 lavc: Fix use of uninitialized field. 12 years ago
Michael Niedermayer 1b5069aa41 sanm: fix off by 1 error in draw_glyph() 12 years ago
Martin Storsjö e002e3291e Use the new aes/md5/sha/tree allocation functions 12 years ago
Mans Rullgard fb32f31af7 svq3: fix pointer type warning 12 years ago
Mans Rullgard 366b72f149 svq3: replace unsafe pointer casting with intreadwrite macros 12 years ago
Paul B Mahol 313b40efbd bmp: unbreak non BMP_RGB compression for v4 and v5 12 years ago
Diego Biurrun 9734b8ba56 Move avutil tables only used in libavcodec to libavcodec. 12 years ago
Diego Biurrun 0a75d1da23 options_table: refs option is not snow-only 12 years ago
Michael Niedermayer b96d1859d5 jpeglsenc: favor av_freep() for saftey over av_free() when a variable is still accessible afterwards 12 years ago
Michael Niedermayer 34bbab432c jpeglsnec: fix memleak of state in error case 12 years ago
Michael Niedermayer 104b1d9e10 libvpxenc: fix memleak on error path 12 years ago
Michael Niedermayer 229ccce6cc libxvid_rc: fix leaks in ff_xvid_rate_control_init() 12 years ago
Michael Niedermayer 4b20b21b8d tiff: fix leak on error return in doubles2str() 12 years ago
Luca Barbato 1ec6293086 mlpdsp: adding missing file 12 years ago
Luca Barbato 2d6caade22 dsputil: split out mlp dsp function 12 years ago
Mans Rullgard 25dc79bc14 sh4: add required #include, fix build 12 years ago
Paul B Mahol 8cd1c0febe pcx: convert to bytestream2 API 12 years ago
Janne Grunau c466eb1746 flashsv: propagate inflateReset() errors 12 years ago
Janne Grunau 6d556e8327 indeo4/5: remove constant parameter num_bands from wavelet recomposition 12 years ago
Mashiat Sarker Shakkhar 35a35d49d2 Double motion vector range for HPEL interlaced picture in proper place 12 years ago
Mashiat Sarker Shakkhar eb657ecefd vc1dec: Set opposite to the correct value for 1REF field pictures 12 years ago
Mashiat Sarker Shakkhar 7cc3c4e1d4 vc1dec: Invoke edge emulation regardless of MV precision for 1-MV chroma 12 years ago
Mashiat Sarker Shakkhar 88058d9a99 vc1dec: Set chroma reference field from REFFIELD for 1REF field pictures 12 years ago
Michael Niedermayer 9586db6ae5 lavc: docs: the field_order is set by the demuxer and not libavcodec for decoding 12 years ago
Paul B Mahol 2c5b1a2a6a txd: remove duplicated header inclusion 12 years ago
Mashiat Sarker Shakkhar 7fb35ee931 vc1dec: Use correct spelling of "opposite" 12 years ago
Janne Grunau 706a559b30 a64multienc: change mc_frame_counter to unsigned 12 years ago
Jean-Baptiste Kempf 507dce2536 arm: call arm-specific rv34dsp init functions under if (ARCH_ARM) 12 years ago
Diego Biurrun 63a46c6101 svq1: Drop a bunch of useless parentheses 12 years ago
Diego Biurrun ada12f8366 svq1: K&R formatting cosmetics 12 years ago
Paul B Mahol b4e516e30e pcx: use meaningful return values 12 years ago
Michael Niedermayer 25f44b041c x86/dsputil_mmx: change assert() to av_assert() 12 years ago
Janne Grunau f1de23faaa g722enc: fix size argument in memset 12 years ago
Anton Khirnov 233a5a807e lavc: split asv12 encoder/decoder 12 years ago
KO Myung-Hun 3a45688abc lavc: include os2threads.h in vp8.h if HAVE_OS2THREADS is enabled 12 years ago
Anuj Mittal 8d2e0e2c70 Check for resync marker based on vop coding type- vop_fcode_forward and vop_fcode_backward L 12 years ago
Anuj Mittal ce19aec15b Check resync marker only when enabled. 12 years ago
Janne Grunau 6f8ef5320f vc1dec: prevent memory leak in error path 12 years ago