Sat, 16 Nov 2013 08:07:08 +0000 |
reimar |
Avoid message spam by not trying formats that will not work.
|
Sat, 16 Nov 2013 07:54:17 +0000 |
reimar |
Fix hardware acceleration notification for VDPAU.
|
Sat, 16 Nov 2013 07:37:32 +0000 |
reimar |
Try enabling DR for FFmpeg VP8 decoder.
|
Sat, 16 Nov 2013 07:33:54 +0000 |
reimar |
Add support for VP9 decoding via FFmpeg.
|
Fri, 15 Nov 2013 19:36:29 +0000 |
reimar |
Make PES detection less sensitive.
|
Fri, 15 Nov 2013 19:36:27 +0000 |
reimar |
Use DEMUXER_TYPE_UNKNOWN define.
|
Fri, 15 Nov 2013 11:28:15 +0000 |
compn |
codecs.conf: add vp9, patch by james zern
|
Sat, 09 Nov 2013 08:50:16 +0000 |
reimar |
Move cast to right place to avoid warning.
|
Sat, 09 Nov 2013 08:46:02 +0000 |
reimar |
Prefer -title if given for audio output name.
|
Sat, 09 Nov 2013 08:46:01 +0000 |
reimar |
font_load_ft: small simplifications.
|
Fri, 08 Nov 2013 21:06:40 +0000 |
al |
mplayer: Fix a crash seeking with -chapter and -ass
|
Fri, 08 Nov 2013 16:59:55 +0000 |
michael |
configure: add CONFIG_H263DSP to preempt build problems
|
Wed, 30 Oct 2013 18:51:33 +0000 |
reimar |
vo_corevideo: Add include to fix compilation on OSX 10.9
|
Wed, 30 Oct 2013 18:45:48 +0000 |
reimar |
af_volume: add NEON optimization for common float case.
|
Tue, 29 Oct 2013 19:24:16 +0000 |
reimar |
af_volume: optimize for common case where all channels
|
Tue, 29 Oct 2013 19:24:13 +0000 |
reimar |
af_volume: Avoid pointlessly calculating the maximum volume.
|
Sun, 27 Oct 2013 18:06:52 +0000 |
jrash |
Synced with help_mp-en.h rev. 36470
|
Sat, 26 Oct 2013 21:39:20 +0000 |
reimar |
Fall back to uname -p if uname -m does not give anything useful.
|
Sat, 26 Oct 2013 21:30:17 +0000 |
reimar |
Fix configure for cases when libm is not available.
|
Sat, 26 Oct 2013 10:23:03 +0000 |
reimar |
Remove unused per-channel enable.
|
Sat, 26 Oct 2013 10:16:09 +0000 |
reimar |
Remove unused code that costs a good bit of performance.
|
Sat, 26 Oct 2013 09:36:23 +0000 |
reimar |
Remove some macros and switch to libavutil equivalents.
|
Sat, 26 Oct 2013 09:36:21 +0000 |
reimar |
Remove pointless cast.
|
Sat, 26 Oct 2013 09:17:28 +0000 |
reimar |
ARM NEON optimization for float->int conversion.
|
Sat, 26 Oct 2013 08:30:29 +0000 |
reimar |
Add ARM NEON optimization of common channel interleave cases.
|
Fri, 25 Oct 2013 19:59:59 +0000 |
reimar |
Add some "const" to input-only pointers.
|
Fri, 25 Oct 2013 19:59:58 +0000 |
reimar |
vd_ffmpeg: disable DR also for HEVC.
|
Fri, 25 Oct 2013 19:59:57 +0000 |
reimar |
Use sizeof(*var) instead of sizeof(type), prefer calloc.
|