Mercurial > mplayer.hg
graph
-
Free initial swscale context, too. Avoids a valgrind warning.Wed, 19 Aug 2009 08:21:55 +0000, by reimar
-
Remove useless casts of malloc return value.Wed, 19 Aug 2009 08:18:53 +0000, by reimar
-
Introduce and use sws_allocVec().Wed, 19 Aug 2009 01:33:17 +0000, by ramiro
-
Reuse sws_getConstVec() where possible.Wed, 19 Aug 2009 01:32:06 +0000, by ramiro
-
Cosmetics: adjust alignment.Tue, 18 Aug 2009 22:25:58 +0000, by tack
-
Fix incorrect channel ordering for lavc audio codecs (specifically ffac3,Tue, 18 Aug 2009 22:24:36 +0000, by tack
-
Fix incompatible pointer types warning, also seems to fix mis-compilation with gcc-4.4.1Mon, 17 Aug 2009 08:02:37 +0000, by reimar
-
Fix 100l broken flag check found due to compiler warning.Mon, 17 Aug 2009 07:30:24 +0000, by reimar
-
Set demuxer->filepos in mf demuxer, since the stream_tell fallback is notMon, 17 Aug 2009 06:14:12 +0000, by reimar
-
Get rid of rawaudio control code again that only duplicates the fallback code inMon, 17 Aug 2009 05:56:36 +0000, by reimar
-
Handle demuxers that never set filepos by using stream_tell.Mon, 17 Aug 2009 05:55:40 +0000, by reimar
-
swscale-example: Make selection of dstW, dstH, and flags more clear.Mon, 17 Aug 2009 02:06:00 +0000, by ramiro
-
Add some protection to the rawaudio GET_LENGTH/GET_PERCENT_POS in case theSun, 16 Aug 2009 22:44:29 +0000, by reimar
-
Implement DEMUXER_CTRL_GET_TIME_LENGTH and DEMUXER_CTRL_GET_PERCENT_POS forSun, 16 Aug 2009 22:39:10 +0000, by reimar
-
More indentation changes leftover from r29522:Sun, 16 Aug 2009 21:37:07 +0000, by ramiro
-
Cosmetics:Sun, 16 Aug 2009 21:11:28 +0000, by ramiro
-
Indent libswscale:Sun, 16 Aug 2009 00:32:04 +0000, by ramiro
-
Fix file information. Patch by Francesco Lavra, francescolavra interfree itSat, 15 Aug 2009 23:41:35 +0000, by cehoyos
-
Add missing major contributors to copyright statement.Sat, 15 Aug 2009 23:33:56 +0000, by cehoyos
-
improve previous translationSat, 15 Aug 2009 02:55:54 +0000, by jrash
-
Indent.Sat, 15 Aug 2009 02:35:55 +0000, by ramiro
-
Vertical yuv -> yuv16 scaler.Fri, 14 Aug 2009 15:52:40 +0000, by ramiro
-
Allow compilation with gcc 2.95.3 if videodev2.h does not support it.Fri, 14 Aug 2009 09:31:16 +0000, by cehoyos
-
BGR32 MMX special convertor.Fri, 14 Aug 2009 02:15:28 +0000, by ramiro
-
Fix crash when event format is not specifiedThu, 13 Aug 2009 22:52:45 +0000, by greg
-
Add Dolby TrueHD support for mkv demuxer.Thu, 13 Aug 2009 21:54:08 +0000, by cehoyos
-
Indent.Thu, 13 Aug 2009 19:03:14 +0000, by ramiro
-
swscale-example: Don't check for chroma planes in mono formats.Thu, 13 Aug 2009 18:39:39 +0000, by ramiro
-
MMX2 horizontal scaler: Determine code size at runtime.Thu, 13 Aug 2009 18:31:07 +0000, by ramiro
-
Protect mmx2 filter code buffers so they are not executable and writeable atThu, 13 Aug 2009 18:29:54 +0000, by ramiro
-
Remove duplicate define (it is the same in the lum code).Thu, 13 Aug 2009 18:28:55 +0000, by ramiro
-
Rename "funny" code to "mmx2 filter" code.Thu, 13 Aug 2009 18:28:17 +0000, by ramiro
-
Indent.Thu, 13 Aug 2009 13:18:59 +0000, by ramiro
-
swscale-example: Remove hack to end loop by setting variables to break.Thu, 13 Aug 2009 11:48:06 +0000, by ramiro
-
swscale-example: Don't return random value from main().Thu, 13 Aug 2009 11:34:27 +0000, by ramiro
-
swscale-example: Check for Gray formats.Thu, 13 Aug 2009 11:33:18 +0000, by ramiro
-
Fix possible double-free.Wed, 12 Aug 2009 15:20:14 +0000, by cehoyos
-
make codec-cfg reuse the proper defined constants for all RGB/BGR formatsWed, 12 Aug 2009 01:04:37 +0000, by reimar
-
100l, fix compilation again and make codec-cfg.c use the predefined constantsWed, 12 Aug 2009 01:03:21 +0000, by reimar
-
1000l, RGB48BE does _not_ use 49 bit/pixel, probably fixes 48 bit PNG decoding.Wed, 12 Aug 2009 00:51:09 +0000, by reimar
-
Allow decoding of 48 bit png image files.Wed, 12 Aug 2009 00:27:00 +0000, by cehoyos
-
Use new libavformat metadata API.Tue, 11 Aug 2009 23:26:42 +0000, by greg
-
s/RG48xE/RGB48xETue, 11 Aug 2009 18:57:22 +0000, by cehoyos
-
Make *avcctx AVCodecContext instead of void.Tue, 11 Aug 2009 18:52:18 +0000, by cehoyos
-
Fix H.264 SPS parsing in case of scaling list present.Tue, 11 Aug 2009 18:44:43 +0000, by cehoyos
-
Fix a crash when playing some H264 over rtsp streams: Do pass anTue, 11 Aug 2009 18:28:26 +0000, by cehoyos
-
Explain how formats must be ordered in fmt_list so the parser can handleTue, 11 Aug 2009 18:21:31 +0000, by reimar
-
fmt_table should be const as well.Tue, 11 Aug 2009 18:15:21 +0000, by reimar
-
Parse BitsPerSample and SamplesPerSec when playing PCM in X-QT overTue, 11 Aug 2009 18:07:43 +0000, by cehoyos
-
Allow dpx image files as input.Tue, 11 Aug 2009 17:56:19 +0000, by cehoyos
-
Allow out-formats for IMGFMT_RGB48* in codecs.conf.Tue, 11 Aug 2009 17:54:11 +0000, by cehoyos
-
Map IMGFMT_RGB48xE to PIX_FMT_RGB48xE.Tue, 11 Aug 2009 17:52:01 +0000, by cehoyos
-
Add IMGFMT_RGB48LE and IMGFMT_RGB48BE.Tue, 11 Aug 2009 17:51:11 +0000, by cehoyos
-
Remove disabled debug code.Mon, 10 Aug 2009 10:53:32 +0000, by diego
-
Put some altivec code under COMPILE_ALTIVEC, and not HAVE_ALTIVEC.Sun, 09 Aug 2009 15:34:57 +0000, by ramiro
-
Remove 'offset' argument from PUTRGB* macros since it's unneeded and causedSun, 09 Aug 2009 15:04:17 +0000, by kostya