Mercurial > mplayer.hg
graph
-
Avoid printing AAC with SBR warning on every decode call, instead print2010-10-09, by reimar
-
Write the code in a more understandable way instead of trying to explain2010-10-09, by reimar
-
Whitespace cosmetics: format init function more consistent with the2010-10-09, by reimar
-
Fix typo in error message: ACC -> AAC2010-10-09, by reimar
-
Simplify some ifdefs.2010-10-09, by reimar
-
Move OS-fixup hacks in init code into a separate function.2010-10-09, by reimar
-
Sanitize indentation of common init functions.2010-10-09, by reimar
-
Avoid duplicating common init code between MPlayer and mencoder.2010-10-09, by reimar
-
Remove some commented-out and generally useless code.2010-10-09, by reimar
-
Fix validity checks before closing a file descriptor.2010-10-09, by reimar
-
Fix indentation.2010-10-09, by reimar
-
Remov gui-specific code, the way teh GUI works was changed so most2010-10-09, by reimar
-
Add a va_list version of mp_msg and use it to avoid yet another intermediate2010-10-09, by reimar
-
Add a missing const to declaration.2010-10-09, by reimar
-
Simplify code for writing to /proc/mtrr.2010-10-09, by reimar
-
Spelling fix.2010-10-09, by reimar
-
Use FFALIGN macro.2010-10-09, by reimar
-
Spelling fix.2010-10-09, by reimar
-
Remove an unmotivated and pointless panscan_calc call.2010-10-09, by reimar
-
xvidix: reconfigure also on window move.2010-10-09, by reimar
-
Fix xmga event handling: Reconfigure hardware on move and resize,2010-10-09, by reimar
-
Remove a useless MGA_VID_CONFIG ioctl, set_window already does this.2010-10-09, by reimar
-
Add VO_EVENT_MOVE which is required for VOs that interact directly2010-10-09, by reimar
-
Switch (x)mga vo to new libvo API to reduce code duplication and improve2010-10-09, by reimar
-
Add fallback values to aspect_save_screenres to avoid division by 02010-10-09, by reimar
-
cosmetics: Drop some {} from if statements to get rid of pointless #ifdefs.2010-10-08, by diego
-
AC-3 streams need to be byteswapped on little-endian machines.2010-10-08, by diego
-
Change libmp3lame check to test for lame_set_VBR_quality().2010-10-08, by diego
-
Make sure some x86 config.h entries are available on all architectures.2010-10-07, by diego
-
Add missing values for the chanlist suboption of -tv.2010-10-07, by diego
-
Add xmm clobbers test for FFmpeg.2010-10-07, by diego
-
Fix switching audio track with the native MPEG-TS demuxer after an2010-10-06, by cehoyos
-
Add necessary #includes to make headers compile standalone.2010-10-05, by diego
-
Ignore generated .ho files.2010-10-05, by diego
-
Require LAME 3.98.3 for MPlayer, same as is required for FFmpeg.2010-10-05, by diego
-
Ensure that CONFIG_NETWORK is always #defined to either 0 or 1.2010-10-05, by diego
-
add another xdcam mpeg2 fourcc/isom2010-10-05, by compn
-
Handle libavformat adding additional streams during playback.2010-10-04, by reimar
-
1000l, %lf is not valid format string for printf (only for scanf) and actually2010-10-04, by reimar
-
yadif: Explicit wordlength for compare. Fixes compile with clang.2010-10-03, by cehoyos
-
Move pva_get_payload() around to avoid a forward declaration.2010-10-03, by diego
-
Mark pva_get_payload() as static, it is not used outside of the file.2010-10-03, by diego
-
Move AVI muxer functions around to avoid forward declarations.2010-10-03, by diego
-
Move mp_unescape03 function around to avoid forward declaration.2010-10-03, by diego
-
Remove unused hexdump() forward declaration.2010-10-03, by diego
-
Replace forward declarations of skip_audio_frame() by proper #include.2010-10-03, by diego
-
Replace forward declarations of resync_{audio|video}_stream by proper #includes.2010-10-03, by diego
-
Remove some unnecessary #includes from IVTV and V4L2 checks.2010-10-03, by diego
-
Simplify some X11 checks with the help of statement_check_broken().2010-10-03, by diego
-
Remove some dead and commented-out variable declarations and assignments.2010-10-03, by diego
-
cosmetics: alphabetical order for the DIRS list2010-10-03, by diego
-
Add missing "ffmpeg/" prefix to libpostproc entry in DIRS list.2010-10-03, by diego
-
100l, fix sws_getCachedContext. It did not set the colorspace details,2010-10-03, by reimar
-
Fix ds_get_packet_sub to actually respect the pts-based read-ahead limit.2010-10-02, by reimar
-
Remove UNUSED macros used to shut up unused function parameter warnings.2010-10-02, by diego
-
Move some code around to avoid forward declarations in top-level .c files.2010-10-01, by diego
-
Drop removal of AAC encoder from list of FFmpeg encoders.2010-10-01, by diego
-
100l, actually add yasmdefines to YASMFLAGS.2010-09-30, by reimar
-
Synced with help_mp-en.h rev. 320662010-09-30, by jrash
-
Use calloc instead of malloc and memset.2010-09-30, by cehoyos
-
Simplify comparison.2010-09-30, by cehoyos
-
Set default values for the scale context in sws_alloc_context().2010-09-29, by stefano
-
Set the default value of param0 and param1 to SWS_PARAM_DEFAULT.2010-09-29, by stefano
-
Set valid default values for the srcw, srch, dstw, dsth options in the2010-09-29, by stefano
-
Use bluray_device variable also for bd:// instead of dvd_device2010-09-29, by reimar
-
Reindent.2010-09-29, by reimar
-
spudec: support "clear" packets that contain no data but instead2010-09-29, by reimar
-
Move config.asm back to root and append a '/' to SRC_PATH2010-09-29, by reimar
-
Allow configure to accept nasm instead of yasm again.2010-09-29, by reimar
-
Remove -DARCH_X86_64 from YASMFLAGS, that define is already in config.asm2010-09-29, by reimar
-
config.asm should be generate in ffmpeg/, not the root.2010-09-29, by reimar
-
Cosmetics: put "if (...)" and "av_log(...)" in the same line for2010-09-29, by stefano
-
Put if (...) av_log() in the same line, more compact and increase2010-09-29, by stefano
-
Amend constraints for the src_format and dst_format options in the2010-09-29, by stefano
-
Cosmetics: fix braces placement.2010-09-29, by stefano
-
Deprecate sws_getContext(), use sws_alloc_context() and2010-09-28, by stefano
-
Add documentation for the returned value of sws_init_context().2010-09-28, by stefano
-
Use a single svn:externals declaration for all of FFmpeg.2010-09-28, by diego
-
synced to r323972010-09-28, by ptt
-
corrected a _ to - in -udp-slave message2010-09-28, by ptt
-
Bump minor version after the addition of sws_alloc_context() and2010-09-28, by stefano
-
100l fix if condition2010-09-27, by bcoudurier
-
Y400A (gray alpha) input support in libswscale2010-09-27, by bcoudurier
-
swscale: clear SWS_CPU_CAPS_SSE2 in update_flags_cpu() missed in r320682010-09-27, by janne
-
cosmetics: break long line update_flags_cpu2010-09-27, by janne
-
Fix condition for compiling lrintf, fixes compilation on cygwin/MinGW.2010-09-27, by reimar
-
Remove unnecessary Xlib.h #include from xf86keysym check.2010-09-27, by diego
-
Revert accidentally committed changes.2010-09-27, by diego
-
Drop two unnecessary Xlib.h #includes and use helper functions.2010-09-27, by diego
-
cosmetics: Move some functions around to avoid ugly forward declarations.2010-09-27, by diego
-
Mark some function parameters that are not modified as const.2010-09-27, by diego
-
Check for __STDC_VERSION__ >= 199901L before declaring lrintf().2010-09-27, by diego
-
cosmetics: Make diff apply cleanly.2010-09-27, by diego
-
Ignore all config.* files.2010-09-27, by diego
-
Sync with current FFmpeg head.2010-09-27, by diego
-
Add config.asm with (sub)architecture definitions for FFmpeg's YASM support.2010-09-27, by diego
-
Simplify some configure checks through statement_check{_broken}().2010-09-27, by diego
-
cosmetics: Rename function_check{_broken}() --> statement_check{_broken}().2010-09-27, by diego
-
Remove unnecessary sys/types.h #include from shm check.2010-09-26, by diego
-
Add proper autodetection for FTP support; should fix Bugzilla #1804.2010-09-26, by diego
-
Simplify inet_pton/inet_aton checks with function_check().2010-09-26, by diego
-
Simplify jpeglib check with header_check_broken().2010-09-26, by diego
-
Switch back to using '-MD -MP' as gcc .d file creation flags.2010-09-26, by diego
-
Remove unnecessary linux/types.h #include from Apple IR check.2010-09-26, by diego
-
Move xmga check after X11, which xmga requires.2010-09-26, by diego
-
Simplify ENCA check.2010-09-26, by diego
-
fix typos and grammar2010-09-26, by ramiro
-
Make the avoptions list of sws more complete.2010-09-26, by michael
-
Split alloc and init of context so that parameters can be set in the context2010-09-26, by michael
-
Update documentation on how to add checks; mention helper functions.2010-09-26, by diego
-
Fix the way the dynamic loader check adds linker flags.2010-09-26, by diego
-
Simplify Windows waveout test with header_check_broken().2010-09-26, by diego