43541 Commits (67a804b9ac12efbb8e1c84c6716dec77c9120bd1)
 

Author SHA1 Message Date
Nicolas George 67a804b9ac dvdsubenc: reindent after recent commit. 12 years ago
Nicolas George 2d3acbfe8c lavc: add const to AVCodecContext.codec_descriptor. 12 years ago
Nicolas George 9bb936a80e lavc: reimplement avcodec_get_name with descriptors. 12 years ago
Nicolas George 690ef618b1 ffmpeg: copy subtitles frame dimensions. 12 years ago
Nicolas George e4f4d99df8 ffmpeg: make -s work for subtitles too. 12 years ago
Nicolas George 17e40236cb dvdsubenc: set frame size in extradata. 12 years ago
Nicolas George b1511e00f6 lavf: probe PGS subtitles definition. 12 years ago
Nicolas George 2dedd8f496 dvdsubenc: make it usable for transcoding. 12 years ago
Nicolas George 0cad101ea1 ffmpeg: add an option to fix subtitles durations. 12 years ago
Sebastien Zwickert 1bfa349a8d vda: merge implementation into one file. 12 years ago
Sebastien Zwickert 7f3dfd2010 vda: support synchronous decoding. 12 years ago
rogerdpack 47682ddc22 more verbose error messages at configure time 12 years ago
Michael Niedermayer e47d979cab asfdec: ignore too tiny indexes 12 years ago
Michael Niedermayer 5e3900c7a5 hls: Initialize stream_offset before find_stream_info. 12 years ago
Michael Niedermayer cc913f7490 hls: check that the streams have been initialized before checking their discard flags. 12 years ago
Speedy Gonzales ffda8f0f0f Proresenc: add multithreading support 12 years ago
Michael Niedermayer 603221ebd0 g723_1dec: inline normalize_bits() in scale vector and optimize it. 12 years ago
Michael Niedermayer 20035fa241 g723_1dec: remove dead code that leaked in from libav 12 years ago
Michael Niedermayer 84d29df013 g723_1dec: remove unneeded cliping that leaked in from merge from libav 12 years ago
Michael Niedermayer a9040a1167 g723_1dec: avoid memcpy 12 years ago
Michael Niedermayer d8c3170c9f Merge remote-tracking branch 'qatar/master' 12 years ago
Paul B Mahol bd70a52712 paf: prevent invalid write 12 years ago
Stefano Sabatini c3da2c19e4 build: extend documentation building mechanism 12 years ago
Jérémy Tran ae60d2c877 lavfi: add hue filter 12 years ago
Nicolas George 03e8944fc1 lavc: add missing codec descriptors. 12 years ago
Nicolas George f594dafc10 tools: add a script to find missing codec descriptors. 12 years ago
Michael Niedermayer 710600077d h264_cavlc: switch forgotten assert to av_assert 12 years ago
Michael Niedermayer e9d0ab5717 h264: fix x264 build detection 12 years ago
Mans Rullgard 69665bd6f4 g723.1: do not pass large structs by value 12 years ago
Mans Rullgard 138914dcd8 g723.1: do not bounce intermediate values via memory 12 years ago
Mans Rullgard cbcf1b411f g723.1: declare a variable in the block it is used 12 years ago
Mans Rullgard 35b533e4de g723.1: avoid saving/restoring excitation 12 years ago
Mans Rullgard 4b728b4712 g723.1: avoid unnecessary memcpy() in residual_interp() 12 years ago
Mans Rullgard f645710cf3 g723.1: make postfilter write directly to output buffer 12 years ago
Mans Rullgard 1953264331 g723.1: drop unnecessary variable buf_ptr in formant_postfilter() 12 years ago
Mans Rullgard b2af2c4bee g723.1: make scale_vector() output to a separate buffer 12 years ago
Mans Rullgard 783da0d696 g723.1: make autocorr_max() work on an arbitrary buffer 12 years ago
Mans Rullgard 3716105103 g723.1: do not needlessly use int64_t 12 years ago
Mans Rullgard 47c73a73b0 g723.1: use saturating addition functions 12 years ago
Mans Rullgard 4aca716a53 g723.1: optimise scale_vector() 12 years ago
Mans Rullgard 1eb1f6f281 g723.1: remove useless uses of MUL64() 12 years ago
Mans Rullgard 5a43eba956 g723.1: remove unnecessary argument 'shift' from dot_product() 12 years ago
Mans Rullgard 8b0de73464 g723.1: deobfuscate "(x << 4) - x" to "15 * x" 12 years ago
Mans Rullgard fddc5b9bea celp: optimise ff_celp_lp_synthesis_filter() 12 years ago
Mans Rullgard 6c4975eaaf libavutil: add saturating addition functions 12 years ago
Michael Niedermayer ed8d827ad0 riffenc: fix aac 12 years ago
Stefano Sabatini 5c0d8bc4ce lavfi: add avfilter_get_class() and iteration callbacks 12 years ago
Stefano Sabatini a25346e65c lavu/opt.h: add AV_OPT_FLAG_FILTERING_PARAM macro 12 years ago
Stefano Sabatini 3239382aef doc/texi2pod: add "use warnings" directive 12 years ago
Reimar Döffinger 118bd609f0 Optimized unscaled yuvp9/yuvp10 -> yuvp16 conversion. 12 years ago