Mercurial > mplayer.hg
graph
-
Mark parameterless function declarations as (void). Fixes the warnings:Sun, 04 Apr 2010 16:21:07 +0000, by diego
-
Mark input-related m_option_t arrays as const.Sun, 04 Apr 2010 16:15:38 +0000, by diego
-
Mark vf_size_preset_fields m_option_t array as const.Sun, 04 Apr 2010 16:15:08 +0000, by diego
-
Mark muxer-related m_option_t arrays as const.Sun, 04 Apr 2010 16:12:23 +0000, by diego
-
Mark cfg_fields m_option_t array as const.Sun, 04 Apr 2010 16:11:20 +0000, by diego
-
Mark dxr2_opts array as const.Sun, 04 Apr 2010 16:08:15 +0000, by diego
-
Mark encoder-related m_option_t struct arrays as const.Sun, 04 Apr 2010 15:59:09 +0000, by diego
-
Revert marking m_option struct member as const.Sun, 04 Apr 2010 15:57:17 +0000, by diego
-
Share more code between the two ATI fragment shader YUV to RGBSun, 04 Apr 2010 11:45:05 +0000, by reimar
-
Try to detect and work around broken glXGetProcAddress on atSat, 03 Apr 2010 20:31:03 +0000, by reimar
-
Implement OpenGL-based YUV to RGB version for Radeon 9200 classSat, 03 Apr 2010 19:58:06 +0000, by reimar
-
Remove commented-out #include of a non-existing file.Sat, 03 Apr 2010 14:40:08 +0000, by diego
-
Add a header for x264enc_set_param() instead of forward declaring it.Sat, 03 Apr 2010 14:20:34 +0000, by diego
-
Remove pointless #ifdef CONFIG_LIBAVCODEC preprocessor check.Sat, 03 Apr 2010 13:51:14 +0000, by diego
-
Mark m_option struct member as const.Sat, 03 Apr 2010 11:06:57 +0000, by diego
-
Indentation fix.Sat, 03 Apr 2010 07:12:32 +0000, by reimar
-
Add mpgl prefix to all OpenGL-related function pointers.Sat, 03 Apr 2010 07:08:07 +0000, by reimar
-
dont mention base64 about sending attachments.Fri, 02 Apr 2010 17:29:22 +0000, by attila
-
Cosmetics: Fix indentation.Fri, 02 Apr 2010 10:13:45 +0000, by cehoyos
-
Do not try -march=native for icc.Fri, 02 Apr 2010 10:13:08 +0000, by cehoyos
-
Change type to uint8_t to avoid checks depending on char signedness.Fri, 02 Apr 2010 07:14:21 +0000, by reimar
-
updated example line for encoding to psp (acodec faac is now libfaac)Thu, 01 Apr 2010 17:37:51 +0000, by ptt
-
updated table of libavcodec's audio codecsThu, 01 Apr 2010 17:37:13 +0000, by ptt
-
Sanitize ICY metadata a bit before printing it.Wed, 31 Mar 2010 19:42:15 +0000, by reimar
-
Make audio switching with AVI demuxer chose the first audio streamWed, 31 Mar 2010 18:45:00 +0000, by reimar
-
Replace some "m" constraints by MANGLE to avoid issues with some compilers notWed, 31 Mar 2010 17:00:33 +0000, by reimar
-
rename eatgv -> ffeatgv, lpcm -> fflpcmWed, 31 Mar 2010 06:33:08 +0000, by attila
-
Add HAVE_STRERROR_R definition for FFmpeg to config.h.Sun, 28 Mar 2010 19:02:58 +0000, by diego
-
Use (void) instead of () to indicate a parameterless function, fixes:Sun, 28 Mar 2010 16:58:27 +0000, by diego
-
Add definition of CONFIG_LIBRTMP to config.h for FFmpeg.Sun, 28 Mar 2010 16:49:23 +0000, by diego
-
Fix compilation after librtmp support in FFmpeg.Sun, 28 Mar 2010 16:31:17 +0000, by reimar
-
Fix crash with incomplete yuv2 frames.Sun, 28 Mar 2010 00:08:28 +0000, by reimar
-
Leave disabling SSE to the check_os_katmai_support always regardless of OS,Sat, 27 Mar 2010 19:45:59 +0000, by reimar
-
Support concatenated YUV4MPEG files.Sat, 27 Mar 2010 16:01:22 +0000, by reimar
-
Use calloc instead of malloc+memsetSat, 27 Mar 2010 15:35:59 +0000, by reimar
-
Add const to some video_out extern declarations to match their definitions.Sat, 27 Mar 2010 15:27:16 +0000, by reimar
-
Mark some more LIBVO_EXTERN declarations as const where possible.Sat, 27 Mar 2010 15:22:47 +0000, by reimar
-
100l, fix frametime calculation for MPEG-2 files with frame rate extension.Sat, 27 Mar 2010 12:47:26 +0000, by reimar
-
libswscale: Relicense almost all x86 assembler optimizations as LGPL.Sat, 27 Mar 2010 11:31:02 +0000, by diego
-
Refactor OS X foreground process setting into a separate function.Fri, 26 Mar 2010 15:02:14 +0000, by diego
-
cosmetics: Break some overly long lines.Fri, 26 Mar 2010 12:12:25 +0000, by diego
-
Convert asm keyword to __asm__.Fri, 26 Mar 2010 08:13:10 +0000, by diego
-
HAVE_MMX2 implies HAVE_MMX, so checking the latter is enough.Fri, 26 Mar 2010 07:57:54 +0000, by diego
-
Remove unused OPTFLAGS variable from config.mak.Thu, 25 Mar 2010 19:53:05 +0000, by diego
-
Remove unused MACOSX_BUNDLE config.mak entry.Thu, 25 Mar 2010 18:53:37 +0000, by diego
-
Move some FFmpeg-specific entries to the FFmpeg section of config.mak.Thu, 25 Mar 2010 18:51:57 +0000, by diego
-
Don't try to delete the global memory mutex in the Win32 loader code,Thu, 25 Mar 2010 12:58:41 +0000, by sesse
-
Mark add_subtitles() as static, it is not used outside the file, fixes:Wed, 24 Mar 2010 20:43:41 +0000, by diego
-
Remove /usr[/local]/lib/win32 from the list of Win32 codec search paths.Wed, 24 Mar 2010 01:07:11 +0000, by diego
-
AltiVec implies a PPC CPU, so there is no need to check for both.Tue, 23 Mar 2010 22:59:14 +0000, by diego
-
loader: Remove commented-out extra_ld_library_path cruft.Tue, 23 Mar 2010 20:24:14 +0000, by diego
-
Do not compile AltiVec code when AltiVec is not available; not even inTue, 23 Mar 2010 20:12:52 +0000, by diego
-
Make http_read_response fail if parsing the response failed.Tue, 23 Mar 2010 19:45:33 +0000, by reimar
-
Fix build due to codecs_path vs. codec_path typo.Tue, 23 Mar 2010 19:40:37 +0000, by diego
-
Get rid of pointless def_path variable; use codec_path directly instead.Tue, 23 Mar 2010 18:01:00 +0000, by diego
-
Real binary loader code should respect the binary codec path.Tue, 23 Mar 2010 17:52:46 +0000, by diego
-
ReindentMon, 22 Mar 2010 19:39:43 +0000, by reimar
-
Start probing with a size matching the stream buffer size so it is possibleMon, 22 Mar 2010 19:38:42 +0000, by reimar
-
Make all instances of codec_patch unconditional, otherwiseSun, 21 Mar 2010 10:13:00 +0000, by attila
-
Rename SetCodecPath() --> set_codec_path().Sun, 21 Mar 2010 08:34:09 +0000, by diego