77906 Commits (321e85e1769ca1fc1567025ae264760790ee7fc9)
 

Author SHA1 Message Date
Aman Gupta fe225b113b lavc/ccaption_dec: reap_screen is not necessary when clearing screen or buffer 9 years ago
Ricardo Constantino e990d746d0 configure: Use libgcrypt-config if available 9 years ago
Aman Gupta 26abdd61a3 lavc/ccaption_dec: implement "erase non displayed memory" 9 years ago
Aman Gupta 53ee84f811 lavc/ccaption_dec: reap_screen() is responsible for clearing output buffer and signaling screen_changed 9 years ago
James Almer dc79824deb x86/float_dsp: zero extend offset from ff_scalarproduct_float_sse 9 years ago
James Almer 4ee38ed7f9 x86/float_dsp: zero extend len from ff_butterflies_float_sse implicitly 9 years ago
James Almer 7f520524f6 x86/float_dsp: remove len check from ff_butterflies_float_sse 9 years ago
Aman Gupta 5695c85332 lavc/ccaption_dec: remove unused return value from internal functions 9 years ago
Aman Gupta b261749f70 lavc/ccaption_dec: clean up whitespace 9 years ago
Paul B Mahol a69cf50dca avfilter/avf_showspectrum: add cool color map 9 years ago
Paul B Mahol b7b4d99a18 avfilter/avf_showfreqs: fix possible null pointer dereference 9 years ago
Michael Niedermayer 47cd85e1e5 avformat/mov: Simplify format checking code 9 years ago
Mats Peterson 6f1466dc52 lavf/matroskadec: A_QUICKTIME and fourcc 0x00000000 9 years ago
Mats Peterson 13d02d3dc8 lavf/mov: Audio and fourcc 0x00000000 9 years ago
Hendrik Leppkes 53ada3af62 x86/vf_w3fdif: 32-bit compatibility for w3fdif_simple_high 9 years ago
Paul B Mahol 08aec7c1bd avfilter/avf_showspectrum: add option to draw legend 9 years ago
Ganesh Ajjanagadde 7ab37cae34 ffmpeg: check fclose return values 9 years ago
Ganesh Ajjanagadde 2fbdc4faf1 lavfi/avf_showspectrum: replace pow(x, 0.25) by sqrt(sqrt(x)) 9 years ago
James Almer 08339cdb6c configure: remove unused bulitin check 9 years ago
James Almer 28d5a3a74a lavu: rename and move ff_parity to av_parity 9 years ago
Clément Bœsch a1136ca973 lavc/g729dec: use ff_parity() 9 years ago
Clément Bœsch 00e96613f3 lavc/ccaption_dec: use ff_parity() 9 years ago
Clément Bœsch 2ce29d1765 lavu: add ff_parity() 9 years ago
Clément Bœsch d64fe951c2 lavc/ccaption_dec: fix always true condition 9 years ago
Clément Bœsch 04826b7ff0 lavu/common: add an explanation to FF_CEIL_RSHIFT() 9 years ago
Clément Bœsch 5fbe57c027 lavf/uncodedframecrcenc: use FF_CEIL_RSHIFT() 9 years ago
Clément Bœsch 90cd02059b lavfi/deshake: use FF_CEIL_RSHIFT() 9 years ago
Clément Bœsch 84a967df03 lavu/common: fix FF_CEIL_RSHIFT() range comment 9 years ago
James Almer f4c1a48483 x86/intmath: add sse optimized av_clipf and av_clipd 9 years ago
Paul B Mahol 9f17d4ae7e avfilter/formats: fix leak of formats on error 9 years ago
Ganesh Ajjanagadde 369b161d8e ffmpeg: replace log2 by av_log2 9 years ago
Michael Niedermayer 0869ff7e9d avcodec/utils: Check bits_per_raw_sample on video encoder open 9 years ago
Michael Niedermayer 13f266b50c avcodec/mpegvideo_enc: Clip bits_per_raw_sample within valid range 9 years ago
Aman Gupta 3ec5d8fe0f libavcodec/ccaption_dec: rewrite packet handler as case statement; remove COR3 macro 9 years ago
Aman Gupta 55ca79f526 libavcodec/ccaption_dec: clean up and standardize white space 9 years ago
Michael Niedermayer 23679d82f6 configure: use warn() for mips unknown cpu warning 9 years ago
Vicente Olivert Riera 6282bdc2bf mips: display a warning message when using an unknown CPU 9 years ago
Derek Buitenhuis 72673ad7ea avcodec: Remove libstagefright 9 years ago
Andrey Turkin 149b1f7cca avfilter/vf_pad: fix direct padding 9 years ago
Mats Peterson 6a975cb07f lavf/matroskadec: correct codec_tag for "SMI" SVQ3 files 9 years ago
Ganesh Ajjanagadde fc703f53cf lavfi/af_compensationdelay: replace pow(x,0.5) by sqrt(x) 9 years ago
Ganesh Ajjanagadde a956840cbc ffmpeg: check return value of avio_closep for progress report 9 years ago
Andreas Cadhalpun da3c3c446c avpacket: fix size check in packet_alloc 9 years ago
Andreas Cadhalpun fa74cdc60d parser: add av_assert1 to make sure the codec matches 9 years ago
Carl Eugen Hoyos c3c22bee63 lavf/matroskaenc: Assume 48kHz sample rate for Opus initial padding. 9 years ago
Michael Niedermayer 5b4da8a38a avcodec/motion_est: Fix mv_penalty table size 9 years ago
Aman Gupta e7271e6d07 libavcodec/ccaption_dec: remove unnecessary include 9 years ago
Paul B Mahol 206f65b06d avfilter/avf_avectorscope: add line drawing support 9 years ago
Paul B Mahol c13216ac08 avfilter/window_func: add tukey window function 9 years ago
Paul B Mahol c31fa1d7b4 avfilter/avf_showspectrum: use av_clip/lrintf 9 years ago