87355 Commits (21e077fcb3d968e3ed6772a0309e31f94cd7a2a5)
 

Author SHA1 Message Date
Michael Niedermayer 73ea2a028e avcodec/wavpack: Fix integer overflow in wv_unpack_stereo() 8 years ago
Michael Niedermayer 63e7bfe78e avcodec/hevc_ps: Fix max_dec_buffer check 8 years ago
Paul B Mahol 5c1f4330d4 avfilter/vf_lut2: add support for gray10 and gray12 pixel formats 8 years ago
Paul B Mahol 1054249111 avcodec/adpcm_data: use uint16_t to handle all values 8 years ago
Jun Zhao 32deea87c1 lavc/tests/golomb: Add unit test for set_ue_golomb_long. 8 years ago
Jun Zhao e61abe2d73 lavc/golobm: Add set_ue_golomb_long to support up to 2^32 -2. 8 years ago
Jun Zhao 2b7d9a1f3f lavc/put_bits: Add put_bits64() to support up to 64 bits. 8 years ago
Michael Niedermayer 2476067680 avcodec/hevcdec: Use error path if init_get_bits8() fails 8 years ago
Michael Niedermayer 933aa91e31 avcodec/hevcdec: check ff_init_cabac_decoder() for failure 8 years ago
Paul B Mahol c1b43e8452 avfilter/vf_overlay: remove rgb option 8 years ago
Paul B Mahol f483949188 avfilter/af_headphone: do not free frame that's gonna be reused later 8 years ago
Paul B Mahol c90b88090c avfilter: do not leak AVFrame on failed buffer allocation 8 years ago
Marton Balint db9e87dd8c avformat/file: increase min/max packet size to 256k for written files 8 years ago
Marton Balint eeeb595c7f avformat: make flush_packets a tri-state and set it to -1 (auto) by default 8 years ago
Marton Balint 09891c5391 avformat/aviobuf: add support for specifying minimum packet size and marking flush points 8 years ago
Marton Balint c14fa7a330 avformat/aviobuf: fix flushing write buffers after seeking backward or forward 8 years ago
Mark Thompson dc81f1a2ce doc: Add VAAPI encoders 8 years ago
Mark Thompson bde0460406 vaapi_encode: Add VP9 support 8 years ago
Mark Thompson 49419925d3 vp9: Add bsf to fix reordering in raw streams 8 years ago
Mark Thompson bc4e33ce0f ffmpeg: Flush output BSFs when encode reaches EOF 8 years ago
Michael Niedermayer 4976a3411f avcodec/mpeg4videodec: Fix GMC with videos of dimension 1 8 years ago
Ronald S. Bultje 97f7f83169 vf_spp: only assign function pointers if permutation matches expectations. 8 years ago
Paul B Mahol 565dc0e283 avfilter/vf_overlay: add auto format mode 8 years ago
James Almer e5bce8b4ce fate: update checksums for fate-lavf-ffm and fate-lavf-mxf 8 years ago
James Almer 349446e36f x86/mdct15: use three operand form for some instructions 8 years ago
Reino17 078322f33c Add support for LibOpenJPEG v2.2/git 8 years ago
James Almer a579dbb4f7 checkasm: add missing checks to float_dsp's butterflies_float test 8 years ago
Rostislav Pehlivanov e1120b1c54 mdct15: add assembly optimizations for the 15-point FFT 8 years ago
James Almer f66086adac configure: fix assignment of assembler specific flags 8 years ago
Paul B Mahol 04aa09c4bc Revert "lavfi/buffersrc: push the frame deeper if requested." 8 years ago
jerett 9f26d670e4 lavc/videotoolboxenc: fix open videotoolbox bug on iOS8.4 8 years ago
jerett 82a8724df2 lavc/videotoolboxenc: fix loadVTEncSymbols crash when symbol not found 8 years ago
Jun Zhao ea1d07aed9 lavc/golomb: add value range comment for set_ue_golomb(). 8 years ago
Michael Niedermayer 24e95f9d4d avcodec/wavpack: Fix integer overflow 8 years ago
Michael Niedermayer 0c2ef4f6b4 avcodec/takdec: Fix integer overflow 8 years ago
Michael Niedermayer 27f80ab016 avcodec/tiff: Update pointer only when the result is used 8 years ago
Rostislav Pehlivanov 7e98da9c4f opus_celt: do not use double precision exp2 8 years ago
James Almer 505cb8e390 avformat/oggenc: check for stream private data in ogg_free() 8 years ago
Matthieu Bouron 067e42b851 checkasm/aarch64: fix tests returning a float 8 years ago
Michael Niedermayer 6f1d2355a7 avcodec/cfhd: Check bpc before setting bpc in context 8 years ago
Michael Niedermayer 5a950f4e32 avcodec/cfhd: Fix undefined shift 8 years ago
Diego Biurrun 5cae5a1def configure: Move x86 assembler sanity check into assembler probe function 8 years ago
Diego Biurrun 4f9297ac3b build: Prefer NASM assembler over YASM 8 years ago
James Almer 3cc73d3d6d build: fix commandline selection of nasm 8 years ago
Diego Biurrun d44935cbf4 build: Explicitly set 32-bit/64-bit object formats for nasm/yasm 8 years ago
Diego Biurrun 0cc0c5b6db build: Allow generating dependencies as a side-effect of assembling 8 years ago
Diego Biurrun fd502f4f5f build: Generalize yasm/nasm-related variable names 8 years ago
Paul B Mahol 664ac7c5e2 avfilter/af_stereotools: add forgotten break 8 years ago
Ronald S. Bultje e639d09199 mdec: stop preferring the simple IDCT. 8 years ago
Ronald S. Bultje 42dd1434bf mdec: use correctly permutated quant matrix for dequantization. 8 years ago