77878 Commits (7d76294ce006692d341beedada7a5cde017f1697)
 

Author SHA1 Message Date
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
Paul B Mahol 0d3b31ae89 avfilter/avf_showspectrum: add yet another color map 9 years ago
Michael Niedermayer 68eb20801d avcodec/dxv: Check idx in dxv_decompress_dxt5() 9 years ago
Michael Niedermayer eb8a67de75 avcodec/dxv: Check idx in CHECKPOINT() 9 years ago
Ganesh Ajjanagadde 43624a669b lavc/pcm_tablegen: slight speedup of table generation 9 years ago
Michael Niedermayer 7cc01c2572 avcodec/h264_slice: Fix integer overflow in implicit weight computation 9 years ago
Michael Niedermayer 1edf129cbc swscale/utils: Use normal bilinear scaler if fast cannot be used due to tiny dimensions 9 years ago
Michael Niedermayer 9434ec5f76 avcodec/h264_refs: Fix and add back trace code removed in e1c5170c63 9 years ago
Matthieu Bouron e4e9b9454e swscale/arm/yuv2rgb: add ff_yuv422p_to_{argb,rgba,abgr,bgra}_neon_{16,32} 9 years ago
Matthieu Bouron 44913d1945 swscale/arm/yuv2rgb: fix typo 9 years ago
Paul B Mahol 6defda1cdb avfilter/avf_showspectrum: add option to set gain for calculating color intensity 9 years ago
Andreas Cadhalpun 1cb2331eca brstm: fix missing closing brace 9 years ago
Andreas Cadhalpun bcf4ee26a0 brstm: also allocate b->table in read_packet 9 years ago
Andreas Cadhalpun d7d37c479f brstm: make sure an ADPC chunk was read for adpcm_thp 9 years ago
Andreas Cadhalpun e7a7b3135a vorbisdec: reject rangebits 0 with non-0 partitions 9 years ago
Hendrik Leppkes e1c5170c63 Merge commit '2080bea4a74b6b1598caa806a11ea807ba546f94' 9 years ago
Hendrik Leppkes 3e337f0e40 Merge commit '58170b027144f4840018c7a60fb8d07924cc6242' 9 years ago
Hendrik Leppkes 9507f68deb Merge commit '3b6473b43eb69fc3faaf69f7fd0b83b51db7607f' 9 years ago
Hendrik Leppkes ad53c94d8f Merge commit 'a43905f4ae261bdde87c300901d867b31961f57b' 9 years ago
Hendrik Leppkes 1fec347ef5 Merge commit '9d74012761bc3ee676fe43321d5699e4877fde5b' 9 years ago
Mats Peterson b6c61b7d43 lavf/qtpalette: Ignore greyscale bit in certain cases 9 years ago
Mats Peterson bf42a7ef6d lavc/qtrle: Use AV_PIX_FMT_PAL8 for 1-bit video 9 years ago
Michael Niedermayer 4da2ac5c7a avcodec/h264: Fix regression caused by removial of default_ref_list 9 years ago
Andreas Cadhalpun b4b13848de vorbisdec: reject channel mapping with less than two channels 9 years ago
Paul B Mahol 0a451082c7 avfilter/avf_showspectrum: finally fix log scaler 9 years ago
Paul B Mahol 14caf9667e avfilter/avf_showspectrum: switch to FFT 9 years ago
Carl Eugen Hoyos ae9f2e6f28 lavfi/drawtext: Fix microsecond display. 9 years ago
Diego Biurrun 2080bea4a7 h264_refs: Remove broken trace debug code 9 years ago
Diego Biurrun 58170b0271 lavc: Add missing #includes for ff_dlog() 9 years ago