33240 Commits (c3a774969a9de064115376919999288559d06f3f)
 

Author SHA1 Message Date
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
Luca Barbato 0e5cc174bb win32: improve threading algorithm warning 13 years ago
Michael Niedermayer f8a4075eb8 Merge remote-tracking branch 'qatar/master' 13 years ago
Michael Niedermayer 0a19b4b0ba 4xm decoder: fix data size for i2 frames. 13 years ago
Michael Niedermayer 1008f639e2 4xm decoder: print some error messages in case of errors. 13 years ago
Laurent Aimar 9c661e952f Check for out of bound accesses in the 4xm decoder. 13 years ago
Laurent Aimar b399cbfba5 Prevent block size from inreasing in the shorten decoder. 13 years ago
Laurent Aimar 581898ae88 Check for out of bound reads in PTX decoder. 13 years ago
Laurent Aimar e1d5bbeb39 Fix the check for missing references in ff_er_frame_end() for H264. 13 years ago
Laurent Aimar 90a69b2f61 Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of the temporary buffers used in 4xm decoder. 13 years ago
Laurent Aimar 4a8ff0636d Prevent NULL dereference when the huffman table is invalid in the 4xm decoder. 13 years ago
Laurent Aimar a1876e0072 Fix use of uninitialized memory in 4X Technologies demuxer. 13 years ago
Michael Niedermayer 8c851ef5a8 h264: increase ref_poc size to 32 as it can be per field. 13 years ago
Michael Niedermayer 3af2de76ac h264: set unused ref_counts to 0 as a precautionary meassure. 13 years ago
Michael Niedermayer 78f08c06e6 ff_dot_product(): change return value to int64_t 13 years ago
Vitor Sessak edf1a8e361 g729dec: initialize bit reader with the correct buffer size 13 years ago
Michael Niedermayer 4159719473 g723.1_data: remove unneeded L 13 years ago
Michael Niedermayer c9c7a776db h264: try reading SPS with wrong escaping, it sometimes works better 13 years ago
Anton Khirnov b036a7180c lavc: add video/audio/encoding flags to global_quality option 13 years ago
Luca Barbato 6450f26c9a libvpxenc: use libvpx's own defaults for some parameters 13 years ago
Luca Barbato e3eb015ba4 vpxenc: add private options 13 years ago
Michael Niedermayer fe70c1f45f g729dec: prevent out of array access 13 years ago
Michael Niedermayer 9cb9e39c41 avienc: Add a limit on the number of skiped frames muxed in a row. 13 years ago
Michael Niedermayer 8447703c16 vf_scale.c: propagate error code 13 years ago