21017 Commits (6912e7a008acd1464a63b0a00779a3de81b9a8ab)

Author SHA1 Message Date
Paul B Mahol 8288c2b6cb pngdec: read sample aspect ratio 12 years ago
Sami Pietilä 3cc0252732 vp8dec: reset loopfilter delta values at keyframes 12 years ago
Paul B Mahol 79133fd0e5 pcxenc: store sample aspect ratio 12 years ago
Paul B Mahol f2f711cde2 pcx: read sample aspect ratio 12 years ago
Paul B Mahol 92b3d8bc53 bethsoftvideo: return meaningfull error codes 12 years ago
Paul B Mahol efb0e4e7af truemotion2: use more meaningful return codes 12 years ago
Mashiat Sarker Shakkhar 5d2be71b9e vc1: Use codec ID from AVCodecContext while parsing frame header 12 years ago
Justin Ruggles 61d5313d94 dca: allocate a secondary buffer for extra channels when downmixing 12 years ago
Michael Niedermayer 8dc8994427 jpegls: increase run_index to 4 12 years ago
Michael Niedermayer 4acfe3d193 jpegls: fix off limit 12 years ago
Michael Niedermayer 9f9307ff2a rv30_decode_intra_types: make check tighter 12 years ago
Michael Niedermayer 3f01042142 ff_celp_lp_synthesis_filterf: change loop end check 12 years ago
Michael Niedermayer 3f350a482f ff_celp_lp_synthesis_filterf: check that filter_length is within the supported range 12 years ago
Michael Niedermayer 54b2d317ed ffv1: avoid checking a double for equality 12 years ago
Michael Niedermayer c2340831b8 aacsbr: change order of operation to prevent out of array read 12 years ago
Georg Lippitsch 24778c32d8 Fix writing 12 bit DPX 12 years ago
Georg Lippitsch 05b7315412 Fix DPX decoder 12 years ago
Mans Rullgard 7e76fc528d mpegvideo: remove write-only variable 12 years ago
Michael Niedermayer 5e885275f1 mpeg4videodec: disable frame multithreading for GMC, its not implemented at all 12 years ago
Diego Biurrun 90558e848a rangecoder: K&R formatting cosmetics 12 years ago
Diego Biurrun ca411fc1d3 avcodec: Remove broken MMI optimizations 12 years ago
Diego Biurrun bc4620e5d6 Remove libmpeg2 #define remnants 12 years ago
Diego Biurrun 717addecad Use proper return values in case of missing features 12 years ago
Diego Biurrun 4c66af6141 rangecoder-test: Set error message log level to error, instead of debug 12 years ago
Diego Biurrun d5c62122a7 Move av_reverse table to libavcodec 12 years ago
Diego Biurrun 930c9d4373 avutil: Duplicate ff_log2_tab instead of sharing it across libs 12 years ago
Michael Niedermayer 3a48e38ad0 motion_est: more complete SAB diamond size check 12 years ago
Michael Niedermayer 0d002de4a4 exr: fix twin ; 12 years ago
Paul B Mahol a51540d811 lavc: do not use av_pix_fmt_descriptors directly 12 years ago
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