33263 Commits (51b0694bc051cda2bfed048a35e694d1047c6ef0)
 

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