25527 Commits (f574b4da567cc1c175ab5463fb5b3901cbaa5595)

Author SHA1 Message Date
Ronald S. Bultje f574b4da56 vp8: use 2 registers for dst_stride and src_stride in neon bilin filter. 12 years ago
Michael Niedermayer 2b834a0605 avcodec/huffman: Allow specifying nb_bits to ff_huff_build_tree() 12 years ago
Michael Bradshaw f46a3e3d6e libopenjpeg: fix encoding of odd sized subsampled images 12 years ago
Ronald S. Bultje c341f734e5 Convert multiplier for MV from int to ptrdiff_t. 12 years ago
Michael Niedermayer 3e0c78bac6 avcodec/imc: Check flcoeffs5 12 years ago
Michael Niedermayer f7bea731d9 avcodec/mlpdec: Fail if the input is too small 12 years ago
Paul B Mahol 7e52080cb1 pcm: support 24-bit/32-bit little-endian planar 12 years ago
Michael Niedermayer f31011e9ab avcodec/parser: reset indexes on realloc failure 12 years ago
Michael Niedermayer 851a6e2f1a avcodec/wmalosslessdec: Fix return code for invalid buffer sizes 12 years ago
Paul B Mahol f5498ef38d avcodec/flicvideo: fix infinite loops 12 years ago
Michael Niedermayer c99d27287d avcodec/wmaprodec: check that there are input bits left in decode_subframe_length() 12 years ago
Michael Niedermayer 45f0623ae3 avcodec/lagarith: check scaled probabilities 12 years ago
Kostya Shishkov 4370f65be8 g2meet: Respect cursor_stride properly everywhere 12 years ago
Michael Niedermayer ab6fbe8206 avcodec/cabac: remove h264_lps_state 12 years ago
Michael Niedermayer 65bf9a44d7 avcodec/pngdec: check for stream end in png_decode_idat() 12 years ago
Michael Niedermayer bb4b041df3 avcodec/mpegvideo_enc: check qmin/qmax 12 years ago
Michael Niedermayer c88ac1e023 avcodec/g2meet: fix regression with rgb cursors 12 years ago
Anton Khirnov 5f4b1b1cbd lavc doxy: document that avcodec_flush_buffers() invalidates decoded frames 12 years ago
Michael Niedermayer dcc7686ae7 avcodec/mpegvideo: drop emu edge check from chroma_4mv_motion_lowres() 12 years ago
Anton Khirnov cab8c5f8e1 h264: do not reinitialize the global cabac tables at each slice header 12 years ago
Anton Khirnov e880418660 cabac: remove write-only h264_mps_state[] 12 years ago
Kieran Kunhya 58894ab3f9 lavc: add support for interleaved chroma formats to libx264. 12 years ago
Rainer Hochecker 71cabb521a h264: do not discard NAL_SEI when skipping frames 12 years ago
Michael Niedermayer 84df6d6a85 h264_sei: check SEI size 12 years ago
Vittorio Giovara edaba18021 h264: log extradata skip only for non-ignored NALs 12 years ago
Vittorio Giovara 26179964ff h264_sei: log unknown sei messages 12 years ago
Martin Storsjö 5f24fe82e5 mpegvideo: Initialize chroma_*_shift and codec_tag even if the size is 0 12 years ago
Michael Niedermayer 15d4965239 avcodec/mjpegenc: dont store DQT for LJPEG 12 years ago
Martin Storsjö 8812a8057f h263dec: Remove a hack that can cause infinite loops 12 years ago
Ronald S. Bultje 34b429d5ba vp8: fix PPC assembly and bilinear C code to work if src_stride != dst_stride. 12 years ago
Michael Niedermayer 356031348c avcodec/vc1dec: fix propagating error codes from various functions 12 years ago
Michael Niedermayer a51f3b53fe avcodec/vc1dec: Fix return code on malloc() failure from ff_vc1_decode_init_alloc_tables() 12 years ago
Michael Bradshaw 3cfd4df8e7 libopenjpeg: init and close properly; don't config during encode 12 years ago
Paul B Mahol e494f44c05 avcodec/escape124: fix infinite loop 12 years ago
Michael Niedermayer b5b762b714 avcodec/avcodec.h: skip_alpha should not be accessed directly (would cause ABI issues) 12 years ago
Martin Storsjö 23d6ba2c44 vc1dec: Check the error handling flags on slice/field header decode errors 12 years ago
Michael Niedermayer bb7bf17595 vc1dec: Don't decode slices when the latest slice header failed to decode 12 years ago
Martin Storsjö 5e25fdbfe0 vc1dec: Make sure last_picture is initialized in vc1_decode_skip_blocks 12 years ago
Martin Storsjö b772b0e28e vc1dec: Undo mpegvideo initialization if unable to allocate tables 12 years ago
Kieran Kunhya 283fb76d3d lavc: Add support for interleaved chroma formats to libx264. Interleaved chroma is x264's native format 12 years ago
Paul B Mahol b00fb157ba avcodec/sgirledec: fix infinite loop in decode_sgirle8() 12 years ago
Reimar Döffinger 547c2f002a Make decoding alpha optional for some codecs. 12 years ago
Reimar Döffinger 2aa8e33d7d Fix nonsense MPEG-4 hwaccel code. 12 years ago
Martin Storsjö ede508443e vc1dec: Fix leaks in ff_vc1_decode_init_alloc_tables on errors 12 years ago
Martin Storsjö 91be1103fd wnv1: Make sure the input packet is large enough 12 years ago
Michael Niedermayer e07ac727c1 avcodec/g2meet: Fix framebuf size 12 years ago
Michael Niedermayer a072acb108 avcodec: fix duplicate includes 12 years ago
Hendrik Leppkes 1c4fa2aaf2 avcodec/fraps: use BT.709 colorspace for YUV Fraps versions 12 years ago
Carl Eugen Hoyos 79209f5d6c Allow encoding YUVJ422P and YUVJ444P with libx264. 12 years ago
Reimar Döffinger f76b633a94 mpeg4dec: Ensure data is not clobbered too early. 12 years ago