25111 Commits (b69b075ac607419a840da798b089de8ea7630d4b)

Author SHA1 Message Date
Michael Niedermayer 880c73cd76 avcodec/flashsv: check diff_start/height 12 years ago
Diego Biurrun 2a61592573 avcodec: Remove some commented-out debug cruft 12 years ago
Michael Niedermayer d9b0b54a5f ffv1: rename minor to micro version 12 years ago
Michael Niedermayer 68b63a3432 mpegvideo: Use picture_ptr instead of picture in ff_mpeg_draw_horiz_band() 12 years ago
Michael Niedermayer 63c0e9077e avcodec/jpeg2000dec: fix near null pointer dereference 12 years ago
Michael Niedermayer 7d776062f9 avcodec/error_resilience: Fix handling of matrox mpeg2 12 years ago
Michael Niedermayer 70967a60df mpeg12dec: also print progressive seq and chroma format 12 years ago
Paul B Mahol 02eb15a6c1 wavpackenc: do not copy samples if they are not available 12 years ago
Michael Niedermayer 6e4b9b8a2f avcodec: fix compilation without vdpau 12 years ago
Michael Niedermayer a0c6c8e53e Revert "Merge commit of 'vdpau: remove old-style decoders'" 12 years ago
Michael Niedermayer 0a141b0e49 avcodec/dxa: Support printing picture debug info 12 years ago
Janne Grunau c34a96a5dd dxa: fix decoding of first I-frame by separating I/P-frame decoding 12 years ago
Michael Niedermayer 9640ea1da4 dxa: fix support of decoding all frames even in the absence of references 12 years ago
Michael Niedermayer 186e47ef6d dxa: only fail with an error about reference frames if the reference frame would be used 12 years ago
Michael Niedermayer 2c1a215ddb ffv1: update years in header 12 years ago
Michael Niedermayer c8d89be477 ffv1enc: propagate error code from write_extradata() 12 years ago
Michael Niedermayer eeb3fb9e62 ffv1enc: check for malloc failure 12 years ago
Michael Niedermayer 29852ffc64 avcodec/dirac_dwt: Remove unused ff_spatial_idwt2() 12 years ago
Luca Barbato 5ef7c84a93 dxa: Make sure the reference frame exists 12 years ago
Luca Barbato c59967fa7c h261: check the mtype index 12 years ago
Kostya Shishkov f399e406af altivec: perform an explicit unaligned load 12 years ago
Diego Biurrun 239f55bf3c vp56data: Move all data tables to the .c file 12 years ago
Diego Biurrun cb214707a6 vp56data: Move all shared enum/struct declarations to common header 12 years ago
Diego Biurrun 38f64c0330 mpeg12decdata.h: Move all tables to the only place they are used 12 years ago
Diego Biurrun ec6c1b1d83 mpeg12decdata: Remove unused #define 12 years ago
Diego Biurrun c591d4575a avcodec: Replace local extern declarations for tables with header #includes 12 years ago
Diego Biurrun 060ce0c697 ivi_common: Make some tables only used within the file static 12 years ago
Michael Niedermayer 23606f27f0 avcodec/ffv1enc: bump minor_version for the chroma_plane fix 12 years ago
Michael Niedermayer 1a01147d7a avcodec/ffv1enc: fix chroma_plane for rgb/rgba 12 years ago
Michael Niedermayer c387c45e83 ffv1: fix plane_count at version 1.4 12 years ago
Michael Niedermayer 8ec6188263 ffv1dec: support printing information about the global header 12 years ago
Janne Grunau e8c0defe13 8bps: decode 24bit files correctly as rgb32 on bigendian 12 years ago
Michael Niedermayer bfbe07670b wavpackenc: simplify "sign = ((sample) < 0) ? 1 : 0;" 12 years ago
Michael Niedermayer 1a53ddd9a2 avcodec/lzwenc: change asserts to av_asserts 12 years ago
Michael Niedermayer 796b20fa1c avcodec/gif: use the whole allocated buffer 12 years ago
Michael Niedermayer b4e2e03709 avcodec/lzwenc: Add 1 additional bit of padding for gif 12 years ago
Michael Niedermayer 5dd5985e05 avcodec/gif: move BITSTREAM_WRITER_LE up 12 years ago
Michael Niedermayer dabfa80ce2 avcodec/mjpegdec: print a message when there was just a single field and no frame 12 years ago
Paul B Mahol 93f4277714 WavPack encoder 12 years ago
Piotr Bandurski 1ee1a3d9f4 avcodec/gsmdec: reject unsupported msn audio modes 12 years ago
Paul B Mahol 8a7295beeb tiff: frame multithreading support 12 years ago
Michael Niedermayer 9706401927 avcodec/mpeg12dec: check slice size before trying to decode it 12 years ago
Thilo Borgmann 6a64b23d93 Update my email address. 12 years ago
Michael Niedermayer cba9a40d47 avcodec: free priv_data in avcodec_copy_context() 12 years ago
Michael Niedermayer ef36ba5e08 avcodec: clarify documentation of avcodec_copy_context() 12 years ago
Luca Barbato f13fe6020e rtjpeg: Use init_get_bits8 12 years ago
Luca Barbato 62cc7a9108 rtjpeg: return meaningful error codes 12 years ago
Luca Barbato 2df0776c22 nuv: Use av_fast_realloc 12 years ago
Luca Barbato feaaf5f7f0 nuv: Reset the frame on resize 12 years ago
Luca Barbato 075dbc1855 nuv: Pad the lzo outbuf 12 years ago