33517 Commits (f8e98061ecc7301c8e1f5b7b83344fa64b483e5c)
 

Author SHA1 Message Date
Michael Niedermayer 51b0694bc0 ff_dv_frame_profile2: Check input buffer size. 14 years ago
Michael Niedermayer dd968a2edf cinepak: detect keyframes 14 years ago
Justin Ruggles 7d49f79f1c qdm2: check output buffer size before decoding 14 years ago
Laurent Aimar 5a19acb17c Fix out of bound reads in the QDM2 decoder. 14 years ago
Laurent Aimar 291d74a46d Check for out of bound writes in the QDM2 decoder. 14 years ago
Michael Niedermayer 2f9d6ffda7 Merge remote-tracking branch 'qatar/master' 14 years ago
Justin Ruggles fc2dd2c7ac ogg/celt: do not set sample_fmt in the demuxer 14 years ago
Luca Barbato 98df93c9fe libvpxenc: support vpxencs command line options. 14 years ago
Michael Niedermayer 2cdb5e1986 deshake: nicer looking defaults 14 years ago
danielgtaylor 0cc2ed4a20 libavfilter: add deshake filter 14 years ago
danielgtaylor 7985381e23 libavfilter: image transform code 14 years ago
Michael Niedermayer eaa21b6870 H264: hotfix for speedloss on frame threading and h264 files with slices. 14 years ago
Michael Niedermayer a9255d3781 threads: warn in case of multiple finished setup calls. 14 years ago
Michael Niedermayer 360a3d8991 h264_parser: print AU size on error. 14 years ago
Michael Niedermayer d5c0e89e7a h264_parser: AVC support. 14 years ago
Michael Niedermayer 2f503851c6 fate: fix due to new yuv444 formats 14 years ago
Dominique Leuenberger 4839fafc1c RELEASE: 0.8.5 has been released 14 years ago
Reimar Döffinger ae23b26995 Enable conversions to YUV444P9/YUV444P10, they seem to work fine. 14 years ago
Michael Niedermayer 85ea5c6e73 lavf/utils: fix overestimation of the rational number density. 14 years ago
Loren Osborn bf5c3bac51 mpegtsenc: Lift limit on PMT PID 14 years ago
chinshou 2d8cfe1f65 libcdio: Fix missing avclass in context 14 years ago
Anton Khirnov 60df6b0048 id3v2: remove pointless casts 14 years ago
Anton Khirnov d2961e4ebf id3v2: read TXXX frames with two calls to decode_str() instead of one. 14 years ago
Anton Khirnov 1e18d32d01 id3v2: don't discard the whole tag when encountering empty frames. 14 years ago
Anton Khirnov 24ec9ac475 libvpx: fix build with older libvpx versions. 14 years ago
Mans Rullgard 6308729e68 ARM: check for inline asm 'y' operand modifier support 14 years ago
Ronald S. Bultje a5dfeb612e VP8: armv6 optimizations. 14 years ago
Michael Niedermayer c3a774969a avutil: bump for av_get_default_channel_layout() 14 years ago
Michael Niedermayer 487e088e5e Merge remote-tracking branch 'qatar/master' 14 years ago
Michael Niedermayer cffd20b90e MAINTAINERS: new ffplay maintainer 14 years ago
Michael Niedermayer 57fa2fc69f Merge remote-tracking branch 'cus/stable' 14 years ago
Compn 3ebab62fc6 riff: map 0x0038 to amrnb, works on http://video.mopoto.com/4/40/407/40709.avi 14 years ago
Marton Balint 1dd3c473a2 ffplay: use libswresample instead of av_audio_convert 14 years ago
Marton Balint 60aaf044f3 audioconvert: add av_get_default_channel_layout public function 14 years ago
Marton Balint 2446a8cc0a ffplay: use avctx->channels and avctx->freq before avcodec_open2 consistently 14 years ago
Marton Balint 1e7f7dc2d1 ffplay: remove now unnecessary request_channels, we set it now with options 14 years ago
Michael Niedermayer 92dac3a9dd ffplay: set request_channels to 2 14 years ago
Laurent Aimar a4fd95b5d5 h264: fix intra 16x16 mode check when using mbaff and constrained_intra_pred. 14 years ago
Michael Niedermayer 6edce391cf libvpxenc: cosmetics to make code more similar to lucas. 14 years ago
Laurent Aimar c2b7f7748b h264: check for invalid bit depth value. 14 years ago
Laurent Aimar 27d3361e34 h264: add entries for 11 and 12 bits in ff_h264_chroma_qp[][] 14 years ago
Laurent Aimar bcf881a685 h264: fix the check for invalid SPS:num_ref_frames. 14 years ago
Laurent Aimar 2428b53f6d h264: do not let invalid values in h->ref_count on ff_h264_decode_ref_pic_list_reordering() errors. 14 years ago
Laurent Aimar db5b487551 Reject video with non multiple of 16 width/height in the 4xm decoder. 14 years ago
Justin Ruggles 5674d4b0a3 mpc8: check output buffer size before decoding 14 years ago
Justin Ruggles 8290d1f38b mpc7: return error if packet is too small. 14 years ago
Justin Ruggles c8b5c4d274 mpc7: check output buffer size before decoding 14 years ago
Justin Ruggles fac6b7f9f2 nellymoserdec: allocate float_buf only when decoding to int16 14 years ago
Justin Ruggles 32b484464c nellymoserdec: use NELLY_BUF_LEN instead of 128 14 years ago
Justin Ruggles ded0800d44 nellymoserdec: use NELLY_BLOCK_LEN instead of 64 when appropriate. 14 years ago