Sun, 16 Feb 2014 16:29:59 +0000 |
reimar |
m_option, vf_scale: Add some missing const.
|
Sun, 16 Feb 2014 16:29:58 +0000 |
reimar |
vidix/s3: Fix loads of 'void *' used in arithmetic warnings.
|
Sun, 16 Feb 2014 16:29:57 +0000 |
reimar |
Remove pointless assignment and variable.
|
Sun, 16 Feb 2014 15:44:36 +0000 |
reimar |
Avoid many pointer cast warnings.
|
Sun, 16 Feb 2014 15:44:34 +0000 |
reimar |
vo_dfbmga: fix pointer cast size warnings.
|
Sun, 16 Feb 2014 15:44:32 +0000 |
reimar |
ao_esd: remove condition that must always be true.
|
Sun, 16 Feb 2014 15:44:31 +0000 |
reimar |
vo_aa: Move variables to appropriate scope, remove unused ones.
|
Sun, 16 Feb 2014 14:47:37 +0000 |
reimar |
vf_screenshot: remove pointless cast.
|
Sun, 16 Feb 2014 14:47:36 +0000 |
reimar |
vf_screenshot: Fix memory leak on resolution/aspect changes.
|
Sun, 16 Feb 2014 14:47:35 +0000 |
reimar |
vf_screenshot: Simplify repeat screenshot handling logic.
|
Sun, 16 Feb 2014 14:47:33 +0000 |
reimar |
vf_screenshot: use av_fast_malloc.
|
Sun, 16 Feb 2014 14:47:32 +0000 |
reimar |
vf_screenshot: use calloc.
|
Sun, 16 Feb 2014 14:47:32 +0000 |
reimar |
vf_screenshot: Switch to avcodec_encode_video2 API.
|
Sun, 16 Feb 2014 14:01:23 +0000 |
reimar |
Allow specifying custom path and name for screenshot files.
|
Sun, 16 Feb 2014 14:01:21 +0000 |
reimar |
Use sizeof instead of hardcoded number.
|
Sun, 16 Feb 2014 14:01:20 +0000 |
reimar |
Remove pointless "if".
|
Sun, 16 Feb 2014 13:24:55 +0000 |
reimar |
Fix probe bug losing video packets.
|
Sat, 15 Feb 2014 17:24:29 +0000 |
reimar |
Remove pointless casts and obfuscated array indexing.
|
Sat, 15 Feb 2014 17:24:28 +0000 |
reimar |
Use calloc instead of malloc+memset.
|
Sat, 15 Feb 2014 17:24:27 +0000 |
reimar |
Fix vstats, coded_frame is always NULL so use decoded frame instead.
|
Sat, 15 Feb 2014 17:24:26 +0000 |
reimar |
Switch to av_frame_get_qp_table API.
|
Sat, 15 Feb 2014 16:52:59 +0000 |
reimar |
Switch to refcounted API since the old ones have memleaks.
|
Sat, 15 Feb 2014 16:52:58 +0000 |
reimar |
Fix configure output: relocatable/PIE is autodetected.
|
Fri, 14 Feb 2014 22:29:38 +0000 |
reimar |
Remove pointless casts.
|
Fri, 14 Feb 2014 22:29:37 +0000 |
reimar |
Remove unnecessary if() that only hides bugs.
|
Fri, 14 Feb 2014 22:29:36 +0000 |
reimar |
Make sure that demuxer priv is allocated early enough.
|
Fri, 14 Feb 2014 22:29:35 +0000 |
reimar |
Remove condition that was already checked a few lines above.
|
Fri, 14 Feb 2014 21:34:07 +0000 |
reimar |
Remove DVDNAV audio reset code to avoid issues on title changes.
|