Mercurial > mplayer.hg
graph
-
Fix some unaligned writes and avoid some (incorrect due to alignment) casts.2010-12-11, by reimar
-
Reset mpvdec to NULL after uninit.2010-12-11, by reimar
-
Fix spelling in comment.2010-12-11, by reimar
-
Allow cycling subtitles backwards with 'J'.2010-12-11, by reimar
-
Support very high libav* message levels as e.g. the flac parser2010-12-11, by reimar
-
Do not generate nonsensical pts values for FLAC audio.2010-12-08, by reimar
-
Add support for FLAC audio parsing, fixes playback time jumping2010-12-08, by reimar
-
colorspace-test: fix build2010-12-07, by ramiro
-
Make use of mp_basename in a few places.2010-12-04, by cboesch
-
sync with en/mplayer.1 rev. 326612010-12-04, by jrash
-
Add support for login/password in http_proxy env variable.2010-12-03, by cboesch
-
Drop MPlayer base64_encode for av_base64_encode.2010-12-03, by cboesch
-
add c key for capturing default bind, missing from r325242010-12-03, by compn
-
mark myself as bugzilla admin and mailing list moderator2010-12-03, by compn
-
change --with-extraincdir to --extra-cflags2010-11-29, by compn
-
Set needs_parsing to 1 for DTS audio.2010-11-29, by reimar
-
Fix TS files with MP4 ES AAC descriptor to be correctly recognized2010-11-28, by reimar
-
Add horrible hack to make xvidix work on big-endian.2010-11-28, by reimar
-
100l, fix vidix compilation on big-endian2010-11-28, by reimar
-
Restore big-endian support removed in thoughtless upstream merge2010-11-28, by reimar
-
Add R_OVL_SHIFT to all R280 devices. Only actually confirmed for two.2010-11-28, by reimar
-
add ffmpeg g722 audio codec2010-11-28, by compn
-
Expose the VBV options of xvid encoder to the command line interface.2010-11-27, by iive
-
make tag for svq3, fixes:2010-11-27, by compn
-
Add support for uncompressed BGR24 pixfmt.2010-11-27, by reimar
-
change dnxhd to qtdnxhd. consistant with all other quicktime decoders2010-11-27, by compn
-
Reindent.2010-11-27, by reimar
-
Do not dump image description by default.2010-11-27, by reimar
-
Mark input-only buffer as const.2010-11-27, by reimar
-
Mark input buffer that is never modified as const.2010-11-27, by reimar
-
Use uint8_t type instead of unsigned char.2010-11-27, by reimar
-
Mark input-only buffers as const.2010-11-27, by reimar
-
Support clearing subtitles. Makes PGS subtitles disappear at the appropriate time.2010-11-27, by reimar
-
Bump codecs.conf version.2010-11-27, by reimar
-
Add support for decoding Avid DNxHD through the QuickTime component.2010-11-27, by reimar
-
build_afilter_chain is not safe to use directly, thus make it2010-11-26, by reimar
-
Use calloc instead of malloc+memset.2010-11-25, by cboesch
-
Remove GCC warning hack not needed anymore2010-11-25, by cboesch
-
Remove dead define2010-11-25, by cboesch
-
Simplify mime_type_table loop2010-11-25, by cboesch
-
Check the validity of an argument, font.2010-11-23, by komh
-
Handle ':' on systems with DOS paths: it allows paths like C:foo.avi.2010-11-21, by cboesch
-
Add a mp_dirname function (unused at the moment)2010-11-21, by cboesch
-
Do not keep authentication in URL on connection through a proxy2010-11-21, by cboesch
-
Add WAVEFORMATEXTENSIBLE support to AVI demuxer.2010-11-21, by reimar
-
Fix WAVEFORMATEXTENSIBLE condition.2010-11-21, by reimar
-
Fix WAVEFORMATEXTENSIBLE support on big-endian.2010-11-21, by reimar
-
Set font_fontconfig to -1 if CONFIG_FONTCONFIG is not configured.2010-11-20, by komh
-
Fix TS demuxer with -sb and when -aid stream is not found.2010-11-20, by reimar
-
Add Proxy-Authorization header to authenticate on proxies2010-11-18, by cboesch
-
"Authentication" header is for the destination server URL, even through a proxy2010-11-18, by cboesch
-
Handle correctly paths with mixed '/' and '\' in it.2010-11-17, by cboesch
-
Fix crash on path without directories.2010-11-17, by cboesch
-
Export mp_basename in a function instead of duplicate macros in various places2010-11-16, by cboesch
-
Do not initialize codec_id to a nonsense value (it was initialized2010-11-16, by reimar
-
Indicate that stereo3d can now handle strides properly.2010-11-14, by reimar
-
Remove unused struct element.2010-11-14, by reimar
-
Properly support src/dst stride in vf_stereo3d.2010-11-14, by reimar
-
Adjust d_height instead of bad ad-hoc scaling.2010-11-14, by reimar
-
Remove most of the NULL pointer check before free all over the code2010-11-14, by cboesch
-
If audio_block_size is 0 that is a bug (and will result in a division by 02010-11-13, by reimar
-
Fix possible division by 0 if -aid is used for AVI files.2010-11-13, by reimar
-
Unescape username/password when URL-parsing.2010-11-12, by reimar
-
gl/win32: select a stereo pixel format for window when2010-11-10, by reimar
-
Move setting of pixel format from init to config.2010-11-10, by reimar
-
100l, add forgotten FFMIN to fix small reads (-nocache) with bd:// protocol.2010-11-10, by reimar
-
Support reading larger blocks in one go for bd:// protocol.2010-11-10, by reimar
-
Make the file protocol read up to 64 kB at once when the cache is used,2010-11-10, by reimar
-
fix punctuation and wording in ffmpeg codec howto2010-11-10, by compn
-
use x264_picture_init.2010-11-10, by lorenm
-
Use fist(p)s instead of fist(p), fixes compilation with clang.2010-11-10, by cehoyos
-
Simplify: Use early return instead of large if block.2010-11-09, by reimar
-
Some indentation fixes.2010-11-09, by reimar
-
Merge pointlessly split string.2010-11-08, by reimar
-
Fix one -subcc sample.2010-11-08, by reimar
-
Document that -subcc now takes a channel option.2010-11-08, by reimar
-
Add code to allow selecting the Close Captioning channel.2010-11-08, by reimar
-
cosmetics: Fix Bluray vs. Blu-ray typo.2010-11-08, by diego
-
Prefer FFmpeg AAC decoder over libfaad2.2010-11-08, by diego
-
document how to add ffmpeg codecs in codecs.conf.txt2010-11-08, by compn
-
Replace hardcoded str size with sizeof2010-11-07, by cboesch
-
Use MSGTR_MemAllocFailed instead of hardcoded string2010-11-07, by cboesch
-
Remove outdated reference to 80kB patch size limit; the limit no longer exists.2010-11-07, by diego
-
Use calloc instead of malloc+memset.2010-11-07, by reimar
-
Avoid unnecessary ().2010-11-07, by reimar
-
Remove some useless NULL pointer checks before invoking free() on the pointer.2010-11-07, by diego
-
Add a comment to codecs that require their fourcc's added to demuxer.c.2010-11-07, by cehoyos
-
Add missing fourcc's that require libavcodec parsing.2010-11-07, by cehoyos
-
Fix typo: There is no fourcc 'MPE '.2010-11-07, by cehoyos
-
Use IMGFMT to compare instead of PIX_FMT to avoid issues2010-11-06, by reimar
-
For FFmpeg codecs YV12 should always be in the supported format2010-11-06, by reimar
-
Fix dvd:// fill_buffer function to actually write into the specified2010-11-06, by reimar
-
Fix spelling.2010-11-06, by reimar
-
100l, add missing return.2010-11-06, by reimar
-
Change code to something understandable (but equivalent).2010-11-06, by reimar
-
Remove a pointless and stupid condition.2010-11-06, by reimar
-
Fix subtitle sync issues by ensuring we enqueue all subtitle packets2010-11-06, by reimar
-
Fix -ac faad with -demuxer lavf.2010-11-06, by reimar
-
fflatm seems to be working, wheras internal faad does not work with2010-11-06, by reimar
-
Use only one fourcc for LATM.2010-11-06, by reimar
-
Handle EAGAIN in ad_ffmpeg, this is necessary for LATM to work properly with2010-11-06, by reimar
-
Add support for LATM parsing.2010-11-06, by reimar
-
Fix bd:// with -cache, the bd_read function does not work when2010-11-06, by reimar
-
Fix program switching with -demuxer lavf.2010-11-06, by reimar
-
Print PROGRAM_ID -identify output similar to demux_ts2010-11-06, by reimar
-
Set st->discard in the same way for audio and video, fixes -aid no2010-11-06, by reimar
-
Support NV12/NV21/HM12 in ve_raw.2010-11-03, by reimar
-
Make scale filter accept all non-hardware-acceleration input formats we know a2010-11-03, by reimar
-
Add and use a IMGFMT_IS_HWACCEL define.2010-11-03, by reimar
-
Add video/3gpp and application/x-flash-video mime types.2010-11-03, by diego
-
Do not enable rpath on NetBSD.2010-11-03, by diego
-
Enable joystick support on FreeBSD.2010-11-03, by diego
-
Support FFmpeg LATM decoding.2010-11-02, by cehoyos
-
Restore all the attributes after changing aspect ratio.2010-11-02, by komh
-
Prevent a parent window from painting over our window on slave mode2010-11-02, by komh
-
Fix possible out-of-bounds access.2010-10-30, by reimar
-
sync with en/mplayer.1 rev. 325662010-10-30, by jrash
-
Support for -force-key-frames for ve_xvid4.2010-10-29, by cigaes
-
Support for -force-key-frames for ve_x264.2010-10-29, by cigaes
-
Support for -force-key-frames for ve_lavc.2010-10-29, by cigaes
-
Add the -force-key-frames option.2010-10-29, by cigaes
-
Store src/dstFormat after calling handle_jpeg2010-10-29, by mstorsjo
-
make indentation consistent (no content changes)2010-10-28, by siretart
-
Update release instructions to be more in line with current practice.2010-10-28, by diego
-
Add internal read and seek function to avoid a useless memcpy when using2010-10-27, by reimar
-
vo_corevideo.m: change path for sub.h.2010-10-27, by cigaes
-
Move spuenc.[ch] from libvo to sub.2010-10-27, by cigaes
-
Move osd.[ch] and osd_template.c from libvo to sub.2010-10-27, by cigaes
-
Remove som irrelevant commented-out code.2010-10-27, by reimar
-
Move libvo/sub.[ch] from libvo to sub.2010-10-27, by cigaes
-
Move font_load.[ch], font_load_ft.c and osd_font.h from libvo to sub.2010-10-27, by cigaes
-
Ignore .d and .ho files in sub.2010-10-27, by cigaes
-
Do not use a path for including files in the same directory.2010-10-27, by reimar
-
Makefile: add the sub directory to DIRS.2010-10-27, by cigaes
-
Move subassconvert.[ch] to the sub directory.2010-10-27, by cigaes
-
Move ass_mp.[ch] to the sub directory.2010-10-27, by cigaes
-
Move eosd.[ch] to the sub directory.2010-10-27, by cigaes
-
Move vobsub.[ch] and unrar_exec.[ch] to the sub directory.2010-10-27, by cigaes
-
Move sub_cc.[ch] to the sub directory.2010-10-27, by cigaes
-
Move av_sub.[ch] to the sub directory.2010-10-27, by cigaes
-
Move spudec.[ch] to the sub directory.2010-10-27, by cigaes
-
Move find_sub.c to the sub directory.2010-10-27, by cigaes
-
Create a new directory, "sub", for subtitles and OSD related code.2010-10-27, by cigaes
-
Fix compilation with networking disabled due to FFmpeg CONFIG_RTPDEC handling.2010-10-27, by diego
-
stream_dvd: millisecond accuracy for chapters in -identify output.2010-10-27, by cigaes
-
bump package build-dependency on x264 to versions later than 0.992010-10-27, by siretart
-
sync x264 version check with the check in ffmpeg/configure2010-10-27, by siretart
-
Consistency fix: select track specified by -aid/-vid/-sid automatically2010-10-26, by reimar
-
Replace malloc+memset by calloc.2010-10-26, by reimar
-
Add manual page changes after adding support for additional xvid2010-10-23, by cehoyos
-
Fix Italian translation.2010-10-23, by cehoyos
-
Use proper include instead of extern declarations in the .c file.2010-10-23, by reimar
-
Change capture feature to append to file instead of overwriting.2010-10-23, by reimar
-
Simplify and fix capture feature to not always return an error.2010-10-23, by reimar
-
EOSD: overlay_add: use read_pnm instead of the internal reimplementation.2010-10-22, by cigaes
-
Add stereo3d filter.2010-10-22, by reimar
-
Remove unused message string.2010-10-22, by reimar
-
Improve vd_ffmpeg aspect handling to respect container aspect if possible2010-10-22, by reimar
-
Implement a basic capture feature, available through -capture.2010-10-21, by diego
-
Add CONFIG_RTPDEC to config.h/config.mak for FFmpeg.2010-10-21, by diego
-
Fix detection of mips processor variants.2010-10-21, by diego
-
Cosmetics: split a couple long "if" lines.2010-10-21, by corey
-
Make mencoder account for encoder delay when considering the current2010-10-21, by corey
-
Make commas and backslashes show in manpage output as they are supposed2010-10-20, by attila
-
make the packaged binaries identify themselves properly2010-10-19, by siretart
-
10l, unbreak building of mplayer-doc package2010-10-19, by siretart
-
Make clean target even more robust and forcefully remove generated HTML docs2010-10-19, by siretart
-
switch to source format 3.0 (native) to build tarballs on demand2010-10-19, by siretart
-
Make the parse_timestring public, with a slightly extended API.2010-10-18, by cigaes
-
Move the read_pnm function into a separate file.2010-10-18, by cigaes
-
Add a flag "initialized" to the mp_eosd_source structure.2010-10-18, by cigaes
-
don't fail debian package build if not all shlibdeps information could be retrieved2010-10-18, by siretart
-
Reindent.2010-10-17, by reimar
-
Add support for AOPLAY_FINAL_CHUNK, reportedly also fixes a possible2010-10-17, by reimar
-
Fix possible crash for invalid http_proxy URLs like just2010-10-17, by reimar
-
More strict autodetection of RT subtitle format.2010-10-17, by reimar
-
Mention af_cmdline command in Changelog.2010-10-17, by reimar
-
Add experimental af_cmdline slave command to allow changing filter options at runtime.2010-10-17, by reimar
-
Make af_reinit "public", to allow using it in future patches.2010-10-17, by reimar
-
Avoid C99-style loops with variable declaration inside for ()2010-10-17, by reimar
-
Add proper include for set_priority,2010-10-17, by reimar
-
Move gui-specific code out of common_init, it certainly does2010-10-17, by reimar
-
Add windows.h include to fix compilation in some cases.2010-10-17, by reimar
-
Make code clearer by putting the "special case hack" inside the if.2010-10-17, by reimar
-
Fix indentation.2010-10-17, by reimar
-
Do not fail opening a -input file= file just because stat failed, but try2010-10-17, by reimar
-
Add missing avstring include for av_strlcpy.2010-10-17, by reimar
-
Add proper include for av_strlcpy.2010-10-17, by reimar
-
Small grammar and formatting fixes2010-10-17, by reynaldo
-
in auto mode, enable internal libdvdcss only if it is actually available2010-10-15, by siretart
-
Cosmetic: remove useless braces.2010-10-14, by cigaes
-
Use intptr_t for integers stored in opaque pointers.2010-10-14, by cigaes
-
ignore debhelper generated debug logfiles2010-10-14, by siretart
-
make clean target more robust (i.e. don't fail when config.mak isn't there)2010-10-14, by siretart
-
Replace snprintf by av_strlcpy.2010-10-13, by reimar
-
Do not call Setup_FS_Segment if the QuickTime framework is used on OSX2010-10-13, by reimar
-
do not create a fake 'bestsites' if neither 'fping' or 'netselect' are installed2010-10-13, by siretart
-
use 'dpkg --print-architecture'2010-10-13, by siretart
-
EOSD: add a function to test if a source has already been registered.2010-10-12, by cigaes
-
Remove some obsolete and misleading comments.2010-10-12, by diego
-
Fix handling of invalid values in aspect_save_screenres to not overwrite2010-10-11, by reimar
-
Remove #warning preprocessor directives or replace them by suitable comments.2010-10-11, by diego
-
Extract code to read a pnm file into a separate function.2010-10-10, by reimar
-
Add the overlay_add and overlay_remove commands.2010-10-10, by cigaes
-
Use a dynamic list for the sources of EOSD elements.2010-10-10, by cigaes
-
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
-
Simplify Direct3D check with header_check().2010-09-26, by diego
-
Remove some unnecessary windows.h #includes in configure checks.2010-09-26, by diego
-
synced with r323612010-09-26, by Gabrov
-
typo fix2010-09-26, by Gabrov
-
swscale: use full chroma input for point scaler2010-09-26, by ramiro
-
Partial support for ffwmvp (only works with -demuxer lavf).2010-09-26, by cehoyos
-
Automatic downmix using the pan filter when the requested channel count is 22010-09-26, by cigaes
-
Omit header dependency declaration for codec-cfg.d.2010-09-26, by diego
-
Ignore generated .d files.2010-09-25, by diego
-
Add CFLAGS/LDFLAGS for all FFmpeg libraries when using pkg-config in configure.2010-09-25, by diego
-
Ignore generated .d files.2010-09-25, by diego
-
Change the way encoders necessary for both MPlayer and MEncoder are enabled.2010-09-25, by diego
-
Add HAVE_STDLIB_H to config.h for libfaad2.2010-09-25, by diego
-
Sync some minor changes from upstream libdvdcss, up to r237.2010-09-25, by diego
-
Remove __USE_UNIX98 from libdvdcss/libdvdnav/libdvdread CPPFLAGS.2010-09-25, by diego
-
Minor simplification of af_init.2010-09-25, by reimar
-
Fix af_append and af_prepend prototypes, the name should be const.2010-09-25, by reimar
-
vf_ass: avoid divisions in alpha blending.2010-09-23, by cigaes
-
Do not compile libfaad2 with -D_GNU_SOURCE.2010-09-22, by diego
-
Mark output_to_PCM_sux as static, it is not used outside of the file; fixes:2010-09-22, by diego
-
Do not compile libfaad2's lrintf() implementation if __STDC_VERSION__ is set.2010-09-22, by diego
-
MPEG4AAC_DECODER does not exist in FFmpeg; do not remove it from libavdecoders.2010-09-21, by diego
-
Move network requirement check for FTP into the FTP test.2010-09-21, by diego
-
Add HAVE_ALIGNED_STACK definition for FFmpeg.2010-09-21, by diego
-
Drop obsolete CONFIG_IPV6 #definition for FFmpeg from config.h.2010-09-21, by diego
-
Move ASMALIGN check into x86 section of configure.2010-09-21, by diego
-
Move lrintf definition to the FFmpeg section of config.h.2010-09-21, by diego
-
Remove local HAVE_LRINTF hack; it should no longer be necessary.2010-09-21, by diego
-
Restore trailing whitespace in local diff file.2010-09-21, by diego
-
Drop separate compilation rules for dhahelperwin files.2010-09-20, by diego
-
Use generated dependency information files for dhahelper.2010-09-20, by diego
-
Merge dhahelperwinclean and dhahelperclean targets.2010-09-20, by diego
-
Use generated dependency information files for tools and tests.2010-09-20, by diego
-
Generate dependency information for netstream and vivodump as well.2010-09-20, by diego
-
Work around linking failure due to unresolved reference to mplayer_version.2010-09-20, by diego
-
Remove remnants of explicit dependency file generation.2010-09-20, by diego
-
Fix osdep/mplayer.rc.o vs. osdep/mplayer-rc.o typo.2010-09-20, by diego
-
Use dependency files to track the compile-time dependencies of kernel modules.2010-09-20, by diego
-
Generate dependency files also when compiling binaries straight from .c files.2010-09-20, by diego
-
Add an actual .c file for the rage128_vid kernel module.2010-09-20, by diego
-
Simplify generation of dependency file list.2010-09-20, by diego
-
Also read dependency files generated while compiling Assembler files.2010-09-20, by diego
-
cosmetics: Rename DEPS variable to DEP_FILES.2010-09-20, by diego
-
Use CFLAGS directly when compiling Assembler files, we do not set ASFLAGS.2010-09-20, by diego
-
Move ASFLAGS and AS_DEPFLAGS to the FFmpeg section of config.mak.2010-09-20, by diego
-
Add dependency flags to CC invocation for .S files.2010-09-20, by diego
-
Simplify libbluray test with function_check().2010-09-20, by diego
-
Remove another set of unnecessary #ifdefs around vosub_vidix.h #include.2010-09-20, by diego
-
Remove unnecessary #ifdefs around vosub_vidix.h #include.2010-09-20, by diego
-
Do not falsely declare some vo_functions_t declarations as const.2010-09-20, by diego
-
Remove unnecessary #include from libbluray test.2010-09-20, by diego
-
1000l: Fix shift amount in function_check_broken().2010-09-19, by diego
-
vf_ass: skip alpha blending for pixels where alpha is zero.2010-09-18, by cigaes
-
Check for realloc failure. Ignore the memleak this causes since2010-09-18, by reimar
-
Matroska allows data to be compressed multiple times, thus ensure2010-09-18, by reimar
-
Fix format string to match type.2010-09-18, by reimar
-
Fix label indentation.2010-09-18, by reimar
-
Fix decoded length calculation of LZO decompression in demux_mkv.2010-09-18, by reimar
-
Add many integer overflow checks to mkv demuxer.2010-09-18, by reimar
-
Make sure that HAVE_MKSTEMP is always #defined to a value.2010-09-18, by diego
-
Simplify librtmp check using function_check().2010-09-18, by diego
-
Make sure that CONFIG_LIBMP3LAME is always #defined.2010-09-18, by diego
-
cosmetics: Drop a bunch of unnecessary parentheses from big-endian check.2010-09-18, by diego
-
Simplify libdca check using function_check_broken().2010-09-18, by diego
-
Add function_check_broken convenience function.2010-09-18, by diego
-
cosmetics: Slightly reformat a comment.2010-09-18, by diego
-
cosmetics: Slightly shorten swab() check.2010-09-18, by diego
-
Fix compilation on Windows: MinGW unistd.h does not define NULL.2010-09-18, by reimar
-
Adapt license header from libass to MPlayer boilerplate.2010-09-17, by diego
-
Move libass/ass_mp.[ch] ---> ass_mp.[ch].2010-09-17, by diego
-
Rename preprocessor directives: CONFIG_LIBAVCODEC --> CONFIG_FFMPEG2010-09-17, by diego
-
Add an #ifdef to avoid unused variable warnings when iconv is disabled.2010-09-17, by diego
-
Ignore possible errors from dvdread-config invocation.2010-09-17, by diego
-
Check for vbeInit() instead of vbeVersion() in VESA test.2010-09-17, by diego
-
Mark functs not used outside of the file as static, remove from header; fixes:2010-09-17, by diego
-
cosmetics: Move vlvo_preinit() below the functions that it uses.2010-09-17, by diego
-
Mark vlvo_draw_slice_420() as static, it is not used outside the file; fixes:2010-09-17, by diego
-
Revert marking vo_functions_t video_out_vesa as const; fix vo_vesa compilation.2010-09-17, by diego
-
Mark fillMultiBuffer() as static, it is not used outside of the file; fixes:2010-09-17, by diego
-
Remove outdated warning about obsolete gcc 2.96.2010-09-17, by diego
-
Replace local min/max macros by FFMIN/FFMAX.2010-09-17, by diego
-
Remove old obsolete warning about dfbopts.2010-09-17, by diego
-
mga: use libswscale interface for g200 (untested)2010-09-16, by ramiro
-
Unconditionally #include subreader.h.2010-09-16, by diego
-
misc whitespace cosmetics2010-09-16, by diego
-
Remove pointless fontconfig #ifdefs and conditional font_fontconfig declaration.2010-09-16, by diego
-
Remove pointless fontconfig version #ifdef.2010-09-16, by diego
-
Add necessary #include for text_font_scale_factor and subtitle_autoscale.2010-09-16, by diego
-
100l: Set _XOPEN_SOURCE to a proper integer value.2010-09-16, by diego
-
Simplify check for external dvdread.2010-09-16, by diego
-
Slightly restructure OSS audio check; fixes the warning:2010-09-16, by diego
-
Remove pointless sys/ioctl.h #includes from OSS audio checks.2010-09-16, by diego
-
Add missing stdio.h #include to the test program in the PNG check.2010-09-16, by diego
-
Simplify glob() check.2010-09-16, by diego
-
Simplify termcap check.2010-09-16, by diego
-
Simplify mkstemp() check.2010-09-16, by diego
-
Add _XOPEN_SOURCE >= 500 #define to mkstemp check; mkstemp() requires it.2010-09-16, by diego
-
swscale-test: cosmetic alignment2010-09-16, by ramiro
-
Simplify libggiwmh check using function_check().2010-09-16, by diego
-
Simplify OS/2 header checks using header_check_broken().2010-09-16, by diego
-
Simplify libmpeg2 check using header_check_broken().2010-09-16, by diego
-
Simplify esd checks using function_check().2010-09-16, by diego
-
Update URL to patch for new API support.2010-09-16, by diego
-
Update mp3lame_lavc check to match recent FFmpeg changes.2010-09-16, by diego
-
swscale: remove useless temporary variable2010-09-16, by ramiro
-
swscale: factorize plane copying code out of 2 functions2010-09-16, by ramiro
-
swscale-test: always use bilinear scaler to get output for SSD2010-09-16, by ramiro
-
Replace libmpdemux/stheader.h #include by 'struct sh_video' declaration.2010-09-15, by diego
-
Add libmpdemux/stheader #include for struct sh_video.2010-09-15, by diego
-
Require DirectFB version 0.9.22.2010-09-15, by diego
-
Simplify DirectFB check.2010-09-15, by diego
-
Require DirectFB version 0.9.15 instead of 0.9.13.2010-09-15, by diego
-
Cast return value to long instead of int in byte order check.2010-09-15, by diego
-
Simplify libggiwmh check.2010-09-14, by diego
-
Simplify kstat check.2010-09-14, by diego
-
cosmetics: Replace some double quotes by single quotes for consistency.2010-09-14, by diego
-
Simplify a bunch of configure checks through the use of function_check().2010-09-14, by diego
-
Remove pointless casts from configure checks.2010-09-14, by diego
-
Use inline_asm_check to simplify a bunch of configure checks.2010-09-14, by diego
-
Add inline_asm_check function to simplify configure checks.2010-09-14, by diego
-
Initialize variable in giflib check; fixes the warning:2010-09-14, by diego
-
rgb2rgb: don't misuse HAVE_* defines2010-09-14, by ramiro
-
Simplify libdv test.2010-09-14, by diego
-
Simplify mman.h/mmap check.2010-09-14, by diego
-
Simplify math function checks.2010-09-14, by diego
-
Initialize variable in libspeex configure check; fixes the warning:2010-09-14, by diego
-
Simplify FreeType check.2010-09-14, by diego
-
Simplify DirectFB check using function_check().2010-09-14, by diego
-
Initialize variable in vsscanf configure check; fixes the warning:2010-09-14, by diego
-
Remove bogus cast from configure check; fixes the warning:2010-09-14, by diego
-
Simplify dynamic loader check.2010-09-14, by diego
-
Remove unnecessary extern declarations from aalib check; fixes the warnings:2010-09-14, by diego
-
Fix parameter types in swab() check; fixes the warnings:2010-09-14, by diego
-
Add some missing headers to configure checks; fixes the warnings:2010-09-14, by diego
-
Mark local functions in configure tests as static; fixes the warnings:2010-09-14, by diego
-
Use complete set of warning flags during compilation checks.2010-09-14, by diego
-
build system: Merge all FFmpeg library checks into a single FFmpeg check.2010-09-13, by diego
-
Move TV input new_handle static function to tv.c and make it non-static.2010-09-13, by diego
-
Replace sizeof(type) by sizeof(variable) in malloc invocation.2010-09-13, by diego
-
Remove vim/emacs coding style hints.2010-09-13, by diego
-
swscale: indentation and emtpy line cosmetics2010-09-13, by ramiro
-
swscale: avoid reading prior to the source buffer in planar2x() MMX22010-09-13, by ramiro
-
Mark srcArray as const pointer to const data, fixes the warnings:2010-09-13, by diego
-
const-correctness for the menu_info_t OSD menu info declarations2010-09-13, by diego
-
const-correctness for af_info_t audio filter declarations2010-09-13, by diego
-
Mark some vo_functions_t declarations that were not yet const as const.2010-09-13, by diego
-
cosmetics: Place mga_vid tests along with the other video output tests.2010-09-13, by diego
-
swscale-test: allow specifying src/dst pixel formats2010-09-12, by ramiro
-
indent2010-09-12, by ramiro
-
swscale-test: take input from reference file2010-09-12, by ramiro
-
swscale-test: always use SWS_BILINEAR to convert from ref to src2010-09-12, by ramiro
-
swscale-test: move conversion from ref to source back to doTest()2010-09-12, by ramiro
-
Add standard multiple inclusion guards.2010-09-12, by diego
-
Reindent.2010-09-12, by reimar
-
Remove a pointless if.2010-09-12, by reimar
-
Replace sizeof(BITMAPINFOHEADER)2010-09-12, by reimar
-
Replace malloc+memset by calloc.2010-09-12, by reimar
-
Replace sizeof(WAVEFORMATEX) occurrences.2010-09-12, by reimar
-
Skip #ifdefs around harmless ae_*.h header #includes.2010-09-12, by diego
-
Replace malloc+memset by calloc2010-09-12, by reimar
-
Merge one malloc() + memset() invocation into calloc().2010-09-12, by diego
-
Remove libavcodec ifdeffery from the GUI code.2010-09-12, by diego
-
Avoid some pointless uses of sizeof() and one related cast.2010-09-12, by reimar
-
Replace one more instance of sizeof(WAVEFORMATEX); fix compilation.2010-09-12, by diego
-
Replace sizeof(WAVEFORMATEX) and sizeof(BITMAPINFOHEADER) in mencoder.c2010-09-12, by reimar
-
Replace several sizeof(WAVEFORMATEX)2010-09-12, by reimar
-
Remove a useless cast.2010-09-12, by reimar
-
Replace sizeof(type)2010-09-12, by reimar
-
Remove a useless cast.2010-09-12, by reimar
-
Replace sizeof(type) by sizeof(*ptrvar)2010-09-12, by reimar
-
Replace malloc+memset by calloc.2010-09-12, by reimar
-
Replace malloc+memset by calloc.2010-09-12, by reimar
-
rgb2rgb: replace shuffle_bytes_2103() by optimized rgb32tobgr32()2010-09-12, by ramiro
-
Replace sizoef(type) by sizeof(*ptrvar).2010-09-12, by reimar
-
Replace malloc+memset by calloc2010-09-12, by reimar
-
Replace malloc+memset by calloc.2010-09-12, by reimar
-
Replace malloc+memset by calloc.2010-09-12, by reimar
-
Fix a condition that would never be false (and thus cause2010-09-12, by reimar
-
Replace some sizeof(type) by sizeof(*pointer)2010-09-12, by reimar
-
Replace malloc+memset by calloc.2010-09-12, by reimar
-
Replace malloc+memset by calloc.2010-09-12, by reimar
-
Replace malloc+memset by calloc2010-09-12, by reimar
-
cosmetics: Reformat in K&R style, prettyprinting.2010-09-12, by diego
-
Remove stheader.h include from mpcommon.h since it2010-09-12, by reimar
-
Remove a duplicate mconfig declaration2010-09-12, by reimar
-
Fix win32 gui compilation2010-09-12, by reimar
-
Add missing #include for vd_ffmpeg.h; fixes the warning:2010-09-12, by diego
-
Enable Apple remote code when compiling is possible; do not require running it.2010-09-12, by diego
-
Move TV input free_handle static function to tv.c and make it non-static.2010-09-11, by diego
-
Separate compiler warning flags from other compiler flags.2010-09-11, by diego
-
cosmetics: Place some FFmpeg-related variables in a more sensible order.2010-09-11, by diego
-
Add explanatory comment for video_out.h #inclusion in libao2/.2010-09-11, by diego
-
Remove pointless typedef keyword from struct RTPState declaration; fixes:2010-09-11, by diego
-
Add required #includes to fix 'make checkheaders'.2010-09-11, by diego
-
Add required config.h #includes.2010-09-11, by diego
-
Use identical signature for eosd_ass_init in both the .c and .h file.2010-09-11, by diego
-
Add required header m_config.h; fixes 'make checkheaders'.2010-09-11, by diego
-
cosmetics: Add #endif comment.2010-09-11, by diego
-
cosmetics: Break some long lines.2010-09-11, by diego
-
Add #include for required header mp_core.h; fixes 'make checkheaders'.2010-09-11, by diego
-
Get rid of MPLAYER_DSP_H hack and #include dsp.h instead.2010-09-11, by diego
-
Move local_wm extern variable declaration to loader.h, which is better suited.2010-09-11, by diego
-
Move dxr2_fd extern variable declaration to vo_dxr2.h, where it belongs.2010-09-11, by diego
-
Move ivtv_fd extern variable declaration to vo_ivtv.h, where it belongs.2010-09-11, by diego
-
Move v4l2_fd extern declaration to vo_v4l2.h, where it belongs.2010-09-11, by diego
-
indent2010-09-11, by ramiro
-
swscale: remove unused code2010-09-11, by ramiro
-
rgb2rgb: remove unused yvu9toyv12 function2010-09-11, by ramiro
-
Rename vo_mpegpes_fd2 variable to ao_mpegpes_fd.2010-09-11, by diego
-
Mark is_mplayer_front() as static, it is only used within the file; fixes:2010-09-11, by diego
-
Replace proc_priority extern declaration by osdep/priority.h #include.2010-09-11, by diego
-
Move codecname extern variable declaration to gui.h, which is better suited.2010-09-11, by diego
-
Move disable_gui_conf extern var declaration to mplayer.h, where it belongs.2010-09-11, by diego
-
Move sx/sy extern variable declaration to gmplayer.h, which is better suited.2010-09-11, by diego
-
Move all MEncoder-related extern variable declarations to mencoder.h.2010-09-11, by diego
-
Move mconfig extern variable declaration to mpcommon.h.2010-09-11, by diego
-
Move stream_cache_* extern variable declarations to mpcommon.h.2010-09-11, by diego
-
Move video_time_usage / vout_time_usage extern var declarations to mpcommon.h.2010-09-11, by diego
-
Move audio_lang / dvdsub_lang extern variable declarations to mpcommon.h.2010-09-11, by diego
-
Replace force_fps extern declaration by mpcommon.h #include.2010-09-11, by diego
-
Replace dvdsub_id extern declaration by mpcommon.h #include.2010-09-11, by diego
-
Replace a bunch of extern declarations by proper mpcommon.h #include.2010-09-10, by diego
-
Add necessary config.h #include.2010-09-10, by diego
-
Replace audio_delay extern declaration by proper mplayer.h #include.2010-09-10, by diego
-
Move slave_mode extern declaration to mplayer.h, where it belongs.2010-09-10, by diego
-
Replace audio_id / video_id extern declarations by mpcommon.h #include.2010-09-10, by diego
-
Remove unnecessary stream_cache_size extern declaration.2010-09-10, by diego
-
Remove duplicate stream_cache_size extern declaration.2010-09-10, by diego
-
Remove duplicate vobsub_id extern declaration.2010-09-10, by diego
-
Move fs_seg extern variable declaration to ldt_keeper.h, where it belongs.2010-09-10, by diego
-
fix XML structure to make xmllint happy :-)2010-09-10, by gpoirier
-
Remove unnecessary cache_fill_status #define.2010-09-10, by diego
-
Synced with help_mp-en.h rev. 320662010-09-10, by jrash
-
Synced with help_mp-en.h rev. 320662010-09-10, by jrash
-
cosmetics: reorder declarations, prettyprinting2010-09-09, by diego
-
Move extern declarations used by both mplayer.c and mencoder.c to mpcommon.h.2010-09-09, by diego
-
Remove unused video_driver/audio_driver extern variable declarations.2010-09-09, by diego
-
Move mplPBFade extern declaration to gmplayer.h, which is better suited.2010-09-09, by diego
-
Move stream_dump_type extern declaration to mplayer.h, where it belongs.2010-09-09, by diego
-
Add appropriate #include instead of declaring seek-related variables extern.2010-09-09, by diego
-
Add appropriate #include instead of declaring vo_gamma_* extern.2010-09-09, by diego
-
Remove unused cache_stats function.2010-09-09, by diego
-
Move cache_fill_status extern declaration to cache2.h, where it belongs.2010-09-09, by diego
-
Mark encoder_list declaration as const pointers to const data, fixes:2010-09-09, by diego
-
Mark vf_info_t declaration for the fixpts filter as const.2010-09-09, by diego
-
Mark video encoder vf_info_t structs as const.2010-09-09, by diego
-
Move **sub_name extern declaration to mpcommon.h.2010-09-09, by diego
-
Move use_menu extern declaration to mplayer.h, where it belongs.2010-09-09, by diego
-
Move **sub_name extern declaration to mplayer.h, where it belongs.2010-09-09, by diego
-
cosmetics: Group all extern variable declarations together.2010-09-09, by diego
-
gui: remove direct usage of rgb2rgb interface, use swscale instead2010-09-09, by ramiro
-
mga: disable g200 support2010-09-09, by ramiro
-
Mark libmenu_vfs declaration as const, fixes the warning:2010-09-09, by diego
-
Mark vf_info_menu declaration as const.2010-09-09, by diego
-
Move mime_type_table extern declaration to network.h, where it belongs.2010-09-09, by diego
-
Fix make checkheaders for udp_sync.h2010-09-09, by reimar
-
av_fill_image_linesizes -> av_image_fill_linesizes2010-09-08, by ramiro
-
Remove some unnecessary extern variable declarations.2010-09-08, by diego
-
Replace m_config_parse_config_file() forward declaration by proper #include.2010-09-08, by diego
-
Add proper #include instead of declaring sub_unicode extern.2010-09-08, by diego
-
Add proper #include instead of declaring index_mode extern.2010-09-08, by diego
-
Move lavc_param_* extern declarations to ve.h.2010-09-08, by diego
-
Replace mp_wav_taglists extern declaration by proper #include.2010-09-08, by diego
-
Refactor all font_fontconfig extern declarations to libvo/font_load.h.2010-09-08, by diego
-
Move sub_cp extern declaration to subreader.h, where it belongs.2010-09-08, by diego
-
cosmetics: Group all sub_* extern variable declarations together.2010-09-08, by diego
-
Move sub_justify extern declaration to libvo/sub.h, where it belongs.2010-09-08, by diego
-
Simply parse all received packets even if we might overwrite the2010-09-08, by reimar
-
Use NULL for recvfrom return arguments we don't care about (source address).2010-09-08, by reimar
-
Make get_udp static, it is not used outside the file.2010-09-08, by reimar
-
Use sockfd value to detect if we initialized already instead of a2010-09-08, by reimar
-
Handle failures to create a socket.2010-09-08, by reimar
-
Actually set the destination address in the sockaddr_in struct for Windows as well...2010-09-08, by reimar
-
Move vf_info_menu extern declaration to menu.h, where it belongs.2010-09-08, by diego
-
Add proper #includes instead of filename/file_filter extern declarations.2010-09-08, by diego
-
Mark a constant as such and move it into the block where it is used.2010-09-08, by reimar
-
Use initializer to avoid leaving struct timeval half-uninitialized.2010-09-08, by reimar
-
Avoid duplicating the #if HAVE_WINSOCK2_H mess.2010-09-08, by reimar
-
Move menu_mouse_* extern declarations to menu.h, where they belong.2010-09-08, by diego
-
Reindent.2010-09-08, by reimar
-
Avoid duplicating the recvfrom/"bye"-handling code.2010-09-08, by reimar
-
Add proper include instead of declaring the vo_pts variable extern.2010-09-08, by diego
-
Reindent.2010-09-08, by reimar
-
Remove a useless "else".2010-09-08, by reimar
-
Do not check a condition that can never be false and move its comment2010-09-08, by reimar
-
Refactor *demuxer_name extern declarations to demuxer.h.2010-09-08, by diego
-
Fix indentation.2010-09-08, by reimar
-
Cosmetics: remove some useless {}2010-09-08, by reimar
-
Use initializer instead of memset, the memset in addition never2010-09-08, by reimar
-
cosmetics: Repair some of the damage that 'indent' caused.2010-09-08, by diego
-
Remove useless include.2010-09-08, by reimar
-
Remove useless ifdef.2010-09-08, by reimar
-
Remove duplicated audio_output_channels extern variable declaration.2010-09-08, by diego
-
whitespace cosmetics2010-09-08, by diego
-
rgb2rgb: build SSE2 codepath2010-09-08, by ramiro
-
Fix compilation on ia32 after r32064.2010-09-08, by cehoyos
-
Add synchronization of multiple MPlayer instances over UDP.2010-09-08, by reimar
-
Add the proper include instead of declaring the fakemono variable extern.2010-09-07, by diego
-
Remove duplicated divx_quality extern declaration.2010-09-07, by diego
-
Add the proper include instead of declaring the divx_quality variable extern.2010-09-07, by diego
-
Add the proper include instead of declaring the correct_pts variable extern.2010-09-07, by diego
-
Rename decode_audio() to mp_decode_audio().2010-09-07, by diego
-
Add myself as vdpau (co-)maintainer.2010-09-07, by cehoyos
-
Factorize some initialisation code.2010-09-07, by cehoyos
-
Remove commented-out mpcodecs_ad_null leftovers.2010-09-07, by diego
-
Revert r31349 "Make -mc 1 the default".2010-09-07, by cehoyos
-
Improve A/V sync when not using -correct-pts.2010-09-07, by cehoyos
-
Time-based PTS recalculation.2010-09-07, by cehoyos
-
Cosmetics pointed out by Diego Biurrun2010-09-07, by reynaldo
-
Remove useless casts.2010-09-06, by reimar
-
swscale: also update flags on sws_getCachedContext()2010-09-06, by ramiro
-
swscale: fix internal rgb->yv12 chroma conversion used by the main scaler path2010-09-06, by ramiro
-
Fix mlib compilation: add mising include for SwsContext.2010-09-05, by reimar
-
Fix nit pointed out by Diego Biurrun2010-09-04, by reynaldo
-
Grammar fixes2010-09-04, by reynaldo
-
Cosmetics2010-09-04, by reynaldo
-
Cosmetics2010-09-04, by reynaldo
-
Add a hack to work with BeOS/Haiku libsdl.2010-09-04, by reimar
-
Refactor more instances of avcodec_initialized handling into init_avcodec().2010-09-04, by diego
-
Introduce init_avcodec function to avoid duplicated FFmpeg initializations.2010-09-04, by diego
-
cosmetics: Move header compilation rules to the bottom of the rules list.2010-09-04, by diego
-
Add -edl-start-pts option to Adjust positions in EDL records according2010-09-03, by reynaldo
-
Add new slave mode command for loading EDL file on demand.2010-09-03, by reynaldo
-
Attempt to fix compilation with FreeBSD's dvdio.h2010-09-02, by reimar
-
Set coded_width/coded_height instead of width/height since that's2010-08-31, by reimar
-
Improve correct-pts with PAFF streams.2010-08-30, by cehoyos
-
add binary codec for fourcc AMV22010-08-30, by compn
-
fix crash with un-commonly formated ASS files2010-08-29, by aurel
-
Always use convergence_duration for subtitles otherwise2010-08-29, by reimar
-
Also reset subtitle EOF on seeking.2010-08-29, by reimar
-
Fix indentation.2010-08-29, by reimar
-
Replace ass_mp.h include by eosd.h include.2010-08-29, by reimar
-
Fix compilation with --disable-networking.2010-08-27, by cehoyos
-
100l, we need to search for SetDllDirectoryA instead of SetDllDirectory2010-08-27, by reimar
-
Disable loading codecs from the current directory.2010-08-27, by reimar
-
Fix arts check to actually check linking so it doesn't2010-08-27, by reimar
-
Add Doxygen comments and formal parameters names in eosd.h.2010-08-27, by cigaes
-
add matchware screen codec fourcc MWSC2010-08-27, by compn
-
Fix compilation with gcc 2.95.3 with some help by Reimar.2010-08-26, by cehoyos
-
Fix --disable-ass-internal to actually have an effect.2010-08-26, by reimar
-
Print a warning, but allow to encode to a non-supported frame rate with2010-08-26, by cehoyos
-
Add new Simple Profile Levels to the Xvid encoder.2010-08-26, by cehoyos
-
Cosmetic: reformat a if...return.2010-08-26, by cigaes
-
Cosmetic: reindent a line.2010-08-26, by cigaes
-
Add #ifdefs to fix build with ASS disabled.2010-08-26, by cigaes
-
Clarify the meaning of the -nosub option.2010-08-25, by reimar
-
swscale: simplify selection of optimizations to compile.2010-08-25, by ramiro
-
swscale: Always define COMPILE_xxx to either 0 or 1.2010-08-25, by ramiro
-
swscale: fix unaligned accesses in (RGB|BGR)32_1 to YUV conversion2010-08-23, by mru
-
swscale: remove unused macro parameter in BGR2UV template2010-08-23, by mru
-
Forgot to svn add those two files.2010-08-23, by cigaes
-
EOSD/ASS code factorization2010-08-23, by cigaes
-
Remove pointless casts of avcodec_find_decoder_by_name() return value.2010-08-22, by diego
-
Print subtitle type also for internally-supported types with a libavcodec decoder.2010-08-21, by reimar
-
Pass the video dimensions specified in the subtitle to spudec.2010-08-21, by reimar
-
Remove pointless casts.2010-08-21, by reimar
-
Use vf_open_filter, just like in the previous change for mencoder.2010-08-21, by reimar
-
Use vf_open_filter instead of vf_open_plugin+hacks.2010-08-21, by reimar
-
Add consts to avoid a warning about pointer type mismatch in function2010-08-21, by reimar
-
Deobfuscate mencoder decode_video call.2010-08-21, by reimar
-
Make sure we return an "empty" line on eof, to make sure we get2010-08-21, by reimar
-
Check stream_read_line result instead of checking stream_eof,2010-08-21, by reimar
-
Fix reading of VUK: actually fail if the key is incomplete instead2010-08-21, by reimar
-
Avoid another unnecessary intermediate variable.2010-08-21, by reimar
-
Avoid a pointless extra variable.2010-08-21, by reimar
-
Format NULL-pointer check consistently.2010-08-21, by reimar
-
Simplify searching for discid by comparing the string representations.2010-08-21, by reimar
-
Switch to uppercase hex.2010-08-21, by reimar
-
Simplify/fix printing of disc id/VUK2010-08-21, by reimar
-
Add const to pointer argument.2010-08-21, by reimar
-
Remove a unused assignment.2010-08-21, by reimar
-
Fix a memleak.2010-08-21, by reimar
-
Extract reading KEDB.cfg into a separate function.2010-08-21, by reimar
-
Update to include latest x86 binary codec packs.2010-08-20, by rathann
-
100l, re-add vobsub_get_id_by_index call accidentally removed in2010-08-20, by reimar
-
fix anonymous memory mapping for NetBSD2010-08-19, by ramiro
-
add binary codecs for fourcc: IMM4, LZOC, DIRC, MHFY, MSA12010-08-19, by compn
-
swscale-test: add CRC output2010-08-19, by ramiro
-
Fix documentation language variables in summary output after configure run.2010-08-18, by diego
-
Merge radio chapter into the usage chapter.2010-08-18, by diego
-
Restore mistakenly removed TV input chapter introduction.2010-08-18, by diego
-
Merge TV input and TV teletext chapter into the usage chapter.2010-08-18, by diego
-
Remove empty paragraph from TV input chapter.2010-08-18, by diego
-
validate input data and linesizes2010-08-18, by ramiro
-
introduce new option --enable-system-ffmpeg to use shared ffmpeg libraries only2010-08-18, by siretart
-
synced to r319382010-08-18, by ptt
-
Add #includes for headers necessary to pass 'make checkheaders'.2010-08-18, by diego
-
Fix a bunch of grammar and spelling errors in mp_msg calls.2010-08-17, by diego
-
Merge CD/DVD chapter into the usage chapter for all translations.2010-08-17, by diego
-
Merge CD/DVD chapter into the usage chapter.2010-08-17, by diego
-
Remove hack that skips including dependency files on distclean.2010-08-17, by diego
-
Remove dep/depend targets for FFmpeg; they no longer exist in FFmpeg.2010-08-17, by diego
-
Sync with current FFmpeg HEAD.2010-08-17, by diego
-
Add copy of English usage.xml file to Chinese translation.2010-08-17, by diego
-
Remove usage.xml symlink in the Chinese documentation translation.2010-08-17, by diego
-
Simplify and document MinGW stdin hack.2010-08-16, by reimar
-
Do not call *_aid_from_lang when audio_lang is NULL.2010-08-16, by reimar
-
Synced with help_mp-en.h rev. 319382010-08-15, by jrash
-
Avoid trying to parse playlists without any recognized entries.2010-08-13, by siretart
-
sanity check to avoid a segmentation fault in playtree.c on empty playlists.2010-08-13, by siretart
-
Mark constant sws_spu_image() parameter as const, fixes the warning:2010-08-13, by diego
-
Add incomplete clipinf reading support to display audio2010-08-11, by reimar
-
Add const qualifiers to function string arguments as appropriate.2010-08-11, by reimar
-
Import libass 0.9.112010-08-11, by greg
-
Make it possible to use relative, http:// etc. paths with bd://2010-08-10, by reimar
-
Avoid pointless additional string pointers.2010-08-10, by reimar
-
Use the stream functions instead of the fopen/fread/fclose interface2010-08-10, by reimar
-
Simplify code: allow file_format argument to open_stream to be NULL.2010-08-10, by reimar
-
Sync with current FFmpeg HEAD.2010-08-10, by diego
-
Fix compilation after FFmpeg r24741.2010-08-08, by cehoyos
-
indent2010-08-08, by ramiro
-
swscale-test: get strides using av_fill_image_linesizes() from libavcore2010-08-08, by ramiro
-
Remove pointless compilation sections from radio and TV input chapters.2010-08-07, by diego
-
Avoid redundant use of variable 'size' in demux_ogg_read_packet(), fixes:2010-08-07, by diego
-
Add missing header for mp_a52_framesize, fixes the warning:2010-08-07, by diego
-
restore functionality to be able to pass custom configure flags or override the used compiler2010-08-07, by siretart
-
ignore common files during building the tarball and .diff.gz in debian packaging2010-08-07, by siretart
-
Integrate advanced audio usage sections into the general usage chapter.2010-08-07, by diego
-
Restore hunk previously removed in r31354.2010-08-06, by diego
-
Add 'z' length modifier to %d printf format specifier for size_t argument.2010-08-06, by diego
-
Add 'z' length modifier to %d printf format specifiers for size_t arguments.2010-08-06, by diego
-
Remove bogus teletext hotkeys section; it is both wrong and misplaced.2010-08-06, by diego
-
Add 'z' length modifier to %d printf format specifiers for size_t arguments.2010-08-06, by diego
-
Copyright: add libass2010-08-06, by greg
-
Add 'z' length modifier to %d printf format specifier for size_t argument.2010-08-06, by diego
-
Import libass 0.9.102010-08-06, by greg
-
Add CONFIG_HUFFMAN to config.mak / config.h for FFmpeg.2010-08-06, by diego
-
add yasm to build depends for some asm parts in libavcodec2010-08-05, by siretart
-
Move mp_a52_framesize from demux_ts.c to parse_es.c.2010-08-05, by diego
-
Add sys/types.h #include before socket.h #include in sockaddr_storage test.2010-08-05, by diego
-
Return an error when seeking beyond EOF.2010-08-04, by reimar
-
Move one AES initialization out of inner loop.2010-08-04, by reimar
-
Minor optimization/simplification and document the alignment requirements2010-08-04, by reimar
-
Use the "key" type also for the IV constant.2010-08-04, by reimar
-
Simplify ts_sync. Might also make it easier to optimize a bit.2010-08-04, by reimar
-
Remove an unused variable.2010-08-04, by reimar
-
Remove some useless casts.2010-08-04, by reimar
-
reintroduce typo in genres.h that was fixed fixed r31913 to match the id3v2 spec2010-08-04, by siretart
-
whitespace cosmetics: prettyprinting, move statements to the next line.2010-08-04, by diego
-
100l, do not free vo_spudec if e.g. just the audio is reinitialized.2010-08-03, by reimar
-
Move initialization of vo_spudec further behind to avoid issues with2010-08-03, by reimar
-
Remove useless cast.2010-08-03, by reimar
-
Add support for bd:// streams as a test for a part of the AACS algorithm.2010-08-03, by reimar
-
Add sanity-check for sector size to avoid strange crashes if it is2010-08-03, by reimar
-
various spelling fixes, found by the Debian QA tool 'lintian'2010-08-03, by siretart
-
Add new debian packaging based on official distro packages2010-08-03, by siretart
-
remove old debian packaging2010-08-03, by siretart
-
Suppress unsupported compiler options when building with clang on Darwin/PPC.2010-08-03, by diego
-
Add -Wno-parentheses to CFLAGS.2010-08-03, by diego
-
The default CD-ROM device on OpenBSD is /dev/rcd0c, not /dev/rcd0a.2010-08-03, by diego
-
Avoid STREAM_CTRL_SEEK_TO_TIME messing up the current position for stream2010-08-03, by reimar
-
Add msvcr100 support to the win32 loader.2010-08-02, by alexc
-
Reuse do_cpuid from cpudetect.c in loader/win32.c.2010-08-02, by reimar
-
Remove outdated cpuid code.2010-08-02, by reimar
-
Add const to avoid warnings.2010-08-02, by reimar
-
Avoid arithmetic on void * pointers.2010-08-02, by reimar
-
Fix type in conditional.2010-08-02, by reimar
-
Make function declarations proper prototypes.2010-08-02, by reimar
-
Avoid mixing code and declarations.2010-08-02, by reimar
-
Make library/export function tables static const.2010-08-02, by reimar
-
Add missing libavcore bits: enabling options and help output2010-08-02, by diego
-
dvd: Improve seeking by position.2010-08-01, by diego
-
dvd: Improve seeking by chapters.2010-08-01, by diego
-
Fix the incorrect assumption that the number of chapters of a DVD title2010-08-01, by diego
-
Remove unnecessary #undef (f)printf.2010-08-01, by diego
-
Remove unnecessary libavutil/internal.h #includes.2010-08-01, by diego
-
Update for libavformat matroska demuxer name change.2010-08-01, by reimar
-
Reindent.2010-08-01, by reimar
-
Use early return instead of large if block.2010-08-01, by reimar
-
More readable OSD rendering code.2010-08-01, by reimar
-
Also allow setting msglevel for MSGT_FIXME.2010-08-01, by reimar
-
Fix typo in documentation.2010-08-01, by reimar
-
Handle failing ioctls more gracefully for dvdcss.2010-08-01, by reimar
-
Fix subtitle selection: make selecting -sid 0 work again by replacing the2010-08-01, by reimar
-
Fix DVD playback with region-free drives.2010-08-01, by reimar
-
Default to -O2 optimization level for the clang compiler.2010-07-31, by diego
-
swscale-test: merge declaration and initialization2010-07-31, by ramiro
-
Fix compilation with --enable-crash-debug2010-07-31, by reimar
-
Initialize conf_file variable to kill the warning:2010-07-31, by diego
-
Use mp_a52_framesize() in all cases; gets rid of liba52 dependency.2010-07-31, by diego
-
Add 'z' length modifier to %d printf format specifiers for size_t arguments.2010-07-31, by diego
-
Initialize frame_length variable to zero to avoid the warning:2010-07-31, by diego
-
10l: Add the Subversion revision to the version string, not "VERSION".2010-07-31, by diego
-
add binary expression codec for fourcc MTS22010-07-31, by compn
-
Properly close file on error or uninit.2010-07-30, by reimar
-
Avoid code duplication, use the generate file name instead of generating it twice.2010-07-30, by reimar
-
Rename libass types to match upstream libass >= 0.9.72010-07-30, by greg
-
remove sys/timeb.h include, it is obsolete and breaks compilation with new gcc2010-07-30, by compn
-
sync with en/mplayer.1 rev. 318142010-07-30, by jrash
-
Newly added subtitle support also includes DVB and XSUB in addition to PGS.2010-07-29, by reimar
-
Move function to avoid a forward declaration.2010-07-29, by reimar
-
Update global_sub_pos if we auto-selected a subtitle.2010-07-29, by reimar
-
Start rc5 development in trunk's Changelog as rc4 has been branched now.2010-07-29, by siretart
-
remove libavutil/avconfig.h on distclean2010-07-29, by siretart
-
Use header_check_broken to simplify cdio.h check.2010-07-29, by reimar
-
Add a special header_check_broken to be used for broken2010-07-29, by reimar
-
Make the sys/cdio.h header test work by explictly including2010-07-29, by reimar
-
Revert commit:2010-07-28, by stefano
-
Skip searching for an xmllint command.2010-07-28, by diego
-
whitespace cosmetics: fix indentation2010-07-28, by diego
-
Add an XML catalog search path that works for current macports systems.2010-07-28, by diego
-
Simplify adding --catalogs option to xsltproc/xmllint command line.2010-07-28, by diego
-
Remove instructions for installing XML/XSL packages from source.2010-07-28, by diego
-
The package list for Debian systems is not specific to the Sarge release.2010-07-28, by diego
-
cosmetics: Use more compact "if .. then" shell syntax.2010-07-28, by diego
-
Adding XML entities for the English XML files to main.xml is enough.2010-07-28, by diego
-
Remove unused variable fake_docbook_xsl.2010-07-28, by diego
-
cosmetics: Drop leading underscores from variable names.2010-07-28, by diego
-
Simplify xmllint test.2010-07-28, by diego
-
MPlayer is licensed as GPL version 2, not any later version.2010-07-28, by diego
-
synced with r318332010-07-27, by Gabrov
-
Improve documentation for overlay colour.2010-07-27, by cehoyos
-
Reduce probability that a window on top of VDPAU uses the overlay colour.2010-07-27, by cehoyos
-
Don't allow black windows on top of VDPAU to shine through.2010-07-27, by cehoyos
-
Support FFmpeg's native AMR Narrowband decoder.2010-07-27, by cehoyos
-
Make the VDPAU background black instead of the default green.2010-07-27, by cehoyos
-
Support for image highlights for dvdnav menus.2010-07-26, by reimar
-
Remove useless end_col/end_row variables.2010-07-26, by reimar
-
Move variable into the only function where it is used.2010-07-25, by reimar
-
Move mouse hiding code to check_events, this allows mouse hiding2010-07-25, by reimar
-
Make the Quit menu entry work.2010-07-25, by reimar
-
Simplify check_events: avoid seemingly pointless untilDate argument.2010-07-25, by reimar
-
Change window-closing handling so it works properly if the2010-07-25, by reimar
-
Remove graphics cards subsections from Xv section in video output chapter.2010-07-25, by diego
-
Remove MTRR section from video output chapter.2010-07-25, by diego
-
Split TV chapter in two.2010-07-25, by diego
-
Drop one level of pointless subsectioning.2010-07-25, by diego
-
Remove pointless and non-informative SDL section from video output chapter.2010-07-25, by diego
-
Remove subsection that describes how to tweak CD/DVD drives.2010-07-25, by diego
-
Drop one pointless subsectioning level from radio input chapter.2010-07-25, by diego
-
Teletext keys are always available, not only if TV support is compiled-in.2010-07-25, by diego
-
Fix wrong option name in example.2010-07-25, by reimar
-
Remove unused kQuitCmd from vo_quartz.2010-07-25, by reimar
-
Remove kQuitCmd, it has no purpose or effect at all.2010-07-25, by reimar
-
Fix indentation.2010-07-25, by reimar
-
Avoid some code duplication.2010-07-25, by reimar
-
Cosmetics: indentation fixes.2010-07-25, by reimar
-
Avoid some code duplication in update_screen_info.2010-07-25, by reimar
-
Simplify update_screen_info.2010-07-25, by reimar
-
Declare variables with proper types to avoid dangerous pointer casts.2010-07-25, by reimar
-
Remove pointless casts.2010-07-25, by reimar
-
Remove yet more useless ()2010-07-25, by reimar
-
Remove useless ().2010-07-25, by reimar
-
Send KEY_CLOSE_WIN instead of KEY_ESC when the user requested2010-07-25, by reimar
-
Remove unused variables.2010-07-25, by reimar
-
Slightly simplify rle decoding.2010-07-25, by reimar
-
Remove a useless condition that is already handled a few lines2010-07-25, by reimar
-
Avoid useless malloc/frees2010-07-25, by reimar
-
Switch to non-deprecated avcodec_decode_video2 API.2010-07-25, by reimar
-
Change cast to avoid a warning.2010-07-25, by reimar
-
Add stream_time_pos property.2010-07-25, by reimar
-
Refuse to compile without yasm unless it was explicitly requested.2010-07-25, by reimar
-
Remove useless NULL checks before freeing and NULL pointers2010-07-24, by reimar
-
Allocate memory for paletted image data separately to avoid2010-07-24, by reimar
-
Slightly simplify dvd subtitle RLE decoding.2010-07-24, by reimar
-
Share paletted -> gray/alpha conversion code, and keep a copy2010-07-24, by reimar
-
Simplify creation of color/alpha map.2010-07-24, by reimar
-
Only try to merge packets if we have a previous packet stored.2010-07-24, by reimar
-
Add least some binary Quicktime codecs now work with -demuxer lavf.2010-07-24, by reimar
-
Some indentation fixes.2010-07-24, by reimar
-
Generate a ImageDescription if none is passed neither via ImageDesc nor2010-07-24, by reimar
-
Fix dependency generation for libav*2010-07-24, by reimar
-
Fix compilation, forgot to add const also to the2010-07-24, by reimar
-
More const-correctness fixes to avoid warnings.2010-07-24, by reimar
-
Add some "const" to avoid incompatible pointer type warnings2010-07-24, by reimar
-
Add missing comma, fix rgb2yuv_table[SWS_CS_SMPTE240M] coefficients.2010-07-24, by stefano
-
Add some comments to the rgb2yuv_table, clarifying the standard where2010-07-24, by stefano
-
swscale-test: scale from reference to source only once for each algorithm2010-07-23, by ramiro
-
indent2010-07-23, by ramiro
-
swscale-test: change order tests are run, maintaining the same algorithm for2010-07-23, by ramiro
-
sync with en/mplayer.1 rev. 317692010-07-23, by jrash
-
Synced with help_mp-en.h rev. 317522010-07-23, by jrash
-
Prefer impersonal form over third person, for consistency with the2010-07-22, by stefano
-
swscale-test: use only 3 characters to print width/height since they're always2010-07-22, by ramiro
-
swscale-test: print test name before running test, so that it's available in2010-07-22, by ramiro
-
Mention -af stats as an alternative to -af volume to find the max volume etc.2010-07-22, by reimar
-
swscale-test: allocate more memory to prevent scalers from writing out of bounds2010-07-22, by ramiro
-
ffvp8 is now significantly faster for x86-64 than fflibvpx.2010-07-22, by cehoyos
-
libass: remove yet another version check2010-07-21, by greg
-
Do not compile subassconvert.c if libass is disabled, the functionality2010-07-21, by reimar
-
Add support for libavcore.2010-07-21, by reimar
-
Put sub_ass_read_line_subviewer under CONFIG_ASS to avoid a warning.2010-07-21, by reimar
-
Printing maximum volume only works when prefering float format.2010-07-21, by reimar
-
subtitles: fix build without libass2010-07-21, by greg
-
darwin: allow 64-bit darwin to allocate executable memory2010-07-21, by ramiro
-
swscale-test: use av_pix_fmt_descriptors[].name directly2010-07-20, by ramiro
-
Restore vertical alignment in some defines2010-07-20, by ramiro
-
Cosmetics: reindent and unify whitespace2010-07-19, by mstorsjo
-
Do planar copy with a single memcpy only if the stride is equal to the length2010-07-19, by mstorsjo
-
Pass libass messages to mp_msg2010-07-19, by greg
-
Require libass version with ass_flush_events2010-07-19, by greg
-
Prefer external libass2010-07-18, by greg
-
subtitles: convert SRT/MicroDVD markup into ASS markup2010-07-18, by greg
-
Another try at fixing swscale on win64, as per r31153.2010-07-18, by darkshikari
-
Use identical code to -vo gl for -wid mode in gl2.2010-07-18, by reimar
-
Rename network build system variable and command line option to networking.2010-07-17, by diego
-
Fix LADSPA test variable initialization so it actually works (without stddef.h).2010-07-17, by diego
-
cosmetics: Use 'elif' instead of 'else .. if'.2010-07-17, by diego
-
In planarCopyWrapper, Only copy length, not stride of the last line in the plane2010-07-16, by mstorsjo
-
sync with en/mplayer.1 rev. 317152010-07-16, by jrash
-
Fix a few web page links in the documentation.2010-07-16, by diego
-
Make it possible to select GL_NEAREST scaling.2010-07-15, by reimar
-
Helper macros to build the yuv conversion type number.2010-07-15, by reimar
-
Add () around macro arguments.2010-07-15, by reimar
-
Cosmetics: create luma texture first, then the other textures.2010-07-15, by reimar
-
Reindent.2010-07-15, by reimar
-
Use sigaction() instead of signal(), the latter has a unavoidable2010-07-15, by reimar
-
Add support for parameter changes (e.g. channel count) during playback.2010-07-15, by reimar
-
Allow fullscreen switching during -idle. Useful in combination2010-07-14, by reimar
-
Give signal handler function in test programs correct argument list.2010-07-14, by diego
-
Move memalign_hack definition out of the FFmpeg section of config.h.2010-07-14, by diego
-
Fix gettimeofday type to match the real one.2010-07-13, by reimar
-
Enable robust resync for mpg123 decoder.2010-07-13, by diego
-
Port GNU assembler check from FFmpeg.2010-07-13, by diego
-
Add CONFIG_PIC #define for FFmpeg to config.h.2010-07-13, by diego
-
Move PIC test out of the x86 section; it is not only required on x86.2010-07-13, by diego
-
Add IBM ASM check for FFmpeg on PowerPC.2010-07-13, by diego
-
Remove unused static function menu_text_get_next_line, fixes the warning:2010-07-12, by diego
-
Reindent and align after r31725.2010-07-12, by adrian
-
Improve handling of the "help" suboption in coreaudio:2010-07-12, by adrian
-
Improve MPEG-TS subtitle support: make it use the infrastructure for2010-07-12, by reimar
-
Remove some unused variables along with the corresponding warnings.2010-07-12, by diego
-
Change the type of Y table to pointer to void in fill_table().2010-07-12, by benoit
-
Define HAVE_GNU_AS to enable Altivec-accelerated FFT.2010-07-11, by reimar
-
15 bpp tga format is little endian.2010-07-11, by reimar
-
Use the proper imgfmt names.2010-07-11, by reimar
-
Fix vo_tga RGB with alpha output on little-endian (blue and alpha were swapped),2010-07-11, by reimar
-
Fix cosmetics after r31715.2010-07-11, by adrian
-
Consistently use types as they are used by the API in ao_coreaudio.2010-07-11, by adrian
-
Replace deprecated functions in ao_coreaudio with their new ones introduced in OSX 10.4.2010-07-11, by adrian
-
Fix printf specifiers used in ao_coreaudio. Fixes warnings:2010-07-11, by adrian
-
Fix calculation of global_sub_size.2010-07-11, by reimar
-
Remove pointless assignments that would assing the value it already2010-07-11, by reimar
-
Avoid incorrectly duplicating initialization code in new_demux_packet,2010-07-11, by reimar
-
Set size correctly for decoded text subs.2010-07-11, by reimar
-
Faster paletted to OSD conversion.2010-07-11, by reimar
-
Document code inefficiency.2010-07-11, by reimar
-
Fix conversion from paletted to MPlayer's OSD format.2010-07-11, by reimar
-
Simplify alpha conversion code.2010-07-11, by reimar
-
Call spudec_draw for the unscaled case instead of duplicating code.2010-07-11, by reimar
-
Remove useless casts2010-07-11, by reimar
-
Fix calc_bbox to always return sensible values.2010-07-11, by reimar
-
Fix compilation if CONFIG_QTX_CODECS is defined (on OS X).2010-07-11, by cehoyos
-
Reindent.2010-07-11, by reimar
-
Avoid calling av_resample_init again when the values are the same as before.2010-07-11, by reimar
-
Try to get subtitle scaling somewhat right with libavcodec decoded2010-07-11, by reimar
-
10l, also assign the original width in spudec_new_scaled.2010-07-11, by reimar
-
Fix indentation.2010-07-11, by reimar
-
Add support for DVB and XSUB subtitles, not yet working properly.2010-07-11, by reimar
-
Fix compilation with liblive555 after r31675.2010-07-11, by cehoyos
-
Remove dvdsub_id checks that should not be necessary.2010-07-11, by reimar
-
Avoid status line being mangled together with error messages and other2010-07-11, by reimar
-
Fix memory leak for subtitles decoded by libavcodec.2010-07-11, by reimar
-
Fix some remaining bswap-related compilation issues.2010-07-10, by reimar
-
Add AV_HAVE_FAST_UNALIGNED define.2010-07-10, by reimar
-
bswap compatibility defines.2010-07-10, by reimar
-
Remove disabled and pointless code.2010-07-10, by reimar
-
Remove some pointless uses of be2me/le2me.2010-07-10, by reimar
-
Use AV_WB* where possible and be2me -> be2ne compilation fix.2010-07-10, by reimar
-
100l compialtion fix and use AV_RB32.2010-07-10, by reimar
-
Remove completely nonsensical le2me usages, the only effect2010-07-10, by reimar
-
Remove obfuscating use of le2me_32.2010-07-10, by reimar
-
Use AV_RL* macros instead of typecasts where appropriate.2010-07-10, by reimar
-
Add av_ prefix to bswap macros2010-07-10, by mru
-
Change global subtitle numbering scheme so that demuxers can "asynchronously"2010-07-10, by reimar
-
Fix compilation of tv support.2010-07-10, by reimar
-
Revert and accidentally committed hunk from last commit.2010-07-10, by reimar
-
Make the stream language an argument to the stream creation function2010-07-10, by reimar
-
Automatically allocate a vo_spudec if there is none.2010-07-10, by reimar
-
Get rid of useless INITIALIZED_SPUDEC flag.2010-07-10, by reimar
-
100l, only set VO_EVENT_RESIZE on an actual resize, not just for movement.2010-07-10, by reimar
-
Add packet->len checks to avoid out-of-bounds reads and negative2010-07-10, by reimar
-
Add back LIBXVID to $libavencoders once more.2010-07-10, by diego
-
Check packet size before memmove to avoid crashes e.g. if we recognized the2010-07-10, by reimar
-
Remove unused extern variable declarations.2010-07-10, by reimar
-
Move EBX availability #define within config.h; it is not FFmpeg-specific.2010-07-10, by diego
-
Mention PGS support.2010-07-10, by reimar
-
Add support for PGS subtitle decoding via libavcodec.2010-07-10, by reimar
-
We no longer have a libgsm copy in SVN.2010-07-10, by reimar
-
Make subdelay handling work the same way for all subtitle types and also allow2010-07-10, by reimar
-
Remove useless LIBXVID entry from libavencoders list.2010-07-10, by diego
-
Reuse spudec_visible to avoid code duplication.2010-07-10, by reimar
-
Handle and print a warning about invalid values in the function2010-07-10, by reimar
-
Extract spudec image allocation code to a separate function.2010-07-10, by reimar
-
Fix compilation broken due to GET_UTF8 being undefined.2010-07-10, by reimar
-
Remove copy of old and ugly libgsm code and wrapper.2010-07-10, by reimar
-
Add/fix GSM audio decoding through FFmpeg.2010-07-10, by reimar
-
Make it possible to set all options for lavc audio encoder.2010-07-10, by reimar
-
1 memcpy less in lavf demuxing.2010-07-10, by michael
-
Synced with help_mp-en.h rev. 316312010-07-09, by jrash
-
sync with en/mplayer.1 rev. 316482010-07-09, by jrash
-
Fix compilation with --disable-mencoder.2010-07-09, by cehoyos
-
Fix 'Xvid in libavcodec', broken in r31649.2010-07-09, by cehoyos
-
Fix compilation after FFmpeg r24137.2010-07-09, by cehoyos
-
Quadbuffered stereo does work on selected hardware.2010-07-08, by cehoyos
-
Independent tests indicate that GLX_STEREO is working fine on supported hardware.2010-07-08, by cehoyos
-
Implement edl-backward-delay to avoid jumping right over an2010-07-08, by reynaldo
-
cosmetics: Drop leading underscore from FFmpeg component variables.2010-07-07, by diego
-
Remove duplicated FFmpeg external codec library variables from config.mak.2010-07-07, by diego
-
Enable libvorbis encoder in FFmpeg if libvorbis is available.2010-07-07, by diego
-
stricter check for convergence_duration validity, avoid using meaningless values2010-07-06, by aurel
-
Move libgsm #define to the FFmpeg section of config.h.2010-07-05, by diego
-
Implement slave mode compatible stream controls for Blu-ray.2010-07-05, by ben
-
Some small whitespace and {} cosmetics.2010-07-05, by reimar
-
Try to get a quadbuffered visual if the corresponding 3D mode was selected.2010-07-05, by reimar
-
Use a more sensible variable name.2010-07-05, by reimar
-
Move declaration to where it is actually used.2010-07-05, by reimar
-
Mention stereo support in Changelog.2010-07-05, by reimar
-
Fix outdated -vo gl usage example.2010-07-05, by reimar
-
Add initial stereo support to -vo gl.2010-07-05, by reimar
-
Fix Bulgarian vs. Hungarian typo in Czech manual page.2010-07-05, by diego
-
Support for unencrypted Blu-ray playback through libbluray.2010-07-05, by ben
-
Add a manifest file to disable file and registry2010-07-04, by reimar
-
Support decoding and encoding via libgsm via libavcodec.2010-07-03, by reimar
-
Fix 'assignment from incompatible pointer type' warning.2010-07-03, by cehoyos
-
Synced with help_mp-en.h rev. 315792010-07-03, by jrash
-
Avoid out-of-bounds read if mp_msg prints an empty string.2010-07-02, by reimar
-
Factor out a large conditional, hopefully making it easier to2010-07-02, by reimar
-
Move the subtitle pts handling code to demuxer.c2010-07-02, by reimar
-
Get window dimensions also for -wid 0.2010-07-02, by reimar
-
Re-enable keyboard input for GUI video window.2010-07-02, by reimar
-
Remove useless ()2010-07-02, by reimar
-
Remove some commented-out code that has no purpose and is only confusing.2010-07-02, by reimar
-
Hopefully fix librtmp detection.2010-07-02, by cehoyos
-
Use cflag_check utility function in cross-compilation check.2010-07-02, by diego
-
Add return statement to function_check test program.2010-07-02, by diego
-
Replace some more manual compiler flag checks with cflag_check function.2010-07-01, by diego
-
Declare FARPROC/PROC/FARPROC16/PROC16 parameter lists as 'void'.2010-07-01, by diego
-
Separate automatic dependency generation flags from general CFLAGS.2010-07-01, by diego
-
Add convenience function to check for compiler flags directly and use it.2010-07-01, by diego
-
cosmetics: Rename _warn_CFLAGS variable to warn_cflags.2010-07-01, by diego
-
Give functions proper prototypes.2010-07-01, by reimar
-
Use AV_RL32 also in x86, it is well enough optimized nowadays.2010-07-01, by reimar
-
Fix function prototypes to match the required type.2010-07-01, by reimar
-
Avoid void *-arithmentic warnings.2010-07-01, by reimar
-
Fix ffmpeg logging: mp_msg_test must be called after the proper target2010-07-01, by reimar
-
Add some const, the ad_functions structs are in rodata.2010-07-01, by reimar
-
Always request expose events, we have to handle them, the application2010-07-01, by reimar
-
Fix resizing with -wid after previous commit.2010-07-01, by reimar
-
* fix compilation using external libfaad2010-07-01, by attila
-
Some indentation fixes.2010-07-01, by reimar
-
Do not try to grab input from -wid windows, it will most likely break2010-07-01, by reimar
-
Fix -geometry with -wid behaviour (y position was flipped).2010-07-01, by reimar
-
skinName is already declared in interface.h, so remove2010-07-01, by reimar
-
Fix win32 gui compilation.2010-07-01, by reimar
-
Avoid some deprecated functions.2010-07-01, by reimar
-
config.log belongs into mplayer's root directory, not into the tmp directory2010-07-01, by attila
-
Add disabling input to hints.2010-07-01, by reimar
-
Fix variable name for tmpdir selection iterator.2010-07-01, by diego
-
Add convenience function to check for the availability of system functions.2010-07-01, by diego
-
Place temporary files in a subdirectory of their own.2010-07-01, by diego
-
Move dvd_speed extern variable declaration from stream_dvd_common.h to stream.h.2010-06-30, by diego
-
MP3 decoding through libmpg1232010-06-30, by diego
-
configure: Fix detection of SDL backend for vo_gl on OS X2010-06-30, by astrange
-
Add config.h include needed for other included files2010-06-29, by reimar
-
Avoid a crash if stream->url is not set, but print a warning since this2010-06-29, by reimar
-
Replace HAVE_BIGENDIAN #ifdef around swap_palette() by av_unused attribute.2010-06-29, by diego
-
Update ffvp8 comment.2010-06-29, by cehoyos
-
Place swap_palette declaration under the same #ifdef as its usage; fixes:2010-06-28, by diego
-
Remove help target that prints available targets.2010-06-28, by diego
-
Remove some commented-out cruft.2010-06-28, by diego
-
Clean up #include handling in mplayer.c and mencoder.c.2010-06-28, by diego
-
cosmetics: Move volstep global var to the top where all other global vars live.2010-06-28, by diego
-
Remove unnecessary HELP_MP_DEFINE_STATIC #define and corresponding #ifdefs.2010-06-28, by diego
-
Revert the previous two commits to configure and clarify the res_comment.2010-06-28, by siretart
-
Factorize MPlayer/MEncoder version string handling.2010-06-28, by diego
-
ffvp8 decodes all reference vectors fine.2010-06-27, by cehoyos
-
fflibvpx is significantly faster than ffvp8 for nearly all users.2010-06-27, by cehoyos
-
reindent after last commit2010-06-27, by siretart
-
libvpx does not require static libavcodec2010-06-27, by siretart
-
Fix indentation.2010-06-27, by reimar
-
Simplify clang version extraction.2010-06-27, by reimar
-
clang also does not support -march=native.2010-06-27, by reimar
-
Experimental support for clang compiler.2010-06-27, by reimar
-
Include internal.h last to avoid a conflict between its dprintf()2010-06-27, by reimar
-
100l, actually enable libvpx encoder if libvpx is detected.2010-06-27, by reimar
-
Use MSG_NOSIGNAL flag if available for send().2010-06-27, by reimar
-
Remove (or for now actually only disable) support for external libfaad.2010-06-27, by reimar
-
Update VP8 support information.2010-06-27, by reimar
-
Fix arpa/inet.h configure check.2010-06-27, by reimar
-
Add missing include for usec_sleep.2010-06-27, by reimar
-
Fix missing iopl declaration on x86_64 systems.2010-06-27, by reimar
-
Allow the FFmpeg VP8 decoder to work by disabling dr for it (thus we do not2010-06-26, by reimar
-
Ensure that e.g. -af-pre will not cause the filter list to be2010-06-25, by reimar
-
ladspa: ensure that activate is called on each filter instance, even2010-06-25, by reimar
-
Synced with help_mp-en.h rev. 315122010-06-25, by jrash
-
sync with en/mplayer.1 rev. 315522010-06-25, by jrash
-
Clean up sub-related extern declarations.2010-06-24, by diego
-
Add libvo/sub.h #include instead of declaring sub_visibility extern.2010-06-24, by diego
-
Add #include for libvo/sub.h instead of duplicating sub_pos extern declaration.2010-06-24, by diego
-
make clear that -frames 0 surpresses all _video_ output and not the2010-06-24, by attila
-
Add prototypes for exported FilterGraph_ functions.2010-06-24, by diego
-
Remove redundant mp_msg_levels[] extern declaration.2010-06-24, by diego
-
Move rtsp_port extern declaration to demuxer.h.2010-06-24, by diego
-
Fix catch() callback function declaration in two compile tests.2010-06-24, by diego
-
whitespace cosmetics2010-06-24, by diego
-
Remove unnecessary #includes from libnut test.2010-06-24, by diego
-
Replace manual header checks by header_check function.2010-06-24, by diego
-
Improve extrastereo audio filter description.2010-06-23, by diego
-
Improve LATM recognition.2010-06-23, by cehoyos
-
Add FFmpeg VP8 decoder, even though it is not working since MPlayer requires2010-06-23, by reimar
-
Change libvpx configure check to match FFmpeg's and also enable the encoder.2010-06-23, by reimar
-
Replace ever-growing-to-uglyness IS_* macros to by functions2010-06-23, by reimar
-
Move rtsp_destination extern declaration to stream.h.2010-06-23, by diego
-
Get rid of xsltproc wrapper redirection; run commands directly from make.2010-06-23, by diego
-
Move xsltproc target file hack to the Makefile.2010-06-23, by diego
-
Drop support for the Saxon XSLT processor.2010-06-23, by diego
-
Drop configure support for Jade/OpenJade XSLT processors.2010-06-23, by diego
-
Get rid of xmllint wrapper redirection; run commands directly from make.2010-06-23, by diego
-
Fix iopl() function declaration, fixes the warning:2010-06-23, by diego
-
Remove pointless __linux__ preprocessor checks.2010-06-23, by diego
-
Remove duplicated MKTAG macro definition, #include libavutil/common.h instead.2010-06-23, by diego
-
Change timer_name type from char* to char[]; patch taken from Uoti's tree.2010-06-23, by diego
-
Add CONFIG_SHARED to config.h for FFmpeg.2010-06-23, by diego
-
Move the .SUFFIXES rule to the bottom of the Makefile and explain it.2010-06-22, by diego
-
Remove disabled and unused timer-linux test main routine.2010-06-22, by diego
-
Remove some unnecessary #includes from configure tests.2010-06-22, by diego
-
Improves EDL to avoid jumping into a skipped out scene. It also2010-06-21, by reynaldo
-
typo fixes; mention lowering of hardware MPEG decoder priority2010-06-21, by diego
-
Move video decoder option array extern declarations to vd.h.2010-06-21, by diego
-
Add header file for video encoder extern variable declarations.2010-06-21, by diego
-
Place AUDIO_AAC_LATM definition next to AUDIO_AAC.2010-06-21, by reimar
-
Make demux_ts detect LATM AAC as a separate type.2010-06-21, by reimar
-
Surround conditionally used orig_lines variable declaration by #ifdefs.2010-06-21, by diego
-
Move lavfopts_conf/mpegopts_conf/nuvopts_conf extern declarations to muxer.h.2010-06-21, by diego
-
Move dvbin_opts_conf extern variable declaration to stream.h.2010-06-21, by diego
-
Use angular brackets for system #includes.2010-06-21, by diego
-
Fix type of dvbin_opts_conf extern declaration.2010-06-21, by diego
-
Move cddb_data_t and cd_toc_t structs to the only place they are used.2010-06-21, by diego
-
Shut up strict prototype warnings from the gui subdirectory.2010-06-21, by diego
-
Adjust printf length modifier, fixes the warning:2010-06-21, by diego
-
cosmetics: Reorder functions to avoid forward declarations.2010-06-21, by diego
-
Remove unused static function cddb_freedb_sites_parse().2010-06-21, by diego
-
Move declarations for functions defined in stream_cddb.c to cdd.h.2010-06-21, by diego
-
Remove unused static function cddb_get_freedb_sites(), fixes the warning:2010-06-21, by diego
-
Reorder #includes and drop an unnecessary set of #ifdefs.2010-06-21, by diego
-
Move cdda_priv structure to the only place it is used.2010-06-21, by diego
-
Move demuxer-specific option array declarations to demuxer.h.2010-06-21, by diego
-
Move faac/lame/toolame/twolame option array declarations to appropriate headers.2010-06-21, by diego
-
Move mpae_twolame_ctx structure to ae_twolame.c.2010-06-21, by diego
-
Move mpae_toolame_ctx structure to ae_toolame.c.2010-06-21, by diego
-
Remove redundant dvd_device extern variable declaration.2010-06-21, by diego
-
Move dvd_device extern declaration from stream_dvd_common.h to stream.h.2010-06-21, by diego
-
Remove redundant cdrom_device extern variable declarations.2010-06-21, by diego
-
Prefere the use of inet_ntop over inet_ntoa, as the former is ipv6 safe.2010-06-20, by attila
-
Fix compilation after r31490.2010-06-20, by cehoyos
-
Move noconfig_opts extern variable declaration to mpcommon.h.2010-06-20, by diego
-
Move network_prefer_ipv4/reuse_socket extern declarations to tcp.h/udp.h.2010-06-20, by diego
-
Mark data parameter of my_write function as const.2010-06-20, by diego
-
Remove duplicate network_bandwidth extern declarations.2010-06-20, by diego
-
Add declarations for open.c externally used variables to stream.h.2010-06-20, by diego
-
Move af_cfg extern variable declaration to dec_audio.h.2010-06-20, by diego
-
Move extern declarations for vf.c variables to vf.h.2010-06-20, by diego
-
Add appropriate #include instead of duplicating mf_ extern var declarations.2010-06-20, by diego
-
Move rtsp_transport_ extern variable declarations to demuxer.h.2010-06-20, by diego
-
Move audio_stream_cache extern variable declaration to demuxer.h.2010-06-20, by diego
-
Move more sws_ extern variable declarations to vf_scale.h.2010-06-20, by diego
-
Move pvr_ extern variable declarations to stream/pvr.h.2010-06-20, by diego
-
Move hr_mp3_seek extern variable declaration to demux_audio.h.2010-06-20, by diego
-
Move cdda_opts extern declaration to stream/cdd.h.2010-06-20, by diego
-
Move sws_flags extern variable declaration to vf_scale.h.2010-06-20, by diego
-
Add appropriate #include instead of duplicating pp_help extern declaration.2010-06-20, by diego
-
Add header file for externally used variable ps_probe.2010-06-20, by diego
-
Add header file for VIVO extern variable declarations.2010-06-20, by diego
-
Remove duplicate dvd_device extern variable declaration.2010-06-20, by diego
-
Move demuxer-related extern variable declarations to demuxer.h.2010-06-20, by diego
-
Add correct #include instead of duplicating dvd_speed extern declaration.2010-06-20, by diego
-
Remove unused parsehtml parameters.2010-06-19, by reimar
-
Add static to functions used only locally.2010-06-19, by reimar
-
Remove incorrect additional printf arguments.2010-06-19, by reimar
-
Auto-update CODEC_CFG_MIN value to release value in etc/codecs.conf.2010-06-19, by reimar
-
Move audio_substream_id extern variable declaration to demux_ts.h.2010-06-18, by diego
-
Remove examples of no longer supported gui commands.2010-06-18, by reimar
-
Move ts_* extern variable declarations to demux_ts.h.2010-06-18, by diego
-
Move audio_output_channels/fakemono extern variable declarations to dec_audio.h.2010-06-18, by diego
-
Move field_dominance extern variable declaration to dec_video.h.2010-06-18, by diego
-
Move codecs_file extern variable declaration to codec-cfg.h.2010-06-18, by diego
-
100l, never just ignore a backwards skip, even if the stream is not2010-06-18, by reimar
-
Error messages should not be hidden at -v level.2010-06-18, by reimar
-
Remove includes that break building if X11 is not available.2010-06-18, by reimar
-
Fix type: struct mp_image_s no longer exists, it is now2010-06-18, by reimar
-
sync with en/mplayer.1 rev. 313722010-06-18, by jrash
-
Synced with help_mp-en.h rev. 314302010-06-18, by jrash
-
Move extern variable declarations for network.c to network.h.2010-06-18, by diego
-
Move mp_msg-related extern variable declarations to mp_msg.h.2010-06-18, by diego
-
Simplify fribidi check - console output is not necessary.2010-06-17, by diego
-
Rename loader/qt_comp.h --> loader/qt_comp_template.c.2010-06-17, by diego
-
Add header file for externally used dxr2_opts array.2010-06-17, by diego
-
Add appropriate header files for GUI variables.2010-06-17, by diego
-
Add extern declaration for guiWinID variable.2010-06-17, by diego
-
Add #include for unrar_exec.h instead of declaring unrar_executable extern.2010-06-17, by diego
-
Declare stop_xscreensaver extern in x11_common.h instead of all over the code.2010-06-17, by diego
-
Add #include for geometry.h instead of declaring vo_geometry variable extern.2010-06-17, by diego
-
Move vo_panscanrange extern declaration to aspect.h, where it belongs.2010-06-17, by diego
-
Move LIRC-related extern variable declarations to lirc.h.2010-06-17, by diego
-
Move extern variable declarations for mp_fifo.c to mp_fifo.h.2010-06-17, by diego
-
Move menu-related extern variable declarations to menu.h.2010-06-17, by diego
-
Add header file for externally used variables from vo_fbdev.c.2010-06-17, by diego
-
Move force_monitor_aspect and monitor_pixel_aspect declarations to aspect.h.2010-06-17, by diego
-
Add header file for the extern declarations from muxer_avi.c.2010-06-17, by diego
-
Lower priority of hardware MPEG decoder cards below software decoders.2010-06-17, by diego
-
Factorize monitor_aspect extern declaration into aspect.h.2010-06-17, by diego
-
Add vd.h #include instead of declaring movie_aspect extern.2010-06-17, by diego
-
Place vo_osd_list extern declaration in sub.h instead of all over the code.2010-06-17, by diego
-
Remove unused 'extern int vo_osd_changed_flag' declaration.2010-06-17, by diego
-
Disable only G200 support when compiling against dynamic libswscale instead2010-06-16, by reimar
-
Add header_check convenience function to check for header availability.2010-06-16, by diego
-
Remove unused extern fs_layer declaration.2010-06-16, by diego
-
Replace common options template by a common options array.2010-06-16, by diego
-
Use a struct timezone as second parameter for gettimeofday in the function test.2010-06-16, by diego
-
SIGPIPE is not really a crash, try to exit cleanly in case we receive one.2010-06-16, by reimar
-
Remove some unnecessary #includes from compilation tests.2010-06-16, by diego
-
Rename libvo/mga_common.c --> libvo/mga_template.c.2010-06-16, by diego
-
Remove commented-out forward declaration for removed function.2010-06-16, by diego
-
More sensible behaviour for -geometry with -wid and -vo gl.2010-06-15, by reimar
-
Add symver defines for FFmpeg. Since we don't care about2010-06-15, by reimar
-
Make sure we always have exactly one CONFIG_LIBRTMP define.2010-06-15, by reimar
-
Remove an unused extern declaration.2010-06-15, by diego
-
Remove some unused extern declarations.2010-06-15, by diego
-
Cleanup some demux_ty code and at the same time possibly fix vstream support (untested).2010-06-14, by reimar
-
Consistently use "None" instead of "NULL" for X resources.2010-06-14, by reimar
-
Rename cfg-common-opts.h --> cfg-common_template.c.2010-06-14, by diego
-
Fix embarassing OCNFIG vs. CONFIG typo.2010-06-14, by diego
-
Add header for ivtv_write() instead of forward declaring it.2010-06-14, by diego
-
Mark first parameter of ivtv_write as const; it is never changed.2010-06-14, by diego
-
cosmetics: Reindent after last commit.2010-06-14, by diego
-
Drop linux-devfs configure option.2010-06-14, by diego
-
Rename configure.log file to the more standard name config.log.2010-06-14, by diego
-
Replace forward declarations by proper loader/wine/winbase.h #include.2010-06-14, by diego
-
Ignore generated .d files below loader/qtx/.2010-06-14, by diego
-
Adjust comment after the removal of the pt_iter_add_gui_file macro.2010-06-14, by diego
-
Remove unnecessary and unused #defines.2010-06-14, by diego
-
Replace forward declarations by loader/wine/winbase.h #include.2010-06-14, by diego
-
Remove unnecessary get_path() declaration.2010-06-14, by diego
-
Remove unnecessary get_path() declaration.2010-06-14, by diego
-
Add path.o to the dependency list of the loader test programs.2010-06-14, by diego
-
Remove unused function ComponentDummy().2010-06-14, by diego
-
Add ad_mp3lib.h #include for the mplayer_audio_read prototype.2010-06-14, by diego
-
Revert marking mplayer_audio_read() as static; it is used from linked .o files.2010-06-14, by diego
-
Mark exit_sig() function as static; it is only used within the file.2010-06-14, by diego
-
Add a command to the binary build rule.2010-06-14, by diego
-
typo: Add missing '$' to EXESUF variable in binary build rule.2010-06-14, by diego
-
Revert linking vd_zrmjpeg.c and vf_zrmjpeg.c to MPlayer only.2010-06-14, by diego
-
Ignore .d files with dependency information.2010-06-14, by diego
-
get_path.c was renamed to path.c.2010-06-14, by diego
-
Remove redundant monitor_aspect extern declaration, fixes the warning:2010-06-14, by diego
-
Mark mplayer_audio_read() function as static; it is not used outside the file.2010-06-14, by diego
-
Reinstate libmpeg2 hook to export quantization2010-06-14, by lu_zero
-
Remove more gui-related code from libvo.2010-06-13, by reimar
-
Remove some unused win32 GUI code.2010-06-13, by reimar
-
Fix sub_window default.2010-06-13, by reimar
-
Move wsSearch function and make it static.2010-06-13, by reimar
-
Drop inline attribute, it does not really make sense and without2010-06-13, by reimar
-
Install error handler as early as possible to avoid crashing.2010-06-13, by reimar
-
Fix function pointer types in tvi_functions struct2010-06-13, by reimar
-
Add CONFIG_LIBRTMP and HAVE_ISATTY #defines to config.h for FFmpeg.2010-06-13, by diego
-
Remove unused function pt_add_gui_file().2010-06-13, by diego
-
Remove unused mp_input_init parameter.2010-06-13, by reimar
-
100l, add missing 0-termination of keymap file.2010-06-13, by reimar
-
Add missing font_load.h include (previously hidden by gui include).2010-06-13, by reimar
-
Remove unused includes.2010-06-13, by reimar
-
For vos that support the new libvo API (provide UPDATE_SCREENINFO),2010-06-13, by reimar
-
Gui: Do not just exit on X error, just ignoring problems is already2010-06-13, by reimar
-
Indentation fix.2010-06-13, by reimar
-
Remove Gui-specific slave commands and associated key-bindings and other code.2010-06-13, by reimar
-
Remove mp_msg related GUI hacks.2010-06-13, by reimar
-
Allow LGPL for csputils as well, they were previously part of gl_common2010-06-13, by reimar
-
Dual-license gl_common and vo_gl under the LGPL v2.1 or later as2010-06-13, by reimar
-
Extend libvpx configure check to reject too old versions.2010-06-13, by reimar
-
Add QuantizeBuffer function call to gif test to actually test linking.2010-06-13, by reimar
-
Add quotes around tune names, otherwise "(psy tuning)" does not get2010-06-12, by tack
-
Respect -cache-seek-min also for on-disk files to reduce issues with mov.2010-06-12, by reimar
-
mga_vid depends on static libswscale.2010-06-11, by diego
-
sync with en/mplayer.1 rev. 313642010-06-11, by jrash
-
Synced with help_mp-en.h rev. 313532010-06-11, by jrash
-
Drop hunk that was forgotten in the quantizer_scale removal.2010-06-11, by diego
-
move the mga video check below the libswscale check2010-06-11, by siretart
-
Cosmetics: properly indent block after introducing if statement in r31363.2010-06-10, by tack
-
-x264encopts: document preset, tune, and profile options; remove2010-06-10, by tack
-
ve_x264: rewrite option parsing and add support for x264's presets,2010-06-10, by tack
-
yuv422 is not supported by current VDPAU hardware.2010-06-10, by cehoyos
-
Only enable vd_zrmjpeg.c/vf_zrmjpeg.c for MPlayer.2010-06-10, by diego
-
Add support for compiling against external libmpeg2.2010-06-10, by diego
-
libmpeg2: Remove local quantizer scale changes related to postprocessing.2010-06-10, by diego
-
ao_jack: increase maximum allowed channels from 6 to 8.2010-06-09, by tack
-
We use unmodified r231 of libdvdcss, no point in mentioning older revisions.2010-06-09, by reimar
-
libmpeg2: Move pending_buffer stuff to local decoder context.2010-06-09, by diego
-
cosmetics: Remove commented-out cruft.2010-06-09, by diego
-
Remove stale leftovers from MPlayer-specific buffer handling in libmpeg2.2010-06-09, by diego
-
Reduce verbosity about suboption parsing in vo drivers.2010-06-09, by diego
-
Split internal and external libmpeg2 support in the build system.2010-06-09, by diego
-
cosmetics: Drop leading underscore from configuration variable.2010-06-09, by diego
-
remove libmpcodecs/vf_rgb2bgr.c2010-06-09, by siretart
-
Make -mc 1 the default.2010-06-08, by cehoyos
-
Fix compilation with nemesi and live555.2010-06-08, by cehoyos
-
Support RTSP/RTP over HTTP via LIVE555.2010-06-08, by cehoyos
-
Extract duplicated code into a separate function.2010-06-07, by reimar
-
Ensure the SAMI subtitle reader does not read more lines than we support.2010-06-07, by reimar
-
Print media start time with -identify.2010-06-07, by reimar
-
Move code printing -identify output for a file to a separate function.2010-06-07, by reimar
-
M701: Matrox MPEG-2 intra-only.2010-06-07, by cehoyos
-
Fix typo in comment2010-06-06, by hyc
-
Remove nonsense commented-out function header.2010-06-06, by reimar
-
Update common.mak and subdir.mak to latest FFmpeg versions.2010-06-06, by reimar
-
Fix ds_get_next_pts to also work for the first packet of a stream.2010-06-06, by reimar
-
Fix the ds->first documentation to actually match reality.2010-06-06, by reimar
-
Minor code simplification.2010-06-06, by reimar
-
Disable index reading in real demuxer if stream is not seekable.2010-06-06, by reimar
-
Some more Changelog updates.2010-06-06, by reimar
-
yuv4mpeg interlaced changes.2010-06-06, by reimar
-
Update codecs.conf version again, we had quite a few additions to it.2010-06-05, by reimar
-
Extend -vf format to allow substituting the format for a compatible one2010-06-05, by reimar
-
Fix -vf format and -vf noformat to work with slices.2010-06-05, by reimar
-
Add webm/VP8 support to native matroska demuxer.2010-06-05, by reimar
-
If we have no FPS value, try enabling -correct-pts mode, it does2010-06-05, by reimar
-
Add partial support for dirac to TS demuxer.2010-06-05, by reimar
-
Also print current stream position in mp_read debug output.2010-06-05, by reimar
-
Remove explicit eof check for mp_read code, stream code handles this case2010-06-05, by reimar
-
Di not do a stream_reset on seeking backwards, the seek itself should2010-06-05, by reimar
-
Do not make seek fail explicitly simply because eof was hit somewhen,2010-06-05, by reimar
-
Fix compilation after FFmpeg r23485.2010-06-05, by cehoyos
-
sync with en/mplayer.1 rev. 312922010-06-05, by jrash
-
Remove colorspace conversion code from -vo yuv4mpeg, -vf scale should2010-06-05, by reimar
-
Sync libdvdcss with their latest SVN.2010-06-05, by reimar
-
Add support for -geometry x syntax since the documentation claims2010-06-05, by reimar
-
Do not use libass functions if it is disabled.2010-06-04, by reimar
-
Default to -correct-pts off if -fps was given, since -fps has no effect2010-06-04, by reimar
-
Force window placement also if -xineramascreen was set >= 0,2010-06-04, by reimar
-
Try always enabling correct pts again for lavf demuxer, since the know2010-06-03, by reimar
-
Limit buffered PTS only when we actually got a frame from the decoder.2010-06-03, by reimar
-
If an invalid pts value is detected, try to to make up some if it seems2010-06-03, by reimar
-
vo_yuv4mpeg: disable RGB support when compiling against a shared libswscale2010-06-03, by siretart
-
Simplify libass version check.2010-06-03, by cehoyos
-
Raise LIBASS_VERSION, forgotten in r31293.2010-06-03, by cehoyos
-
Add the -march fallback for amdfam10 also to the x86_64 case.2010-06-02, by reimar
-
libavcodec/libx264.c requires x264 0.98 since r23430.2010-06-02, by cehoyos
-
Fix compilation with external libass.2010-06-02, by cehoyos
-
ass_set_aspect_ratio() takes three arguments since 0x00907010.2010-06-02, by cehoyos
-
avoid using swscale internals by copying in palette8torbg16 and its bgr variant2010-06-01, by siretart
-
Extend geometry parsing to reject all invalid strings.2010-06-01, by reimar
-
Move internal scale context fields initialization from2010-06-01, by stefano
-
Fix compilation after FFmpeg r23402.2010-06-01, by cehoyos
-
remove palette8torgb15 and palette8tobgr152010-06-01, by siretart
-
Factor out some common code and ensure we will not try to draw OSD2010-05-31, by reimar
-
Reindent.2010-05-31, by reimar
-
Fix subtitle display for http://samples.mplayerhq.hu/sub/largeres_vobsub.mkv2010-05-31, by reimar
-
Switch mkv demuxing to lavf by default.2010-05-31, by aurel
-
backport ass_flush_events() from upstream libass and make use of it2010-05-31, by aurel
-
Extend the range of the -a52drc range up to two, as a experimental feature2010-05-31, by reimar
-
Move TS_MAX_PROBE_SIZE #define to demux_ts.h instead of duplicating it.2010-05-30, by diego
-
synced with r312892010-05-30, by Gabrov
-
Change code to let Window Manager chose window location by default.2010-05-30, by reimar
-
Add a referrer option to set the HTTP Referer field.2010-05-30, by reimar
-
Forgotten part of previous commit (extern declaration of drc_level).2010-05-30, by reimar
-
Use the -a52drc option also for the libavcodec decoder.2010-05-30, by reimar
-
Fix compilation without librtmp.2010-05-30, by cehoyos
-
Treat a NULL renderer string as indication for software renderer.2010-05-30, by reimar
-
Prefer -vo sdl over "probably software" OpenGL.2010-05-30, by reimar
-
Change compiler argument order for compile_check to avoid incorrect linking2010-05-30, by reimar
-
Make 3dnow and MMX code compile for 64 bit (just stupid search-and-replace).2010-05-30, by reimar
-
Add codec-cfg.h to the dependency list of codec-cfg.2010-05-30, by diego
-
Rename yuv2rgb_template2.c --> yuv2rgb_template.c now that the other is gone.2010-05-30, by diego
-
Remove GPL-licensed YUV to RGB MMX routines.2010-05-30, by diego
-
Add librtmp support2010-05-30, by hyc
-
Cast void* pointer to appropriate type before using it in an addition; fixes2010-05-29, by diego
-
Update 1.0rc3 release name and date.2010-05-29, by diego
-
minor spelling fixes2010-05-29, by siretart
-
add myself to the AUTHORS file2010-05-29, by siretart
-
Use edi instead of ebx to avoid issues with PIC.2010-05-29, by reimar
-
Remove obsolete may_alias-related defines, lavu handles this now2010-05-29, by reimar
-
Actually run a detection whether external libass exists, instead2010-05-29, by reimar
-
Fix compilation if the compiler does not support -march=amdfam102010-05-29, by reimar
-
cosmetics: Drop leading '_' from noinputmodules variable.2010-05-29, by diego
-
misc cosmetics: K&R style nits, #include placement, indentation2010-05-29, by diego
-
Mark key_type structure as const.2010-05-29, by diego
-
getch2-os2.c: Add #include for the header that declares the public functions.2010-05-29, by diego
-
cosmetics: Remove some commented-out #includes, fix a comment grammar error.2010-05-29, by diego
-
Directly mark jpeg_buf_src() as void instead of using some indirection marcro.2010-05-29, by diego
-
add "lpcJ" fourcc for the RealAudio 1.0 codec.2010-05-28, by compn
-
Fix typo in message.2010-05-28, by reimar
-
stream_check_interrupt should sleep even if no callback is set.2010-05-28, by reimar
-
100l, stream_check_for_interrupt argument is not in usec,2010-05-28, by reimar
-
Document time scale for stream_check_interrupt argument.2010-05-28, by reimar
-
Document thatg time argument is in milliseconds.2010-05-28, by reimar
-
Improve handling of cache process/thread hanging/being killed.2010-05-28, by reimar
-
Fix cache process accidentally being killed by SIGUSR1.2010-05-28, by reimar
-
Use MSGT_DECVIDEO in a video decoder.2010-05-28, by cehoyos
-
Remove commented-out declaration of nonexisting function uGetTimer().2010-05-28, by diego
-
Drop pointless _t suffix from 'struct lavf_priv'.2010-05-28, by diego
-
Drop pointles _st suffix from struct mp_cmd_filter and mp_cmd_bind_section.2010-05-27, by diego
-
cosmetics: vertical alignment in msg module help output.2010-05-27, by diego
-
vf_yuy2 was removed after the 1.0rc3 branch was cut.2010-05-27, by diego
-
small cosmetics for the 1.0rc3 changelog2010-05-27, by diego
-
Fix a bunch of typos in the stream cache code.2010-05-27, by diego
-
Drop pointless _s suffix from 'struct af_stream'.2010-05-27, by diego
-
Drop pointless _st suffix from 'struct stream'.2010-05-27, by diego
-
Drop pointless _s suffix from struct ao_data.2010-05-27, by diego
-
cosmetics: Reformat in K&R coding style.2010-05-27, by diego
-
Remove two pointless void* casts.2010-05-27, by diego
-
Remove unnecessary demux_mkv_seek() forward declaration.2010-05-27, by diego
-
cosmetics: Drop pointless _s suffix from 'struct ad_functions'.2010-05-27, by diego
-
cosmetics: Drop pointless _s suffix from 'struct mp_image'.2010-05-27, by diego
-
cosmetics: Drop _s suffix from 'struct vd_functions'.2010-05-27, by diego
-
cosmetics: K&R coding style2010-05-27, by diego
-
cosmetics: K&R coding style2010-05-27, by diego
-
Retry reading even if we hit eof before.2010-05-26, by reimar
-
Switch ogg demuxing to lavf by default.2010-05-26, by reimar
-
Re-enable wakeup-on-signal for cache process.2010-05-26, by reimar
-
Disable waking the cache process up via a signal, it2010-05-26, by reimar
-
Both XVID and VDPAU decode our SIPP sample better than current libavcodec.2010-05-26, by cehoyos
-
Add missing RGB12 version of the fast OSD table.2010-05-26, by diego
-
Add support for decoding VP8 through libvpx wrapper in FFmpeg.2010-05-25, by diego
-
Remove obsolete new policy proposal draft from Michael.2010-05-25, by diego
-
Add support for STREAM_CTRL_SEEK_TO_TIME in ffmpeg streams2010-05-25, by hyc
-
whitespace cosmetics2010-05-25, by diego
-
whitespace cosmetics: fix indentation2010-05-25, by diego
-
cosmetics: vertical alignment in msg module help output2010-05-25, by diego
-
Remove some commented-out duplicate option entries.2010-05-25, by diego
-
K&R cosmetics: Fix '*' placement.2010-05-25, by diego
-
Remove unused forward declarations.2010-05-25, by diego
-
Samsung uses SIPP as FourCC for MPEG-4 ASP.2010-05-25, by cehoyos
-
support linking to fribidi without pkg-config2010-05-24, by siretart
-
make configure use pkg-config for fribidi checks2010-05-24, by siretart
-
Change -vo md5sum to not interleave U and V lines when calculating2010-05-24, by reimar
-
Fix OpenGL autodetection to not leave values at -1.2010-05-24, by reimar
-
Avoid decoding of 0-size packets. This also fixes that the main loop believes2010-05-23, by reimar
-
Use MP_NOPTS_VALUE as "default" pts for delayed frames instead of some2010-05-23, by reimar
-
Slightly reduce number of #ifs2010-05-23, by reimar
-
Use an extra define to simplify ifdefs2010-05-23, by reimar
-
Try reducing the #ifdef mess for the different cache variants.2010-05-23, by reimar
-
Extract the cache main loop into a separate function.2010-05-23, by reimar
-
Remove ambiguous language about indenting if-blocks.2010-05-23, by diego
-
Optimize cache behaviour for the many-consecutive-seeks case.2010-05-23, by reimar
-
Add code to wake up cache process when e.g. a seek is needed.2010-05-23, by reimar
-
Add ChangeLog entry about CineForm support.2010-05-23, by sesse
-
Add final missing bits of CineForm HD support on Linux (via the Windows2010-05-23, by sesse
-
Remove unused function MODULE_DecRefCount(), fixes the warning:2010-05-23, by diego
-
K&R coding style should be applied to new code.2010-05-23, by diego
-
cosmetics: reformat ad_pcm.c in K&R style2010-05-23, by diego
-
Add empty newline to separate function declarations, for better2010-05-23, by stefano
-
Ignore (but print out) offset with libtheora decoder.2010-05-22, by cehoyos
-
Do not use correct-pts for mpeg-ps: It breaks PAFF samples.2010-05-22, by cehoyos
-
Change WAV header updating in ao_pcm to allow to up to almost 4GB size.2010-05-21, by reimar
-
sync with en/mplayer.1 rev. 311732010-05-21, by jrash
-
Fix compilation broken by FFmpeg-r23201 that changed the api of error logging.2010-05-20, by iive
-
Cosmetics: make more compact the code for handle_jpeg(), this also allows2010-05-19, by stefano
-
Remove PI definition and use M_PI instead.2010-05-19, by stefano
-
Do not return pointer to on-stack memory.2010-05-19, by reimar
-
Fix return value (it was missing completely).2010-05-19, by reimar
-
Handle -wid Window being closed for direct3d and gl vos on Windows.2010-05-19, by reimar
-
13% faster yuv420 to rgb15 mmx.2010-05-19, by lorenm
-
40% faster yuv420 to rgb24 mmx.2010-05-19, by lorenm
-
Quit MPlayer if we receive a DestroyNotify event.2010-05-14, by reimar
-
vf_zr requires the lavc MJPEG encoder even when MEncoder has been disabled.2010-05-14, by diego
-
Remove duplicate and nonsense libavencoders #define for OpenCORE AMR-WB.2010-05-14, by diego
-
Check for termios.h before sys/termios.h.2010-05-14, by diego
-
Enable libavcodecs new MPEG-1 Audio float decoder.2010-05-14, by cehoyos
-
Fix compilation after r31173.2010-05-14, by cehoyos
-
remove vf_yuy2, functionality is replaced by -vf format=yuv22010-05-14, by siretart
-
Silence a gcc warning about char trying to be packed.2010-05-13, by cehoyos
-
move 'dvdsublang... moviename en,eng,' message to debug level.2010-05-13, by compn
-
Revert r31153. It failed to build on:2010-05-12, by ramiro
-
Mention removal of internal liba52 copy in Changelog.2010-05-12, by diego
-
10l: Use the directory part of the stylesheet path to create a directory.2010-05-11, by diego
-
cosmetics: Invoke all shell scripts during XML documentation build directly.2010-05-11, by diego
-
Create output directory when copying stylesheet.2010-05-11, by diego
-
Merge both XML documentation README files into one.2010-05-11, by diego
-
Do not run xmllint prior to building the XML documentation.2010-05-11, by diego
-
XML docs: Make xmllint-* targets a dependency of html-chunked-*/html-single-*.2010-05-11, by diego
-
Only mark targets whose names end in "clean" as phony.2010-05-11, by diego
-
docs: Update documentation to account for recent build system changes.2010-05-11, by diego
-
Make XML documentation build process nonrecursive.2010-05-11, by diego
-
Get rid of pointless variable indirection for XSL stylesheets.2010-05-11, by diego
-
libdvdcss is now synced to a recent upstream Subversion snapshot.2010-05-11, by diego
-
libdvdcss: Fix potential format string crash; check RPC status on disc access.2010-05-11, by diego
-
libdvdcss: OS/2 support; this merges upstream revisions 220 and 229.2010-05-11, by diego
-
libdvdcss: cosmetics: Fix FSF address and program name in license headers.2010-05-11, by diego
-
Fix compilation with --disable-fastmemcpy on x862010-05-11, by astrange
-
Use int instead of long to pass width parameters in non-public functions.2010-05-11, by ramiro
-
Pass a language variable to submakes instead of reading subdirectory Makefiles.2010-05-10, by diego
-
Default to rectangle=1 on Mesa DRI R200 drivers, much faster and less buggy.2010-05-09, by reimar
-
Minor code cleanup.2010-05-09, by reimar
-
yuv=5 supports brightness and contrast adjustment.2010-05-09, by reimar
-
add FLV4 fourcc to vp62010-05-09, by compn
-
Remove internal liba52 copy.2010-05-09, by diego
-
Use the system liba52 headers when internal liba52 is disabled, fixes:2010-05-09, by diego
-
cosmetics: Drop leading underscore from some commonly-used variable names.2010-05-09, by diego
-
Handle Y8/Y800 formats more similar to other YUV formats.2010-05-09, by reimar
-
Handle chroma texture size becoming 0, e.g. due to bad rounding.2010-05-09, by reimar
-
blackfin: fix yuv422 to yuv420 conversion2010-05-07, by mru
-
Remove references to some long-removed files.2010-05-07, by diego
-
Remove seemingly misplaced and commented-out liba52 #include.2010-05-07, by diego
-
Add support for 12-bit color mode on framebuffer devices.2010-05-06, by cehoyos
-
Fix compilation with old libschroedinger-dev installed.2010-05-06, by cehoyos
-
cosmetic: typo, this wasn't supposed to be plural2010-05-04, by aurel
-
Remove translated strings that are gone from the master translation.2010-05-04, by diego
-
alternative LGPL-licensed, MMX-optimized YUV to RGB conversion routines2010-05-04, by diego
-
the great MPlayer tab removal: part II2010-05-03, by diego
-
Put symlinks under revision control instead of generating them during make.2010-05-03, by diego
-
print a more detailed and more useful description of each stream with lavf2010-05-03, by aurel
-
10l: correctly use video_stream instead of audio_stream in the video section2010-05-03, by aurel
-
add ID_..._NAME to -identify for each lavf stream which has a title2010-05-03, by aurel
-
uniformize handling of aid and vid with lavf so that it matches handling of sid2010-05-03, by aurel
-
Silence permanent warning messages when decoding H264 over rtsp with2010-05-02, by cehoyos
-
Also print OpenGL renderer string with vendor and version with -v2010-05-01, by reimar
-
Continue probing even for score == AVPROBE_SCORE_MAX / 4 to match2010-05-01, by reimar
-
Use av_probe_input_format2 and avoid accepting detection2010-05-01, by reimar
-
Revert accidental change to default CFLAGS.2010-04-30, by reimar
-
Add configure detection for SDL backend for -vo gl.2010-04-30, by reimar
-
Avoid duplicating the GL/gl.h include.2010-04-30, by reimar
-
100l, open the customtex also in binary mode, not just the program.2010-04-30, by reimar
-
Fix compilation with gcc 2.95.3 (with --disable-ass).2010-04-28, by cehoyos
-
New hack for vobsub packet merging.2010-04-27, by iive
-
Move variable declaration into the block where it is actually used.2010-04-27, by reimar
-
Add llrintf test for FFmpeg.2010-04-27, by diego
-
Add missing input.h #include, fixes the warnings:2010-04-27, by diego
-
Move "screen" variable declaration below the relevant #ifdef, fixes the warning:2010-04-27, by diego
-
fix typo2010-04-27, by Gabrov
-
Fix compilation with live555 after libavutil r22965.2010-04-27, by cehoyos
-
synced with r310962010-04-25, by Gabrov
-
typo fixes2010-04-25, by Gabrov
-
Set vo_dwidth/vo_dheight for mouse movements work at least in windowed mode.2010-04-25, by reimar
-
Try other methods also if GetBusKey fails instead of failing completely.2010-04-25, by reimar
-
Missing space after if.2010-04-25, by reimar
-
Support mouse movements in SDL.2010-04-25, by reimar
-
Avoid duplicating mouse-movement command-generation code.2010-04-25, by reimar
-
Fix crash if a DVD is played with dvdnav:// and without video2010-04-25, by reimar
-
Deduplicate enable_mouse_movements declaration.2010-04-25, by reimar
-
Minor cosmetics.2010-04-25, by reimar
-
Add comment for endif.2010-04-25, by reimar
-
Support for auto-selecting the OpenGL backend.2010-04-25, by reimar
-
Add reinitialization support. Necessary for fullscreen on OSX.2010-04-25, by reimar
-
Handle SDL expose events with -vo gl.2010-04-25, by reimar
-
Missing space in error message.2010-04-25, by reimar
-
Simplify SDL key symbol mapping.2010-04-25, by reimar
-
Use the proper define for translating the tab key.2010-04-25, by reimar
-
Make uppercase characters and in general all ASCII characters work2010-04-25, by reimar
-
Share SDL initialization code.2010-04-25, by reimar
-
Remove unnecessary check.2010-04-25, by reimar
-
Fullscreen support for -vo gl using SDL.2010-04-25, by reimar
-
Set SDL window title.2010-04-25, by reimar
-
Window resizing support for -vo gl with SDL backend.2010-04-25, by reimar
-
Add sdl_common file and use it to share the input handling between -vo gl2010-04-25, by reimar
-
Use SDL_GL_ProcAddress to work around conflicts between -lGL2010-04-25, by reimar
-
Update copyright and email address.2010-04-25, by reimar
-
Clarify that the GL_TEXT_FRAGMENT_SHADER_ATI bug workaround is for OSX,2010-04-25, by reimar
-
Missing gl.h include for SDL backend.2010-04-24, by reimar
-
Slightly more correct ifdefs for vo_gl2.2010-04-24, by reimar
-
Add workaroound for yuv=7 mode - does hurt speed but not much2010-04-24, by reimar
-
Remove code to work around bugs in ancient libSDL versions, the code has been2010-04-24, by reimar
-
Try harder to find linked OpenGL functions.2010-04-24, by reimar
-
Disable OSD support by default if the necessary OpenGL functionality is missing.2010-04-24, by reimar
-
SDL support with related crash-resilience fixes.2010-04-24, by reimar
-
Some crash-resilience fixes.2010-04-24, by reimar
-
First steps to support -vo gl with SDL-based Window handling.2010-04-24, by reimar
-
10l: Remove leftover commented-out #include.2010-04-24, by diego
-
Remove unnecessary kd.h #include.2010-04-24, by diego
-
rename 'struct keymap' -> 'struct mp_keymap'2010-04-23, by siretart
-
include sys/kd.h on non-Linux architectures correctly2010-04-23, by siretart
-
VIDIX only works for Linux on the x86_64 architecture, not on other OSes.2010-04-22, by diego
-
Merge iopl()-related #ifdefs.2010-04-22, by diego
-
Do not check for __linux__ in a file that is only ever used on Linux.2010-04-22, by diego
-
Revert obscure hack that disables the malloc.h check on certain BSD platforms.2010-04-21, by diego
-
Update comment describing issues with ffaac.2010-04-20, by reimar
-
Cosmetics/indentation fixes.2010-04-20, by reimar
-
Add workaround for aac-sbr-ffaac-slow.mkv playing to slow with FFmpeg2010-04-20, by reimar
-
Remove explicit filename from Doxygen @file commands.2010-04-20, by diego
-
Tell x264 that we aren't going to give it timestamps.2010-04-20, by lorenm
-
Remove unused static function wsDummyEvents and related unused code, fixes:2010-04-20, by diego
-
Remove unused static function wsIOErrorHandler, fixes the warning:2010-04-20, by diego
-
Remove unused static function fsFileExist, fixes the warning:2010-04-20, by diego
-
Replace memalign(x) (x > 8) by av_malloc() to prevent crashes on systems2010-04-20, by zuxy
-
Synced with help_mp-en.h rev. 310322010-04-17, by jrash
-
sync with en/mplayer.1 rev. 310282010-04-17, by jrash
-
Merge two redundant if checks, patch by ubitux, ubitux gmail com.2010-04-16, by diego
-
cosmetics: reindent demux_ogg.c to K&R style plus some prettyprinting2010-04-16, by diego
-
Remove commented-out and long-gone dapsync options.2010-04-15, by diego
-
Mark ffaac as buggy (thus making faad default again) and2010-04-15, by reimar
-
Move functions that really do not need to be inlined from the header2010-04-15, by reimar
-
Remove dead code.2010-04-14, by cehoyos
-
Open cutomtex file in binary mode to avoid potential issues on2010-04-13, by reimar
-
typo fix found by ubitux2010-04-13, by compn
-
Make ASS processing work with both subtitle formats, the MKV one and the2010-04-12, by reimar
-
Fix build due to FFmpeg r22858 change (function rename).2010-04-12, by iive
-
the great MPlayer tab removal: part I2010-04-12, by diego
-
Fix build after FFmpeg symbol rename:2010-04-12, by diego
-
Add slave commands for loading and unloading audio filters at runtime.2010-04-11, by cehoyos
-
Fix build due to FFmpeg r22833 change (typedef rename).2010-04-11, by iive
-
Add osd_show_progression: Show progress bar and elapsed/total time.2010-04-09, by cehoyos
-
Add some fallback OpenGL defines to fix compilation on Windows.2010-04-07, by reimar
-
Generate dependency information as a sideeffect of compilation.2010-04-06, by diego
-
cosmetics: Reorder some x86-related preprocessor conditionals.2010-04-06, by diego
-
Do not print the "Loading cookie file" message twice.2010-04-05, by reimar
-
Try to fix VCD compilation on non-Linux systems.2010-04-05, by reimar
-
Add -MP to dependency command.2010-04-05, by diego
-
Drop unused DEPEND_CMD from config.mak; FFmpeg no longer needs it.2010-04-05, by diego
-
Remove unused functions.2010-04-05, by reimar
-
Export VCD tracks as chapters, just like for cue:// URLs.2010-04-05, by reimar
-
Change ifdefs to make more sense: HAVE_SSSE3 should only be around SSSE3-code,2010-04-05, by reimar
-
VBlankActiveFunc is a pointer to a parameterless function; mark it as such.2010-04-05, by diego
-
Fix RGB support for corevideo: corevideo can only support2010-04-05, by reimar
-
Enable OSD also for BGR32, the code is the same as for RGB32.2010-04-05, by reimar
-
Implement VOCTRL_DRAW_IMAGE instead of the deprecated draw_frame, avoiding2010-04-05, by reimar
-
Check texture dimensions instead of internal format in max texture2010-04-04, by reimar
-
Cosmetics/reindent.2010-04-04, by reimar
-
Avoid duplicating a condition.2010-04-04, by reimar
-
Print width before height,2010-04-04, by reimar
-
Fix width/height mixup in error message.2010-04-04, by reimar
-
Remove -O4 from FAAC check, it is in our standard CFLAGS already.2010-04-04, by diego
-
Directly use CFLAGS for ASFLAGS instead of duplicating the variable content.2010-04-04, by diego
-
Factor out the YUV->RGB conversion auto-selection and also2010-04-04, by reimar
-
cosmetics: prettyprint config.mak somewhat2010-04-04, by diego
-
Remove no longer necessary CONFIG_SWSCALE from config.h/config.mak.2010-04-04, by diego
-
Mark parameterless function declarations as (void). Fixes the warnings:2010-04-04, by diego
-
Mark input-related m_option_t arrays as const.2010-04-04, by diego
-
Mark vf_size_preset_fields m_option_t array as const.2010-04-04, by diego
-
Mark muxer-related m_option_t arrays as const.2010-04-04, by diego
-
Mark cfg_fields m_option_t array as const.2010-04-04, by diego
-
Mark dxr2_opts array as const.2010-04-04, by diego
-
Mark encoder-related m_option_t struct arrays as const.2010-04-04, by diego
-
Revert marking m_option struct member as const.2010-04-04, by diego
-
Share more code between the two ATI fragment shader YUV to RGB2010-04-04, by reimar
-
Try to detect and work around broken glXGetProcAddress on at2010-04-03, by reimar
-
Implement OpenGL-based YUV to RGB version for Radeon 9200 class2010-04-03, by reimar
-
Remove commented-out #include of a non-existing file.2010-04-03, by diego
-
Add a header for x264enc_set_param() instead of forward declaring it.2010-04-03, by diego
-
Remove pointless #ifdef CONFIG_LIBAVCODEC preprocessor check.2010-04-03, by diego
-
Mark m_option struct member as const.2010-04-03, by diego
-
Indentation fix.2010-04-03, by reimar
-
Add mpgl prefix to all OpenGL-related function pointers.2010-04-03, by reimar
-
dont mention base64 about sending attachments.2010-04-02, by attila
-
Cosmetics: Fix indentation.2010-04-02, by cehoyos
-
Do not try -march=native for icc.2010-04-02, by cehoyos
-
Change type to uint8_t to avoid checks depending on char signedness.2010-04-02, by reimar
-
updated example line for encoding to psp (acodec faac is now libfaac)2010-04-01, by ptt
-
updated table of libavcodec's audio codecs2010-04-01, by ptt
-
Sanitize ICY metadata a bit before printing it.2010-03-31, by reimar
-
Make audio switching with AVI demuxer chose the first audio stream2010-03-31, by reimar
-
Replace some "m" constraints by MANGLE to avoid issues with some compilers not2010-03-31, by reimar
-
rename eatgv -> ffeatgv, lpcm -> fflpcm2010-03-31, by attila
-
Add HAVE_STRERROR_R definition for FFmpeg to config.h.2010-03-28, by diego
-
Use (void) instead of () to indicate a parameterless function, fixes:2010-03-28, by diego
-
Add definition of CONFIG_LIBRTMP to config.h for FFmpeg.2010-03-28, by diego
-
Fix compilation after librtmp support in FFmpeg.2010-03-28, by reimar
-
Fix crash with incomplete yuv2 frames.2010-03-28, by reimar
-
Leave disabling SSE to the check_os_katmai_support always regardless of OS,2010-03-27, by reimar
-
Support concatenated YUV4MPEG files.2010-03-27, by reimar
-
Use calloc instead of malloc+memset2010-03-27, by reimar
-
Add const to some video_out extern declarations to match their definitions.2010-03-27, by reimar
-
Mark some more LIBVO_EXTERN declarations as const where possible.2010-03-27, by reimar
-
100l, fix frametime calculation for MPEG-2 files with frame rate extension.2010-03-27, by reimar
-
libswscale: Relicense almost all x86 assembler optimizations as LGPL.2010-03-27, by diego
-
Refactor OS X foreground process setting into a separate function.2010-03-26, by diego
-
cosmetics: Break some overly long lines.2010-03-26, by diego
-
Convert asm keyword to __asm__.2010-03-26, by diego
-
HAVE_MMX2 implies HAVE_MMX, so checking the latter is enough.2010-03-26, by diego
-
Remove unused OPTFLAGS variable from config.mak.2010-03-25, by diego
-
Remove unused MACOSX_BUNDLE config.mak entry.2010-03-25, by diego
-
Move some FFmpeg-specific entries to the FFmpeg section of config.mak.2010-03-25, by diego
-
Don't try to delete the global memory mutex in the Win32 loader code,2010-03-25, by sesse
-
Mark add_subtitles() as static, it is not used outside the file, fixes:2010-03-24, by diego
-
Remove /usr[/local]/lib/win32 from the list of Win32 codec search paths.2010-03-24, by diego
-
AltiVec implies a PPC CPU, so there is no need to check for both.2010-03-23, by diego
-
loader: Remove commented-out extra_ld_library_path cruft.2010-03-23, by diego
-
Do not compile AltiVec code when AltiVec is not available; not even in2010-03-23, by diego
-
Make http_read_response fail if parsing the response failed.2010-03-23, by reimar
-
Fix build due to codecs_path vs. codec_path typo.2010-03-23, by diego
-
Get rid of pointless def_path variable; use codec_path directly instead.2010-03-23, by diego
-
Real binary loader code should respect the binary codec path.2010-03-23, by diego
-
Reindent2010-03-22, by reimar
-
Start probing with a size matching the stream buffer size so it is possible2010-03-22, by reimar
-
Make all instances of codec_patch unconditional, otherwise2010-03-21, by attila
-
Rename SetCodecPath() --> set_codec_path().2010-03-21, by diego
-
Rename get_path.[ch] --> path.[ch].2010-03-20, by diego
-
Move SetCodecPath() from loader to get_path.c and make it unconditional.2010-03-20, by diego
-
sync with en/mplayer.1 rev. 309362010-03-20, by jrash
-
Remove unnecessary size limits and a related define for hm12 decoder.2010-03-19, by reimar
-
Use vd_raw to handle NV12/NV21 formats, since we support them as pixel formats2010-03-19, by reimar
-
Replace wrong condition name in #endif comment by correct instance.2010-03-19, by diego
-
Check whether COMPILE_ALTIVEC is defined, not if it is set to a 0/1 value.2010-03-19, by diego
-
Drop support for XANIM_MOD_DIR environment variable.2010-03-18, by diego
-
Reuse codec path variable used in the binary loader in the XAnim loader.2010-03-18, by diego
-
Extend the generic path of the yuv2rgb converter with support for rgb4442010-03-18, by cehoyos
-
cosmetics: indentation2010-03-18, by aurel
-
add support for lavf style extradata in vd_theora2010-03-18, by aurel
-
Remove unnecessary #ifdefs around harmless loader/codecpath.h #include.2010-03-18, by diego
-
Split codec path related code into a separate file to fix Windows build.2010-03-18, by reimar
-
Fix first line(s) of vo vdpau documentation.2010-03-18, by cehoyos
-
Fix thread safety issue in mreq_private: last_alloc was accessed from multiple2010-03-17, by sesse
-
Announce Windows XP SP2 instead of Windows 95 OSR2.2010-03-17, by sesse
-
Announce SMP support for Win32.2010-03-17, by sesse
-
Introduce mak_enable function to set variables in config.mak.2010-03-17, by diego
-
Rename SGI_MIPS architecture to plain MIPS.2010-03-17, by diego
-
Drop libavcodec_arch hack; ARCH can now be set directly in config.mak.2010-03-17, by diego
-
Lowercase arch and subarch values.2010-03-17, by diego
-
cosmetics: Drop leading underscore from cpuexts variables.2010-03-17, by diego
-
Make ff_config_enable work with lowercase values.2010-03-17, by diego
-
Split subarch handling off from generic arch handling.2010-03-17, by diego
-
Prefer FFmpeg AAC decoder over libfaad.2010-03-17, by diego
-
Rename libopencore AMR decoder entries.2010-03-17, by diego
-
Fix compilation after FFmpeg r22569 at least for some architectures.2010-03-17, by cehoyos
-
cosmetics: Drop leading underscores from arch variables.2010-03-17, by diego
-
Follow a more proper way to support -codecpath.2010-03-17, by komh
-
Fix return value of InitializeCriticalSectionAndSpinCount.2010-03-16, by sesse
-
Remove unused variable, fixes the warning:2010-03-16, by diego
-
Fix libmpcodecs/vd_qtvideo.c compilation on OS X:2010-03-16, by sesse
-
Remove some commented-out debugging and similar cruft.2010-03-16, by diego
-
Remove unnecessary forward declarations for a bunch of functions.2010-03-16, by diego
-
cosmetics: Move all functions before main().2010-03-16, by diego
-
Remove disabled flip_upside_down function; it has been unused for ages.2010-03-16, by diego
-
Remove unnecessary forward declaration of print_wave_header().2010-03-16, by diego
-
Fix compilation after FFmpeg r22565.2010-03-16, by cehoyos
-
Calculate width and height in mp4_header_process_vop().2010-03-15, by cehoyos
-
Fix value of bit counter at end of functions to prepare for future patches.2010-03-15, by cehoyos
-
Fix indentation in GetVersionExW.2010-03-15, by sesse
-
Add support for Apple's ProRes and AIC codecs, now that all prerequisites2010-03-15, by sesse
-
Implement GetVersionExW with the same data as GetVersionExA but taking in a2010-03-15, by sesse
-
Use the high-level QuickTime decoding APIs (DecompressSequenceFrameS and2010-03-15, by sesse
-
Relocate -codecpath description in alphabetical order.2010-03-15, by komh
-
Add -codecpath option.2010-03-15, by komh
-
Add CONFIG_DCT and CONFIG_DWT to config.h as well as to config.mak for FFmpeg.2010-03-15, by diego
-
Get rid of pointless tmppath variable in set_path_env().2010-03-14, by diego
-
variable renaming cosmetics: _have_yasm --> have_yasm2010-03-14, by diego
-
Remove unused MMX_FFT Makefile variable.2010-03-14, by diego
-
cosmetics: Simplify _codecsdir setting for MinGW and OS/2.2010-03-14, by diego
-
Add -Wstrict-prototypes to CFLAGS.2010-03-14, by diego
-
Use menu instead of GUI as example for an internal feature turned on by a flag.2010-03-14, by diego
-
Fix compilation after FFmpeg r22522.2010-03-14, by cehoyos
-
Replace separate Win32, XAnim and Real codec directories by one global dir.2010-03-14, by diego
-
fftheora supports 4:2:2 and 4:4:4 now2010-03-13, by conrad
-
sync with en/mplayer.1 rev. 308682010-03-13, by jrash
-
Add the 0xA109 format for speex, it is claimed to be officially registered (have2010-03-12, by reimar
-
Support extradata format of the speex.acm windows codec formerly available2010-03-12, by reimar
-
Fix crash if speex_packet_to_header fails.2010-03-12, by reimar
-
Add newlines to generated fragment program to make both fragment program dump2010-03-12, by reimar
-
Include libavutil/avutil.h for FFMIN2010-03-10, by komh
-
Include osdep/osdep.h instead of checking a platfrom specific macro to include2010-03-10, by komh
-
Return MP_NOPTS_VALUE if we can't figure out the pts, not 0.2010-03-09, by reimar
-
Improve handling of 0-size ogg packets.2010-03-09, by reimar
-
unbreak compilation after cleanups in libavutil/common.h2010-03-09, by siretart
-
Fix alpabetical order.2010-03-09, by cehoyos
-
Support SEGA CRI adx codec with demuxer lavf.2010-03-09, by cehoyos
-
Fix a syntax error in graph.h.2010-03-09, by sesse
-
Add copyright headers.2010-03-09, by sesse
-
Style changes as requested by Diego.2010-03-09, by sesse
-
Fix help text for --disable-win32dll.2010-03-09, by cehoyos
-
Commit files by Steinar Gunderson, forgotten in r30866.2010-03-09, by cehoyos
-
Fix compilation on powerpc with --disable-altivec2010-03-09, by siretart
-
Document x264 VUI options.2010-03-09, by corey
-
Add a note about what x264's 'aud' parameter is for.2010-03-09, by corey
-
Implement DirectShow filter graph.2010-03-08, by sesse
-
Correct QuickTime dpi output.2010-03-08, by sesse
-
Check for allocation failure for c->lumMmx2FilterCode and c->chrMmx2FilterCode.2010-03-08, by reimar
-
Fix memleak due to incorrect VirtualFree arguments: size must be 0 for MEM_RELEASE.2010-03-08, by reimar
-
We have some sort of DVD menu support nowadays.2010-03-08, by diego
-
Implement ResumeThread and SignalObjectAndWait.2010-03-08, by sesse
-
Increase mplayer buffer padding size to match the new one from ffmpeg.2010-03-07, by iive
-
Use FBIOPAN_DISPLAY for switching between pages, seems to work for more2010-03-07, by reimar
-
Add double-buffering support to vo_fbdev.2010-03-07, by reimar
-
Use int64_t instead of long for variable containing current playback time.2010-03-07, by reimar
-
Avoid duplication of usePal() macro.2010-03-06, by stefano
-
Add support to BGR444/RGB444 foreign endian output in libswscale.2010-03-06, by stefano
-
Fix QuickTime emulated OSErr type.2010-03-06, by sesse
-
Implement Win32 mutexes.2010-03-06, by sesse
-
Fix semaphore behavior in WaitForSingleObject.2010-03-06, by sesse
-
Make Win32 mutex and thread linked lists thread safe.2010-03-06, by sesse
-
Define O_BINARY in stream/stream.h unless it is defined yet, and use it2010-03-06, by komh
-
Enable ASS/SSA subtitle support in mencoder2010-03-05, by greg
-
Make GetModuleHandle(NULL) return a valid pointer.2010-03-05, by sesse
-
try to avoid returning odd slices.2010-03-05, by michael
-
Reuse fb_tty_fd for setting up the text area.2010-03-05, by reimar
-
sync with en/mplayer.1 rev. 308222010-03-05, by jrash
-
Partial revert of r30843.2010-03-05, by sesse
-
Support thread handles in WaitForSingleObject.2010-03-05, by sesse
-
Cosmetics: fix vertical alignment.2010-03-05, by benoit
-
libswscale: Extend the unaccelerated path of the unscaled yuv2rgb special2010-03-05, by benoit
-
Support BGR555, BGR565, RGB555 and RGB565 foreign endian output in2010-03-04, by cehoyos
-
Remove NUT specification stubs.2010-03-04, by diego
-
Run script with /bin/sh instead of bash.2010-03-04, by diego
-
Make emulated Win32 critical sections thread safe.2010-03-04, by sesse
-
cosmetics: Use consistent if expression syntax.2010-03-04, by diego
-
Use $() syntax instead of backticks, it is easier to nest.2010-03-04, by diego
-
Clarify that ssh is not required for committing to MPlayer.2010-03-04, by diego
-
Update URL for Subversion homepage.2010-03-04, by diego
-
Fix crashes in CreatePalette by fixing the LOGPALETTE struct.2010-03-04, by sesse
-
Fix manual reset behavior of Win32 events.2010-03-04, by sesse
-
Fix return values of WaitForSingleObject when checking an event.2010-03-04, by sesse
-
Define HAVE_SETMODE conditionally, and use it in stream/stream_file.c instead2010-03-04, by komh
-
1. Move the macros for priority classes for OS/2 from priority.c to osdep.h2010-03-04, by komh
-
Revert r30825, it was not supposed to be committed.2010-03-04, by stefano
-
Fill the r, g, b values used for computing the c->pal_yuv table in the2010-03-04, by stefano
-
Make swscale-test take in input the name of the input and the output2010-03-04, by stefano
-
Partially revert r30645, the final output format is determined by2010-03-03, by reimar
-
Save the new width and height earlier so that e.g. -geometry 30x30-50-502010-03-03, by reimar
-
Add support for specifying window position relative to right and bottom2010-03-03, by reimar
-
Simplify sscanf format strings and get rid of useless percent variable.2010-03-03, by reimar
-
Avoid very deep indentation level and RESET_GEOMETRY macro in -geometry2010-03-03, by reimar
-
Add a VCD support for OS/22010-03-03, by komh
-
Drop support for old-style DVB code.2010-03-02, by diego
-
Remove RTSP_MUXER from libavmuxers to fix compilation with --disable-network2010-03-02, by rectalogic
-
Add CONFIG_LSP to config.h for libavcodec compilation.2010-03-02, by diego
-
Remove unused and useless define.2010-03-01, by reimar
-
Fix memleak due to strdup'd filename not being freed.2010-03-01, by reimar
-
Move functions into proper order to avoid extra declarations.2010-03-01, by reimar
-
Deduplicate code to set stream start_pos/end_pos.2010-03-01, by reimar
-
Set stream->pos correctly after seeking to a VCD title.2010-03-01, by reimar
-
Ensure that cue_current_pos.track is not set to an invalid value after2010-03-01, by reimar
-
Fix off-by-one error in chapter<->VCD track conversion.2010-03-01, by reimar
-
Fix cue_read_toc_entry to also reject negative track numbers2010-03-01, by reimar
-
Implement cue:// track switching via chapter forward/backward like for audio CDs.2010-03-01, by reimar
-
Fix cue_vcd_get_track_end to not change the current position.2010-03-01, by reimar
-
Avoid fd_bin and fd_cue global variables.2010-03-01, by reimar
-
Avoid a global variable and a strcpy.2010-03-01, by reimar
-
Reindent.2010-03-01, by reimar
-
Avoid code duplication and excessively deep nesting in cue_find_bin2010-03-01, by reimar
-
Use sizeof instead of hardcoded size.2010-03-01, by reimar
-
Documentation: Add linebreak and try to be less ambiguous.2010-02-28, by cehoyos
-
Extend stream_read_line to support reading lines from UTF-16 encoded files2010-02-28, by reimar
-
sub_utf8 is handled as a value, not flags everywhere else, so change2010-02-28, by reimar
-
Make array describing the subtitle reader modules const.2010-02-28, by reimar
-
Move stream_read_line implementation from stream.h to stream.c,2010-02-28, by reimar
-
Simplify handling of 0-termination in stream_read_line2010-02-28, by reimar
-
Remove useless cast.2010-02-28, by reimar
-
Use negative return values for errors in pls_read_entry to make it match2010-02-28, by reimar
-
A playlist entry number of 0 is invalid for pls playlists.2010-02-28, by reimar
-
Improve integer overflow and realloc error handling in playlist parser.2010-02-28, by reimar
-
Reuse the keyframe flag from x264 instead of trying to derive it on our own.2010-02-28, by reimar
-
Use the KEYFRAME define instead of some magic number.2010-02-28, by reimar
-
Add cddb:// support for OS/22010-02-28, by komh
-
Make sws_dcVec static: It is only used inside libswscale/utils.c.2010-02-28, by cehoyos
-
Get rid of many ugly casts.2010-02-28, by cehoyos
-
Make close_toolame() static, only used in ae_toolame.c.2010-02-28, by cehoyos
-
Add support for reading key events from MinGW xterm.2010-02-28, by reimar
-
Make close_twolame() static, only used in ae_twolame.c.2010-02-28, by cehoyos
-
Fix warning "missing braces around initializer".2010-02-27, by cehoyos
-
Remove unused functions.2010-02-27, by cehoyos
-
Make -slave also work with the normal console on Windows.2010-02-27, by reimar
-
Support all line ending types in mp_input_read_cmd.2010-02-27, by reimar
-
Actually use existing uninit() function in remove_logo filter.2010-02-27, by cehoyos
-
Do not misuse the stdin name.2010-02-27, by reimar
-
Include getch2.h to get rid of some warnings.2010-02-27, by reimar
-
Fix cd_info_new() prototype.2010-02-27, by cehoyos
-
Remove unused static function mp_mp3_get_lsf().2010-02-27, by cehoyos
-
Threaded cache fixes: do not free the stream_t struct twice on windows2010-02-27, by reimar
-
Make function Gsm_Long_Term_Synthesis_Filtering() static, only used in xa_gsm.c.2010-02-27, by cehoyos
-
Remove unused static function play_tree_set_flag().2010-02-27, by cehoyos
-
Remove unused static function m_config_get_option_ptr().2010-02-27, by cehoyos
-
Remove unused static functions asx_list_add() and asx_list_remove().2010-02-27, by cehoyos
-
Remove unused static function vdlPlaybackCopyFrame().2010-02-27, by cehoyos
-
Include lirc.h in lirc.c to add missing prototypes.2010-02-27, by cehoyos
-
Remove unused static function send_lpcm_packet().2010-02-27, by cehoyos
-
Remove unused static function streaming_stop().2010-02-27, by cehoyos
-
Fix windows Gui compilation and remove some related typecasts.2010-02-27, by reimar
-
Update -vo gl info structs, it isn't X11-only since ages and there's basically2010-02-27, by reimar
-
100l, remove forgotten debugging code.2010-02-27, by reimar
-
Only prefer -vo gl over -vo x11 if hardware acceleration is available.2010-02-27, by reimar
-
Enable StructureNotifyMask before waiting for a DestroyNotify event.2010-02-27, by reimar
-
Remove pointless #ifdef checks for DEMUXER_H, which is never set.2010-02-27, by diego
-
Remove unnecessary stream.h #includes.2010-02-27, by diego
-
10l correct type for =a and =d constraints under x86-322010-02-27, by zuxy
-
Replace =A with =a and =d; make frequency calculation correct under x86-642010-02-27, by zuxy
-
Fix compilation of C++ source files (partly reverts r30744).2010-02-27, by cehoyos
-
Restructure #ifs to be clearer, also ensures that we return from the thread2010-02-27, by reimar
-
Port yuv=... auto-detection from gl to gl2.2010-02-26, by reimar
-
cosmetics: Rename "codecs_st" struct to just plain "codecs".2010-02-26, by diego
-
Mark character arrays as const.2010-02-26, by diego
-
Mark all fmt_list arrays as const.2010-02-26, by diego
-
Mark vf_opts/vf_opts_fields structures as const.2010-02-26, by diego
-
dots at end of sentences (kai driver section)2010-02-26, by ptt
-
synced to r306102010-02-26, by ptt
-
new sentences on new lines, cropdetect filter2010-02-26, by ptt
-
it's synced up to r305152010-02-26, by ptt
-
Do not cast the results of malloc/calloc/realloc.2010-02-26, by diego
-
mention that on windows, you've to use the netstream.exe to build the2010-02-26, by attila
-
sync with en/mplayer.1 rev. 306772010-02-26, by jrash
-
Reorder vos: prioritize -vo gl above -vo x11 and -vo matrixview down with aa, caca etc.2010-02-25, by reimar
-
Add const to ass_read_stream fname argument, the string is not modified.2010-02-25, by reimar
-
Mark stream open filename parameter as const, the filename string is not2010-02-25, by reimar
-
Add cast to proper type.2010-02-25, by reimar
-
Make more option-parsing related function arguments const.2010-02-25, by reimar
-
Remove unused function declaration.2010-02-25, by reimar
-
Make local-only cddb functions static.2010-02-25, by reimar
-
Add const to mpvdec declaration2010-02-25, by reimar
-
Remove declarations of functions now already declared in stream.h2010-02-25, by reimar
-
Fix check for wrong variable: len can be unitialized but not normally < 0,2010-02-25, by reimar
-
Fix silly type of guiGetEvent argument to use void * instead of char * and2010-02-25, by reimar
-
Remove pointless empty line.2010-02-25, by stefano
-
Apply consistency nit.2010-02-25, by stefano
-
Unconditionally declare fast_memcpy() and mem2agpcpy().2010-02-25, by diego
-
Define O_BINARY if it is undefined.2010-02-25, by komh
-
Include libmpcodecs/vd.h for declaration of "fullscreen".2010-02-25, by zuxy
-
Disable old-style implicit rules to fix MinGW/Cygwin compilation2010-02-23, by reimar
-
Fix compilation: the dct64_MMX_func variable should be declared only once,2010-02-23, by reimar
-
Add #includes for mp_input_check_interrupt() and mplayer_put_key(), fixes:2010-02-23, by diego
-
Reorder buffer debug. Also print out if slice was buffered.2010-02-23, by ramiro
-
add older lhacm codec for formats 0x70-0x73 to codecs.conf2010-02-23, by compn
-
FFmpeg Bink video now supports alpha channel2010-02-23, by kostya
-
Add -Wmissing-prototypes to CFLAGS if available.2010-02-23, by diego
-
Mark theRenderProc() as static, it is only used within the file.2010-02-23, by diego
-
Add header for macosx_finder_args() instead of forward declaring it.2010-02-23, by diego
-
Reset output color after each line.2010-02-23, by zuxy
-
Mark sleep_accurate() as static, it is only used within the file.2010-02-22, by diego
-
Clarify that AC3/DTS passthrough is also possible with HDMI.2010-02-22, by tack
-
Update my (Jason Tackaberry) email address and contributions in AUTHORS2010-02-22, by tack
-
Mark vcd_get_track_end () and vcd_read_toc() as static.2010-02-22, by diego
-
Conditionally declare mp_input_slave_cmd_func().2010-02-22, by diego
-
Properly declare get_term_charset() instead of forward declaring it.2010-02-22, by diego
-
Get the proper codec id when a WAVE_FORMAT_EXTENSIBLE extension exists in a2010-02-22, by tack
-
Output WAVE_FORMAT_EXTENSIBLE extension in wave header when waveheader2010-02-22, by tack
-
Add required mplayer.h and access_mpcontext.h #includes.2010-02-22, by diego
-
Mark data argument of my_ao_write() function as const.2010-02-22, by diego
-
Mark member info of struct ad_functions_s as const.2010-02-22, by diego
-
Mark a bunch of video filter structures as const.2010-02-22, by diego
-
Remove commented-out cruft line.2010-02-22, by diego
-
Remove pointless '#if 1' preprocessor directive.2010-02-22, by diego
-
Add declaration for exp_EH_prolog_dummy().2010-02-22, by diego
-
Declare all public mp3lib functions in mpg123.h.2010-02-22, by diego
-
wording fixes2010-02-22, by diego
-
Declare functions from network.c in network.h.2010-02-22, by diego
-
Move struct streaming_control from network.h to stream.h, where it is used.2010-02-22, by diego
-
Remove commented-out declaration of non-existing function streaming_start.2010-02-22, by diego
-
Declare externally used variables from vd.c as extern in vd.h.2010-02-22, by diego
-
Declare public function print_vprp() in aviprint.h.2010-02-21, by diego
-
Add public function VideoForWindowsVersion() to the appropriate header file.2010-02-21, by diego
-
Add header for v4l2_write() instead of forward declaring it.2010-02-21, by diego
-
Declare stream_fill_buffer() and stream_seek_long() unconditionally.2010-02-21, by diego
-
Add header for asf_mmst_streaming_start() instead of forward declaring it.2010-02-21, by diego
-
Only #define WIN32_LOADER if it has not been #defined already, fixes warning:2010-02-21, by diego
-
Add header for exported DVB-related functions.2010-02-21, by diego
-
cosmetics: Move functions around to avoid forward declarations and #ifdefs.2010-02-21, by diego
-
Drop weird and unnecessary _s/_st suffixes from demuxer struct names.2010-02-21, by diego
-
Add names to anonymous structs sh_common, sh_audio, sh_video, sh_sub.2010-02-21, by diego
-
cosmetics: Rename struct vf_instance_s --> vf_instance.2010-02-21, by diego
-
Fix fps output with -identify when frame rate extension is used for MPEG-22010-02-21, by reimar
-
Initialize frame rate extension fields in mp_header_process_sequence_header2010-02-21, by reimar
-
Parse and use the information from the frame rate extension header for MPEG-2.2010-02-21, by reimar
-
Rename open() vf initialization function to vf_open().2010-02-21, by diego
-
FFmpeg supports Bink, let MPlayer play it as well2010-02-21, by kostya
-
Add malloc.h #include for memalign(), fixes the warning:2010-02-21, by diego
-
Explain that -mc 0 will need -noskip.2010-02-20, by reimar
-
Mark ad_functions_t structures and mpcodecs_ad_drivers array as const.2010-02-20, by diego
-
cosmetics: Remove pointless empty lines at EOF.2010-02-20, by diego
-
Add asx_parser_build_tree() to asxparser.h instead of forward declaring it.2010-02-20, by diego
-
Mark m_config_get_option_ptr() as static, it is only used within the file.2010-02-20, by diego
-
Add standard license header.2010-02-20, by diego
-
cosmetics: K&R coding style, indent with 4 spaces, no tabs2010-02-20, by diego
-
Print response headers as debugging output also for HTTP seeks.2010-02-20, by reimar
-
10l, fix a close() that should be a closesocket()2010-02-20, by reimar
-
Do not discard stream buffer on eof, instead reuse it to slightly improve2010-02-20, by reimar
-
Replace misuse of stream_reset to set stream pos to 0 by more appropriate code.2010-02-20, by reimar
-
Print demuxer name in "freeing demuxer" message.2010-02-20, by reimar
-
FFmpeg: Add HAVE_ALIGNED_{8,16} to config.h on ppc and x86.2010-02-20, by diego
-
FFmpeg: Add tomi to architecture list.2010-02-20, by diego
-
Fix mov reference files: for video/quicktime mime do not force a demuxer2010-02-20, by reimar
-
Print all 64 bits of seek position.2010-02-20, by reimar
-
Make sure we do not try to use IPv6 with winsock2, we end up connecting2010-02-20, by reimar
-
Send VOCTRL_PAUSE/VOCTRL_RESUME events also when pausing for idle mode.2010-02-19, by reimar
-
Move code that makes the filter chain match the desired output format into2010-02-19, by reimar
-
Remove some pointless '#if 1' preprocessor directives.2010-02-19, by diego
-
Add dvd_parse_chapter_range() to stream_dvd.h instead of forward declaring it.2010-02-19, by diego
-
Fix the stack crash(SYS3171) on OS/2 when playing qtaudio/qtvideo.2010-02-19, by komh
-
Add missing 'defined' for __bsdi__.2010-02-19, by komh
-
Remove pointless '#if 1' preprocessor directives.2010-02-19, by diego
-
cosmetics: Remove commented-out #include.2010-02-19, by diego
-
TOOLS/realcodecs: Remove pointless '#if 1' preprocessor directives.2010-02-19, by diego
-
sync with en/mplayer.1 rev. 306112010-02-19, by jrash
-
Replace platform preprocessor check by HAVE_DOS_PATHS.2010-02-19, by komh
-
Remove useless CONFIG_SETLOCALE2010-02-19, by komh
-
DirectShow requires stride to be a multiple of 4 for RGB24/BGR24, add2010-02-18, by reimar
-
Merge declaration and initialization.2010-02-18, by reimar
-
DShow and DMO decoders need MP_IMGFLAG_COMMON_PLANE2010-02-18, by reimar
-
Call mpcodecs_config_vo with the proper image format for dmo and dshow codecs.2010-02-18, by reimar
-
Add av_alias define as a hack to fix compilation of intreadwrite.h without2010-02-18, by reimar
-
Reindent and fix brace placement.2010-02-18, by stefano
-
Vertically align a list of comparisons in sws_getCachedContext().2010-02-18, by stefano
-
Merge two if conditions, allow to decrese the level of indentation of2010-02-18, by stefano
-
Add a InitializeCriticalSectionAndSpinCount function.2010-02-18, by reimar
-
Add a GetModuleHandleW implementation.2010-02-18, by reimar
-
Use snprintf to ensure we do not write outside the buffer bounds2010-02-18, by reimar
-
Use new FFmpeg WMA Voice decoder.2010-02-18, by cehoyos
-
Add header #include for print_wave_header() instead of a forward declaration.2010-02-18, by diego
-
Add header for functions exported from vo_zr.c and use it appropriately.2010-02-18, by diego
-
Remove forward declarations for non-existing functions readPPOpt, revertPPOpt.2010-02-18, by diego
-
Add required header #include for config.h.2010-02-18, by diego
-
Mark some more functions that are not used outside of their files as static.2010-02-18, by diego
-
Add header for AVI print functions; avoids many forward declarations.2010-02-18, by diego
-
Handle negative height in draw_slice from FFmpeg in vd_ffmpeg.c, since at2010-02-17, by reimar
-
Add header for asf_check_header, read_asf_header; avoids forward declarations.2010-02-17, by diego
-
#include proper header for skip_audio_frame() instead of forward declaring it.2010-02-17, by diego
-
Add header for demux_ogg_open, init_avi_with_ogg; avoids forward declarations.2010-02-17, by diego
-
Remove demux_ogg-related declarations that are no longer necessary.2010-02-17, by diego
-
Mark demux_ogg_sub_id() as static; it is not used outside of the file.2010-02-17, by diego
-
Move up demux_ogg_sub_id, demux_ogg_sub_reverse_id; avoids forward declarations.2010-02-17, by diego
-
Add read_avi_header() to aviheader.h; avoids forward declarations.2010-02-17, by diego
-
Add header file for store_ughvlc(); avoids forward declarations.2010-02-17, by diego
-
Add mp_getbits() to mpeg_hdr.h to avoid a forward declaration.2010-02-17, by diego
-
libmpdemux: Remove pointless leftover '#if 1' preprocessor instructions.2010-02-17, by diego
-
Add header for ty_ClearOSD(), ty_processuserdata(); avoids forward declarations.2010-02-17, by diego
-
Add separate header for mp_a52_framesize(); avoids forward declarations.2010-02-17, by diego
-
Add config.h header #include; it is required for the HAVE_BIGENDIAN check.2010-02-17, by diego
-
Add separate header for aac_parse_frame(); avoids forward declarations.2010-02-17, by diego
-
Add separate header for real_fix_timestamp(); avoids forward declarations.2010-02-17, by diego
-
Mark mp_mp3_get_lsf() as static; it is not used outside of the file.2010-02-17, by diego
-
Mark mov_build_index() as static; it is not used outside of the file.2010-02-17, by diego
-
libmpdemux: Mark functions not used outside of their files as static.2010-02-17, by diego
-
Document several new x264 parameters.2010-02-17, by corey
-
Update x264 defaults listed in the man page.2010-02-17, by corey
-
Ignore .ho files in loader/wine/.2010-02-17, by diego
-
libmpcodecs: Remove pointless leftover '#if 1' preprocessor instructions.2010-02-17, by diego
-
Revert marking seemingly unused XAnim-binary-related functions as static.2010-02-17, by diego
-
Revert marking seemingly unused RealAudio/RealVideo-related functions as static.2010-02-17, by diego
-
Mark ALS fourcc as internal only.2010-02-17, by reimar
-
Support FFmpeg's ALS decoder.2010-02-16, by reimar
-
Move struct typedef pixbuf into the only .c file where it is used.2010-02-16, by reimar
-
Remove useless malloc casts.2010-02-16, by reimar
-
Remove unused XPM-loading function pixbuf_load_xpm() from spuenc.c.2010-02-16, by reimar
-
Fix win32 gui compilation.2010-02-16, by reimar
-
stream: Mark functions not used outside of their files as static.2010-02-16, by diego
-
libvo: Mark functions not used outside of their files as static.2010-02-16, by diego
-
libmpcodecs: Mark functions not used outside of their files as static.2010-02-16, by diego
-
#include corresponding .h files in .c files.2010-02-16, by diego
-
Add header for init_global_rawdv_decoder() instead of forward declaring it.2010-02-16, by diego
-
Add header file for mplayer_audio_read() instead of forward declaring it.2010-02-16, by diego
-
Add header file for sis_init_video_bridge() instead of forward declaring it.2010-02-16, by diego
-
VIDIX: #include drivers.h in drivers.c.2010-02-16, by diego
-
VIDIX: Mark some functions not used outside their files as static.2010-02-16, by diego
-
Remove pointless header #includes; #include only required header stdint.h.2010-02-16, by diego
-
Remove unused variable.2010-02-14, by reimar
-
Use memset to initialize huge arrays.2010-02-14, by reimar
-
Remove pointless explicit member initialization to 0 when the struct2010-02-14, by reimar
-
Use calloc instead of malloc+memset2010-02-14, by reimar
-
Add support for decoding 4:2:2 and 4:4:4 Theora files.2010-02-14, by reimar
-
Make len unsigned. More correct anyway and avoids sign extension to 64 bit2010-02-14, by reimar
-
Simplify and slightly speed up avi_stream_id function.2010-02-14, by reimar
-
Declare vf_menu_pause_update in libmenu/menu.h.2010-02-14, by diego
-
Directly mark structs as WINE_PACKED where all members are marked as packed.2010-02-14, by diego
-
Simplify.2010-02-14, by reimar
-
Move movie_aspect extern declaration to libmpcodecs/vd.h.2010-02-14, by diego
-
Move GUI-related extern declarations to a GUI header file.2010-02-14, by diego
-
GUI: Mark functions that are not used outside their files as static.2010-02-14, by diego
-
Avoid using sscanf for basic parsing, it is horribly slow.2010-02-14, by reimar
-
Avoid forward declarations for import_initial_playtree_into_gui() and2010-02-14, by diego
-
Add xscreensaver_heartbeat() declaration to x11_common.h.2010-02-14, by diego
-
Rename gui/mplayer/gtk/menu.[ch] --> gui/mplayer/gtk/gtkmenu.[ch].2010-02-14, by diego
-
Declare mp_input_register_options() in input/input.h.2010-02-14, by diego
-
GUI: #include associated .h files in .c files.2010-02-14, by diego
-
Check that fontconfig version is at least 2.4.2, which is required for the2010-02-14, by reimar
-
Reindent2010-02-14, by reimar
-
Just use goto instead of reimplementing it badly with a do { } while (0) and2010-02-14, by reimar
-
Change aspect calculation code to switch to floating point earlier so integer2010-02-14, by reimar
-
QuickTime X supports SAR in H.264.2010-02-14, by diego
-
Return NULL instead of 0 for function returning a pointer.2010-02-14, by reimar
-
Mark uninit() as static; it is only used within the file.2010-02-14, by diego
-
Remove useless casts.2010-02-14, by reimar
-
Remove useless code, QUERY_FORMAT already ensures the requested format is supported.2010-02-14, by reimar
-
Make vd_functions_t describing codecs const.2010-02-14, by reimar
-
Rename exit_reason_t enum to exit_reason and do not typedef it.2010-02-14, by diego
-
Make vd_info_t const for pointer in vd_functions, avoids some warnings about2010-02-14, by reimar
-
Fix exit_player() usage throughout the codebase.2010-02-14, by diego
-
Remove excessive ()2010-02-14, by reimar
-
Remove stray '/' from comment block, fixes the warning:2010-02-13, by diego
-
Remove unused variables, fixes the warnings:2010-02-13, by diego
-
add netspeak versions of truespeech and gsm audio codecs to codecs.conf2010-02-13, by compn
-
10l: Revert previous commit about CONFIG_HARDCODED_TABLES/CONFIG_MPEGAUDIO_HP.2010-02-13, by diego
-
Use normal way to add CONFIG_HARDCODED_TABLES/CONFIG_MPEGAUDIO_HP to config.mak.2010-02-13, by diego
-
Move def_hardcoded_tables to the FFmpeg section of config.h, where it belongs.2010-02-13, by diego
-
Fix shared library libavutil check: test for av_clip instead of av_gcd.2010-02-13, by diego
-
osdep/mplayer.rc.o depends on version.h.2010-02-13, by diego
-
Move the check for valid sh_video into the init_vo_spudec, this fixes a crash2010-02-13, by reimar
-
Dynamically increase probe size for lavf demuxer up to 2 MB.2010-02-12, by reimar
-
Mark all ad_info_t/vd_info_t structure declarations as const.2010-02-12, by diego
-
Explain WIN32_LOADER definition hack.2010-02-12, by diego
-
Get rid of pointless CONFIG_QTX_CODECS --> QTX preprocessor indirection.2010-02-12, by diego
-
Synced with help_mp-en.h rev. 305152010-02-12, by jrash
-
Fix linking of loader test programs when loader is disabled.2010-02-12, by diego
-
Add win32 loader support for OS/22010-02-12, by komh
-
Improve comment for GeoCodec.dll2010-02-11, by cehoyos
-
Remove pointless egcs #ifdefs; that compiler was never supported.2010-02-11, by diego
-
Remove extern "C" declarations from loader code.2010-02-11, by diego
-
Move one more FFmpeg-related definition to the FFmpeg section of config.h.2010-02-11, by diego
-
Move some FFmpeg-related definitions to the FFmpeg section of config.h.2010-02-11, by diego
-
Move def_dos_paths to a better place within config.h; not just FFmpeg uses it.2010-02-11, by diego
-
add comment about geov codec crashing on win32 in codecs.conf2010-02-11, by compn
-
GeoCodec.dll also supports fourcc GEOX.2010-02-11, by cehoyos
-
Support GEOV video codec: Hangs on exit2010-02-11, by cehoyos
-
Add stubs for several functions, needed for CineForm codec.2010-02-09, by reimar
-
libass: fix PAR correction2010-02-09, by greg
-
There is Indeo 5 decoder in FFmpeg now, so register it2010-02-09, by kostya
-
Fix linking of mp3lib test programs when internal mp3lib is disabled.2010-02-08, by diego
-
Fix linking of liba52 test program when internal liba52 is disabled.2010-02-08, by diego
-
Remove disabled AVIFILE-specific preprocessor code.2010-02-08, by diego
-
Merge some preprocessor conditionals where appropriate.2010-02-08, by diego
-
Fix subtitle display for DVDs using fade-in/fade-out.2010-02-06, by reimar
-
Make mkalpha function simpler, faster and more correct.2010-02-06, by reimar
-
synced with r305152010-02-06, by Gabrov
-
sync with en/mplayer.1 r304362010-02-06, by jrash
-
Simplify how usesVFilter and usesHFilter are set.2010-02-05, by stefano
-
Apply misc fixes to sws_getCoefficients() doxy.2010-02-05, by stefano
-
Satisfy consistency need:2010-02-05, by stefano
-
Prefer libavformat over our own mov demuxer also for video/quicktime2010-02-05, by reimar
-
Release pin enumerator after we are done using it.2010-02-05, by reimar
-
Add support for loading ASS subtitles through the stream layer and thus e.g.2010-02-05, by reimar
-
Fix hang with -fixed-vo due to VOFLAG_HIDDEN never being removed from window_state.2010-02-05, by reimar
-
Add function to translate SWS_CS_* to coefficient array2010-02-05, by conrad
-
Prefix EXTERN_ASM to global variables to match them to an extern prefix of C.2010-02-05, by komh
-
Remove '.section' causing the following assembler error on OS/2.2010-02-05, by komh
-
Print messages only after we are sure preinit will not fail anymore.2010-02-05, by reimar
-
Add support for VOFLAG_HIDDEN to the w32 backend.2010-02-04, by reimar
-
Set the PixelFormat right after creating the window and set it only once.2010-02-04, by reimar
-
Create the OpenGL probe window as a hidden Window on X11.2010-02-04, by reimar
-
Mention rtmp and rtsp specifically as formats supported via ffmpeg.2010-02-04, by reimar
-
Enable RTSP and SDP demuxers if network support is enabled, they can now be used.2010-02-04, by reimar
-
100l: Fix compilation (broken by me).2010-02-04, by cehoyos
-
Clarify -vo vdpau:pullup2010-02-04, by cehoyos
-
Audio buffer is too large so that it takes too long time to respond to audio2010-02-04, by komh
-
Implement shuffle_bytes_abcd() functions and use them for shuffling2010-02-03, by stefano
-
Replace incorrect usage of strncpy.2010-02-03, by reimar
-
Reindent2010-02-03, by reimar
-
Add support for FFmpeg's rtsp dummy URL-with-pseudo-demuxer scheme.2010-02-03, by reimar
-
Use vo_x11_clearwindow instead of XClearWindow, both for consistency and also2010-02-03, by reimar
-
Fix argument order for lseek, fixes cookie loading in Windows and in general2010-02-03, by reimar
-
Checks ipv6_mreq/sockaddr_in6/sockaddr_sa_len for FFmpeg2010-02-03, by komh
-
Add missing license headers to test programs for external libraries.2010-02-03, by diego
-
Remove a duplicated vo_x11_sizehint, vo_x11_nofs_sizepos already calls this2010-02-02, by reimar
-
Remove pointless initializers and also set geometry_*_changed to 0 when2010-02-02, by reimar
-
Mention yuv=2 auto-detection in Changelog.2010-02-02, by reimar
-
Document auto-detection of -vo gl:yuv=... value.2010-02-02, by reimar
-
Add support for autodetection during preinit and use that to detect a default2010-02-02, by reimar
-
Avoid using options before autodetectGlExtensions to allow it to change them properly.2010-02-02, by reimar
-
Remove vo_config_count check from uninit, it should always be safe to run.2010-02-02, by reimar
-
Revert r30324 which broken the struct addrinfo check by making it always pass.2010-02-02, by reimar
-
Estimate pts of additional frame generated by tfields also if correct-pts is2010-02-01, by reimar
-
Enable query_format for vf_tfields to make sure it isn't used for formats2010-02-01, by reimar
-
Fix -vf tfields=1 so it does not read out of bounds or leave parts of the2010-02-01, by reimar
-
Reword tfields documentation to reflect that it works mostly with MPlayer,2010-02-01, by reimar
-
Add OS/2 KAI audio driver support2010-02-01, by komh
-
misc fixes2010-02-01, by diego
-
Disable FFmpeg's network protocols if --disable-network was specified.2010-01-31, by reimar
-
Fix compilation for new Bink audio decoder.2010-01-31, by cehoyos
-
Explain the need for a MEncoder version of the logging facilities.2010-01-31, by diego
-
Add missing license header.2010-01-31, by diego
-
Fix layout for the mouse/joystick controls sections.2010-01-31, by diego
-
Declare support for the pixel formats:2010-01-31, by stefano
-
Document that -af-adv force=0 currently does the same as =12010-01-31, by reimar
-
Blackfin: use SRAM only when CONFIG_SRAM is set2010-01-31, by mru
-
Add license header to all top-level files missing them.2010-01-30, by diego
-
Add missing multiple inclusion guards.2010-01-30, by diego
-
Add missing #include, fixes the warning:2010-01-30, by diego
-
Add license header to all files missing it in the stream subdirectory.2010-01-30, by diego
-
Reindent.2010-01-30, by stefano
-
Use a consistent convention for the names of the internal wrapper2010-01-30, by stefano
-
stream/rtp.h appears not to originate from dvbstream.2010-01-30, by diego
-
Add some more definitions for FFmpeg to config.h:2010-01-30, by diego
-
Add missing license headers to all files in the libmpcodecs directory.2010-01-30, by diego
-
Remove confusing comment.2010-01-30, by diego
-
Add missing license headers.2010-01-30, by diego
-
cosmetics: Convert DOS linebreaks to Unix linebreaks.2010-01-30, by diego
-
license header cosmetics2010-01-30, by diego
-
Add standard license header to C tools missing them.2010-01-30, by diego
-
Fix randomness of the swscale-test output.2010-01-30, by stefano
-
Add missing license header and multiple inclusion guards.2010-01-30, by diego
-
Make the code match the documentation by making higher-quality but slower2010-01-30, by reimar
-
Support more qscale types in most post-processing filters.2010-01-29, by reimar
-
sync with en/mplayer.1 r304362010-01-29, by jrash
-
Explain why we still disable the ALSA resampler even though it is probably2010-01-28, by reimar
-
Try the more specific names first for the SwapInterval function to make it less2010-01-28, by reimar
-
glXSwapIntervalEXT is defined to take different arguments from glXSwapIntervalSGI,2010-01-28, by reimar
-
Fix input/output channel mixup in the pan filter description.2010-01-28, by diego
-
Stopping maintainership for -vo (x)mga2010-01-27, by attila
-
Simplify and correct loop condition, also avoids a compiler warning for unused result.2010-01-27, by reimar
-
Fix newline removal code that might read and write out of bounds.2010-01-27, by reimar
-
Make mp3lib the default MP3 decoder again, it is a good bit faster on2010-01-27, by reimar
-
Declare variable closer to where it is used.2010-01-27, by reimar
-
Remove a useless global variable.2010-01-27, by reimar
-
Do not needlessly make local variable static.2010-01-27, by reimar
-
Remove useless initializers.2010-01-27, by reimar
-
Do not needlessly use (file-)global variables.2010-01-27, by reimar
-
Rename swscale-example to swscale-test, to better reflect the intended2010-01-27, by stefano
-
Remove ds_fill_buffer calls from demux_resync, they cause issues at least with2010-01-26, by reimar
-
Enable parsing for ASF audio streams.2010-01-26, by reimar
-
Add an option to cropdetect to periodically reset the detected area.2010-01-26, by reimar
-
Use isAnyRGB() where possible2010-01-26, by michael
-
Add 3 more RGB makros that allow specifying RGB in bytes and any rgb/bgr.2010-01-26, by michael
-
Rename isRGB() and isBGR() as their meaning is confusing.2010-01-26, by michael
-
Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks, slightly2010-01-25, by stefano
-
Fix mis-computation of the needsDither variable erroneously introduced2010-01-24, by stefano
-
Use av_malloc to ensure sufficient alignment and also free at least some2010-01-24, by reimar
-
If audio was identified as DTS in the PMT do not override that with TrueHD2010-01-24, by reimar
-
Fail ad_pcm initialization of WAVEFORMATEX header is missing instead of crashing.2010-01-24, by reimar
-
Add support for parsing MLP and TrueHD.2010-01-24, by reimar
-
Revert the xvmc part of r30422: VCR2 at least worked with xvmc at some point.2010-01-24, by cehoyos
-
Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks.2010-01-24, by stefano
-
Add forgotten declaration of ds_clear_parser.2010-01-24, by reimar
-
Remove now unused variables.2010-01-24, by reimar
-
VCR2 fails for mpeg12, decodes incorrectly (and cannot be fixed) for2010-01-24, by cehoyos
-
Reset the parser on seek. Should fix some cases of audio "blips" after seeking.2010-01-24, by reimar
-
Move the resync-related code into more consistent places instead of having it2010-01-24, by reimar
-
Use av_get_bits_per_pixel() for computing the bits per pixel of the2010-01-24, by stefano
-
Fix ftp support to properly support large files > 2GB.2010-01-24, by reimar
-
new year in version string2010-01-24, by Gabrov
-
typo fix, accidently reverted the new year patch with previous commit2010-01-24, by Gabrov
-
synced with r304142010-01-24, by Gabrov
-
big new year patch for documentations2010-01-24, by Gabrov
-
Indent.2010-01-24, by ramiro
-
Don't redefine M_PI. It is already defined from libavutil/mathematics.h.2010-01-24, by ramiro
-
Split swscale.c into scaler code (swscale.c) and utility code (utils.c).2010-01-24, by ramiro
-
Switch -vf halfpack to use only public API of libswscale.2010-01-23, by reimar
-
Make the scale filter prefer yuv conversions that do not need chroma scaling.2010-01-23, by reimar
-
Remove the query_format_cache, it is extra complexity that makes improvements2010-01-23, by reimar
-
Simplify loop condition2010-01-23, by reimar
-
clean up netstream docs in TOOLS/README2010-01-23, by compn
-
Make sure that a qstride of 0 (intentional or not) does not completely break2010-01-23, by reimar
-
Always call cache_uninit to immediately free everything cache-related if we2010-01-23, by reimar
-
Call cache-uninit unconditionally, it should always be safe to call.2010-01-23, by reimar
-
Change code to allow playing a stream even if enabling the cache failed2010-01-23, by reimar
-
Make cache_init static, it is not used outside this file2010-01-23, by reimar
-
Support more formats for -ao pcm in raw mode.2010-01-23, by reimar
-
Handle Content-Length also when Content-Type is not set.2010-01-23, by reimar
-
Use atoll to parse Content-Length to support http for files > 2GB.2010-01-23, by reimar
-
Add an exit() to silence a gcc warning and ensure forked code will never2010-01-23, by reimar
-
100l, shouldn't write to memory after freeing it.2010-01-23, by reimar
-
Reindent.2010-01-23, by reimar
-
Zero freed pointers.2010-01-23, by reimar
-
Check for fork failing and make sure cache_uninit always frees the cache data2010-01-23, by reimar
-
sync with en/mplayer.1 r303362010-01-22, by jrash
-
Remove any auto-inserted lavc filter.2010-01-22, by reimar
-
Fix sub_free to actually free the subtitle data.2010-01-22, by reimar
-
Fix a memory leak in the subreader.2010-01-22, by reimar
-
Replace strncat by av_strlcat which is easier to verify for correctness.2010-01-22, by reimar
-
Also handle ASS subtitles when removing subtitles via sub_remove slave command.2010-01-22, by reimar
-
Avoid duplicating code to remove subtitles (sub_remove slave command).2010-01-22, by reimar
-
Move array specifiers outside DECLARE_ALIGNED() invocations2010-01-22, by mru
-
Disable all hwaccel glue code from FFmpeg.2010-01-21, by diego
-
x264 version 0.83 is required.2010-01-21, by cehoyos
-
Fix compilation after FFmpeg r21353.2010-01-21, by cehoyos
-
More const-correctness for sws_scale2010-01-21, by conrad
-
Document some more of SwsContext.2010-01-20, by ramiro
-
Avoid more pointless tests, the input and output formats need to be2010-01-20, by stefano
-
Split overly long line.2010-01-19, by stefano
-
Make selfTest() perform tests where both the input and output formats2010-01-19, by stefano
-
Create libavutil/avconfig.h, required for FFmpeg compilation.2010-01-19, by diego
-
synced with r303362010-01-19, by ptt
-
Make const prototypes for input sources of sws_scale_* stricter.2010-01-19, by benoit
-
swscale-example: Add comment about the use of av_{malloc,free}.2010-01-19, by ramiro
-
Set HAVE_FAST_CLZ according to CPU type.2010-01-19, by zuxy
-
Remove useless forward declaration.2010-01-19, by ramiro
-
User friendly warning message that gives out names of source and target formats2010-01-19, by zuxy
-
swscale-example: use av_malloc()2010-01-19, by mru
-
Split long line.2010-01-18, by stefano
-
Convert int -> enum PixelFormat in doTest().2010-01-18, by stefano
-
synced with r301972010-01-18, by ptt
-
Define out currently unused static functions.2010-01-18, by zuxy
-
add uldx and vspx fourcc to ffodivx in codecs.conf2010-01-18, by compn
-
Support for detection of AMD Phenom.2010-01-18, by zuxy
-
Remove stray '\' at the end of macro definitions.2010-01-17, by stefano
-
Remove duplicated or pointless newlines.2010-01-17, by stefano
-
Factorize error message logging, log it if the converter cannot be2010-01-17, by stefano
-
Reindent after the last commit.2010-01-17, by stefano
-
Make the pal2rgbWrapper set and use the converter in pal2rgbWrapper2010-01-17, by stefano
-
Remove double const2010-01-17, by mru
-
Factorize error message logging in rgb2rgbWrapper().2010-01-17, by stefano
-
Add a proper header for our strsep implementation so strsep will2010-01-17, by reimar
-
Reuse the fmt-conversion code instead of duplicating the functionality.2010-01-17, by reimar
-
Add big- and little-endian variants of the 15 and 16 bit RGB/BGR formats.2010-01-17, by reimar
-
Do not depend on PIX_FMT_RGB32 which is (currently?) not part of the public API.2010-01-17, by reimar
-
More format support in fmt-conversion.c: split RGB32 and BGR322010-01-17, by reimar
-
Reindent2010-01-17, by mru
-
Remove inline from initFilter()2010-01-17, by mru
-
Hack to avoid a GUID_NULL clash on 64 bit MinGW.2010-01-17, by reimar
-
Add hack to fix tvi_dshow compilation with 64-bit MinGW2010-01-17, by reimar
-
Mention systems that have received major build fixes recently in the Changelog.2010-01-17, by reimar
-
Set ASFLAGS and HAVE_VFP_ARGS needed to compile for ARM with VFP/NEON support.2010-01-17, by reimar
-
Also try linking against dxguid for SDL test.2010-01-17, by reimar
-
Change GUID declarations in vo_directx to be static.2010-01-17, by reimar
-
Change GUID declarations in tvi_dshow so they are not exported and thus2010-01-17, by reimar
-
Add a const qualifier in a cast, fix the gcc warning:2010-01-17, by stefano
-
Add a const qualifier in a cast, fix the gcc warning:2010-01-17, by stefano
-
Allow anything starting with "arm" to be used as --target for ARM CPUs2010-01-16, by reimar
-
Fix typo, "get rid off" -> "get rid of".2010-01-16, by stefano
-
Mention levelconv -vo gl suboption in Changelog.2010-01-16, by reimar
-
Document levelconv -vo gl suboption.2010-01-16, by reimar
-
Add support for adjustable TV <-> PC level conversion.2010-01-16, by reimar
-
Revert r30331, which broke compilation.2010-01-16, by stefano
-
Prefer enum PixelFormat to int as the parameter type of2010-01-16, by stefano
-
Declare with av_unused the variable alpMmxFilter, fix the gcc warning:2010-01-16, by stefano
-
Factorize the code which calls the non optimized C functions in2010-01-16, by stefano
-
Prefer "to %s%s" over "to%s %s", slightly more readable.2010-01-16, by stefano
-
Simplify code in sws_getContext() which logs if the destination format2010-01-16, by stefano
-
Document some of SwsContext.2010-01-16, by ramiro
-
Reuse h{lum,chr}Filter{,Pos} variables for MMX2 fast_bilinear horizontal scaler.2010-01-16, by ramiro
-
Factorize code which logs the source and destination formats in2010-01-16, by stefano
-
Manually add --nxcompat --no-seh --dynamicbase to linker flags if available,2010-01-16, by reimar
-
Fix struct addrinfo check, its definition might not allow actually allocating it.2010-01-16, by reimar
-
Fix sockaddr_storage check to work with winsock/MinGW2010-01-16, by reimar
-
Add HAVE_FAST_CLZ define and set it to 0 to keep the status quo for now.2010-01-16, by reimar
-
HAVE_INLINE_ASM for FFmpeg should be one since we only support2010-01-16, by reimar
-
Document some of the ext_stub magic.2010-01-16, by reimar
-
100l, forgot to change the "magic" value in the stub also in the place replacing it.2010-01-16, by reimar
-
add AV1x, AVup and VDTZ fourcc to ffrawuyvy and VDTZ to rawuyvy2010-01-16, by compn
-
Simplify reset_ptr(): employ usePal() macro rather than enumerating2010-01-16, by stefano
-
synced with r303112010-01-16, by Gabrov
-
Add symbol versioning for shared libraries2010-01-16, by mru
-
We only need to disable seeking back in ad_ffmpeg when we actually _use_2010-01-15, by reimar
-
Don't initialize normal horizontal filter if MMX2 filter is used.2010-01-15, by ramiro
-
-demuxer rawaudio data will often need parsing (e.g. when it is used for raw2010-01-15, by reimar
-
added a missing full stop2010-01-15, by ptt
-
Set _optimizing for x86-64.2010-01-15, by zuxy
-
The undocumented x86-64 is a better fallback for core2 than nocona.2010-01-15, by zuxy
-
Add -fno-common to avoid misalignment for global var under win32 like what2010-01-15, by zuxy
-
Set HAVE_FAST_CMOV to 0 for NetBurst based x86-64 processors, e.g. Prescott.2010-01-15, by zuxy
-
Const correctness for src pointer. Remove all constness related warnings in2010-01-15, by zuxy
-
Fix typo in r303022010-01-15, by zuxy
-
Fix typo.2010-01-15, by stefano
-
Remove unused clip_table code.2010-01-14, by ramiro
-
Fix compilation after recent changes in FFmpeg.2010-01-14, by cehoyos
-
Add const qualifier to rgb48 to YV12 functions' src.2010-01-14, by ramiro
-
Add missing parameter to rgb48 to YV12 functions.2010-01-14, by ramiro
-
Use double-precision constants instead of single precision that gets cast to double.2010-01-13, by reimar
-
Use double instead of float for pts.2010-01-12, by cehoyos
-
Avoid linking in assembler-optimized code that will never be used.2010-01-12, by reimar
-
Add very experimetal support for the Sun C compiler.2010-01-12, by reimar
-
Change -pipe check to avoid misdetecting it as available for Sun's compiler.2010-01-12, by reimar
-
Use ARCH_X86_32 instead of the compiler-specific __i386__2010-01-12, by reimar
-
Remove hackish and not actually working code to make vidix compile with2010-01-12, by reimar
-
Remove a check that simply can not have worked since it relied on a completely2010-01-12, by reimar
-
Add checks for exp2, exp2 and log2f required by FFmpeg.2010-01-12, by reimar
-
100l, fix typo that caused ad_hwac3 to fail to compile.2010-01-12, by reimar
-
/nop is illegal with Apple's older version of gas, this was fixed elsewhere2010-01-12, by conrad
-
Attempt a simple hack to fix -ac hwdts2010-01-12, by reimar
-
Make sure that sfence is used after any non temporal stores.2010-01-12, by zuxy
-
More changes needed to make ad_hwac3 truly independent from liba52.2010-01-11, by reimar
-
Let the format filter do the AC3 endianness conversion instead of duplicating2010-01-11, by reimar
-
MPlayer's format now correctly identifies AC3 as either little- or big-endian,2010-01-11, by reimar
-
Add support for distinguishing between little- and big-endian SPDIF AC32010-01-11, by reimar
-
More uses of AF_FORMAT_IS_AC32010-01-11, by reimar
-
Use AF_FORMAT_IS_AC3 in ao_oss.c2010-01-11, by reimar
-
Make ad_hwac3 independent of liba52. Needs a minor amount of code duplication,2010-01-11, by reimar
-
Use af_fmt2bits, it should give more sensible values than snd_pcm_format_physical_width,2010-01-11, by reimar
-
Add a hack to af_fmt2bits to recognize AC3 as a 16-bit format, since this2010-01-11, by reimar
-
Use af_fmt2bits instead of reimplementing it.2010-01-11, by reimar
-
Add and use AF_FORMAT_IS_AC3 macro.2010-01-11, by reimar
-
Revert r30170, AF_FORMAT_AC3 is supposed to be the special mask,2010-01-11, by reimar
-
mark cfhdvfw decoder as working on windows only2010-01-11, by compn
-
Avoid redefinition of RGB_PLANAR2PACKED24 as the template is included for2010-01-11, by zuxy
-
cosmetics: {} placement.2010-01-11, by ramiro
-
Search X11 headers and libraries also in /usr/local/..., should ease2010-01-10, by reimar
-
Do not use FreeBSD's cpuinfo file on x86_64 either, as on x86_32 it will not2010-01-10, by reimar
-
FFmpeg uses ifdef in Makefiles for CONFIG_MPEGAUDIO_HP and CONFIG_HARDCODED_TABLES.2010-01-10, by reimar
-
Place a volatile at a more appropriate place.2010-01-10, by reimar
-
Change dummy value to fit into int.2010-01-10, by reimar
-
Remove return statement from function that has no return value.2010-01-10, by reimar
-
Move mp3lib priority below libavcodec mp2/mp3 audio decoders.2010-01-10, by reimar
-
Fix OpenGL detection for OpenSolaris where -lXdamage is necessary.2010-01-10, by reimar
-
Only print "using sdl-config" if we actually used it for SDL detection.2010-01-10, by reimar
-
Avoid excessive fflush in dbgprintf if we didn't even print anything.2010-01-10, by reimar
-
Fix RegCloseKey to not return an error on success.2010-01-10, by reimar
-
Call XSync after XShmAttach to avoid a possible race-condition with shmctl.2010-01-10, by reimar
-
Prefer libdca over libdts2010-01-10, by reimar
-
Use !isspace() to replace isalnum() to avoid filename mismatch under MBCS2010-01-10, by zuxy
-
Quote test arguments that may be empty2010-01-10, by reimar
-
Disable internal copy of liba52 by default, libavcodec should be an2010-01-10, by reimar
-
IPv6 in FFmpeg is not supported for MinGW, so do not set CONFIG_IPV6 for that case.2010-01-09, by reimar
-
MMX(2) accelerated yuv420->rgb24 routine, trivial as essentially as it just2010-01-09, by zuxy
-
Remove unused PREFETCHW macro2010-01-09, by zuxy
-
Add several make variables to make --enable-hardcoded-tables actually compile.2010-01-09, by reimar
-
Add support for --enable-hardcoded-tables like FFmpeg has.2010-01-09, by reimar
-
Fix MP1 with demuxer lavf in MPEG (PS) files.2010-01-09, by cehoyos
-
Fix fbdev2 to work with Intel framebuffer.2010-01-09, by reimar
-
Fix vo_fbdev to also work with Intel framebuffer.2010-01-09, by reimar
-
add binary cineform hd vfw decoder to codecs.conf2010-01-08, by compn
-
Ignore 0-height slice in sws_scale, otherwise a final 0-height slice will2010-01-08, by reimar
-
vf crop: do not generate 0-size slices, they are pointless and also confuse2010-01-08, by reimar
-
libass needs at least freetype 2.2.12010-01-08, by greg
-
mark ffqclp as working in codecs.conf, works on all my samples2010-01-08, by compn
-
Update internal libass copy to commit 8db4a52010-01-08, by greg
-
Cosmetics: Fix indentation2010-01-08, by cehoyos
-
QCELP is part of libavcodec.2010-01-08, by cehoyos
-
Fix libass API checks2010-01-08, by greg
-
update wishlist2010-01-08, by compn
-
sync with en/mplayer.1 r301972010-01-08, by jrash
-
Implement sws_isSupportedInput() and sws_isSupportedOutput().2010-01-07, by stefano
-
Happy new year!2010-01-07, by zuxy
-
Remove const to avoid a bunch of GCC warnings against discarded qualifiers and2010-01-07, by zuxy
-
Avoid the error message "Unsupported PixelFormat -1" for ffh264 decoding2010-01-07, by zuxy
-
Support rtmp:// URLs directly instead of requiring ffmpeg://rtmp://2010-01-06, by reimar
-
Simplify ffmpeg stream support, we (so far) do not need any special option parsing.2010-01-06, by reimar
-
add MVLZ and MVDV binary decoders to codecs.conf2010-01-06, by compn
-
map zjpeg to ffmjpeg in codecs.conf2010-01-05, by compn
-
add blox binary codec to codecs.conf2010-01-05, by compn
-
add three ADV1 binary codecs to codecs.conf2010-01-05, by compn
-
Move MatrixView video output check below OpenGL check, it depends on OpenGL.2010-01-05, by diego
-
vo_png now depends on libavcodec, not libpng.2010-01-05, by diego
-
Change license terms for matrixview to GPLv2 "or later", all known2010-01-05, by reimar
-
Remove pointless variable declaration from DirectFB check.2010-01-04, by diego
-
Add missing stdlib.h #include to fribidi check.2010-01-04, by diego
-
Remove pointless printf call in libmp3lame test.2010-01-04, by diego
-
Pass proper parameters to dlopen/dlsym/vsscanf to avoid configure test warnings.2010-01-04, by diego
-
Pass a proper va_list type to vsscanf() test in configure.2010-01-04, by diego
-
At startup and while seeking avoid to introduce pointless sleeps and possibly2010-01-04, by reimar
-
Also reset time_frame and next_frame_time on reset, it makes no sense to2010-01-04, by reimar
-
Invoke pci_db2c.awk as an argument to awk instead of letting the shell run it.2010-01-04, by diego
-
cosmetics: Break multiple statements on one line apart.2010-01-04, by diego
-
Remove previous failed attempt at disabling that auto-generation of some C code.2010-01-04, by diego
-
Add required header #includes to satisfy 'make checkheaders'.2010-01-04, by diego
-
Drop -Iloader from CPPFLAGS for the loader subdirectory.2010-01-04, by diego
-
Add loader/wine/ to DIRS; its headers should be part of checkheaders.2010-01-04, by diego
-
Add missing config.h #include.2010-01-04, by diego
-
Refactor real --> float #define to a typedef in a common header.2010-01-04, by diego
-
Add missing header #includes to fix 'make checkheaders'.2010-01-04, by diego
-
Add a few missing header #includes and #defines.2010-01-04, by diego
-
Remove unused variable; fixes the warning:2010-01-04, by diego
-
Add multiple inclusion guards to all mp3lib headers.2010-01-04, by diego
-
Add missing config.h #include; remove a redundant one.2010-01-04, by diego
-
Add missing license headers for vo_matrixview code.2010-01-04, by diego
-
Refer to MatrixView instead of MPlayer in code taken from MatrixView.2010-01-04, by diego
-
Clarify which version of the GPL applies to MPlayer.2010-01-04, by diego
-
cosmetics: tabs to spaces, some reindentation2010-01-04, by diego
-
Fix fribidi check to avoid spamming the console with error messages.2010-01-04, by diego
-
Remove ARGB support from matrixview vo, it is quite pointless and causes2010-01-04, by reimar
-
Fix a few typos in the matrixview section.2010-01-04, by diego
-
Add a few definitions used by FFmpeg to config.h:2010-01-04, by diego
-
prettyprinting cosmetics2010-01-04, by diego
-
Disambiguate HEADER_SIZE definition in stream/librtsp and stream/realrtsp.2010-01-04, by diego
-
Make vo gl print the OpenGL vendor and version strings.2010-01-03, by reimar
-
Replace deprecated sws_scale_ordered usages by sws_scale (which does the same).2010-01-03, by reimar
-
Avoid memleaks when vo_direct3d initialization fails.2010-01-03, by reimar
-
Modify -vo direct3d so we do not have to link against d3d9.dll, it might2010-01-03, by reimar
-
Some Changelog updates.2010-01-03, by reimar
-
Enable all FFmpeg protocols by default, they seem to build without issue2010-01-03, by reimar
-
100l, vo_png must go in SRCS_MPLAYER, not SRCS_COMMON.2010-01-03, by reimar
-
Change vo_png to use FFmpeg's png encoder instead of libpng.2010-01-03, by reimar
-
Add missing avcodec_close to vf_screenshot.2010-01-03, by reimar
-
Prefer enum PixelFormat over int for the type of the format parameter2010-01-03, by stefano
-
Basic -vo matrixview documentation.2010-01-03, by reimar
-
Finally add matrixview vo.2010-01-03, by reimar
-
Document -vo gl colorspace suboption.2010-01-03, by reimar
-
Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for the2010-01-03, by stefano
-
Add pointers to a few more standard OpenGL functions to ease future extensions.2010-01-03, by reimar
-
Fixup SDL configure check:2010-01-03, by reimar
-
Do not assume that "long" is the size of a register.2010-01-03, by reimar
-
Also detect fontconfig when it requires -liconv2010-01-03, by reimar
-
Change fribidi check to also work without fribidi-config.2010-01-03, by reimar
-
Add support for JPEG2000 via FFmpeg/OpenJPEG2010-01-03, by reimar
-
Also support decoding of 8-bit-per-component dpx files.2010-01-03, by reimar
-
Simplify usePal() macro, make it use av_pix_fmt_descriptors.2010-01-03, by stefano
-
Simplify getSubSampleFactors(), make it use the values provided by2010-01-03, by stefano
-
Mark AC3 as 16-bit format, this simplifies alignment calculation and fixes2010-01-02, by reimar
-
Several hacks to fix compilation of tvi_dshow on MinGW64.2010-01-02, by reimar
-
Fix typo in code disabling VIDIX on mingw642010-01-02, by reimar
-
Disable vidix on 64 bit MinGW compiles, it seems to fail compiling and2010-01-02, by reimar
-
Fix compilation if FreeType is not available, in particular do not try to build2010-01-01, by reimar
-
Simplify range-checking functions for subopt parsing.2010-01-01, by reimar
-
Fix function declarations to avoid casting function pointers.2010-01-01, by reimar
-
Slightly generalize code to generate YUV->RGB conversion table and add2010-01-01, by reimar
-
sync with en/mplayer.1 r301352010-01-01, by jrash
-
Make YUV->RGB conversion coefficients selectable for -vo gl.2010-01-01, by reimar
-
Do not needlessly use the BP register in x86_64-specific code, there are2010-01-01, by reimar
-
One more fix for -vf scale with alpha.2010-01-01, by reimar
-
Also pass alpha plane to swscale, avoids crashes when converting between2010-01-01, by reimar
-
Add support for YUV format with alpha and fix the codecs.conf entry for vp6a2009-12-31, by reimar
-
Also pass the 4th plane for planar formats on to libavcodec.2009-12-31, by reimar
-
Try to put the list of output formats for vf_scale in a more sensible2009-12-31, by reimar
-
Deduplicate the mp_image planes allocation code.2009-12-31, by reimar
-
Add support for FFmpeg's ffv210 codec.2009-12-31, by reimar
-
Add support for 16-bit per component YUV formats.2009-12-31, by reimar
-
First steps to supporting different YUV->RGB conversion definitions.2009-12-31, by reimar
-
Extract functions to generate yuv->rgb matrices and lookup tables into a2009-12-31, by reimar
-
Put the colourspace-related variables into a separate struct to ease2009-12-31, by reimar
-
Make code slightly more readable.2009-12-31, by reimar
-
Fix crash if http reply contains neither "Accept-Ranges" nor "Server" fields.2009-12-31, by reimar
-
More readable fourcc for ffflac2009-12-31, by reimar
-
Add a hack for broken youtube servers not returning Accept-Ranges.2009-12-30, by reimar
-
add tm2x / tm2a binary decoder2009-12-30, by compn
-
Make the ffmpeg decoders for DTS and AC3 the default.2009-12-30, by reimar
-
Support 440P in scale filter.2009-12-30, by reimar
-
FFmpeg JPEG codecs can output 440p format.2009-12-30, by reimar
-
Add support for 440p colorspace.2009-12-30, by reimar
-
Support all planar YUV formats in OpenGL vos.2009-12-30, by reimar
-
Add a helper function to get the chroma scale shift and use to simplify mpi setup.2009-12-30, by reimar
-
sync w/r30135 (up to date at last!)2009-12-29, by gpoirier
-
cosmetics: tabs to spaces, K&R function declarations, cuddle else clauses2009-12-29, by diego
-
change bandwidth value to bandwidth bytes2009-12-29, by compn
-
Do not use correct-pts for mpeg-ts and matroska: It breaks PAFF samples.2009-12-28, by cehoyos
-
Revert r30100: It breaks some mov and asf samples.2009-12-28, by cehoyos
-
Remove unused variable, fixes the warning:2009-12-28, by diego
-
add lavc yuv rawcodecs to codecs.conf2009-12-27, by compn
-
Add support for parsing audio streams (though should be easy to extend to video)2009-12-27, by reimar
-
Remove currently unneeded members accidentally added in the last revision.2009-12-27, by reimar
-
Introduce a sh_common struct that contains the parts in common by the audio, video2009-12-27, by reimar
-
Remove one more incorrect direct ass.h include.2009-12-27, by reimar
-
Move do_render_osd function to avoid a forward declaration.2009-12-27, by reimar
-
vo_x11_classhint name argument should be const, since we pass string constants there.2009-12-27, by reimar
-
Return the actually playing audio/video id for get_property, not the one2009-12-27, by reimar
-
lavc Interplay Video decoder now supports 16-bit mode too2009-12-27, by kostya
-
Subtitle are now also available without video, so remove that2009-12-27, by reimar
-
Use the same condition to decide if the audio/video id property is2009-12-27, by reimar
-
When setting audio or video track make sure we will not try to2009-12-27, by reimar
-
Print a ANS_ERROR reply if one of the *_property slave command fails.2009-12-27, by reimar
-
Set some freed pointers to NULL.2009-12-26, by reimar
-
Free playtree_iter upon exiting MPlayer2009-12-26, by reimar
-
Support mp_image with allocated palette.2009-12-26, by reimar
-
Remove only use if MP_IMGFLAG_RGB_PALETTE to allow giving the flag a slightly2009-12-26, by reimar
-
Restore the old value of planes[1] in vf_palette at the end to ensure2009-12-26, by reimar
-
sync with en/mplayer.1 r300752009-12-26, by jrash
-
Fix grammar/missing verb in description.2009-12-25, by reimar
-
Remove unnecessary entries from extension_table, these formats are already2009-12-25, by reimar
-
Add a (unfortunately rather long) explanation on how and when to use it2009-12-25, by reimar
-
force cdg to lavf demuxer in extensions.c, misdetected as mpeg otherwise2009-12-24, by compn
-
Revert renaming of process_force_style to restore compilation against2009-12-24, by reimar
-
Some ugly hacks to make compiling against a newer external version of libass work.2009-12-24, by reimar
-
rename process_force_style to ass_process_force_style to match the API2009-12-24, by reimar
-
Remove more direct includes of libass/ass.h2009-12-24, by reimar
-
create CDGR fourcc in mp_taglist and add ffcdgraphics to codecs.conf2009-12-24, by compn
-
Register lavc Aura 2 decoder2009-12-23, by kostya
-
Register lavc Aura decoder2009-12-23, by kostya
-
Allow passing variants of "mingw32" as system name to --target. This ensures2009-12-23, by diego
-
Do not use correct-pts by default for demuxer lavf, it breaks all PAFF files.2009-12-22, by cehoyos
-
Remove parameters no longer used in h[yc]scale().2009-12-21, by ramiro
-
Move fast bilinear scaler code to the existing h[yc]scale_fast() functions.2009-12-21, by ramiro
-
Rename function pointers used to convert from the input pixel format to the2009-12-21, by ramiro
-
Check if chroma horizontal scaler is needed in sws_init_swScale().2009-12-21, by ramiro
-
Remove unused fields from SwsContext.2009-12-21, by ramiro
-
Do not auto-generate the C code to handle PCI vendor and device names.2009-12-20, by diego
-
sync w/r297312009-12-20, by gpoirier
-
Remove unused debugging output about total number of printed lines.2009-12-20, by diego
-
Employ slightly better variable names for output files.2009-12-20, by diego
-
Eliminate completely pointless print_includes function.2009-12-20, by diego
-
Use "mingw32" instead of "mingw32msvc" as system name for MinGW with --target.2009-12-20, by diego
-
Do not autogenerate vidix/pci_names.h.2009-12-20, by diego
-
Indentation.2009-12-20, by ramiro
-
Indent.2009-12-20, by ramiro
-
Set fast_bilinear functions in sws_init_swScale().2009-12-20, by ramiro
-
Remove pointless return statements from functions that return nothing.2009-12-20, by diego
-
Move code to write multiple inclusion guards to generated files into functions.2009-12-20, by diego
-
Set horizontal scaler's range conversion in context in sws_init_swScale().2009-12-20, by ramiro
-
Set horizontal scaler's src offsets in context in sws_init_swScale().2009-12-20, by ramiro
-
cosmetics: Use more consistent formatting style for generated files.2009-12-20, by diego
-
cosmetics: Use a consistent formattting style; tabs to spaces.2009-12-20, by diego
-
Change %f to %e in generated fragment programs to avoid losing precision unnecessarily.2009-12-20, by reimar
-
Run vidix/pci_db2c.awk directly instead of passing it to awk.2009-12-20, by diego
-
VP6F has to be flipped for binary decoder.2009-12-20, by cehoyos
-
Slightly improve vo_gl suboption documentation.2009-12-19, by reimar
-
Define GL_GENERATE_MIPMAP ourselves if necessary.2009-12-19, by reimar
-
Fix compilation with internal ASS when no ass header is installed system-wide.2009-12-19, by reimar
-
Add support for auto-generating mipmaps in vo_gl, should ease2009-12-19, by reimar
-
Make -vo gl:customprog also work with RGB input (obviously those need to be2009-12-19, by reimar
-
Fix a broken indentation.2009-12-19, by reimar
-
Enable running fragment programs with YUV_CONVERSION_NONE2009-12-19, by reimar
-
Make ass_mp.h use the system-libass headers when the internal one is disabled.2009-12-19, by reimar
-
Never include ass.h and ass_types.h directly, use ass_mp.h instead.2009-12-19, by reimar
-
Experimental support for external libass.2009-12-19, by reimar
-
Rename GL_* defines to CONFIG_GL_*2009-12-19, by reimar
-
Add x11_common as dependency for OpenGL with X11 backend.2009-12-19, by reimar
-
Make the check for X11 and WIN32 backends for OpenGL separate.2009-12-19, by reimar
-
Add a missing const, fixes a compiler warning.2009-12-18, by reimar
-
Allow pulseaudio to restore the previous volume on init instead of forcing to2009-12-18, by reimar
-
Get rid of global volume variable, it is only used for temporary values.2009-12-18, by reimar
-
Use on-stack subtitle struct for temporary storage for passing subtitles on2009-12-18, by reimar
-
synced to r300442009-12-18, by ptt
-
divided a line in two, was too long2009-12-18, by ptt
-
synced with r300432009-12-18, by ptt
-
Synced with help_mp-en.h r300442009-12-18, by jrash
-
sync with en/mplayer.1 r300532009-12-18, by jrash
-
Support R210 uncompressed 10 bit RGB codec.2009-12-17, by cehoyos
-
Do not modify priv->idx_pos when regenerating the index, use a local2009-12-17, by reimar
-
Cosmetics: Reindent after r30050.2009-12-17, by cehoyos
-
Slightly increase hardware decoding performance by always using more2009-12-17, by cehoyos
-
Cosmetics: reindent2009-12-17, by adrian
-
Improve VDPAU render performance by increasing number of output surfaces.2009-12-17, by cehoyos
-
Make vidix/pci_db2c.awk executable.2009-12-16, by diego
-
The fontconfig check added in r30044 wasn't safe. This makes it more robust.2009-12-16, by adrian
-
Simplify the evaluation of the lang-def template:2009-12-16, by diego
-
Add support for -geometry to corevideo.2009-12-15, by adrian
-
add spdif example from beandog2009-12-15, by compn
-
Filter list of missing source files so that it only contains nonexisting files.2009-12-14, by diego
-
Add missing #includes to fix a bunch of 'implicit declaration of..' warnings.2009-12-14, by diego
-
Use $(notdir ) to filter out path prefixes instead of reinventing it poorly.2009-12-14, by diego
-
Avoid hackish shell loop to symlink missing XML source files.2009-12-14, by diego
-
Globally remove main.xml from SYMLINKS_DEPS. It should never be symlinked.2009-12-14, by diego
-
Reuse SYMLINKS_DEPS variable in the symlink targets.2009-12-14, by diego
-
Simplify shell command to symlink missing translated source files.2009-12-14, by diego
-
Ignore errors from failing rm commands in clean targets.2009-12-14, by diego
-
Do not ignore errors from mkdir invocations.2009-12-14, by diego
-
The general xmllint target should only check configured languages.2009-12-14, by diego
-
Improve declaration of phony targets.2009-12-14, by diego
-
Factorize dependencies of language-specific HTML generation targets.2009-12-14, by diego
-
spelling cosmetics2009-12-14, by diego
-
Remove pointless dependency on xmllint.sh from phony xmllint target.2009-12-14, by diego
-
Drop pointless dependencies of the phony targets html-chunked and html-single.2009-12-14, by diego
-
Fix dependencies of html-chunked and html-single targets.2009-12-14, by diego
-
Exploit one more opportunity to make use of the CONFIGURE_GENERATED variable.2009-12-14, by diego
-
Factorize all components generated by configure into a variable.2009-12-14, by diego
-
Remove outdated comment about build system behavior.2009-12-14, by diego
-
cosmetics: Rename XSL_DEPS variable to SINGLE_XSL_DEPS for consistency.2009-12-14, by diego
-
Drop support for per-language XSL stylesheets.2009-12-14, by diego
-
Remove pointless Polish stylesheet; it provides no real benefit.2009-12-14, by diego
-
Drop support for per-language stylesheets.2009-12-14, by diego
-
Unconditionally symlink documentation files missing from a translation.2009-12-14, by diego
-
Use variable for HTML stylesheet so individual languages can use their own.2009-12-14, by diego
-
Factorize stylesheet installation into its own target.2009-12-14, by diego
-
Construct monolithic targets with the HTMLDIR instead of the HTMLFILE variable.2009-12-14, by diego
-
Factorize generating the list of all main.xml files.2009-12-13, by diego
-
configure also generates all main.xml files.2009-12-13, by diego
-
Add html-chunk.xsl and html-single.xsl to targets generated by configure.2009-12-13, by diego
-
Avoid '&>' bashism for redirecting both stdout and stderr.2009-12-13, by diego
-
Simplify one more command via automatic variables.2009-12-13, by diego
-
Simplify setting COMMON_XSL_DEPS variable:2009-12-13, by diego
-
Do not build monolithic documentation in a separate directory.2009-12-13, by diego
-
- Remove now unnecessary dependency on intermediate directories.2009-12-13, by diego
-
Do not pointlessly set the HTMLFILE variable when running xmllint.2009-12-13, by diego
-
Simplify some commands via automatic variables.2009-12-13, by diego
-
Create required directories directly without intermediate steps.2009-12-13, by diego
-
Declare common dependencies for chunked and single HTML targets together.2009-12-13, by diego
-
cosmetics: Remove pointless trailing /.2009-12-13, by diego
-
xmllint.sh is not a phony target.2009-12-13, by diego
-
Do not use symlinks for translations that comprise all XML files.2009-12-13, by diego
-
Remove pointless warning about Make being called from the wrong place.2009-12-13, by diego
-
add MTSJ fourcc to ffmjpeg and ldead mjpeg codec2009-12-13, by compn
-
Replace shell command substitution by Makefile syntax construct.2009-12-13, by diego
-
Use automatic variables instead of the target name.2009-12-13, by diego
-
Do not pointlessly remove all targets before recreating them.2009-12-13, by diego
-
Declare a dependency on xmllint instead of duplicating the target's commands.2009-12-13, by diego
-
Avoid miscompilation issues with the grow_array function more permanently2009-12-11, by reimar
-
100l, fix check for V4L2 capture capability flag.2009-12-11, by reimar
-
Update the SuperH VEU vidix driver with experimental support for VEU3F.2009-12-10, by cehoyos
-
Fix build on SuperH.2009-12-10, by cehoyos
-
Update the SuperH VEU vidix driver with code that calls fsync() after each2009-12-10, by cehoyos
-
vdpau codecs config entry by beandog2009-12-09, by compn
-
Disable winsock when we already found a working socklib instead of checking2009-12-09, by reimar
-
DShow TV input needs part of the our DirectShow code, so add the proper2009-12-09, by reimar
-
Use a fallback to make sure the basic OpenGL functions are available instead of2009-12-09, by reimar
-
Prefer GLAPIENTRY over APIENTRY, it is the better name and used more by OpenGL headers.2009-12-09, by reimar
-
Support FourCC's AVI1 and AVI2 as MJPEG.2009-12-08, by cehoyos
-
Pass all OpenGL functions through a function pointer indirection.2009-12-08, by reimar
-
Very preliminary code to allow selecting the OpenGL backend at runtime.2009-12-08, by reimar
-
Add braces to avoid ambiguous else.2009-12-07, by reimar
-
Document the differences between the two asm fragments in initMMX2HScaler().2009-12-07, by ramiro
-
Start using intermediate buffers at index 0.2009-12-06, by ramiro
-
Fix compilation with runtime cpu detection.2009-12-05, by ramiro
-
fix apple.com trailer example, via carl2009-12-03, by compn
-
Add support for nv12/nv21 input.2009-12-03, by ramiro
-
add slif fourcc (modified mpeg2 codec) to ffmpeg sw decoders2009-12-01, by compn
-
sync to x264-r1327. (only needed for x264-in-libavcodec)2009-11-29, by lorenm
-
Fix mangling of 24-bit audio during channel reorder.2009-11-28, by tack
-
when using -v, print also which lavc codec has been used, not2009-11-28, by attila
-
improve previous translation2009-11-27, by jrash
-
Make sws_format_name() use av_pix_fmt_descriptors.2009-11-26, by stefano
-
add user-agent example to fix apple.com/trailers2009-11-26, by compn
-
map 0x20736D to ffac3, fixes broken mov sample2009-11-26, by compn
-
mime type [video/x-ms-wmv] is not an ASF redirector.2009-11-26, by compn
-
Readjust the global number of subs when switching dvdnav track to take2009-11-24, by reimar
-
small update wishlist2009-11-23, by compn
-
Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too many2009-11-22, by reimar
-
Some MinGW awk versions can not handle reading from files with CRLF2009-11-22, by reimar
-
100l, forgot to apply vo_w32_get_dc/vo_w32_release_dc declarations in w32_common.h2009-11-22, by reimar
-
av_alloc_format_context -> avformat_alloc_context2009-11-22, by reimar
-
Fix initialization values for vf_expand priv struct.2009-11-22, by reimar
-
Remove unused variable.2009-11-22, by reimar
-
Add const to draw_slice argument to match what FFmpeg expects for draw_horiz_band.2009-11-22, by reimar
-
Switch ad_ffmpeg to avcodec_decode_audio32009-11-22, by reimar
-
Remove unused variable.2009-11-22, by reimar
-
Reuse buffer in priv context instead of allocating the 32kB probe buffer2009-11-22, by reimar
-
Fix crash with partial fribidi conversion.2009-11-22, by reimar
-
Mention right-to-left support for embedded subtitles also in the Changelog.2009-11-22, by reimar
-
Make fribidi (i.e. right-to-left) support work with embedded subtitles.2009-11-22, by reimar
-
Synced with help_mp-en.h r299122009-11-21, by jrash
-
Print which visual glXChooseVisual chose when running in verbose mode.2009-11-21, by reimar
-
Move OpenGL-related messages that have large output from MSGL_V to MSGL_DGB2.2009-11-21, by reimar
-
Add support for Windows OpenGL rendering onto a device instead of into a window.2009-11-21, by reimar
-
Remove unreachable parsing code: for filters that use the option parser,2009-11-21, by reimar
-
Support RGB48NE format in OpenGL vos (only really useful once they are modified2009-11-21, by reimar
-
Allow vf_scale to output to RGB48, though still prefer the 24 and 32 bit formats.2009-11-21, by reimar
-
Support 16-bit-per-component RGB formats (rgb48[bln]e) in option parser.2009-11-21, by reimar
-
Add a define for IMGFMT_RGB48NE that depends on machine endianness.2009-11-21, by reimar
-
Move 128kB buffer from stack to demuxer context.2009-11-20, by reimar
-
calloc instead of malloc+memset.2009-11-20, by reimar
-
Use calloc to allocate a rather large (currently 32k) array instead of2009-11-20, by reimar
-
sub_fribidi should be static, it is not used outside subreader.c2009-11-20, by reimar
-
Use early return instead of block over whole function.2009-11-20, by reimar
-
Use FFMAX instead of a custom max macro.2009-11-20, by reimar
-
Silence two gcc warnings: suggest parentheses around && within ||2009-11-18, by cehoyos
-
Add #defines for FFMPEG_LICENSE and FFMPEG_CONFIGURATION to config.h.2009-11-18, by diego
-
Add functions to return library license and library configuration.2009-11-18, by diego
-
10l to Reimar: Fix typo.2009-11-18, by cehoyos
-
Deobfuscate the special hack to disable cache for live555.2009-11-17, by reimar
-
Merge malloc+memset -> calloc2009-11-17, by reimar
-
Fall back to read-based seeking for ffmpeg:// URLs when is_streamed is set2009-11-17, by reimar
-
Remove useless check for valid fd with -dumpstream, the code does not2009-11-17, by reimar
-
Enable the read-based forward seek fallback also when CONFIG_NETWORK is2009-11-17, by reimar
-
Use fill_buffer if available also for STREAMTYPE_STREAM2009-11-17, by reimar
-
Mention support for streaming via FFmpeg in Changelog (ffmpeg:// URLs).2009-11-17, by reimar
-
Add preliminary support for streaming via FFmpeg's URProtocol functions.2009-11-17, by reimar
-
Complete configure support for compiling in FFmpeg's protocol support.2009-11-17, by reimar
-
Use avcodec_align_dimensions to appropriately align width and height in2009-11-17, by reimar
-
Set display size in sh_video when decoding H264.2009-11-16, by cehoyos
-
Clarify new VDPAU MPEG4 ASP and DVB teletext decoding features.2009-11-16, by cehoyos
-
synced with r299122009-11-16, by Gabrov
-
synced with help_mp-en.h r299122009-11-16, by ptt
-
added -name, -title, -use-filename-title options to Changelog2009-11-16, by ptt
-
more changes2009-11-16, by compn
-
Use calloc instead of initializing each struct member individually to 0.2009-11-16, by reimar
-
Try to detect broken files with unaligned chunks.2009-11-16, by reimar
-
Show OSD message when enabling/disabling de-interlacing.2009-11-14, by cehoyos
-
cosmetics and grammar fixes2009-11-13, by ptt
-
Add -tsprog support for lavf to mencoder, similar to what SVN r29846 did for mplayer.2009-11-13, by reimar
-
sync with en/mplayer.1 r299052009-11-13, by jrash
-
Check that mpctx->audio_out is not NULL when trying to uninit it.2009-11-13, by reimar
-
synced with r299052009-11-13, by ptt
-
synced with r298852009-11-12, by ptt
-
cosmetic fixes as pointed out by diego2009-11-12, by ptt
-
Do not dynamically load libvdpau.so.1, but link at compile time.2009-11-11, by cehoyos
-
Replace dead link explaining why not to use HTML on the mailing lists.2009-11-11, by tack
-
Fix declarations in mp_taglists.h and include it in mp_taglists.c to2009-11-11, by reimar
-
Add a "tips and tricks" section to the slave mode documentation.2009-11-11, by reimar
-
Whitespace cosmetics: fix pause_loop indentation/remove inconsistently used tabs.2009-11-11, by reimar
-
Do not call resume on unpausing if we have already reached eof while2009-11-11, by reimar
-
Remember which subtitle was auto-selected for dvdnav due to -slang2009-11-11, by reimar
-
Factor out code that decides which subtitle to play.2009-11-11, by reimar
-
Avoid modifying dvdsub_id in command.c where possible.2009-11-11, by reimar
-
Move headers related to setting dvd speed to dvd_common.2009-11-11, by reimar
-
Set the EOF flag when dvdnav reached the end of the requested title.2009-11-11, by reimar
-
Support the range syntax (like dvd://2-5) also for dvdnav.2009-11-11, by reimar
-
10l: Fix compilation without VDPAU.2009-11-11, by cehoyos
-
Move dvd_speed and dvd_set_speed to dvd_common and implement -dvd-speed2009-11-10, by reimar
-
Move arrays used by both dvd and dvdnav to dvd_common.2009-11-10, by reimar
-
Remove unused extern declarations.2009-11-10, by reimar
-
Share dvd_device extern declaration between dvd and dvdnav.2009-11-10, by reimar
-
Remove an unused variable.2009-11-10, by reimar
-
Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable2009-11-10, by cehoyos
-
Map AV_LOG_VERBOSE to MSGL_V in order to avoid spurious log output.2009-11-10, by diego
-
Update man page to reflect support for up to 8 channels.2009-11-10, by tack
-
Allow lavf demuxer to also probe and play files < 32 kB (full probe buffer size).2009-11-10, by reimar
-
Calculate length of ASF files with more than 1 second precision.2009-11-10, by reimar
-
Fix length calculation for ASF, preroll is in ms, play time in 100 ns.2009-11-10, by reimar
-
Remove useless cast2009-11-10, by reimar
-
Changelog: add note that 8 channel audio is now supported.2009-11-10, by tack
-
Use configure code to define PIC instead of duplicating the check in mangle.h.2009-11-10, by reimar
-
Delete "auto-close" from configuration whose support has long been removed.2009-11-10, by zuxy
-
Add support for DVB teletext.2009-11-10, by reimar
-
Free demuxer->teletext when closing the demuxer.2009-11-10, by reimar
-
Set demuxer->teletext to NULL when closing the TV interface,2009-11-10, by reimar
-
100: Fix function parameters when calling create_vdp_decoder() from query_format().2009-11-10, by cehoyos
-
Cosmetics: Fix indentation after last commit.2009-11-10, by cehoyos
-
Fail in query_format() if a VDPAU decoder is not available.2009-11-10, by cehoyos
-
Add a default to switch(image_format), suppresses a warning after a future patch.2009-11-10, by cehoyos
-
Add support for 8 channel audio.2009-11-10, by tack
-
Cosmetics: remove trailing whitespace from file.2009-11-10, by tack
-
Properly free the pthread mutex for teletext.2009-11-09, by reimar
-
Allow teletext compilation without pthreads2009-11-09, by reimar
-
Fix compilation of teletext code without freetype support2009-11-09, by reimar
-
Change type of teletext color specification from unsigned char2009-11-09, by reimar
-
Make sure the teletext property stuff does not crash if no demuxer is available.2009-11-09, by reimar
-
The code for the non-networking case is the same whether networking2009-11-09, by reimar
-
Factor out triplicated break statement.2009-11-09, by reimar
-
Remove unused mp_dvdnav_aid_from_audio_num function2009-11-09, by reimar
-
Fixup the dvdnav <-> sid mapping, dvdnav_spu_stream_to_lang and2009-11-09, by reimar
-
Use enum PixelFormat instead of int for srcFormat and dstFormat.2009-11-08, by cehoyos
-
Remove macho64 special-case for yasm options, -DPIC is already added2009-11-08, by reimar
-
Remove a pointless undeclared function reference, #error is assumed2009-11-08, by reimar
-
Add a comment that the PIC handling in mangle.h is duplicate also in2009-11-08, by reimar
-
Add a check if compiler creates PIC code and if so add -DPIC to YASMFLAGS.2009-11-08, by reimar
-
Clarify possible issues with gmplayer commandline options due to conflicts2009-11-08, by reimar
-
Remove CONFIG_TV_TELETEXT.2009-11-07, by cehoyos
-
Factorise vbi_decode().2009-11-07, by cehoyos
-
Allow demuxer lavf to export CODEC_ID_DVB_TELETEXT.2009-11-07, by cehoyos
-
Separate teletext from tv support.2009-11-07, by cehoyos
-
Remove pointless and broken (e.g. does not set aid and vid) -tsprog handling2009-11-07, by reimar
-
Use switch_program property from mplayer.c to set ts_prog.2009-11-07, by reimar
-
Remove an empty program if the one requested by IDENTIFY_PROGRAM does not exist2009-11-07, by reimar
-
Document sws_freeContext().2009-11-07, by stefano
-
Whitespace cosmetics: reindent reinit_audio_chain function2009-11-06, by reimar
-
Remove some useless comments/commented-out code.2009-11-06, by reimar
-
Split assignment from error value check to avoid overcomplicated if () condition.2009-11-06, by reimar
-
Reuse the init_error exit path also for init_best_audio_codec errors.2009-11-06, by reimar
-
Simplify: use &= instead of a = b & a;2009-11-06, by reimar
-
Remove some unnecessary else blocks2009-11-06, by reimar
-
Use an early return instead of a {} block over the whole function in reinit_audio_chain2009-11-06, by reimar
-
Disable audio when initializing the filter chain fails (can happen e.g. when the hwmpa2009-11-06, by reimar
-
Only call avcodec_close if the open succeeded before, otherwise avcodec_close2009-11-06, by reimar
-
PPC: make inline asm xform address test work with Apple tools2009-11-06, by attila
-
sync with en/mplayer.1 r298232009-11-06, by jrash
-
dvdnav: print ID_SID_..._LANG, just like dvd://2009-11-05, by reimar
-
Cosmetics: indentation, merge two consecutive ifs.2009-11-05, by reimar
-
Make dvdnav also print info about audio streams with unknown language, just like dvd://2009-11-05, by reimar
-
Make the dvdnav stream language information output more similar to the dvd one.2009-11-05, by reimar
-
Change the subtitle numbers in the dvdnav subtitle language info to match2009-11-05, by reimar
-
Change dvdnav_reset_stream to not disable subtitles, since that breaks2009-11-05, by reimar
-
Add cast to signed for 64 bit check, since according to an FFmpeg bug report2009-11-05, by reimar
-
Add a profile example and (commented-out) useful defaults for dvdnav2009-11-05, by reimar
-
So Long, and Thanks for All the Fish2009-11-05, by reynaldo
-
Add new VDPAU feature high-quality-scaling (and require newer library).2009-11-04, by cehoyos
-
reorder_ch: Remove unneeded AF_CHANNEL_LAYOUT_LAVC_AAC_DEC_*2009-11-04, by tack
-
ad_ffmpeg: Fix channel layout for ffvorbis and ffaac2009-11-04, by tack
-
cosmetics: alphabetize2009-11-03, by compn
-
10l for breaking compilation. change eatgv to tgv2009-11-03, by compn
-
Remove unneeded initialization2009-11-03, by reynaldo
-
add yuvs fourcc, fixes yuvs.mov2009-11-03, by compn
-
add ffmpeg eatgv codec2009-11-03, by compn
-
add audio format 0x55005354 to mp3, fixes unknown_audio_codec.avi2009-11-03, by compn
-
The "ilaced" suboption of vf_scale was renamed to "interlaced".2009-11-02, by diego
-
Improve VDPAU noforce-mixer documentation.2009-11-02, by cehoyos
-
demuxer.c: Add initialization missing from previous commit2009-11-02, by uau
-
add VYUY and Y42B fourccs to rawcodecs2009-11-02, by compn
-
Unbreak the demuxer-specific code in video.c with e.g.2009-11-01, by reimar
-
Teletext display does support font scaling via OSD font scaling, remove2009-10-31, by cehoyos
-
Replace two more occurences of tvi_vbi with dec_teletext.2009-10-31, by cehoyos
-
Remove incorrect comment.2009-10-31, by cehoyos
-
sync with en/mplayer.1 r298052009-10-31, by jrash
-
Slightly change behavior of "none" if fstype specification.2009-10-30, by corey
-
Document slice ordering assumption done by sws_scale().2009-10-30, by stefano
-
Support ISDB-Tb tunning in Brazil2009-10-30, by cehoyos
-
Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some paths2009-10-29, by cehoyos
-
Move teletext specific code from stream into libmpcodecs.2009-10-29, by cehoyos
-
consistency fix: Give all CONFIG_ definitions the value 1.2009-10-28, by diego
-
Cosmetics: Reindent after last commit.2009-10-27, by cehoyos
-
Allow image format BGRA when using vo vdpau.2009-10-27, by cehoyos
-
Move 64 bit check below compiler detection since it needs the compiler2009-10-26, by reimar
-
Fix teletext character set auto-detection.2009-10-24, by cehoyos
-
Move some variable initializations to the beginning of vo_x11_fullscreen().2009-10-24, by diego
-
Implement VFCAP_FLIP for vo_vdpau.2009-10-23, by cehoyos
-
Free memory allocated in ff_vdpau_add_data_chunk() on uninit.2009-10-22, by cehoyos
-
synced with r297912009-10-22, by ptt
-
Break an output line for consistency.2009-10-22, by diego
-
cosmetic fixes in bs2b and vdpau sections2009-10-22, by ptt
-
add V422, YUNV to rawyuy22009-10-20, by compn
-
add HDYC fourcc to rawuyvy2009-10-20, by compn
-
sync to x264-r12962009-10-19, by lorenm
-
Fix playback of Intel JPEG Library Video Codec.2009-10-19, by cehoyos
-
Fix aspect test program linking.2009-10-19, by diego
-
Get rid of COMMON_LDFLAGS variable. It was a pointless indirection.2009-10-19, by diego
-
Add missing '#include "config.h"', the header uses HAVE_BIGENDIAN.2009-10-19, by diego
-
Add CONFIG_LPC to config.h as well (needed by FFmpeg).2009-10-19, by diego
-
Add CONFIG_LPC to config.mak (needed by FFmpeg).2009-10-19, by diego
-
add binary codec for fourcc slif2009-10-19, by compn
-
Merge rules for building mencoder and mplayer.2009-10-18, by diego
-
Get rid of LDFLAGS_MPLAYER and LDFLAGS_MENCODER variables.2009-10-18, by diego
-
Try to recover from VDPAU display pre-emptions.2009-10-17, by cehoyos
-
Find and take into account stream start time for ogg files.2009-10-16, by reimar
-
add MVJP fourcc (mjpeg) from ffmpeg2009-10-15, by compn
-
Add support for "Forward Uncompressed" decoding via FFmpeg2009-10-14, by reimar
-
synced with r297712009-10-14, by ptt
-
Support SMPTE-240M colourspace in vo_vdpau.2009-10-12, by cehoyos
-
Allow playback of files with FourCC IJLV (Intel JPEG Library Video Codec).2009-10-11, by cehoyos
-
Add colorspace option to vo_vdpau.2009-10-10, by cehoyos
-
Remove redundant duplicate option handling in the playtree.2009-10-10, by adrian
-
Implement dummy EncodePointer/DecodePointer functions needed for e.g. lagarith.dll2009-10-10, by reimar
-
some coherence's fixes2009-10-08, by ptt
-
cosmetics in channels/capture sections2009-10-08, by ptt
-
synced with r297622009-10-08, by ptt
-
various little aesthetic fixes2009-10-08, by ptt
-
Fix 100l typo introduced in last commit.2009-10-08, by diego
-
synced with r285762009-10-08, by ptt
-
cosmetics: Remove some pointless parentheses from return calls.2009-10-08, by diego
-
cosmetics: Break two more lines.2009-10-08, by diego
-
Updated to help_mp-en.h r297422009-10-08, by ptt
-
Clarify screenshot filter description.2009-10-06, by diego
-
K&R coding style and whitespace cosmetics2009-10-06, by diego
-
Add keycode definitions for older versions of OSX. Fixes compilation on 10.4.2009-10-06, by adrian
-
Remove many uses of tmp_run.2009-10-06, by reimar
-
add a warning to the description of -vf screenshot to add it after2009-10-05, by attila
-
Play TrueHD in BluRay with demuxer lavf.2009-10-05, by cehoyos
-
fix calculation of ao_data.bps for sample formats with more than 16 bits2009-10-05, by cladisch
-
Fix definition of KEY_PAGE_DOWN.2009-10-04, by cehoyos
-
Make the ao_alsa play function always process a multiple of ao_data.outburst2009-10-02, by reimar
-
Add EXTERN_ASM define needed by FFmpeg on ARM.2009-10-02, by reimar
-
sync with en/mplayer.1 r297312009-10-01, by jrash
-
updates2009-10-01, by compn
-
Mark some functions that do not need external visibility as static.2009-09-30, by diego
-
Extend EBX_AVAILABLE check in a way that works for both OpenBSD/Haiku2009-09-30, by reimar
-
Reduce console output verbosity: Move colorspace information to verbose mode.2009-09-30, by diego
-
lavf: if seeking in the desired direction failed, also try in the opposite one,2009-09-30, by reimar
-
Avoid void * arithmetic.2009-09-30, by reimar
-
Simplify aac_get_sample_rate_index2009-09-30, by reimar
-
Check for grow_array allocation failure.2009-09-30, by reimar
-
Avoid a possible crash if num_cluster_pos is 0.2009-09-30, by reimar
-
Check for integer overflow in grow_array.2009-09-30, by reimar
-
Rearrange code of grow_array to make it easier to extend.2009-09-30, by reimar
-
Avoid a memleak if realloc fails in grow_array.2009-09-30, by reimar
-
Change grow_array argument from void ** to void *, this avoids a aliasing2009-09-30, by reimar
-
Make -nosub work to disable subtitles even if -slang and dvd streams are used.2009-09-29, by reimar
-
Document -nosub option2009-09-28, by reimar
-
Add a -nosub option that allows disabling auto-selected subtitles as e.g. the2009-09-28, by reimar
-
Enable loading of external subtitles also for audio-only files.2009-09-28, by reimar
-
Use a_pos to update subtitle for audio-only files instead of mpctx->sh_audio->pts2009-09-28, by reimar
-
Call set_osd_subtitle also for external subs (i.e. in find_subs).2009-09-28, by reimar
-
Intel compiler icc 11.1 supports compilation of internal mp3lib and internal liba52.2009-09-27, by cehoyos
-
Cosmetics: Fix whitespace.2009-09-27, by cehoyos
-
Set sensible write frequency/priority values for AllocateMemoryMESA2009-09-27, by reimar
-
Print error instead of crashing when mesa-buffer is used on systems2009-09-27, by reimar
-
Also check GLX client and server strings for extensions2009-09-27, by reimar
-
Amend previous commit: both zlib decoder and encoder must be disabled2009-09-26, by reimar
-
Disable libavcodec zlib decoder when zlib is not available, fixes compilation2009-09-26, by reimar
-
Do not override host_arch in x86 vs. x86_64 detection if it was forced via --target.2009-09-25, by reimar
-
Change type to avoid void * arithmetic.2009-09-25, by reimar
-
Set codec_type and codec_id in codec context for lavc encoders.2009-09-25, by reimar
-
Sync with current FFmpeg HEAD.2009-09-24, by diego
-
sync with FFmpeg build: BUILD_STATIC --> CONFIG_STATIC2009-09-24, by diego
-
Add support for displaying subtitles on the command-line when playing2009-09-23, by reimar
-
Make function argument name in header match name in .c file.2009-09-23, by reimar
-
Make update_subtitles work without sh_video for text subtitles.2009-09-23, by reimar
-
Make sure avctx->codec_type and codec_id are set, since libavcodec2009-09-23, by reimar
-
Include mpcommon.h in mpcommon.c, ensures that the declarations in the header2009-09-23, by reimar
-
Factor out sh_video->pts into a refpts variable. This simplifies a future patch2009-09-23, by reimar
-
Rename ambiguous "pts" variable to subpts.2009-09-23, by reimar
-
Use x264_encoder_delayed_frames instead of the current hack to flush delayed2009-09-23, by reimar
-
sync to x264-r1260 (which changed api)2009-09-23, by lorenm
-
Add 0x85 ad ID for DTS audio.2009-09-23, by diego
-
Fix teletext font autoscaling.2009-09-22, by cehoyos
-
Replace manual gcc version check by AV_GCC_VERSION_AT_LEAST macro.2009-09-22, by diego
-
Allow playback of dnxhd files, as produced by FFmpeg regression test.2009-09-22, by cehoyos
-
sync faad / ffaac supported fourccs as spotted by reimar2009-09-20, by compn
-
add another aac tag2009-09-20, by compn
-
add newer microsoft screen binary codec2009-09-20, by compn
-
add coreavc entry, works on windows only.2009-09-20, by compn
-
Add autodetection for ARM NEON SIMD.2009-09-19, by reimar
-
Use a compilation check to distinguish between x86 and x86_64, uname and2009-09-19, by reimar
-
Add a check for availability of ebx register, needed for2009-09-19, by reimar
-
Treat Haiku as BeOS (only changes the displayed name actually)2009-09-19, by reimar
-
Re-add some ifdefs, partially reverting r29688, since mDisplay and2009-09-18, by reimar
-
Use vo_w32_window directly instead of via the vo_window macro in Windows-only code.2009-09-18, by reimar
-
Get rid of several (probably) pointless ifdefs2009-09-18, by reimar
-
Use ecx instead of ebx to avoid unnecessary issues with PIC.2009-09-17, by reimar
-
Cleanup buffer debugs in swScale().2009-09-16, by ramiro
-
Use correct buffers in vertical scaler in unscaled YV12 case.2009-09-16, by ramiro
-
Merge two Windows-specific #if sections to simplify the condition.2009-09-16, by reimar
-
Hack: set DEP/NX on Windows via SetProcessDEPPolicy.2009-09-16, by reimar
-
add YAXPAX and YAPAXI exports to msvcr802009-09-16, by compn
-
Add several HAVE_EBX_AVAILABLE conditions where necessary2009-09-14, by reimar
-
%lf is not a valid printf format specifier, use just %f instead.2009-09-14, by reimar
-
kegavideo codec requires msvcr80 on windows2009-09-14, by compn
-
Add support for decoding sgi files via FFmpeg's sgi decoder.2009-09-14, by reimar
-
Get rid of useless indirection and use the demuxer argument directly instead of2009-09-14, by reimar
-
Reduce verbosity if demuxer sets an info value to the same as the current value.2009-09-14, by reimar
-
Reset slice direction at end of each frame.2009-09-13, by ramiro
-
Remove ; after while(0) in macros.2009-09-12, by ramiro
-
add kega video binary codec for fourcc kgv12009-09-12, by compn
-
sync with en/mplayer.1 r296612009-09-12, by jrash
-
synced with r296702009-09-11, by Gabrov
-
Convert to UTF-8.2009-09-10, by diego
-
Fix bashism: Use '$(( ))' syntax instead of '(( ))' for arithmetic expressions.2009-09-10, by diego
-
Add w64 to list of preferred lavf formats (otherwise demux_audio incorrectly2009-09-10, by reimar
-
Sort preferred_list alphabetically since the order does not matter otherwise.2009-09-10, by reimar
-
Always keep a backup of the expand values from the command-line, so values2009-09-10, by reimar
-
Document that slices can be bottom to top or top to bottom.2009-09-09, by ramiro
-
Add CODEC_ID_ADPCM_IMA_AMV to lavf codec_tag override list instead of2009-09-08, by reimar
-
Make all mp_*_taglists const.2009-09-08, by reimar
-
Allow disabling and enabling lower-case codecs.2009-09-08, by cehoyos
-
Make (no)t23 suboption description more consistent.2009-09-08, by diego
-
Fix an endless loop if all programs are empty.2009-09-08, by reimar
-
Make indentation consistent with the rest of the file2009-09-08, by reimar
-
Never switch to a program with no audio and no video.2009-09-08, by reimar
-
Always register all streams from libavformat, not just those belonging to a program.2009-09-08, by reimar
-
100l, forgot to use "test" for checking the value of the quicktime variable2009-09-08, by reimar
-
Add support for lavf vqf demuxer and lavc TwinVQ decoder.2009-09-07, by vitor
-
Indent.2009-09-07, by ramiro
-
Avoid bash-specific 'let' syntax in shell scripts.2009-09-07, by diego
-
Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and label2009-09-06, by ramiro
-
Indent.2009-09-05, by ramiro
-
Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt().2009-09-05, by ramiro
-
Add standard license header and move a misplaced comment.2009-09-05, by reimar
-
sync with en/mplayer.1 r296382009-09-05, by jrash
-
Fix grammar mistake noticed by Alexander Strasser.2009-09-04, by diego
-
Factor out duplicated code to set play video scaled by a certain factor.2009-09-04, by reimar
-
Subopt parser subopts should now be const.2009-09-04, by reimar
-
10l, -framework QuickTime must be added to extra_ldflags, not libs_mplayer since2009-09-04, by reimar
-
Disable liba52 SSE imdct for x86_64+PIC (e.g. OSX 64 bit) since it will2009-09-04, by reimar
-
Support x86_64 + PIC in mangle.h, needed for OS X 64 bit compiles.2009-09-04, by reimar
-
Split QuickTime check off from quartz check and use the result to enable/disable2009-09-04, by reimar
-
100l, SIZE_MAX must be UINT_MAX to prevent an integer overflow later on,2009-09-04, by reimar
-
Improve wording for file/directory specific config file explanation.2009-09-03, by reimar
-
10l, fix misplaced check in r29613, for loop detection we must compare2009-09-02, by reimar
-
Limit amount of data allocated on stack, strlen(filename) is not a good idea for2009-09-02, by reimar
-
Document directory-specific configuration file.2009-09-02, by reimar
-
Add support for directory-specific mplayer.conf configuration file.2009-09-02, by reimar
-
enable ffwmapro2009-09-02, by faust3
-
Consistently use sizeof(variable) instead of sizeof(type) where easily possible.2009-09-02, by reimar
-
Cosmetics: get rid of many pointless ()2009-09-02, by reimar
-
Reduce code duplication for half/normal/double video size handling.2009-09-02, by reimar
-
Remove unused variable.2009-09-02, by reimar
-
The suboption parser now takes a const options list, so mark them all const.2009-09-02, by reimar
-
free(), delete and delete[] are all different and can't just be used at random,2009-09-02, by reimar
-
Fix possible crashes with invalid SDPs that result in stream descriptions2009-09-02, by reimar
-
Fix several more rtsp-related memleaks.2009-09-02, by reimar
-
Fix asmrp_dispose to also free the buffer.2009-09-02, by reimar
-
Use calloc to ensure rmff_new_mdpr returns fully initialized data.2009-09-02, by reimar
-
Move variable declaration to where it is used.2009-09-02, by reimar
-
Make sure we do not strdup(NULL), avoids a crash with non-real streams.2009-09-02, by reimar
-
Fix several memleaks in real_setup_and_get_header2009-09-02, by reimar
-
Change real_setup_and_get_header to use goto a single exit path to simplify2009-09-02, by reimar
-
vo_quartz: change deallocation/uninit to more reliably free allocated data.2009-09-02, by reimar
-
Make glContext a local variable, it is not needed outside the function2009-09-01, by reimar
-
Add a dealloc function to corevideo to reduce the memleaks from2009-09-01, by reimar
-
Fix some of the major memleaks of vo_corevideo with -fixed-vo2009-09-01, by reimar
-
Do not do a unmap/map cycle on Windows given with -wid, with some window2009-09-01, by reimar
-
Make the loop detection for mov reference files less aggressive, fixes2009-09-01, by reimar
-
Check setGlWindow return value to fail properly instead of crashing if e.g.2009-09-01, by reimar
-
Add a hack to ensure data from e.g. mov format -subfile gets read at all2009-09-01, by reimar
-
Hack demux_demuxers so that demux_demuxers_fill_buffer is actually called.2009-09-01, by reimar
-
Make shm_fd a local variable and close it when we need it no longer, thus2009-09-01, by reimar
-
Reduce vo_corevideo memleaks by initializing static context etc. only once2009-09-01, by reimar
-
Fix memleak when using fontconfig without a font name.2009-09-01, by reimar
-
Use MPlayer's standard aspect handling functions in corevideo2009-09-01, by reimar
-
The libamrnb *en*coder, not the *de*coder should be added to the list of2009-09-01, by diego
-
Fix per-file config file loading for DOS paths (i.e. where \ and : can2009-08-31, by reimar
-
Factor out code to try and load a config file only if it exists.2009-08-31, by reimar
-
Move variable declaration into block where it is used and make it const.2009-08-31, by reimar
-
Make m_config_parse_config_file file name argument const2009-08-31, by reimar
-
Fix MPEG-4 ASP in MPEG transport streams with -demuxer lavf.2009-08-31, by cehoyos
-
Fix EAC3 in MPEG transport streams with -demuxer lavf.2009-08-31, by cehoyos
-
Also check linker flags to make sure that liveMedia libraries are there, too,2009-08-31, by reimar
-
Fix DTS in MPEG transport streams with -demuxer lavf.2009-08-31, by cehoyos
-
Fix AAC in MPEG transport stream for -demuxer lavf.2009-08-31, by cehoyos
-
cosmetics: alphabetically order lists2009-08-31, by diego
-
bpcm is internal mplayer fourcc2009-08-30, by compn
-
Rename mp_wav_override_tag* as mp_codecid_override_tag* to reflect that2009-08-30, by cehoyos
-
Revert r29404.2009-08-30, by cehoyos
-
Fix MPEG2 and H264 in MPEG transport stream with demuxer lavf.2009-08-30, by cehoyos
-
Use mp_wav_override_taglists for both audio and video.2009-08-30, by cehoyos
-
Fix MP2 and AC3 with demuxer lavf in MPEG transport streams.2009-08-30, by cehoyos
-
Support PCM in Bluray streams.2009-08-30, by cehoyos
-
Curly brackets cosmetics for previous commit.2009-08-29, by ramiro
-
Check for return value of initFilter().2009-08-29, by ramiro
-
Revert mistakenly commited hunk.2009-08-29, by ramiro
-
swscale: Check for return values of malloc.2009-08-29, by ramiro
-
swscale-example: Free memory used by input data.2009-08-29, by ramiro
-
Restore comment that was partially removed.2009-08-29, by ramiro
-
Synced with help_mp-en.h r295492009-08-29, by jrash
-
sync with en/mplayer.1 r295552009-08-29, by jrash
-
Port feature from corevideo: remember half/double size settings and reapply2009-08-28, by reimar
-
Make aspect switching work again (used the wrong variable and always2009-08-28, by reimar
-
Fix implicit declaration of mp_input_.. functions.2009-08-28, by reimar
-
1l, use sizeof for snprintf size instead of hard-coding the current value.2009-08-28, by reimar
-
Reuse the osx_common convert_key function to convert OSX keycodes to MPlayer2009-08-28, by reimar
-
Move aspect change handling from vo_quartz to osx_common.2009-08-28, by reimar
-
Add osx_common.c and move the keycode conversion (OSX to MPlayer) there.2009-08-28, by reimar
-
Use the standard MPlayer aspect handling instead of reimplementing our own in vo_quartz.2009-08-28, by reimar
-
Remove unused movie_aspect extern declaration.2009-08-27, by reimar
-
Use lookup_keymap_table function with data structure instead of huge switch-case2009-08-27, by reimar
-
Enable calc_src_dst_rects for windowed aspect and panscan.2009-08-27, by reimar
-
Remove panscan related conditions and code that only breaks future windowed2009-08-27, by reimar
-
Add infrastructure and test code to enable aspect scaling and panscan in windowed mode.2009-08-27, by reimar
-
Fix video placement with -vo gl2 -fs -wid.2009-08-27, by reimar
-
-vo gl2 resize does not need to modify its arguments, so pass int instead of int *.2009-08-27, by reimar
-
Simplify -vo gl ass border etc. dimension calculation one bit more.2009-08-27, by reimar
-
Remove useless code that has no effect.2009-08-27, by reimar
-
Simplify and fix ass border calculations for -vo gl and -wid -fs mode.2009-08-27, by reimar
-
Make panscan cover the same range in -wid -fs mode as in normal mode.2009-08-27, by reimar
-
Disable -keepaspect with -wid in w32_common code.2009-08-27, by reimar
-
Fix aspect_fit to work correctly when borders need to be added on top and2009-08-27, by reimar
-
Forgotten changes to aspect code to handle -wid with -fs.2009-08-27, by reimar
-
First attempts at supporting -fs with -wid, -vo gl on X11 only so far2009-08-27, by reimar
-
Expand wid explanation.2009-08-27, by cehoyos
-
Reindent2009-08-26, by reimar
-
Retry deciding to get audio parameters several times on errors, this avoids2009-08-26, by reimar
-
Adjust documentation about filtering out whitespace changes from 'svn diff'.2009-08-26, by diego
-
Fix DTS in least one Bluray sample with demuxer lavf.2009-08-26, by cehoyos
-
Fix AC3 in least one Bluray sample with demuxer lavf.2009-08-26, by cehoyos
-
Use a buffer of about half a second, instead of sizing it to have2009-08-24, by cladisch
-
swscale-example: Rename src->ref so as to not confuse with src being used in doTest().2009-08-23, by ramiro
-
swscale-example: Use SWS_BILINEAR instead of hardcoded value.2009-08-23, by ramiro
-
Reuse ds_get_packet in ds_get_packet_pts2009-08-23, by reimar
-
Fix inconsistent indentation.2009-08-22, by ramiro
-
Add suport for detecting and demuxing DVB teletext streams (nothing beyond that though).2009-08-21, by reimar
-
Check return values of sws_allocVec() and sws_getConstVec().2009-08-20, by ramiro
-
OpenAL: untested support for 8-channel audio.2009-08-19, by reimar
-
Fix channel reordering when using 24-bit samples by adding breaks to cases2009-08-19, by tack
-
Change ao_dart to use AVFifoBuffer instead of its own fifo implementation, too.2009-08-19, by reimar
-
Fix detection of mips arch on NetBSD/sgimips.2009-08-19, by diego
-
Free initial swscale context, too. Avoids a valgrind warning.2009-08-19, by reimar
-
Remove useless casts of malloc return value.2009-08-19, by reimar
-
Introduce and use sws_allocVec().2009-08-19, by ramiro
-
Reuse sws_getConstVec() where possible.2009-08-19, by ramiro
-
Cosmetics: adjust alignment.2009-08-18, by tack
-
Fix incorrect channel ordering for lavc audio codecs (specifically ffac3,2009-08-18, by tack
-
Fix incompatible pointer types warning, also seems to fix mis-compilation with gcc-4.4.12009-08-17, by reimar
-
Fix 100l broken flag check found due to compiler warning.2009-08-17, by reimar
-
Set demuxer->filepos in mf demuxer, since the stream_tell fallback is not2009-08-17, by reimar
-
Get rid of rawaudio control code again that only duplicates the fallback code in2009-08-17, by reimar
-
Handle demuxers that never set filepos by using stream_tell.2009-08-17, by reimar
-
swscale-example: Make selection of dstW, dstH, and flags more clear.2009-08-17, by ramiro
-
Add some protection to the rawaudio GET_LENGTH/GET_PERCENT_POS in case the2009-08-16, by reimar
-
Implement DEMUXER_CTRL_GET_TIME_LENGTH and DEMUXER_CTRL_GET_PERCENT_POS for2009-08-16, by reimar
-
More indentation changes leftover from r29522:2009-08-16, by ramiro
-
Cosmetics:2009-08-16, by ramiro
-
Indent libswscale:2009-08-16, by ramiro
-
Fix file information. Patch by Francesco Lavra, francescolavra interfree it2009-08-15, by cehoyos
-
Add missing major contributors to copyright statement.2009-08-15, by cehoyos
-
improve previous translation2009-08-15, by jrash
-
Indent.2009-08-15, by ramiro
-
Vertical yuv -> yuv16 scaler.2009-08-14, by ramiro
-
Allow compilation with gcc 2.95.3 if videodev2.h does not support it.2009-08-14, by cehoyos
-
BGR32 MMX special convertor.2009-08-14, by ramiro
-
Fix crash when event format is not specified2009-08-13, by greg
-
Add Dolby TrueHD support for mkv demuxer.2009-08-13, by cehoyos
-
Indent.2009-08-13, by ramiro
-
swscale-example: Don't check for chroma planes in mono formats.2009-08-13, by ramiro
-
MMX2 horizontal scaler: Determine code size at runtime.2009-08-13, by ramiro
-
Protect mmx2 filter code buffers so they are not executable and writeable at2009-08-13, by ramiro
-
Remove duplicate define (it is the same in the lum code).2009-08-13, by ramiro
-
Rename "funny" code to "mmx2 filter" code.2009-08-13, by ramiro
-
Indent.2009-08-13, by ramiro
-
swscale-example: Remove hack to end loop by setting variables to break.2009-08-13, by ramiro
-
swscale-example: Don't return random value from main().2009-08-13, by ramiro
-
swscale-example: Check for Gray formats.2009-08-13, by ramiro
-
Fix possible double-free.2009-08-12, by cehoyos
-
make codec-cfg reuse the proper defined constants for all RGB/BGR formats2009-08-12, by reimar
-
100l, fix compilation again and make codec-cfg.c use the predefined constants2009-08-12, by reimar
-
1000l, RGB48BE does _not_ use 49 bit/pixel, probably fixes 48 bit PNG decoding.2009-08-12, by reimar
-
Allow decoding of 48 bit png image files.2009-08-12, by cehoyos
-
Use new libavformat metadata API.2009-08-11, by greg
-
s/RG48xE/RGB48xE2009-08-11, by cehoyos
-
Make *avcctx AVCodecContext instead of void.2009-08-11, by cehoyos
-
Fix H.264 SPS parsing in case of scaling list present.2009-08-11, by cehoyos
-
Fix a crash when playing some H264 over rtsp streams: Do pass an2009-08-11, by cehoyos
-
Explain how formats must be ordered in fmt_list so the parser can handle2009-08-11, by reimar
-
fmt_table should be const as well.2009-08-11, by reimar
-
Parse BitsPerSample and SamplesPerSec when playing PCM in X-QT over2009-08-11, by cehoyos
-
Allow dpx image files as input.2009-08-11, by cehoyos
-
Allow out-formats for IMGFMT_RGB48* in codecs.conf.2009-08-11, by cehoyos
-
Map IMGFMT_RGB48xE to PIX_FMT_RGB48xE.2009-08-11, by cehoyos
-
Add IMGFMT_RGB48LE and IMGFMT_RGB48BE.2009-08-11, by cehoyos
-
Remove disabled debug code.2009-08-10, by diego
-
Put some altivec code under COMPILE_ALTIVEC, and not HAVE_ALTIVEC.2009-08-09, by ramiro
-
Remove 'offset' argument from PUTRGB* macros since it's unneeded and caused2009-08-09, by kostya
-
Remove disabled crufty code.2009-08-08, by diego
-
100l, av_fifo_generic_read does not return anything useful, so ignore its2009-08-08, by reimar
-
Add a giant hack to the x264 encoder module to ensure all delayed frames are2009-08-07, by reimar
-
Replace macro: MAX -> FFMAX2009-08-06, by ben
-
Do not leak the mixer handle if setting of a volume fails.2009-08-06, by cladisch
-
Fix QT RLE in X-QT via rtsp://.2009-08-05, by cehoyos
-
Make sure it builds with -ftracer2009-08-04, by lu_zero
-
Only #include stream/stream_dvd.h when libdvdread is enabled.2009-08-03, by diego
-
Only #include stream/dvbin.h when DVB is enabled.2009-08-03, by diego
-
Make sure that unavailable message languages are not accepted.2009-08-03, by diego
-
Improve wording for missing sctp support2009-08-03, by lu_zero
-
Remove pointless #ifdefs around harmless internal header #includes.2009-08-02, by diego
-
Fix another typo. Patch by Francesco Lavra, francescolavra interfree it2009-08-02, by cehoyos
-
dpkg-buildpackage automatically sets CFLAGS and pals to -g -O2.2009-08-02, by diego
-
Add standard GPL license header. Patch by Francesco Lavra, francescolavra interfree it2009-08-02, by cehoyos
-
Fix more typos. Patch by Francesco Lavra, francescolavra interfree it2009-08-02, by cehoyos
-
Remove unused include's. Patch by Francesco Lavra, francescolavra interfree it2009-08-02, by cehoyos
-
Fix typos. Patch by Francesco Lavra, francescolavra interfree it2009-08-02, by cehoyos
-
Fix regression when converting to nv12/nv21.2009-08-01, by cehoyos
-
Add a variable in config.mak whether SHM support is enabled or not.2009-07-31, by ben
-
sync with en/mplayer.1 r294612009-07-31, by jrash
-
Update documentation for libamr replacement by OpenCORE in FFmpeg.2009-07-30, by diego
-
move truehd to correct section2009-07-30, by compn
-
undocumented keyword2009-07-30, by compn
-
start rc4 changelog, where did rc3 go?2009-07-30, by compn
-
handle TrueHD streams (they are carried in 0xFD PES streams in substream 0x72)2009-07-30, by nicodvb
-
added inexistant TRHD fourcc to handle TRUEHD streams in forthcoming patch2009-07-30, by nicodvb
-
stream/realrtsp/real.c: Fix another integer overflow2009-07-28, by uau
-
MMX2 scaler: Remove {} block leftover from factorization in initMMX2Scaler().2009-07-28, by ramiro
-
MMX2 scaler: factorize initMMX2Scaler().2009-07-28, by ramiro
-
MMX2 scaler: add variable to ease factorization of initMMX2Scaler().2009-07-28, by ramiro
-
Indent.2009-07-28, by ramiro
-
Remove duplicate horizontal scaling when there aren't enough lines in a slice2009-07-28, by ramiro
-
Remove useless code.2009-07-28, by ramiro
-
Fix stupid, off-by-one, mistakes in assert() expressions.2009-07-27, by eugeni
-
stream/realrtsp/real.c: Fix integer overflow2009-07-27, by uau
-
Do not misuse HAVE_ defines. Introduce COMPILE_TEMPLATE_ defines and use them2009-07-27, by ramiro
-
Factorize x86 fast_bilinear assembly.2009-07-27, by ramiro
-
Fix assembly comments for x86 fast_bilinear so they match the C code.2009-07-27, by ramiro
-
Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.2009-07-26, by diego
-
Make diff apply cleanly to our tree again.2009-07-26, by diego
-
Set both HAVE_BIGENDIAN and WORDS_BIGENDIAN.2009-07-26, by diego
-
Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN.2009-07-26, by cehoyos
-
Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN2009-07-26, by mru
-
Use the correct OSS format, where possible, for mplayer's packed 24-bit2009-07-24, by cladisch
-
Remove unnecessary #include <unistd.h>2009-07-23, by mru
-
grammar and sentence fix2009-07-22, by ptt
-
Remove unused variables.2009-07-21, by ramiro
-
Use correct ALSA sample format for 24-bit samples packed in three bytes.2009-07-21, by cladisch
-
Bandaid compilation fix: Disable ivtv VIDIX driver until a proper test exists.2009-07-19, by diego
-
The Makefile variable names for external libraries in FFmpeg changed.2009-07-19, by diego
-
Move some variable declarations up to avoid the warnings:2009-07-19, by diego
-
Remove redundant ivtv VIDIX driver variable declarations.2009-07-19, by diego
-
The ivtv vo driver and the ivtv VIDIX driver are unrelated; do not disable the2009-07-19, by diego
-
Handle 24bit audio formats natively by ALSA.2009-07-19, by iive
-
Fix 24bit audio playback.2009-07-19, by iive
-
Change libamr support to libopencore-amr support.2009-07-18, by diego
-
Make sure clip coordinates are inside the screen area.2009-07-18, by eugeni
-
Cosmetics: make some variables constant to signify their intended use and,2009-07-18, by eugeni
-
Fix read after the end of allocated buffer.2009-07-18, by eugeni
-
sync with en/mplayer.1 r294132009-07-18, by jrash
-
Restore alphabetic order for HAVE_ defines.2009-07-17, by cehoyos
-
Remove CONFIG_LIBAMR_NB_FIXED #define, which no longer exists in FFmpeg.2009-07-17, by diego
-
Assume HAVE_ATTRIBUTE_PACKED.2009-07-17, by cehoyos
-
synced with r394132009-07-13, by Gabrov
-
Fix compilation after FFmpeg r19395.2009-07-11, by cehoyos
-
Disable libavcodec AAC encoder, there are too many systems where it doesn't compile.2009-07-09, by reimar
-
Remove dependency from swscale_internal.h to lavu/internal.h, it is no longer2009-07-09, by ramiro
-
20% faster hqdn3d on x86_642009-07-07, by lorenm
-
new debanding filter2009-07-07, by lorenm
-
The AltiVec code in libswscale no longer is under GPL.2009-07-05, by diego
-
Add a section about handling external code to the policy.2009-07-04, by diego
-
add truemotion rt binary codec for TR20 fourcc2009-07-03, by compn
-
Use enum PixelFormat in sws_format_name() prototype2009-07-01, by mru
-
Print information about chapters with -identify.2009-06-28, by reimar
-
Make set_property chapter 0-based like all other chapter-related2009-06-28, by reimar
-
add binary codec for NTN1 and NTN2 fourcc2009-06-27, by compn
-
add 0xA106 twocc to aac decoders, fixes facebook sample2009-06-27, by compn
-
Fix some blu-ray samples: HDMV == H2642009-06-26, by cehoyos
-
Increase slave mode buffer so that one can load files with a deeper2009-06-26, by ben
-
Use memcpy_pic2 instead of reimplementing it.2009-06-26, by reimar
-
Close /dev/tty again on uninit.2009-06-26, by reimar
-
Fix indentation broken in last patch2009-06-26, by reimar
-
Get rid of completely pointless vt_doit variable2009-06-26, by reimar
-
10l, use fopen directly instead of open + fdopen2009-06-26, by reimar
-
Use a single err_out in fb_preinit, also fixes a leak when vo_dbpp has an2009-06-26, by reimar
-
Use FFALIGN and FFMAX32009-06-26, by reimar
-
Remove useless casts2009-06-26, by reimar
-
fbdev: remove pointless ()2009-06-26, by reimar
-
Replace incorrect use of strncpy by av_strlcpy.2009-06-26, by reimar
-
Use the RESET_GEOMETRY macro in one more place instead of duplicating its code.2009-06-26, by reimar
-
100l, RESET_GEOMETRY must reset values to INT_MIN, not -1, -1 is a2009-06-26, by reimar
-
AltiVec code and runtime cpudetect do not require CONFIG_GPL.2009-06-25, by diego
-
The AltiVec optimizations of libswscale are no longer under GPL.2009-06-25, by diego
-
PPC: Make sure that COMPILE_C is not deactivated if RUNTIME_CPUDETECT is set.2009-06-25, by diego
-
Modern Solaris versions have different default CD-ROM devices.2009-06-24, by diego
-
AVStream.language is deprecated, switch to av_get_metadata instead.2009-06-24, by reimar
-
Move allocation to avoid a possible memleak if new_sh_audio fails.2009-06-24, by reimar
-
Remove pointless stream count checks, new_sh_* already checks for that.2009-06-24, by reimar
-
Print ID_AID_???_LANG and ID_SID_???_LANG in lavf demuxer so that frontends2009-06-24, by reimar
-
Fix compilation: codec_wav_tags/codec_bmp_tags were renamed to2009-06-23, by reimar
-
Move printing of ID_AID_???_LANG to ts_add_stream instead of ts_detect_streams.2009-06-23, by reimar
-
Initialize es->lang to ensure a previous value does not get misattributed2009-06-23, by reimar
-
Do not use -rdynamic on Solaris, where the flag is unsupported.2009-06-22, by diego
-
Remove duplicate printing of ID_AUDIO_ID/ID_VIDEO_ID, those are already2009-06-21, by reimar
-
TS demuxer: make the IDs used by DEMUXER_CTRL_SWITCH_* and DEMUXER_CTRL_IDENTIFY_PROGRAM2009-06-21, by reimar
-
1l to Reimar for not updating lavc TM2 decoder output format in codecs.conf2009-06-20, by kostya
-
Do not use MAX_A/V_STREAMS as upper limit for switch_audio/switch_video2009-06-20, by reimar
-
fix missing event on move that breaks xmga window movement2009-06-19, by attila
-
Ignore XML files for which no translations exist yet.2009-06-19, by diego
-
Fix setting of DOC_LANGS and MAN_LANGS, the wrong variables were being used.2009-06-19, by diego
-
Do not call rgb2rgbWrapper() for rgb48*, there is no special converter2009-06-17, by vitor
-
Enable fontconfig support by default. This change takes only in effect,2009-06-17, by siretart
-
Conform to the updated Desktop File Specification. Also improve the2009-06-17, by siretart
-
add .mp1/.mp2 mov audio fourcc to ffmp2 codec2009-06-17, by compn
-
Add a missing check for a NULL return value.2009-06-16, by eugeni
-
Do not auto-detect old libnut installations.2009-06-16, by cehoyos
-
Rename LIBVORBIS Makefile variable to VORBIS.2009-06-14, by diego
-
100l: Add missing $s to default language variable checks, which prevented2009-06-14, by diego
-
Overhaul translation handling completely and add options to install specific2009-06-14, by diego
-
cosmetics: Drop leading underscore from _language* variables.2009-06-14, by diego
-
Allow setting message language separately from documentation language.2009-06-14, by diego
-
Drop redundant setting of message language to English when all languages2009-06-14, by diego
-
sync with ffmpeg2009-06-13, by compn
-
refine previous translation2009-06-12, by jrash
-
sync with ffmpeg2009-06-12, by compn
-
sync with ffmpeg2009-06-12, by compn
-
Kill warnings of possibly unused variables by using av_unused.2009-06-11, by ramiro
-
Fix compilation: #undef standard library functions that are2009-06-11, by diego
-
Add libavutil/internal.h #include, required for the DECLARE_ALIGNED macro.2009-06-11, by diego
-
replace "g" asm constraint by "erm" since "g" allows 64bit immediates while2009-06-07, by gpoirier
-
Remove '\p' doxygen markup, as it should improve plain text doxy2009-06-06, by stefano
-
Use DECLARE_ALIGNED macro instead of __attribute__((aligned)) for ppc code.2009-06-04, by ramiro
-
Replace more uses of __attribute__((aligned)) by DECLARE_ALIGNED.2009-06-04, by ramiro
-
Use DECLARE_ALIGNED macro instead of gcc __attribute__.2009-06-04, by ramiro
-
cosmetics: replace dead url2009-06-03, by compn
-
Files should be opened in binary mode on OS/2.2009-06-03, by diego
-
CONFIG_LIBNEMESI and CONFIG_LIVE555 are not defined to 0/1 values.2009-06-03, by diego
-
Configure needs AS to be set for the Makefiles.2009-06-02, by reimar
-
Testing RGB48 variants requires bigger stride in swscale-example.c2009-06-02, by kostya
-
YUV into RGB48 BE/LE conversion support2009-06-02, by kostya
-
Partial (low bits ignored, no direct transcoding into other RGB formats) support2009-06-02, by kostya
-
Switch to avcodec_decode_video2 to allow a hack that makes PNG decode correctly2009-06-01, by reimar
-
Initialize local variable, avoids a possible crash due to using an2009-06-01, by reimar
-
Add const where appropriate, also gets rid of a compiler warning.2009-06-01, by reimar
-
100l, do not read probe buffer if it will not be used because a format was forced.2009-06-01, by reimar
-
Add actually working support for PPC642009-06-01, by reimar
-
Use target_arch and target_subarch which is more similar to what FFmpeg uses2009-06-01, by reimar
-
Add some missing FFmpeg archs2009-06-01, by reimar
-
Using nl_langinfo in the asf mmst implementation makes no sense since2009-05-31, by reimar
-
Use a malloced string for the get_term_charset return value.2009-05-31, by reimar
-
Make ID_SEEKABLE depend on both the stream and the demuxer being seekable,2009-05-31, by reimar
-
In all demux_info_add calls change "name" to "title".2009-05-30, by reimar
-
100l, demuxer info tags are _not_ case sensitive, so use strcasecmp.2009-05-30, by reimar
-
forgot a line :(; added2009-05-28, by ptt
-
synced with r27692009-05-28, by ptt
-
sync'ed to r292092009-05-28, by ptt
-
refine previous translation2009-05-28, by jrash
-
add dvh1 fourcc to ffdv codec, fixes dvh1_sample_truncated.avi2009-05-26, by compn
-
add binary decoder for YLC02009-05-26, by compn
-
Make sure -rtsp-stream-with-sctp is supported while building with libnemesi2009-05-25, by lu_zero
-
Move colorspace conversion functions implemented in pure C from template2009-05-25, by kostya
-
synced with r293052009-05-24, by Gabrov
-
cosmetics: alphabetically sort SRCS_MPLAYER2009-05-21, by diego
-
Let SwScaler know that RGB48 BE/LE is 16-bits per component format.2009-05-19, by kostya
-
Make SwScaler recognize RGB48 BE/LE colourspaces (not support though).2009-05-19, by kostya
-
Set XVR100 make variable. Fixes compilation when support for xvr100 was detected.2009-05-19, by reimar
-
sync w/r292442009-05-17, by gpoirier
-
Add a hack to detect when we are writing into a Windows pipe since the fseek2009-05-16, by reimar
-
Add missing path to find invocation for tags/TAGS creation.2009-05-15, by diego
-
Simplify find invocation in tags/TAGS generation command:2009-05-15, by diego
-
Revert whitespace removal for win-related code, because lack of ^M at2009-05-13, by bircoph
-
Restore old license file after whitspace removal in previous commit.2009-05-13, by bircoph
-
Remove all kind of trailing whitespaces from all MPlayer's files.2009-05-13, by bircoph
-
whitespace cosmetics: Remove all trailing whitespace.2009-05-13, by diego
-
Make sure that -Ilibdvdread4 appears in CFLAGS before any system directories2009-05-12, by diego
-
Make sure that -I flags for internal library copies come before other CFLAGS2009-05-12, by diego
-
Fix IPv4 vs. IPv6 typo, closes Bugzilla #1439.2009-05-12, by diego
-
libdvdread4 does not use HAVE_CONFIG_H, so drop the -D flag for libdvdread4.2009-05-12, by diego
-
Add HAVE_PPC64 definition for FFmpeg.2009-05-12, by diego
-
Make sure CONFIG_MUXERS is always set.2009-05-12, by diego
-
Get rid of some more trailing whitespace2009-05-12, by reynaldo
-
Get rid of some more trailing whitespace2009-05-12, by reynaldo
-
Some reformating to avoid two too long lines2009-05-12, by reynaldo
-
Get rid of some more trailing whitespace2009-05-12, by reynaldo
-
Get rid of some more trailing whitespace2009-05-12, by reynaldo
-
Get rid of some more trailing whitespace2009-05-12, by reynaldo
-
Get rid of some more trailing whitespace2009-05-12, by reynaldo
-
Get rid of some more trailing whitespace2009-05-12, by reynaldo
-
Get rid of some more trailing whitespace2009-05-12, by reynaldo
-
chunk size = 0 is valid for DATA chunks (used in live streams), don't2009-05-10, by rtogni
-
Add const qualifier to param argument of sws_getContext() and2009-05-10, by diego
-
Move preprocessor condition before variable declaration, fixes the warning:2009-05-10, by diego
-
Remove redundant information about configuring MPlayer for GUI support.2009-05-09, by diego
-
Move image formats section to a more appropriate place.2009-05-09, by diego
-
cosmetics: indentation fixes for the dvdread check2009-05-09, by diego
-
Fix misplaced 'fi' in external dvdread test.2009-05-09, by diego
-
Add missing const qualifiers to AltiVec function parameters where appropriate.2009-05-09, by diego
-
Add standard license header to all files in libmpdemux.2009-05-08, by diego
-
Replace informal GPL license header by standard GPL header.2009-05-08, by diego
-
Replace informal LGPL header by standard LGPL license header.2009-05-08, by diego
-
lirc anc lircc are MPlayer-only, so add LDFLAGS for MPlayer link only.2009-05-08, by diego
-
Do not use flag CWBackPixel when calling vo_x11_create_vo_window():2009-05-08, by cehoyos
-
The Apple remote code needs the Cocoa framework to link.2009-05-08, by diego
-
Add -framework Carbon to LDFLAGS when Mac OS X finder or bundle is enabled.2009-05-07, by diego
-
Adrian is maintaining vo_corevideo and merging the OSX Extended GUI branch.2009-05-07, by adrian
-
Fix sliced yuv410 -> yuv420 conversion2009-05-07, by vitor
-
revise previous translation2009-05-07, by jrash
-
sync with en/mplayer.1 r292522009-05-07, by jrash
-
cosmetics: Move Quartz and CoreVideo checks into the vo driver section.2009-05-05, by diego
-
LDFLAGS for CoreVideo and Quartz should be MPlayer-only.2009-05-05, by diego
-
libdvdcss requires the Carbon framework to link on Mac OS X.2009-05-05, by diego
-
cosmetics: Move $def_dvdcss to a more sensible place in config.h.2009-05-05, by diego
-
cosmetics: Move CoreAudio check to audio output section.2009-05-05, by diego
-
Add prototype for mp_a52_framesize().2009-05-05, by diego
-
Add #define for HAVE_DVDCSS_DVDCSS_H (needed by internal libdvdread) to config.h2009-05-05, by diego
-
Remove pointless #ifdef around spudec.h #include.2009-05-05, by diego
-
cosmetics: indentation2009-05-05, by diego
-
Allow disabling and enabling VCD support through command line parameters.2009-05-05, by diego
-
CoreAudio LDFLAGS should be MPlayer-only.2009-05-05, by diego
-
Improve CoreAudio check: Use all required headers and frameworks.2009-05-05, by diego
-
Simplify Mac OS X Finder and Mac OS X Bundle file locations checks.2009-05-05, by diego
-
Change VOFW for x86 to 5120, it allows larger images to be scaled and was2009-05-05, by michael
-
CONFIG_QUICKTIME should be set depending on the state of QTX support.2009-05-04, by diego
-
Add missing 'void' to parameterless function declarations.2009-05-04, by diego
-
ao_macosx was renamed to ao_coreaudio.2009-05-04, by diego
-
Rename macosx video output driver to corevideo.2009-05-04, by diego
-
Rename macosx audio output driver to coreaudio.2009-05-04, by diego
-
QuickTime codecs support requires -framework QuickTime to link on Mac OS X.2009-05-04, by diego
-
Replace QuickTime.h #include with Carbon.h, which is really needed.2009-05-04, by diego
-
Ulion no longer has time to be maintainer.2009-05-04, by diego
-
Improve CoreVideo check: Test more #includes, add -framework Carbon to LDFLAGS.2009-05-04, by diego
-
Add information about configure options to config.mak.2009-05-04, by diego
-
Cosmetics for r29244 to follow K&R style closely.2009-05-03, by bircoph
-
Support for libbs2b ver. 3.0.0 API.2009-05-03, by bircoph
-
Use libavutil/fifo.h for macosx ao instead of its own FIFO implementation.2009-05-03, by reimar
-
Fix chroma shift when scaling from ARGB on LE and BGRA on BE2009-05-02, by sdrik
-
Fix polish spelling. Noticed in Gentoo ebuild long time ago.2009-04-27, by bircoph
-
Remove useless duplicated code in yuv2rgb_c_32, yuva2rgba_c and yuva2argb_c2009-04-27, by sdrik
-
sync w/r291472009-04-27, by gpoirier
-
Revert previous two commits, the CoreVideo vo needs both OpenGL and Cocoa.2009-04-26, by diego
-
Replace glibc-specific __WORDSIZE preprocessor check with HAVE_FAST_64BIT.2009-04-25, by diego
-
Fix typo in CoreVideo linker flags: the Carbon, not Cocoa framework is needed.2009-04-25, by diego
-
Remove unnecessary -framework OpenGL from CoreVideo linker flags.2009-04-25, by diego
-
whitespace cosmetics: reindent Mac OS X checks, remove trailing whitespace2009-04-25, by diego
-
Split generic OS X API check into separate CoreAudio, CoreVideo, Quartz checks.2009-04-25, by diego
-
typo in XFORM asm check, noticed by Emanuele Giaquinta2009-04-25, by diego
-
sane verbosity levels for menu initialization2009-04-25, by diego
-
Make reset_ptr() void.2009-04-23, by cehoyos
-
commit remaining binary_codecs.sh changes from debian.2009-04-23, by siretart
-
check for missing libstdc++2009-04-23, by siretart
-
more cosmetics2009-04-23, by siretart
-
whitespace cosmetics2009-04-23, by diego
-
Change getdladdr to always use dlopen, dlsym and then dlclose.2009-04-23, by reimar
-
Part 3 of syncing binary_codecs.sh with Debian2009-04-23, by siretart
-
Part 2 of syncing binary_codecs.sh with Debian2009-04-23, by siretart
-
Pass argc and argv parameters to main() function in SDL test.2009-04-23, by diego
-
Part 1 of syncing binary_codecs.sh with Debian2009-04-22, by siretart
-
Don't automatically wrap lines when WrapStyle==2.2009-04-21, by eugeni
-
Fix a signedness issue that caused a warning to be wrongfully printed at runtime.2009-04-21, by gpoirier
-
Planar 16bit 420 422 444 YUV support (output is only supported in some2009-04-21, by michael
-
Merge gray->gray converters into planarCopy(), this should also make planarCopy()2009-04-21, by michael
-
Add macro to check for 16bit per sample.2009-04-21, by michael
-
Make sure src/dst are NULL when they arent used, some code uses this to2009-04-21, by michael
-
Use generic BE check instead of checking for gray16LE.2009-04-20, by michael
-
add isBE()2009-04-20, by michael
-
Unify error message output and update error messages.2009-04-20, by diego
-
small typo fixes2009-04-20, by diego
-
Remove reference to outdated documentation file.2009-04-20, by diego
-
Move non-conditional SRCS lists below the conditional parts. This allows2009-04-20, by diego
-
whitespace cosmetics2009-04-20, by diego
-
Use temporary variables to add objects that depend on more than one2009-04-20, by diego
-
Add algorithm flag (SWS_POINT) to sws_getContext call to avoid a crash.2009-04-20, by diego
-
Only add existing files to the FFMPEGFILES variable.2009-04-20, by diego
-
Use ADDSUFFIXES function to simplify version.h dependency declaration.2009-04-20, by diego
-
Introduce ADDSUFFIXES function and use it to simplify the2009-04-20, by diego
-
cosmetics: Move ADD_ALL_* functions to a more sensible place.2009-04-20, by diego
-
Add HAVE_LDBRX to config.h for FFmpeg.2009-04-20, by diego
-
Add check for XFORM ASM, needed by FFmpeg/PPC.2009-04-20, by diego
-
cosmetics: reindent2009-04-19, by diego
-
whitespace cosmetics2009-04-19, by diego
-
cosmetics: Rename PARTS variable to FFMPEGPARTS.2009-04-19, by diego
-
Introduce ADD_ALL_DIRS function to factorize clean and distclean target commands2009-04-19, by diego
-
Convert another forgotten ADD_ALL_EXESUFS call.2009-04-19, by diego
-
Extend ADD_ALL_EXESUFS to work with a list of files instead of a single one.2009-04-19, by diego
-
Remove duplicate entry from DIRS.2009-04-19, by diego
-
Add files in all library subdirectories to FFMPEGFILES variable, not2009-04-19, by diego
-
Remove pointless #ifdef around internal #include.2009-04-19, by diego
-
Remove 2 useless += at the end of rgb16to15(), found by CSA.2009-04-18, by michael
-
Rename swscale_avoption.c to options.c.2009-04-18, by stefano
-
Make sws_setColorspaceDetails() return -1 if the destination format is2009-04-18, by stefano
-
Move sws_[gs]etColorspaceDetails() documentation from swscale.c to2009-04-18, by stefano
-
Rely on POSIX-compatible head/tail versions that understand the -n option.2009-04-16, by diego
-
Replace all `` by $(), it is more readable and easier to nest.2009-04-15, by diego
-
Simplify OS detection functions.2009-04-15, by diego
-
libavformat is now the default for mov, update extension.c to match this.2009-04-15, by reimar
-
whitespace cosmetics: Break some overly long lines.2009-04-14, by diego
-
Do not use abgrToA for both luma and alpha channel in hyscale.2009-04-14, by sdrik
-
follow renaming of pbBufPtr() to put_bits_ptr() by stefano2009-04-13, by rik
-
fix a memory leak leading to ~80 bytes being leaked at each call to flip_page.2009-04-13, by gpoirier
-
Sync with latest FFmpeg changes.2009-04-13, by diego
-
Move addition of MMX-OBJS to OBJS into common.mak instead of duplicating it.2009-04-12, by diego
-
whitespace cosmetics: Reindent a few lines and break a few excessively long lines.2009-04-12, by diego
-
Fix E-AC-3 channel ordering. E-AC-3 needs to use the same ordering as AC-3,2009-04-12, by diego
-
Reduce subtitle parsing verbosity.2009-04-12, by diego
-
Use extra_cflags variable instead of CFLAGS to add system-specific CFLAGS.2009-04-12, by diego
-
Reemit the ID_AID_x_LANG for the track. This allows the identification of the2009-04-11, by diego
-
Move all CFLAGS checks together at the beginning of configure.2009-04-10, by diego
-
Move thread-related CFLAGS settings into pthread test.2009-04-10, by diego
-
some updates about translation maintenance2009-04-10, by diego
-
Simplify: use av_fifo_space2009-04-10, by reimar
-
Remove unnecessary Darwin default CFLAGS and LDFLAGS.2009-04-10, by diego
-
Move darwin CFLAG settings to darwin section at the beginning of configure.2009-04-10, by diego
-
Move amigaos CFLAG settings to amigaos section at the beginning of configure.2009-04-10, by diego
-
gcc <3.1 is unsupported on Darwin, no need to check for this.2009-04-10, by diego
-
Make tvi_v4l2 print -1 as "Current input" if the ioctl to read it failed.2009-04-10, by reimar
-
Disable pause-hack from PulseAudio 0.9.15 on, it should be fixed.2009-04-09, by reimar
-
Split oversized of "argument" onto a separate line.2009-04-09, by reimar
-
Also lock the mainloop when doing adjusting the volume for PulseAudio.2009-04-09, by reimar
-
Make sure waitop always unlocks the mainloop even if the operation could not2009-04-09, by reimar
-
Add a -indentify message that indicates if the current DVDNAV title is2009-04-09, by reimar
-
Change type of first argument of the print_int_array function from int to2009-04-09, by diego
-
Rename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT and always define it.2009-04-08, by ramiro
-
Specify precise dependencies for generated header file codecs.conf.h.2009-04-08, by diego
-
Reduce compilation time after version.h was updated.2009-04-08, by cehoyos
-
Fix wrong syntax in test example, noticed by Jason Holt, jholt google com.2009-04-08, by diego
-
Add rules to install gmplayer manual pages.2009-04-06, by diego
-
swscale: Remove X86 commented out code.2009-04-05, by ramiro
-
synced with r291472009-04-05, by Gabrov
-
eliminate a trailing whitespace2009-04-05, by Gabrov
-
sync with en/mplayer.1 r291332009-04-05, by jrash
-
swscale: Use function pointers for swScale functions.2009-04-04, by ramiro
-
swscale: {}-related cosmetics.2009-04-04, by ramiro
-
swscale: Add const to some swScale functions' parameters.2009-04-04, by ramiro
-
remove startup -volume wish, option was added a while ago2009-04-04, by compn
-
add tivo (ty) and rm (rmvb) to file chooser, fixes bug 6632009-04-04, by compn
-
Avoid spurious rebuilds on svn up. The check to find out if the header file2009-04-04, by cehoyos
-
Fix passing CFLAGS and LDFLAGS with = in them as configure parameters.2009-04-04, by diego
-
make = and + both adjust audio delay, useful for keyboards without keypads2009-04-04, by compn
-
add fourccs: dvp and dvs1, from vlc dv video fourcc list2009-04-03, by compn
-
Fix compilation for newly added VAAPI_HWACCEL's.2009-04-03, by cehoyos
-
Use native endian float filter provided by libbs2b instead of2009-04-02, by bircoph
-
Add documentation for libbs2b audio filter.2009-04-02, by bircoph
-
Add libbs2b audio filter itself.2009-04-02, by bircoph
-
Support for libbs2b audio filter.2009-04-02, by bircoph
-
Fix compilation with libavcodec's HWACCEL.2009-04-02, by cehoyos
-
swscale: Remove mmx2 params from h[yc]scale().2009-04-02, by ramiro
-
swscale: Split h[yc]scale_fast() into their own functions.2009-04-02, by ramiro
-
swscale: Execute sfence and emms depending on runtime flags.2009-04-02, by ramiro
-
Remove unnecessary malloc.h #includes and related #ifdeffery.2009-04-02, by diego
-
Add recently added FFmpeg subdirs to DIRS variable.2009-04-02, by diego
-
override codec tag for pcm s32le and s32be, used in mov2009-04-02, by bcoudurier
-
Add config.h #include, necessary for HAVE_MALLOC_H check.2009-04-01, by diego
-
Remove unused variable along with the related warning.2009-04-01, by diego
-
Increase probe buffer size to 32kB, this makes ac3 auto-detection far more reliable.2009-04-01, by reimar
-
At least direct3d vo supports -xineramascreen, too2009-04-01, by reimar
-
Make examples and test progs depend on libraries2009-04-01, by mru
-
Prefer vo vdpau over vo xv where available.2009-03-31, by cehoyos
-
100l, add forgotten BGR15 format to fmt-conversion.c table2009-03-31, by reimar
-
cdvh decodes with ffdv2009-03-31, by compn
-
Add forgotten escapes for -2009-03-31, by reimar
-
Add missing $(EXESUF) to example/test program dependency declaration.2009-03-31, by diego
-
Explain relationship between -geometry and -xineramascreen.2009-03-31, by reimar
-
Get rid of nonsensical limits on -geometry x, y,w and h values, they only2009-03-31, by reimar
-
More flags; sync with Linux kernel.2009-03-31, by zuxy
-
override lavf tag for pcm s24le, mov uses the same for s24be2009-03-30, by bcoudurier
-
Support IMGFMT_NV12 for vo vdpau.2009-03-30, by cehoyos
-
Set the forced_subs_only value correctly whenever a new spudec is created.2009-03-30, by reimar
-
Use correct PRId64 instead of "lld" in printf string, fixes compiler warnings.2009-03-30, by reimar
-
Make sure we do not accidentally use the vdp_get_error_string from the2009-03-30, by reimar
-
Add support for IMGFMT_YUY2 and IMGFMT_UYVY to vo vdpau.2009-03-29, by cehoyos
-
VDPAU supports IMGFMT_I420 and IMGFMT_IYUV.2009-03-29, by cehoyos
-
Consistently use MP_MAX_PLANES as size for plane pointer/stride arrays in libmpcodecs.2009-03-29, by reimar
-
Globally ignore all example binaries.2009-03-29, by diego
-
Consistently use MP_MAX_PLANES as size for plane pointer/stride arrays in libvo.2009-03-29, by reimar
-
Generalize example target rule in common.mak so that it sets a -example$(EXESUF)2009-03-29, by diego
-
Move swscale AltiVec template code to ppc subdirectory.2009-03-29, by diego
-
Use MP_MAX_PLANES as size of arrays passed to mpcodecs_draw_slice.2009-03-29, by reimar
-
Relicense file to LGPL with the permission of Romain Dolbeau, the author.2009-03-29, by diego
-
sync with en/mplayer.1 r290592009-03-29, by jrash
-
Update demuxer->sub->id and demuxer->sub->sh if a new subtitle stream is2009-03-29, by reimar
-
Cosmetics: Reindent after last commit.2009-03-29, by cehoyos
-
10l: Don't use MP_IMGFIELD_TOP_FIRST if MP_IMGFIELD_ORDERED is not set.2009-03-29, by cehoyos
-
synced with r290592009-03-28, by Gabrov
-
Move config.h include directive up as a precaution measure.2009-03-28, by bircoph
-
Reorder includes alphabetically.2009-03-28, by bircoph
-
Remove af_mp.h and add its content to af.h2009-03-28, by bircoph
-
Remove af_msg special-casing API in libaf.2009-03-28, by bircoph
-
Document the ass_render_event event_images parameter.2009-03-28, by reimar
-
Initialize all structs to 0 before using them.2009-03-28, by reimar
-
Check for ddk/ntddcdrm.h header before enabling VCD on mingw.2009-03-28, by reimar
-
100l, revert r29082, I missed that the vts comparison should be case-insensitive.2009-03-28, by reimar
-
Reindent2009-03-28, by reimar
-
Simplify extracting title number from ifo name2009-03-28, by reimar
-
Move bfin specific code to its subdir.2009-03-27, by ramiro
-
Simplify detection of .ifo extension.2009-03-27, by reimar
-
Use x86_reg instead of long in several video filters to fix compilation on MinGW64.2009-03-27, by reimar
-
Directly include libavutil/x86_cpu.h in cpudetect.h instead of duplicating it2009-03-27, by reimar
-
Get rid of gettimeofday reimplementation for MinGW, all remotely recent2009-03-27, by reimar
-
spelling fixes, add release name2009-03-27, by diego
-
Check for _WINGDI_ instead of _WINGDI_H before defining BITMAPINFOHEADER2009-03-27, by reimar
-
misc updates2009-03-27, by diego
-
Sync cpuid detection code with libavcodec: assume it is always available on x86_642009-03-27, by reimar
-
Rename local TMP variable to TMPRES to avoid a clash with the2009-03-27, by reimar
-
Rename cs_test.c --> colorspace-test.c. This is more consistent with the names2009-03-26, by diego
-
change close to closesocket, unifies close streaming code2009-03-26, by compn
-
Make svn:ignore properties globally consistent. Ignore all .d, .ho, .exe, -test2009-03-26, by diego
-
Add support for mmsh:// as alias for mmshttp://2009-03-26, by reimar
-
Move yuv2rgb code to subdirs.2009-03-26, by ramiro
-
enable vp6 codec to read/write .fpf (passlogfile)2009-03-25, by compn
-
Simplify vdpau deinterlacing code and fix timing for deint=2.2009-03-25, by cehoyos
-
typo fixes2009-03-25, by diego
-
Update date in manual page.2009-03-25, by diego
-
Rename 'default-binds' input option to 'default-bindings'.2009-03-25, by diego
-
cosmetics: Drop leading underscore from extra_ variables.2009-03-25, by diego
-
swscale-example is an API example, not a test program.2009-03-25, by diego
-
1l: There is no more delay since r29051.2009-03-25, by cehoyos
-
Clarify vdpau deinterlacers.2009-03-25, by cehoyos
-
New VDPAU deinterlacing code needs one reference surface less for software decoding.2009-03-24, by cehoyos
-
New vdpau deinterlacing code needs one reference surface less.2009-03-24, by cehoyos
-
Stephen Warren reported that VDPAU deinterlacing did not work correctly.2009-03-24, by cehoyos
-
sqcp plays with ffqclp in ffmpeg2009-03-24, by compn
-
Update help output with previous --extra-ldflags change.2009-03-24, by diego
-
Adds "YUYV422 to YUVA420P" and "UYVY422 to YUVA420P" unscaled convertion2009-03-24, by sdrik
-
Fix some places where "non-alpha to YUVA420P" do not fill the alpha plane2009-03-24, by sdrik
-
Simpler and more elegant fix to the x86_32/OSX+PIC build failure2009-03-24, by sdrik
-
Replace --with-extralibdir option by --extra-ldflags, which accepts arbitrary2009-03-24, by diego
-
typo fix: Remove stray '-' from --extra-cflags option evaluation.2009-03-23, by diego
-
Replace --with-extraincdir option by --extra-cflags, which accepts arbitrary2009-03-23, by diego
-
Get rid of pointless EXTRA_INC and EXTRAXX_INC config.mak variable indirection.2009-03-23, by diego
-
Do not use full CFLAGS to build codec-cfg, they are unnecessary.2009-03-23, by diego
-
Change function call order in config().2009-03-22, by cehoyos
-
Rename 'tests' target to 'testprogs'. It is too easily confused with the2009-03-22, by diego
-
Remove unnecessary CLEANFILES declaration. Test programs do not require it.2009-03-22, by diego
-
Add forgotten "static" to new data_length variable in ao_pcm2009-03-22, by reimar
-
Whitespace-only cosmetics: use consistent indentation in ao_pcm.c2009-03-22, by reimar
-
Print a warning if ao_pcm wrote more data than what can be specified in the2009-03-22, by reimar
-
Sync with r28984: 17% done.2009-03-22, by bircoph
-
Synced with r28991.2009-03-22, by bircoph
-
sync with en/mplayer.1 r289912009-03-22, by jrash
-
Enable unscaled packed422 -> planar 420 converters by default as the2009-03-21, by michael
-
10l: C code of extract_even2avg(), extract_odd2() and extract_odd2avg() was2009-03-21, by michael
-
Average chroma of 2 lines in packed 422 -> planar 420.2009-03-21, by michael
-
10l: Only try to create vdpau decoder if hardware decoding is intended.2009-03-21, by cehoyos
-
Test if create_vdp_decoder() might succeed by calling it from config()2009-03-21, by cehoyos
-
Change return value for create_vdp_decoder().2009-03-21, by cehoyos
-
map jls (jpeg-ls), thm and db (thumbnails) files to jpg2009-03-21, by compn
-
Factorize create_vdp_decoder().2009-03-21, by cehoyos
-
Initialize HAVE_FAST_UNALIGNED definition to 0 so that it is never undefined.2009-03-21, by diego
-
Fix build failure on x86_32 Mac OS X with PIC enabled2009-03-21, by sdrik
-
Fix planarCopy to ignore the GRAY8 "pseudo"-palette, fixes libavtest regression test.2009-03-21, by reimar
-
Remove postinst script that asks for a TrueType font to use as default.2009-03-21, by diego
-
Add CONFIG_SWSCALE_ALPHA and HAVE_VIRTUALALLOC config.h #defines for FFmpeg.2009-03-21, by diego
-
Avoid crash on planarCopy to a destination without alpha.2009-03-20, by reimar
-
Initialize pointer arrays which may be freed before being initialized.2009-03-20, by benoit
-
Do _not_ use rbx on x86_64, it will fail to compile with PIC, besides it2009-03-20, by reimar
-
Fix swscale compilation with Altivec enabled.2009-03-20, by reimar
-
Reindent after last commit2009-03-20, by sdrik
-
Also test the alpha channel in swscale-example2009-03-20, by sdrik
-
YUVA420P is now supported as output format2009-03-20, by sdrik
-
Add alpha channel scaling2009-03-20, by sdrik
-
Add YUVA420P -> RGBA/BGRA/ARGB/ABGR unscaled converters2009-03-20, by sdrik
-
Use a simpler and more general check for the gray case in the planarCopy function2009-03-20, by sdrik
-
Initialize *srcContext, *dstContext, *outContext to NULL, avoids the warnings:2009-03-19, by diego
-
Remove useless casting in asm "m" operand.2009-03-19, by cehoyos
-
Allocate executable memory with VirtualAlloc() in Windows.2009-03-19, by ramiro
-
Drop unnecessary cast and cosmetically align.2009-03-19, by ramiro
-
Fix HTML docs generation, broken in r28980.2009-03-19, by rathann
-
Revert2009-03-19, by michael
-
Fix 10l typo.2009-03-19, by michael
-
remove trailing whitespaces2009-03-19, by Gabrov
-
remove trailing whitespaces2009-03-19, by Gabrov
-
remove trailing whitespaces all over the place2009-03-19, by Gabrov
-
synced with r289912009-03-19, by Gabrov
-
Unscaled converters for2009-03-19, by michael
-
Fix libswscale compilation on non-x86, hopefully without breaking MinGW64 again.2009-03-18, by reimar
-
Support icc 11.1.2009-03-18, by cehoyos
-
drop obsolete guidelines2009-03-18, by rathann
-
swscale-example: use LFG instead of random()2009-03-18, by ramiro
-
Do not assume long is same width as x86 register.2009-03-18, by ramiro
-
Allow to use vdpau temporal deinterlacers with hardware accelerated decoding.2009-03-18, by cehoyos
-
Support FFmpeg codecs that decode to other formats than S16.2009-03-18, by reimar
-
Older versions of <vdpau/vdpau.h> will fail during compilation.2009-03-18, by cehoyos
-
Consistently use ff_ prefixes for internal symbols.2009-03-18, by diego
-
10l: Fix indentation.2009-03-18, by cehoyos
-
Add a fillPlane function to fill a plane with one constant value2009-03-17, by sdrik
-
Don't write outside of the picture buffer in planarCopy in the gray case2009-03-17, by sdrik
-
Get rid of trailing whitespaces.2009-03-17, by bircoph
-
Synced with r28979.2009-03-17, by bircoph
-
Fix ff_bfin_yuv2rgb_get_func_ptr() vs. sws_ff_bfin_yuv2rgb_get_func_ptr() name2009-03-17, by diego
-
whitespace cosmetics: Consistently format function calls without space2009-03-17, by diego
-
Avoid an error at the end of chunked HTML doc generation.2009-03-17, by reimar
-
Add chroma-deint option to vo vdpau (nochroma-deint speeds up deinterlacing).2009-03-16, by cehoyos
-
Add an alpha parameter to the YUV2RGBFUNC macro to ease the upcoming yuva2rgb patch2009-03-16, by sdrik
-
Cosmetics: reindent.2009-03-16, by eugeni
-
Fix uninitialized memory access in ass_fontconfig.2009-03-16, by eugeni
-
Add TVI_CONTROL_VID_SET_WIDTH_HEIGHT to set width and height together for v4l2,2009-03-16, by reimar
-
Check mpi type before returning an DR buffer in get_image, fixes jerkiness2009-03-16, by reimar
-
synced with r28968 with some extra roff markup fixes2009-03-16, by Gabrov
-
Split YUV2RGB operands declaration into a separate macro2009-03-16, by sdrik
-
Move initialisation of deint_surfaces[] to free_video_specific().2009-03-15, by cehoyos
-
Update -vo vdpau command line help.2009-03-15, by cehoyos
-
Cosmetics: Fix whitespace.2009-03-15, by cehoyos
-
Initial support for advanced VDPAU deinterlacers (software-decoded video2009-03-15, by cehoyos
-
Ignore generated files 'tags' and 'cpuinfo'.2009-03-15, by diego
-
Add some parentheses to silence the warnings:2009-03-15, by diego
-
Fix warning: Add forgotten 'int' to variable declaration.2009-03-15, by iive
-
sync w/r289582009-03-15, by gpoirier
-
Avoid ridiculously small decode_buffer_size (e.g. 4 with acodec=pcm_s16le)2009-03-15, by reimar
-
100l fix calculation of dropped frames, number of frames is time * fps, not time / fps.2009-03-15, by reimar
-
Synced with r28958.2009-03-15, by bircoph
-
Update sync tag.2009-03-15, by bircoph
-
cosmetics: Remove file names from file header, it only causes trouble.2009-03-15, by diego
-
roff markup: Place \& after abbreviations like i.e. and e.g.2009-03-15, by diego
-
Remove obsolete extra elements from opt_t struct initialization.2009-03-15, by diego
-
Get rid of pointless preprocessor condition indirection and use ARCH_X862009-03-15, by diego
-
"MPlayer - The Movie Player" should be used as the player name.2009-03-15, by diego
-
cosmetics: typo fix2009-03-15, by diego
-
Prefer ffdv over qdv, it seems qdv can not play some FFmpeg-encoded samples.2009-03-15, by reimar
-
HAVE_THREADS should be initialized to 0, it is a 0/1 #define in FFmpeg.2009-03-15, by diego
-
sync w/r289502009-03-14, by gpoirier
-
KVA vo driver for OS/2, patch by KO Myung-Hun, komh chollian net2009-03-14, by diego
-
Move page heading and table of contents out of the codec support table.2009-03-14, by diego
-
Give table headings more meaningful names.2009-03-14, by diego
-
Clarify that -vo vdpau:deint=n delays video output for n>2 by one frame.2009-03-14, by cehoyos
-
Add /usr/X11R7 to the list of directories in which to search for X11 includes2009-03-14, by diego
-
Only compile fastmemcpybench on x86.2009-03-14, by diego
-
Set DOCTYPE in xsl-generated HTML documentation.2009-03-14, by reimar
-
Make the source buffer operands parametrized in the YSCALEYUV2RGB_YA macro2009-03-14, by sdrik
-
Check for HAVE_EBX_AVAILABLE before enabling MMX code that needs the EBX2009-03-13, by reimar
-
Use the same code as in vf_decimate to select diff_MMX2009-03-13, by reimar
-
Add missing ecx clobber in diff_MMX code (yes, that function is duplicated).2009-03-13, by reimar
-
Fix compilation with --charset=noconv2009-03-13, by reimar
-
Replace duplicated code by a macro.2009-03-12, by diego
-
add some info for acm and tips for searching2009-03-12, by compn
-
SSE3 support patch by Zhou Zongyi, zhouzongyi pset.suntec net2009-03-12, by diego
-
Use ScaledBorderAndShadow: yes by default.2009-03-11, by greg
-
Make MMX registers parametrized in the YSCALEYUV2PACKEDX_YA macro2009-03-11, by sdrik
-
In initMMX2HScaler, when chrDstW is not divisible by 4, the last filterPos2009-03-11, by sdrik
-
Update email address for Vajna, Miklós.2009-03-11, by diego
-
add sn40 binary codec2009-03-10, by compn
-
sn40 decodes with ffodivx2009-03-10, by compn
-
Fix and restructure fastmemcpybench. It is now one binary that runs all2009-03-10, by diego
-
typo nuppelvideo spotted by kostya2009-03-10, by compn
-
Output number of reference frames before creating H264 vdpau decoder.2009-03-09, by cehoyos
-
Update entry for libdvdread; add entry for libdvdnav.2009-03-09, by diego
-
cosmetics: Add newlines for better readability, rename Homepage entry to URL.2009-03-09, by diego
-
GraphEdit is also available in the Microsoft SDK nowadays.2009-03-09, by diego
-
typo2009-03-09, by kraymer
-
libmpdemux/nuppelvideo.h was removed.2009-03-09, by diego
-
partial further sync by patch by sevenfourk, sevenfourk gmail com2009-03-09, by diego
-
Ensure the string we're trying to compare is actually not NULL.2009-03-09, by ben
-
The first valid index is total count - 1 (usually 0)2009-03-09, by ben
-
Do not call waveOutReset in uninit if you should wait till playing finishes,2009-03-09, by reimar
-
Reuse libavutil fifo code instead of reimplementing it over and over.2009-03-09, by reimar
-
Mask all unused bits for packed pixel format instead of green and alpha mask only.2009-03-09, by kostya
-
Get rid of DEMUXER_TYPE_NUV define, it is no longer used.2009-03-09, by reimar
-
Get rid of nuppelvideo.h and its ugly packed struct and instead write the2009-03-09, by reimar
-
people are forgetting to update the changelog2009-03-09, by compn
-
Fix type of zlen, fixes crashes on 64 bit systems.2009-03-09, by reimar
-
Do not calculate the same value twice2009-03-09, by reimar
-
Allocate buffer for lzo compression correctly also for large frame sizes.2009-03-09, by reimar
-
nuv encoder 64 bit fix: avoid using long/sizeof(long)2009-03-09, by reimar
-
Remove now unused parts of nuppelvideo.h2009-03-09, by reimar
-
Remove native nuv demuxer, it only needs more code to achieve the same thing2009-03-09, by reimar
-
Make fastmemcpybench almost working - only thing missing is a way to2009-03-09, by reimar
-
synced with r288952009-03-09, by Gabrov
-
comment/output cosmetics2009-03-09, by diego
-
whitespace cosmetics:2009-03-09, by diego
-
Merge two preprocessor conditions in order to drop one duplicated #else case.2009-03-09, by diego
-
Ignore all fastmem-* binaries.2009-03-09, by diego
-
Change default OSD/subtitle font sizes.2009-03-09, by greg
-
Fix fastmemcpybench tools build:2009-03-09, by diego
-
sync w/r288952009-03-08, by gpoirier
-
Synced with r28895.2009-03-08, by bircoph
-
Cosmetics: reindent.2009-03-08, by eugeni
-
Treat -font/-subfont as Fontconfig pattern in libass.2009-03-08, by eugeni
-
Add test for C memcpy()2009-03-08, by michael
-
Resurrect script needed for easy use of fastmemcpybench.c.2009-03-08, by michael
-
Remove extraneous braces.2009-03-08, by greg
-
Don't assume width == stride for bitmap composition.2009-03-08, by greg
-
Revert2009-03-08, by michael
-
rtjpegn.c is only needed by the NuppelVideo encoder, change Makefile accordingly2009-03-08, by reimar
-
Remove internal NuppelVideo decoder, the code in libavcodec can decode2009-03-08, by reimar
-
Get rid of pointless debugging code2009-03-08, by reimar
-
Remove the grayscale and 4:2:2 RTjpeg code, it is neither used nor is there2009-03-08, by reimar
-
Remove colourspace-conversion stuff from rtjpeg, we have functions to do that2009-03-08, by reimar
-
Mark everything not used outside the file as "static"2009-03-08, by reimar
-
Remove functions not used by MPlayer from header2009-03-08, by reimar
-
Remove useless "extern" in function declarations.2009-03-08, by reimar
-
Add a small howto explaining how to cross-compile for MinGW2009-03-08, by reimar
-
Explain that disabling other input methods is not the purpose of -slave2009-03-08, by reimar
-
Remove unused variable from demux_mov.2009-03-08, by reimar
-
Add an option to disable the default key binding that MPlayer includes2009-03-08, by reimar
-
Fix clipping for pan-and-scan.2009-03-08, by greg
-
Add a proper color check to the overlap compositing.2009-03-08, by greg
-
Replace rotation functions with a simplified version adapted from2009-03-08, by greg
-
Only use first \org in a line.2009-03-07, by greg
-
cosmetics: spelling fixes2009-03-07, by diego
-
cosmetics: Reformat file header.2009-03-07, by diego
-
Make pausing_keep_force the default for the set_mouse_pos and key_down_event -2009-03-07, by reimar
-
Update x264 version check for version required by lavc.2009-03-07, by reimar
-
Let the 4th plane reach the swScale function2009-03-07, by sdrik
-
YUVA420P is a planar YUV format2009-03-07, by sdrik
-
Reduce size of needlessly large mp3lib bandInfoStruct2009-03-07, by reimar
-
Make several constant mp3lib tables const2009-03-07, by reimar
-
Setting vo_fs is handled by x11_common.c, so remove that code from vo_xv/vo_xvmc.2009-03-07, by reimar
-
Make data related to suboption parsing const in libvo2009-03-07, by reimar
-
Get rid of the "set" member of the subopt-parser struct, it made2009-03-06, by reimar
-
Add some "const" to mpcodecs_vd_drivers2009-03-06, by reimar
-
The large -help help_text should be const so it goes into .rodata2009-03-06, by reimar
-
Make audio_out_* structs const so they end up in .rodata2009-03-06, by reimar
-
Make ao_info_t structs const.2009-03-06, by reimar
-
Use code that is actually thread-safe to calculate delay, free space etc. in ao_win322009-03-06, by reimar
-
Cosmetics: get rid of trailing whitespace.2009-03-06, by reimar
-
get rid of full_buffers variable, if the check it is used for is triggered2009-03-06, by reimar
-
Remove now unused buf_write_pos variable from ao_win322009-03-06, by reimar
-
Always write full buffers in ao_win32, except for the last block.2009-03-06, by reimar
-
Use calloc instead of malloc+memset2009-03-06, by reimar
-
sync w/r288072009-03-06, by gpoirier
-
The 8 bit per sample formats are unsigned on Windows, fixes playback with2009-03-06, by reimar
-
Refactor smalltex/tinytex EOSD optimization in vo_gl2009-03-06, by reimar
-
Remove several useless casts from af_resample2009-03-06, by reimar
-
Free af->setup and contents in af_resample uninit function.2009-03-06, by reimar
-
Use calloc to allocate the af_resample ring buffers, reportedly using2009-03-06, by reimar
-
Use a single malloc to allocate space for the circular buffers.2009-03-06, by reimar
-
Comment typo fixes for af_resample2009-03-06, by reimar
-
Simplify EOSD code by rendering it in VOCTRL_DRAW_EOSD instead of genEOSD,2009-03-06, by reimar
-
Remove duplicate OSD drawing introduced due to a conflict between r28840 and r28839.2009-03-06, by reimar
-
Swap order of VFCTRL_DRAW_EOSD and VFCTRL_DRAW_OSD so that the EOSD is drawn2009-03-06, by reimar
-
As for vo_gl, do not rely on draw_osd to render EOSD.2009-03-06, by reimar
-
Draw EOSD with VOCTRL_DRAW_EOSD instead of along with OSD.2009-03-06, by greg
-
Do not rely on draw_osd to render the EOSD, instead draw it already at the2009-03-06, by reimar
-
Fix \be blur start position.2009-03-06, by greg
-
Raise max. number of \be applications to 100, introduce #define for it.2009-03-06, by greg
-
Replace magic numbers (for subpixel accuracy masking) with a define.2009-03-06, by greg
-
Use blur with kernel [[1,2,1], [2,4,2], [1,2,1]] for \be.2009-03-06, by greg
-
Sync latest set of changes.2009-03-06, by diego
-
Sync local changes file with #ifdef --> #if conversion.2009-03-06, by diego
-
Sync local changes file with #ifdef --> #if conversion.2009-03-06, by diego
-
Add support for extracting the release version number from a VERSION file.2009-03-05, by diego
-
Only add -Ilibdvdnav to the CFLAGS of the files that require it.2009-03-05, by diego
-
Sleep based on get_delay in ao_win32 uninit instead of a loop.2009-03-05, by reimar
-
Simplify CFLAGS generation for individual targets.2009-03-05, by diego
-
Update libass changelog.2009-03-05, by greg
-
Fix bug introduced by me in r287562009-03-05, by sdrik
-
Combine adjacent overlapping, translucent glyph borders and shadows to2009-03-05, by greg
-
Fix positioned events' y-position when pan-and-scan is used.2009-03-05, by greg
-
Support for subpixel accuracy of 3 bits for \pos and \move.2009-03-05, by greg
-
Style override for ScaledBorderAndShadow.2009-03-05, by greg
-
Support ScaledBorderAndShadow property.2009-03-05, by greg
-
Scale shadow displacement and blur size like border size.2009-03-05, by greg
-
Round shadow displacement to nearest int.2009-03-05, by greg
-
Support a vsfilter special case:2009-03-05, by greg
-
Hack: half-merge glyph border with outline to avoid ugly anti-aliasing2009-03-05, by greg
-
Simplify some vidix dhahelper build commands with automatic make variables.2009-03-05, by diego
-
Ignore PlayResX/Y aspect ratio for font aspect ratio.2009-03-05, by greg
-
synced with r288072009-03-05, by Gabrov
-
mphq now runs Subversion 1.5.2009-03-05, by diego
-
full_buffers and buffered_bytes must be volatile because they are used from2009-03-05, by reimar
-
Synced with r28807.2009-03-05, by bircoph
-
Make sure all output_surfaces are initialized in preinit.2009-03-04, by reimar
-
Rewrite of rgb15to32 and rgb16to32 using fewer asm instructions2009-03-04, by sdrik
-
10l: Fix max value for -vo vdpau:deint.2009-03-04, by cehoyos
-
Make sure vo_x11_create_vo_window sets vo_dwidth and vo_dheight right2009-03-04, by reimar
-
Fix mp_msg call with too few arguments.2009-03-04, by reimar
-
remove the rest of x86 asm from LGPL build2009-03-03, by henry
-
100l, remove a pointless opt = NULL assignment that made print_int crash since r287942009-03-03, by reimar
-
Add back mistakenly removed copyright notice.2009-03-03, by diego
-
Add another hack to work-around the currently completely inconsistent way in2009-03-03, by reimar
-
synced with r287882009-03-03, by Gabrov
-
sync w/ r287882009-03-02, by gpoirier
-
sync w/r287072009-03-02, by gpoirier
-
french punctuation cosmetics2009-03-02, by gpoirier
-
- french punctuation cosmetics that was done weeks before.2009-03-02, by gpoirier
-
Make WinID a 64 bit integer, this should avoid issues with valid Window2009-03-02, by reimar
-
Add a 64 bit integer type to the suboption parser.2009-03-02, by reimar
-
Use strtoll in parse_int to avoid discrepancies between 32 and 64 bit systems.2009-03-02, by reimar
-
Minor cosmetics: fix indentation2009-03-02, by reimar
-
import ffmpeg changelog2009-03-02, by compn
-
Synced with r28788.2009-03-02, by bircoph
-
changes2009-03-02, by compn
-
Improve vdpau deinterlacing documentation.2009-03-01, by cehoyos
-
Fix a memory leak.2009-03-01, by eugeni
-
Document that -heartbeat-cmd is only for video, not audio-only2009-03-01, by reimar
-
Use UTF-8 as character set.2009-03-01, by diego
-
cosmetics: Remove trailing whitespace.2009-03-01, by diego
-
With pan-and-scan, keep positioned events in their original positions2009-03-01, by eugeni
-
Remove unnecessary linking hack, compilation works fine without.2009-03-01, by diego
-
Remove now unnecessary linking hacks.2009-03-01, by diego
-
Mention VDPAU in Changelog.2009-03-01, by cehoyos
-
Add standard license headers to files.2009-03-01, by diego
-
synced with r287752009-03-01, by Gabrov
-
Fix typo in comments.2009-03-01, by rathann
-
Add warnings to yuv2rgb_vis.c because alpha is set wrong (0 instead of 255).2009-03-01, by reimar
-
DART audio output driver for OS/2 by KO Myung-Hun, komh chollian net2009-03-01, by diego
-
Make AltiVec code write alpha as 255 instead of 0 when converting to RGBA2009-03-01, by reimar
-
Fix braindead and broken way to calculate abase, fixes regression tests on2009-03-01, by reimar
-
Fix 10l typo in ADD_ALL_EXESUFS function name.2009-03-01, by diego
-
codec-cfg does not depend on codecs.conf.h, it is used to generate it.2009-03-01, by diego
-
Make all object files depend on generated header files.2009-03-01, by diego
-
Add explicit dependencies on generated header files for the object files along2009-03-01, by diego
-
Fix dependencies on generated header files for the codec* binaries.2009-03-01, by diego
-
10l, replace a tab that slipped in.2009-03-01, by reimar
-
Create a set_format_params function that sets all the special options needed2009-03-01, by reimar
-
sync with en/mplayer.1 r287452009-03-01, by jrash
-
Use M_PI for pi.2009-02-28, by cehoyos
-
Make VdpVideoMixerAttribute attributes[] static const.2009-02-28, by cehoyos
-
synced with r287452009-02-28, by Gabrov
-
sync by Ivan (sevenfourk, sevenfourk gmail com)2009-02-28, by diego
-
Support brightness, contrast, hue and saturation adjustments via2009-02-28, by cehoyos
-
Fix OSD for vo vdpau:deint>1.2009-02-28, by cehoyos
-
Handle vdp_decoder_create failures better, in particular avoid unrelated2009-02-28, by reimar
-
Fix a possible NULL-pointer crash introduced by local changes to libfaad22009-02-28, by reimar
-
Synced with r28745.2009-02-28, by bircoph
-
Zero-fill glyph_info_t before use.2009-02-27, by eugeni
-
Remove unused function argument.2009-02-27, by eugeni
-
Support fractional arguments for some override tags.2009-02-27, by eugeni
-
Fix two gcc warnings.2009-02-27, by eugeni
-
Fix memory leak produced by the \blur patch.2009-02-27, by eugeni
-
Stronger blur.2009-02-27, by eugeni
-
Allow shadow without border.2009-02-27, by eugeni
-
Add an isALPHA macro to check if pixel format has alpha channel2009-02-27, by sdrik
-
Use YUV420P code path for YUVA420P where appropriate2009-02-27, by sdrik
-
Update vdpau:deint documentation.2009-02-27, by cehoyos
-
Do not forget the chosen deinterlacer for -vo vdpau.2009-02-27, by cehoyos
-
Add one-field-only output for -vo vdpau.2009-02-27, by cehoyos
-
Document that all vdpau deinterlacers respect -field-dominance.2009-02-27, by cehoyos
-
Refactor code for upcoming alpha patches.2009-02-27, by cehoyos
-
vdpau:pullup only works with temporal and temporal-spatial deinterlacing.2009-02-27, by cehoyos
-
synced with r287362009-02-27, by Gabrov
-
r27801 Clarify screenw/screenh options, patch by Christian Ohm, chr.ohm gmx net.2009-02-26, by kraymer
-
10l: Remove debug printf() from last commit.2009-02-26, by cehoyos
-
Support "D" to (de-)activate deinterlacing when using vo vdpau.2009-02-26, by cehoyos
-
Document that -field-dominance also works for vdpau.2009-02-26, by cehoyos
-
10l: Add missing braces for VOCTRL_GET_EOSD_RES.2009-02-25, by cehoyos
-
r27390 Fix a misleading section in the libavcodec options manual2009-02-25, by kraymer
-
Use memset to make sure all parts of struct sockaddr_in are always initialized.2009-02-25, by reimar
-
Change code to actually work when NUM_OUTPUT_SURFACES is changed.2009-02-25, by reimar
-
synced with r287272009-02-25, by Gabrov
-
copyright year update in man pages2009-02-25, by Gabrov
-
Read revision string from the file snapshot_version if available.2009-02-24, by diego
-
Document -vo vdpau:pullup.2009-02-24, by cehoyos
-
cosmetics: Use $() instead of ``, the former can be nested more easily.2009-02-24, by diego
-
Document -vo vdpau:deint.2009-02-24, by cehoyos
-
Cosmetics: Fix indentation and line length.2009-02-24, by cehoyos
-
Rename yuv2rgb2.c --> yuv2rgb.c.2009-02-24, by diego
-
Clarify -vo vdpau:sharpen.2009-02-24, by cehoyos
-
Document -vo vdpau:denoise.2009-02-24, by cehoyos
-
Document -vo vdpau:sharpen.2009-02-24, by cehoyos
-
Enable Bob de-interlacing for VDPAU.2009-02-24, by cehoyos
-
version bump2009-02-24, by kraymer
-
Relicense AltiVec optimizations as LGPL with the permission of Marc Hoffman2009-02-24, by diego
-
Remove GPL version of yuv2rgb.c that has been replaced by an LGPL substitute.2009-02-24, by diego
-
add Zhu Tian (JRaSH) as Chinese document translator2009-02-23, by jrash
-
sync with en/mplayer.1 r285762009-02-23, by jrash
-
Calculate border size in aspect keeping code by using AdjustWindowRect2009-02-23, by reimar
-
ffvc1vdpau and ffwmv3vdpau should be marked as buggy in the same2009-02-23, by reimar
-
Only check for vdp_video_mixer_destroy failure when we actually executed that function.2009-02-23, by reimar
-
EOSD/ASS support for vo_vdpau.c2009-02-23, by reimar
-
Synced with r28707.2009-02-23, by bircoph
-
Synced with r28706.2009-02-23, by bircoph
-
Update faq about power management effect taking into account that2009-02-23, by bircoph
-
Update some statements:2009-02-23, by bircoph
-
Synced with r28704.2009-02-23, by bircoph
-
Get rid of the outdated and unmaintained CPU codename table.2009-02-23, by zuxy
-
configure: Make the special dvdnav test the last one again2009-02-23, by uau
-
Accept DVB API 5, patch by Steven Brudenell, steven.brudenell gmail com.2009-02-22, by diego
-
SwScaler now has new YUV2RGB table generator2009-02-22, by kostya
-
New LGPLed YUV2RGB table generator for SwScaler2009-02-22, by kostya
-
Make alpha arch detection more lenient. Taken from the Debian patchset.2009-02-21, by diego
-
af_stats: Some fixes to the new filter2009-02-21, by uau
-
Add missing #include "config.h", fixes the warning:2009-02-21, by diego
-
Add statistics audio filter that prints information about the audio stream.2009-02-21, by diego
-
Set time_base to 1/samplerate, like FFmpeg does, instead of leaving it at the2009-02-21, by diego
-
Add -ffast-math to LDFLAGS as well as to CFLAGS.2009-02-21, by diego
-
Add forgotten type to variable declaration.2009-02-21, by reimar
-
Add HAVE_GETHRTIME and HAVE_INLINE_ASM definitions for FFmpeg.2009-02-21, by diego
-
Print the version string after the command line has been parsed.2009-02-21, by diego
-
Factorize some code in yuv2rgb_template.c to ease further yuva2rgb patch.2009-02-21, by cehoyos
-
Move resetting audio_info_t samples, eof and error in ao_sun.c to reset(), avoids2009-02-21, by reimar
-
move zeroing of alpha channel register out of YSCALEYUV2xxx macros,2009-02-21, by stefang
-
splits various YSCALEYUV2xxx macros into YSCALEYUV2xxx_UV,2009-02-21, by stefang
-
make MMX registers parametrized in the WRITEBGR32 macro,2009-02-21, by stefang
-
Cosmetics. Reindent to 4 spaces.2009-02-21, by iive
-
Cleanup.2009-02-21, by iive
-
Synced with r28266.2009-02-21, by bircoph
-
Cosmetics. Remove all trailing whitespaces2009-02-21, by iive
-
Turn all remaining printf() into mp_msg().2009-02-20, by iive
-
Cleanup.2009-02-20, by iive
-
Cosmetics part2. Indent local variable definitions like the rest of the code.2009-02-20, by iive
-
Cosmetics part 1. Reindent to 4 spaces.2009-02-20, by iive
-
Comment out "else" statement without following block.2009-02-20, by iive
-
Move libavcodec includes together.2009-02-20, by iive
-
Document that and why deinterlacing is not working2009-02-20, by reimar
-
Add support for VDPAU deinterlacing, pullup, denoise and sharpening.2009-02-20, by reimar
-
Synced with r28670. (Copyright year update.)2009-02-19, by bircoph
-
synced with r286702009-02-19, by Gabrov
-
update copyright year at the end of the man page2009-02-19, by Gabrov
-
Drop official maintainership of ao_pulse since libpulseaudio still has2009-02-19, by reimar
-
Work around a PulseAudio bug that causes MPlayer to hang after unpausing.2009-02-19, by reimar
-
Try to update libvo.txt2009-02-19, by reimar
-
Re-add accidentally discarded comment about YUVJ format.2009-02-19, by reimar
-
Be more robust against corrupted RM files that contain invalid packet length2009-02-19, by zuxy
-
Add necessary header for ARCH_X86_64 preprocessor check.2009-02-19, by diego
-
Remove unused and unreachable code hunk that was surrounded by a misspelled2009-02-19, by diego
-
Return PIX_FMT_NONE if the video system refuses all other formats.2009-02-19, by iive
-
Synced with r28660.2009-02-19, by bircoph
-
Another outdated text in <screen> example.2009-02-19, by bircoph
-
Remove exclamation marks to make output similar to English version.2009-02-19, by bircoph
-
Fix capitalization to be similar to English master file.2009-02-19, by bircoph
-
Screen example for no audio problem is outdated:2009-02-19, by bircoph
-
Spelling: capitalize pronouns.2009-02-19, by bircoph
-
Rename the "src" parameter in the sws_scale() declaration to2009-02-18, by stefano
-
Document sws_scale().2009-02-18, by stefano
-
Replace the dash sign by — tag.2009-02-18, by bircoph
-
Exterminate one more trailing whitespace.2009-02-18, by bircoph
-
Sync with r26990.2009-02-18, by bircoph
-
Use the same code to convert fps in float to fraction as used in mencoder,2009-02-18, by reimar
-
Current revision is in sync with r28645, because r28644 and r286452009-02-18, by bircoph
-
Restore synchronization with r28618.2009-02-18, by bircoph
-
Revert r28597 as requested by Diego in order to be cautious before2009-02-18, by bircoph
-
Add VOCAP_NOSLICES and use it to allow vo_vdpau to not support slices for2009-02-18, by reimar
-
Also shorten <channel> to <chan> in the description, not just in the example.2009-02-18, by diego
-
Shorten one example line to avoid the groff warning:2009-02-18, by diego
-
Handle mpcodecs_get_image returning NULL, FFmpeg most of the time handles2009-02-18, by reimar
-
Sync with r28618.2009-02-18, by bircoph
-
AVR32 apparently supports fast unaligned accesses.2009-02-17, by diego
-
Set samplerate in reset also for AC3, and set it before the format in that2009-02-17, by reimar
-
Mark all Linux RealVideo decoders as buggy, they all seem to have some problem2009-02-17, by reimar
-
Make it possible for mpcodecs_get_image to return NULL as the2009-02-17, by reimar
-
Print an error and return NULL in vf_get_image if we try to allocate2009-02-17, by reimar
-
Set avctx->opaque already at init instead of decode so it can be used in2009-02-17, by reimar
-
Typo fix2009-02-17, by Gabrov
-
cosmetics: Replace unused 'argc/argv' in main declarations by 'void'.2009-02-17, by diego
-
Extend calc_src_dst_rects to also calculate the border values needed for2009-02-17, by reimar
-
cosmetics: const static --> static const, avoids the debug mode warning:2009-02-17, by diego
-
Also set HAVE_EBP_AVAILABLE in debug mode.2009-02-17, by diego
-
cosmetics: Remove stray empty lines.2009-02-17, by diego
-
Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:2009-02-17, by diego
-
Convert HAVE_MEMALIGN into a 0/1 definition, fixes the warning:2009-02-17, by diego
-
Fix compilation after last commit.2009-02-17, by cehoyos
-
Cropping parameter to calc_src_dst_rects is const2009-02-17, by reimar
-
100l, reset ass_border when switching out of fullscreen mode.2009-02-17, by reimar
-
Use FFmpeg instead of MPlayer MANGLE macro, they are equivalent in this2009-02-17, by diego
-
Move FFmpeg #includes below all others so that they do not override2009-02-17, by diego
-
Move libavutil #includes below all others so that they do not override2009-02-17, by diego
-
The CONFIG_TV_TELETEXT preprocessor directive is defined/undefined,2009-02-17, by diego
-
Fix compilation without VDPAU2009-02-17, by uau
-
Fix #endif comment.2009-02-16, by cehoyos
-
Add note about ffwmv3vdpau.2009-02-16, by cehoyos
-
Add support for VDPAU video out, including hardware decoding.2009-02-16, by reimar
-
Synced with r28615.2009-02-16, by bircoph
-
Add ccache usage suggestion to speed up compilation.2009-02-16, by bircoph
-
100l, do 0-filling on resume (to avoid desync after pause) in ao_oss only when2009-02-16, by reimar
-
Use fixed-point implementation on avr32.2009-02-16, by diego
-
Make configure recognize avr32.2009-02-16, by diego
-
Replace double semicolon by single semicolon.2009-02-16, by diego
-
Sync renaming of xvmc struct members in FFmpeg.2009-02-16, by diego
-
synced with r285932009-02-16, by Gabrov
-
The AV_XVMC_RENDER_MAGIC constant was renamed to AV_XVMC_ID in FFmpeg.2009-02-15, by diego
-
Reflect ffmpeg change of xvmc struct field to xvmc_id.2009-02-15, by iive
-
Fix spelling: "whom" should be used instead of "which" when we're2009-02-15, by bircoph
-
Remove the reference to history.html because history.xml was purged2009-02-15, by bircoph
-
whitespace cosmetics: Remove all tabs and trailing whitespace.2009-02-15, by diego
-
The xvmc_pixfmt_render structure was renamed to xvmc_pix_fmt in FFmpeg.2009-02-15, by diego
-
Remove unnecessary #ifdef around internal #include.2009-02-15, by diego
-
The xmvc structure member magic_id was renamed to unique_id.2009-02-15, by diego
-
Remove unnecessary #if around forward declaration.2009-02-15, by reimar
-
Restructure get_format so it can easily be extended to handle VDPAU2009-02-15, by reimar
-
Reuse the code for the general do_dr1 case to set get_buffer/release_buffer for XvMC.2009-02-15, by reimar
-
Change man page encoding from KOI8-R to UTF-8.2009-02-15, by bircoph
-
Redescribe "parse system" with more clear and understandable2009-02-15, by bircoph
-
Use PIX_FMT_NONE instead of -12009-02-15, by reimar
-
Remove apparently unneeded CODEC_FLAG_EMU_EDGE for XvMC2009-02-15, by reimar
-
Remove trailing whitespaces.2009-02-15, by bircoph
-
Synced with r28201.2009-02-15, by bircoph
-
Extend get_buffer to handle the XvMC case and remove mc_get_buffer2009-02-15, by reimar
-
Unset MP_IMGFLAG_IN_USE in release_buffer.2009-02-15, by reimar
-
Merge two checks for mpi != NULL2009-02-15, by reimar
-
Make the default release_buffer work for XvMC, use it and remove mc_release_buffer2009-02-15, by reimar
-
Get rid of mc_render_slice and use the generic draw_slice instead.2009-02-15, by reimar
-
Update info about contributions.2009-02-15, by bircoph
-
Support seek in multirate RealMedia files.2009-02-15, by zuxy
-
Reflect the change of xvmc struct name.2009-02-15, by iive
-
WMVA works with VDPAU, too2009-02-15, by reimar
-
Move direct-rendering hack from vo_xvmc to vf_vo, so it does not need to2009-02-15, by reimar
-
Sync fourccs for ffvc1vdpau2009-02-15, by reimar
-
Sync fourcc list for ffmpeg12vdpau2009-02-15, by reimar
-
Now xvmc struct uses magic_id field2009-02-15, by iive
-
Remove display_flag remains as the member has been removed from the xvmc struct.2009-02-15, by iive
-
Get rid of the trailing whitespaces.2009-02-15, by bircoph
-
'Capitalize' mplayer -> MPlayer when used as a project name.2009-02-15, by bircoph
-
Some more trailing whitespaces.2009-02-15, by bircoph
-
Get rid of trailing whitespaces.2009-02-15, by bircoph
-
Fix r28506.2009-02-15, by bircoph
-
Sync with r28520, 100% done.2009-02-15, by bircoph
-
Remove some xvmc field initializations. They are not used by2009-02-14, by iive
-
timebomb made some swscale AltiVec fixes2009-02-14, by compn
-
Sync with r27979.2009-02-14, by bircoph
-
Use sws_printVec2() instead of the deprecated sws_printVec().2009-02-14, by stefano
-
Implement sws_printVec2() and deprecate sws_printVec().2009-02-14, by stefano
-
Document sws_normalizeVec().2009-02-14, by stefano
-
Sync with r27639.2009-02-14, by bircoph
-
Actually it is in sync with SVN HEAD.2009-02-14, by bircoph
-
Use fmt-conversion.h in vd_ffmpeg.c2009-02-14, by reimar
-
Create a fmt-conversion.c file so fmt-conversion.h can be included by multiple files.2009-02-14, by reimar
-
Consistently place whitespace around * ( ) and ,2009-02-14, by reimar
-
Remove useless break2009-02-14, by reimar
-
Indentation and other whitespace fixes2009-02-14, by reimar
-
Remove local copy of xvmc_render.h, it is now an installed header in FFmpeg.2009-02-14, by diego
-
Make hScale_altivec_real() trim its output like other implementations do2009-02-14, by kostya
-
Some AltiVec functions in SwScaler produce different output than their2009-02-14, by kostya
-
partial update, patch by sevenfourk, sevenfourk gmail com2009-02-14, by diego
-
Replace fprintf call by mp_msg, fixes the warning:2009-02-14, by diego
-
Cosmetics: handle all special/compressed formats in a single if in mp_image_setfmt2009-02-14, by reimar
-
Add support for image formats and codecs used by VDPAU2009-02-14, by reimar
-
Add MP_IMGTYPE_NUMBERED which gives access to the kind of mp_image_t that2009-02-14, by reimar
-
Fix typo in German message.2009-02-12, by reimar
-
synced with r285322009-02-12, by Gabrov
-
Remove now unused vo_calc_drwXY function.2009-02-12, by reimar
-
Add a calc_src_dst_rects that calculates from window size, panscan etc.2009-02-12, by reimar
-
100l, removed a #ifdef the wrong way, CODEC_FLAG_NOT_TRUNCATED no longer exists,2009-02-12, by reimar
-
Remove trailing whitespace from vd_ffmpeg.2009-02-12, by reimar
-
Replace tabs in vd_ffmpeg by 8 spaces to better match FFmpeg's coding style.2009-02-12, by reimar
-
Remove several #ifdefs that check for libavcodec features from vd_ffmpeg.2009-02-12, by reimar
-
Only set VO_EVENT_RESIZE if size actually changed, not if e.g. the window was2009-02-12, by reimar
-
Ignore errors from all rm commands in clean targets.2009-02-12, by diego
-
On clean/distclean, remove binaries with all types of executable suffixes.2009-02-12, by diego
-
Use addprefix and addsuffix functions to generate TOOLS variable.2009-02-12, by diego
-
Apply misc fixes for sws_getCachedContext() documentation.2009-02-12, by stefano
-
Bump micro version, related to r28491.2009-02-12, by stefano
-
Document sws_getContext().2009-02-11, by stefano
-
Port check for 10 assembler operands support from FFmpeg.2009-02-11, by diego
-
Document sws_getIdentityVec().2009-02-11, by stefano
-
Convert "advanced audio usage" into from a subsection to a chapter.2009-02-11, by diego
-
Replace a mention of MPlayer by MEncoder in the MEncoder section.2009-02-11, by diego
-
Remove outdated FAQ entries.2009-02-11, by diego
-
Remove unnecessary _UWIN #define.2009-02-11, by diego
-
Move sws_getGaussianVec() documentation from swscale.c to swscale.h.2009-02-10, by stefano
-
Document sws_cloneVec().2009-02-10, by stefano
-
Fix typo: lenght -> length.2009-02-10, by stefano
-
Document sws_scaleVec().2009-02-10, by stefano
-
Document sws_getConstVec().2009-02-10, by stefano
-
Move documentation of sws_getCachedContext() from swscale.c to2009-02-10, by stefano
-
Remove pointless comment regarding sws_scale_ordered().2009-02-10, by stefano
-
Add a @deprecated notice to swscale_get_ordered().2009-02-10, by stefano
-
Add priority support for OS/2 and factorize the Windows priority support.2009-02-10, by diego
-
Add proper check for posix_memalign(), needed for FFmpeg.2009-02-10, by diego
-
Remove unnecessary emms Assembler instructions.2009-02-10, by diego
-
partial sync with obsolete section removal2009-02-10, by diego
-
partial sync with obsolete section removal2009-02-10, by diego
-
partial sync with obsolete section removal2009-02-10, by diego
-
partial sync with obsolete section removal2009-02-09, by diego
-
partial sync with obsolete section removal2009-02-09, by diego
-
Document coeff and length fields in SwsVector.2009-02-09, by stefano
-
Sync x264 section renaming.2009-02-09, by diego
-
Use consistent names for codec installation sections.2009-02-09, by diego
-
partial sync with obsolete section removal2009-02-09, by diego
-
partial sync with obsolete section removal2009-02-09, by diego
-
partial sync with obsolete section removal2009-02-09, by diego
-
partial sync with obsolete section removal2009-02-09, by diego
-
partial sync with obsolete section removal2009-02-09, by diego
-
partial sync with obsolete section removals2009-02-09, by diego
-
change internal real video packetizing format to the more straight forward one2009-02-09, by aurel
-
Revert #undefining system functions, it is not necessary.2009-02-09, by diego
-
bruteforce partial sync with obsolete documentation removal2009-02-09, by diego
-
Add config.h #include for ARCH_X86 definition.2009-02-09, by diego
-
Add #undefs to reenable system functions that are normally forbidden in other2009-02-09, by diego
-
Drop DECLARE_ALIGNED from extern declarations. It creates trouble when2009-02-09, by diego
-
Use SetErrorMode so Windows will not show all kinds of error dialogs2009-02-09, by reimar
-
Prefix visible YUV2RGB functions with sws_2009-02-09, by kostya
-
Give better name to Inverse_Table_6_92009-02-09, by kostya
-
Remove file name from file headers.2009-02-09, by diego
-
Print information about detected CPU in verbose mode only.2009-02-09, by diego
-
Drop the deprecated sws_scale_ordered() at the next major version2009-02-08, by stefano
-
Replace int type with enum PixelFormat for the dstFormat/srcFormat2009-02-08, by stefano
-
Fix a typo: lumaSarpen -> lumaSharpen.2009-02-08, by stefano
-
cosmetics: Remove leading underscore from all def_ variables.2009-02-08, by diego
-
Add CONFIG_LIBAMR_NB_FIXED #define for FFmpeg to config.h.2009-02-08, by diego
-
CONFIG_LIBAMR_NB/WB should be 0/1 #defines.2009-02-08, by diego
-
Fix FFmpeg decoder info fields to be consistent.2009-02-08, by diego
-
cosmetics: Drop redundant "decoder" from codec info fields.2009-02-08, by diego
-
synced with r284322009-02-08, by Gabrov
-
Conditionally compile aclib.c instead of placing #ifdef around its content.2009-02-08, by diego
-
Add CONFIG_LIBVORBIS #define for FFmpeg to config.h.2009-02-08, by diego
-
Add standard license headers, unify header formatting.2009-02-08, by diego
-
Give _XOPEN_SOURCE #define an explicit 600 value. Fixes build on Open Solaris.2009-02-07, by diego
-
Sync with latest FFmpeg changes.2009-02-07, by diego
-
Add config.h/config.mak bzlib variables missed in last commit.2009-02-07, by diego
-
Add bzlib check for FFmpeg.2009-02-07, by diego
-
Fix a couple of unused variable warnings through the av_unused attribute.2009-02-07, by diego
-
Convert CONFIG_ZLIB into a 0/1 option.2009-02-07, by diego
-
Add READ_CACHE_TRACE #define for libdvdnav.2009-02-07, by diego
-
In case of several \move or \pos in one line, prefer the first one.2009-02-07, by eugeni
-
Add stubs for a few unimplemented tags.2009-02-07, by eugeni
-
Allow \be with arguments other than 0 or 1. Implement \blur.2009-02-07, by eugeni
-
sync w/r284152009-02-05, by gpoirier
-
Avoid message spam during video adapter uncooperative state.2009-02-05, by gogothebee
-
Unify info/error messages to a common style:2009-02-05, by gogothebee
-
Print an error message when given insufficient parameters.2009-02-04, by diego
-
cosmetics: Regroup some FFmpeg config.h options.2009-02-04, by diego
-
Add proper check for arpa/inet.h.2009-02-04, by diego
-
cosmetics: Remove stray tab.2009-02-04, by diego
-
We use libdvdcss 1.2.10, not 1.2.9.2009-02-04, by diego
-
Do not hardcode HAVE_DOS_PATHS, set it by OS instead.2009-02-04, by diego
-
add automatic hw acceleration for vo gl entry2009-02-03, by compn
-
Hack: fix MINGW compilation by hard-coding HAVE_ARPA_INET_H2009-02-03, by reimar
-
Add [gl] in front of vo_gl message2009-02-03, by reimar
-
Latest 9.1 ATI drivers finally fixed PBOs, thus do not need ati-hack and are much2009-02-03, by reimar
-
Add checks that a D3D device is available before attempting rendering.2009-02-03, by reimar
-
Remove the Present call after adapter reinitialization, it can not work anyway2009-02-03, by reimar
-
swab() needs _XOPEN_SOURCE to be defined.2009-02-03, by reimar
-
Cosmetics: remove empty line, improve some messages.2009-02-03, by reimar
-
Whitespace/comment typo cosmetics.2009-02-03, by reimar
-
Check for change_d3d_backbuffer failure.2009-02-03, by reimar
-
Fix several return values2009-02-03, by reimar
-
Rename lzo1x_decode -> av_lzo1x_decode, this was missed in the previous patch.2009-02-03, by reimar
-
FFmpeg sync: LZO_OUTPUT_PADDING --> AV_LZO_OUTPUT_PADDING2009-02-02, by diego
-
Adapt to lzo changes in libavutil2009-02-02, by reimar
-
Convert CONFIG_XVMC into a 0/1 definition.2009-02-02, by zuxy
-
Chinese manpage is actually simplified Chinese (zh_CN), so rename the manpage2009-02-01, by rathann
-
Do not print a warning if current pts is equal to previous pts.2009-02-01, by diego
-
cosmetics: Remove period after copyright statement non-sentence.2009-02-01, by diego
-
HAVE_WINSOCK2_H is now a 0/1 definition.2009-02-01, by diego
-
Simplify inet_pton/inet_aton checks.2009-02-01, by diego
-
Add some more definitions for FFmpeg to config.h.2009-02-01, by diego
-
cosmetics: Fix indentation after last commit.2009-02-01, by diego
-
Restructure network tests: Always check for both inet_aton and inet_pton.2009-02-01, by diego
-
HAVE_DCBZL should be a 0/1 definition.2009-02-01, by diego
-
Convert HAVE_WINSOCK2_H into a 0/1 definition.2009-02-01, by diego
-
Remove pointless #ifdef around internal header includes.2009-02-01, by diego
-
HAVE_ATON --> HAVE_INET_ATON to match FFmpeg and give it a 0/1 value.2009-02-01, by diego
-
Convert HAVE_CLOSESOCKET and HAVE_SOCKLEN_T into 0/1 definitions.2009-02-01, by diego
-
Add a few more #defines for FFmpeg to config.h.2009-02-01, by diego
-
Reminder for Dominik to update the RPM packaging section.2009-02-01, by diego
-
Rename "ARM" section to "ARM Linux".2009-02-01, by diego
-
CONFIG_LIB* are defined as 0/1 in FFmpeg.2009-02-01, by diego
-
Move QNX subsection to commercial Unix section.2009-02-01, by diego
-
Move note about binary packages to the top section.2009-02-01, by diego
-
Reword beginning of MinGW section.2009-02-01, by diego
-
Remove Amiga/MorphOS section, it only contained outdated information.2009-02-01, by diego
-
Remove hints about specific binary packages, add a link to the list2009-02-01, by diego
-
Remove IRIX section, the advice it contained is now obsolete.2009-02-01, by diego
-
Remove -c option from install commands. It is ignored by GNU install and2009-02-01, by diego
-
Add a note about POSIX system requirements.2009-02-01, by diego
-
Revert Solaris PATH modification workaround.2009-02-01, by diego
-
Add a note about adding /usr/xpg4/bin to your PATH on Solaris.2009-02-01, by diego
-
Remove remarks about GNU Make being required on some systems.2009-02-01, by diego
-
Move GNU Make entry to the top of the list.2009-02-01, by diego
-
Update binutils and compiler sections.2009-02-01, by diego
-
Add CONFIG_FASTDIV and CONFIG_POWERPC_PERF to config.h for FFmpeg compilation.2009-02-01, by diego
-
Add support for libavcodec GMC flag, patch by Dave Baker, dbkr mxtelecom com.2009-02-01, by diego
-
Use full internal pathname in doxygen @file directives.2009-02-01, by diego
-
increase max OSD message size limit2009-02-01, by compn
-
Set a sane default path on Solaris.2009-01-31, by diego
-
cosmetics: Move memalign_hack define next to other FFmpeg defines in config.h.2009-01-31, by diego
-
Slightly simplify VIDIX_PCI_FILES command.2009-01-31, by diego
-
Make sure CONFIG_MEMALIGN_HACK is always #defined.2009-01-31, by diego
-
Make sure HAVE_ALTIVEC_H is always #defined.2009-01-31, by diego
-
Make sure HAVE_FAST_64BIT is always #defined.2009-01-31, by diego
-
Add bswap check, needed for FFmpeg.2009-01-31, by diego
-
Add #define HAVE_DLFCN_H to config.h, libdvdread4 needs it.2009-01-31, by diego
-
HAVE_LRINT and friends should be defined to 0/1.2009-01-31, by diego
-
command.c: Fix some commands crashing during audio-only playback2009-01-31, by uau
-
Make CONFIG_XVMC a proper FFmpeg-style 0/1 definition.2009-01-30, by diego
-
Add CONFIG_SWSCALE to config.h, we always enable the software scaler.2009-01-30, by diego
-
Add 4 more config.h #defines for libfaad2.2009-01-30, by diego
-
Use OS preprocessor checks with '#if defined()' consistently.2009-01-30, by diego
-
Fix warnings about undefined preprocessor directives.2009-01-30, by diego
-
1) HAVE_SYS_ASOUNDLIB_H/HAVE_ALSA_ASOUNDLIB_H are defined/undefined,2009-01-30, by diego
-
Revert mistaken #ifdef --> #if change.2009-01-30, by diego
-
Update libavcodec 'aic' flag define to match current FFmpeg.2009-01-30, by diego
-
HAVE_ARMV6 is defined to 0/1, use the preprocessor directive accordingly.2009-01-30, by diego
-
Add -Wundef to CFLAGS.2009-01-30, by diego
-
Enable RDFT in FFmpeg, some codecs depend on it.2009-01-30, by diego
-
Enable internal dvdread support on OS/2.2009-01-30, by diego
-
Move setting of O_NONBLOCK before lirc_readconfig, this avoids a memleak2009-01-30, by reimar
-
Fix an MSGT_INPUT to MSGT_LIRC in lirc.c2009-01-30, by reimar
-
add pvez to truemotion 12009-01-29, by compn
-
remove sys/timeb.h include2009-01-29, by compn
-
increase max glyph and lines limit2009-01-29, by compn
-
Use single quotes to avoid escaping double quotes in a string.2009-01-29, by diego
-
Use cat instead of echo to generate version.h.2009-01-29, by diego
-
Remove superfluous backslash escapes that caused unintended escapes.2009-01-28, by diego
-
Avoid a division by 0 when using -oac mp3lame but no audio data actually is encoded.2009-01-28, by reimar
-
increase max subtitle stream limit2009-01-28, by compn
-
Do not use select n lirc code, instead set the fd non-blocking.2009-01-27, by reimar
-
Allocate a larger backbuffer to allow resizing without reinit.2009-01-27, by reimar
-
Add standard license headers.2009-01-26, by diego
-
Replace another bunch of '#if HAVE_FOO' preprocessor checks by 'if (HAVE_FOO)'.2009-01-26, by diego
-
Do not duplicate VERSION string.2009-01-26, by diego
-
Replace a bunch of '#if HAVE_FOO' preprocessor checks by 'if (HAVE_FOO)'.2009-01-26, by diego
-
WORDS_BIGENDIAN is defined/undefined, not 0/1.2009-01-26, by diego
-
some more HAVE_3DNOW --> HAVE_AMD3DNOW2009-01-26, by diego
-
Drop HAVE_LRINTF check, lrintf is used without checking in other places.2009-01-26, by diego
-
HAVE_LRINTF is now always defined to either 0 or 1, not defined/undefined.2009-01-26, by diego
-
HAVE_3DNOW --> HAVE_AMD3DNOW2009-01-26, by diego
-
version.h depends on version.sh.2009-01-26, by diego
-
Fix build: Add required header and adjust preprocessor check.2009-01-25, by diego
-
Drop dev- prefix from printed version number, just SVN-rXXXXX is enough.2009-01-25, by diego
-
Add SSSE3 and CMOV to CPU information printed on startup.2009-01-25, by diego
-
cosmetics: Consistently name 3DNow! extensions.2009-01-25, by diego
-
Fix compilation after DECLARE_ASM_CONST/DECLARE_ALIGNED moving within FFmpeg.2009-01-25, by diego
-
DECLARE_ALIGNED was moved in FFmpeg.2009-01-25, by diego
-
Fix compilation after DECLARE_ASM_CONST/DECLARE_ALIGNED moving within FFmpeg.2009-01-25, by diego
-
HAVE_3DNOWEX --> HAVE_3DNOWEXT2009-01-25, by diego
-
Factorize print_version().2009-01-25, by diego
-
Add missing multiple inclusion guards.2009-01-25, by diego
-
HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes.2009-01-25, by diego
-
Add missing header for av_gcd, fixes the warning:2009-01-25, by diego
-
Fix typo: pool -> poll2009-01-25, by reimar
-
Actually abort (return NULL) in the alloc-failure check in play_tree_new2009-01-25, by reimar
-
Fix a NULL-check that used && instead of || and thus could not avoid crashes.2009-01-25, by reimar
-
Declare struct SwsContext before using it, fixes the checkheaders warning:2009-01-25, by diego
-
Disable C code when compiling AltiVec code, fixes the warning:2009-01-25, by diego
-
spelling/grammar cosmetics2009-01-25, by diego
-
Fix #endif comments.2009-01-25, by diego
-
add "<!DOCTYPE smil" to smil playlist2009-01-24, by compn
-
in parse_pat() IDENTIFY program number and pmt_pid2009-01-22, by nicodvb
-
The homepage/ subdirectory should no longer be redirected on web mirrors.2009-01-20, by diego
-
add EPHV to ffodivx,xvid2009-01-20, by compn
-
sync w/r283412009-01-20, by gpoirier
-
Add PIX_FMT_VDPAU_WMV3 and PIX_FMT_VDPAU_VC1.2009-01-20, by cehoyos
-
Disable upcoming VC1/WMV3 VDPAU decoder.2009-01-20, by cehoyos
-
cosmetics: Remove pointless period after copyright statement non-sentences.2009-01-19, by diego
-
fix device_id option after r281652009-01-18, by gpoirier
-
Reduce QuickTime binary decoder verbosity.2009-01-17, by diego
-
MPlayer only supports latest libavutil.2009-01-17, by cehoyos
-
Fix compilation: s/ff_gcd/av_gcd.2009-01-17, by cehoyos
-
100l, forgot to delete two defines left over from old HAVE_MMX handling code.2009-01-16, by reimar
-
fix compilation without VDPAU decoders2009-01-16, by gpoirier
-
add mimic in avi fourcc LM20 to ffmimic2009-01-16, by compn
-
revert #ifdef WORDS_BIGENDIAN => #if WORDS_BIGENDIAN changes from r283312009-01-16, by gpoirier
-
Completely get rid of MMX define, use HAVE_MMX define instead.2009-01-16, by gpoirier
-
fix wrong #ifdef/#ifndef -> #if conversion in r283232009-01-16, by gpoirier
-
fix compilation on non x86 machines (PPC here)2009-01-16, by gpoirier
-
Fix a wrongly converted !defined(ARCH_X86_64)2009-01-16, by reimar
-
100l, mixed up ao_data.samplerate and ao_data.bps when calculating sleep time.2009-01-16, by reimar
-
Another missed #ifdef HAVE_MMX2009-01-16, by reimar
-
More #ifdef HAVE_MMX etc. missed by earlier search.2009-01-16, by reimar
-
More #ifdef -> #if fixes2009-01-16, by reimar
-
Lots and lots of #ifdef ARCH_... -> #if ARCH_...2009-01-16, by reimar
-
More #ifdef -> #if2009-01-16, by reimar
-
Fix first handful of #if vs. #ifdef for ARCH_, HAVE_SSE etc.2009-01-16, by reimar
-
Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which will2009-01-16, by cehoyos
-
Disable upcoming MPEG_VDPAU_DECODER.2009-01-16, by cehoyos
-
one more ARCH_ARMV4L --> ARCH_ARM, patch by Guillaume Lecerf, foxcore gmail com2009-01-16, by diego
-
sync w/r282792009-01-15, by gpoirier
-
Get rid of now unused FFmpeg ENABLE_ preprocessor directives.2009-01-15, by diego
-
Sync with latest FFmpeg changes: #define disabled preprocessor directives2009-01-15, by diego
-
Treat mlib as a normal FFmpeg option, not a CPU extension.2009-01-15, by diego
-
Treat SH architecture like SH4 like in FFmpeg, the only place it is used.2009-01-15, by diego
-
SH4 is not a CPU extension mechanism.2009-01-15, by diego
-
Mark internal libraries as such in the configure summary, fixes Bugzilla #1378.2009-01-15, by diego
-
Update copyright year, patch by Zhou Zongyi, zhouzongyi pset.suntec net.2009-01-15, by diego
-
Change semantic of CONFIG_*, HAVE_* and ARCH_*.2009-01-14, by aurel
-
add SLMJ fourcc to ffmjpeg2009-01-13, by compn
-
add binary codecs:2009-01-13, by compn
-
add nsvideo (NSVI) binary codec. works on uncommon samples list2009-01-13, by compn
-
add yamaha adpcm ffmpeg codec, works on sample2009-01-13, by compn
-
Update copyright year.2009-01-11, by diego
-
Sync with latest FFmpeg changes: Check for the availability of truncf().2009-01-11, by diego
-
spelling/grammar/wording/whitespace2009-01-11, by diego
-
Fix d_width vs. d_height typo.2009-01-11, by diego
-
Fix decvideo vs. dec_video typo noticed by Vineeth N, nvineeth gmail com.2009-01-11, by diego
-
Remove outdated comment.2009-01-11, by diego
-
cosmetics: Move CPU byte order check to a more sensible place.2009-01-11, by diego
-
Only check for YASM support on x86 systems.2009-01-11, by diego
-
cosmetics: Move some checks to more logical places.2009-01-11, by diego
-
removed remaining english word2009-01-11, by ptt
-
console output cosmetics2009-01-11, by diego
-
Only print "using XYZ" comment if XYZ has been set.2009-01-11, by diego
-
Add missing const qualifier to mpctx_get_audio_out function declaration.2009-01-10, by diego
-
synced with r282792009-01-10, by Gabrov
-
Reindent for "if" added in internal dvdnav patch2009-01-10, by reimar
-
Support an "internal" dvdnav version to make it easier to compile with,2009-01-10, by reimar
-
Change vo_draw_text to a vo_draw_text_ext function which draws DVD navigation2009-01-10, by reimar
-
add vdowave acm codec for format 0xFFFC2009-01-10, by compn
-
Correct a few mistakes in the spanish translation.2009-01-10, by reynaldo
-
TRIVIAL, Extend the copyright line to 2009. Patch by andrew .david .45 AT gmail.2009-01-10, by reynaldo
-
Fix build: calc_drwXY was factorized into vo_calc_drwXY.2009-01-09, by diego
-
Factor calc_drwXY out of vo_xv and vo_xvmc.2009-01-09, by cehoyos
-
Consistently use tabs in svn:externals2009-01-09, by reimar
-
Rearrange genres between numbers 53 and 63 into the correct order.2009-01-09, by diego
-
Replace reference to LICENSE file with GPL notice from said file.2009-01-09, by diego
-
Add PIX_FMT_VDPAU_H264.2009-01-08, by cehoyos
-
Switch internal dvdread to libdvdread SVN external.2009-01-08, by reimar
-
Clarify relationship between -ass and -fontconfig in the man page.2009-01-07, by eugeni
-
sync w/r28122, patch by JRaSH % jrash06 A 163 P com %2009-01-06, by gpoirier
-
looks like I missed r27542...2009-01-06, by gpoirier
-
Support loading font faces other then the first one in a font file.2009-01-06, by eugeni
-
Fix r28222, including alloca.h directly might break compilation.2009-01-05, by reimar
-
Fix some typos, add flv and trp to the list of video formats2009-01-05, by diego
-
Rename libaf/af_format_alaw.c --> libaf/af_format_alaw.h and2009-01-05, by diego
-
Use standard multiple inclusion guards.2009-01-05, by diego
-
Remove unnecessary local definition of _ISOC9X_SOURCE.2009-01-05, by diego
-
small Turkish translation fixes, patch by Onur Küçük, onur delipenguen net2009-01-05, by diego
-
timer-win2.c: Fix "voi" (void) typo breaking Windows compilation2009-01-05, by uau
-
#include the appropriate header instead of using local declarations.2009-01-05, by diego
-
Add missing 'void' keyword to parameterless function declarations.2009-01-05, by diego
-
update copyright year2009-01-05, by Gabrov
-
Remove obsolete and misleading comment.2009-01-05, by diego
-
Replace informal license notices by standard license header2009-01-05, by diego
-
Fix nonstandard license headers in the documentation.2009-01-05, by diego
-
Fix two more instances of nonstandard license headers.2009-01-05, by diego
-
synced with r282472009-01-05, by Gabrov
-
Sync removal of bugs.xml.2009-01-05, by diego
-
add binary codec Philips Speech Processing CELP acm for format 0x1202009-01-05, by compn
-
Do not run mkdir in a subshell.2009-01-05, by diego
-
Skip pointless ignoring return value of 'rm -f'.2009-01-05, by diego
-
nonrecursive releaseclean target2009-01-05, by diego
-
cosmetics: Move clean targets to the bottom.2009-01-05, by diego
-
Remove pointless language-specific clean and distclean targets.2009-01-04, by diego
-
Subsume clean-html-chunked and clean-html-single targets into clean target.2009-01-04, by diego
-
Fix compilation after upcoming H264_VDPAU patch for FFmpeg.2009-01-04, by cehoyos
-
Get rid of pointless chunked-dir and single-dir targets.2009-01-04, by diego
-
Simplify phony target declaration.2009-01-04, by diego
-
Sync audio.xml removal.2009-01-04, by diego
-
Sync history chapter removal.2009-01-04, by diego
-
Remove history chapter; it is outdated and of little practical value.2009-01-04, by diego
-
EXTERN_PREFIX is not only used in FFmpeg code.2009-01-04, by diego
-
Add ARMv6t2 CPU extension additions missed in previous commit.2009-01-04, by diego
-
Sync ARMv6t2 optimization support from FFmpeg.2009-01-04, by diego
-
Update JACK configure test to match r282412009-01-04, by reimar
-
Replace deprecated jack_client_new with jack_client_open.2009-01-04, by reimar
-
synced with r282152009-01-04, by Gabrov
-
Fix deinit problem due to r282152009-01-03, by gpoirier
-
Synced with r281222009-01-03, by jheryan
-
Sync with latest round of xvmc changes in FFmpeg.2009-01-02, by diego
-
Rename libaf/af_resample.h to libaf/af_resample_template.c, it is used as2009-01-02, by diego
-
Conditionally define render_one_glyph and kerning dummy functions in2009-01-02, by diego
-
Remove unused debug code.2009-01-02, by diego
-
Avoid unused variable warning.2009-01-02, by diego
-
Reorder #includes and #ifdefs to avoid excessive #ifdeffery.2009-01-02, by diego
-
Reorder #includes and #ifdefs to avoid warnings and excessive #ifdeffery.2009-01-02, by diego
-
Relicense to GPLv2 or later with the author's permission.2009-01-02, by diego
-
Fix reference to wrong DLL filename in header comment.2009-01-02, by diego
-
Fix confused references to DLL filenames.2009-01-01, by diego
-
Move several of the ao_nas int-to-string maps into .rodata2009-01-01, by reimar
-
Fix DVD seek_to_chapter: the title number must be converted to a per-VTS2009-01-01, by reimar
-
Code simplification2009-01-01, by reimar
-
Make AVI demuxer more resilient against broken or incomplete files.2009-01-01, by reimar
-
Simplify and comment spudec bilinear scaling code2009-01-01, by reimar
-
Include alloca.h when using alloca to make sure it is defined.2009-01-01, by reimar
-
XVID profile array should be const, so it is in rodata2009-01-01, by reimar
-
Avoid a uselessly high number of wakeups when playing audio-only files.2009-01-01, by reimar
-
1000l, play_tree_parser_stop_keeping broke 0-termination of buffer2009-01-01, by reimar
-
Add zero termination missing in two cases.2009-01-01, by reimar
-
Add asserts to detect when assumptions for play_tree_parser_get_line2009-01-01, by reimar
-
Work around a dvdread bug where DVDReadBlocks would return values < 0 on read error,2008-12-31, by reimar
-
Add an option to vo_macosx to set a custom buffer_name.2008-12-30, by gpoirier
-
Support F- and numpad keys for w32_common based vos.2008-12-30, by reimar
-
Update outdated availability note for -mouse-movements2008-12-30, by reimar
-
synced with r282112008-12-30, by Gabrov
-
Fix OSD flickering with filters that add frames (tfields, yadif) and2008-12-30, by reimar
-
Fix OSD flicker with tfields as well.2008-12-30, by reimar
-
Avoid flickering OSD with -vf yadif=12008-12-30, by reimar
-
Add nocache to example dvdnav profile, otherwise dvdnav is unusable.2008-12-29, by reimar
-
Remove audio output section, it provides little to no useful information.2008-12-27, by diego
-
Fix Chinese documentation build, English codecs.xml was removed.2008-12-27, by diego
-
fix error message example2008-12-27, by compn
-
Remove (audio) codecs section, its contents are part of the usage section.2008-12-27, by diego
-
Convert Win32 codec importing HOWTO into a text document in the tech section.2008-12-27, by diego
-
Remove/fix ancient CVS references.2008-12-27, by diego
-
Remove known bugs section, it contains little useful information.2008-12-27, by diego
-
Add entry about mysterious coredumps.2008-12-27, by diego
-
Fix ugly borders problem with ati-hack2008-12-27, by reimar
-
Reorder sections: Put FAQ at the end, group usage sections together.2008-12-27, by diego
-
Avoid u_ BSD type names.2008-12-27, by diego
-
Set and use only ARCH_PPC, not also ARCH_POWERPC.2008-12-27, by diego
-
Avoid POSIX-reserved _t namespace.2008-12-27, by diego
-
consistency cosmetics: Rename POWERPC identifiers to PPC.2008-12-27, by diego
-
grammar fix by Vineeth N, nvineeth gmail com2008-12-25, by diego
-
Add nomsgmodule option, patch by Onur Küçük, onur delipenguen net.2008-12-24, by diego
-
Remove unused variable.2008-12-24, by diego
-
add zygo audio (SPXN) qtaudio codec2008-12-24, by compn
-
Warn when using features that are broken due to ATI driver bugs.2008-12-23, by reimar
-
updates2008-12-23, by compn
-
Remove pointless forward declaration.2008-12-23, by diego
-
Set fast_cmov for all x86_64 systems, except for P4-based systems this2008-12-23, by reimar
-
Define HAVE_FAST_64BIT if appropriate2008-12-23, by reimar
-
fix poorly worded changelog entries2008-12-23, by compn
-
Allow compilation of 32bit mplayer on 64 bit systems with --cc='cc -m32'.2008-12-22, by cehoyos
-
re-add codecs: sif1 (directshow version) and acdsee mjpeg2008-12-22, by compn
-
Sync with latest FFmpeg changes.2008-12-22, by diego
-
libavcodec/i386/ was renamed to libavcodec/x86/.2008-12-22, by diego
-
add amr format tags, fixes:2008-12-21, by compn
-
100l, forgot an assignment, broke special keys handling for X11-based vos.2008-12-21, by reimar
-
remove acdsee mjpeg binary codec, works with ffmjpeg2008-12-20, by compn
-
FFmpeg now has RV30 decoder enabled2008-12-20, by kostya
-
Add and use a special lookup function to do table-based translation to MPlayer keycodes.2008-12-20, by reimar
-
Cosmetics: get rid of some tabs and trailing whitespace.2008-12-20, by reimar
-
Use a table to translate X11 to MPlayer keycodes.2008-12-20, by reimar
-
Get rid of pointless and now unused defines.2008-12-20, by reimar
-
Simplify handling of X11 key events that are just passed through.2008-12-20, by reimar
-
Fix imaadpcm extradata with lavc encoder.2008-12-20, by reimar
-
Document vo_macosx's shared_buffer option.2008-12-19, by gpoirier
-
Replace vo_macosx's custom options parsing with a subopt_parse()-based one2008-12-19, by gpoirier
-
Remove pointless malloc.h #include.2008-12-19, by diego
-
Include config.h in mangle.h, fixes make checkheaders.2008-12-19, by reimar
-
add binary codecs:2008-12-17, by compn
-
synced with r281602008-12-17, by Gabrov
-
add binary codec for fourcc wavc2008-12-17, by compn
-
another round of armv4l --> arm changes2008-12-17, by diego
-
libavcodec/armv4l/ was renamed to libavcodec/arm/.2008-12-17, by diego
-
Do not use full relative #include path for headers in the same directory.2008-12-17, by diego
-
#include sub.h instead of locally declaring vo_draw_text().2008-12-17, by diego
-
Added FOURCCS:2008-12-16, by compn
-
xvmc is now a CONFIG_ option in FFmpeg.2008-12-15, by diego
-
100l, reorder check for AC3 format to avoid a possible memleak2008-12-15, by reimar
-
Consistently include config.h before mangle.h, fixes possible compilation2008-12-15, by reimar
-
Add extra checks to avoid crashes with broken vqf files.2008-12-14, by reimar
-
Update links to RPM packages, now that Livna has merged into RPMFusion.2008-12-14, by rathann
-
Add standard GPL headers.2008-12-13, by diego
-
Add standard GPL license header.2008-12-13, by diego
-
Replace informal GPL notices by standard GPL headers.2008-12-13, by diego
-
license header consistency cosmetics2008-12-13, by diego
-
Apparently Real codecs work on OpenBSD, taken from the OpenBSD ports tree.2008-12-13, by diego
-
Merge two identical NetBSD/OpenBSD conditions.2008-12-13, by diego
-
Apparently VCDs work on OpenBSD, taken from the OpenBSD ports tree.2008-12-13, by diego
-
Replace informal GPL notes by standard GPL header.2008-12-13, by diego
-
Simplify: use AV_RL32/AV_RB322008-12-13, by reimar
-
Avoid useless casts.2008-12-13, by reimar
-
another mpeg4 fourcc and add binary vdo codec2008-12-13, by compn
-
Some forgotten eax -> REG_a changes.2008-12-12, by reimar
-
Warning fixes for demux_nut2008-12-12, by ods15
-
Remove resync_audio_stream() from demux_nut seek function2008-12-12, by ods15
-
Rename typedefs in demux_nut to _tt instead of _t, sync to new libnut API2008-12-12, by ods15
-
add ac-3 fourcc from mp4 file2008-12-11, by compn
-
Search live555 library also in /usr/lib64.2008-12-11, by cehoyos
-
Rework Theora test, it was throwing away CFLAGS provided by pkg-config.2008-12-11, by diego
-
Add missing 'void' to parameterless function declaration.2008-12-11, by diego
-
Change some printf calls to 'Debug printf' so as not to pollute stdout.2008-12-11, by diego
-
sync w/r281262008-12-10, by gpoirier
-
Add support for writing PNG files with alpha channel in -vo png2008-12-10, by reimar
-
Try to auto-detect several vo_gl settings (ati-hack, force-pbo and rectangle).2008-12-10, by reimar
-
10l: actually disable quartz vo when detection failed.2008-12-10, by gpoirier
-
add acdv fourcc to ffmjpeg2008-12-10, by compn
-
Fix MGSTR vs. MSGTR typo.2008-12-09, by diego
-
Set d3d_handle to NULL after release.2008-12-09, by reimar
-
Forgotten part of previous cosmetics commit2008-12-09, by reimar
-
Slightly simplify the conditional release/free code2008-12-09, by reimar
-
First version of OSD support for vo_direct3d2008-12-09, by reimar
-
add binary voxware metavoice audio codec, format 0x742008-12-09, by compn
-
remove duplicated fourcc2008-12-08, by compn
-
add some fourcc's and ulead dv audio codec, fixes samples from:2008-12-08, by compn
-
Use svn.ffmpeg.org for the externals which is both more correct and more reliable.2008-12-08, by reimar
-
cosmetics: indentation2008-12-08, by diego
-
Remove pointless or even wrong N/A return values doxy comments2008-12-08, by reimar
-
Add missing unistd.h #include, fixes the warning:2008-12-08, by diego
-
Remove unused variable, fixes the warning:2008-12-08, by diego
-
#include appropriate headers instead of locally declaring function prototypes.2008-12-08, by diego
-
ati_hack only makes sense when PBOs are used, not with mesa_buffer.2008-12-06, by reimar
-
More possible fixes for mesa-buffer mode.2008-12-06, by reimar
-
Move one ati_hack check to a better place.2008-12-06, by reimar
-
Reindent2008-12-06, by reimar
-
100l, forgot setting GL_UNPACK_CLIENT_STORAGE_APPLE for mesa-buffer mode.2008-12-06, by reimar
-
10l, add forgotten a #ifndef GL_WIN32, fixes win32 builds.2008-12-05, by reimar
-
Fix indentation2008-12-05, by reimar
-
Add experimental support for glXAllocateMemoryMESA2008-12-05, by reimar
-
sync w/r280962008-12-05, by gpoirier
-
Avoid one more duplicated logic.2008-12-05, by reimar
-
Simplify, do not duplicate buffer size calculation2008-12-05, by reimar
-
Set the base size window manager hint, otherwise some subtract the minimum2008-12-05, by reimar
-
Using rectangle=2 for vo_gl is probably a good idea nowadays.2008-12-05, by reimar
-
Document missing vo_gl suboptions2008-12-05, by reimar
-
Add some forgotten documentation for gl suboptions2008-12-05, by reimar
-
Add support for YCBCR MESA texture format to vo_gl.2008-12-05, by reimar
-
add a bunch of binary codecs with samples from this list:2008-12-05, by compn
-
Add const to avoid warnings about discarded qualifiers.2008-12-05, by reimar
-
synced with r280892008-12-05, by Gabrov
-
Add entry for FFmpeg QCELP decoder, currently produces white noise.2008-12-04, by diego
-
Re-add "extern"s incorrectly removed in r280852008-12-04, by reimar
-
Restore two mistakenly removed 'extern' keywords.2008-12-03, by diego
-
Allow mp2 in mov.2008-12-03, by cehoyos
-
Get rid of pointless 'extern' keywords.2008-12-03, by diego
-
add bunch of fourccs and updates from2008-12-03, by compn
-
Remove unused declarations and references to vo_draw_text_osd(),2008-12-03, by diego
-
Delete unnecessary 'extern' keywords.2008-12-03, by diego
-
whitespace cosmetics in test programs2008-12-03, by diego
-
Treat video output objects the same as everything else in the build system,2008-12-03, by diego
-
cosmetics: consistent CONFIG_PNM definition2008-12-03, by diego
-
add FFDS fourcc2008-12-03, by compn
-
cosmetics: Rename ZORAN Makefile variable to ZR for consistency.2008-12-03, by diego
-
Fix indentation.2008-12-03, by reimar
-
Treat audio output objects the same as everything else in the build system,2008-12-03, by diego
-
More robust w32 -wid size handling2008-12-03, by reimar
-
Reindent after previous commit2008-12-03, by reimar
-
Do not override the vo_dwidth/vo_dheight values in vo_w32_config2008-12-03, by reimar
-
sync w/r280562008-12-03, by gpoirier
-
Cosmetics, whitespace and "... == NULL" to "!..."2008-12-03, by reimar
-
Some whitespace and () cosmetics2008-12-03, by reimar
-
Pass "-f macho" to yasm when enabling YASM support on a 32-bits machine as2008-12-03, by gpoirier
-
100l, actually put the PTHREAD_CACHE define into config.h2008-12-02, by reimar
-
Print ID_EXIT and exit reason message in identify mode when exiting.2008-12-02, by reimar
-
Remove resize_d3d call from render_d3d_frame that was made useless2008-12-02, by reimar
-
100l, do not call check_events from resize_d3d since there should be2008-12-02, by reimar
-
Cosmetics: Remove unnecessary ()2008-12-02, by reimar
-
Consistency cosmetics: do not compare against NULL in ifs2008-12-02, by reimar
-
Cosmetics: remove spaces before argument (2008-12-02, by reimar
-
Reorganize Direct3D initialization code.2008-12-02, by reimar
-
vo_direct3d.o depends on w32_common.o.2008-12-02, by diego
-
Remove commented-out duplicate declarations.2008-12-02, by diego
-
Remove unused declarations.2008-12-02, by diego
-
Add a note about some known issues with -vo sdl2008-12-01, by reimar
-
Remove a lot of completely pointless mp_msg_test calls.2008-12-01, by reimar
-
FFmpeg now has RV40 decoder2008-12-01, by kostya
-
Use standard unsigned long type instead of u_long.2008-11-30, by diego
-
MNG demuxer by Stefan Schuermans, stefan blinkenarea org2008-11-30, by diego
-
whitespace cosmetics2008-11-30, by diego
-
use mmap instead of shmat for MPlayerOSX, patch by Adrian Stutz<adrian@sttz.ch>2008-11-30, by nplourde
-
Correct detection of SSSE3 and SSE4a feature bits.2008-11-30, by zuxy
-
Move PTHREAD_CACHE define logic to configure.2008-11-28, by reimar
-
misc mplayer fixes2008-11-28, by compn
-
Fix cross-compilation: autodetect correct nm tool2008-11-28, by reimar
-
whitespace cosmetics: prettyprinting and indentation2008-11-28, by diego
-
factorize mouse hiding and screensaver disabling code2008-11-27, by gpoirier
-
configure: Move AANDCT config.mak entry and add config.h #defines2008-11-26, by uau
-
Fix compilation after FFmpeg r159402008-11-26, by reimar
-
Use D3DFMT_ constants where possible instead of MAKEFOURCC2008-11-26, by reimar
-
Add support for RGB formats to vo_direct3d2008-11-26, by reimar
-
Update Tremor comment regarding fixed-point mode.2008-11-26, by diego
-
Enable compilation with icc 11.0.2008-11-25, by cehoyos
-
Replace pushf/popf by explicit pushfl/popfl (32 bit) or pushfq/popfq2008-11-25, by cehoyos
-
100l, OSD alpha textures were cleared to the wrong value.2008-11-25, by reimar
-
typo fix + readability improvement2008-11-25, by gpoirier
-
Another part of sync to 278432008-11-24, by torinthiel
-
Sync with latest FFmpeg changes.2008-11-24, by diego
-
add more informative comment2008-11-24, by compn
-
Remove unnecessary #ifdef around a struct and a bunch of extern declarations.2008-11-24, by diego
-
now that we have a specific check to enable ao_macosx or not, don't let test2008-11-24, by gpoirier
-
add specific test to check if we can enable ao_macosx not matter how vo_quartz test may turn out2008-11-24, by gpoirier
-
Do not initialize fb_dev_fd to -1, similar to vo_fbdev.c.2008-11-24, by diego
-
cosmetics: Add/remove a few newlines similar to vo_fbdev.c.2008-11-24, by diego
-
cosmetics (svn diff --diff-cmd diff -x '-duwbBE' gives no differences)2008-11-24, by gpoirier
-
avoid putting several statements on a single line2008-11-24, by gpoirier
-
Use doxygen-style comments in file header. Remove tabs usage.2008-11-24, by gpoirier
-
whitespace-cleanup2008-11-24, by gpoirier
-
Allow vo_macosx to be compiled in 64-bits mode:2008-11-24, by gpoirier
-
More hacks around ATI driver problems, 8.11 ignores UNPACK_BUFFER pointer offsets.2008-11-24, by reimar
-
Replace QuickDraw calls in vo_quartz.c to fix warnings when compiling with current SDK versions.2008-11-24, by gpoirier
-
Remove a ColorFill that is not necessary since the surface it is used2008-11-24, by reimar
-
Make sure the backbuffer is cleared when the border size might have changed.2008-11-24, by reimar
-
Remove useless setting of frame_buffer to NULL as suggested by Reimar.2008-11-24, by diego
-
cosmetics: indentation2008-11-24, by diego
-
Move setting of frame_buffer variable out of 'if', as preferred by Reimar.2008-11-24, by diego
-
Create a separate codecs.conf entry for Tremor and use it if MPlayer is2008-11-24, by diego
-
Fix HAVE_VIS vs. HAVE_MVI typo, SPARC has MVI, not VIS.2008-11-24, by diego
-
sync w/r279792008-11-23, by gpoirier
-
Clear the whole window on resize in vo_x11 since we do not2008-11-23, by reimar
-
Simplify vo_x11 check_events function2008-11-23, by reimar
-
Do not draw in window if our image has not yet been adjusted to the new window size.2008-11-23, by reimar
-
Remove unnecessary xf86vmode.h include.2008-11-23, by reimar
-
Remove some usnused variables and commented-out code.2008-11-23, by reimar
-
Use aspect.c code in vo_x11.c. Removes some inconsistencies in -wid handling.2008-11-23, by reimar
-
Patch to improve/consistify coding style.2008-11-23, by reimar
-
Fix indentation2008-11-23, by reimar
-
Lock/unlock surface only once even when drawing many slices.2008-11-23, by reimar
-
Move locked_rect from stack to priv struct in preparation for following patch.2008-11-23, by reimar
-
Move the StretchRect call from draw_slices to render_d3d_frame.2008-11-23, by reimar
-
Remove pointless is_cfG_finished variable.2008-11-23, by reimar
-
Handle fb_dev_name similar to vo_fbdev in vo_wii.2008-11-23, by diego
-
Merge another if condition check to lessen differences to vo_fbdev.c.2008-11-23, by diego
-
Use static variable instead of #define to lessen differences to vo_fbdev.c.2008-11-23, by diego
-
Get rid of TTY_DEV_NAME #define to lessen differences to vo_fbdev.c.2008-11-23, by diego
-
Merge another if condition check to lessen differences to vo_fbdev.c.2008-11-23, by diego
-
Merge if condition check to lessen differences to vo_fbdev.c.2008-11-23, by diego
-
Remove debug function.2008-11-23, by diego
-
cosmetics: one more round of whitespace changes2008-11-23, by diego
-
cosmetics: further reformatting to lessen differences to vo_fbdev.c2008-11-23, by diego
-
cosmetics: complete reformatting, tabs to spaces, etc.2008-11-23, by diego
-
cosmetics: Lessen differences to vo_wii.c.2008-11-23, by diego
-
cosmetics: consistent formatting for if/else/case2008-11-23, by diego
-
Reimplement -endchapter support again for -dump*, it was broken in r25987.2008-11-23, by reimar
-
Simplify handling of VOFLAG_MODESWITCHNG, merge assignment and declaration2008-11-23, by reimar
-
Remove unused flip_flag variable2008-11-23, by reimar
-
cosmetics: Reformat some lines to lessen differences to vo_fbdev.c.2008-11-23, by diego
-
cosmetics: Move up uninit() to avoid a forward declaration.2008-11-23, by diego
-
cosmetics: consistent function declarations.2008-11-23, by diego
-
cosmetics: Remove tabs and trailing whitespace.2008-11-23, by diego
-
Remove unused variables and the related warnings along with them.2008-11-23, by diego
-
Make description of the option more clear as suggested by2008-11-22, by bircoph
-
Remove a aspect calculation line.2008-11-21, by reimar
-
Simplify handling of "flags" parameter2008-11-21, by reimar
-
Add forgotten initialization if Flip_Flag to 0.2008-11-21, by reimar
-
cosmetics: typo fixes2008-11-21, by diego
-
cosmetics: Write revision number with leading 'r'.2008-11-21, by diego
-
add direct3d docs, ok'd by Guillaume2008-11-21, by compn
-
Synced with r27967.2008-11-21, by bircoph
-
Fix and enable panscan handling for vo_direct3d2008-11-21, by reimar
-
cosmetics: Consistently place HEADERS before OBJS in all Makefiles.2008-11-20, by diego
-
Add all still missing lines, full sync against r279672008-11-20, by reynaldo
-
Trivial, add some more lines that were missing2008-11-20, by reynaldo
-
Trivial, Cosmetics2008-11-20, by reynaldo
-
COSMETICS, More line shifting to match English master2008-11-20, by reynaldo
-
TRIVIAL, add some more missing lines2008-11-20, by reynaldo
-
COSMETICS, More line shifting to match English master2008-11-20, by reynaldo
-
TRIVIAL, some missing lines and a grammar correction2008-11-20, by reynaldo
-
Cosmetics: rename variables etc. in vo_direct3d.c2008-11-20, by reimar
-
Factor common code like -wid handling, vo_gc creation etc. out into2008-11-19, by reimar
-
Add detection of x86 CPU features SSSE3 and SSE4a.2008-11-19, by gpoirier
-
Simplify conditions in direct3d vo: remove == 1, change == 0 to ! etc.2008-11-19, by reimar
-
Cosmetics, mostly line shifting to match English master2008-11-18, by reynaldo
-
Add missing "static" qualifiers to vo_direct3d2008-11-18, by reimar
-
100l, the video_out_drivers list must be sorted by priority, not2008-11-18, by reimar
-
Direct3D based video_out module.2008-11-18, by reimar
-
Doxygen documentation for w32_common.c2008-11-18, by reimar
-
On OpenBSD socklen_t is defined at sys/types.h, so latter is added2008-11-18, by bircoph
-
Trivial, Cosmetics2008-11-18, by reynaldo
-
Trivial, Cosmetics2008-11-18, by reynaldo
-
Add some more missing messages2008-11-18, by reynaldo
-
100l, missing ' s' in sed command, probably caused all decoders to be2008-11-17, by reimar
-
Only enable CONFIG_FFT_MMX if both yasm and MMX are enabled.2008-11-17, by diego
-
Set _have_yasm to "no" if yasm detection failed.2008-11-17, by diego
-
Remove a useless XGetGeometry call, the X11 event handling already2008-11-17, by reimar
-
Put variable declaration inside an #ifdef to avoid an unused variable warning.2008-11-17, by diego
-
Allow compilation with icc 10.1.2008-11-17, by cehoyos
-
Fix build: Remove some references to sections that no longer exist.2008-11-16, by diego
-
Get rid of (besides useless assignments) unused XSizeHints variable2008-11-16, by reimar
-
Fix missing -DARCH_X86_64 for yasm on x86_64.2008-11-16, by reimar
-
Add yasm support to the build system.2008-11-16, by bircoph
-
synced with r279382008-11-16, by Gabrov
-
Use 64 bit numbers for file positions in the seek function in audio demuxer.2008-11-16, by reimar
-
Remove a duplicated vo_x11_selectinput_witherr2008-11-15, by reimar
-
respect -vf dsize etc. also for -rootwin, just like vo_xv does.2008-11-15, by reimar
-
Fix phrase to maintain consistency.2008-11-15, by bircoph
-
Sync with vo_x11: make sure we get expose events even when drawing to the root window.2008-11-15, by reimar
-
Synced with r26763.2008-11-15, by bircoph
-
On Darwin, don't use hostinfo on _all_ x86 variants to detect the running CPU,2008-11-15, by gpoirier
-
100l, stream->cache_pid can not be used directly in pthread_create,2008-11-15, by reimar
-
Remove a nonsensical "else" for the video mode switching case.2008-11-15, by reimar
-
Use pthreads for the cache on Cygwin, since _beginthread is not available2008-11-15, by reimar
-
include limits.h for INT_MAX.2008-11-15, by reimar
-
Remove now unused variables.2008-11-15, by reimar
-
Use vo_dwidth/vo_dheight for creating the windows instead of d_width/d_height.2008-11-15, by reimar
-
Simplify vo_vm_switch and vo_vm_close, everyone was using the (almost) same2008-11-15, by reimar
-
Set modified window position and monitor aspect in vo_vm_switch instead of in2008-11-15, by reimar
-
Get rid of (besides useless assignments) unused XSizeHints variable2008-11-15, by reimar
-
Set modeline_width/height to sane values in vo_vm_switch even when2008-11-15, by reimar
-
Cosmetics: remove useless "extern"2008-11-15, by reimar
-
Replace some of the different inconsistent XGetGeometry uses by a2008-11-15, by reimar
-
Remove a useless XGetGeometry call, the X11 event handling already takes care of this.2008-11-15, by reimar
-
Remove code from unused and since ages deprecated draw_frame function.2008-11-15, by reimar
-
Remove vo_xv code that has been under #if 0 since ages.2008-11-15, by reimar
-
vo_x11: do not replace the vo_gc created by the Gui.2008-11-15, by reimar
-
Cosmetic changes to vo_x11 to reduce diff to vo_xv for future refactoring.2008-11-15, by reimar
-
Cosmetics for vo_x11 control() to make it more similar to vo_xv.c2008-11-15, by reimar
-
Fix grammar of comment and sync it with vo_x11.c2008-11-15, by reimar
-
Adds Some missing messages - 1 of 32008-11-15, by reynaldo
-
Include cache2.h in cache2.c, fixes an implicit declaration warning for cache_do_control2008-11-14, by reimar
-
sync w/r279062008-11-14, by gpoirier
-
Fix ati-hack to work again with ATI 8.9 and later drivers.2008-11-14, by reimar
-
Use the proper IMGFMT_RGB24 and IMGFMT_BGR24 defines instead of2008-11-13, by reimar
-
document x264's option subq=0, plus a bit of factoring and added details2008-11-13, by gpoirier
-
Print out that vo_macosx is disabled when Mac OS X APIs are not available.2008-11-13, by diego
-
Fix Windows OpenGL -wid:2008-11-11, by reimar
-
Partial sync to 278432008-11-11, by torinthiel
-
Sync with latest FFmpeg changes.2008-11-08, by diego
-
Synced with r25786.2008-11-08, by bircoph
-
Synced with r27402. Some spelling, typo fixes.2008-11-07, by bircoph
-
For fragment programs, check GL_MAX_TEXTURE_IMAGE_UNITS instead of GL_MAX_TEXTURE_UNITS.2008-11-06, by reimar
-
sync w/r278952008-11-06, by gpoirier
-
Add #include <string.h> for memset.2008-11-04, by diego
-
Fix typo in psy-rd x264 option description.2008-11-04, by diego
-
Add some const specifiers to function name variables; fixes a bunch of2008-11-04, by diego
-
Intialize unused fd variables to -1 (which is actually invalid) instead2008-11-04, by reimar
-
Fix a typo.2008-11-04, by bircoph
-
Remove outdated sections.2008-11-03, by diego
-
Merge ARCH_BFIN lines.2008-11-03, by diego
-
Add tests target for libswscale test programs.2008-11-03, by diego
-
Remove forgotten ASM_OBJS in libswscale2008-11-03, by mru
-
synced with r278852008-11-03, by Gabrov
-
44% synced with r22753 (going on... ;))2008-11-03, by ptt
-
lavc tscc decoder now also depends on zlib2008-11-02, by reimar
-
Add a few more supported URL protocols2008-11-02, by reimar
-
Forgotten reindent2008-11-02, by reimar
-
Add a noicyx:// protocol to allow easier testing for misconfigured servers.2008-11-02, by reimar
-
vfw.h needs a windows.h include before on MinGW64.2008-11-02, by reimar
-
Change OpenGL support to work on unmodified MinGW642008-11-02, by reimar
-
Use libavutil FFMIN etc. instead of defining our own variants.2008-11-02, by reimar
-
Avoid pointless casting of void*2008-11-02, by reimar
-
Consistently use NULL for pointers instead of 0.2008-11-02, by reimar
-
Fallback to non-fontconfig behaviour when fontconfig initialization fails.2008-11-02, by reimar
-
vobsub: move extradata out of vobsub_t struct2008-11-01, by aurel
-
vobsub: add sanity check2008-11-01, by aurel
-
Add an option that sets initial playback volume.2008-10-31, by diego
-
Missing free in malloc error case in COutputPinCreate.2008-10-31, by reimar
-
Avoid useless casts of malloc results.2008-10-31, by reimar
-
Avoid a potential memleak in parse_obj_params in case of a missing2008-10-31, by reimar
-
Avoid a memleak if allocation of field_name fails, fixes bug #1319.2008-10-31, by reimar
-
Consistently use dashes to separate words in section IDs.2008-10-30, by diego
-
Fix typo noticed by Paul TT.2008-10-30, by diego
-
linking corrections2008-10-30, by ptt
-
synced with r278432008-10-30, by ptt
-
synced with r278432008-10-30, by ptt
-
synced with r278522008-10-30, by ptt
-
removed, as rev.277712008-10-30, by ptt
-
synced with r277702008-10-30, by ptt
-
synced with r278152008-10-30, by ptt
-
synced with r276402008-10-30, by ptt
-
synced with r276632008-10-30, by ptt
-
synced with r276832008-10-30, by ptt
-
updated links for other commit reference2008-10-30, by ptt
-
synced with r277712008-10-30, by ptt
-
synced with r278332008-10-30, by ptt
-
Move codec installation instructions from the codecs section to a more2008-10-30, by diego
-
Restore XMMS input plugin section from removed section in a better place.2008-10-30, by diego
-
We now require GNU make 3.81.2008-10-29, by diego
-
Remove X11 backing store: this is now a useless flag.2008-10-29, by ben
-
zlib is used in many places.2008-10-29, by diego
-
Move libmad codec installation section to software requirements.2008-10-29, by diego
-
section title wording fixes2008-10-28, by diego
-
Group codec library installation instructions together in a codec2008-10-28, by diego
-
Move general comments from the video codec section to the top level.2008-10-28, by diego
-
Remove useless FFmpeg codec section.2008-10-28, by diego
-
Make sure that linker flags passed as configure parameters appear before2008-10-28, by diego
-
Factorize vobsub idx/extradata handling.2008-10-27, by aurel
-
Disallow the modification of teletext properties when the tv demuxer is2008-10-27, by faust3
-
Avoid calling init_vo_spudec() too early.2008-10-27, by aurel
-
Fix smartblur filter crash due to missing default scaler choice;2008-10-27, by diego
-
Silence GCC warnings:2008-10-27, by vitor
-
rgb2rgb.h was not really intended to be a public header, thus remove it.2008-10-27, by michael
-
Remove rgb2rgb.h dependency.2008-10-27, by michael
-
Silence the following GCC warning:2008-10-26, by vitor
-
Merge two Xvid build steps.2008-10-26, by diego
-
Remove reference to containers.xml, which was removed.2008-10-26, by diego
-
Remove notice about necessary tool versions in Xvid section, the info is2008-10-26, by diego
-
Remove obsolete and pointless reference to Xvid divxcompat mode.2008-10-26, by diego
-
cosmetics: alphabetical order2008-10-26, by diego
-
configure: Set CONFIG_MDCT and CONFIG_GOLOMB for libavcodec2008-10-26, by uau
-
Remove unused code that can't be compiled without svn archive.2008-10-25, by cehoyos
-
Do not attempt to use the unscaled yuv2rgb converter when height is odd because2008-10-25, by michael
-
minor fix in example command line for users2008-10-25, by compn
-
cosmetics: Reorder some FFmpeg-related config.h and config.mak entries.2008-10-25, by diego
-
configure: Set CONFIG_FFT to fix libavcodec compilation2008-10-25, by uau
-
vf_palette: Fix compilation after libswscale API changes2008-10-25, by uau
-
updated to r27402, jumping over 27072, by now, i'll do soon2008-10-24, by ptt
-
Conditionally declare a conditionally used variable, fixes the warning:2008-10-24, by diego
-
10l: Revert SH4 removal, which is required in FFmpeg.2008-10-24, by diego
-
Cosmetics: alignment2008-10-23, by vitor
-
Fix broken palette8to*.2008-10-23, by vitor
-
cosmetics: typo fix2008-10-23, by diego
-
remove outdated message about outfmt=i4202008-10-23, by compn
-
SH4 is an architecture, not a CPU extension.2008-10-23, by diego
-
Add ARM pld instruction test for FFmpeg ARM optimizations.2008-10-23, by diego
-
IWMMXT optimizations were removed from our internal libmpeg2 copy, so now2008-10-22, by diego
-
Try to improve binary codec pack installation instructions.2008-10-22, by diego
-
increase the max RTP packet size to 5MB as modern Elphel2008-10-22, by attila
-
Determine default CD/DVD device in configure instead of using an #ifdef jungle.2008-10-21, by diego
-
Make cpuinfo.c compile under MinGW642008-10-20, by reimar
-
Replace typeof by __typeof__, the former is a non-portable GNU extension.2008-10-20, by diego
-
Translate a Hungarian comment, thanks to Denes Balatoni.2008-10-19, by diego
-
Convert typeof keyword into __typeof__2008-10-19, by conrad
-
Avoid CreateThread and especially TerminateThread since they cause a memleak.2008-10-19, by reimar
-
Remove useless casts.2008-10-19, by reimar
-
Improve error message when screen width and height are not set.2008-10-19, by diego
-
Clarify screenw/screenh options, patch by Christian Ohm, chr.ohm gmx net.2008-10-19, by diego
-
improve documentation of latest x264's options2008-10-18, by gpoirier
-
Use av_malloc/av_free for audio-related buffers to avoid crashes due to2008-10-18, by reimar
-
pci.c includes dha.h, remove redundant MAX_* defines2008-10-18, by ranma
-
fixed image format detection for 15 bit color depths2008-10-17, by faust3
-
cosmetics: Reorganize config.h. Remove pointless comments, group together2008-10-16, by diego
-
typo: _dev_dvd_openbsd --> _def_dvd_openbsd2008-10-16, by diego
-
Create LIBDIR for binary codecs upon make install.2008-10-16, by diego
-
Move dcbzl definition to the FFmpeg section of config.h where it belongs.2008-10-16, by diego
-
Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.2008-10-16, by diego
-
Revert declaring ThreadProc as void, it breaks the WINAPI.2008-10-16, by diego
-
Add -nomsgcolor option to match -msgcolor, patch by swell.k gmail com.2008-10-16, by diego
-
Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.2008-10-16, by diego
-
Move DEFAULT_CDROM_DEVICE/DEFAULT_DVD_DEVICE to stream.h where it belongs.2008-10-16, by diego
-
Move likely/unlikely macros to libmpdemux/demuxer.h where they are used.2008-10-16, by diego
-
Move SCREEN_SIZE_X/Y definition to libmpcodecs/vd.c where it is used.2008-10-16, by diego
-
Move X11_FULLSCREEN definition to x11_common.h where it belongs.2008-10-16, by diego
-
cosmetics: Merge some preprocessor checks.2008-10-16, by diego
-
fixed overlay x and y calculation2008-10-16, by faust3
-
Move attribute_used declaration from config.h to mangle.h where it is useful.2008-10-16, by diego
-
Remove pointless attribute_used from variable declaration.2008-10-16, by diego
-
Rename stream/netstream.h to stream/stream_netstream.h; netstream.h to make it2008-10-16, by diego
-
Convert asm keyword into __asm__.2008-10-16, by flameeyes
-
sun --> __sun in config.h preprocessor check2008-10-16, by diego
-
misc updates for the Xvid, x264 and AAC sections2008-10-14, by diego
-
cosmetics: Move _def_fast_unaligned to the FFmpeg section of config.h.2008-10-14, by diego
-
cosmetics: Consistently name all header #define variables.2008-10-14, by diego
-
Remove some pointless and/or outdated codec documentation sections.2008-10-14, by diego
-
Honour differences between src and dst stride for packed yuv2008-10-14, by faust3
-
Remove section about containers. Its contents are non-informative, redundant,2008-10-14, by diego
-
Update VIDIX vs. svgalib documentation.2008-10-14, by diego
-
#include necessary libavcodec header and remove duplicated struct declaration.2008-10-14, by diego
-
update x264's section with r999 of x2642008-10-14, by gpoirier
-
Remove useless '#undef realloc', realloc is not referenced anywhere near.2008-10-14, by diego
-
Remove duplicate extern declaration, fixes the warning:2008-10-14, by diego
-
Remove unused variable ncomps.2008-10-13, by diego
-
Fix double free in demux_nut, patch by Onur Küçük.2008-10-13, by ods15
-
Set HAVE_FAST_UNALIGNED for PowerPC as well, patch by Emanuele Giaquinta.2008-10-13, by diego
-
Remove global definition of WIN32 in config.h for Cygwin.2008-10-13, by diego
-
Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.2008-10-13, by diego
-
Remove pointless #ifdef around the whole file, it is just a complicated #if 1.2008-10-13, by diego
-
Declare ThreadProc as void, it does not return anything, fixes the warning:2008-10-13, by diego
-
Remove unused function, fixes the warning:2008-10-13, by diego
-
Unconditionally #include osdep/shem.h, fixes the warnings on Cygwin:2008-10-13, by diego
-
Add missing Cygwin header, fixes the warning:2008-10-13, by diego
-
Remove redundantly declared definitions FILE_ANY_ACCESS and CTL_CODE, fixes:2008-10-13, by diego
-
Surround conditionally used function with corresponding #ifdef, fixes:2008-10-13, by diego
-
Remove redundant variable declaration, fixes the warning:2008-10-13, by diego
-
Remove check for byteswap.h, it was removed from FFmpeg.2008-10-13, by diego
-
Remove unused variables.2008-10-12, by diego
-
Remove redundant declaration of proc_priority.2008-10-12, by diego
-
Filter out .hh and .h files in the C++ dependency generation command.2008-10-12, by diego
-
Remove useless HAVE_STRCHR definition from config.h.2008-10-12, by diego
-
Add missing support for some multimedia keys to X11 backend code.2008-10-12, by diego
-
Move socklen_t typedef from config.h to stream/network.h.2008-10-12, by diego
-
Do not provide a prototype for setenv in config.h, we do not provide a2008-10-11, by diego
-
cosmetics: Move some config.h entries to more sensible places.2008-10-10, by diego
-
cosmetics: Group codec-, network- and gui-related options together in config.h.2008-10-10, by diego
-
cosmetics: Group system header and function definitions together in config.h.2008-10-09, by diego
-
Remove unused line (and fix an icc warning).2008-10-09, by cehoyos
-
Replace numeric constants by their defines.2008-10-09, by cehoyos
-
Mark some symbols in swscale.c as constant.2008-10-09, by flameeyes
-
Mark dither_2x2_{8,4} static to swscale.c2008-10-09, by flameeyes
-
Mark variation-specific interleaveBytes static.2008-10-09, by flameeyes
-
Invert logic for the single-pass in swScale() functions.2008-10-09, by flameeyes
-
Change variable types from int to enum PixelFormat.2008-10-09, by cehoyos
-
Fix channel order for ffmpeg flac codec.2008-10-09, by ulion
-
Do not set src[1] to the palette, it is now in the context2008-10-08, by vitor
-
Add a new unscaled PAL8 -> RGB converter.2008-10-08, by vitor
-
r27182: apply parameter name change of no-correct-pts from r26842 to man page2008-10-08, by kraymer
-
Change one more variable type from int to enum PixelFormat.2008-10-08, by aurel
-
Change variable types from int to enum PixelFormat.2008-10-07, by cehoyos
-
Remove unnecessary HAVE_AV_CONFIG_H #define.2008-10-07, by diego
-
sync w/r276912008-10-06, by gpoirier
-
Correctly place second const in declaration.2008-10-05, by cehoyos
-
Move find_backwards_asf_guid asfguid.h to asfheader.c, the only place where2008-10-05, by diego
-
gcc-apple specific fallback not necessary anymore2008-10-05, by lu_zero
-
Disable mp3lib and liba52-internal for icc.2008-10-05, by cehoyos
-
Use HAVE_FAST_64BIT instead of nonstandard __WORDSIZE macro.2008-10-05, by diego
-
synced with r277182008-10-05, by Gabrov
-
Remove b5Dither, g5Dither and r5Dither from libswscale.2008-10-04, by cehoyos
-
Revert the removal of the likely/unlikely macros, they are still used.2008-10-04, by diego
-
Merge variable declaration and export.2008-10-04, by diego
-
Remove g6Dither from libswscale.2008-10-04, by cehoyos
-
Fix "format '%d' expects type 'int', but argument 6 has type 'size_t'" warning.2008-10-04, by ranma
-
Add a comment to lonely 'fi' for clarification.2008-10-04, by diego
-
cosmetics: more config.h reordering2008-10-04, by diego
-
cosmetics: Reorder entries in config.h.2008-10-04, by diego
-
100l: Revert incorrect removal or --ar and --ranlib options.2008-10-04, by diego
-
cosmetics: Improve some config.h comments.2008-10-04, by diego
-
Do not duplicate likely/unlikely #defines from libmpeg2/libavcodec in config.h.2008-10-04, by diego
-
Remove unused HAVE_SYS_POLL_H definition from config.h.2008-10-04, by diego
-
cosmetics: Move around some more stuff in config.mak.2008-10-04, by diego
-
cosmetics: Move around stuff in config.mak.2008-10-04, by diego
-
Remove unused LIBDIR Makefile variable from config.mak.2008-10-04, by diego
-
Remove unused options --ar and --ranlib.2008-10-04, by diego
-
Do not set DESTDIR to an empty value so that it can be overridden on the2008-10-04, by diego
-
FAAC/FAAD are no longer the only available AAC encoders/decoders.2008-10-04, by diego
-
Remove word size check and macro and use __WORDSIZE directly instead.2008-10-04, by diego
-
Remove MPlayer-specific MP_WORDSIZE hack.2008-10-04, by diego
-
Merge SPARC and SPARC64 sections in the CPU detection code.2008-10-04, by diego
-
Skip setting variables to empty values in the CPU detection code.2008-10-04, by diego
-
Remove MinGW cruft.2008-10-03, by diego
-
100l copy and paste typo fix2008-10-03, by diego
-
spelling cosmetics2008-10-03, by diego
-
Fix vsscanf test.2008-10-03, by diego
-
vo_fbdev now supports -geometry.2008-10-03, by diego
-
whitespace cosmetics2008-10-03, by diego
-
CVS --> Subversion2008-10-03, by diego
-
fix compilation w/ FFmpeg r155332008-10-03, by gpoirier
-
Add missing #include for mplayer.h, fixes the warning:2008-10-03, by diego
-
Filter out xpm files from the list of dependencies to check for recursive2008-10-03, by diego
-
External liba52 parameters should only be enabled if the check succeeded.2008-10-03, by diego
-
Internal liba52 should default to enabled.2008-10-03, by diego
-
fix FAQ about compiling 32 bit mplayer on x86_642008-10-02, by gpoirier
-
Use the existing pt_iter_goto_head function instead of reimplementing it2008-10-01, by reimar
-
mpctx->playtree is a node, files can not be directly appended to it,2008-10-01, by reimar
-
Add a "pause" property to allow checking if MPlayer is paused.2008-10-01, by reimar
-
Add a m_property_flag_ro function for the default behaviour of a2008-10-01, by reimar
-
10l: Remove deleted file libmpeg2/motion_comp_iwmmxt.c from Makefile as well.2008-10-01, by diego
-
Remove IWMMXT optimizations through libavcodec from libmpeg2.2008-10-01, by diego
-
sync w/r276512008-09-30, by gpoirier
-
Apply patch for oCERT #2008-013 / CVE-2008-38272008-09-30, by reimar
-
sync w/r276072008-09-29, by gpoirier
-
Remove unused function fast_memcpy.2008-09-29, by diego
-
cosmetics: indentation2008-09-29, by diego
-
Revert mistakenly committed hunk.2008-09-29, by michael
-
Print all cases that are tested, not just the ones that are bad.2008-09-29, by michael
-
Fix infinite loop with spline, bug was introduced in r27612 by me.2008-09-29, by michael
-
cosmetics: prettyprinting2008-09-28, by diego
-
slave command to get the number of chapters; patch by Kevin DeKorte - kdekorte gmail com2008-09-26, by nicodvb
-
Since the pause loop now also runs commands, set mpctx->was_paused2008-09-25, by reimar
-
Add an experimental pausing_keep_force slave mode command prefix2008-09-25, by reimar
-
Do not special-case a grouping-subsegment length of 0.2008-09-25, by reimar
-
misc fixes for the GUI section2008-09-25, by diego
-
Add debug message about loaded frequency tables.2008-09-24, by voroshil
-
Make output messages of frequency selection code more useful by2008-09-24, by voroshil
-
Fix overflow in frequency conversion code inside tvi_dshow.2008-09-24, by voroshil
-
Add RVTR fourcc to ffrv20 decoder.2008-09-23, by diego
-
Remove one more pointless and gcc-specific __attribute__ ((unused)).2008-09-23, by diego
-
Restore function parameters mistakenly removed in previous commit.2008-09-23, by diego
-
Remove pointless and gcc-specific __attribute__ ((unused)).2008-09-23, by diego
-
Make sure -I. appears before all other -I flags.2008-09-21, by diego
-
Fix glAdjustAlignment parameter in glCreateClearTex2008-09-20, by reimar
-
Change glCreateClearTex to use the same host data format as later uploads.2008-09-20, by reimar
-
add blackmagic 10bit decoder, works on v-codecs/R210/2008-09-20, by compn
-
typo fix spotted by diego2008-09-20, by compn
-
add outdir sub-option to vo png2008-09-20, by ben
-
Use already "prefetched" atoms instead of calling XInternAtom each time.2008-09-20, by reimar
-
another dup2008-09-20, by compn
-
duplicate fourcc spotted by uoti2008-09-20, by compn
-
fix typo2008-09-20, by compn
-
sync with videolan2008-09-19, by compn
-
sync with xine2008-09-19, by compn
-
sync with libavformat/riff.c2008-09-19, by compn
-
sync with libavformat/isom.c fourcc2008-09-19, by compn
-
add windows NUL info2008-09-19, by compn
-
document lavc/lavf avoption o suboption2008-09-19, by compn
-
add lavfopts matroska suboption2008-09-18, by compn
-
Uniform *ToY and *ToUV function signatures2008-09-18, by lu_zero
-
Split mono2Y in monowhite and monoblack2008-09-18, by lu_zero
-
Factorize unit32_t* casts for palette pointer2008-09-18, by lu_zero
-
Fix mapping between MPlayer and FFmpeg colorspaces after libswscale changes.2008-09-17, by diego
-
Add shared libswscale support.2008-09-16, by rathann
-
With -identify, ID_DVD_VOLUME_ID is not shown on some systems.2008-09-16, by diego
-
Do not clobber _inc_extra variable when setting initial include flags.2008-09-16, by diego
-
Initialize _def_liba52 and _def_liba52_internal before the liba52 checks2008-09-16, by diego
-
Fix segfault with rgb24 and full_internal_chroma due to non-existing alpha2008-09-16, by michael
-
yet another mpeg2 in mov fourcc xd5b, fixes XDCAMHD.mov2008-09-16, by compn
-
Update the copyright statement.2008-09-15, by syrjala
-
Cosmetics:2008-09-15, by syrjala
-
Don't limit BES to non-synced single buffering when CRTC2 is used.2008-09-15, by syrjala
-
Rename some variables and change some strings to make the CRTC1 code clearer.2008-09-15, by syrjala
-
Add CRTC1 support.2008-09-15, by syrjala
-
Remove BGR24 support since it has never worked anyway.2008-09-15, by syrjala
-
External liba52 support, part 2 of 2.2008-09-15, by rathann
-
External liba52 support part 1 of 2.2008-09-15, by rathann
-
Use standard -I flags to compile codec-cfg.2008-09-15, by diego
-
Add -I. to _inc_extra at the beginning instead of to CFLAGS at the end.2008-09-15, by diego
-
riff.h and avi.h are not needed, but avio.h is.2008-09-15, by diego
-
Eliminate void * arithmetic.2008-09-15, by syrjala
-
Upgrade license of LGPL 2 or later files to LGPL 2.1 or later.2008-09-15, by diego
-
Avoid useless line in libpostproc test.2008-09-15, by diego
-
Avoid using floating point for calculating filter coefficients.2008-09-15, by michael
-
Avoid some explicit types in sizeof().2008-09-14, by michael
-
Use av_mallocz() instead of for() =0;2008-09-14, by michael
-
Move dither tables from yuv2rgb to swscale, they have been written by me and2008-09-14, by michael
-
synced with r276072008-09-14, by Gabrov
-
wording consistency cosmetics2008-09-14, by diego
-
Make -heartbeat-cmd and -stop-xscreensaver sections reference each other.2008-09-14, by reimar
-
Sync diff with libmpeg2 update.2008-09-13, by diego
-
Update internal libmpeg2 copy to version 0.5.1.2008-09-13, by diego
-
libmpeg-0.4.1.diff was renamed to libmpeg2_changes.diff.2008-09-13, by diego
-
Fix libswscale build after r27561 if --enable-runtime-cpudetection is used.2008-09-13, by ben
-
Remove version string from name of local changes diff file.2008-09-13, by diego
-
Fix indention.2008-09-13, by michael
-
Rename yuv2rgb variables to avoid name clashes with the ones used by bfin asm.2008-09-13, by michael
-
multiple locales in mplayer wish2008-09-13, by compn
-
Disable mmx routines that are not bitexact when the user wants2008-09-13, by michael
-
Make horizontal mmx scaling code match C code.2008-09-13, by michael
-
Ensure that additional filter coeffs that exist due to alignment2008-09-13, by michael
-
yvu9toyv12Wrapper is not bitexact so disable it when the user wants2008-09-12, by michael
-
Make the horizontal C scaler code clip only against INT16_MAX not 0,2008-09-12, by michael
-
Add bitexact flag.2008-09-12, by michael
-
The yuv->rgb tables are too small for clipping to be avoidable,2008-09-12, by michael
-
Fix another 1000l bug in the mono input code.2008-09-12, by michael
-
Add support for PIX_FMT_YUV440P.2008-09-12, by michael
-
10000l PIX_FMT_MONOWHITE check was really a || 1.2008-09-12, by michael
-
Support mono as input format.2008-09-12, by michael
-
Add support for PIX_FMT_MONOWHITE as output format.2008-09-12, by michael
-
rgb24toyv12 is not accurately rounding, so disable it as well when the2008-09-12, by michael
-
Do not use the unscaled yuv->rgb converters if SWS_ACCURATE_RND is set,2008-09-12, by michael
-
100000000000000l, forgot to commit header change for r27580.2008-09-11, by michael
-
Fix typo that lead to averaging of the same pixel in rgb24ToUV_half().2008-09-11, by michael
-
Remove mistakenly commited code I used for testing.2008-09-11, by michael
-
Implement full horizontal chroma for rgb/bgr24/32 output.2008-09-11, by michael
-
Do not do unneeded clipping in YSCALE_YUV_2_PACKEDX_C.2008-09-11, by michael
-
Factorize yuv2packedXinC().2008-09-11, by michael
-
Set rgb2yuv constants more accurately, makes no real difference though.2008-09-11, by michael
-
Fix chroma yuv->rgb tables for jpeg style yuv, this was missed as it2008-09-11, by michael
-
Correct normalization constant for the vertical filter.2008-09-10, by michael
-
Make the 2point linear interpolation coefficients correct even for the2008-09-10, by michael
-
Fix overflow.2008-09-10, by michael
-
sync w/r26990 and wording fixes, patch by Cédric Viou2008-09-10, by gpoirier
-
wording fixes by Cédric Viou2008-09-10, by gpoirier
-
typography and wording fixes, by Cédric Viou and myself2008-09-10, by gpoirier
-
Fix build failure due to %%eip on x86_64.2008-09-10, by michael
-
Change RGB2YUV_SHIFT from 16 to 15 to make it able to work2008-09-10, by michael
-
Add bgr/rgb15/16/32->UV-half to the macro so there is less code duplication2008-09-10, by michael
-
Factorize RGB/BGR15/16/32->UV by using the preprocessor.2008-09-10, by michael
-
Factorize rgb/bgr15/16/32->Y by using the preprocessor.2008-09-10, by michael
-
Make SWS_FULL_CHR_H_INP work.2008-09-10, by michael
-
spelling/wording cosmetics2008-09-10, by diego
-
More accurate rounding for 8bit inputs.2008-09-09, by michael
-
Rewrite bgr24->yuv mmx code, the new code is cleaner, more accurate,2008-09-09, by michael
-
more French typography fixes and wording fixes, by Cédric Viou and myself2008-09-09, by gpoirier
-
lots of fixes, original patch by Cédric Viou2008-09-09, by gpoirier
-
Add table of rgb->yuv conversion coefficients.2008-09-09, by michael
-
More correct rounding for the rgb/bgr->yuv converters.2008-09-09, by michael
-
Make internal Matroska demuxer default again2008-09-09, by uau
-
revert r27551 which break much more things than it fixes2008-09-09, by aurel
-
Use preprocessor conditionals to disable CPU-extension-specific code. We cannot2008-09-09, by diego
-
cosmetics: Fix offsets and fuzz in local diff.2008-09-09, by diego
-
Prevent overflows during mpeg->jpeg yuv.2008-09-09, by michael
-
Use internal demuxer for Matroska files for now2008-09-08, by uau
-
Revert bad changes to SSA/ASS subtitle packet format2008-09-08, by uau
-
fix compilation with lavc version > r152702008-09-08, by gpoirier
-
Fix compilation after libavcodec major version 52 changes2008-09-08, by uau
-
Fix jpeg yuv.2008-09-08, by michael
-
Fix typo in comment.2008-09-08, by michael
-
Fix accurate rounding mode on x86_64.2008-09-07, by michael
-
Make ToY and ToUV family of function consistent part I2008-09-07, by lu_zero
-
Make fast bilinear scaler work again.2008-09-07, by michael
-
'mp3lame' audio output codec was wrongly listed as 'lame'.2008-09-07, by diego
-
Replace casual GPL notices by proper license headers.2008-09-07, by diego
-
license header cosmetics2008-09-07, by diego
-
license header cosmetics2008-09-07, by diego
-
Remove wrong compilation instructions.2008-09-07, by diego
-
Remove encode2mpeglight, it is only an outdated stripped-down version of the2008-09-07, by diego
-
license header cosmetics2008-09-06, by diego
-
Fix incorrect FSF address in license header.2008-09-06, by diego
-
Replace casual GPL notice by proper license header.2008-09-06, by diego
-
Remove outdated URL from vd_info_t struct.2008-09-06, by diego
-
Remove version information from libmpeg2 vd_info_t struct.2008-09-06, by diego
-
libass: fix type mismatch between size parameter and the way it's used2008-09-05, by aurel
-
libass: add a new ass_process_data() to process demuxed subtitle packets2008-09-05, by aurel
-
demux_mkv: output correctly formated ASS packets2008-09-05, by aurel
-
simplify function selection code2008-09-05, by bcoudurier
-
enable yuv422p to uyvy converter2008-09-05, by bcoudurier
-
a valid ASS line contains 9 ',' before actual text2008-09-04, by aurel
-
lavf: the subtitles display duration is stored in pkt.convergence_duration2008-09-04, by aurel
-
Make 16bit grayscale output work.2008-09-04, by michael
-
Fix SWS_FAST_BILINEAR and SWS_POINT with some unscaled rgb<->bgr converters.2008-09-04, by michael
-
Support PIX_FMT_RGB32_1 and PIX_FMT_BGR32_1.2008-09-04, by michael
-
Fix 4 and 8 bit RGB/BGR input.2008-09-04, by michael
-
Remove workaround for rgb/bgr mess.2008-09-04, by michael
-
Fix 4 of the unscaled rgb15/16 converters, each of these contained2008-09-04, by michael
-
rgb vs bgr fix for the unscaled converters.2008-09-04, by michael
-
Fix rgb15/16 vs. bgr part2.2008-09-04, by michael
-
Fix rgb15/16 vs. bgr part1.2008-09-04, by michael
-
Add fflush to prevent stdout & stderr from being mixed.2008-09-04, by michael
-
support E-AC-3 decoding using ffmpeg2008-09-01, by aurel
-
Remove Windows-specific #ifdefs, the file does not compile on MinGW anyway.2008-09-01, by diego
-
Ignore .exe files on Windows.2008-09-01, by diego
-
Rename --enable-tremor-external option to --enable-tremor along with the2008-09-01, by diego
-
Do not refer to libcdio and liblzo as external in the help output.2008-09-01, by diego
-
Rename --enable-faad-external option to --enable-faad along with the2008-09-01, by diego
-
Initialize _def_faad* variables to disabled before setting them.2008-09-01, by diego
-
Fall back on external libfaad check if internal libfaad check failed.2008-09-01, by diego
-
Put '#define closesocket close' under proper '#ifndef HAVE_CLOSESOCKET'2008-09-01, by diego
-
Move '#define closesocket close' preprocessor directive to a common place2008-09-01, by diego
-
Revert moving closesocket definition and network headers to network.h.2008-08-31, by diego
-
Only use winsock2.h to check for closesocket().2008-08-31, by diego
-
Fix closesocket test, patch by Serge Levin, serge.levin.spb gmail com.2008-08-31, by diego
-
Add necessary #include <stdlib.h> for realloc/calloc/free.2008-08-31, by diego
-
Remove unused GUID_t definition that also incorrectly defined GUID_DEFINED2008-08-31, by reimar
-
Change header inclusion guard names in line with FFmpeg r15120.2008-08-31, by stefano
-
Rename internal libdvdread fork from dvdread to libdvdread2008-08-30, by rathann
-
Print DVD volume ID with -identify.2008-08-30, by reimar
-
Move duplicated '#define closesocket close' into network.h along with2008-08-29, by diego
-
consistency cosmetics: Avoid using .. in #include paths.2008-08-29, by diego
-
Sync libdvdcss with upstream version 1.2.10.2008-08-29, by diego
-
Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.2008-08-29, by diego
-
Implement swscale_version().2008-08-29, by stefano
-
Remove pointless '#if 1 [...] #endif' around has_cpuid() function.2008-08-29, by diego
-
Implement check for closesocket(), needed by libavformat, fixes Bugzilla #1257.2008-08-29, by diego
-
handle the lavfpref demuxer in the same way as the lavf one2008-08-27, by aurel
-
synced with r274542008-08-27, by ptt
-
sync'ed to r270712008-08-27, by ptt
-
Drop av_always_inline definition. It is duplicated from libavutil and2008-08-26, by diego
-
Rename always_inline macro to av_always_inline so as not to clash with2008-08-26, by diego
-
prefer libavformat to demux matroska files2008-08-26, by aurel
-
Fix forumla -> formula in comment2008-08-26, by reimar
-
Handle AOPLAY_FINAL_CHUNK2008-08-24, by ranma
-
cosmetics: indentation2008-08-24, by aurel
-
use new lavf API to grab sample_aspect_ratio from the demuxers2008-08-24, by aurel
-
fix compiler warnings2008-08-23, by ranma
-
Remove unused and untested function. It is only part of our local patchset.2008-08-22, by diego
-
Remove duplicate vsscanf fallback implementation, we have another in osdep/.2008-08-22, by diego
-
-geometry support for -vo fbdev.2008-08-22, by reimar
-
Sync libdvdcss with upstream version r212.2008-08-21, by diego
-
Add support for AAC decoding through FFmpeg; libfaad is preferred for now.2008-08-21, by diego
-
cosmetics: Remove trailing whitespace and tabs.2008-08-21, by diego
-
Remove SKIP_DEPS trick. The same effect can be achieved without it.2008-08-18, by diego
-
fix for alignment problem on older ARM cores2008-08-17, by diego
-
Add check for ARM VFP instructions.2008-08-17, by diego
-
sync w/r274662008-08-15, by gpoirier
-
Work correctly with very small files where less than outburst is to be played.2008-08-15, by diego
-
Document -lavcopts o, aka libavcodec AVOption.2008-08-15, by michael
-
FFmpeg no longer has fastmemcpy support, so no longer trigger recursing2008-08-14, by diego
-
Remove unused static declarations, fixes the warnings:2008-08-14, by diego
-
Use '#include <poll.h>' instead of '#include <sys/poll.h>'.2008-08-14, by diego
-
100l: Rename missed preprocessor directives from a HAVE_ prefix to CONFIG_.2008-08-14, by diego
-
add mapping for real audio and video CODEC_ID to MPlayer's fourcc2008-08-13, by aurel
-
fixes spotted by diego2008-08-13, by compn
-
demux_lavf: fix mp_seek behavior in case of seeking error2008-08-13, by aurel
-
Remove pointless #ifdefs around extern declarations.2008-08-12, by diego
-
Remove useless DVB-related #include.2008-08-12, by diego
-
Enable PNG encoder in libavcodec for vf_screenshot only if zlib is enabled.2008-08-12, by diego
-
updates2008-08-12, by compn
-
Mention IVTV, S3 and SH_VEU drivers within VIDIX section of manpage.2008-08-11, by ben
-
Update ChangeLog with latest VIDIX related changes regarding SuperH.2008-08-11, by ben
-
Add VIDIX driver for SuperH Mobile VEU hardware block.2008-08-11, by ben
-
Add proper VIDIX support for SuperH architecture.2008-08-11, by ben
-
sync w/r27348, patch by JRaSH2008-08-11, by gpoirier
-
fix audio in some rtsp streams, ok'd by lu_zero2008-08-11, by compn
-
The PNG encoder in libavcodec needs to be enabled for vf_screenshot even if2008-08-10, by diego
-
codecs.c note is very old and unneeded.2008-08-10, by compn
-
sync w/27407 + fixes2008-08-09, by gpoirier
-
Use translatable string instead of hardcoded message for process priority.2008-08-09, by diego
-
Remove duplicated prototype for XShmGetEventBase(), because2008-08-09, by diego
-
Skip dependency generation if we just run distclean or if skipping2008-08-09, by diego
-
Don't print drawing commands on screen.2008-08-08, by eugeni
-
If (has outline) blur(outline) else blur(glyph).2008-08-07, by eugeni
-
\org turns off collision detection.2008-08-07, by eugeni
-
Treat \h as space character.2008-08-07, by eugeni
-
Calculate subtitle origin in floating point.2008-08-07, by eugeni
-
Calculate subtitle position in floating point.2008-08-07, by eugeni
-
Add separate variables for CFLAGS that are specific to internal libraries2008-08-07, by diego
-
Remove unused Makefile variable.2008-08-07, by diego
-
cosmetics: Rename some CFLAGS-related variables.2008-08-07, by diego
-
10l: Remove stray backslash at end of line.2008-08-07, by diego
-
Merge two redundantly declared lines into one.2008-08-07, by diego
-
cosmetics: Sort things into alphabetical order in various places.2008-08-07, by diego
-
Add NV12 colorspace support to VIDIX driver.2008-08-07, by ben
-
Give a CONFIG_ prefix to preprocessor directives that lacked one and2008-08-07, by diego
-
generalized SH architecture support by Magnus Damm, magnus.damm gmail com2008-08-07, by diego
-
10l: MUSEPACK --> CONFIG_MUSEPACK2008-08-07, by diego
-
Ahem, the MACOSX_FINDER_SUPPORT directive was renamed to MACOSX_FINDER.2008-08-07, by diego
-
Rename font-related preprocessor directives.2008-08-07, by diego
-
Fix wrong behavior with slave command by going back to the starting point2008-08-07, by ben
-
Rename a bunch of miscellaneous preprocessor directives.2008-08-07, by diego
-
Introduce CONFIG_ALSA preprocessor directive for ALSA 0.9 and 1.x.2008-08-06, by diego
-
synced with r274202008-08-06, by Gabrov
-
Rename all preprocessor directives related to Apple / Mac OS X.2008-08-06, by diego
-
Rename some audio-output-related preprocessor directives.2008-08-05, by diego
-
Rename preprocessor definition in check skeleton.2008-08-05, by diego
-
Rename preprocessor directives related to image libraries.2008-08-05, by diego
-
Detect ppc64 and powerpc64 architectures as PowerPC variants.2008-08-04, by ben
-
cosmetic: reindent after r274142008-08-04, by ben
-
Fixes unsafe 'chapter' command with get_property() call.2008-08-04, by ben
-
cosmetic: reindent after r274122008-08-04, by ben
-
Fixes unsafe 'angle' command with get_property() call.2008-08-04, by ben
-
Fixes unsafe 'switch_audio' command with set_property() call.2008-08-04, by ben
-
another round to get it in utf-8...2008-08-04, by ptt
-
Change a bunch of X11-specific preprocessor directives.2008-08-04, by diego
-
typo fix, bump sync tag2008-08-03, by gpoirier
-
Add video driver for Nintendo Wii/GameCube.2008-08-03, by ben
-
Remove duplicated DVB definition line.2008-08-03, by diego
-
Revert mistakenly committed temporary local change.2008-08-03, by diego
-
Rename --enable-macosx-finder-support option to --enable-macosx-finder2008-08-03, by diego
-
Rename _smbsupport variable to _smb.2008-08-03, by diego
-
Change a bunch of video/audio-output-specific preprocessor directives from2008-08-03, by diego
-
Set HAVE_DVB in configure when HAVE_DVB_HEAD is defined2008-08-02, by diego
-
cosmetics: typo fixes2008-08-02, by diego
-
cosmetics: reindent after last commit2008-08-02, by compn
-
change ve_raw.c:set_format to not overwrite biCompression if force_fourcc is set.2008-08-02, by compn
-
Change a bunch of video-output-specific preprocessor directives from a HAVE_2008-08-02, by diego
-
Do not provide a prototype for vsscanf when vsscanf is available.2008-08-02, by diego
-
Change a bunch of codec-specific preprocessor directives from a HAVE_2008-08-02, by diego
-
Remove checks for HAVE_XVID3, that conditional was removed a long time ago.2008-08-02, by diego
-
Fix ARM linking failure when IWMMXT support is disabled.2008-08-01, by diego
-
Remove obsolete diff hunk that is no longer applied to the code.2008-08-01, by diego
-
Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;2008-08-01, by diego
-
Fix a misleading section in the libavcodec options manual indicating that a2008-08-01, by diego
-
add hdv1 fourcc2008-08-01, by compn
-
add some h263 fourccs2008-08-01, by compn
-
add ADJV fourcc to mjpeg2008-08-01, by compn
-
Initialize socklen_t variable to "no".2008-08-01, by diego
-
add XIXL fourcc to videoxl codec2008-08-01, by compn
-
Rename binary-codecs.sh to binary_codecs.sh as it is called in Debian.2008-07-31, by diego
-
Revert previous broken rename of binary-codecs.sh that had random changes.2008-07-31, by diego
-
Rename binary-codecs.sh once more to binary_codecs.sh as it is called in Debian.2008-07-31, by diego
-
Rename install-w32codecs.sh --> binary-codecs.sh.2008-07-31, by diego
-
bump sync tag2008-07-30, by gpoirier
-
For the case that we add a typedef for socklen_t, we should #define2008-07-30, by diego
-
Check for socklen_t in ws2tcpip.h as well.2008-07-30, by diego
-
Rename preprocessor directive HAVE_MENU --> CONFIG_MENU.2008-07-30, by diego
-
Remove unused HAVE_MENCODER definition.2008-07-30, by diego
-
Rename two GUI-related preprocessor directives:2008-07-30, by diego
-
Remove unused definition from config.h.2008-07-30, by diego
-
Start unifying names of internal preprocessor directives.2008-07-30, by diego
-
Drop USE_ prefix from USE_MPLAYER_CPUDETECT #define.2008-07-30, by diego
-
Use conditional compilation instead of an #ifdef around the whole file.2008-07-30, by diego
-
Remove unused definition from config.h.2008-07-30, by diego
-
Add proper check for socklen_t.2008-07-30, by diego
-
cosmetics: Group FFmpeg definitions together in config.h.2008-07-30, by diego
-
add XDCAM and more HDV MPEG2 fourccs2008-07-30, by compn
-
change arbitrary CODECS_MAX_FOURCC limit to larger arbitrary limit2008-07-30, by compn
-
Do not add __CYGWIN__ to CFLAGS on Cygwin, the system defines it anyway.2008-07-28, by diego
-
Rework OS/2 configuration with respect to linker output formats.2008-07-28, by diego
-
cosmetics: Add a separator comment.2008-07-28, by diego
-
Move libdvdnav check before the CFLAGS section. It is still the last check2008-07-28, by diego
-
synced with r273482008-07-28, by ptt
-
Move CFLAGS specific to internal libdvdread and libfaad2 to the Makefile and2008-07-28, by diego
-
Remove unused HPUX #define from command line.2008-07-28, by diego
-
Move libdvdcss-specific CFLAG settings to libdvdcss test.2008-07-28, by diego
-
add ffvp6a codec2008-07-28, by compn
-
add ffmotionpixels codec2008-07-28, by compn
-
Get rid of horrible code that relies on codec-set context variable,2008-07-26, by reimar
-
Use GetTimerMS() instead of time() with srand.2008-07-26, by reimar
-
Do not include sys/socket.h when using winsock2, it is pointless2008-07-26, by reimar
-
Revert to previous dependency checking behavior.2008-07-26, by diego
-
Remove AltiVec vector declaration compiler compatibility macros.2008-07-26, by diego
-
compilation fix with GCC 4.0.1 on MacOSX tiger, broken by the removal of AVV() macro2008-07-25, by gpoirier
-
add list of supported vo's to -xineramascreen2008-07-25, by compn
-
Add some more information about FTP mirror setup.2008-07-24, by diego
-
Fix mailinglist vs. mailing list typo.2008-07-24, by diego
-
cosmetics: Fix indentation after last commit.2008-07-24, by diego
-
Remove AltiVec vector declaration compiler compatibility macros.2008-07-24, by diego
-
Fix configure hanging forever in iconv check using --charset=noconv2008-07-24, by reimar
-
Remove outdated "X11 only" from xineramascreen option and try to make clearer2008-07-24, by reimar
-
sync w/r273372008-07-23, by gpoirier
-
sync'd with r273372008-07-23, by ptt
-
Add Dirac video support via libdirac and libschroedinger in libavcodec.2008-07-22, by diego
-
Enable runtime border/window decorations-toggling for Linux gl and gl2 vos.2008-07-22, by reimar
-
No idea which vos support -noborder how well, though those based on2008-07-22, by reimar
-
Support -noborder with X11-based vos2008-07-22, by reimar
-
Make vo_x11_fullscreen not break vo_border (proper support still needs vo changes)2008-07-22, by reimar
-
-border/-noborder are supported by gl/gl2, too, but only on Windows.2008-07-22, by reimar
-
Add instructions how to test the DNS round-robin virtual host, add a2008-07-22, by diego
-
fix memleak2008-07-21, by michael
-
Cleanup, use av_freep() instead of av_free(x); x=NULL2008-07-21, by michael
-
Remove "en" from list of all man page languages when generating man page2008-07-19, by diego
-
docs build fix2008-07-19, by henry
-
Only build the documentation in the languages requested from configure.2008-07-19, by diego
-
synced with r273262008-07-18, by Gabrov
-
added missing revisions (26762 & 26795)2008-07-18, by ptt
-
restored file encoding tu utf8 and corrected wrong chars, hoping it's ok now2008-07-18, by ptt
-
Remove unnecessary and troublesome inline2008-07-18, by zuxy
-
Make C code in yuv2yuv1() do accurate rounding, this could be split2008-07-18, by michael
-
indent2008-07-17, by michael
-
Forgotten accurate rounding function YSCALEYUV2YV121_ACCURATE.2008-07-17, by michael
-
simplify yuv2yuv1()2008-07-17, by michael
-
Fix typo in msg_lang variable name that prevented the correct message2008-07-17, by diego
-
10l forgot SWS_BILINEAR2008-07-17, by michael
-
Ensure that exactly one scaler algo is used.2008-07-17, by michael
-
File was missing its dedicated header inclusion.2008-07-17, by ben
-
Maemo platform runs on Nokia N8x0 series too.2008-07-17, by ben
-
Avoid including avcodec.h in demuxer.h (and thus many other files) just to get2008-07-17, by reimar
-
Our ALSA code needs alloca, so check for it in configure and include alloca.h2008-07-17, by reimar
-
cosmetics: Indent language handling after last commit.2008-07-17, by diego
-
Rewrite translation handling in the build system.2008-07-17, by diego
-
Simplify summary output, add an extra empty line to it.2008-07-17, by diego
-
Remove note about localization from configure output.2008-07-17, by diego
-
cosmetics: Rename _doc_lang variable to doc_lang.2008-07-17, by diego
-
Evaluate man page installation rule for all available languages,2008-07-17, by diego
-
Force gcc to emit function body under -gnu992008-07-17, by zuxy
-
limits.h is required for UINT_MAX2008-07-16, by reimar
-
And a 1000l for r27263, swapped a condition, thus setting size to2008-07-16, by reimar
-
100l, fix calloc being called with the wrong argument due to reordering2008-07-16, by reimar
-
Make sure demuxed ASF packet is properly padded after descrambling2008-07-16, by reimar
-
Move duplicate FF_INPUT_BUFFER_PADDING_SIZE handling into demuxer.h2008-07-16, by reimar
-
Add variables for all available man page and documentation languages.2008-07-16, by diego
-
Do not just print a warning, also fix the len in ASF demuxer!2008-07-16, by reimar
-
Remove redundant check in message language test.2008-07-16, by diego
-
Move the "all" option to the front of the list of available languages in2008-07-16, by diego
-
cosmetics: Rename LANGUAGES variable to msg_langs.2008-07-16, by diego
-
Replace output redirection with grep by POSIX standard options.2008-07-16, by diego
-
Replace simple sed invocation by even simpler tr invocation.2008-07-16, by diego
-
Merge two consecutive sed calls into one.2008-07-16, by diego
-
Add IDs to some XML elements to avoid warnings.2008-07-15, by diego
-
Make af_hrtf tables static const2008-07-15, by reimar
-
Add const to libaf/filter.c functions.2008-07-15, by reimar
-
ALSA stupidly tries to define struct timeval and struct timespec, which2008-07-15, by reimar
-
Fix dlopen(), dlclose() dlsym() calls in configure test.2008-07-15, by diego
-
Fix tgetent call in termcap configure test.2008-07-15, by diego
-
Add two more missing headers to configure checks.2008-07-15, by diego
-
Add missing return statements to configure tests.2008-07-15, by diego
-
Add missing headers to configure checks.2008-07-15, by diego
-
Remove -std=gnu99/gnu89/default dialect linux define, as it violates the2008-07-15, by michael
-
Try to keep decoded audio buffer aligned.2008-07-14, by reimar
-
Change a broken check. FFMAX does not work as intended because trak->chunkmap[i].first2008-07-14, by reimar
-
Cosmetics: reindent.2008-07-13, by astrange
-
Remove const vector casts from Altivec.2008-07-13, by astrange
-
Add support for FFmpeg DK3 ADPCM codec and prefer it over MPlayer's2008-07-13, by reimar
-
Add support for FFmpeg's ADPCM codecs and make them the default2008-07-13, by reimar
-
100l, do not use macros on functions that are not idempotent2008-07-13, by reimar
-
Do not set _dvdreadconfig unconditionally.2008-07-13, by rathann
-
cosmetics: main (void) --> main(void)2008-07-13, by diego
-
main(void) --> int main(void) in .align test2008-07-13, by diego
-
Use correct header in libamr narrowband test.2008-07-13, by diego
-
Simplify and clamp coefficient index for MS ADPCM2008-07-12, by reimar
-
Dependency files should be refreshed when object files are rebuilt.2008-07-12, by diego
-
in dvd streams the title part ranges from 1 to 992008-07-12, by nicodvb
-
Reindent after last commit2008-07-11, by reimar
-
Check size of tkdata before using it in mov demuxer.2008-07-11, by reimar
-
Add atom_len sanity check to mov demuxer.2008-07-11, by reimar
-
Quick hack to fix demux_mov crashes where easily possible.2008-07-11, by reimar
-
Make really sure channels can only be 1 or 2 for imaadpcm2008-07-11, by reimar
-
Simplify imaadpcm return statement2008-07-11, by reimar
-
Check length of input buffer for msadpcm2008-07-11, by reimar
-
Add a comment on shift vs. division2008-07-11, by reimar
-
Scale msadpcm coefficients to fit into 8 bits2008-07-11, by reimar
-
Simplify ad_msadpmc.c: Use AV_RL16, merge sign extension into LE_16 read and2008-07-11, by reimar
-
Copy macro simplification from imaadpcm to msadpcm2008-07-11, by reimar
-
Remove useless comments from ad_msadpcm2008-07-11, by reimar
-
Make msadpcm arrays const2008-07-11, by reimar
-
Remove unused macros2008-07-11, by reimar
-
Explicitly include inttypes.h in ad_imaadpcm2008-07-11, by reimar
-
1000l, fix demux_lavf compilation2008-07-11, by reimar
-
Correct stream-seekability tests in demux_audio and demux_lavf2008-07-11, by reimar
-
Only read wav header cbSize when there is enough space in header.2008-07-10, by reimar
-
100l, assignment introduced in r27246 was exactly the wrong way around.2008-07-10, by reimar
-
Cosmetics: reindent2008-07-10, by reimar
-
Clean up reading of wav extradata.2008-07-10, by reimar
-
100l, avoption splitted code added, I should double check with svn status...2008-07-10, by lu_zero
-
Split AVOption/AVClass in a separate file. SoC Patch from Keiji Costantini2008-07-09, by lu_zero
-
Fix stupid and almost pointless check-after-read code in asfheader.c.2008-07-09, by reimar
-
Fix \fn without an argument consuming the next '\'.2008-07-09, by eugeni
-
sync w/r272362008-07-09, by gpoirier
-
Add -std=gnu99 to gcc CFLAGS if supported. This sets appropriate #defines to2008-07-08, by diego
-
Mark function not used outside of the file as static.2008-07-08, by diego
-
Remove declaration of extern inline function that is used nowhere from header2008-07-08, by diego
-
synced with r272362008-07-08, by ptt
-
another alphabetical order correction2008-07-08, by ptt
-
moved o option beetwen m* and p*2008-07-08, by ptt
-
Add missing #include <sys/socket.h>, fixes the warnings:2008-07-08, by diego
-
Use correct PRIu64 length modifier for uint64_t value, fixes the warning:2008-07-08, by diego
-
Add support for MLP audio through FFmpeg.2008-07-07, by diego
-
Run bash-specific shell scripts with bash, not sh.2008-07-07, by diego
-
Give all shell scripts a .sh suffix for consistency.2008-07-07, by diego
-
Replace bash-specific [[]] construct by a proper [] test.2008-07-07, by diego
-
Replace == in []/test constructs with =, == is a bashism.2008-07-07, by diego
-
Remove unnecessary function keyword from shell script function declarations,2008-07-07, by diego
-
avoid unnecessary strdup(); patch by Aurel2008-07-06, by nicodvb
-
Update homepage and license info for NuppelVideo.2008-07-06, by diego
-
Add standard license header for NuppelVideo, i.e. GPL v2+.2008-07-06, by diego
-
Introduce DRIVER_OBJS variable for list of all driver targets.2008-07-06, by diego
-
Simplify codecs.conf.h generation rule.2008-07-06, by diego
-
Merge version.h dependency declarations.2008-07-06, by diego
-
Remove redundant dependencies for .rc files.2008-07-06, by diego
-
Add a generic rule for .rc files and use it.2008-07-06, by diego
-
cosmetics: Merge three lines into two.2008-07-06, by diego
-
Also remove dhahelper and dhahelperwin on distclean.2008-07-06, by diego
-
One more hack for PBOs on ATI cards.2008-07-06, by reimar
-
Move at-hack code a bit up for further changes2008-07-06, by reimar
-
Remove ASSERT() macro. SoC Patch from Keiji Costantini2008-07-06, by lu_zero
-
Reindent. SoC Patch from Keiji Costantini2008-07-06, by lu_zero
-
Split simpleCopy into packedCopy and planarCopy. SoC Patch from Keiji Costantini2008-07-06, by lu_zero
-
Surround stream cache specific code by an appropriate #ifdef; fixes linking2008-07-05, by diego
-
Sync with r27208.2008-07-05, by diego
-
Add some more -identify information for CDDB.2008-07-05, by diego
-
Add disc ID to -identify output.2008-07-05, by diego
-
Rename ALLPARTSLIBS variable to FFMPEGLIBS.2008-07-05, by diego
-
Group some variable declarations together in sensible places.2008-07-05, by diego
-
Declare FFmpeg dependencies in a more elegant way using the PARTS variable.2008-07-05, by diego
-
r27182: apply parameter name change of no-correct-pts from r26842 to man page2008-07-04, by kraymer
-
100l: finally understood ATI PBO problem: width must be a power of two.2008-07-04, by reimar
-
More stride alignment is needed to work reliably on ATI cards :-(2008-07-04, by reimar
-
Rename stream_livedotcom.c to stream_live555.c, the name is used everywhere.2008-07-04, by diego
-
cosmetics: in ifo_stream_oped() aligned the prototype to the style2008-07-04, by nicodvb
-
added support for the device part in the url; patch by2008-07-04, by nicodvb
-
Check stdata_len before accessing stdata. Fixes bug #11252008-07-04, by reimar
-
Simplify tool generation rules with a pattern rule.2008-07-04, by diego
-
Only build loader tests on x86.2008-07-04, by diego
-
Fix liba52/test linking, it needs -lm.2008-07-04, by diego
-
spelling/grammar/wording overhaul2008-07-04, by diego
-
Put common dependencies of mp3lib/test + mp3lib/test2 on a common line.2008-07-04, by diego
-
whitespace cosmetics2008-07-04, by diego
-
Place license header at the top of the file for consistency.2008-07-04, by diego
-
Declare common netstream + vivodump dependencies in the common place.2008-07-04, by diego
-
Remove unused variable.2008-07-02, by diego
-
sync w/r271822008-07-01, by gpoirier
-
Fix FFmpeg subdirectory dependencies: The FFmpeg libraries depend on each2008-07-01, by diego
-
apply parameter name change of no-correct-pts from r26842 to man page2008-07-01, by kraymer
-
sync w/r27179 + misc fixes of untranslated chunks2008-06-30, by gpoirier
-
r26502: Document rgbtest arguments2008-06-30, by kraymer
-
remove two trailing whitespaces2008-06-30, by kraymer
-
r25756: Document vo gl lscale=32008-06-30, by kraymer
-
r25385: Add new audio filter for encoding multi-channel audio into ac3 at runtime.2008-06-30, by kraymer
-
r25179: Add missing forced linebreak, slight wording improvement.2008-06-30, by kraymer
-
consistency fix: capitalize Windows Media Player, and add <application> tag around it.2008-06-30, by gpoirier
-
misc fixes, patch by Cédric Viou2008-06-30, by gpoirier
-
sync w/r27132, patch by JRaSH2008-06-30, by gpoirier
-
sync w/r271692008-06-30, by gpoirier
-
Try to get frame rate information through VIDIOC_G_PARM if2008-06-30, by voroshil
-
Fix division by zero in tvi_v4l2 which occures when capture device2008-06-30, by voroshil
-
add missing escapes and full stops for scaletempo filter2008-06-30, by kraymer
-
r24808: Add a space behind openal to get minimum length of 72008-06-30, by kraymer
-
r24772: DirectShow based tv:// driver for win322008-06-30, by kraymer
-
r24727: H.264 content can also be decoded with multiple threads2008-06-30, by kraymer
-
version bump to 247192008-06-30, by kraymer
-
r27123: Add verbose messages about trying and searching for audio output drivers.2008-06-30, by kraymer
-
r27067: Remove pointless #ifdef.2008-06-30, by kraymer
-
r27066: update comments, whitespace cosmetics2008-06-30, by kraymer
-
r27065: whitespace consistency cosmetics2008-06-30, by kraymer
-
r26863: make use of the new MGA_VID_VERSION ioctl to check2008-06-30, by kraymer
-
r25605: properties to get and set angle2008-06-30, by kraymer
-
r24924: Add audio filter scaletempo2008-06-30, by kraymer
-
r24790: Disable channel scanner when no tuner is present.2008-06-29, by kraymer
-
remove trailing whitespaces2008-06-29, by kraymer
-
Replace asserts by proper conditions to allow playback of some broken but2008-06-29, by reimar
-
Half size for adpcm_index2008-06-29, by reimar
-
Simplify predictor updates2008-06-29, by reimar
-
Get rid of 16-bit sign extension macro2008-06-29, by reimar
-
Simplify some imaadpcm macros2008-06-29, by reimar
-
Directly pass arrays into decode_nibbles2008-06-29, by reimar
-
Use smaller types for tables2008-06-29, by reimar
-
Make imaadpcm tables const2008-06-29, by reimar
-
Simplify code to read index/predictor2008-06-29, by reimar
-
Add a few size checks to IMA decoder. The code is still a mess though,2008-06-29, by reimar
-
Simplify ad_imaadpcm decode_audio function2008-06-29, by reimar
-
Make sure we do not use uninitialized data in case of a short read.2008-06-29, by reimar
-
Do not use stdata before checking its length2008-06-29, by reimar
-
mingw uses Windows sockets.2008-06-28, by vayne
-
sync w/r27123, patch by JRaSH, %jrash06 A 163 P com%2008-06-28, by gpoirier
-
sync w/r271322008-06-27, by gpoirier
-
one more wish, and an update2008-06-26, by compn
-
r24772: DirectShow based tv:// driver for win322008-06-25, by kraymer
-
Complete the code move across librtsp, fixes the rtsp_close collision with libnemesi2008-06-25, by lu_zero
-
Move rtsp_close away by simplification - avoids symbol clash with libnemesi2008-06-25, by lu_zero
-
some updates2008-06-24, by compn
-
add ffmdec and ffadpcmxa2008-06-24, by compn
-
Fix/restore the description of the rectangle video filter.2008-06-24, by diego
-
Touch FFmpeg libraries after recursing into their subdirectories.2008-06-24, by diego
-
Do not unconditionally recurse into FFmpeg subdirectories. Instead, just2008-06-24, by diego
-
Add missing 'struct input_id id' to Apple IR configure check.2008-06-24, by diego
-
Check if the font set returned from FcFontSort in not NULL.2008-06-23, by eugeni
-
Reindent.2008-06-23, by eugeni
-
Only use application font dir if library->fonts_dir is not NULL.2008-06-23, by eugeni
-
Dependency files need to get updated when any of their dependencies are2008-06-23, by diego
-
Rename some definitions to avoid clashing with system headers, fixes:2008-06-23, by diego
-
Add verbose messages about trying and searching for audio output drivers.2008-06-22, by corey
-
Replace misuse of echores in libdvdnav check by _res_comment.2008-06-22, by diego
-
100l, bpp is bits per pixel, not bytes2008-06-22, by reimar
-
revert non-acked r271062008-06-21, by ben
-
cosmetic: be consistent2008-06-20, by ben
-
fixes two bugs:2008-06-20, by ben
-
fix obviously wrong option description2008-06-20, by ben
-
Remove useless typedef for VDXContext.2008-06-20, by ben
-
cosmetic: give a coherent indentation2008-06-20, by ben
-
remove some useless functions from vidix api2008-06-20, by ben
-
remove useless 'else'2008-06-20, by ben
-
renamed vidixlib.c to vidix.c2008-06-20, by ben
-
remove now useless vidixlib.h file2008-06-20, by ben
-
sync w/r27107, patch by Cédric Viou2008-06-20, by gpoirier
-
move content of vidixlib.h into vidix.h2008-06-20, by ben
-
cosmetic: give coherent indentation2008-06-20, by ben
-
use the new URL of NUT container website2008-06-20, by gpoirier
-
Only "pop" subtree params if they had previously been "pushed",2008-06-20, by ben
-
sync w/r27102, patch by Cédric Viou and minor fixes by myself2008-06-20, by gpoirier
-
Add auto-close option to libmenu playlist handling part.2008-06-20, by ben
-
Allow conditional compilation of yuv4mpeg video out.2008-06-20, by ben
-
fix a couple of broken URL links2008-06-20, by gpoirier
-
Keep old dvdnav sub-command options for a while in order2008-06-20, by ben
-
Change DVDNAV command key names.2008-06-19, by ben
-
Reorder some functions to avoid implicit declaration warnings.2008-06-19, by diego
-
Group all input command defines in one big enum2008-06-18, by ben
-
Add copyright and license statement.2008-06-17, by diego
-
It cannot hurt to add -E to the diff options to avoid whitespace changes.2008-06-17, by diego
-
Add missing #includes that are required for things used in the header.2008-06-17, by diego
-
sync w/r270572008-06-17, by gpoirier
-
Add missing #includes to fix 'make checkheaders'.2008-06-17, by diego
-
Try harder to honour CTRL+C etc. during dumpstream2008-06-16, by reimar
-
cosmetics: Remove useless parentheses, align.2008-06-16, by diego
-
Chapter support for lavf demuxer.2008-06-16, by reimar
-
Support NULL name parameter for demuxer_add_chapter.2008-06-16, by reimar
-
cosmetics: Break overly long lines.2008-06-16, by diego
-
cosmetics: indentation, whitespace changes2008-06-16, by diego
-
cosmetics: consistent * placement2008-06-16, by diego
-
cosmetics: one more if brace placement fix2008-06-16, by diego
-
M-x untabify2008-06-16, by diego
-
cosmetics: Remove all trailing whitespace.2008-06-16, by diego
-
cosmetics: Split/join multiline statements.2008-06-16, by diego
-
cosmetics: Consistently format all if, for, while constructs.2008-06-16, by diego
-
Remove one more commented-out line.2008-06-16, by diego
-
cosmetics: Make all function declarations consistent by moving the opening2008-06-16, by diego
-
Remove one more commented-out line.2008-06-16, by diego
-
Remove pointless comments and commented-out code.2008-06-16, by diego
-
Add missing string.h #include for memcpy prototype;2008-06-16, by diego
-
Add missing #includes to fix 'make checkheaders'.2008-06-16, by diego
-
cosmetics: Group internal codec library tests together.2008-06-15, by diego
-
Document where the files vidix/dhahelperwin/ntverp.h and2008-06-15, by diego
-
cosmetics: Group entries by directory instead of randomly.2008-06-15, by diego
-
Add the ugly HELP_MP_DEFINE_STATIC back, otherwise we produce warnings like2008-06-15, by diego
-
cosmetics: Remove empty line for consistency.2008-06-15, by diego
-
-alang/-slang do not depend on dvdread support.2008-06-15, by diego
-
Remove pointless HELP_MP_DEFINE_STATIC definition.2008-06-15, by diego
-
Remove pointless #ifdef.2008-06-15, by diego
-
update comments, whitespace cosmetics2008-06-15, by diego
-
whitespace consistency cosmetics2008-06-15, by diego
-
Remove now unused messages.2008-06-15, by diego
-
Move message about which adapter is used to verbose mode.2008-06-15, by diego
-
spelling/wording fixes2008-06-15, by diego
-
Add parentheses to expression to avoid the warning:2008-06-15, by diego
-
6 months of changes2008-06-15, by compn
-
standard license headers for mga_vid2008-06-14, by diego
-
add MGA_VID_GET_VERSION ioctl to old mga_vid driver for compatibility with "new" mplayer2008-06-14, by attila
-
Ability for specifying TV standard individually for each TV channel.2008-06-14, by voroshil
-
Fix support for libnemesi installed on nonstandard paths2008-06-13, by lu_zero
-
Unbreak audio, thanks to Uoti for the insight2008-06-12, by lu_zero
-
sync w/r23225, plus misc fixes2008-06-11, by gpoirier
-
fix w/r24604, misc fixes2008-06-11, by gpoirier
-
sync w/r21537 and misc fixes2008-06-11, by gpoirier
-
fix file to conform to French typography2008-06-11, by gpoirier
-
add missing <application> tag around MPlayer,2008-06-11, by gpoirier
-
sync w/r269972008-06-11, by gpoirier
-
sync w/r27044, patch by Cedric Dumez-Viou %Cedric P Dumez-Viou A obs-nancay P fr%2008-06-10, by gpoirier
-
libdvdnav need libdvdread from the same repository2008-06-10, by nicodvb
-
Fix mencoder built from dvdnav enabled.2008-06-09, by ben
-
Give name to font_desc struct, patch by Bryan Henderson, giraffedata gmail com.2008-06-09, by diego
-
Add information about the mga_vid Subversion repository.2008-06-09, by diego
-
Mention that svgalib_helper only works with kernel 2.4.x.2008-06-09, by diego
-
Make a section out of the svgalib_helper paragraph.2008-06-09, by diego
-
require latest x264 to enable MEncoder's x264 support2008-06-09, by gpoirier
-
Slightly reduce VIDIX video output verbosity.2008-06-08, by diego
-
sync w/r268532008-06-08, by gpoirier
-
Add standard license headers.2008-06-08, by diego
-
Add comments to a few #endif preprocessor directives.2008-06-08, by diego
-
Remove unused variable, fixes the warning:2008-06-08, by diego
-
OBJS should end in .o, not .c.2008-06-08, by diego
-
VIS OBJS should end in .o, not .c; patch by Jan Knutar, jknutar nic fi.2008-06-08, by diego
-
Add missing #include, patch by Jan Knutar, jknutar nic fi.2008-06-08, by diego
-
Add command to create dhahelper device to install-dhahelper target.2008-06-08, by diego
-
Rename loader/driver.[ch] to loader/drv.[ch], otherwise loader/driver.h can2008-06-08, by diego
-
Add dhahelper CFLAGS where appropriate if enabled.2008-06-08, by diego
-
Add support for enabling VIDIX dhahelper.2008-06-08, by diego
-
Remove pointless and commented-out #ifdef.2008-06-08, by diego
-
Fix silly typo in CFLAG_SVGALIB_HELPER variable name.2008-06-08, by diego
-
Fix dhahelper.h #include paths.2008-06-08, by diego
-
Restore support for compiling with svgalib_helper.2008-06-07, by diego
-
Only check for VIDIX PCI device name database if VIDIX is enabled.2008-06-07, by diego
-
Make sure that the LC_ALL variable is exported to the environment of2008-06-07, by diego
-
Factorizes dvdnav aid retrieval code.2008-06-07, by ben
-
Add routine that provides audio ID corresponding to logical number2008-06-07, by ben
-
Fix channel order for libvorbis decoder, original patched by Nicolas George.2008-06-07, by ulion
-
rename AF_CHANNEL_LAYOUT_LAVC_VORBIS* => AF_CHANNEL_LAYOUT_VORBIS*.2008-06-07, by ulion
-
Rename some functions as they are mplayer related and not2008-06-07, by ben
-
rename for consistency2008-06-07, by ben
-
Add routine to determine if SPU has changed in dvdnav stream.2008-06-07, by ben
-
Add routine to determine if audio has changed in dvdnav stream.2008-06-07, by ben
-
declare some functions as static2008-06-07, by ben
-
No need to set LC_ALL=C for individual shell commands,2008-06-07, by diego
-
The VIDIX PCI files should be regenerated when the awk script2008-06-07, by diego
-
remove C++ inclusion guard from vidix headers2008-06-07, by ben
-
Add default definition for SVGA device.2008-06-07, by diego
-
remove useless vidix versioning stuff2008-06-07, by ben
-
remove duplicated code2008-06-07, by ben
-
Drop some useless parameter from vidix init routine2008-06-07, by ben
-
Drop support for external libvidix (unmaintained and not up-to-date)2008-06-07, by ben
-
Save DVDNAV palette info.2008-06-07, by ben
-
vidix s3 headers was missing proper header2008-06-07, by ben
-
Remove unused variable, fixes the warning:2008-06-07, by diego
-
Removed unused freepath variable.2008-06-06, by ben
-
add VIDM fourcc to divx/xvid, based on this patch:2008-06-06, by compn
-
add psiv codec, works on psi_v-sample.mov2008-06-06, by compn
-
add qtactl codec2008-06-06, by compn
-
Remove unnecessary -o option from windres invocation.2008-06-06, by diego
-
Fix codec-specific options syntax declaration to be less confusing and wrong.2008-06-06, by diego
-
sync w/r268062008-06-06, by gpoirier
-
Fix the linking of TOOLS/netstream and TOOLS/vivodump.2008-06-06, by diego
-
Use standard license header, merge changelog into license header and TODO.2008-06-06, by diego
-
Remove useless braces on if() statement.2008-06-05, by ben
-
Ensure 'path' string is 0 terminated.2008-06-05, by ben
-
fix fixes, patch by Benoit Fouet2008-06-04, by gpoirier
-
Run the whole documentation through ispell.2008-06-04, by diego
-
Remove another reference to a removed configure option.2008-06-04, by diego
-
Remove references to removed configure options.2008-06-04, by diego
-
Get rid of needless emphasis.2008-06-04, by diego
-
Document VIDIXIVTVALPHA environment variable.2008-06-04, by diego
-
Move Matrox TV-out cable section to the end of the Matrox chapter.2008-06-04, by diego
-
Move Matrox TV-out cable instructions into their own section.2008-06-04, by diego
-
Fix some typos and update the Matrox TV output section. The relevant2008-06-04, by diego
-
Remove unnecessary mangle.h #include.2008-06-04, by diego
-
sync w/r26909, patch by JRaSH %jrash06 A 163 P com%2008-06-04, by gpoirier
-
Remove due to objections by ivan.2008-06-04, by michael
-
small spelling/wording fixes2008-06-04, by diego
-
mphq2 runs svn 1.4.x.2008-06-04, by diego
-
Use size_t instead of int for a variable that is compared to the result2008-06-03, by diego
-
correct spelling error ;)2008-06-03, by ivo
-
List more actions which have proven controversial in the past.2008-06-03, by michael
-
grammar fixes by Benoit Fouet2008-06-03, by gpoirier
-
sync w/r26920, patch by Cedric Dumez-Viou %Cedric P Dumez-Viou A obs-nancay P fr%2008-06-03, by gpoirier
-
add missing <option> tags around the option "filmdint"2008-06-03, by gpoirier
-
sync w/r26936, patch by Cedric Viou % Cedric P Dumez-Viou A obs-nancay P fr %2008-06-03, by gpoirier
-
Add reverting commits to the list of potentially controversial actions.2008-06-03, by diego
-
synced with r269672008-06-02, by Gabrov
-
Use LC_ALL instead of LANG in config.mak to prevent locale settings from2008-06-02, by diego
-
10l: Restore LANG variable in config.mak so that shell commands are not2008-06-02, by diego
-
Remove unused variable LANG from config.mak.2008-06-02, by diego
-
Remove unused variable TARGET_OS from config.mak.2008-06-02, by diego
-
cosmetics: Restructure config.mak logically and alphabetically.2008-06-02, by diego
-
Remove unused variable TARGET_CPU from config.mak.2008-06-02, by diego
-
Remove unnecessary FFmpeg hack from config.mak.2008-06-02, by diego
-
call demux_flush() where appropriate2008-06-02, by nicodvb
-
use demux_flush() where appropriate2008-06-02, by nicodvb
-
added and reused demux_flush() instead of emptying the demux_stream buffers;2008-06-02, by nicodvb
-
restore needed cast to correct type with const2008-06-01, by bcoudurier
-
100l, fix wrong order of cases in cache_do_control2008-06-01, by reimar
-
Properly free memory allocate by liba52.2008-06-01, by reimar
-
tiny reindentation2008-06-01, by nicodvb
-
disable dvdnav when using the internal dvdread2008-06-01, by nicodvb
-
reindented the dvdread detection block2008-06-01, by nicodvb
-
changed the code that checks the presence of the external dvdread2008-06-01, by nicodvb
-
removed support for Ogle's dvdread2008-06-01, by nicodvb
-
cast to correct type, suppress warnings2008-06-01, by bcoudurier
-
cast to correct type, suppress warnings2008-06-01, by bcoudurier
-
cast to correct type, suppress warning2008-06-01, by bcoudurier
-
cast to correct type, suppress warnings2008-06-01, by bcoudurier
-
add const, suppress warnings2008-06-01, by bcoudurier
-
remove useless casts2008-06-01, by bcoudurier
-
add const, suppress warnings2008-06-01, by bcoudurier
-
add const, suppress warnings2008-06-01, by bcoudurier
-
remove useless casts2008-06-01, by bcoudurier
-
Change spelling of XviD to Xvid as has already been done in the (rest of the)2008-05-31, by diego
-
Fix compilation with internal dvdnav2008-05-31, by rtogni
-
adapted to the dvdread->libdvdread transition in dvdnav's repository2008-05-31, by nicodvb
-
warn to always disable the internal dvdread; still menus are supported now2008-05-31, by nicodvb
-
Add install-dhahelperwin target to simplify dhahelper installation on Windows.2008-05-30, by diego
-
Merge vidix/dhahelperwin/Makefile into top-level Makefile.2008-05-30, by diego
-
Merge vidix/dhahelper/Makefile into top-level Makefile.2008-05-30, by diego
-
Rename kernelhelper to dhahelper, that name is more fitting.2008-05-30, by diego
-
Fix #include paths.2008-05-30, by diego
-
dhasetup.exe can be created via make instead of calling gcc directly.2008-05-30, by diego
-
Rework AltiVec CFLAGS detection. '-maltivec -mabi=altivec' should be used2008-05-30, by diego
-
Handle NULL control function in cache_execute_control, fixes crash with http urls.2008-05-30, by reimar
-
Check for ALTIVEC_H instead of __APPLE_CC__ to decide which AltiVec vector2008-05-30, by diego
-
Check for HAVE_ALTIVEC_VECTOR_BRACES instead of __APPLE_CC__.2008-05-30, by diego
-
Check for AltiVec vector declaration syntax.2008-05-30, by diego
-
typo noticed by Mark Pilgrim, mark diveintomark org2008-05-29, by diego
-
The size of output buffer is stored in 'osize', not 'size'.2008-05-29, by eugeni
-
Clear iconv conversion state also in libass.2008-05-29, by eugeni
-
Offset should be size_t.2008-05-29, by eugeni
-
Clear iconv conversion state after each subtitle line.2008-05-29, by eugeni
-
Remove extra messages.2008-05-29, by diego
-
Fix mismatching messages.2008-05-29, by diego
-
Fix mismatching translated messages as pointed out by TOOLS/mphelp_check.py.2008-05-29, by diego
-
fix problems picked up by mphelp_check.py2008-05-29, by gpoirier
-
The install-drivers target should depend on the drivers target.2008-05-29, by diego
-
Revert commit r26897.2008-05-28, by iive
-
Merge drivers/Makefile into top-level Makefile.2008-05-28, by diego
-
Fix setting of CFLAGS for Radeon modules.2008-05-28, by diego
-
Disable unused function, fixes the warning:2008-05-28, by diego
-
mga_vid driver wording fixes2008-05-28, by diego
-
Move messages header file creation to a separate shell script.2008-05-27, by diego
-
Add a slave command to stop stream playback.2008-05-27, by ben
-
Initialize sh_audio/sh_video->ds2008-05-27, by reimar
-
Simplify/make new_sh behaviour more consistent when a stream gets redefined.2008-05-27, by reimar
-
Cosmetics: simplify2008-05-27, by reimar
-
Move native musepack demuxer further down in demuxer list2008-05-27, by reimar
-
Revert declaration .NOTPARALLEL. Unfortunately this special target does not2008-05-27, by diego
-
Mark VIDIX_PCI_FILES targets as NOTPARALLEL. They are all created2008-05-27, by diego
-
Use 'grep -q' instead of redirecting grep output to /dev/null.2008-05-27, by diego
-
mga_vid string wording fix2008-05-27, by diego
-
Fix typo in string name.2008-05-27, by diego
-
Instead of removing code from this imported library, place it under #if 0.2008-05-27, by diego
-
cosmetics: Fix pointless weird indentation.2008-05-27, by diego
-
cosmetics: XviD --> Xvid2008-05-27, by diego
-
cosmetics: Move toolsclean target to a better place.2008-05-27, by diego
-
Update comment heading.2008-05-27, by diego
-
cosmetics: Consistently place '-o $@' in compiler command line.2008-05-27, by diego
-
Simplify codec-cfg-test command with $^.2008-05-27, by diego
-
Fix codecs2html linking.2008-05-27, by diego
-
Merge doxygen_clean rule into distclean.2008-05-27, by diego
-
codecs2html and codec-cfg-test are removed by toolsclean. Do not remove2008-05-27, by diego
-
Add codecs2html to TESTS variable.2008-05-27, by diego
-
Fix dependency declaration for codecs2html.2008-05-27, by diego
-
cosmetics: Move some rules to better places.2008-05-27, by diego
-
Add missing -I. to fix codecs2html compilation.2008-05-27, by diego
-
Add codec-cfg-test to list of TESTS.2008-05-27, by diego
-
Correct dependency declaration for codec-cfg-test.2008-05-27, by diego
-
There is no need to ignore the return value of an 'rm -rf' command.2008-05-27, by diego
-
Fix codec-cfg-test linking.2008-05-27, by diego
-
Link codec-cfg programs against mp_msg-mencoder.o instead of mp_msg.o.2008-05-27, by diego
-
Fix codec-cfg-test compilation.2008-05-27, by diego
-
Emulate STREAM_CTRL_GET_TIME_LENGTH if cache is used.2008-05-26, by reimar
-
add qclp fourcc2008-05-26, by compn
-
sync w/r26863, patch by JRaSH % jrash06 A 163 P com %2008-05-25, by gpoirier
-
Readd fourcc used by MTV format. Note that BGR->YUV conversion2008-05-25, by reimar
-
Remove incorrectly added formats2008-05-25, by reimar
-
Render everything as early as possible, doing as little as possible in2008-05-25, by reimar
-
Reorder flip_page to make moving around do_render call easier2008-05-25, by reimar
-
Split flip_page function2008-05-25, by reimar
-
Simplify yuv to rgb conversion matrix stuff.2008-05-24, by reimar
-
Cosmetics: align2008-05-24, by reimar
-
update doxygen comments2008-05-24, by reimar
-
Add a filter strength parameter for blurring/sharpening scalers.2008-05-24, by reimar
-
Forgotten changes to gl_common.h2008-05-24, by reimar
-
Use a struct instead of a huge and further growing argument list.2008-05-24, by reimar
-
Add basic support for stream controls with cache enabled.2008-05-24, by reimar
-
make use of the new MGA_VID_VERSION ioctl to check2008-05-23, by attila
-
sync mga_vid.h to revision 265 from the mga_vid repo2008-05-23, by attila
-
revert changes 26035 and 260612008-05-23, by attila
-
synced with r268532008-05-23, by Gabrov
-
little fixes2008-05-23, by ptt
-
Get rid of "define RECURSIVE_RULE" since a lot of make version have problems2008-05-23, by reimar
-
Cosmetics: reindent after the last commit.2008-05-22, by eugeni
-
Read all faces of a memory font, not just the first one.2008-05-22, by eugeni
-
Saner handling of VOCTRL_PAUSE/VOCTRL_RESUME2008-05-22, by reimar
-
Simplify equalizer handling for vo gl2008-05-22, by reimar
-
Update gl vo section with the new force-pbo suboption.2008-05-22, by reimar
-
fix a lot of mistranslations and typos, patch by Cedric Dumez-Viou2008-05-22, by gpoirier
-
Fix compilation with FontConfig <= 2.2.96.2008-05-22, by eugeni
-
Avoid crash with video stream switching and -nosound2008-05-21, by reimar
-
Make internal subtitle and subtitle switching work with -audiofile2008-05-21, by reimar
-
Use av_alloc_put_byte instead of custom protocol.2008-05-21, by reimar
-
r26675: update paragraphs related to x264, and update its checkout command2008-05-21, by voroshil
-
Add some codec specifications needed to play MTV files.2008-05-21, by reimar
-
r26512: consistently print fps with three digits of precision2008-05-21, by voroshil
-
Continue detection if it is not clear if we have a MP3 or flac file.2008-05-21, by reimar
-
left an english phrase in, removed.2008-05-21, by ptt
-
remove extra dash in nocorrect-pts option2008-05-21, by compn
-
add potentially missing types2008-05-20, by ben
-
synced with r268392008-05-20, by Gabrov
-
In case 2 styles have the same name, prefer the latest one.2008-05-19, by eugeni
-
Output a better informative message if no AltiVec CFLAGS can be found.2008-05-19, by diego
-
Do not run second AltiVec CFLAG check in a subshell; the variable that is2008-05-19, by diego
-
If character set conversion for help_mp.h is required, do it on the whole2008-05-19, by diego
-
The multiple inclusion guard in help_mp.h has to cover the whole file,2008-05-19, by diego
-
Simplify help_mp.h generation commands by using $@.2008-05-18, by diego
-
Do not hide that we are running a helper script.2008-05-18, by diego
-
Move the logic that decides if untranslated messages need to be added to2008-05-18, by diego
-
Replace hack to disable iconv conversion of messages with something more sane.2008-05-18, by diego
-
Only run AltiVec compiler tests on PowerPC.2008-05-18, by diego
-
fix compilation of input.c if neither macosx/linux apple remote code2008-05-18, by ben
-
Remove unused strip target.2008-05-18, by diego
-
Merge directory installation commands.2008-05-18, by diego
-
one less level of indirection for install and program targets2008-05-18, by diego
-
10l: Fix MAN_LANG creation for real this time.2008-05-18, by diego
-
10l: missing quotes in sed command2008-05-18, by diego
-
install-mplayer and install-mencoder targets should depend on install-dirs.2008-05-18, by diego
-
Do not install DATADIR always, the GUI installation target takes care of this.2008-05-18, by diego
-
Install the required man page directories in the man page targets.2008-05-18, by diego
-
Replace hackish shell loops for man page installation with make constructs.2008-05-18, by diego
-
Create directories for the translated man pages in the install-dirs target.2008-05-18, by diego
-
Split MAN_LANG Makefile variable into MAN_LANG and MAN_LANG_ALL with2008-05-18, by diego
-
Introduce make variable common to the GTK and Windows GUI and use it2008-05-18, by diego
-
install-mencoder-man depends on install-mplayer-man.2008-05-18, by diego
-
Replace shell for loop with proper foreach make construct in uninstall target.2008-05-18, by diego
-
Always uninstall English man pages instead of never.2008-05-18, by diego
-
Remove (hopefully obsolete) codecs.conf workaround.2008-05-18, by diego
-
Introduce a pattern rule for install-mplayer and install-mencoder targets.2008-05-18, by diego
-
Separate install-mencoder and install-mencoder-man targets.2008-05-18, by diego
-
The install-gui target depends on the install-mplayer target.2008-05-18, by diego
-
Simplify installation rules with $<.2008-05-18, by diego
-
Do not remove gmplayer.1, it is never installed.2008-05-18, by diego
-
10l: Add missing parentheses in AltiVec test logic.2008-05-18, by diego
-
Document x264's AQ options2008-05-18, by gpoirier
-
Sort alphabetically2008-05-18, by ben
-
There is no need to ignore errors from 'rm -f' commands.2008-05-18, by diego
-
Remove skin download instructions, they have no place in the Makefile.2008-05-18, by diego
-
Declare new Linux AppleIR remote support.2008-05-18, by ben
-
Make "Menu" button of AppleIR remote call OSD Menu instead2008-05-18, by ben
-
Allow DVD Menus to be controlled by AppleIR Remote.2008-05-18, by ben
-
Keep AppleIR enabled by default on MacOSX but have it disable on Linux.2008-05-18, by ben
-
Document the -noar command-line option in en/fr manpages.2008-05-18, by ben
-
Do not enable AppleIR by default.2008-05-18, by ben
-
Do not consider TAGS file under SVN.2008-05-18, by ben
-
Add support for AppleIR Remote as an input under Linux systems.2008-05-18, by ben
-
Add section about code from NuppelVideo / RTJPEG.2008-05-17, by diego
-
Add missing MPLAYER_ prefix to multiple inclusion guards.2008-05-17, by diego
-
add ffmpeg ea maxis xa adpcm audio decoder2008-05-16, by compn
-
cosmetics: Remove useless parentheses from return statements.2008-05-16, by diego
-
cosmetics: Remove pointless parentheses from return statements.2008-05-16, by diego
-
cosmetics: Remove pointless parentheses from return statements.2008-05-16, by diego
-
cosmetics: Remove useless parentheses from return statements.2008-05-16, by diego
-
cosmetics: Remove useless parentheses from from return statements.2008-05-16, by diego
-
cosmetics: Remove pointless parentheses from return calls.2008-05-16, by diego
-
cosmetics: Remove useless parentheses from return statements.2008-05-16, by diego
-
Remove unused function, fixes the warning:2008-05-15, by diego
-
Add missing stream.h #include, fixes the warning:2008-05-15, by diego
-
Remove unused variable, fixes the warning:2008-05-15, by diego
-
cosmetics: Break overly long lines.2008-05-15, by diego
-
Mark static tables const.2008-05-15, by diego
-
add gsm in aif, works on aif-gsm610.aif2008-05-14, by compn
-
Add stanza about files taken from the MJPEG Tools suite.2008-05-14, by diego
-
Mark files that were imported from the MJPEG Tools suite as such.2008-05-14, by diego
-
10l: Revert license header cleanup on imported files.2008-05-14, by diego
-
Use standard license headers with standard formatting.2008-05-14, by diego
-
Use standard license headers with standard formatting.2008-05-14, by diego
-
its typo spotted by diego2008-05-14, by compn
-
Use standard license headers with standard formatting.2008-05-14, by diego
-
Use standard license headers with standard formatting.2008-05-14, by diego
-
Speak of libass instead of MPlayer in the libass license headers.2008-05-14, by diego
-
Use standard license headers with standard formatting.2008-05-14, by diego
-
clean up dll keyword2008-05-14, by compn
-
add rl2 codec2008-05-14, by compn
-
sync w/r267622008-05-14, by gpoirier
-
Add detection code for abnormal pts jump when seeking previous.2008-05-14, by ulion
-
Seek by pts accurately.2008-05-14, by ulion
-
Remove '(pass 1/2)' from some lavcopts. These options really worked on2008-05-13, by corey
-
Add a new suboption to -vo xv and -vo xvmc that allows selection2008-05-13, by ben
-
Use more intuitive and user-friendly DVDNAV control keys.2008-05-13, by ben
-
Delcare a dvdnav-specific input section if the currently played2008-05-13, by ben
-
Use standard license headers.2008-05-13, by diego
-
Use standard license header with standard formatting.2008-05-13, by diego
-
Add standard license header.2008-05-13, by diego
-
Fix one more license header wording detail for consistency.2008-05-13, by diego
-
Use standard license header.2008-05-13, by diego
-
Fix typo in install-gui target dependency.2008-05-13, by diego
-
Cosmetics: remove some commented code.2008-05-12, by eugeni
-
Change subtitle selection order by giving "indirect" ways of specifying the2008-05-12, by eugeni
-
Use standard license headers.2008-05-12, by diego
-
consistency cosmetics: Move some parts of file headers around; typo fixes.2008-05-12, by diego
-
-psprobe can be used in mpeg-pes streams, too2008-05-12, by nicodvb
-
ptx is an internal fourcc2008-05-12, by compn
-
Remove pointless changelogs.2008-05-12, by diego
-
Use standard license header and add back credits line for Marcel Naziri.2008-05-12, by diego
-
Remove pointless changelog from file header.2008-05-12, by diego
-
add ffsiff, works on game-formats/SIFF/2008-05-12, by compn
-
add ffptx , works on ptx samples2008-05-12, by compn
-
When building font pattern, treat both ' ' and '-' as word separators.2008-05-11, by eugeni
-
Fix possible free of unallocated memory.2008-05-11, by eugeni
-
Remove unused file, it has never been compiled.2008-05-11, by diego
-
Oops, remove stray .TP.2008-05-11, by diego
-
Use standard license header.2008-05-11, by diego
-
sync w/r267322008-05-11, by gpoirier
-
Add license headers to av_opts2008-05-11, by reimar
-
Factorize "int i".2008-05-11, by michael
-
cosmetics: wording/spelling fixes2008-05-11, by diego
-
cosmetics: Fix unknow vs. unknowN typo.2008-05-11, by diego
-
Mark new options Michael committed as undocumented.2008-05-11, by diego
-
Add newlines at end of file, this is required for text files and gcc2008-05-11, by reimar
-
synced with r267292008-05-11, by Gabrov
-
MPlayer uses Subversion, not GIT, 10L to me, and thanks to Mizda for spotting this2008-05-11, by gpoirier
-
AVOption support for lavf demuxing2008-05-10, by michael
-
AVOptions support for lavf muxing.2008-05-10, by michael
-
Reformat very ugly code.2008-05-10, by michael
-
AVOption support for video encoders.2008-05-10, by michael
-
AVOptions support for libavcodec based video decoders.2008-05-10, by michael
-
AVOptions support.2008-05-10, by michael
-
Replace a really ugly hack by a clean but not thread safe solution.2008-05-10, by michael
-
Request a timer resolution of 1 ms on Windows, the default of2008-05-10, by reimar
-
Prefer FSF-style AltiVec flags over Apple-style.2008-05-10, by diego
-
Simplify AltiVec compiler flag test.2008-05-10, by diego
-
usec_sleep(0) is not the same as not sleeping at all.2008-05-10, by reimar
-
Simplify AltiVec CFLAG test.2008-05-10, by diego
-
Replace some if constructs with && in the AltiVec test.2008-05-10, by diego
-
cosmetics: whitespace changes, spelling, code moving in AltiVec test.2008-05-10, by diego
-
Add . to windres include path (otherwise version.h is not found).2008-05-10, by reimar
-
Add force-pbo suboption for faster OpenGL output.2008-05-10, by reimar
-
Only check for and set AltiVec flags if AltiVec or runtime CPU detection is2008-05-10, by diego
-
Consistency fix: all DVD encoding examples had ":aspect=16/9" option, so put2008-05-10, by gpoirier
-
Remove outdated FIXME comment.2008-05-10, by diego
-
Add ati-hack suboption that aligns the lines to 32/64 bytes for PBO transfers2008-05-10, by reimar
-
Add some comment headings to divide the Makefile into logical chapters.2008-05-09, by diego
-
cosmetics: Move some stuff around for more logical grouping.2008-05-09, by diego
-
Remove in_asm_used_var_warning_killer()2008-05-09, by superdump
-
sync w/r266742008-05-09, by gpoirier
-
FFmpeg parts no longer require extra -I CFLAGS.2008-05-09, by diego
-
Sync with latest FFmpeg changes.2008-05-09, by diego
-
Use full path for #includes from another directory.2008-05-09, by diego
-
cosmetics: indentation2008-05-09, by diego
-
Add options to handle the external libraries in libavcodec, which require2008-05-08, by diego
-
Add option to disable mp3lame.2008-05-08, by diego
-
cosmetics: Rename _lavc_* variables to _*_lavc.2008-05-08, by diego
-
cosmetics: Rename _def_lavc_* variables to _def_*_lavc.2008-05-08, by diego
-
Remove useless output.2008-05-08, by diego
-
add h264 speedups2008-05-08, by compn
-
Reindent for last commit.2008-05-08, by ulion
-
Distinguish between ac3 and dts by format tag.2008-05-08, by ulion
-
Define FC_FULLNAME and FC_EMBOLDEN to fix compilation with ancient fontconfig.2008-05-08, by eugeni
-
If both full name and family are available, use the former in inexact match warning.2008-05-08, by eugeni
-
Remove extra family names from the search pattern after FcFontSort and2008-05-08, by eugeni
-
Add paragraph about homepage translation.2008-05-08, by diego
-
Clarify order of importance for translations.2008-05-08, by diego
-
Move some blocks around for better text structuring.2008-05-08, by diego
-
Add paragraph headings.2008-05-08, by diego
-
small wording fix2008-05-07, by diego
-
more complete mphelp_check.py command lines, typo, clarifications2008-05-07, by diego
-
Remove obscure comment about libmp3lame depending on Vorbis.2008-05-07, by diego
-
1l: Remove leftover _lavc_x264 variable.2008-05-07, by diego
-
Avoid dependency on newer pulseaudio version.2008-05-07, by reimar
-
Mike Baker agreed to relicense his parts of the code as GPL v2+ on IRC.2008-05-07, by diego
-
Relicense file as GPL v2+; bero granted permission on IRC.2008-05-07, by diego
-
Always enable x264 in libavcodec if x264 is enabled.2008-05-06, by diego
-
synced with r266492008-05-06, by ptt
-
synced with r266742008-05-06, by ptt
-
update paragraphs related to x264, and update its checkout command2008-05-06, by gpoirier
-
add h264 to list of supported codecs2008-05-05, by compn
-
cosmetics: sort lines (correctly)2008-05-05, by diego
-
Remove useless variable startup_time, since we do not need it any more.2008-05-05, by ulion
-
cosmetics: Shuffle lines around and add empty lines.2008-05-04, by lu_zero
-
Build sparc arch specific code using the Makefile2008-05-04, by lu_zero
-
cosmetics: alphabetical order2008-05-04, by diego
-
Rewrite (gcc) compiler check to default to enabling compilation and not set2008-05-04, by diego
-
cosmetics: Remove trailing whitespace.2008-05-03, by diego
-
cosmetics: Remove unused argc/argv parameters from test programs.2008-05-03, by diego
-
cosmetics: Consistently compactify and reformat test programs.2008-05-03, by diego
-
Ignore generated header object files.2008-05-03, by diego
-
Add missing header #includes to fix 'make checkheaders'.2008-05-03, by diego
-
Make the checkheaders target work non-recursively.2008-05-03, by diego
-
cosmetics: Fix one misindented line.2008-05-03, by diego
-
Use a regular expression to filter out all external library parts from FFmpeg.2008-05-03, by diego
-
Remove dead code; LIBVORBIS_ENCODER is deleted from _libavencoders elsewhere.2008-05-03, by diego
-
External libraries used by FFmpeg now have a lib prefix in their name.2008-05-03, by diego
-
Only compile and use libmpeg2 AltiVec code when AltiVec is available. The2008-05-03, by diego
-
vo_gl -dr actually works fine with non-readable MP_IMGTYPE_IP and MP_IMGTYPE_IPB.2008-05-03, by reimar
-
Fix compilation: disable libdirac and libschroedinger FFmpeg de- and encoders.2008-05-03, by reimar
-
Fix 100l: mpi->height must be used to calculate required memory, not mpi->h.2008-05-03, by reimar
-
VLB audio is quite similar to AAC, and faad decodes somewhat usably (though2008-05-03, by reimar
-
Fix the second fontconfig_init function as the declaration in the .h file.2008-05-03, by ulion
-
Remove modification notes from unmodified files.2008-05-03, by diego
-
Update documentation for the gl2 driver to make clear gl is usually preferred.2008-05-03, by reimar
-
Fix some not entirely correct and misleading messages.2008-05-02, by eugeni
-
Print more info about selected font.2008-05-02, by eugeni
-
Rewrite font family check in a simpler way.2008-05-02, by eugeni
-
Move font family check to the end of the list.2008-05-02, by eugeni
-
Cosmetics: rename local variables to better reflect their contents.2008-05-02, by eugeni
-
Check ASF packet size before calling demux_asf_read_packet. Fixes segfault2008-05-02, by eugeni
-
cosmetics: Reindent after last commit and reformat comment.2008-05-01, by diego
-
Always run the GCC AltiVec test so that the correct AltiVec CFLAGS get picked2008-05-01, by diego
-
cosmetics: Fix indentation after last commits.2008-05-01, by diego
-
Remove obsolete gcc 2.96 warning message. This was also used for e.g. icc,2008-05-01, by diego
-
Remove --disable-gcc-check option and related code.2008-05-01, by diego
-
Rename cc_verc_fail variable to cc_fail.2008-05-01, by diego
-
Remove a comment that makes no longer sense (since quite some time actually)2008-05-01, by reimar
-
Support 32 bit float and integer formats in ao_pcm.c2008-05-01, by reimar
-
Add support for 32 bit format to ao_pulse.2008-05-01, by reimar
-
Make ao_pulse fall back to s16le format instead of just failing.2008-05-01, by reimar
-
realrtsp depends on librtsp/rtsp.c2008-05-01, by reimar
-
Remove recurse target. Instead, make FFmpeg parts depend on the phony recurse2008-05-01, by diego
-
cosmetics: Simplify altivec.h test.2008-05-01, by diego
-
cosmetics: Fix indentation after last commit.2008-05-01, by diego
-
Check for altivec.h always, not just when AltiVec is enabled.2008-05-01, by diego
-
Build libmpeg2 AltiVec code on PPC always, not just when AltiVec is available.2008-05-01, by diego
-
Fix compilation on PPC without AltiVec.2008-05-01, by diego
-
Enable Alpha/ARM optimizations in libmpeg2.2008-05-01, by diego
-
Skip '@' at the beginning of the font name.2008-05-01, by eugeni
-
Only warn if both font family and its full name are different from requested.2008-05-01, by eugeni
-
Allow inexact font family matching.2008-05-01, by eugeni
-
Remove tools on distclean, not on clean.2008-04-30, by diego
-
Add testclean target and make distclean depend upon it.2008-04-30, by diego
-
Introduce TEST_OBJS variable for objects to link all test files against2008-04-30, by diego
-
Set libdvdcss CFLAGS for dvdread from configure.2008-04-30, by diego
-
whitespace cosmetics2008-04-30, by diego
-
Add new tests target to build all test programs and remove them on distclean.2008-04-30, by diego
-
Link loader test files against mp_msg-mencoder.o instead of mp_msg.o.2008-04-30, by diego
-
Add compilation rule for libvo/aspecttest and (hackishly) fix linking.2008-04-30, by diego
-
Remove libass dependency on global font_fontconfig variable.2008-04-30, by eugeni
-
Add $(EXESUF) to test rules.2008-04-30, by diego
-
Remove loader/wine/avifmt.h #include, the AVI types declared there conflict2008-04-30, by diego
-
Add missing string.h #include to fix a bunch of implicit declaration warnings.2008-04-30, by diego
-
Remove unused fast_memcpy() function and link against the object that2008-04-30, by diego
-
cosmetics: Move some variable declarations to better places.2008-04-30, by diego
-
Disable unused function.2008-04-30, by diego
-
Mark all functions that are only used within the file as static.2008-04-30, by diego
-
The recurse target does not depend on help_mp.h.2008-04-30, by diego
-
Make the default target depend on the recurse target again so that the2008-04-30, by diego
-
Explicitly declare which dependency files need generated headers.2008-04-30, by diego
-
Use consistent include paths, we always build from the top level now.2008-04-30, by diego
-
Remove unnecessary version.h #includes.2008-04-30, by diego
-
Rebuild version.h only when the working directory was updated.2008-04-30, by diego
-
Sync codec short name changes from FFmpeg.2008-04-30, by diego
-
Move CFLAGS setting to configure.2008-04-29, by diego
-
change cvs > svn2008-04-29, by compn
-
add info lines to ffmimic, ffkmvc. fixes codec-status table.2008-04-29, by compn
-
Link tools against mp_msg-mencoder.o instead of mp_msg.o.2008-04-29, by diego
-
Merge mpcommon.mak into Makefile.2008-04-29, by diego
-
cosmetics: Move version.h/help_mp.h generation rules to a better place.2008-04-29, by diego
-
10l: Add missing \ for line continuation.2008-04-29, by diego
-
Do not rebuild version.h at every Makefile change.2008-04-29, by diego
-
Convert clean/distclean into non-recursive targets.2008-04-29, by diego
-
Remove generated headers and generated helper binaries only on distclean.2008-04-29, by diego
-
Remove unnecessary dependency declaration.2008-04-29, by diego
-
Merge nearly identical SRCS_COMMON lines.2008-04-29, by diego
-
Get rid of now obsolete library rules and variables.2008-04-28, by diego
-
cosmetics: Reorder commands in (dist)clean targets.2008-04-28, by diego
-
Remove '-' prefix from 'rm -f' commands for consistency.2008-04-28, by diego
-
Mark phony checkheaders target as such.2008-04-28, by diego
-
Merge now redundant clean and distclean rules into the top-level Makefile.2008-04-28, by diego
-
Force to uint64_t first to avoid direct conversion from double to unsigned int.2008-04-28, by ulion
-
Remove code for .depend generation, inclusion and related hacks.2008-04-28, by diego
-
.depend should no longer be ignored.2008-04-28, by diego
-
Run 'make depend', not 'make .depend' in FFmpeg subdirectories.2008-04-28, by diego
-
Remove unnecessary CFLAGS hack.2008-04-28, by diego
-
Remove unnecessary -I.. from CFLAGS, change -I../libavutil to -Ilibavutil.2008-04-28, by diego
-
Use consistent #include paths without "../".2008-04-28, by diego
-
Use full path for libavutil #includes.2008-04-28, by diego
-
Consistently #include mpbswap.h instead of bswap.h everywhere.2008-04-28, by diego
-
Merge loader/Makefile into top-level Makefile.2008-04-28, by diego
-
Restore line mistakenly commented out in the last commit.2008-04-28, by diego
-
Make sure all autogenerated .h and .c files exist in the vidix subdirectory2008-04-28, by diego
-
Remove calls to Restore_LDT_Keeper, exit() is called immediately afterwards2008-04-28, by diego
-
Add missing ldt_keeper.h #include; this fixes a bunch of implicit declaration2008-04-28, by diego
-
Merge TEST_OBJS and TEST_LDFLAGS.2008-04-28, by diego
-
Add -g to CFLAGS, not to LDFLAGS.2008-04-28, by diego
-
Merge test program compilation rules using patterns.2008-04-28, by diego
-
Add CFLAGS to test program compilation commands.2008-04-28, by diego
-
Add missing ../osdep/mmap_anon.o to TEST_OBJS.2008-04-28, by diego
-
Remove unnecessary linker flags.2008-04-28, by diego
-
Add missing #include, fixes the warning:2008-04-28, by diego
-
Adjust printf length modifier, fixes the warning:2008-04-28, by diego
-
Comment out variables only used in commented-out code, fixes the warnings:2008-04-28, by diego
-
Link against individual objects, the osdep library is not generated anymore.2008-04-28, by diego
-
Remove obsolete and non-working test program.2008-04-28, by diego
-
Make OBJS depend on the recurse target instead of just the all target.2008-04-28, by diego
-
Remove .S files from list of files to generate dependencies for.2008-04-28, by diego
-
Merge mp3lib/Makefile into top-level Makefile.2008-04-27, by diego
-
Merge liba52/Makefile into top-level Makefile.2008-04-27, by diego
-
Remove unnecessary compilation command that shadows GNU Make builtin command.2008-04-27, by diego
-
Remove unnecessary -lm linker flag from test program compilation command.2008-04-27, by diego
-
Merge libmpeg2/Makefile into top-level Makefile.2008-04-26, by diego
-
clean and distclean rules do the same thing.2008-04-26, by diego
-
clean and distclean rules do the same thing.2008-04-26, by diego
-
Merge vidix/Makefile into top-level Makefile.2008-04-26, by diego
-
Merge clean and distclean rules.2008-04-26, by diego
-
Mark alltools target as phony.2008-04-26, by diego
-
Only compile libmpcodecs/ve_qtvideo.c on Windows.2008-04-26, by diego
-
Add alltools target and variable to build non-linking tools.2008-04-26, by diego
-
Only add vidix to parts when VIDIX is enabled.2008-04-26, by diego
-
Take Objective C files into account when generating dependencies.2008-04-26, by diego
-
Add rule for generating dependency files from Objective C files.2008-04-26, by diego
-
Revert accidentally committed changes.2008-04-25, by diego
-
Only add loader to parts if WIN32DLL is enabled.2008-04-25, by diego
-
Ignore test program.2008-04-25, by diego
-
Only compile decode_i586.c on x86_32.2008-04-25, by diego
-
Remove useless comments with compilation commands.2008-04-25, by diego
-
Fix test program linking.2008-04-25, by diego
-
Add return statement, fixes the warning:2008-04-25, by diego
-
Remove redundant declaration, fixes the warning:2008-04-25, by diego
-
Add return statement, fixes the warning:2008-04-25, by diego
-
Remove unused variable.2008-04-25, by diego
-
Add missing #include, fixes the warning:2008-04-25, by diego
-
Take name of getch file to link against from config.mak.2008-04-25, by diego
-
Merge dvdread/Makefile into top-level Makefile.2008-04-25, by diego
-
DVDCSS_INTERNAL has been renamed to LIBDVDCSS_INTERNAL.2008-04-25, by diego
-
Merge libfaad2/Makefile into top-level Makefile.2008-04-24, by diego
-
Rename make variable DVDCSS_INTERNAL --> LIBDVDCSS_INTERNAL.2008-04-24, by diego
-
Merge libdvdcss/Makefile into top-level Makefile.2008-04-24, by diego
-
Merge libmpdemux/Makefile into top-level Makefile.2008-04-24, by diego
-
Explicitly include dependency information in top-level Makefile.2008-04-24, by diego
-
dependency generation infrastructure for C++ files2008-04-24, by diego
-
Include mpcommon.mak before declaring dependencies, which require mpcommon.mak.2008-04-24, by diego
-
Make sure necessary header files are created before recursing.2008-04-24, by diego
-
#include base64.h with full path.2008-04-24, by diego
-
Move libfaad2 fixed-point CFLAGS setting to configure.2008-04-24, by diego
-
Expand conditional addition of elements to variables with a form that permits2008-04-24, by diego
-
Merge stream/Makefile into top-level Makefile.2008-04-24, by diego
-
Merge libmpcodecs/Makefile into top-level Makefile.2008-04-24, by diego
-
cosmetics: alphabetical order2008-04-24, by diego
-
consistently print fps with three digits of precision2008-04-23, by corey
-
use existing MSGTR_FilefmtFourccSizeFpsFtime translatable string macro2008-04-23, by corey
-
There is no need to remove .a files from subdirectories, they are only2008-04-23, by diego
-
Merge libvo/Makefile into top-level Makefile.2008-04-23, by diego
-
EXTRAXX_INC flags should now be added to .depend compilation,2008-04-23, by diego
-
Merge libao2/Makefile into top-level Makefile.2008-04-23, by diego
-
Remove useless 0 flag from s printf conversion specifier, fixes the warning:2008-04-23, by diego
-
Take audio delay into account when seeking in avisynth demuxer.2008-04-23, by reimar
-
Merge tremor/Makefile into top-level Makefile.2008-04-22, by diego
-
Move Tremor low accuracy CFLAGS handling to configure.2008-04-22, by diego
-
Only add loader to PARTS on x86.2008-04-22, by diego
-
.depend has to get all the CFLAGS that the files it contains dependency2008-04-22, by diego
-
Create standard recursive rules from a template.2008-04-22, by diego
-
Use directory name as library name template.2008-04-22, by diego
-
Simplify phony target declaration.2008-04-22, by diego
-
Add an unconditional phony recurse rule and make the binaries depend on it.2008-04-22, by diego
-
revert commits 26437-26439 the right way[tm]2008-04-22, by attila
-
Only add available CPU extensions to config.mak.2008-04-22, by diego
-
Move phony target declaration to the bottom of the file; add distclean target.2008-04-22, by diego
-
Add BFI video support through FFmpeg.2008-04-22, by diego
-
Add standard GPL header to individual files.2008-04-22, by diego
-
Use standard GPL header.2008-04-22, by diego
-
Remove redundant definitions that are already present on the command line.2008-04-22, by diego
-
Merge TOOLS/Makefile into the top-level Makefile.2008-04-22, by diego
-
Fix potential segfault in debug printf in expSetFilePointer2008-04-21, by rtogni
-
synced with r264842008-04-21, by Gabrov
-
sync w/r26460, patch by JRaSH %jrash06 A 163 P com%2008-04-21, by gpoirier
-
sync w/r26067, patch by mehmet köse % voltrem A gmail P com %2008-04-21, by gpoirier
-
sync w/r264602008-04-21, by gpoirier
-
Remove pointless '0' flag from fprintf call, fixes the warning:2008-04-21, by diego
-
Add $(EXESUF) to netstream rule.2008-04-20, by diego
-
Only build modify_reg on x86.2008-04-20, by diego
-
Simplify list of files to remove on make clean.2008-04-20, by diego
-
fastmemcpybench is a phony target. Do not try to remove a file by that name.2008-04-20, by diego
-
Support for MSU SCLS (Screen Capture Lossless Codec) with SCLS.DLL2008-04-20, by rtogni
-
Add status to mimic and kmvc codecs2008-04-20, by rtogni
-
add better information about inverse-telecining with vf_filmdint2008-04-20, by corey
-
Add support for msn siren audio coced via binary dll sirenacm.dll2008-04-20, by rtogni
-
Canopus HQ tries to load the auxiliary dlls with lowercase filename2008-04-20, by rtogni
-
add canopus codecs, patch by Gianluigi Tiesi2008-04-19, by compn
-
Revert r26412: policy violation2008-04-19, by rtogni
-
Revert r26411: policy violation2008-04-19, by rtogni
-
revert commits 26437-264392008-04-19, by attila
-
Add dependency information to recursive rules. While more eager than strictly2008-04-19, by diego
-
Add missing recursive rule for libmpcodecs/libmpencoders.a.2008-04-19, by diego
-
cosmetics: Sort recursive rules alphabetically.2008-04-19, by diego
-
per-file dependencies (for the non-recursive parts)2008-04-18, by diego
-
Adjust dependency generation prerequisites to new structure.2008-04-18, by diego
-
Always generate dependency information. This also allows dropping the2008-04-18, by diego
-
synced with r264602008-04-18, by ptt
-
restore options alphabetical order2008-04-18, by ptt
-
Mark phony targets as such.2008-04-18, by diego
-
Simplify phony target declaration.2008-04-18, by diego
-
10l: Rename remaining instances of $i to $lang.2008-04-18, by diego
-
cosmetics: __asm__ __volatile__ --> asm volatile2008-04-17, by diego
-
Prefer libavformat musepack demuxer over internal one (which does not even support v8).2008-04-16, by reimar
-
noconfig fix, disable_gui_conf was not defined when compiling mencoder.2008-04-15, by albeu
-
typo: crahes --> crashes2008-04-15, by corey
-
Refer to where encoding quality is described.2008-04-15, by corey
-
As of r19025, the "above link" refers to an article, not a guide.2008-04-15, by corey
-
Fix the indentation after the noconfig patch.2008-04-14, by albeu
-
10L, forgot to commit the documentation for the -noconfig options.2008-04-14, by albeu
-
Add options to disable some or all config files.2008-04-14, by albeu
-
Add support for system wide config file in mencoder.2008-04-14, by albeu
-
demux_asf: Fix operator precedence in packet length check2008-04-13, by uau
-
Add libpostproc to list of pseudo-dependencies.2008-04-13, by diego
-
Declare all clean targets phony in mpcommon.mak.2008-04-13, by diego
-
The TAGS and tags targets are not phony.2008-04-13, by diego
-
Add gui subdirectories to DIRS instead of manually cleaning them.2008-04-13, by diego
-
Replace shell for loop by proper make foreach construct.2008-04-13, by diego
-
Replace the trivial command line preparser with a more robust version2008-04-13, by albeu
-
cosmetics: fix indentation2008-04-13, by attila
-
move the #ifdef HAVE_XINERAMA to enclose the whole function2008-04-13, by attila
-
Always calculate the xinerama screen mplayer is on.2008-04-13, by attila
-
Fix DEPEND_CMD, there was one level of variable indirection too much.2008-04-13, by diego
-
Sync with latest FFmpeg changes.2008-04-13, by diego
-
Add Makefile variable for DVB OSD menu, saves one ifeq.2008-04-13, by diego
-
Replace "all rights reserved" statement with standard GPL license header.2008-04-13, by diego
-
Restore compilation of osdep/mplayer-rc.o.2008-04-13, by diego
-
Set dll_type and rv_handle for drvc.dll2008-04-13, by zuxy
-
Relicense test/example files as LGPL with Michael's permission.2008-04-13, by diego
-
Add Chinese comment2008-04-13, by zuxy
-
Restore grayscale decoding support with FFmpeg.2008-04-13, by diego
-
Fix MPDEPEND_CMD to work with more than one subdirectory level.2008-04-12, by diego
-
Backport SSE2-optimized IDCT routines from upstream libmpeg2.2008-04-12, by diego
-
wording improvements suggested by the Wanderer2008-04-12, by diego
-
removed useless parameter :type from -dvbin (the frontend type is reported by the card)2008-04-12, by nicodvb
-
removed defunct options :vid and :aid from -dvbin (they were useless from the start)2008-04-12, by nicodvb
-
Oops...should be "drv43260.dll" instead of "drv34260.dll"2008-04-12, by zuxy
-
Cosmetic fix for r264192008-04-12, by zuxy
-
Dlls can be relocated when loading so rely on filename instead of absolute2008-04-12, by zuxy
-
Indentation fix for r264172008-04-12, by zuxy
-
Don't print "Could not patch" messages when we haven't actually tried to patch.2008-04-12, by zuxy
-
Check for drvc.dll entries for mingw322008-04-12, by zuxy
-
Ignore dependency files.2008-04-12, by diego
-
Make include paths consistent; do not use ../ in them.2008-04-12, by diego
-
demux_real.c: Always use MP_NOPTS_VALUE for unknown pts2008-04-12, by uau
-
demux_mkv.c: Mark some static tables const2008-04-12, by uau
-
Reformat demuxer.c2008-04-12, by uau
-
Remove global demuxer_type2008-04-12, by uau
-
subreader.c: remove unused code2008-04-12, by uau
-
Remove another two useless special-case from flac metadata reading function2008-04-12, by reimar
-
Simplify: use AV_RB242008-04-12, by reimar
-
Remove useless checks2008-04-12, by reimar
-
Simplify (currently disabled) get_flac_metadata2008-04-12, by reimar
-
Update include paths to account for build system changes.2008-04-12, by diego
-
typo fixes2008-04-12, by diego
-
Enable runtime control for colorful and/or module name output2008-04-12, by zuxy
-
Remove unused function demux_read_data_pack2008-04-11, by uau
-
Makefile: Fix compilation on systems with dvb support2008-04-11, by uau
-
Remove unused make variable.2008-04-11, by diego
-
Merge ./gui/Makefile into ./Makefile, one less instance of recursive make.2008-04-11, by diego
-
Add gui/ prefix to some #include paths so that compilation from the2008-04-11, by diego
-
Add GUI_GTK make variable.2008-04-11, by diego
-
typo in filename2008-04-11, by diego
-
Remove duplicate #include.2008-04-11, by diego
-
Update comment to account for renamed header file.2008-04-11, by diego
-
Split cfg-common.h into two separate header files. It was being included twice2008-04-11, by diego
-
Ahem, libmenu objects should only be compiled when OSD menu is enabled.2008-04-11, by diego
-
vf_pp7 does not depend on libavcodec.2008-04-11, by diego
-
vf_screenshot depends on libavcodec.2008-04-11, by diego
-
Remove unused TARGET_WIN32 setting.2008-04-11, by diego
-
Remove Win32 linker option for netstream. Other winsock using code does not2008-04-11, by diego
-
Add a config.mak variable to control compilation of the Win32 GUI.2008-04-11, by diego
-
Remove unused definition.2008-04-11, by diego
-
Support for vorbis.acm decoder (used for some implementations of vorbis2008-04-10, by rtogni
-
if it's 'for lang in...' it's better off to use $$lang as a variable next ;)2008-04-10, by ptt
-
Fix illegal identifier: Rename _ftype_t macro to FLOAT_TYPE.2008-04-10, by diego
-
1000l fix linking after r263782008-04-09, by rtogni
-
document ignore option2008-04-09, by compn
-
10l: libass compilation should be conditional.2008-04-09, by diego
-
Rename ASS make variable to LIBASS.2008-04-09, by diego
-
Remove useless #include.2008-04-09, by diego
-
Merge libaf/Makefile into Makefile, one less instance of recursive make.2008-04-09, by diego
-
Remove some useless quotes from #error preprocessor directives.2008-04-09, by diego
-
Use quotes instead of angular brackets for local includes.2008-04-09, by diego
-
Handle af_ladspa conditional compilation in the usual way.2008-04-09, by diego
-
Remove -I CFLAGS hack, -I../libavcodec is no longer in CFLAGS.2008-04-09, by diego
-
Do not build subrip with debugging symbols.2008-04-09, by diego
-
cosmetics: Group dependency declarations together.2008-04-09, by diego
-
Remove redundant compilation commands that shadow builtin rules.2008-04-09, by diego
-
List libraries to link to in dependency list.2008-04-09, by diego
-
cosmetics: Add CFLAGS to compilation commands everywhere.2008-04-09, by diego
-
Remove unnecessary ../libmpcodecs/img_format.o from list subrip objects.2008-04-09, by diego
-
Update for latest changes to linking dependencies.2008-04-09, by diego
-
Add missing #includes to pass 'make checkheaders' to codecs.conf.h.2008-04-09, by diego
-
Restore osdep/mmap-os2.c compilation, which was accidentally removed.2008-04-09, by diego
-
cosmetics: Align columns.2008-04-09, by diego
-
Fix nonsensical license header, mpeg2dec is not GNU Make.2008-04-09, by diego
-
Split the lavf taglists out of the lavf muxer to allow using libmpmux2008-04-09, by albeu
-
Split the aac header parsing out of aac demuxer to allow using libmpmux2008-04-09, by albeu
-
Remove the need for code using stream to export an mp_input_check_interrupt()2008-04-09, by albeu
-
Make stream independent of libmpdemux, the asf demuxer and streaming2008-04-09, by albeu
-
Merge libass/Makefile into Makefile, one less recursive make directory.2008-04-08, by diego
-
cosmetics: Rename some shell variables to give them more descriptive names.2008-04-08, by diego
-
cosmetics: Merge shell commands into one line.2008-04-08, by diego
-
Do not suppress command output.2008-04-08, by diego
-
Merge osdep/Makefile into the top-level Makefile, thus getting rid2008-04-08, by diego
-
Move decision about which getch2 and timer file to compile to configure.2008-04-08, by diego
-
Move decision about whether or not to compile osdep/mmap_os2.c to configure.2008-04-08, by diego
-
Merge simplifications from FFmpeg r12764.2008-04-08, by diego
-
Fix FFmpeg DEPEND_CMD to account for latest changes and add MPDEPEND_CMD.2008-04-07, by diego
-
Sync with FFmpeg's shiny new non-recursive build system.2008-04-07, by diego
-
non-recursive makefiles2008-04-07, by mru
-
reset() should not senselessly close and reopen2008-04-07, by reimar
-
AUDIO_DRAIN makes no sense directly after opening2008-04-07, by reimar
-
Build all parts in the libmenu subdirectory nonrecursively.2008-04-07, by diego
-
There is no more need to ignore .depend and libinput.a.2008-04-07, by diego
-
According to the Icon Theme Specification icon names should have no extension.2008-04-07, by diego
-
Get rid of recursive make for the input/ subdirectory.2008-04-06, by diego
-
Update Makefile to account for native/RTjpegN.c --> native/rtjpegn.c renaming.2008-04-06, by diego
-
Use DEPEND_CMD as set by configure to generate dependency information instead2008-04-06, by diego
-
100l: Revert previous accidental commit.2008-04-06, by diego
-
Rename RTJPEG files so that filenames consist of lowercase name only.2008-04-06, by diego
-
add dvcpro 50 in mov fourcc, patch by j _ta_ v2v.cc2008-04-06, by compn
-
synced with r263332008-04-05, by Gabrov
-
Add multiple inclusion guards to help_mp.h.2008-04-05, by diego
-
Use the more natural ">" instead of "1>" for stdout redirection.2008-04-05, by diego
-
Fix lots and lots of other demuxers broken by r263012008-04-05, by reimar
-
Remove another useless cast2008-04-05, by reimar
-
Remove useless cast2008-04-05, by reimar
-
Do proper parsing for DVR-MS files, this fixes playback with ffmpeg decoder2008-04-05, by reimar
-
Set demuxer->audio->id to avoid breakage due to r263012008-04-05, by reimar
-
Set correct codec tag for raw rgb in mov, fixes2008-04-05, by reimar
-
Export some more information for FFmpeg's buid system.2008-04-04, by diego
-
add switch_aspect cycle wish2008-04-04, by compn
-
Change I_TYPE -> FF_I_TYPE to fix compilation.2008-04-04, by iive
-
Change I_TYPE -> FF_I_TYPE to fix compilation.2008-04-03, by reimar
-
Better mark variables that are changed by the signal handler as volatile2008-04-03, by reimar
-
Add some const qualifiers to reduce warnings2008-04-02, by uau
-
Remove now useless PARTS-yes line.2008-04-01, by diego
-
Darwin and Win32 DVD support libs are handled separately, take them back2008-04-01, by diego
-
Initialize _dvdread variable to "no" in the dvdread check.2008-04-01, by diego
-
Remove pointless comments from local diff.2008-04-01, by diego
-
cosmetics: Fix some typos and trailing whitespace in local changes.2008-04-01, by diego
-
Revert local changes that pointlessly add #ifdefs all over libmpeg2 to disable2008-04-01, by diego
-
Remove unnecessary includes2008-04-01, by uau
-
Do not #include libavutil/common.h. It is not used directly and mpbswap.h2008-04-01, by diego
-
Ahem, fix quoting of $ in DEPEND_CMD.2008-03-31, by diego
-
Add DEPEND_CMD to config.mak (sync with FFmpeg).2008-03-31, by diego
-
Rename HAVE_XVMC_ACCEL to HAVE_XVMC for consistency and to sync with FFmpeg.2008-03-31, by diego
-
cosmetics: Group all FFmpeg settings together in config.mak.2008-03-31, by diego
-
HAVE_MLIB was renamed to CONFIG_MLIB in FFmpeg.2008-03-31, by diego
-
We currently use %U as argument to the Exec entry to indicate that gmplayer2008-03-31, by diego
-
command.h: Remove unnecessary includes2008-03-31, by uau
-
mp_core.h: Fix use of 'mp_image_t' without definition2008-03-31, by uau
-
Case insensitive parsing of SSA/ASS section headers.2008-03-30, by eugeni
-
Skip BOM at the beginning of text in ASS parser.2008-03-30, by eugeni
-
Support 'default' attribute for audio and subtitle tracks.2008-03-30, by eugeni
-
Fix wrong #endif comment.2008-03-29, by diego
-
Fix possible integer overflow in malloc by using calloc instead.2008-03-29, by reimar
-
synced with r262972008-03-28, by ptt
-
compacted new libavformat's 'ipod' description2008-03-28, by ptt
-
Handle property commands in idle mode.2008-03-28, by reimar
-
Include some .h files in corresponding .c files2008-03-28, by uau
-
synced with r260732008-03-27, by ptt
-
it's synced with r235202008-03-27, by ptt
-
it's synced with r262582008-03-27, by ptt
-
it's synced with r240352008-03-27, by ptt
-
it's synced with r255662008-03-27, by ptt
-
it's synced with 261462008-03-27, by ptt
-
synced with 23516 (it was already ok)2008-03-27, by ptt
-
remove excessive space character2008-03-27, by ptt
-
grammar fix2008-03-27, by ptt
-
38% synced with r227532008-03-27, by ptt
-
cosmetics: prettyprinting2008-03-27, by diego
-
some more DragonFly BSD changes, patch by Hasso Tepper, hasso estpak ee2008-03-27, by diego
-
better explanation and grammar fix2008-03-27, by ptt
-
grammar fix2008-03-27, by ptt
-
support for DragonFly BSD, patch by Hasso Tepper, hasso estpak ee2008-03-27, by diego
-
Remove bsd() system check. Lumping different *BSD systems together like2008-03-27, by diego
-
sync with FFmpeg r125992008-03-26, by diego
-
cosmetics: Reindent X11 header search section after last commit.2008-03-26, by diego
-
Do not look for X11 headers on the host when cross-compiling.2008-03-26, by diego
-
Classify mlib as a configurable option, not as a hardware feature.2008-03-25, by diego
-
synced with r262712008-03-25, by ptt
-
add "ipod" to the list of formats handled by lavf2008-03-25, by gpoirier
-
Add FFmpeg Mimic decoder.2008-03-25, by diego
-
Mention that '-frames 0' is useful with -identify, closes bug #1046.2008-03-24, by diego
-
Fix 64 bit shared library compilation with MMX2 by properly using PIC mangling.2008-03-22, by diego
-
cosmetics: comment typo fixes2008-03-22, by diego
-
better wording2008-03-21, by ptt
-
add complete fifo instructions, user didnt know to use mkfifo first.2008-03-21, by compn
-
Ignore if we fail to get disc key, fixes playback of one of my DVDs which2008-03-21, by reimar
-
synced with r262602008-03-19, by ptt
-
Remove redundant ARCH_POWERPC #ifdef around HAVE_ALTIVEC.2008-03-18, by diego
-
Move sub_utf8_prev declaration out of the DUMPSUBS #ifdef.2008-03-18, by diego
-
Compilation fix.2008-03-18, by eugeni
-
another DCA audio identified (0x86) used in BD; patch by kirill belokurov gmail com2008-03-17, by nicodvb
-
Experimental support for -framedrop with -correct-pts.2008-03-17, by reimar
-
Make FFmpeg mpeg1/2 decoder the default over libmpeg22008-03-17, by reimar
-
fix typo: lavcoptc --> lavcopts2008-03-17, by diego
-
Fix a typo that causes an assertion to always fail.2008-03-17, by zuxy
-
Fix missed part of previous sync.2008-03-16, by voroshil
-
r26072: removed nonsense in the dvbin section2008-03-16, by voroshil
-
Sync tag update2008-03-16, by voroshil
-
r25994: typo fix: inited --> initialized2008-03-16, by voroshil
-
synced with r262512008-03-16, by Gabrov
-
typo2008-03-15, by diego
-
Remove unused MACOSX definition.2008-03-15, by diego
-
Use HAVE_QUICKTIME instead of MACOSX preprocessor condition.2008-03-15, by diego
-
Introduce HAVE_QUICKTIME definition and use it where appropriate.2008-03-15, by diego
-
Remove the unused function roundToInt16. It is a duplicate of the same function2008-03-15, by diego
-
Use __AMIGAOS4__ instead of AMIGA, like everywhere else.2008-03-15, by diego
-
Add a separate definition for quartz.2008-03-15, by diego
-
10l: Really disable coreaudio where intended.2008-03-15, by diego
-
Consistently use __APPLE__ instead of MACOSX as preprocessor condition.2008-03-15, by diego
-
Do not disable all Mac OS X support when pthreads are unavailable.2008-03-15, by diego
-
MACOSX_COREVIDEO --> corevideo2008-03-15, by diego
-
Introduce a separate definition for Mac OS X coreaudio support.2008-03-15, by diego
-
Fix wrong res_comment.2008-03-15, by diego
-
Simplify preprocessor condition for QT codecs, configure already does the2008-03-15, by diego
-
Remove duplicate #include of mpbswap.h.2008-03-14, by diego
-
Add FFmpeg DNxHD codec support2008-03-14, by reimar
-
#include config.h before all other headers.2008-03-14, by diego
-
synced with r262322008-03-14, by ptt
-
synced with r260142008-03-13, by ptt
-
added missing escapes2008-03-13, by ptt
-
better syntax for A key2008-03-13, by ptt
-
sync'ed to r260672008-03-13, by ptt
-
removed an english line left in2008-03-13, by ptt
-
typos2008-03-12, by diego
-
Fix and simplify lscale=2 (bicub_x) scaler, produced funny2008-03-12, by reimar
-
removed redundant wincfg.h.2008-03-11, by vayne
-
34% synced with r227532008-03-11, by ptt
-
mingw uses windows sockets.2008-03-11, by vayne
-
Fix handling of comments in input.c, current code had useless ifs and in addition2008-03-11, by reimar
-
Mark Y variable in EPILOG macro as av_unused to avoid unused variable warnings.2008-03-11, by diego
-
Add missing header #include.2008-03-10, by diego
-
Add missing header #includes to fix 'make checkheaders'.2008-03-10, by diego
-
sync with FFmpeg r123982008-03-10, by diego
-
Add missing header #includes to fix 'make checkheaders'.2008-03-10, by diego
-
Remove useless #include.2008-03-10, by diego
-
Add missing header #include to fix 'make checkheaders'.2008-03-10, by diego
-
af_export.c is only compiled if HAVE_SYS_MMAN_H is set, so using that2008-03-10, by diego
-
typo2008-03-10, by diego
-
CONFIG_SWSCALER --> CONFIG_SWSCALE to match FFmpeg changes.2008-03-10, by diego
-
Make av_class a pointer to const.2008-03-10, by benoit
-
define VOF as double of VOFW.2008-03-10, by benoit
-
Disable QTX emulation on win32; fix builds on cygwin and mingw32.2008-03-10, by zuxy
-
Remove redundant swScaler: output from places where av_log()2008-03-10, by diego
-
Fix wrong check for vidix usage.2008-03-09, by iive
-
Don't use void * arithmetic.2008-03-09, by iive
-
Handle vga_init() error and output error message.2008-03-09, by iive
-
CONFIG_PP --> CONFIG_POSTPROC, sync with FFmpeg2008-03-08, by diego
-
Move HP-UX SCSI header check from the internal libdvdread check to the2008-03-08, by diego
-
cosmetics: Remove useless empty line.2008-03-08, by diego
-
cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.2008-03-08, by diego
-
remove duplicated pci ids in nvidia vidix driver2008-03-08, by ben
-
Grayscale encoding/decoding with FFmpeg is no longer enabled, remove references2008-03-07, by diego
-
Add missing header #includes to fix 'make checkheaders'.2008-03-07, by diego
-
Add missing header #includes to fix 'make checkheaders'.2008-03-07, by diego
-
This header uses parts of stdint.h, so #include it.2008-03-07, by diego
-
Add missing header #includes to fix 'make checkheaders'.2008-03-07, by diego
-
simplify library version handling2008-03-07, by mru
-
Remove unnecessary #ifdef nesting.2008-03-07, by diego
-
cosmetics: Decrapify the indentation of the last few blocks of main().2008-03-07, by diego
-
Add parentheses where necessary to fix || conditions to work as intended.2008-03-07, by diego
-
Remove duplicate conditions in dvdread check.2008-03-07, by diego
-
Set ASFLAGS in configure and initialize it as necessary for OS/2.2008-03-07, by diego
-
sync with FFmpeg r123542008-03-07, by diego
-
consolidate CFLAGS, LDFLAGS, EXTRALIBS assignment2008-03-06, by mru
-
sync w/r26067, patch by JRaSH jrash06 A 163 P com2008-03-06, by gpoirier
-
sync w/r26057, patch by JRaSH jrash06 A 163 P com2008-03-06, by gpoirier
-
change sws_format_name to return const char*, supress many warnings2008-03-06, by bcoudurier
-
remove redundant SwScaler text since av_log uses AVClass context2008-03-06, by bcoudurier
-
Add some more paths to find tools on Slackware 12.2008-03-06, by diego
-
Fix printf format string mismatch, eliminates the warning:2008-03-06, by diego
-
Add necessary header #includes to fix 'make checkheaders'.2008-03-06, by diego
-
ve_vfw.c: #include aviheader.h instead of wine avifmt.h2008-03-06, by uau
-
Disable S3 VIDIX driver on non-x86 platforms.2008-03-06, by diego
-
10l: ENABLE_GRAY needs to be present for libavcodec to compile.2008-03-06, by diego
-
Add missing header #includes to fix 'make checkheaders'.2008-03-05, by diego
-
Do not enable grayscale decoding in FFmpeg, it slows down the2008-03-05, by diego
-
Add ENABLE_DECODERS/ENABLE_DEMUXERS alongside CONFIG_DECODERS/CONFIG_DEMUXERS2008-03-05, by diego
-
Yet another hdv fourcc2008-03-05, by reimar
-
Add missing header #includes to fix 'make checkheaders'.2008-03-05, by diego
-
Add missing header #includes to fix 'make checkheaders'.2008-03-05, by diego
-
Rename url.c/url.h to the less generic gtk_url.c/gtk_url.h.2008-03-05, by diego
-
Add missing header #includes to fix 'make checkheaders'.2008-03-05, by diego
-
consistency cosmetics: Use #ifdef everywhere instead of #if defined().2008-03-05, by diego
-
One more (forgotten) fix for fixing sws_flags.2008-03-05, by michael
-
Turn ancient V offset numerical constants into named ones.2008-03-05, by michael
-
Fix ffvorbis decoder's output channel order with channel reordering function.2008-03-05, by ulion
-
Add necessary #includes to pass 'make checkheaders'.2008-03-04, by diego
-
Move duplicated extern declarations of mp_msg_levels and mp_msg_level_all2008-03-04, by diego
-
Remove pointless extern keyword from function declaration.2008-03-04, by diego
-
#include parser-cfg.h instead of declaring m_config_parse_config_file extern.2008-03-04, by diego
-
Remove pointless extern keyword from function declaration.2008-03-04, by diego
-
Add comments to #endif preprocessor directives.2008-03-04, by diego
-
Simplify preprocessor conditionals: USE_LIBAV* is defined when compiling2008-03-04, by diego
-
Remove pointless #ifdef USE_LIBAVCODEC inside #ifdef USE_LIBAVCODEC.2008-03-04, by diego
-
Remove ugly workaround for conflicting dca.h headers, it is no longer2008-03-03, by diego
-
Only demux_lavf.o explicitly needs -I../libavcodec in CFLAGS.2008-03-03, by diego
-
Add directory names to libavcodec #includes.2008-03-03, by diego
-
Remove unnecessary addition of -Ilibavformat to CFLAGS.2008-03-03, by diego
-
cosmetics: prettyprinting and alphabetical order2008-03-03, by diego
-
Move decision about whether or not to compile Windows emulation2008-03-03, by diego
-
Move decision about whether or not to compile wrapper.S to configure.2008-03-03, by diego
-
Add CFLAG_STACKREALIGN unconditionally to win32.o CFLAGS, configure takes care2008-03-03, by diego
-
Add checkheaders target, ported from FFmpeg.2008-03-03, by diego
-
Add ID_SEEKABLE information to -identify output.2008-03-03, by diego
-
#include osdep/mman.h if sys/mman.h is not available.2008-03-03, by diego
-
configure: Set CONFIG_ENCODERS=yes in config.mak unconditionally2008-03-03, by uau
-
Revert fixing illegal identifiers to fix compilation on MinGW. Unfortunately2008-03-02, by diego
-
Fix comment, qclp fourcc is Qclp not QCLP2008-03-01, by reimar
-
synced with r261382008-03-01, by Gabrov
-
Fix illegal identifiers starting with _ and capital letters.2008-03-01, by diego
-
Wrap '#include <sys/mman.h>' in HAVE_SYS_MMAN_H.2008-03-01, by diego
-
Replace __MINGW32__ preprocessor check with proper HAVE_SYS_MMAN_H check.2008-03-01, by diego
-
Remove va_start/vsnprintf workaround for OS/2.2008-03-01, by diego
-
Merge two #ifdefs.2008-03-01, by diego
-
cosmetics: reindent, detabify2008-03-01, by diego
-
Remove duplicate extern declaration.2008-03-01, by diego
-
fix bad function prototype2008-02-29, by ben
-
Remove now deprecated Savage VIDIX driver sources2008-02-29, by ben
-
Use MPlayer consistent define naming convention for newly introduce2008-02-29, by ben
-
New S3 VIDIX driver.2008-02-29, by ben
-
Add missing #include.2008-02-29, by eugeni
-
Support switching to/from nosound in demux_lavf.2008-02-29, by eugeni
-
Remove unused function.2008-02-29, by eugeni
-
Reindent.2008-02-29, by eugeni
-
Don't select audio stream in lavf and mkv demuxers.2008-02-29, by eugeni
-
Select audio stream in mplayer and mencoder, overriding demuxer decision.2008-02-29, by eugeni
-
Set audio->sh correctly when switching audio tracks. The same for video tracks.2008-02-29, by eugeni
-
Don't select subtitle track in lavf and mkv demuxers.2008-02-29, by eugeni
-
Demuxer-independent subtitle track selection.2008-02-29, by eugeni
-
Demuxer-independent functions for selecting tracks based on language.2008-02-29, by eugeni
-
Remove stupid checks of free() argument.2008-02-29, by eugeni
-
Fill sh_sub_t.lang in lavf, mkv and ogg demuxers. Use it for printing subtitle2008-02-29, by eugeni
-
Fill sh_audio_t.lang in lavf and mkv demuxers. Use it for printing audio track2008-02-29, by eugeni
-
Add language info to sh_sub_t and sh_audio_t.2008-02-29, by eugeni
-
Attempt to fix -chapter broken for mkv in r259872008-02-28, by reimar
-
joystick.c is only ever compiled on Linux, remove pointless #ifdef2008-02-28, by diego
-
TARGET_OS2 is never set, use __OS2__ instead.2008-02-28, by diego
-
Use _res_comment in joystick check.2008-02-28, by diego
-
cache support for OS/22008-02-28, by diego
-
mmap() support for OS/22008-02-27, by diego
-
Mention nvidia fix for vo gl and especially changed screensaver support2008-02-26, by reimar
-
Default to disabling VIDIX on platforms where it is not known to work.2008-02-26, by diego
-
less preprocessor magic in version number macros2008-02-26, by mru
-
configure: define ENABLE_ENCODERS for FFmpeg2008-02-26, by uau
-
sun rasterfile decoder2008-02-25, by compn
-
FFmpeg now uses different (unified) #include paths.2008-02-25, by diego
-
10l: Revert nonsense commit.2008-02-25, by diego
-
Fix outdated comment.2008-02-25, by diego
-
Remove old EMU_OLD cruft.2008-02-25, by diego
-
#include "libavutil/avutil.h" in swscale.h2008-02-25, by mru
-
Replace silly check for config.h inclusion, just include it.2008-02-24, by diego
-
Disable internal VIDIX on OS/2, patch by Dave Yeo, dave.r.yeo gmail com.2008-02-24, by diego
-
Wrap HAVE_XXX macros with RUNTIME_CPUDETECT, because when RUNTIME_CPUDETECT is2008-02-24, by diego
-
Enable SSE detection on OS/2.2008-02-24, by diego
-
cosmetics: Break one unreadable long line.2008-02-24, by diego
-
__asm __volatile -> asm volatile part 32008-02-24, by reimar
-
Compile codec-cfg binary with -O, avoids problems due to compilers2008-02-24, by reimar
-
Add MPLAYER_ prefix to multiple inclusion guard of generated file.2008-02-24, by diego
-
On OS/2, fall back on the directory where MPlayer is installed if both2008-02-24, by diego
-
On Win32 and OS/2, 'x:filename' path style without '\' path separator2008-02-24, by diego
-
Add missing #includes for Mac OS X, fixes the warning2008-02-24, by diego
-
Add #include <sys/sysctl.h> for Mac OS X, fixes the warning2008-02-24, by diego
-
Do not use a global temps variable, this is ugly and does not compile with ICC.2008-02-24, by reimar
-
Avoid a pointless special-case for opening a file2008-02-24, by reimar
-
Get rid of pointless and confusing comments2008-02-24, by reimar
-
Only icc 10.1 will be supported.2008-02-24, by cehoyos
-
Check for -mno-omit-leaf-frame-pointer (compilation fix for icc 10.1.012).2008-02-24, by cehoyos
-
Remove mistakenly committed hunk.2008-02-23, by diego
-
Properly detect ARM mc acceleration.2008-02-23, by diego
-
Add MPLAYER_ prefix to multiple inclusion guards.2008-02-23, by diego
-
Merge two #ifdefs into one.2008-02-23, by diego
-
#define ATTRIBUTE_ALIGNED_MAX in config.h instead of hardcoding it.2008-02-23, by diego
-
Move libdca definition to a better place in config.h.2008-02-23, by diego
-
warn to always include PMT and PCR pids in channels.conf (dvb)2008-02-23, by nicodvb
-
removed nonsense in the dvbin section2008-02-23, by nicodvb
-
reset_fifos() resets demuxer->reference_clock to MP_NOPTS_VALUE2008-02-23, by nicodvb
-
read the PCR of the currently playing program (if available) in demuxer->reference_clock2008-02-23, by nicodvb
-
New member in demuxer_t: reference_clock.2008-02-23, by nicodvb
-
Comment out dump_glyph(): it is unused and, as it is now, breaks compilation.2008-02-22, by eugeni
-
Check glyph bounding box before rasterizing and complain if it is too large.2008-02-22, by eugeni
-
Some debugging routines.2008-02-22, by eugeni
-
Better handling of behind-the-camera objects.2008-02-22, by eugeni
-
Print FreeType version in libass init. Makes error logs slightly more helpful.2008-02-22, by eugeni
-
Add MPLAYER_ prefix to the multiple inclusion guards of generated header files.2008-02-22, by diego
-
Add MPLAYER_ prefix to multiple inclusion guards.2008-02-22, by diego
-
Add MPLAYER_ prefix to multiple inclusion guards.2008-02-22, by diego
-
Discard two symbols from libswscale.2008-02-22, by cehoyos
-
Fix continuous scrolling on OS/2 due to status line updates unless -quiet2008-02-22, by diego
-
Create standard multiple inclusion guards.2008-02-21, by diego
-
Fix copy&paste typo in rgbtest documentation2008-02-21, by reimar
-
Remove misplaced #endif comment.2008-02-21, by diego
-
sync w/r260522008-02-21, by gpoirier
-
sync w/ r260192008-02-21, by gpoirier
-
improve DTD dection of MacPort-install docbook package2008-02-21, by gpoirier
-
Document rgbtest arguments2008-02-21, by reimar
-
Replace Alpha MVI compiler workarounds by a proper configure check.2008-02-21, by diego
-
Use standard multiple inclusion guard.2008-02-21, by diego
-
Remove unused #define from config.h.2008-02-21, by diego
-
OS/2 getch2() support2008-02-21, by diego
-
Rename mp_input_win32_slave_cmd_func to mp_input_slave_cmd_func.2008-02-21, by diego
-
Fix r26032: wrong sub stream id assigned to dvdsub_id.2008-02-21, by eugeni
-
Add multiple inclusion guard.2008-02-21, by diego
-
Add missing multiple inclusion guards.2008-02-21, by diego
-
Consistently use filename as multiple inclusion guard.2008-02-21, by diego
-
sync w/r25566, patch by mesecam %mesecam A gmail P com%2008-02-20, by gpoirier
-
sync w/r25308, patch by mesecam %mesecam A gmail P com %2008-02-20, by gpoirier
-
Fix compilation with ASS disabled2008-02-20, by reimar
-
Remove pointless #ifdefs around extern declarations.2008-02-20, by diego
-
vf_sab mirrors coefficients past the edge of the picture instead of cropping:2008-02-20, by diego
-
Add support for DOS-style file:///x:/path paths.2008-02-20, by diego
-
cosmetics: Move definitions to a more standard place.2008-02-19, by diego
-
Add standard license header and make copyright notices consistent.2008-02-19, by diego
-
Clean up lib* version definitions2008-02-19, by mru
-
sync w/r24342, patch by jfallah mesecam at gmail dot com2008-02-19, by gpoirier
-
Support -slang in lavf demuxer.2008-02-19, by eugeni
-
Fill stream->end_pos if possible, fixing lavf demuxers that need to seek.2008-02-19, by albeu
-
typo fixes, port of my patch for upstream libmpeg22008-02-19, by diego
-
Fix illegal identifiers, port of my patch to upstream libmpeg2.2008-02-19, by diego
-
Refactor AltiVec macros as done for FFmpeg.2008-02-18, by diego
-
Refactor AltiVec macros as done for FFmpeg.2008-02-18, by diego
-
This header should not have multiple inclusion guards, it is meant2008-02-18, by diego
-
cosmetics: indent, remove trailing whitespace2008-02-18, by diego
-
Merge the two conditional definitions of get_current_dir_name.2008-02-18, by diego
-
sync w/r260172008-02-18, by gpoirier
-
basic support for OS/2 in configure2008-02-18, by diego
-
Set SYS_BEOS for libdvdcss compilation on BeOS.2008-02-18, by diego
-
Allow specifying a size for -vf rgbtest2008-02-17, by reimar
-
Document af-*, copied from vf-*2008-02-17, by reimar
-
Make -af-pre, -af-add, -af-del and -af-clr available.2008-02-17, by reimar
-
removed wrong example2008-02-17, by compn
-
synced with r260152008-02-17, by Gabrov
-
Document that framedrop needs -no-correct-pts2008-02-17, by reimar
-
-dumpstream will not dump chapters anymore2008-02-17, by compn
-
remove duplicate AV_STRINGIFY() definition2008-02-17, by mru
-
Do not check for __APPLE_ALTIVEC__, just check for __APPLE_CC__.2008-02-16, by diego
-
Apple gcc defines __APPLE_ALTIVEC__ with -faltivec.2008-02-16, by diego
-
FLAT objects cannot have multiple sections, so using the L1 attributes breaks2008-02-16, by diego
-
Avoid reinit of vo with the exactly same parameters over and over.2008-02-16, by reimar
-
cosmetics2008-02-16, by nicodvb
-
libvo: change asm syntax to use ASMALIGN and " # nop"2008-02-15, by uau
-
Support icyx://.2008-02-15, by reimar
-
Always display Icy-Metadata if available, whether we recognize an ICY-Server2008-02-15, by reimar
-
Move printing of Icy-Metadata into an extra function2008-02-15, by reimar
-
Remove useless code2008-02-15, by reimar
-
Detect IceCast also by Icy-MetaInt header part in http_streaming_start(),2008-02-15, by reimar
-
More explicit unsupported pixel format error messages.2008-02-15, by benoit
-
Try to make fps float -> AVRational conversion work better.2008-02-14, by reimar
-
Change force_fps and force_ofps to double2008-02-14, by reimar
-
Change mf_fps to double2008-02-14, by reimar
-
Revert accidentally committed line of r25994.2008-02-14, by cehoyos
-
typo fix: inited --> initialized2008-02-14, by diego
-
add ffpcx decoder, works on my samples.2008-02-13, by compn
-
Fix typo.2008-02-13, by cehoyos
-
typo2008-02-13, by diego
-
Translate stray Italian term.2008-02-13, by diego
-
Implement test for system byteswap.h header file.2008-02-12, by iive
-
Change to always use MP_NOPTS_VALUE (instead of sometimes 0) for unknown pts.2008-02-12, by reimar
-
-chapter is now handled uniformly calling demuxer_seek_chapter() instead2008-02-11, by nicodvb
-
sync w/ r259842008-02-11, by gpoirier
-
Try harder to find OpenGL functions on Windows.2008-02-11, by reimar
-
Slightly document alpha for OSD color2008-02-11, by reimar
-
Support alpha for vo gl osdcolor2008-02-11, by reimar
-
Remove an extern for a variable that no longer exists2008-02-11, by reimar
-
Remove left-over extern definitions that should not be there2008-02-11, by reimar
-
#include just libavutil/common.h, not all of libavutil/intreadwrite.h.2008-02-11, by diego
-
sync w/r259732008-02-10, by gpoirier
-
Make some variables static.2008-02-10, by reimar
-
Avoid a useless extra pointer variable.2008-02-10, by reimar
-
Do not uselessly erase background, OpenGL will take care of drawing everything.2008-02-10, by reimar
-
Disable v4l2 if pthreads are not available, fixes bug #1015.2008-02-10, by diego
-
Avoid -wid message processing blocking MPlayer.2008-02-10, by reimar
-
Hint about possible libmpeg2 problems with -hardframedrop2008-02-10, by reimar
-
Forward mouse messages to -wid Window.2008-02-10, by reimar
-
r25770: URL updates for contributed win32 stuff.2008-02-10, by voroshil
-
Sync tag update: changes in original text are2008-02-10, by voroshil
-
Sync tag update2008-02-10, by voroshil
-
r25605: properties to get and set angle; patch by oattila chello hu2008-02-10, by voroshil
-
Make dither4 & dither8 const.2008-02-09, by cehoyos
-
Hack: Create a child window for Windows OpenGL with -wid, since (esp. nVidia)2008-02-09, by reimar
-
cosmetic typo fix, geneate > generate2008-02-09, by compn
-
Use AV_RB*, reduces x86_64 code size by almost 1kB.2008-02-09, by reimar
-
in some still unknown system format 0x82 identifies AUDIO_DTS2008-02-08, by nicodvb
-
example for setting WMP user-agent string, helps when playlists2008-02-08, by reimar
-
Disable http->mmshttp rewriting hack introduced in r25168,2008-02-08, by reimar
-
Add aspect_fit declaration missing for w32_common.2008-02-07, by reimar
-
Add speex tag2008-02-06, by reimar
-
Check buffer index while reading to avoid sig112008-02-05, by rtogni
-
sync w/r259552008-02-05, by gpoirier
-
typo fix, noticed by JRaSH2008-02-05, by gpoirier
-
It seems that mencoder can not handle correct-pts (lots of "No pts ..." messages),2008-02-05, by reimar
-
Add dv50 fourcc to libdv and ffdv, fixing the following sample:2008-02-04, by diego
-
Do not reset correct_pts in mp_dvdnav_reset_stream, it does not seem necessary2008-02-03, by reimar
-
Allow demuxers to choose a default value for correct_pts2008-02-03, by reimar
-
Implement keepaspect for Windows OpenGL vos.2008-02-02, by reimar
-
Make aspect adjustment calculation simpler and more flexible.2008-02-02, by reimar
-
synced with r259472008-02-02, by Gabrov
-
Add windows cp1256 encoding for arabic, fixes bug #10072008-02-01, by reimar
-
Update the test for ivtv output driver.2008-02-01, by iive
-
ao_functions_t should be const, part 12008-02-01, by reimar
-
Redraw display on toggling border2008-02-01, by reimar
-
Always redraw video on resize.2008-01-31, by reimar
-
Remove unused variable.2008-01-30, by reimar
-
Change code to also work with different outburst sizes2008-01-30, by reimar
-
Reduce number of UnqueueBuffer calls2008-01-30, by reimar
-
alSourceRewindv seems to be broken in particular in Creatives Windows-Implementation,2008-01-30, by reimar
-
Update for security fixes2008-01-30, by rtogni
-
Avoid a MANGLE, there is no register pressure and the generated code2008-01-30, by reimar
-
mark constants as such2008-01-30, by reimar
-
Simplify: use DECLARE_ASM_CONST2008-01-30, by reimar
-
Add support for attachments in lavf demuxer.2008-01-30, by eugeni
-
Split osd related stuff from mp_core.h into new header file mp_osd.h.2008-01-30, by ulion
-
Stream IDs must be written as hex numbers. Fixes2008-01-29, by rtogni
-
Consistently give all libass multiple inclusion guards a LIBASS_ prefix.2008-01-29, by diego
-
Add a comment to the #if 02008-01-29, by reimar
-
Ben co-maintains stream_dvdnav.c2008-01-29, by nicodvb
-
clarification about dvd still menus2008-01-29, by nicodvb
-
Check that index is still within bounds of samples array.2008-01-29, by reimar
-
Make sure chunkmap values are within bounds when using them.2008-01-29, by reimar
-
Do not pointlessly read data, just skip it.2008-01-29, by reimar
-
Disable reading of flac metadata, mere metadata is not worth such a mess.2008-01-29, by reimar
-
Properly check length of flac metadata.2008-01-29, by reimar
-
dvd still menus and latm aac2008-01-29, by nicodvb
-
show dvdnav selection in the OSD only when the osd_level>1; patch by foxcore gmail com2008-01-29, by nicodvb
-
Fix r25817 to not always destroy codec_tag, this broke playback of e.g. ape files.2008-01-29, by reimar
-
Allow for larger fragment programs.2008-01-29, by reimar
-
More places that should use SEEK_ABSOLUTE / SEEK_FACTOR2008-01-29, by reimar
-
Use defines to give names to the different seek flags.2008-01-29, by reimar
-
Make some assembler constants global instead of declaring them multiple times.2008-01-29, by reimar
-
Make mov subtitles work with -ass2008-01-29, by reimar
-
clarify comments/docs about lav* being the preferred place to implement new2008-01-28, by ivo
-
Support CODEC_ID_MOV_TEXT2008-01-28, by reimar
-
Simplify a condition that probably is not necessary at all2008-01-28, by reimar
-
sync with r25663 and misc. fixes, patch by JRaSH2008-01-28, by kraymer
-
copy note on new demuxers and codecs to the top of the array as well to be2008-01-28, by ivo
-
Use DECLARE_ASM_CONST where possible in libswscale code2008-01-28, by reimar
-
sync w/ r258212008-01-28, by gpoirier
-
vcd_read must read exactly VCD_SECTOR_DATA bytes.2008-01-28, by reimar
-
note on new demuxers and codecs, add them to lav* instead of libmp*2008-01-28, by ivo
-
port libmpdemux demuxers to libavformat or rewrite from scratch2008-01-28, by ivo
-
Get rid of redundant dbg_printf redefinition. Fixes some warnings:2008-01-28, by diego
-
Consistently use uppercase filename as multiple inclusion guard.2008-01-28, by diego
-
Fix compilation failure because bitfile was undefined:2008-01-28, by diego
-
Add multiple inclusion guards.2008-01-27, by diego
-
Replace with the output of the updated alaw-gen generator program.2008-01-27, by diego
-
Add multiple inclusion guards to generated header file.2008-01-27, by diego
-
Change format string so that the table is nicely aligned.2008-01-27, by diego
-
The alaw tables should be const.2008-01-27, by diego
-
Rename some identifiers to not use leading underscores.2008-01-27, by diego
-
Fix illegal identifiers, names starting with __ are reserved for the system.2008-01-27, by diego
-
Change #warning to FIXME comments.2008-01-27, by diego
-
Fix illegal identifiers, names starting with __ are reserved for the system.2008-01-27, by diego
-
Remove setting of ldconfig, it is unused.2008-01-27, by diego
-
Reindent2008-01-27, by reimar
-
Simplify subtitle handling with -ass2008-01-27, by reimar
-
Support mov subtitle format directly instead of converting to text in the demuxer2008-01-27, by reimar
-
reindent after r258812008-01-27, by ben
-
sub_scale command can now handle both ass and non-ass subs at a time2008-01-27, by ben
-
Make sure sub_font is freed.2008-01-27, by reimar
-
Allow independent scaling of vo_font and sub_font.2008-01-27, by reimar
-
sync with r25821, patch by JRaSH (jrash06 163 com)2008-01-27, by kraymer
-
Remove $Id$ tags, they make diffs between different versions2008-01-27, by reimar
-
Always use inline instead of _inline, the former is supported by all2008-01-27, by reimar
-
Use the standard "static inline" instead of some broken ifdef mess2008-01-27, by reimar
-
Prefer lavf mov demuxer over our own, it should work better most of the time now.2008-01-27, by reimar
-
Simplify init_vobsub: pass palette via extradata.2008-01-26, by reimar
-
Support vobsub palette in extradata, as exported by libavformat2008-01-26, by reimar
-
100l, inverted condition for AVSEEK_FLAG_BACKWARD2008-01-26, by reimar
-
Used wrong condition for using AVSEEK_FLAG_BACKWARD, it should depend on2008-01-26, by reimar
-
Cosmetics: remove some trailing whitespace2008-01-26, by reimar
-
Add QDM2 codec identifier2008-01-26, by reimar
-
Partially support vobsub subtitles from lavf demuxers (palette support missing)2008-01-26, by reimar
-
added AudioSpecificConfigFromBitfile() -that reads from an initizialized2008-01-26, by nicodvb
-
generic functions and structures to parse and statekeep LATM streams2008-01-26, by nicodvb
-
factorize 2 tests2008-01-26, by ben
-
Check for stream change in dvdnav.2008-01-26, by ben
-
add a new state flag to dvdnav in order to notify if2008-01-26, by ben
-
remove useless casts2008-01-26, by ben
-
simplify by a one-liner2008-01-26, by ben
-
remove the spu_set field, replaced by a flag2008-01-26, by ben
-
this end brace was not correctly indented2008-01-26, by ben
-
automatically set spu button highlight when nav cell has changed2008-01-26, by ben
-
Add support for dvdnav still frames playback.2008-01-26, by ben
-
set -vc=ffmpeg12 as dvdnav prefered decoder2008-01-25, by ben
-
spelling cosmetics2008-01-25, by diego
-
add documentation about switch_angle and switch_title slave commands2008-01-24, by ben
-
array was defined for 6 elements while 7 were declared2008-01-24, by ben
-
type expected by dvdnav_get_title_string() is const2008-01-24, by ben
-
remove some redundant declarations2008-01-24, by ben
-
Add new command to switch between dvdnav titles2008-01-24, by ben
-
cosmetic: reindent code after r258432008-01-23, by ben
-
sub_scale command now works with ass subtitles renderer2008-01-23, by ben
-
Add ass_use_margins command and property to shift subtitles to margins and back2008-01-23, by eugeni
-
Add global ass_force_reload flag.2008-01-23, by eugeni
-
Ignore compare.2008-01-23, by diego
-
Zero codec_inited in the init() function, so that it's cleared everytime2008-01-23, by rtogni
-
Add a few const attributes2008-01-23, by reimar
-
Use the proper option name for constant quantizer2008-01-23, by iive
-
Move Zoran video controller check after the libavcodec one.2008-01-23, by iive
-
Disable unused functions find_handle_2, find_handle_by_name, fixes the warning:2008-01-23, by diego
-
Disable unused function test_heap, fixes the warning:2008-01-23, by diego
-
Remove unused function exp_ftol_wrong, fixes the warning:2008-01-23, by diego
-
Remove unused function fixup_address, fixes the warning:2008-01-23, by diego
-
Remove unused DPRINTF__ macro.2008-01-23, by diego
-
Move compare.c to TOOLS, add it to the Makefile and document it.2008-01-23, by diego
-
Fix typo in comment2008-01-21, by reimar
-
Remove useless casts2008-01-21, by reimar
-
synced with r258262008-01-21, by Gabrov
-
Surround variable declarations by preprocessor conditionals to avoid warnings:2008-01-21, by diego
-
Comment out unused variables, fixes the warnings:2008-01-21, by diego
-
Prevent possible buffer overflow on album_title[]2008-01-20, by rtogni
-
Clear tmp between ip6 check and string escape to prevent reuse of the2008-01-20, by rtogni
-
Fix a ton of illegal identifiers. Identifiers starting with __ or _ and a2008-01-20, by diego
-
Added missing single quotation mark.2008-01-20, by cehoyos
-
Fix compilation failue:2008-01-20, by ulion
-
Fix vobsub_seek use same reseek method as vobsub_get_packet did.2008-01-20, by ulion
-
Fix auto-sub code to support filenames with any extension length.2008-01-20, by ulion
-
Allow overriding the codec_tag for audio codecs, and always override2008-01-20, by rtogni
-
Fragment programs must use unix eol.2008-01-20, by reimar
-
Avoid some pointer conversion warnings (the code is messy but not wrong)2008-01-20, by reimar
-
Add missing vo_w32_border prototype2008-01-20, by reimar
-
Fix some function types from unspecified to empty argument list2008-01-20, by reimar
-
Remove redundant declarations (already in video_out.h)2008-01-20, by reimar
-
Extend the precision of rationale conversion so2008-01-19, by iive
-
-panscan should also work for right and left borders2008-01-19, by reimar
-
Some reindentation2008-01-19, by reimar
-
Reindent2008-01-19, by reimar
-
Simplify and keep terminating end-of-line2008-01-19, by reimar
-
Remove a broken and useless hack to avoid a memcpy2008-01-19, by reimar
-
Cached file must be 0-terminated since we use string processing functions on it2008-01-19, by reimar
-
Make sure we do not write the terminating 0 out of bounds2008-01-19, by reimar
-
Add missing #include, fixes the warning:2008-01-19, by diego
-
Use ld conversion specifier for long int argument, fixes the warning:2008-01-19, by diego
-
Add missing #include, fixes the warning:2008-01-19, by diego
-
Fix endless loop if nAvgBytesPerSec is 0.2008-01-19, by reimar
-
Avoid a division by 0 if i_bps is 0.2008-01-19, by reimar
-
Fix usage example comment2008-01-19, by reimar
-
Fix a coefficient for lscale=5 OpenGL mode2008-01-19, by reimar
-
Add name to email address.2008-01-19, by diego
-
Avoid warning:2008-01-19, by reimar
-
Fix some types to const2008-01-19, by reimar
-
audio_out / video_out structs should be treated as const2008-01-19, by reimar
-
Fix warning:2008-01-19, by reimar
-
Avoid void* arithmetic2008-01-19, by reimar
-
Simplify and silence lots of warnings2008-01-19, by reimar
-
Add the edge-enhancement filter based on edgedetect I had lying around.2008-01-19, by reimar
-
Fix using both lscale and cscale 42008-01-19, by reimar
-
sync w/r257862008-01-18, by gpoirier
-
Add a fragment program for 5x5 unsharp masking2008-01-18, by reimar
-
Remove leftover backslash2008-01-18, by reimar
-
Simplify2008-01-18, by reimar
-
Use the same unsharp filter template for 2D and RECT textures2008-01-18, by reimar
-
Small typo in message2008-01-18, by reimar
-
Remove broken test program that likely never worked.2008-01-18, by diego
-
Change (a == NULL) condition to (!a) and (a != NULL) condition to (a).2008-01-17, by benoit
-
Remove some useless parentheses.2008-01-17, by benoit
-
Cosmetics: whitespaces2008-01-17, by benoit
-
Remove non cosmetic spaces inside parentheses.2008-01-17, by benoit
-
Description: remove superfluous parentheses.2008-01-17, by benoit
-
Check param in sws_getCachedContext().2008-01-17, by benoit
-
Fix code to prevent from accessing queue->packets[-1].pts that causes a crash.2008-01-17, by ulion
-
Fix OpenGL unsharp filter2008-01-16, by reimar
-
typo fix2008-01-16, by diego
-
VIDIX is no longer a shared library.2008-01-16, by diego
-
URL updates for contributed win32 stuff.2008-01-16, by diego
-
better ao/vo profile examples2008-01-16, by diego
-
misc markup fixes2008-01-16, by diego
-
misc spelling fixes2008-01-16, by diego
-
removed a english part, left in here, sigh2008-01-15, by ptt
-
little grammar fix2008-01-15, by ptt
-
synced with r257572008-01-15, by ptt
-
added missing "&"2008-01-15, by ptt
-
added missing escapes2008-01-15, by ptt
-
syncet to r256632008-01-15, by ptt
-
updated my mail address2008-01-15, by ptt
-
add default deinterlace key2008-01-15, by compn
-
Create/allocate conversion textures before scaler textures.2008-01-15, by reimar
-
Add experimental unsharp-mask OpenGL scaler. Certainly not yet perfect.2008-01-15, by reimar
-
Document vo gl lscale=32008-01-15, by reimar
-
Add a forgotten case to create_scaler_textures, avoids an incorrect warning.2008-01-15, by reimar
-
Remove a useless cast2008-01-15, by reimar
-
The GUI requires font support.2008-01-14, by diego
-
Seems that all - should be escaped in the man page2008-01-14, by reimar
-
Extend heartbeat-cmd man page entry2008-01-14, by reimar
-
Simplify/cleanup of real_calc_response_and_checksum()2008-01-13, by rtogni
-
Don't oversize realchallenge buffers2008-01-13, by rtogni
-
Put bff_mask into muxer context instead of a global variable.2008-01-13, by reimar
-
Fix the bug where the window would become smaller each time vo_ontop is toggled.2008-01-13, by reimar
-
Make some radeon vidix driver tables static and const2008-01-13, by reimar
-
Make mp_properties const2008-01-13, by reimar
-
All the m_property stuff works fine with constant m_option_t2008-01-13, by reimar
-
Make xpm arrays really const (I missed that they are not strings but2008-01-13, by reimar
-
Make all gui xpm bitmaps const2008-01-13, by reimar
-
gui_opts should be const for win32 gui as well (why, oh why, was all2008-01-13, by reimar
-
Win32 gui has the same m_option_print error handling bug2008-01-13, by reimar
-
Fix 100l: error check for m_option_print was unreachable2008-01-13, by reimar
-
Make big gui_opts array const2008-01-13, by reimar
-
Make several mapping tables related to input processing const.2008-01-13, by reimar
-
Mark qt default palette tables as const2008-01-13, by reimar
-
Make all demuxer_desc_t const, thus moving them to .rodata2008-01-13, by reimar
-
First step towards making all demuxer_desc_t const2008-01-13, by reimar
-
Remove a useless assignment (there is an if just a few lines above2008-01-13, by reimar
-
Simplify cue-parsing2008-01-13, by reimar
-
Get rid of quite useless inum variable2008-01-13, by reimar
-
Add a forgotten #ifdef USE_ASS around ass_free_track2008-01-13, by reimar
-
Use AV_WB*2008-01-13, by reimar
-
Remove some useless () and {}2008-01-13, by reimar
-
Simplify2008-01-13, by reimar
-
Use AV_WB16 instead of ugly memcpy hacks2008-01-13, by reimar
-
Use AV_RB* instead of custom variants.2008-01-13, by reimar
-
Use sizeof instead of size variables/defines2008-01-13, by reimar
-
Make some pnm data const2008-01-13, by reimar
-
dvb_demuxdev etc. are only used in dvb_tune.c so make them static2008-01-13, by reimar
-
Make several arrays const2008-01-13, by reimar
-
Remove some unused extern variables2008-01-13, by reimar
-
stream_opts should be const2008-01-13, by reimar
-
stream_info_t opts and protocols point to constant data as well.2008-01-13, by reimar
-
Make all tvi_info_t const2008-01-13, by reimar
-
Make some tvi_functions_t pointers const that I forgot to change before2008-01-13, by reimar
-
Remove useless ifdefs2008-01-13, by reimar
-
Add type to extern declaration2008-01-13, by reimar
-
Make dvd_audio_stream_types and dvd_audio_stream_channels const2008-01-13, by reimar
-
tvi_functions_t should be const2008-01-13, by reimar
-
Add forgotten const for pal_ireland.2008-01-13, by reimar
-
Remove another 2 useless casts2008-01-13, by reimar
-
Get rid of another useless cast2008-01-13, by reimar
-
Remove a cast useless since r24425.2008-01-13, by reimar
-
Move variable declaration into block where it is used.2008-01-13, by reimar
-
Remove result from warning string, it has no useful meaning here.2008-01-13, by reimar
-
Remove a useless cast2008-01-13, by reimar
-
moved pes_header from file-static to send_mpeg_pes_packet_ll()2008-01-13, by nicodvb
-
fix bug in error message (found by Diego through a compiler warning)2008-01-13, by rik
-
Use a transform_color function to reduce code duplication2008-01-12, by reimar
-
Write functions used by send_mpeg_*_packet may _not_ modify data2008-01-12, by reimar
-
ps1_header and ps2_header should be const2008-01-12, by reimar
-
Add a few "const" attributes.2008-01-12, by reimar
-
Remove unused variable2008-01-12, by reimar
-
Move uselessly global variables2008-01-12, by reimar
-
Adjust list of colourspaces supported by vd_ijpg2008-01-12, by reimar
-
Colourspace conversions do _not_ belong into a decoder!2008-01-12, by reimar
-
Cosmetics: get rid of huge amounts of trailing whitespace2008-01-12, by reimar
-
Remove an unused global variable2008-01-12, by reimar
-
Avoid uselessly global variables2008-01-12, by reimar
-
100l, free strdup'd strings2008-01-12, by reimar
-
Builtin codecs array can now be const2008-01-12, by reimar
-
Replace the persistent CODECS_FLAG_SELECTED by a local "stringset" with2008-01-12, by reimar
-
Do not try to guess font metrics based on its bounding box.2008-01-12, by eugeni
-
Add libass support to demux_lavf.2008-01-12, by eugeni
-
Instead of keeping attachments in mkv demuxer, use demuxer_add_attachment().2008-01-12, by eugeni
-
Add demuxer interface for attachments.2008-01-12, by eugeni
-
Remove global_ass_track. Instead create an ass_track for each 't' track.2008-01-11, by eugeni
-
Move all subtitle parsing from mkv demuxer to update_subtitles().2008-01-11, by eugeni
-
Init and destroy ass_tracks in demuxer.c based on sh_sub->type value.2008-01-11, by eugeni
-
Set extradata for subtitle tracks in mkv demuxer.2008-01-11, by eugeni
-
Add extradata to sh_sub_t.2008-01-11, by eugeni
-
Factorize private data decoding for subtitle tracks in mkv demuxer.2008-01-11, by eugeni
-
Make code slightly less confusing to me2008-01-11, by reimar
-
Slightly deobfuscate2008-01-11, by reimar
-
Another small simplification. Slightly worse performance in the case2008-01-11, by reimar
-
Slightly simplify read_buffer code2008-01-11, by reimar
-
Simplify: use memset2008-01-11, by reimar
-
Fix indentation2008-01-11, by reimar
-
Remove useless cast2008-01-11, by reimar
-
document vo.* and ao.* playback profiles2008-01-11, by ben
-
Fix buffer overflow bug by calculate the buffer size accurately.2008-01-11, by ulion
-
allow profile loading per audio/video output2008-01-10, by ben
-
Add an extra check to avoid a case that cause black lines in scaled2008-01-10, by reimar
-
Clear demuxed data when subtitle track is changed.2008-01-10, by eugeni
-
Use malloc for codecdata. Fixes segfault in free_sh_sub.2008-01-10, by eugeni
-
updated english manpage with protocol/extension profile loading feature2008-01-10, by ben
-
factorizes variable check2008-01-10, by ben
-
add support for per protocol and per extension playback profile loading2008-01-10, by ben
-
export m_config_set_profile()2008-01-10, by ben
-
allow generation of ctags and etags2008-01-10, by ben
-
Deny the code using realpath().2008-01-10, by ulion
-
sync w/r256572008-01-09, by gpoirier
-
Codecdata must always be malloc'd, fixes free being called with an2008-01-09, by reimar
-
dumpstream is NOT a better way to copy a dvd title2008-01-09, by compn
-
dvd-device can specify iso files too2008-01-09, by compn
-
Set CONFIG_SWSCALER in order to avoid imgresample2008-01-09, by uau
-
Remove unnecessary <signal.h> includes2008-01-09, by uau
-
Use getppid instead of getpid and move a snprintf to where it is actually needed.2008-01-08, by reimar
-
Simplify a needlessly complex use of snprintf2008-01-08, by reimar
-
Do not use exit_player in the signal handler, this code just can not2008-01-08, by reimar
-
Clear fonts when the file is closed.2008-01-08, by eugeni
-
Fix ass_clear_fonts not deallocating fontdata.2008-01-08, by eugeni
-
Fix illegal identifiers, names starting with __ are reserved for the system.2008-01-08, by diego
-
Fix illegal identifier, names starting with _ and uppercase are reserved.2008-01-07, by diego
-
Fix illegal identifier, names starting with _ and uppercase are reserved.2008-01-07, by diego
-
Fix #endif comment, sync with libdvdcss r208.2008-01-07, by diego
-
No need to reinvent strdup...2008-01-07, by eugeni
-
sync with r25158, patch by JRaSH2008-01-07, by kraymer
-
Deallocate audio track codecdata.2008-01-07, by eugeni
-
Copy font data to ass_library instead of referencing demuxer-owned memory.2008-01-07, by eugeni
-
Set freetype flag in the font_desc_t when using a freetype font.2008-01-07, by ulion
-
Add heartbeat-cmd option2008-01-07, by reimar
-
Remove some now unused screensaver stuff code.2008-01-07, by reimar
-
Remove most of the messy screensaver code in favour of only XResetScreenSaver2008-01-07, by reimar
-
Use a screensaver_off variable to save current state and avoid2008-01-07, by reimar
-
Fix illegal identifiers: Names starting with __ or _ and uppercase are reserved2008-01-06, by diego
-
Make some functions in mplayer.c static2008-01-06, by reimar
-
Relicense to GPL v2 or later with Reimar's permission.2008-01-06, by diego
-
Whitespace-only cosmetics: get rid of tabs2008-01-06, by reimar
-
Rename common.[ch], there are too many files by that name.2008-01-06, by diego
-
cosmetics: alphabetical order2008-01-06, by diego
-
Rename common.[ch] to gtk_common.[ch], there are too many files by that name.2008-01-06, by diego
-
Don't overread audio data2008-01-06, by rtogni
-
Don't dynamically allocate sub_packet_lengths[] in raac demuxing.2008-01-06, by rtogni
-
Do not pass timestamp to realvideo binary decoder2008-01-06, by rtogni
-
Remove unused definition.2008-01-06, by diego
-
Remove changelog from file header, we have revision control for this.2008-01-06, by diego
-
cosmetics: Whitespace changes, add comments to some #endif directives.2008-01-06, by diego
-
Remove all test programs with 'make clean'.2008-01-06, by diego
-
/usr/lib/win32 --> /usr/local/lib/codecs2008-01-06, by diego
-
Remove compilation command comments.2008-01-06, by diego
-
Ignore test programs.2008-01-06, by diego
-
Comment out non-existing mp_msg_set_level function to fix linking.2008-01-06, by diego
-
Fix compilation by replacing a broken macro with in-place code.2008-01-06, by diego
-
Fix compilation due to conflicting type declaration:2008-01-06, by diego
-
Add missing #include so that the header works standalone.2008-01-06, by diego
-
Add proper compilation rules for qtx/list and qtx/qtxload and remove silly2008-01-06, by diego
-
Get the dshow test program closer to linking.2008-01-06, by diego
-
Fix warnings:2008-01-06, by diego
-
Add missing #includes to fix compilation:2008-01-06, by diego
-
Allow overriding [Script Info] parameters with -ass-force-style option.2008-01-05, by eugeni
-
Give a sense to this sentence2008-01-05, by ben
-
angle switching in dvd2008-01-05, by nicodvb
-
documented angle commands2008-01-05, by nicodvb
-
Fix typo, LIBNAME should be LIBNAME_COMMON.2008-01-05, by diego
-
properties to get and set angle; patch by oattila chello hu2008-01-05, by nicodvb
-
properties to change angle; patch by oattila chello hu2008-01-05, by nicodvb
-
implemented _ANGLE STREAM_CTRLs, patch by oattila chello hu2008-01-05, by nicodvb
-
implemented _ANGLE STREAM_CTRLs, patch by oattila chello hu2008-01-05, by nicodvb
-
NEW STREAM_CTRLs: STREAM_CTRL_GET_NUM_ANGLES STREAM_CTRL_GET_ANGLE STREAM_CTRL_SET_ANGLE2008-01-05, by nicodvb
-
remove code for colorspaces x264 doesn't support2008-01-05, by lorenm
-
fixed bug when playing multi-angle titles: the address field in the agli data2008-01-05, by nicodvb
-
fix artifacts in -vf fspp. regression in r23476.2008-01-05, by lorenm
-
Fix property audio_delay bug when step up/down with arg value NULL.2008-01-05, by ulion
-
sync w/r255872008-01-04, by gpoirier
-
synced with r255922008-01-03, by Gabrov
-
Add HAVE_SOCKLEN_T to config.h for FFmpeg2008-01-03, by uau
-
Relicense file to GPL v2 or later with the permission of Rudolf Marek,2008-01-02, by diego
-
Add proper license header.2008-01-02, by diego
-
Get rid of build system hackery to generate mga_crtc2_vid.o and rage128_vid.o.2008-01-02, by diego
-
Properly express dependencies for generated .c and .h files.2008-01-02, by diego
-
when {v|a}_o_mpegpes:card isn't specified by the user mplayer uses the first available card2008-01-02, by nicodvb
-
when :card isn't specified by the user search the first available card2008-01-02, by nicodvb
-
Add an example for dvdnav:// usage with path.2008-01-02, by cehoyos
-
Use _ISOC99_SOURCE instead of _GNU_SOURCE.2008-01-02, by diego
-
Happy New Year!2008-01-02, by zuxy
-
10l: Replace #define with #endif where I really meant to write #endif.2008-01-02, by diego
-
Add multiple inclusion guards to all header files that lack them.2008-01-01, by diego
-
Add a comment that explains why this header has no multiple inclusion guards.2008-01-01, by diego
-
Replace multiple inclusion guards with leading underscores by default names.2008-01-01, by diego
-
Consistently use _H in multiple inclusion guard.2008-01-01, by diego
-
consistency cosmetics: Do not #define multiple inclusion guards to 1.2008-01-01, by diego
-
Consistently use just the name of the #ifdef directive in preprocessor comments.2008-01-01, by diego
-
consistency cosmetics2008-01-01, by diego
-
Consistently use just the name of the #ifdef directive in #endif comments.2008-01-01, by diego
-
Fix wrong #endif comment that does not match the #ifdef directive.2008-01-01, by diego
-
Port typo fixes from FFmpeg.2008-01-01, by diego
-
Remove compilation command from source file, it is already in the Makefile.2008-01-01, by diego
-
Fix license header to read Lesser General Public License 2.1,2008-01-01, by diego
-
unrarlib.o no longer exists, link against unrar_exec.o.2008-01-01, by diego
-
Add explanatory comments to #endif preprocessor directives.2008-01-01, by diego
-
include dvdnav.h from its installation directory rather than appending2008-01-01, by nicodvb
-
update copyright year to 20082008-01-01, by gpoirier
-
removed inclusion of unneeded header (forgotten in previous commit)2008-01-01, by nicodvb
-
Add explanatory comments to the #endif part of multiple inclusion guards.2007-12-31, by diego
-
Add comments to some #endif directives.2007-12-31, by diego
-
Remove superfluous README file, its content is in the Copyright file.2007-12-31, by diego
-
Comment out the correct #endif directive.2007-12-31, by diego
-
Relicense files marked as GPL v2 to GPL v2 or later.2007-12-31, by diego
-
Fix typo in multiple inclusion guard comment.2007-12-31, by diego
-
Relicense GPL v2 files as GPL v2+ and add proper license headers.2007-12-31, by diego
-
Default use the dir where the current playing file located if path not set.2007-12-31, by ulion
-
Relicense files written by Nick Kurshev and marked as "GPL v2" to2007-12-30, by diego
-
Add proper license header.2007-12-30, by diego
-
Add missing #include, fixes the warning:2007-12-30, by diego
-
Remove unused variable, fixes the warning:2007-12-30, by diego
-
Remove redundant extern declarations, fixes the warnings:2007-12-30, by diego
-
sync w/r25529, patch by JRaSH: jrash06 A 163 P com2007-12-30, by gpoirier
-
Remove unused static variables, fixes the warnings:2007-12-30, by diego
-
Remove unused variables, fixes the warnings:2007-12-30, by diego
-
Disable unused code, fixes the warning:2007-12-30, by diego
-
Add missing #include for vo_draw_text.2007-12-30, by diego
-
Do not duplicate MJpegContext struct, #include the proper header instead.2007-12-30, by diego
-
Add missing #include, fixes the warning:2007-12-30, by diego
-
typo2007-12-30, by diego
-
Improve comments for ass_process_* functions.2007-12-30, by eugeni
-
Return from ass_start_frame immediately if the track is empty.2007-12-30, by eugeni
-
synced with r255392007-12-29, by Gabrov
-
Use proper length specifiers in mp_msg calls, fixes the warnings:2007-12-28, by diego
-
Fix warnings when compiling test application.2007-12-28, by diego
-
Fix update_subtitles() checking subtitle type for the wrong track.2007-12-28, by eugeni
-
synced with r254552007-12-28, by ptt
-
Add detection of *lrint* and round* functions to configure.2007-12-28, by eugeni
-
Make windres binary name configurable, useful for cross-compiling.2007-12-28, by diego
-
Remove redundant option 'auto-close' from cmdlist and filesel.2007-12-28, by ulion
-
typo in preprocessor condition2007-12-27, by diego
-
Remove unused static variable pass, fixes the warning:2007-12-27, by diego
-
From now on, libmenu does not steal all input keys from input modules.2007-12-26, by ulion
-
Support ?(!NAME:TEXT) format for expanding string by property.2007-12-26, by ulion
-
Add a missing free of the avctx2007-12-25, by reimar
-
Use '-' instead of '_' in option name.2007-12-25, by ulion
-
Remove useless scope.2007-12-25, by ulion
-
Change the default osd menu command for AR_MENU in comment of input.conf.2007-12-25, by ulion
-
Simplify the condition code.2007-12-25, by ulion
-
Add some const/static qualifiers as appropriate2007-12-24, by reimar
-
Use realloc_struct in more places for consistency2007-12-24, by reimar
-
Get rid of some of the more excessive () and casts.2007-12-24, by reimar
-
pci_db2c.awk creates more than just two .c files, add the rest to the rule.2007-12-24, by diego
-
Skip unnecessary (debug) output; obey the rule of silence.2007-12-24, by diego
-
Make sure we have an rtsp session2007-12-24, by lu_zero
-
typo: begining --> beginning2007-12-23, by diego
-
Replace LOAD_LE32 etc. by AV_RL32 etc.2007-12-23, by reimar
-
Add a read_varlen function to reduce some code duplication2007-12-23, by reimar
-
Fix compilation of liba52/test.c testing and benchmarking application.2007-12-23, by iive
-
Set vo_mouse_autohide in gl and gl2 vos, so the mouse hiding behaviour2007-12-22, by reimar
-
cosmetics: Remove trailing whitespace, reformat one comment.2007-12-22, by diego
-
Add proper copyright/license headers.2007-12-22, by diego
-
Add missing X11/extensions/scrnsaver.h include2007-12-22, by reimar
-
Remove wrong and misleading comments.2007-12-22, by diego
-
typos2007-12-22, by diego
-
cosmetics: grammar/spelling2007-12-22, by diego
-
100l, fix compilation.2007-12-22, by reimar
-
Grammar fix.2007-12-22, by ulion
-
Add copyright info for s/pdif code from VideoLAN.2007-12-22, by ulion
-
Add missing #include, fixes2007-12-22, by diego
-
cosmetics: Remove trailing whitespace.2007-12-22, by diego
-
cosmetics: spelling fixes2007-12-22, by diego
-
Set is_streamed correctly, should make network playback work more reliably.2007-12-22, by reimar
-
Get rid of URLProtocol mess (especially problematic since it made use2007-12-22, by reimar
-
Typo fix in message2007-12-22, by reimar
-
Simplify int_fastXY_t test in configure.2007-12-22, by reimar
-
Do not send mouse movements events in root win mode.2007-12-22, by ulion
-
Remove useless #ifdefs2007-12-22, by reimar
-
Add support for XScreenSaverSuspend2007-12-22, by reimar
-
Check availability before check argument for getting gamma properties.2007-12-22, by ulion
-
Revert to r25490, since the r25491 is not correct.2007-12-22, by ulion
-
Combine code for check availability of property audio(id).2007-12-22, by ulion
-
Combine common code for check whether chapter is available.2007-12-22, by ulion
-
OSD menu support mouse selection.2007-12-22, by ulion
-
Move two variable to the scope where they are indeed used.2007-12-22, by ulion
-
Simplify a little bit2007-12-21, by reimar
-
Remove a check that is never in any way useful2007-12-21, by reimar
-
comment typo fixes2007-12-21, by diego
-
Avoid some le2me_ASF_* stuff operating directly on buffer, should2007-12-21, by reimar
-
The lagarith DLL requires an MMX2 CPU.2007-12-21, by diego
-
Remove another useless cast2007-12-21, by reimar
-
100l, buffer bound checks work better when done _before_ access.2007-12-21, by reimar
-
Reduce some extreme parsing ugliness (mostly cosmetic)2007-12-21, by reimar
-
Remove useless alloc casts2007-12-21, by reimar
-
Reduce code duplication: add a asf_read_wrapper function that never does partial reads2007-12-21, by reimar
-
30% synced with r227532007-12-20, by ptt
-
Move more variables into the block where they are used2007-12-20, by reimar
-
Move a variable to where it is used2007-12-20, by reimar
-
Support send mouse movements commands to mplayer.2007-12-20, by ulion
-
Fix stream_cache to use sector_size set in stream_t.2007-12-20, by ulion
-
Move ds->current=NULL; further up to the free_demux_packet.2007-12-20, by reimar
-
Fix comment from unrarlib to unrar_exec2007-12-20, by ulion
-
Remove redundant code since unrarlib was removed.2007-12-20, by ulion
-
Use tv_sec instead of tv_usec to set 1 second timeout, e.g. NetBSD2007-12-20, by reimar
-
Remove internal unrarlib copy, the new unrarexec code is a strict superset.2007-12-20, by diego
-
Make sure strides have positive values before converting.2007-12-20, by benoit
-
Add variable bx, dx to simplify code of function menu_draw_list.2007-12-20, by ulion
-
Add local variable 'line_h' to simplify code of function menu_list_draw.2007-12-20, by ulion
-
Ignore mouse pos command when pausing.2007-12-19, by ulion
-
Currently menu title did not align center together with menu items when x>=0.2007-12-19, by ulion
-
Calculate and draw osd accurately.2007-12-19, by ulion
-
Make libmenu init and uninit in proper place.2007-12-19, by ulion
-
Vobsub support tridx setting in .idx file.2007-12-19, by ulion
-
Use calloc instead of malloc when allocate vobsub_t.2007-12-19, by ulion
-
sync w/r254552007-12-19, by gpoirier
-
Protocol name should be case insensitive.2007-12-19, by ulion
-
Merge 'Jump to ...' with 'Prev/Next' menu item into one item 'Prev/Next ...'.2007-12-19, by ulion
-
typo noticed by Paul TT2007-12-18, by diego
-
sync w/254402007-12-18, by gpoirier
-
Use NSMakeRect and NSRect in correct way:2007-12-18, by ulion
-
Fix wrong code in last commit.2007-12-18, by ulion
-
Fix mouse button mapping:2007-12-18, by ulion
-
Here should add the minb to x when x>=0 because in later code2007-12-18, by ulion
-
Fix the menu uninit function name.2007-12-18, by ulion
-
Replace another m_struct_t by 'struct m_struct_st' to remove depedency2007-12-18, by ulion
-
Stop MPlayer from complaining about bogus AviSynth DLL load failures.2007-12-18, by diego
-
Remove dependency on m_struct.h when include libmenu/menu.h.2007-12-18, by ulion
-
Do not operate on vobsub when no video (Bug #312).2007-12-18, by ulion
-
r25345 patched the wrong line.2007-12-17, by ben
-
Record screen size and display size in vo_ variables.2007-12-17, by ulion
-
screen_frame is only used for fullscreen mode.2007-12-17, by ulion
-
Fix the expand text's format by the source.2007-12-17, by ulion
-
Caching toc header in vcd private structure for later use.2007-12-17, by ulion
-
Add cdda stream control for chapter commmands.2007-12-17, by ulion
-
Fix indent for last commit.2007-12-17, by ulion
-
Ignore elements of keybindings other than 'binding'.2007-12-17, by ulion
-
Remove NO_REPEAT mask from keycode, fix keycode matching for JOY_BTN0, etc.2007-12-17, by ulion
-
Display parsed keycode in verbose output.2007-12-17, by ulion
-
mention that the sync is partial2007-12-17, by gpoirier
-
partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%2007-12-17, by gpoirier
-
cosmetics: Remove trailing whitespace.2007-12-17, by diego
-
Modified for using chapter property for $(NAME:TEXT) or ?(NAME:TEXT).2007-12-17, by ulion
-
Fix memory leak.2007-12-17, by ulion
-
The function parameter 'preferred_language' should be const char *.2007-12-17, by ulion
-
Use correct #include for waitpid, fixes the warning:2007-12-17, by diego
-
Remove useless stray #include.2007-12-16, by diego
-
Replace some more broken SYS_DARWIN preprocessor conditionals with __APPLE__.2007-12-16, by diego
-
Should not change stream->pos in fill_buffer function.2007-12-16, by ulion
-
cosmetics: reformatting2007-12-16, by diego
-
There are no special rules for commits to the build system.2007-12-16, by diego
-
Support cddb on darwin.2007-12-16, by ulion
-
make libass use sub_font_name whenever it's possible2007-12-16, by ben
-
sync w/ r25389 (up-to-date!!)2007-12-16, by gpoirier
-
sync w/r253152007-12-16, by gpoirier
-
10l, in dvb_free_config() channels' names must be free individually2007-12-15, by nicodvb
-
cosmetic: indent after r254152007-12-15, by ben
-
do not override *file_format if already set by asf_streaming_start()2007-12-15, by ben
-
pa_stream_write reportedly needs locking of the main loop2007-12-15, by reimar
-
Fix indentation2007-12-15, by reimar
-
Remove pointless pa_stream_trigger call2007-12-15, by reimar
-
Documentation for waitop function2007-12-15, by reimar
-
Make the end_sector accessable (it should be).2007-12-15, by ulion
-
Add auto-update property for property menu item.2007-12-15, by ulion
-
Only read disc info once and save it for later using.2007-12-15, by ulion
-
dvb cleanup: call dvb_(set|step)_channel() without dereferencing stream->priv (1000l to me)2007-12-15, by nicodvb
-
The buffer used for pread need be aligned, but currently it got an offset 232007-12-15, by ulion
-
Get end position of last track by adding its starting address with track size.2007-12-15, by ulion
-
Replace printf with mp_msg.2007-12-15, by ulion
-
partial sync with some of the latest commits2007-12-14, by gpoirier
-
Always enable largefile support by default2007-12-14, by uau
-
implemented frame selection for savage driver2007-12-14, by ben
-
fix frame size calculation2007-12-14, by ben
-
remove useless code parts2007-12-14, by ben
-
bgr24 and bgr32 support2007-12-14, by ben
-
rgb -> bgr2007-12-14, by ben
-
register values were already set: simplify2007-12-14, by ben
-
Only print one track info when exactly seeking to the beginning of a track.2007-12-14, by ulion
-
Support chapter in OSD menu.2007-12-14, by ulion
-
Support chapter as a property.2007-12-14, by ulion
-
Fix stream cdda seeks to CD's end and hangs forever bug.2007-12-14, by ulion
-
Support using unrar executable to access rar-compressed vobsub files.2007-12-14, by ulion
-
Cosmetics: Fix indentation.2007-12-14, by cehoyos
-
Set correct image format for 24bit "raw " in mov files.2007-12-14, by cehoyos
-
Add demuxer functions for chapter feature.2007-12-13, by ulion
-
Add new audio filter for encoding multi-channel audio into ac3 at runtime.2007-12-13, by ulion
-
cosmetics: partially reformatted this monstruosity2007-12-12, by nicodvb
-
fix memleaks; patch by andrew calkin from gmail com2007-12-12, by nicodvb
-
reverted r25323: deprecated by ulion's recent patches2007-12-12, by ben
-
synced with r253792007-12-12, by ptt
-
add lagarith codec, someone finally found it in the wild.2007-12-12, by compn
-
Fix libass to support -nofontconfig.2007-12-12, by ulion
-
cosmetics: Remove ugly and inconsistent uppercasing from filenames.2007-12-12, by diego
-
cosmetics: Move public function declarations together.2007-12-12, by diego
-
Add missing declaration for dct64_altivec, fixes the warning:2007-12-12, by diego
-
Fix memory leak. I thought asx_get_attrib() return a const char *,2007-12-12, by ulion
-
Fix memory leak, reported by Andrew Calkin <andrew P calkin A gmail P com>.2007-12-12, by ulion
-
Remove headers not used.2007-12-12, by ulion
-
Add OSD menu keybindings for Apple Remote.2007-12-12, by ulion
-
Update comment that navigating keys is defined in menu.conf.2007-12-12, by ulion
-
Replace SYS_DARWIN by __APPLE__ and __DARWIN__ where appropriate.2007-12-11, by diego
-
Add missing #include <stdio.h>, fixes the warning:2007-12-11, by diego
-
support for xtensa CPU architecture2007-12-11, by diego
-
Slightly simplify preprocessor conditionals.2007-12-11, by diego
-
Ahem, fix breakage of last commit: The AltiVec detection code has three2007-12-11, by diego
-
allow osd menu being controlled by joystick2007-12-11, by ben
-
Do not set SYS_AMIGAOS4, it is unused.2007-12-11, by diego
-
SYS_AMIGAOS4 --> __AMIGAOS4__2007-12-11, by diego
-
slight consistency change for default DVD device selection2007-12-11, by diego
-
Remove redundant condition from list of CD/DVD-ROM devices.2007-12-11, by diego
-
Do not set -DSYS_DARWIN, it is unused.2007-12-11, by diego
-
Replace SYS_DARWIN condition by __APPLE__ || __DARWIN__.2007-12-11, by diego
-
Remove redundant and obfuscating preprocessor conditional.2007-12-11, by diego
-
Replace SYS_DARWIN conditional by the more correct __APPLE__.2007-12-11, by diego
-
There is a check for altivec.h in configure so use the preprocessor directive2007-12-11, by diego
-
Replace SYS_DARWIN conditional directive around gcc macros by __APPLE_CC__.2007-12-11, by diego
-
Make init_video function in dec_video static, it is not used outside that file.2007-12-11, by reimar
-
Identifiers starting with __ are reserved for the system.2007-12-11, by diego
-
Remove pointless HAVE_ALTIVEC around the whole file, it is only compiled when2007-12-11, by diego
-
Relicense as GPL v2 or later like the rest of liba52.2007-12-11, by diego
-
Fix spudec to display current vobsub immediately after a seek.2007-12-11, by ulion
-
Make up missing changelog for dts wav support.2007-12-11, by ulion
-
Support to run multiple mplayer commands set in menu.conf2007-12-11, by ulion
-
Add new function for parsing and queueing multi-commands separated by \n or \r.2007-12-11, by ulion
-
some changes2007-12-10, by compn
-
Fixed VIDIX color bug that was introduced when Radeon VIDIX driver2007-12-10, by ben
-
Dump the ati radeon DISP_MERGE_CNTL register to ease the2007-12-10, by ben
-
Fix all current known multi-channel wrong order problems by adding2007-12-10, by ulion
-
Fix memory leak that tmp allocated but maybe not used.2007-12-10, by ulion
-
Fix printf format string length modifiers, removes about a trillion warnings.2007-12-10, by diego
-
Comment out unused variable.2007-12-10, by diego
-
Fix mylstat() call to parent dir where the subdir has no exec permission.2007-12-10, by ulion
-
Remove unused parameters from main(), fixes the warnings:2007-12-10, by diego
-
Fix printf format string length modifiers, removes the warnings:2007-12-10, by diego
-
Fix printf format string length modifiers, removes the warnings:2007-12-10, by diego
-
spelling/grammar/wording/formatting2007-12-10, by diego
-
Fix my wrong code in r25530.2007-12-10, by ulion
-
Make up missing header update in r25326.2007-12-10, by ulion
-
Move temp variable declaration into inner loop scope.2007-12-10, by ulion
-
Ignore heading spaces when parsing command.2007-12-10, by ulion
-
Fix missing command line bug by making the input parameter constant.2007-12-10, by ulion
-
Combine common code for dealing with file action and dir action.2007-12-09, by ulion
-
Use recorded last path only when stat it ok.2007-12-09, by ulion
-
Convert vobsub custom colors from rgb to yuv using a common function.2007-12-09, by ulion
-
identifiers starting with an underscore are reserved by the C standard2007-12-08, by ben
-
removed stupid checks2007-12-08, by nicodvb
-
rework of libmenu open_dir()2007-12-08, by ben
-
Remove useless include added in last commit by mistake.2007-12-08, by ulion
-
Allow usage of icc 10.12007-12-08, by cehoyos
-
Move vobsub palette->yuv convert code into a common function.2007-12-08, by ulion
-
Add missing declarations for AltiVec functions, fixes the warnings:2007-12-08, by diego
-
Remove useless variable aoIsCreated since we took good care of init failure.2007-12-08, by ulion
-
Restore y of palette into the same value range as it was in the .ifo file.2007-12-08, by ulion
-
Fix 'make checkheaders' on AltiVec-enabled systems.2007-12-07, by diego
-
minor spelling/grammar fixes2007-12-06, by diego
-
cleanup and conformation of values description for -ass-hinting2007-12-06, by ptt
-
Do not PostQuitMessage when destroying a child window.2007-12-06, by zuxy
-
only check source code for gnuisms2007-12-05, by ivo
-
simpler and more easily expandable test whether we need a shortlist that2007-12-05, by ivo
-
test for presence of .svn directory if we are supposed to traverse the tree2007-12-05, by ivo
-
three little corrections...2007-12-05, by ptt
-
initial submit for revision... 24% synced with r227532007-12-05, by ptt
-
Prevent from outputing mass of 'skip' log messages in verbose level.2007-12-05, by ulion
-
when gathering the list of files to check via svn info, also include2007-12-05, by ivo
-
sync ivtv driver with vidix.sf.net (multiple revisions)2007-12-04, by ben
-
sync with vidix.sf.net r319: remove useless vars2007-12-04, by ben
-
sync with vidix.sf.net r317: fixes colorspace issues for vidix savage driver2007-12-04, by ben
-
Sync with vidix.sf.net r320: ati radeon >= R5xx do not have overlay2007-12-04, by ben
-
Rename demuxer tags to clarify2007-12-04, by lu_zero
-
live555 and libnemesi support coexists2007-12-04, by lu_zero
-
10l ... the header was used there too2007-12-04, by lu_zero
-
Remove non necessary header2007-12-04, by lu_zero
-
Make libnemesi use specific struct and DEMUXER_TYPE2007-12-04, by lu_zero
-
Add cleanup codes for init() failure to prevent leak.2007-12-04, by ulion
-
When auto loading subs, log warning instead of error for load failure.2007-12-04, by ulion
-
Remove hardcoded key->cmd bindings in libmenu, support custom key bindings2007-12-04, by ulion
-
Use correct printf length modifiers, fixes the following warnings:2007-12-03, by diego
-
cosmetics/indentation2007-12-03, by ivo
-
when gathering the list of files to check via svn info, also include2007-12-03, by ivo
-
synchronized with vidix.sf.net r315: remove now useless defines2007-12-03, by ben
-
synchronized with vidix.sf.net r315: update savage driver pci ids list2007-12-03, by ben
-
syncd with r252782007-12-03, by ptt
-
synced with r252822007-12-03, by Gabrov
-
10l, len may change after initialization time2007-12-03, by rfelker
-
fix declaration after statement, take 22007-12-03, by rfelker
-
fix declaration after statement2007-12-03, by rfelker
-
Skip empty vobsub streams when selecting subtitles.2007-12-03, by ulion
-
fix typo2007-12-03, by corey
-
Fix custom palette format from rgb to yuv, we use it as yuv in the spudec.2007-12-03, by ulion
-
Remove unused variables, fixes the warnings:2007-12-02, by diego
-
Get rid of some useless extra ()2007-12-02, by reimar
-
mime_type_table is const as well2007-12-02, by reimar
-
Add a few forgotten static/const attributes in tvi_vbi.c2007-12-02, by reimar
-
Make wsKeyNames array const2007-12-02, by reimar
-
evNames / evBoxs should be "static const"2007-12-02, by reimar
-
stream_opts arrays should be const2007-12-02, by reimar
-
Make m_option_t arrays referenced by cfg-common.h const2007-12-02, by reimar
-
Table of ID3 genres should be const as well2007-12-02, by reimar
-
Format mapping table should be const2007-12-02, by reimar
-
Preserve unsv:// protocol specifier over http redirects.2007-12-02, by reimar
-
Fix playback of streams with more than one video track (only one supported).2007-12-02, by cehoyos
-
Get rid of fsPressed variable and related code. It does not really2007-12-02, by reimar
-
Parameter of Filter function can be const, removes the warning2007-12-02, by reimar
-
Fix return type of getGtkEntryText, it must be const2007-12-02, by reimar
-
Make the main m_option_t arrays const2007-12-02, by reimar
-
Add appropriate const specifiers to some custom parse functions.2007-12-02, by reimar
-
Move fakemono extern to cfg-common.h where it is actually used.2007-12-02, by reimar
-
Remove pointless ifdefs around extern declarations2007-12-02, by reimar
-
Option print functions may not and do not modify value2007-12-02, by reimar
-
Do not queue empty cmd.2007-12-02, by ulion
-
Mark more m_option_t uses as const2007-12-02, by reimar
-
Get rid of some "discards qualifiers" warnings2007-12-02, by reimar
-
First try to mark some things in m_config correctly as const2007-12-02, by reimar
-
get/set video colors string is constant2007-12-02, by reimar
-
vf_equalizer_t string is constant2007-12-02, by reimar
-
Make osd font const2007-12-02, by reimar
-
Make all vf_info_t structs const2007-12-02, by reimar
-
Mark the vo_functions_t definitions as const where possible.2007-12-02, by reimar
-
Mark several uses of vo_functions_t as const to stop some of the current2007-12-02, by reimar
-
Remove completely outdated commented-out code2007-12-02, by reimar
-
Fix some spelling typos2007-12-02, by diego
-
Make vo info structs const2007-12-02, by reimar
-
Remove last remains of long-gone VOCTRL_SCREENSHOT2007-12-02, by reimar
-
Remove video_out_png extern in vo_vesa (remains of ill-advised2007-12-02, by reimar
-
Remove casts that are (no longer) necessary2007-12-02, by reimar
-
Use proper type for vidix_preinit parameter instead of void *2007-12-02, by reimar
-
Mark all stream_info_t as const2007-12-02, by reimar
-
When IFO file is opened (detected by extension), set dvd-device to IFO file's2007-12-02, by voroshil
-
Make auto_open_streams array itself const2007-12-02, by reimar
-
Add type info to menu_t, now we can get the menu name and the type name of menu.2007-12-02, by ulion
-
auto_open_streams should have const type, fix also the places where it is used2007-12-01, by reimar
-
Finally replace get_uint?? by AV_RL??2007-12-01, by reimar
-
Get rid of annoying, space-wasting sizeof(uint32_t)2007-12-01, by reimar
-
Bigendian fix for ogg in AVI2007-12-01, by reimar
-
Use a loop instead of doing the same thing three times2007-12-01, by reimar
-
Use a pointer variable for extradata to simplify init_avi_with_ogg2007-12-01, by reimar
-
Set sh_video->format when parsing aviheader, otherwise it might never2007-12-01, by reimar
-
Remove some pointless casts2007-12-01, by reimar
-
Create correct extradata for vorbis audio when used as avi sub-demuxer2007-12-01, by reimar
-
Fix some typos in comments, grammar is still bad.2007-12-01, by reimar
-
Fix typos in comments to stop them hurting my eyes2007-12-01, by reimar
-
Fix ao_null with float samples2007-12-01, by uau
-
ao_null: Make duration of "buffered" audio constant2007-12-01, by uau
-
simplify2007-11-30, by michael
-
10l for me. I should read my own comments just above it ;)2007-11-30, by ivo
-
less code for initializing default settings2007-11-30, by ivo
-
add test for deprecated and obsolete functions2007-11-30, by ivo
-
Make outburst and buffersize depend on channel count.2007-11-30, by reimar
-
100l, bzero is deprecated, use memset instead2007-11-30, by reimar
-
this variable was nothing but a useless memleak2007-11-30, by ben
-
this local variable can be static2007-11-30, by ben
-
Remove stray line that slipped through in last commit.2007-11-30, by ulion
-
Fix warnings:2007-11-30, by ulion
-
Comment some #endif directives.2007-11-30, by diego
-
Add support for Apple's yuv2 raw format2007-11-30, by reimar
-
Add the correct format substitutions to make the raw decoders2007-11-30, by reimar
-
Support double buffering, fix osd flicker.2007-11-30, by ulion
-
Fix play window not get actived problem on Leopard.2007-11-30, by ulion
-
Ignore empty event.2007-11-29, by ulion
-
-identify also shows the duration(s) of the title(s)2007-11-29, by nicodvb
-
cosmetics: moved identification code to a separate function2007-11-29, by nicodvb
-
Proper license header.2007-11-29, by ivo
-
Remove redundant changelog from comments2007-11-29, by ivo
-
Proper license header.2007-11-29, by ivo
-
Remove redundant changelog comments. There's always svn log.2007-11-29, by ivo
-
Remove redundant changelog from comments. There's always svn log.2007-11-29, by ivo
-
Fix multiple inclusion guards, identifiers starting with __ are reserved2007-11-29, by diego
-
Even when vobsub is forced, .ifo file is still not necessary,2007-11-29, by ulion
-
when no title is chosen -identify all titles present in the dvd2007-11-29, by nicodvb
-
with -identify show the title being described2007-11-29, by nicodvb
-
-identify shows chapters times when playing dvd streams2007-11-28, by nicodvb
-
-identify chapters of chosen title2007-11-28, by nicodvb
-
r24924: Add audio filter scaletempo2007-11-28, by voroshil
-
r25011: a couple of tricks to improve playback resistance and usability of dvb streams2007-11-28, by voroshil
-
r25058: Add missed translatable string in my previous commit2007-11-28, by voroshil
-
Add an example for play DTS-CD with passsthrough.2007-11-28, by ulion
-
Correct VCD track no. calculation on Windows.2007-11-28, by zuxy
-
Avoid gcc warning:2007-11-28, by zuxy
-
Return correct length in ID_VCD_TRACK_n_MSF2007-11-28, by zuxy
-
Set protocol for the vo proxy used in shared-buffer mode.2007-11-28, by ulion
-
Enable -rtsp-port for nemesi2007-11-27, by lu_zero
-
Remove stray var2007-11-27, by lu_zero
-
synced with r251792007-11-27, by ptt
-
Added myself, as suggested by Diego.2007-11-27, by ulion
-
Takeover as maintainer of mplayer osx port with Nicolas' blessing.2007-11-27, by ulion
-
Add missing forced linebreak, slight wording improvement.2007-11-27, by diego
-
Use const char * to replace a char * parameter.2007-11-27, by ulion
-
Fix warnings:2007-11-27, by ulion
-
synced with r249542007-11-26, by ptt
-
synced with r246042007-11-26, by ptt
-
synced with r243462007-11-26, by ptt
-
was synced to r25017, my fault sorry2007-11-26, by ptt
-
synced with r250112007-11-26, by ptt
-
synced with r251462007-11-26, by ptt
-
synced with 251582007-11-26, by ptt
-
100l in play_tree_parser_get_line, check that there actually is2007-11-26, by reimar
-
Replace http:// URLs in asx files by mmshttp://.2007-11-26, by reimar
-
Simplify convert_14bits_to_16bits function in ad_hwac32007-11-26, by reimar
-
Add missing '\n' in tv scanner results output.2007-11-26, by voroshil
-
Fix warning on Leopard, tested ok on Tiger:2007-11-26, by ulion
-
Fix warning:2007-11-26, by ulion
-
Support stream redirection from http to mms, fix bug #927.2007-11-26, by ulion
-
Fix code to make sure the browse starting path within the menu-chroot path.2007-11-26, by ulion
-
Restore copyright/license notices that were stripped off.2007-11-25, by diego
-
Remove mapdev.vxd. It is a non-free Win9x/DOS binary and its usage remains2007-11-25, by diego
-
Make up missed update for osd message.2007-11-25, by ulion
-
Support select subtitle by source, add 4 properties:2007-11-25, by ulion
-
Since FFmpeg r11077, some muxers/demuxers don't exist in libavformat anymore.2007-11-24, by cehoyos
-
Revert r25089 (Ignore video formats which are supported by device2007-11-24, by voroshil
-
Move requested format at top and shift all oters down2007-11-24, by voroshil
-
Сreate empty format arrays in case of error in init_chain_common.2007-11-24, by voroshil
-
Support convert 14-bit DTS stream into 16-bit stream if needed,2007-11-24, by ulion
-
pgc->subp_control and pgc->audio_control are no more bitfields,2007-11-23, by nicodvb
-
replaced audio_mapping_t and sub_mapping_t with uint16_t and uint32_t2007-11-23, by nicodvb
-
Fix memory leak of image_data.2007-11-23, by ulion
-
Fix a memory leak when working in shared_buffer mode.2007-11-23, by ulion
-
Check boundary for queue's current_index.2007-11-23, by ulion
-
Clarify playtree explanation.2007-11-23, by diego
-
Enable Theora support2007-11-23, by lu_zero
-
Prevent from using data->len when data is NULL (when play() return NULL).2007-11-23, by ulion
-
Move the setCurrentTexture call into flip_page(), fix osd flicker problem.2007-11-23, by ulion
-
Fix half-baked last commit.2007-11-22, by diego
-
don't include anymore the dvdread headers from the dvdnav directory2007-11-22, by nicodvb
-
Remove ! operator hack, we require a POSIX-compatible-shell.2007-11-22, by diego
-
Invert the logic to check the cmp return value cmp to avoid using the ! operator.2007-11-22, by diego
-
comment spelling/grammar fixes2007-11-22, by diego
-
mention VC-1/WMV MMX speed-up in the changelog2007-11-22, by gpoirier
-
Fix compilation error.2007-11-22, by iive
-
Fix a wrong cmdline example of using -menu-chroot.2007-11-21, by ulion
-
Compilation fix (typo)2007-11-21, by voroshil
-
AAC support (aac-hbr only)2007-11-21, by lu_zero
-
Media Format to fourcc conversion (from amol)2007-11-21, by lu_zero
-
Make hwdts support more dts format identification, 14bits or 16bits, LE or BE.2007-11-21, by ulion
-
Rename timer-lx.c --> timer-linux.c.2007-11-21, by diego
-
main() --> main(void)2007-11-21, by diego
-
main() --> main(void)2007-11-21, by diego
-
Remove unused function write_psm_block(), fixes the warning:2007-11-21, by diego
-
Support dump AF_FORMAT_AC3 format.2007-11-21, by ulion
-
Sizes of arpmt and arStreamCaps must be equal.2007-11-21, by voroshil
-
vcd://<n> now works for MinGW32 too, hence the updated doc2007-11-21, by zuxy
-
Move code related to chain initialization and similar2007-11-20, by voroshil
-
Fix mplayer crash caused by r251162007-11-20, by voroshil
-
Musepack SV8 lavc decoder support2007-11-20, by kostya
-
Put colon inside replaceable tag.2007-11-20, by diego
-
Remove no more needed check2007-11-20, by voroshil
-
Fix totally wrong (due to mess of brackets) structures size check.2007-11-20, by voroshil
-
Replace several parameters for get_available_formats_stream2007-11-20, by voroshil
-
New routine for reconnecting two pins with new media type2007-11-19, by voroshil
-
Move pointer to SampleGrabber filter into chain structure.2007-11-19, by voroshil
-
Move common chain uninit code into separate routine.2007-11-19, by voroshil
-
pass chain structure instead of several variables to build_sub_graph2007-11-19, by voroshil
-
fix missed change2007-11-19, by voroshil
-
Add capture filter's pointer to vbi chain structure too.2007-11-19, by voroshil
-
Code unification: get rid of local variable arpmtVBI2007-11-19, by voroshil
-
Add major media type to chain structure2007-11-19, by voroshil
-
One step of code cleanup: move all variables, related2007-11-19, by voroshil
-
Let NSApp handle events when uninit to fix the delay dealloc bug of mpGLView.2007-11-19, by ulion
-
100l: Fix long standing copy-paste error:2007-11-19, by voroshil
-
Add padding and unroll loop 4x for at least another 10% speedup2007-11-18, by reimar
-
Change to a 64 bit accumulation variable instead of shifting.2007-11-18, by reimar
-
Use "long" instead of "int" for innermost loop variable.2007-11-18, by reimar
-
Rearrange scaletempo inner loop.2007-11-18, by reimar
-
warn users to disable dvdread internal (at least for the moment: there's2007-11-18, by nicodvb
-
100l, someone mixed up && and ||, so if allocation of only one buffers failed2007-11-18, by reimar
-
Avoid some casts by changing int8_t* to void* in af_scaletempo2007-11-18, by reimar
-
Add all passed to VID_SET_FORMAT formats to the end of2007-11-18, by voroshil
-
Ensure that when VID_GET_FORMAT ioctl is called,2007-11-18, by voroshil
-
(cosmetics) Indentation fix of previous commit.2007-11-18, by voroshil
-
New media format negotiation code:2007-11-18, by voroshil
-
Move setting media format code2007-11-18, by voroshil
-
Pass all available formats to chain building routine and2007-11-18, by voroshil
-
100l, fix uint32_t* instead of uint32_t typo in demux_mf type->fourcc table2007-11-18, by reimar
-
Ignore video formats which are supported by device2007-11-18, by voroshil
-
Fix crash when pin connection fails.2007-11-18, by voroshil
-
Prevent chains from building more than once.2007-11-18, by voroshil
-
Handle "out of memory" error.2007-11-18, by voroshil
-
Move chains building code into separate routines.2007-11-18, by voroshil
-
Add a wish which is available in some filters and players on win32.2007-11-18, by ulion
-
mention the new build system2007-11-17, by nicodvb
-
(cosmetics) Lookup table alignment.2007-11-17, by voroshil
-
Service routine for constructing AM_MEDIA_TYPE structure from2007-11-17, by voroshil
-
Disable terminating directshow chains with NullRenderer filter,2007-11-17, by voroshil
-
Fix bogus bits per pixel values in lookup table.2007-11-17, by voroshil
-
Cleanup sg_io_hdr initialization a bit2007-11-17, by reimar
-
We do not have any use for the sense data, so we don't need a buffer for it.2007-11-17, by reimar
-
(cosmetics) Indentation fix2007-11-17, by voroshil
-
Some more cosmetics2007-11-17, by reimar
-
Move the zeroing directly before the other initialization code2007-11-17, by reimar
-
Move everything that sets buffer values together.2007-11-17, by reimar
-
Another place that can use AV_WB322007-11-17, by reimar
-
Some cosmetics in dvd_set_speed2007-11-17, by reimar
-
Move the DVD speed factor -> KB/s conversion into the case2007-11-17, by reimar
-
Add a missing close() to dvd_set_speed function2007-11-17, by reimar
-
Open device file only right before we need it, so we do not2007-11-17, by reimar
-
Do not print Ok message when setting speed limit failed2007-11-17, by reimar
-
AV_WB16(..., 1000) more obviously represents one second that assigning2007-11-17, by reimar
-
Use AV_WB32 instead of manual bit-fiddling when setting DVD speed2007-11-17, by reimar
-
GPCMD_SET_STREAMING command is 12 bytes large, not 162007-11-17, by reimar
-
Ignore stream id when checking rdt packet flags2007-11-17, by rtogni
-
Remove a pointless #ifdef2007-11-17, by reimar
-
Replace if-else constructs for type -> fourcc mapping by a table in demux_mf2007-11-17, by reimar
-
Fix pausing_toggle not continue play bug when it follows a pause immediately.2007-11-17, by ulion
-
report why the dvd couldn't be opened. Patch by Jan Knutar jknutar+nic+fi2007-11-16, by nicodvb
-
Add missed translatable string in my previous commit2007-11-16, by voroshil
-
Make sure that mplayer will receive actual media type2007-11-16, by voroshil
-
Fix FPS from bitrate calculation (was 8 times larger than real value).2007-11-16, by voroshil
-
Print warning about encrypted audio tracks2007-11-15, by rtogni
-
Remove the pause filter and the cmd queue hack, to know the mplayer going to2007-11-15, by ulion
-
removed forgotten and out of date comment2007-11-14, by nicodvb
-
removed unneeded checks on MP_DVDNAV and DVDNAV_FORMAT_AC3 (we need and assume our fork)2007-11-14, by nicodvb
-
reindentation2007-11-14, by nicodvb
-
removed unneeded checks on the version of dvdnav (the acceptance of2007-11-14, by nicodvb
-
change fftiff from untested to working2007-11-14, by compn
-
add tif support to demux_mf2007-11-14, by compn
-
Not all cards supports changing country code.2007-11-14, by voroshil
-
libogg muxer no longer exists in FFmpeg.2007-11-14, by diego
-
remove technical changes as pointed out by uau and diego, another update2007-11-14, by compn
-
mencoder has mkv nut and mxf output using lavf2007-11-14, by compn
-
some updates2007-11-14, by compn
-
The FFmpeg WMV2 decoder is no longer buggy now that J-frames are supported.2007-11-13, by diego
-
Check for second stream presence, fixes single stream playback (from amol)2007-11-13, by lu_zero
-
10l video != audio2007-11-13, by lu_zero
-
support extradata for audio streams2007-11-13, by lu_zero
-
fetch metadata for audio (from amol)2007-11-13, by lu_zero
-
Revert stray commit r250272007-11-13, by lu_zero
-
fix typo spotted by corey2007-11-13, by compn
-
Remove an useless conditional suggested by Emanuele Giaquinta.2007-11-13, by ulion
-
Check for second stream presence, fixes single stream playback (from amol)2007-11-13, by lu_zero
-
Add missing call to audio_in_uninit in v4l2 tv driver.2007-11-13, by voroshil
-
Replace stupid "unsigned long" by the correct uint32_t.2007-11-12, by reimar
-
Use proper inttypes.h types instead of broken uint32 etc. defines2007-11-12, by reimar
-
10l video != audio2007-11-12, by lu_zero
-
support extradata for audio streams2007-11-12, by lu_zero
-
fetch metadata for audio (from amol)2007-11-12, by lu_zero
-
Add support for mpeg4video-es (from dario)2007-11-12, by lu_zero
-
fix forcefps (from amol)2007-11-12, by lu_zero
-
Refactor demux_nemesi (from amol)2007-11-12, by lu_zero
-
unaligned store, should fix bug #8932007-11-11, by lu_zero
-
Prefer DMO Windows Media codecs over the DShow ones. They are considerably2007-11-11, by diego
-
Remove useless definition.2007-11-11, by ulion
-
OGG_MUXER was renamed to LIBOGG_MUXER in FFmpeg.2007-11-11, by diego
-
Better handling of win32 GUI thread:2007-11-11, by zuxy
-
Indent fix for last change.2007-11-11, by ulion
-
Support mute when passthrough to digital output.2007-11-11, by ulion
-
wording/grammar/spelling/formatting2007-11-10, by diego
-
& => &2007-11-10, by nicodvb
-
Get rid of M$ silliness.2007-11-10, by diego
-
at the end of open() warn users that seeking won't work correctly if the cache is enabled2007-11-10, by nicodvb
-
switch_audio works with many other formats than described2007-11-10, by nicodvb
-
small rephrasing2007-11-10, by nicodvb
-
a couple of tricks to improve playback resistance and usability of dvb streams2007-11-10, by nicodvb
-
Make crash-debug gdb auto-execute "bt"2007-11-10, by reimar
-
Restore terminal for gdb with -crash-debug by calling getch2_disable()2007-11-10, by reimar
-
Fix dead lock when changing and restoring stream format for digital output,2007-11-10, by ulion
-
Make page up and down with proper page size instead of always 10 rows.2007-11-10, by ulion
-
J/X8-Frames in WMV2 are finally supported!2007-11-09, by reimar
-
Add missing header files, fixes the warnings:2007-11-09, by diego
-
Add missing header file, fixes the warnings:2007-11-09, by diego
-
Remove misleading comment and remove unnecessary #includes.2007-11-09, by diego
-
Rearrange headers to get rid of an #undef and remove unnecessary headers.2007-11-09, by diego
-
Remove unnecessary dsputil.h #include, fixes the warnings:2007-11-09, by diego
-
#include libavcodec/eval.h instead of manually declaring ff_eval.2007-11-09, by diego
-
const fix2007-11-09, by rfelker
-
ack, can't believe i wrote this crap with void pointer arithmetic2007-11-09, by rfelker
-
begin moving const filter data to .text/.rodata sections2007-11-09, by rfelker
-
stage 1 of applying const to vf structs2007-11-09, by rfelker
-
vf_screenshot does not depend on libpng; it uses libavcodec now2007-11-09, by rfelker
-
correct const usage in the option handling code so that tables can be2007-11-09, by rfelker
-
Enable ontop command from mplayer to be sent to mplayer osx.2007-11-09, by ulion
-
Sync with Linux kernel with some latest feature bits.2007-11-09, by zuxy
-
Fix possible null-pointer-dereference in stream_fill_buffer().2007-11-08, by cehoyos
-
Fix possible null-pointer-dereference in parse_smil().2007-11-08, by cehoyos
-
Simplify decode_audio function a bit.2007-11-08, by reimar
-
Fix pause key problem in correct way, only handle pause cmd when showing menu.2007-11-08, by ulion
-
Fix cmd filter memory leak, free the cmd after filter ate it.2007-11-08, by ulion
-
Handle mouse up event to get double click support from mp_fifo.2007-11-07, by ulion
-
add support for newer libdca2007-11-06, by rathann
-
Fix mouse right button and middle button incorrect identifications.2007-11-06, by ulion
-
Fix KPENTER keycode value.2007-11-06, by ulion
-
Fix the prevent system idle code. Original code also works, but not as expected.2007-11-06, by ulion
-
Fix the prevent system idle code. Original code also works, but not as expected.2007-11-06, by ulion
-
Warning fixes:2007-11-06, by ulion
-
cosmetics: output grammar/spelling fixes2007-11-06, by diego
-
cosmetics: Comment grammar and spelling fixes.2007-11-06, by diego
-
Reduce excessive verbosity: Move debug messages to the appropriate MSGL2007-11-06, by diego
-
Fix typo in error message2007-11-06, by reimar
-
Fix memory leak caused by after calling mp_input_get_cmd didn't free the cmd.2007-11-06, by ulion
-
reindented2007-11-05, by nicodvb
-
10l, setting a non-existent timestamp (default 0.0) when the pts flag isn't set in2007-11-05, by nicodvb
-
Fix memory leak.2007-11-05, by voroshil
-
Fix segmentation fault after audio initialization failure in tv driver.2007-11-05, by voroshil
-
Add include to fix warning:2007-11-05, by ulion
-
sync w/r24954, patch by JRaSH %jrash06 A 163 P com%2007-11-05, by gpoirier
-
Warning fixes:2007-11-05, by ulion
-
10l Diego, revert commit 24966.2007-11-04, by iive
-
Fix previous incorrect commit, +/- has higher precedence than shifts.2007-11-04, by diego
-
The function names of [rgb|bgr]1[56]to[UV|Y] had rgb<->bgr flipped.2007-11-04, by diego
-
Escape some more '-'.2007-11-04, by diego
-
synced with r249542007-11-04, by Gabrov
-
Old code for dvdsub_id fix assume the global_sub_indices[SUB_SOURCE_DEMUX]2007-11-04, by ulion
-
Avoid short forms; has the added benefit of allowing compilation with gcc 2.952007-11-03, by diego
-
Add an example on how to use slave mode with a fifo2007-11-03, by reimar
-
Add some parentheses to fix the following warnings:2007-11-03, by diego
-
add some updates2007-11-03, by compn
-
Fix link to email explaining the paused vf_menu behaviour change2007-11-03, by reimar
-
Replace some Hungarian comments, thanks to Denes Balatoni for the translation.2007-11-03, by diego
-
Escape a ton of '-'. Note that this is likely not complete.2007-11-03, by diego
-
another round of '-' escapes2007-11-03, by diego
-
one more '-' escape, wording fix2007-11-03, by diego
-
Escape some more '-' where appropriate.2007-11-03, by diego
-
Remove idiotic check that would always be false2007-11-03, by reimar
-
Explain new ao_pulse option syntax2007-11-03, by reimar
-
Change parsing to allow host == NULL and sink != NULL2007-11-03, by reimar
-
Simplify argument "parsing"2007-11-03, by reimar
-
Make sink variable local, it is only used in one place2007-11-03, by reimar
-
Remove a check+abort, this case should never happen anyway, and if it does2007-11-03, by reimar
-
sync w/r24924, patch by JRaSH %jrash06 A 163 P com%2007-11-03, by gpoirier
-
r24875: program switching in demux_lavf2007-11-03, by voroshil
-
r24892: move errors and a warning to help_mp-en.h2007-11-03, by voroshil
-
r24907: Remove paragraph that no long applies: runtime SSE detection on Windows.2007-11-03, by voroshil
-
We support gcc 2.95 (fixes r24928).2007-11-02, by cehoyos
-
in video_read_frame() set the keyframe flag in demuxer->video when dealing with2007-11-02, by nicodvb
-
synced with r249382007-11-02, by Gabrov
-
prevent unlikely memleak2007-11-02, by nicodvb
-
10l, priv->use_psm can be 1 only if the format is genmpeg22007-11-02, by nicodvb
-
add streams to the PSM only if priv->use_psm is set, otherwise the muxer would2007-11-02, by nicodvb
-
removed no more needed variable2007-11-02, by nicodvb
-
moved to fix_parameters() the code that decides if the PSM is needed2007-11-02, by nicodvb
-
Add missing #include to fix GNU/kFreeBSD compilation, see Debian bug #448791.2007-11-01, by diego
-
A/V sync: take audio filter buffers into account2007-11-01, by uau
-
af_scaletempo: code cleanup2007-11-01, by uau
-
af_scaletempo: Fix crash in option parsing2007-11-01, by uau
-
af_scaletempo: Fix audio copy position2007-11-01, by uau
-
Add audio filter scaletempo2007-11-01, by uau
-
Make output samplerate independent of -speed2007-11-01, by uau
-
Simplify init_audio_filters() arguments2007-11-01, by uau
-
audio: simplify buffer allocation code2007-11-01, by uau
-
Change decode_audio() interface2007-11-01, by uau
-
Clean up some fields in stheader.h structs2007-11-01, by uau
-
Remove some pointless 'inline' qualifiers2007-11-01, by uau
-
libaf: Remove rational number implementation2007-11-01, by uau
-
libaf: change filter input/output ratio calculations2007-11-01, by uau
-
Remove unused functions in af.c2007-11-01, by uau
-
Replace hopefully unreachable code with abort()2007-11-01, by uau
-
dec_audio.c: Make some functions static2007-11-01, by uau
-
Simplify audio buffer allocation logic2007-11-01, by uau
-
Reindent dec_audio.c2007-11-01, by uau
-
typo2007-11-01, by voroshil
-
Escape some more '-' where appropriate.2007-10-31, by diego
-
corrected vqscale indentation2007-10-31, by ptt
-
Remove paragraph that no long applies: runtime SSE detection on Windows.2007-10-31, by zuxy
-
Fix input.conf parse bug when comment follows key binding in the same line.2007-10-31, by ulion
-
Remove outdated Hungarian translation of the playtree documentation.2007-10-30, by diego
-
Add a backslash.2007-10-30, by cehoyos
-
removed unused variables and parameters2007-10-30, by nicodvb
-
spelling2007-10-30, by compn
-
remove thanks2007-10-30, by compn
-
Explain the difference between '-' and '\-', correctly now.2007-10-30, by diego
-
movie player for Linux --> movie player2007-10-30, by diego
-
Add some missing escapes for '-'.2007-10-30, by diego
-
Consistently use \- in option names.2007-10-30, by diego
-
Remove unused variable:2007-10-30, by diego
-
Comment out uninit function, its use is commented out. Fixes warning:2007-10-30, by diego
-
Remove commented-out and unused fmt_list array.2007-10-30, by diego
-
Remove unused fmt_list array, fixes the warnings:2007-10-30, by diego
-
move errors and a warning to help_mp-en.h2007-10-30, by compn
-
Remove unused functions, fixes the warnings:2007-10-30, by diego
-
Disable clear_screen function, the call to the function is commented out2007-10-30, by diego
-
Comment out unused variable, fixes the warning:2007-10-30, by diego
-
Remove unused functions, fixes the warnings:2007-10-30, by diego
-
Disable function that is only used in disabled code, fixes warning:2007-10-30, by diego
-
sync with FFmpeg r108742007-10-30, by diego
-
Detect IPv6 support on Windows2007-10-30, by zuxy
-
Fix fps guessing2007-10-29, by lu_zero
-
Update to use newer libnemesi, should fix desync, fps guessing may fail now2007-10-29, by lu_zero
-
Change the frame format passed to lavc realvideo decoders to adapt for2007-10-28, by rtogni
-
sync w/r248752007-10-28, by gpoirier
-
Cleanup guess_buffer_cp() a bit, remove tmp variable, break the loop on success.2007-10-28, by iive
-
removed silly #if 12007-10-27, by nicodvb
-
DEMUXER_TYPE_TV is always defined, thus removed corresponding #ifdef USE_TV.2007-10-27, by nicodvb
-
reindented previously modified code2007-10-27, by nicodvb
-
program switching in demux_lavf2007-10-27, by nicodvb
-
program switching in demux_lavf2007-10-27, by nicodvb
-
implemented DEMUXER_CTRL_IDENTIFY_PROGRAM to permit program switching2007-10-27, by nicodvb
-
permit identification and selection of programs2007-10-27, by nicodvb
-
Make functions static if they aren't referenced externally.2007-10-27, by zuxy
-
Remove unused variables.2007-10-27, by zuxy
-
in process_userdata() move debugging messages from stdout to stderr2007-10-27, by nicodvb
-
removed funny calls to fflush(stdout) after mp_msg()2007-10-27, by nicodvb
-
removed more empty spaces and empty lines2007-10-27, by nicodvb
-
Cosmetic fix for r248612007-10-27, by zuxy
-
Avoid crash after recovering from screensaver2007-10-27, by zuxy
-
Remove assert. Not only are they no help at all and proper checks should2007-10-27, by reimar
-
Basic support for Closed Captioning Roll-up mode.2007-10-27, by voroshil
-
Reset two static variables for nosub range when subdata changed/switched.2007-10-27, by ulion
-
Cosmetics: fix indentation after last commit.2007-10-25, by eugeni
-
Check return value of add_face.2007-10-25, by eugeni
-
demuxer.c: Remove useless code2007-10-25, by uau
-
fixed osd on mac2007-10-25, by compn
-
r24740: misc roff fixes2007-10-25, by voroshil
-
r24745: libavcodec now supports dnxhd encoding.2007-10-25, by voroshil
-
r24772: DirectShow based tv:// driver for win322007-10-25, by voroshil
-
Don't wait for filling entire audio ringbuffer at each call to grab_audio_frame.2007-10-25, by voroshil
-
Add missing call to audio_in_start_capture.2007-10-25, by voroshil
-
add missing include (errno.h). fix compilation on openbsd2007-10-24, by ivo
-
synced with r248412007-10-24, by Gabrov
-
Get rid of void pointer arithmetic.2007-10-23, by zuxy
-
Fix input command parser for using only tab to separate the arguments.2007-10-23, by ulion
-
Fix GetTimerMS() discontinuous return value bug caused by GetTimer() overflow2007-10-23, by ulion
-
A missing break statement caused SDLK_PLUS to be triggered twice on one press.2007-10-22, by diego
-
type fix: there was a 'not' too much2007-10-22, by ptt
-
synced with r248372007-10-22, by ptt
-
synced with r248202007-10-22, by ptt
-
sunc with r247902007-10-22, by ptt
-
Spelling, vf_ow parameters are optional.2007-10-22, by diego
-
fix warning:2007-10-22, by diego
-
grammar fix2007-10-22, by ptt
-
support for wavpack in matroska2007-10-22, by compn
-
add support for wavpack into matroska2007-10-21, by aurel
-
Fix warning:2007-10-21, by diego
-
vp6vfw can decode vp6f too2007-10-21, by compn
-
Replace hardcoded 0 by equivalent O_RDONLY2007-10-21, by reimar
-
Check ICDecompressGetFormatSize to avoid crashes.2007-10-21, by reimar
-
Remove some unused code, fixes the following warnings:2007-10-21, by diego
-
Remove unused code and fix warning:2007-10-21, by diego
-
ao_openal is mine as well (however someone else developing it further would be welcome)2007-10-21, by reimar
-
I'll be maintaining ao_pulse for now2007-10-21, by reimar
-
_vorbis_block_alloc() is used w/o prototype, this will crash on ia64.2007-10-20, by diego
-
Remove unnecessary lines from patch headers.2007-10-20, by diego
-
Certain VIDIX drivers only work on x86, disable for other arches.2007-10-20, by diego
-
Disable libavcodec libvorbis encoder2007-10-20, by uau
-
Clarify that -vo gl bicubic filtering is B-spline, not polynomial2007-10-20, by reimar
-
Set CONFIG_LIBVORBIS correctly2007-10-20, by reimar
-
Add ASF/MXF decryption support to Changelog2007-10-20, by reimar
-
Simplify handling SET_NORM for V4l1: replace several if-else-if and switch2007-10-20, by voroshil
-
czech/slovak character set fixes:2007-10-20, by voroshil
-
Avoid text deformation and subtitles moving outside the screen in pan-and-scan2007-10-19, by eugeni
-
indentation fix+typo fix2007-10-19, by ptt
-
reminder that this filter has broken global vars2007-10-19, by rfelker
-
Mark constant argument of mp_header_process_sequence_header as such.2007-10-19, by diego
-
-ao pulse in changelog2007-10-18, by reimar
-
Add missing ao_pulse.c2007-10-18, by reimar
-
Replace Polyp- by PulseAudio output.2007-10-18, by reimar
-
Add a space behind openal to get minimum length of 72007-10-18, by reimar
-
Docs update: -ao openal handles more than one channels since some time already2007-10-18, by reimar
-
add comment to endif2007-10-18, by compn
-
Fix typo in comment2007-10-18, by reimar
-
Sync with latest FFmpeg changes.2007-10-18, by diego
-
Sync with FFmpeg r10774.2007-10-18, by diego
-
Rename LIB to LIBNAME for consistency.2007-10-18, by diego
-
1l: Update wrong #endif comment.2007-10-18, by diego
-
Add FFMPEG_ prefix to all multiple inclusion guards.2007-10-18, by diego
-
Remove unused static function get_image().2007-10-17, by zuxy
-
Add Coinitialize function to vfw encoder and win32 loader.2007-10-17, by compn
-
simple avoid wine complaints fix by sherpya2007-10-17, by compn
-
synced with r247952007-10-16, by Gabrov
-
better vfw encoding workaround for vp7 fourcc2007-10-16, by compn
-
add some changes2007-10-16, by compn
-
add nellymoser to changelog2007-10-16, by compn
-
add nellymoser codec to mplayer with internal fourcc NELL2007-10-16, by compn
-
After receiving EINTR 'read' syscall should be restarted.2007-10-16, by voroshil
-
Disable channel scanner when no tuner is present.2007-10-15, by voroshil
-
synced with r247882007-10-15, by Gabrov
-
now italian DOCS are there to be referenced...2007-10-15, by ptt
-
Fix mplayer segfault when v4l driver initialization (at setting norm2007-10-14, by voroshil
-
#ifdef's in tv.c and tv.h becomes more and more hard to maintain.2007-10-14, by voroshil
-
Add -lavfdopts cryptokey2007-10-14, by reimar
-
small grammar fix2007-10-14, by diego
-
Consistently set NOTE: in italics.2007-10-14, by diego
-
Remove unnecessary curly braces.2007-10-14, by voroshil
-
8 bytes buffer is not enough for at least SECAM-DK.2007-10-14, by voroshil
-
Replace duplicated code with call to routine2007-10-14, by voroshil
-
10l: routine sets norm from parameter, but prints value of tv norm option2007-10-14, by voroshil
-
(cosmetics) indentation fix of my previous commit and small readability2007-10-14, by voroshil
-
Remove driver-dependent #ifdef from norm_from_string routine.2007-10-14, by voroshil
-
(cosmetics) remove trailing whitespace2007-10-14, by voroshil
-
10l fix compilation with v4l22007-10-13, by iive
-
Add me as author of dshow tv:// driver2007-10-13, by voroshil
-
Changelog entry for dshow tv:// driver2007-10-13, by voroshil
-
DirectShow based tv:// driver for win322007-10-13, by voroshil
-
add more warning fixes change2007-10-13, by compn
-
Fix deallocate bug which sometimes causes a crash when reinitializing.2007-10-13, by nplourde
-
bugfix for ao_macosx last dts passthrough patch, patch by Ulion, ulion2002 gmail com2007-10-13, by nplourde
-
support Y800 in raw video2007-10-13, by diego
-
removed useless inclusion of error.h2007-10-13, by nicodvb
-
Reorder #includes to get rid of the FIXME2007-10-12, by zuxy
-
Remove unnecessary #include <malloc.h>2007-10-12, by zuxy
-
cosmetics: typo2007-10-11, by diego
-
Silence a gcc warning: "wrong type argument to increment".2007-10-11, by zuxy
-
Add support for AC-3/DTS passthrough.2007-10-11, by nplourde
-
Sync with FFmpeg changes, NO_DCBZL was renamed to HAVE_DCBZL.2007-10-10, by diego
-
my fault, left a wrong line, corrected2007-10-09, by ptt
-
Make vf_screenshot use the libavcodec PNG encoder2007-10-09, by reimar
-
synced with r243442007-10-09, by ptt
-
synced with r243422007-10-09, by ptt
-
synced with r247102007-10-09, by ptt
-
synced with r240872007-10-09, by ptt
-
synced with r240822007-10-09, by ptt
-
synced up to r242932007-10-09, by ptt
-
Added PAFF decoding2007-10-09, by cehoyos
-
Fix Zip Motion Blocks Video codec name.2007-10-09, by diego
-
add DNxHD (SMPTE VC-3) encoder2007-10-09, by compn
-
add vf ow filter for rc32007-10-08, by compn
-
Remove Makefile changes from upstream diff. They are strictly local.2007-10-08, by diego
-
cosmetics: Align some lines.2007-10-08, by diego
-
document filter -vf ow: Overcomplete Wavelet denoiser.2007-10-08, by gpoirier
-
libavcodec now supports dnxhd encoding.2007-10-08, by diego
-
cosmetics: Fix inconsistent indentation in directfb test.2007-10-08, by diego
-
Simplify directfb/dfbmga test.2007-10-08, by diego
-
cosmetics: Fix indentation after previous commit.2007-10-08, by diego
-
Remove useless code, the same check is performed a few lines above.2007-10-08, by diego
-
misc roff fixes2007-10-08, by diego
-
Remove the check for specific gcc versions, because:2007-10-08, by diego
-
sync to r245732007-10-08, by jheryan
-
sync to 21.9.20072007-10-08, by jheryan
-
sync to r244232007-10-08, by jheryan
-
Sync tag update2007-10-08, by voroshil
-
rc2 was released in 2007, not 20062007-10-07, by rtogni
-
rc22007-10-07, by rtogni
-
synced with r247272007-10-07, by Gabrov
-
H.264 content can also be decoded with multiple threads2007-10-07, by gpoirier
-
Add rc1try2 and rc1try32007-10-07, by rtogni
-
Fix output channle ordering2007-10-07, by rtogni
-
I have mostly taken over maintaining x11_common stuff as well2007-10-07, by reimar
-
Changed proposed monitorpixelaspect value for -vo aa to 0.5 as asked by Rich.2007-10-07, by cehoyos
-
enable fullscreen command from mplayer to be sent to mplayer osx2007-10-07, by nplourde
-
Make sure forked code does not try to display a GTK message box (and thus crashes)2007-10-07, by reimar
-
r24706: Add hint to monitorpixelaspect for -vo aa.2007-10-07, by voroshil
-
r24709: Documentation follows implementation: Encrytped DVB channels are never2007-10-07, by voroshil
-
import cleaned-up RPM spec files2007-10-06, by rathann
-
Typo2007-10-06, by rtogni
-
synced with r247112007-10-05, by Gabrov
-
rtsp-stream-over-tcp also works with NEMESI.2007-10-05, by cehoyos
-
Fix typo.2007-10-05, by cehoyos
-
Documentation follows implementation: Encrytped DVB channels are never2007-10-05, by cehoyos
-
Default monitorpixelaspect is 1.2007-10-05, by cehoyos
-
Fix typo.2007-10-05, by cehoyos
-
Add hint to monitorpixelaspect for -vo aa.2007-10-05, by cehoyos
-
synced with r246562007-10-05, by ptt
-
sync'ed with r241362007-10-04, by ptt
-
sync'd up to r240562007-10-04, by ptt
-
sync'd up to r244232007-10-04, by ptt
-
in update_stats() removed a wrong 'else' that would prevent h264 headers to be recognized:2007-10-04, by nicodvb
-
change double arrays to float (this should be accurate enough)2007-10-04, by michael
-
fix infinite loop2007-10-04, by michael
-
Fix missing subtitles after seeking back2007-10-04, by uau
-
overcomplete wavelet denoiser2007-10-03, by michael
-
support for DTS as specified in DVB (untested)2007-10-03, by nicodvb
-
The combination _vis=yes and proc=v9 makes no sense and will not even compile.2007-10-03, by reimar
-
Format 0x01 cannot be used with "AMV IMA ADPCM", because it belongs to normal PCM.2007-10-03, by voroshil
-
Do not uselessly set _x264 to the value it already has2007-10-03, by reimar
-
"AMV IMA ADPCM" can not use 0x1 as tag, it breaks normal PCM.2007-10-03, by reimar
-
Get rid of mp_msg_test in vo_png, only reason to use it is performance and2007-10-03, by reimar
-
Use IMGFMT_IS_BGR instead of mpi->flags&MP_IMGFLAG_SWAPPED, this is easier2007-10-03, by reimar
-
Make a local-only variable static in vo_png2007-10-03, by reimar
-
Set biWidth/biHeight in fli demuxer2007-10-02, by reimar
-
Make sure there is no uninitialized data in BITMAPINFOHEADER created by fli demuxer2007-10-02, by reimar
-
Remove ugly unused struct name from typedef2007-10-02, by reimar
-
cosmetics: Fix AltiVec spelling.2007-10-02, by diego
-
Fix warning:2007-10-01, by diego
-
Detect support of and add necessary CFLAGS to avoid crashes when loading2007-10-01, by diego
-
Move misplaced paragraph to the right question and fix the wording.2007-10-01, by diego
-
Remove stray XML tags that broke compilation.2007-10-01, by diego
-
Remove useless quotes.2007-10-01, by diego
-
Added EOF detection for RTSP via live5552007-09-30, by cehoyos
-
Clarify some RTSP changes2007-09-30, by cehoyos
-
mention the recent telecining bugfix in muxer_mpeg2007-09-30, by nicodvb
-
Disable direct rendering for ROQ video, the buffer management used by2007-09-30, by rtogni
-
revert changes r23805, r23819 and r23866 to restore the mga_vid check2007-09-30, by attila
-
Require atleast libnemesi 0.6.2 (range api and h263 support2007-09-30, by lu_zero
-
AMV demuxer and audio/video decoder2007-09-30, by voroshil
-
Gentoo patches for Xext2007-09-29, by lu_zero
-
Give temporary executable file the system-specific executable extension.2007-09-29, by diego
-
Move declaration of temporary file variables to after the system-specific2007-09-29, by diego
-
Fix Theora check without pkgconfig, -ltheora will not link on its own,2007-09-29, by diego
-
Nuke some more outdated and confusing comments.2007-09-29, by diego
-
Remove redundant comment.2007-09-29, by diego
-
Remove useless comment.2007-09-29, by diego
-
cosmetics: Move the command to remove configure.log out of a block of variable2007-09-29, by diego
-
sync w/246562007-09-29, by gpoirier
-
spelling cosmetics2007-09-29, by diego
-
Enable SSE on MinGW, many builds out there seem to use it without ill effect.2007-09-29, by diego
-
add flac speedups2007-09-29, by compn
-
compile fix for faq.xml2007-09-29, by kraymer
-
r24655: analyzeduration option for lavf demuxer2007-09-29, by voroshil
-
synced with r246562007-09-29, by Gabrov
-
r24030: Document special A-V sync issues with FLV files2007-09-29, by kraymer
-
AVI can do video stream switching, too2007-09-29, by reimar
-
analyzeduration option for lavf demuxer2007-09-29, by henry
-
remove useless int->double conversion2007-09-29, by henry
-
fix warnings2007-09-29, by henry
-
r24646: add -lavfdopts format option2007-09-29, by voroshil
-
1000l, the tff flag was never cleared before being overwritten with the value on bff_mask;2007-09-28, by nicodvb
-
sync w/r246462007-09-28, by gpoirier
-
Update translations to not recommend -vc dummy (it is too crash-happy)2007-09-28, by reimar
-
add -lavfdopts format option2007-09-28, by henry
-
h263 exposed2007-09-28, by lu_zero
-
r23578: Fix license header.2007-09-28, by kraymer
-
version bumps for codecs.xml and tvinput.xml2007-09-28, by kraymer
-
some whitespace cosmetics2007-09-28, by kraymer
-
missing sync tag update2007-09-28, by voroshil
-
r22718: add new audio and video codecs to libavcodec list2007-09-28, by kraymer
-
r22679: Some more details for the mga_vid section taken from drivers/README.2007-09-27, by kraymer
-
some whitespace cosmetics2007-09-27, by kraymer
-
r22141: Move all "Encoding with the XXX codec family" sections together.2007-09-27, by kraymer
-
r21897: Rephrase mga_vid section.2007-09-27, by kraymer
-
r21896: Document vo_tdfx_vid.2007-09-27, by kraymer
-
r21861: explain how to use MEncoder to create QuickTime-compatible files2007-09-27, by kraymer
-
r21748: Reformatting round continued2007-09-27, by kraymer
-
r21744: Mention that you can use different image formats with mf://2007-09-27, by kraymer
-
r21705: remove stray propmt from example2007-09-27, by kraymer
-
r21612: replace " with ", better readability2007-09-27, by kraymer
-
r21599: vstrict=0 is required to create DVDs decodable by standalone dvd players2007-09-27, by kraymer
-
"fake" commit (postpone cosmetics from r21537 for now)2007-09-27, by kraymer
-
Revert wrong ARCH_BFIN --> HAVE_BFIN change.2007-09-27, by diego
-
fixing uau's GNUisms... 100l2007-09-27, by rfelker
-
Disable unused query_format functions for now until they are2007-09-26, by diego
-
Fix compilation after FFmpegs r10594.2007-09-26, by cehoyos
-
Disable buggy unused function via #if 0, blessed by Rich.2007-09-26, by diego
-
Remove unused crappy hash_pic function, blessed by Rich.2007-09-26, by diego
-
BFIN is an architecture not a CPU extension, so move it from _cpuexts_all to _arch_all2007-09-26, by reimar
-
have ChangeLog a bit more generic about vidix ati drivers upgrade2007-09-26, by ben
-
warning fixes:2007-09-26, by diego
-
Fix playback of streams with more than one audio track (only one supported).2007-09-25, by cehoyos
-
r24550: msglevel 5 is the default.2007-09-25, by kraymer
-
misc updates and spelling fixes2007-09-25, by diego
-
cosmetics: misc typo fixes2007-09-25, by diego
-
Add IRC nick for Gianluigi Tiesi.2007-09-25, by diego
-
The FFmpeg RoQ video decoder now uses 444P colorspace.2007-09-25, by diego
-
Simplify: initialize at declaration at the start of the function2007-09-24, by reimar
-
Get rid of rather pointless asserts2007-09-24, by reimar
-
ao_alsa: Fix get_space() return values larger than buffersize2007-09-24, by uau
-
demux_audio.c: Fix timestamp handling2007-09-24, by uau
-
codecs.conf: Change Monkey's Audio decoder status to "working"2007-09-24, by uau
-
synced with r246062007-09-24, by Gabrov
-
r24604: Teletext documentation2007-09-24, by voroshil
-
r24558: Clarify the relationship between -msglevel and MPLAYER_VERBOSE.2007-09-24, by voroshil
-
Teletext documentation2007-09-24, by voroshil
-
Fix compilation with enabled radio capture and disabled OSS audio.2007-09-24, by voroshil
-
warning fix:2007-09-24, by diego
-
add support for yuva420p colorspace (yuv420p + alpha)2007-09-24, by aurel
-
Pass URLs to gmplayer when executing, it accepts URLs on the command line.2007-09-24, by diego
-
Remove Application from list of Categories, it is not a valid category.2007-09-24, by diego
-
French typo2007-09-24, by diego
-
cosmetic (get rid of _ at the start of local variable names)2007-09-24, by michael
-
According to MSDN a thread must call CoUninitialize once for each successful2007-09-23, by diego
-
Add new features, implemented in tv://2007-09-23, by voroshil
-
Fix building without network.2007-09-22, by iive
-
Change outdated note for -subfps2007-09-22, by reimar
-
Revert r24103, it was nonsense and add a comment that explains the code2007-09-22, by reimar
-
removed unused function parameters2007-09-22, by nicodvb
-
in ts_detect_streams() moved the iteration condition inside the loop2007-09-22, by nicodvb
-
add some commented register dumping code2007-09-20, by faust3
-
synced with r245732007-09-20, by Gabrov
-
libnemesi changelog item2007-09-20, by lu_zero
-
libnemesi support, yet another rtsp/rtp library...2007-09-19, by lu_zero
-
I have overhauled the build system.2007-09-19, by diego
-
I don't maintain any Windows ports, but the Debian package.2007-09-19, by diego
-
Fix loads of typos2007-09-19, by reimar
-
Add myself as Debian package maintainer, Dariush has not been active in years.2007-09-19, by diego
-
(Re)move idiotic checks, ret can't be < 0 or > 0 if the loop condition2007-09-19, by reimar
-
Fix a few typos2007-09-19, by reimar
-
More precise line spacing.2007-09-18, by eugeni
-
Fix text height calculation. It depends on line spacing.2007-09-18, by eugeni
-
Fix an obviously incorrect comment.2007-09-18, by eugeni
-
Enable ass_line_spacing option.2007-09-18, by eugeni
-
Implement setting gain control for video devices (usually webcams)2007-09-18, by voroshil
-
MPEG-2 blocks at qp 1 get overfiltered by spp, apparently because "qp>>1" turns2007-09-18, by diego
-
Mention that libavc png decoder depends on zlib2007-09-18, by reimar
-
Add comment that clears up what _WINGDI_H is for.2007-09-18, by diego
-
Mark phony targets as such.2007-09-18, by diego
-
Simplify commands with automatic variables.2007-09-18, by diego
-
fix indentation after the last change (patch by Guillaume LECERF <foxcore at gmail.com>2007-09-18, by faust3
-
synced with r245652007-09-18, by Gabrov
-
Replace stdint.h #include by functionally equivalent inttypes.h.2007-09-18, by diego
-
Replace x-dev dependency with x11proto-core-dev.2007-09-18, by diego
-
Explain how to use diff -uwbBE with svn directly2007-09-18, by reimar
-
- make dhahelperwin compile with mingw2007-09-17, by faust3
-
Make dhasetup more verbose based on code by2007-09-17, by faust3
-
rename windows ddk makefile to nmakefile so that a makefile for mingw can be added2007-09-17, by faust3
-
Clarify the relationship between -msglevel and MPLAYER_VERBOSE.2007-09-17, by diego
-
Upstream committed both of my libdvdcss patches.2007-09-17, by diego
-
Leading underscores in identifiers are reserved in C.2007-09-17, by diego
-
warning fix:2007-09-17, by diego
-
r24550: msglevel 5 is the default.2007-09-17, by voroshil
-
r24549: i_certify is no longer an option2007-09-17, by voroshil
-
Clarify description of MPLAYER_VERBOSE.2007-09-16, by diego
-
msglevel 5 is the default.2007-09-16, by diego
-
i_certify is no longer an option2007-09-16, by compn
-
reimar cleaned up tivo demuxer2007-09-16, by compn
-
vfw2menc works on linux/windows2007-09-16, by compn
-
Merge three sed invocations into one.2007-09-16, by diego
-
Install man pages in $(PREFIX)/share/man instead of $(PREFIX)/man2007-09-16, by diego
-
vfw2menc works on linux and windows x86 only2007-09-16, by compn
-
Make vd_ffmpeg work with lavf demuxer also for RealVideo.2007-09-16, by reimar
-
ao_mpegpes does not support S16_LE format, do not claim it does!2007-09-16, by reimar
-
Fix typo in comment2007-09-16, by reimar
-
reverted useless r245392007-09-15, by ben
-
added monkey audio fourcc in wave header2007-09-15, by ben
-
Add support for cook audio (though most .rm files don't work with lavf2007-09-15, by reimar
-
getch2: Fix incorrect test2007-09-15, by uau
-
restored vidix build on powerpc2007-09-15, by ben
-
this flag needs to be defined for pread() on powerpc2007-09-15, by ben
-
ifdef one variable that is not used with alpha and powerpc architectures2007-09-15, by ben
-
Copy AC-3 bsmod field into IEC data-type field as required by the specs2007-09-15, by reimar
-
Handle swab when input length is odd (treat it as if there was an additional2007-09-15, by reimar
-
Avoid one more code duplication2007-09-15, by reimar
-
get rid of pointless size parameter for tmf_load_chunk2007-09-15, by reimar
-
Avoid using demux->stream->end_pos, it rarely does any good.2007-09-15, by reimar
-
Slightly simplify IsValidAudioPacket2007-09-15, by reimar
-
Simplify another two ifs into one2007-09-15, by reimar
-
Make one mp_msg call out of 32007-09-15, by reimar
-
Simpler and more robust tar parsing2007-09-15, by reimar
-
Get rid of bloated ty_extension function2007-09-15, by reimar
-
Do not uselessly name structs2007-09-15, by reimar
-
Remove another variable and reorder to avoid wasting space due to alignment2007-09-15, by reimar
-
PTS should be passed as int64_t to demux_ty_CopyToDemuxPacket2007-09-15, by reimar
-
Remove now useless parameters from demux_ty_CopyToDemuxPacket2007-09-15, by reimar
-
Remove more unused code and variables2007-09-15, by reimar
-
cosmetics: Fix typo in function name.2007-09-15, by diego
-
removed unused members from dvdnav_priv_t2007-09-15, by nicodvb
-
Removed dead code related to stills.2007-09-15, by nicodvb
-
updated changelog with recent monkey audio decoder support2007-09-15, by ben
-
Revert r24446 since it breaks mingw32 build: _WINGDI_H is defined in wingdi.h2007-09-15, by zuxy
-
live recordings can contain 0-size type 0 chunks, ignore them instead2007-09-14, by reimar
-
Move some more variable declarations2007-09-14, by reimar
-
Remove tabs and trailing whitespace2007-09-14, by reimar
-
A few more useless ()2007-09-14, by reimar
-
Minor simplifications2007-09-14, by reimar
-
Further simplify demux_ty_FindESHeader2007-09-14, by reimar
-
Optimize demux_ty_FindESHeader2007-09-14, by reimar
-
Remove some commented-out debugging code2007-09-14, by reimar
-
Fix demux_ty_FindESHeader so it won't overread2007-09-14, by reimar
-
Simplify demux_ty_FindESPacket by reusing demux_ty_FindESHeader2007-09-14, by reimar
-
Remove unused demux_ty_FindESPacket parameter2007-09-14, by reimar
-
Simplify demux_ty_FindESHeader2007-09-14, by reimar
-
Move variable declarations into the block where they are used2007-09-14, by reimar
-
Another piece of duplicate code2007-09-14, by reimar
-
Avoid a big piece of duplicated code2007-09-14, by reimar
-
Get rid of more code duplication2007-09-14, by reimar
-
Simplify XDS handling2007-09-14, by reimar
-
Reduce code duplication2007-09-14, by reimar
-
Greatly simplify IsValidAudioPacket, though this might break something2007-09-14, by reimar
-
Simplify IsValidAudioPacket2007-09-14, by reimar
-
Do not misuse a_streams for private info, demuxer->priv is for that!2007-09-14, by reimar
-
Use AV_RB242007-09-14, by reimar
-
get rid of pointless pesFileId variables2007-09-14, by reimar
-
Simplify AV_RB32 / 256 -> AV_RB242007-09-14, by reimar
-
Use AV_RB32 instead of tivobuffer2hostlong2007-09-14, by reimar
-
Yet more cosmetics2007-09-14, by reimar
-
Move timestamps to int64_t and use MP_NOPTS_VALUE2007-09-14, by reimar
-
Demuxers are _not_ supposed to set ds->pts!2007-09-14, by reimar
-
Fix completely broken get_ty_pts (it's an ordinary MPEG timestamp)2007-09-14, by reimar
-
Another ty simplification2007-09-14, by reimar
-
Remove unused variable2007-09-14, by reimar
-
tmf_totalsize is not used either, remove it2007-09-14, by reimar
-
More simplifications2007-09-14, by reimar
-
Get rid of some quite pointless variables2007-09-14, by reimar
-
Move boundary check before use!2007-09-14, by reimar
-
pthreads support is required for teletext2007-09-14, by voroshil
-
Remove unused tmf_totalchunks2007-09-14, by reimar
-
Simplify EOF handling2007-09-14, by reimar
-
Simplify tmf_filetooffset2007-09-14, by reimar
-
Small simplifications2007-09-14, by reimar
-
10l, placed terminating 0 at the wrong place.2007-09-14, by reimar
-
Avoid strlcpy, tar headers already have space to ensure 0-termination2007-09-14, by reimar
-
Do not ignore last chunk in .tmf files, it will cause part of the file to be2007-09-14, by reimar
-
Cosmetics: remove lots of useless () and {}.2007-09-14, by reimar
-
Use CHUNKSIZE define in a few more places2007-09-14, by reimar
-
Simplify ty_extensionis2007-09-14, by reimar
-
Make demux_ty internal functions static2007-09-14, by reimar
-
Use strtol instead of horribly suboptimal ty_octaltodecimal2007-09-14, by reimar
-
Fix ESD check: use an ESD function to actually check linking and do2007-09-14, by reimar
-
sigill_handler_sse is not needed and can not compile on 64 bit systems2007-09-14, by reimar
-
Do not check for X86_FXSR_MAGIC define, it is missing in newer2007-09-14, by reimar
-
Remove unused sigfpe handler2007-09-14, by reimar
-
Remove test for SSE exception support that has been commented out since ages.2007-09-14, by reimar
-
Fix off-by-one error if fsize is odd (does handling that case even make sense?)2007-09-14, by reimar
-
Mark DTS tables as const2007-09-14, by reimar
-
Fix 10l typo in syncword2007-09-14, by reimar
-
Improved comments, based on patches by Ulion [ulion2002 gmail com]2007-09-14, by reimar
-
Simplify and fix big-endian hwac3 header generation code.2007-09-14, by reimar
-
Deobfuscate: use IMGFMT_RGB_DEPTH and IMGFMT_IS_BGR2007-09-13, by reimar
-
Fix missing reset/initialization (with tv parameters) of2007-09-13, by voroshil
-
added monkey audio file extensions to extension table2007-09-13, by ben
-
Move AM_MEDIA_TYPE structure definition to mediatype.h.2007-09-13, by voroshil
-
Check wLongsPerEntry before using it.2007-09-13, by reimar
-
Remove useless preprocessor check, _WINGDI_H is never defined.2007-09-13, by diego
-
Add support for FFmpeg Monkey's Audio decoder2007-09-13, by uau
-
warning fixes:2007-09-13, by diego
-
Replace constant by appropriate define2007-09-13, by reimar
-
Remove leading underscores from multiple inclusion guards,2007-09-13, by diego
-
Fix include path.2007-09-13, by diego
-
Remove redundant #ifndef, __WINE_MMSYSTEM_H is never defined.2007-09-12, by diego
-
cosmetics: Use uppercase for multiple inclusion guards and comment #endifs.2007-09-12, by diego
-
Remove useless #ifndef, __WINE_WINGDI_H is never defined.2007-09-12, by diego
-
Remove redundant multiple inclusion guard.2007-09-12, by diego
-
DOCS/tech/colorspaces.txt says I420 and IYUV are the same, so add IYUV at the2007-09-12, by reimar
-
r24423: Implementation of tv:// driver autodetection.2007-09-12, by voroshil
-
r24423: Implementation of tv:// driver autodetection.2007-09-12, by voroshil
-
Consistently use path as multiple inclusion guard.2007-09-12, by diego
-
synced with r244232007-09-12, by Gabrov
-
Add missing #include to fix compilation.2007-09-12, by diego
-
Do not replace _ by - if x86_64 is given in --target.2007-09-12, by reimar
-
sync w/r244232007-09-11, by gpoirier
-
Fix indentation after r24367.2007-09-10, by cehoyos
-
r24294: suboption consistency, add fixme document -vivo suboptions2007-09-10, by kraymer
-
Revert r24424.2007-09-10, by voroshil
-
Fix for:2007-09-10, by voroshil
-
Fix for a lot of2007-09-10, by voroshil
-
Implementation of tv:// driver autodetection.2007-09-10, by voroshil
-
cosmetics: Add comments to some #endif preprocessor directives.2007-09-10, by diego
-
warning fixes:2007-09-10, by diego
-
warning fix:2007-09-10, by diego
-
warning fix:2007-09-10, by diego
-
warning fixes:2007-09-10, by diego
-
Fix for:2007-09-10, by voroshil
-
Fix for:2007-09-10, by voroshil
-
Proper fix for:2007-09-10, by voroshil
-
cosmetics: Fix silly typo.2007-09-10, by diego
-
warning fix:2007-09-10, by diego
-
warning fixes:2007-09-10, by diego
-
warning fix:2007-09-10, by diego
-
warning fixes:2007-09-10, by diego
-
warning fixes:2007-09-10, by diego
-
warning fixes:2007-09-10, by diego
-
warning fixes:2007-09-10, by diego
-
warning fixes:2007-09-10, by diego
-
warning fixes:2007-09-10, by diego
-
warning fix:2007-09-10, by diego
-
warning fixes:2007-09-10, by diego
-
warning fixes:2007-09-10, by diego
-
warning fixes:2007-09-10, by diego
-
warning fixes:2007-09-10, by diego
-
warning fix:2007-09-10, by diego
-
warning fix:2007-09-10, by diego
-
warning fix:2007-09-10, by diego
-
Revert the part of r24389 that broke compilation of mencoder.2007-09-10, by cehoyos
-
r24386: move lavc option out of XviD section, to lavc section2007-09-10, by voroshil
-
Fix warnings:2007-09-10, by voroshil
-
Fix warnings:2007-09-10, by voroshil
-
Fix warnings:2007-09-10, by voroshil
-
Fix warnings:2007-09-10, by voroshil
-
fix warnings:2007-09-10, by voroshil
-
Fix warnings:2007-09-10, by voroshil
-
Fix warnings:2007-09-10, by voroshil
-
synced with r243862007-09-09, by Gabrov
-
move lavc option out of XviD section, to lavc section2007-09-09, by gpoirier
-
Fix redundant declaration warnings for variables already defined2007-09-09, by voroshil
-
Option adevice is implemented for all tv:// drivers.2007-09-09, by voroshil
-
Add comments to some #endif preprocessor directives.2007-09-09, by diego
-
synced with r243812007-09-09, by Gabrov
-
Move vo_3dfx check after vo_dga check, vo_3dfx needs -lXxf86dga to link.2007-09-09, by diego
-
warning fix:2007-09-09, by diego
-
warning fix:2007-09-09, by diego
-
warning fix:2007-09-09, by diego
-
warning fix:2007-09-09, by diego
-
warning fix:2007-09-09, by diego
-
Add nuv codec tag mapping2007-09-09, by reimar
-
Mark lavfpref demuxer as safe, so it that it is actually used for e.g.2007-09-09, by reimar
-
add instruction how to use parallel h264 deoding2007-09-09, by compn
-
Fix fast_cmov detection broken by r243712007-09-08, by zuxy
-
Use -march=native (avail. since gcc 4.2) when possible2007-09-08, by zuxy
-
Add a check for c->head being NULL in pullup_free_context().2007-09-08, by gpoirier
-
Add "teletext patches" string to Otvos Attila's list2007-09-08, by voroshil
-
Fix borders for xmga broken by r23675. Tested by Diego.2007-09-08, by reimar
-
Avoid releasing of unallocated memory.2007-09-08, by voroshil
-
Fix for:2007-09-08, by voroshil
-
More accurate calculating of teletext2007-09-08, by voroshil
-
Implement boxes for subtitle teletext pages.2007-09-08, by voroshil
-
Always initialize pUnk pointer with zero.2007-09-08, by voroshil
-
Decrease teletext page rendering frequency from 1/frame to about 4/sec.2007-09-08, by voroshil
-
Fix typo in r243602007-09-07, by cehoyos
-
Fix compilation after FFmpeg AUDIO_(DE)MUXER split2007-09-07, by uau
-
r24356: spelling fixes, pointed by Diego2007-09-07, by voroshil
-
Fix compilation after FFmpeg r10426.2007-09-07, by cehoyos
-
Clarify teletext tlang option.2007-09-06, by diego
-
spelling fixes, pointed by Diego2007-09-06, by voroshil
-
r24294: suboption consistency, add fixme document -vivo suboptions2007-09-06, by voroshil
-
r24216: Add missed in r24212 strings definitions2007-09-06, by voroshil
-
r24216: Add missed in r24212 strings definitions2007-09-06, by voroshil
-
add ; at the end of the sed commands. this fixes operation under cygwin.2007-09-06, by ivo
-
remove cut&paste from ffmpeg mistake. cd "$1" does not make any sense here,2007-09-06, by ivo
-
Fix AltiVec autodetection: The autodetection was overriding configure2007-09-06, by diego
-
Support lowdelay flag2007-09-06, by reimar
-
mention Slice-based parallel H.264 decoding in changelog2007-09-05, by gpoirier
-
sync w/ r243292007-09-05, by gpoirier
-
Replace short region code explanation by more detailed section.2007-09-05, by diego
-
Fix compilation after FFmpeg r10411.2007-09-05, by cehoyos
-
Remove technical description of DVDs and libdvdread implementation.2007-09-05, by diego
-
Allow XF86AudioLowerVolume/XF86AudioRaiseVolume keys to be handled by MPlayer.2007-09-05, by diego
-
Matroska muxer now available in libavformat.2007-09-05, by diego
-
Move debug message to verbose output level.2007-09-04, by diego
-
Remove obsolete libac3 entry.2007-09-04, by diego
-
warnig fix (blessed by Rich):2007-09-04, by diego
-
Add a bicubic scaler that needs a lot more instruction but no2007-09-04, by reimar
-
Do not reset user-enabled mute on EOF, but only on exit.2007-09-03, by reimar
-
Fix for:2007-09-03, by voroshil
-
Fix compilation after patch to remove global vo_hdc2007-09-03, by reimar
-
Remove global vo_hdc, since it is recommended to release a DC as soon as possible.2007-09-03, by reimar
-
Remove checks that in the worst case will completely break fullscreen2007-09-03, by reimar
-
Make sure aspect hint is adjusted on aspect change2007-09-03, by reimar
-
Cosmetics: set vo_hint.flags at more consistent places (directly before2007-09-02, by reimar
-
synced with r243292007-09-02, by Gabrov
-
manpage fix: escape '\' in -vf geq description2007-09-02, by uau
-
decerebrated-proof guide to the instalation of dvdnav2007-09-02, by nicodvb
-
fix broken MinGW-Howto link2007-09-02, by kraymer
-
synced with r243102007-09-02, by Gabrov
-
Increase number of skipped buffers to 5 to avoid mixing teletext pages from2007-09-02, by voroshil
-
a mouse selection may require at least a video codec reinit2007-09-01, by nicodvb
-
implemented STREAM_CTRL_GET_ASPECT_RATIO2007-09-01, by nicodvb
-
Make sure that no pages will left in cache during2007-09-01, by voroshil
-
if the stream reader supports it assign to the video the stream aspect ratio2007-09-01, by nicodvb
-
added .stream_aspect to st_video_t: if non-zero and if not specified otherwise2007-09-01, by nicodvb
-
implemented STREAM_CTRL_GET_ASPECT_RATIO2007-09-01, by nicodvb
-
Drop out control chars from page header in time position.2007-09-01, by voroshil
-
Remove imported rational calculation code and use the original one from avutil.2007-09-01, by iive
-
Fix missed -1 -> 0x3f7f changes for subpage number.2007-09-01, by voroshil
-
Fix displaying start page when it has subpages.2007-09-01, by voroshil
-
Proper support for flashing chars in teletext pages.2007-09-01, by voroshil
-
sync w/r243102007-08-31, by gpoirier
-
Support for selecting language via packet 28.2007-08-31, by voroshil
-
renaming ARCH_BFIN to HAVE_BFIN2007-08-31, by mhoffman
-
Make DGA 1 and DGA 2 separately selectable.2007-08-31, by diego
-
warning fixes:2007-08-31, by diego
-
Remove pointless forward declarations.2007-08-31, by diego
-
cosmetics: Sort some lines, whitespace changes.2007-08-30, by diego
-
Added Sun VO driver for Denes Balatoni2007-08-30, by cehoyos
-
ignore some symlinked files2007-08-30, by kraymer
-
synced with r243012007-08-29, by Gabrov
-
replace deleted line2007-08-29, by compn
-
Small code simplification as suggested by Reimar:2007-08-29, by voroshil
-
Simplify code by using FFSWAP2007-08-29, by voroshil
-
(cosmetics) replace tabs with spaces2007-08-29, by voroshil
-
(cosmetics) fix indentation of previous commit2007-08-29, by voroshil
-
Implement Hold/Release graphics (showing control chars as2007-08-29, by voroshil
-
Implement Flash/Steady (swapping foreground/background colors)2007-08-29, by voroshil
-
suboption consistency, add fixme document -vivo suboptions2007-08-29, by compn
-
remove planned features, ok by diego2007-08-29, by compn
-
sync with r24137, patch by JRaSH2007-08-29, by kraymer
-
Make charset constants naming consistant2007-08-29, by voroshil
-
Purge looooong obsolete remnants of vo_fsdga.2007-08-29, by diego
-
Remove unused extern int declaration.2007-08-29, by diego
-
Silence make's 'Please run configure again' if it was already run.2007-08-29, by cehoyos
-
cosmetics: Fix up whitespace, indentation and similar things.2007-08-29, by diego
-
Fix linking on Windows.2007-08-29, by diego
-
warning fixes:2007-08-29, by diego
-
warning fix:2007-08-29, by diego
-
Build test programs with standard CFLAGS and use implicit rules.2007-08-29, by diego
-
warning fix:2007-08-29, by diego
-
Add FFmpeg AC-3 decoder.2007-08-29, by diego
-
warning fixes:2007-08-28, by diego
-
synced with r242162007-08-28, by Gabrov
-
typos2007-08-28, by diego
-
cosmetics: typo fix UNSUPORTED --> UNSUPPORTED2007-08-28, by diego
-
Fix compilation by adding forgotten comma.2007-08-28, by iive
-
Conversion tables for Serbian/Croatian, Ukrainian and Greek charsets.2007-08-28, by voroshil
-
Remove pointless #ifdef HAVE_XVMC within get_format(), all of the function2007-08-28, by diego
-
warning fix:2007-08-28, by diego
-
warning fix:2007-08-28, by diego
-
warning fix:2007-08-28, by diego
-
warning fix:2007-08-28, by diego
-
warning fix:2007-08-28, by diego
-
cosmetics: Add some explanatory comments to #endif directives.2007-08-28, by diego
-
warning fix:2007-08-28, by diego
-
Move channels option parsing code into separate routine.2007-08-28, by voroshil
-
warning fix:2007-08-28, by diego
-
Implement X/27/0 packet decoding.2007-08-28, by voroshil
-
Add code to clear left and right borders not only top and bottom.2007-08-28, by reimar
-
Clean up the way get_path is handled: Compile get_path.c to an object to link2007-08-28, by diego
-
warning fix:2007-08-28, by diego
-
warning fix:2007-08-28, by diego
-
warning fix:2007-08-28, by diego
-
warning fix:2007-08-28, by diego
-
warning fix:2007-08-28, by diego
-
warning fix:2007-08-28, by diego
-
Mark xx function as returning char, fixes:2007-08-28, by diego
-
Remove nonsensical #ifdef.2007-08-28, by diego
-
Assume first xinerama screen, in case xmga could2007-08-28, by attila
-
Implement 8/30 format 1 teletext packet decoding2007-08-28, by voroshil
-
Typo2007-08-28, by kraymer
-
BGR15 is also a valid format for 4xm video2007-08-27, by rtogni
-
in open_s() unified failure code in fail:2007-08-27, by nicodvb
-
Fix wrong calculation of nbooleans that causes a crash on 64 bit systems2007-08-27, by reimar
-
Set sample_rate and bit_rate from sh_audio as fallback in case sh_audio->wf2007-08-27, by reimar
-
Process any waiting commands (got_cmd set). Should fix e.g. smplayer.2007-08-27, by reimar
-
Simplify the addition of -g to some CFLAGS.2007-08-27, by diego
-
Move common link libs/objects into a variable.2007-08-27, by diego
-
consistent linking order2007-08-27, by diego
-
Do not overwrite config.h unless it was changed. Mostly taken from FFmpeg.2007-08-27, by diego
-
Simplify linkage parameters.2007-08-27, by diego
-
warning fixes:2007-08-27, by diego
-
warning fixes:2007-08-27, by diego
-
warning fixes:2007-08-27, by diego
-
warning fixes:2007-08-27, by diego
-
warning fixes:2007-08-27, by diego
-
warning fixes:2007-08-27, by diego
-
warning fixes:2007-08-27, by diego
-
Remove unnecessary fastmemcpybench prerequisite.2007-08-27, by diego
-
Remove unused #include.2007-08-27, by diego
-
Fix a ton of warnings:2007-08-27, by diego
-
Simplify bmovl-test compilation call.2007-08-27, by diego
-
Fix "incompatible implicit declaration of built-in function 'exit'" warnings.2007-08-27, by diego
-
Mark phony targets as such.2007-08-27, by diego
-
Move fastmemcpybench objects to link against into prerequisites.2007-08-27, by diego
-
warning fix:2007-08-27, by diego
-
warning fix:2007-08-27, by diego
-
warning fix:2007-08-27, by diego
-
warning fixes:2007-08-27, by diego
-
Revert last commit, -mstackrealign was added in gcc 4.2 and should not2007-08-27, by diego
-
Better handling of Alpha MVI CPU extensions (untested).2007-08-27, by diego
-
Fix warnings:2007-08-26, by diego
-
r24050: MP3 audio encoder was renamed to libmp3lame in FFmpeg.2007-08-26, by kraymer
-
(cosmetics) remove unnecessary ';'2007-08-26, by voroshil
-
Add missed in r24212 strings definitions2007-08-26, by voroshil
-
r24125: Automatic TV channels scanning ability for MPlayer.2007-08-26, by voroshil
-
r24180: Document xorg.conf option needed for Xv playback on Intel cards.2007-08-26, by voroshil
-
Replace perror() with mp_msg()2007-08-26, by voroshil
-
Implement TVI_CONTROL_TUN_GET_SIGNAL in *BSD BT848 driver.2007-08-26, by voroshil
-
10l: Move #endif upper to reflect changes in r24054.2007-08-26, by voroshil
-
Fix typo2007-08-26, by voroshil
-
Remove unused _def_altivec2007-08-26, by reimar
-
Suboptions structure should be passed as array not as address of array.2007-08-26, by voroshil
-
Simplify VIS detection. Also adds ENABLE_VIS define and changes "#define HAVE_VIS = yes"2007-08-26, by reimar
-
Add teletext specification reference2007-08-26, by voroshil
-
Remove ugly Russian language support hack.2007-08-26, by voroshil
-
Add support for Latin National Option Sub-Sets2007-08-26, by voroshil
-
Enable decoding of packet X/24, it is usual teletext line2007-08-26, by voroshil
-
Get netstream closer to linking.2007-08-25, by diego
-
warning fix:2007-08-25, by diego
-
Fix subrip and vivodump linking.2007-08-25, by diego
-
Ignore modify_reg.2007-08-25, by diego
-
Mark vfw2menc as Windows-only.2007-08-25, by diego
-
warning fix:2007-08-25, by diego
-
warning fix:2007-08-25, by diego
-
warning fix:2007-08-25, by diego
-
Fix warning:2007-08-25, by diego
-
warning fix:2007-08-25, by diego
-
Fix warning:2007-08-25, by diego
-
Remove pointless variable declaration, the code that sets it is long-gone.2007-08-25, by diego
-
10l: "&" should be done after ">>"2007-08-25, by voroshil
-
Remove stray comment, the code it commented is long-gone.2007-08-25, by diego
-
Language bits in teletext page header are2007-08-25, by voroshil
-
Fix warnings:2007-08-25, by diego
-
Fix warning:2007-08-25, by diego
-
Fix warnings:2007-08-25, by diego
-
Extract a poor int declaration from within the uncouth grip of an if statement2007-08-25, by diego
-
Fix warnings:2007-08-25, by diego
-
Fix warning:2007-08-25, by diego
-
Document xorg.conf option needed for Xv playback on Intel cards.2007-08-25, by rathann
-
Fix warning:2007-08-25, by diego
-
Fix warnings:2007-08-25, by diego
-
Fix warnings:2007-08-25, by diego
-
Add multiple inclusion guards.2007-08-25, by diego
-
Fix warning:2007-08-25, by diego
-
Move button variable into the if () where it is actually used.2007-08-25, by diego
-
Remove redundant extern declarations, #include the right headers instead.2007-08-25, by diego
-
sync w/r240842007-08-25, by gpoirier
-
Fix redundant redeclaration warnings.2007-08-25, by diego
-
Fix unused variable warning when USE_DVDNAV is not defined.2007-08-25, by diego
-
Remove redundant extern variable declarations, include proper headers instead.2007-08-25, by diego
-
Remove redundant variable declaration.2007-08-25, by diego
-
Remove redundant variable declarations.2007-08-25, by diego
-
Remove redundant variable declaration.2007-08-25, by diego
-
Remove redundant variable declarations.2007-08-25, by diego
-
Remove redundant variable declaration.2007-08-25, by diego
-
Remove redundant variable declaration.2007-08-25, by diego
-
Fix some unused variable warnings.2007-08-25, by diego
-
Revert r24158, it is not necessary with unsigned bitfield2007-08-25, by reimar
-
Change bitfield to unsigned so that we get the usual truth values2007-08-25, by reimar
-
synced with r241372007-08-25, by Gabrov
-
Hack around broken bitfields in gcc 4.22007-08-25, by reimar
-
Fix invalid fd check, the bug is somewhere else though.2007-08-25, by reimar
-
HACK: check added fds for validity because otherwise mplayer2007-08-25, by reimar
-
Fix loads of warnings2007-08-25, by reimar
-
Handle queued commands from input event functions immediately2007-08-25, by uau
-
Watch X11 fd in main input select() if using vo xv2007-08-25, by uau
-
Add separate event input type for terminal+vo2007-08-25, by uau
-
Use a single select() for both key and slave input2007-08-25, by uau
-
Clean up getch2() code somewhat2007-08-25, by uau
-
Make terminal input work more like VO key input2007-08-25, by uau
-
Remove unused function2007-08-25, by uau
-
Use bitfield instead of manual bit fiddling in input.c2007-08-25, by uau
-
Remove redundant variable declaration.2007-08-25, by diego
-
Fix unused variable warning.2007-08-25, by diego
-
Add missing pixelformat conversion function prototype2007-08-24, by reimar
-
Move Apple gcc AltiVec vector declaration syntax to libavutil.2007-08-24, by diego
-
Add -mstackrealign to CFLAGS on Darwin, fixes loading WMV9 DLL.2007-08-24, by diego
-
Remove redundant extern variable declaration.2007-08-24, by diego
-
Fix unused variable warning.2007-08-24, by diego
-
Remove unused variable.2007-08-24, by diego
-
Remove silly #ifdef around the complete file.2007-08-24, by diego
-
misc markup fixes2007-08-24, by diego
-
Wording and markup improvements for the -tvscan option.2007-08-24, by diego
-
Leading underscores in identifiers are forbidden.2007-08-24, by diego
-
Remove fallback round implementation that is protected by a preprocessor2007-08-24, by diego
-
Remove unused extern variable declaration.2007-08-24, by diego
-
Remove redundant variable declaration along with the corresponding warning.2007-08-24, by diego
-
1000l: Revert stray hunk that crept in with last commit.2007-08-24, by diego
-
Use consistent include path.2007-08-24, by diego
-
Removed uninitialized variable.2007-08-23, by cehoyos
-
Use new request_channels2007-08-23, by reimar
-
100l typo: ENTER --> KPENTER2007-08-23, by diego
-
Fix KPENTER keycode value on Mac OS X.2007-08-23, by diego
-
Automatic TV channels scanning ability for MPlayer.2007-08-23, by voroshil
-
Fix blue color for yv12 and i420 image formats in "automute" screen2007-08-23, by voroshil
-
Fix compilation of live555 support after FFmpegs r10173.2007-08-22, by cehoyos
-
CONFIG_DARWIN was removed from FFmpeg.2007-08-22, by diego
-
Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).2007-08-22, by diego
-
Finally fix --enable-debug compilation2007-08-22, by reimar
-
Fix [soc:eoc] stubs.2007-08-22, by voroshil
-
r24050: MP3 audio encoder was renamed to libmp3lame in FFmpeg.2007-08-22, by voroshil
-
r24030: Document special A-V sync issues with FLV files2007-08-22, by voroshil
-
sync tag update2007-08-22, by voroshil
-
Remove Windows-only replacement gettimeofday() implementation, both Cygwin2007-08-21, by diego
-
Set DVD speed earlier to avoid drive spinup during open2007-08-21, by reimar
-
synced with r241102007-08-21, by Gabrov
-
Remove unnecessary OSD visibility code2007-08-21, by uau
-
Minor code cleanup2007-08-21, by uau
-
Add some missing libavcodec video encoders.2007-08-20, by diego
-
Sort libavcodec encoders.2007-08-20, by diego
-
Runtime-patching for windows to fix crash with drv43260.dll2007-08-20, by reimar
-
remove gconvert_uri_to_filename() and use url_unescape_string() instead.2007-08-20, by iive
-
We can support SEEK_END seeks only when stream->end_pos is known2007-08-20, by reimar
-
Add support for AVSEEK_SIZE in demux_lavf2007-08-20, by reimar
-
-subfps makes sense for frame-based subtitle formats as well!2007-08-20, by reimar
-
Do not seek to an invalid position.2007-08-19, by reimar
-
Replace dvdread bswap.h by something more sane for us.2007-08-19, by reimar
-
Fix a bug in stream_read_qword_le due to sign extension from int to uint64_t.2007-08-19, by reimar
-
added proper e-mail address2007-08-18, by nplourde
-
added double click support in vo_macosx. Patch by Ulion <ulion2002@gmail.com>2007-08-18, by nplourde
-
Functions that do not return a value must be void2007-08-18, by reimar
-
Text files must end with a newline2007-08-18, by reimar
-
Remove duplicate extern declaration2007-08-18, by reimar
-
increasing sync tag after Apple Remote message added2007-08-18, by Gabrov
-
synced with r240912007-08-18, by Gabrov
-
Add libdvdcss-specific CFLAGS in the correct place.2007-08-18, by diego
-
Remove an unnecessary #ifdef2007-08-18, by uau
-
Complete the list of libavcodec audio encoders.2007-08-17, by diego
-
Ignore main.xml.2007-08-17, by diego
-
Reorder installation requirements list, wording/spelling.2007-08-17, by diego
-
Sync local diff with latest changes.2007-08-17, by diego
-
Sync libdvdread with version 0.9.7.2007-08-17, by diego
-
small libavcodec audio codec clarifications2007-08-16, by diego
-
misc fixes and additions2007-08-16, by diego
-
Explicitly mention the need to rebuild MPlayer after installing AMR libs.2007-08-16, by rathann
-
adding help for --ar --ranlib2007-08-16, by mhoffman
-
Move setting of res_comment for internal dvdread to a more sensible place.2007-08-16, by diego
-
allow setting of ranlib from the commandline of configure2007-08-16, by mhoffman
-
allow setting of ar from the commandline of configure2007-08-16, by mhoffman
-
Remove local MinGW gettimeofday() implementation, there is now a native2007-08-16, by diego
-
Sync local diff with current version.2007-08-16, by diego
-
Sync libdvdread with version 0.9.6.2007-08-16, by diego
-
Sync local diff with current version.2007-08-15, by diego
-
cosmetics: Do not add trailing whitespace to lines we change.2007-08-15, by diego
-
Sync another change from upstream.2007-08-15, by diego
-
Remove modification comments from files that are no longer modified.2007-08-15, by diego
-
Sync libdvdread with version 0.9.5 (cosmetic changes).2007-08-15, by diego
-
cosmetics: alphabetical order2007-08-15, by diego
-
1000l: Forgot to add new files, *sigh*.2007-08-15, by diego
-
Sync libdvdread with version 0.9.5 (functional changes).2007-08-15, by diego
-
Identifiers should not start with two underscores.2007-08-15, by diego
-
Remove unused variable.2007-08-15, by diego
-
cosmetics: Reorder lines for consistency.2007-08-15, by diego
-
Document how to encode with some more libavcodec audio codecs.2007-08-15, by diego
-
Clarify comment as pointed out by Ulion.2007-08-15, by diego
-
Remove pointless #ifdef2007-08-15, by uau
-
AC3 --> AC-3, as done in r240562007-08-14, by gpoirier
-
Rename TMPO to TMPEXE, it is an executable, not an object file.2007-08-14, by diego
-
cosmetics: prettyprint2007-08-14, by diego
-
Apple Remote support2007-08-14, by diego
-
AC3 --> AC-32007-08-13, by diego
-
Document how to encode with some libavcodec audio codecs.2007-08-13, by diego
-
Fix compilation on BSD.2007-08-13, by diego
-
Remove unused variables.2007-08-13, by diego
-
Fix likely mistake when using char*.2007-08-13, by cehoyos
-
Remove additional warnings when using icc - similar to -Wno-pointer-sign.2007-08-13, by cehoyos
-
MP3 audio encoder was renamed to libmp3lame in FFmpeg.2007-08-12, by diego
-
Remove unused definition.2007-08-12, by diego
-
Remove outdated lines.2007-08-12, by diego
-
Declare all vo_gamma variables in libvo/video_out.h and remove them from2007-08-12, by diego
-
Fix UDP select timeout.2007-08-12, by diego
-
Change "object type complexity" parameter of FAAC in the2007-08-09, by gpoirier
-
The "svn copy" method for reverting has worked flawlessly for me without2007-08-09, by reimar
-
Move some more compiler flags to configure.2007-08-09, by diego
-
When a new subtitle stream becomes available check if it is the one that2007-08-09, by reimar
-
Remove unused definition.2007-08-08, by diego
-
printf in mp_image.h was changed to fprintf in r17972.2007-08-08, by cehoyos
-
Fix warning: too many arguments for format2007-08-08, by cehoyos
-
Cosmetics: Remove empty block.2007-08-08, by cehoyos
-
Define teletext_control() in tvi_v4l.c and tvi_v4l2.c.2007-08-08, by cehoyos
-
r23920: Teletext support (and editor's info)2007-08-08, by kraymer
-
Add <application> tag around MEncoder2007-08-08, by reimar
-
synced with r240302007-08-08, by ptt
-
synced with r239962007-08-08, by ptt
-
Remove useless #include and silence warnings when compiling find_sub.c.2007-08-08, by cehoyos
-
Move some #defines into configure/config.h.2007-08-08, by diego
-
Document special A-V sync issues with FLV files2007-08-08, by reimar
-
bbox[n] and spu->scaled_start_row are unsigned, comparison with 0 is pointless.2007-08-08, by cehoyos
-
Chinese man page translation is in sync now2007-08-08, by kraymer
-
This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r239962007-08-08, by kraymer
-
r23996: Hint at mf://@... syntax2007-08-07, by kraymer
-
Kill two warnings.2007-08-07, by cehoyos
-
make x264 work again after the h264-libx264 renaming2007-08-07, by michael
-
Move HAVE_INTTYPES_H definition to a more sensible place in config.h.2007-08-07, by diego
-
Improve error message.2007-08-07, by diego
-
HAVE_INTTYPES_H is in config.h, HAVE_STDINT_H is never reached.2007-08-07, by diego
-
synced with r239822007-08-07, by ptt
-
synced to r239832007-08-07, by ptt
-
HAVE_INTTYPES_H is already declared in config.h.2007-08-07, by diego
-
synced with r240162007-08-07, by Gabrov
-
Added Alan Nisotas modify_reg.2007-08-06, by cehoyos
-
sync w/ r239962007-08-05, by gpoirier
-
Move alloc_mpi and copy_mpi from libmenu/vf_menu.c to libmpcodecs/mp_image.c.2007-08-04, by cehoyos
-
Moved dvdtimetomsec to stream_dvd_common.c.2007-08-04, by cehoyos
-
Remove unused variables.2007-08-04, by diego
-
cosmetics: removed commented code and small reindentation2007-08-04, by nicodvb
-
removed unused variables2007-08-04, by nicodvb
-
Add a dummy guiMessageBox so it still compiles when MPlayer was configured with2007-08-04, by reimar
-
Fix compilation of ass_fontconfig.c when fontconfig is disabled.2007-08-04, by iive
-
Handle case where get_image is called twice without a draw_image in-between2007-08-03, by reimar
-
Give the cpuinfo binary the right suffix $_exesuf2007-08-03, by reimar
-
Forgot to add the main vo_xvr100.c file2007-08-03, by reimar
-
add XVR-100 vo, patch by Balatoni Denes (dbalatoni interware hu)2007-08-03, by reimar
-
Don't apply windows-like font scaling if hhea or os2 tables contain invalid2007-08-03, by eugeni
-
Workaround for fonts with zero ascender/descender in horizontal header.2007-08-03, by eugeni
-
Factor out common code from ass_font_new and ass_font_reselect.2007-08-03, by eugeni
-
More simple and correct font reselection.2007-08-03, by eugeni
-
Added missing newline.2007-08-03, by cehoyos
-
Revert setting audio output channel count for FFmpeg2007-08-02, by uau
-
r23996: Hint at mf://@... syntax2007-08-02, by voroshil
-
Hint at mf://@... syntax2007-08-02, by reimar
-
fix B-frame consistency pointed out by diego, add MPEG-1/2 speedups2007-08-02, by compn
-
Set lavc_context->channels before opening the codec, it is sufficient to2007-08-01, by reimar
-
xan wc4 video decoding, removed bframe warning message2007-08-01, by compn
-
Define ENABLE_GRAY for FFmpeg2007-08-01, by uau
-
better wording - thanx nico :)2007-08-01, by ptt
-
r23982: i_certify_that_my_video_stream_does_not_use_b_frames is gone.2007-08-01, by voroshil
-
10l for committing untested changes, a test call was missing.2007-08-01, by diego
-
r23687: Implemented tv://[<channel>][/<input_id>] url syntax2007-08-01, by kraymer
-
(cosmetics) Make TV detection code two spaces indented2007-08-01, by voroshil
-
Enable teletext for V4Lv1.2007-08-01, by voroshil
-
Fix detection of xan audio. -noidx or -forceidx still is necessary2007-08-01, by reimar
-
Added FIXME skeletons for missing lavc options.2007-08-01, by diego
-
i_certify_that_my_video_stream_does_not_use_b_frames is gone.2007-08-01, by diego
-
i_certify_that_my_video_stream_does_not_use_b_frames is gone.2007-08-01, by diego
-
Ugly hack to make xanlib.dll work.2007-08-01, by reimar
-
r23897: Experimental negative panscan values2007-08-01, by voroshil
-
r23891: typo fix: childs --> children2007-08-01, by voroshil
-
add possibly incorrect subfont entry2007-07-31, by compn
-
allow to specify the audio bitrate in bits (some codecs need that ...)2007-07-31, by michael
-
get rid of this idiotic i_certify_that_my_video_stream_does_not_use_b_frames2007-07-31, by michael
-
make muxer store the provided timestamps2007-07-31, by michael
-
make timestamps out of hot air2007-07-31, by michael
-
make a few more parameters accessable from mplayer2007-07-31, by michael
-
mixer.afilter must be set to NULL when filter chain is destroyed on uninit.2007-07-31, by reimar
-
Make the printoption function take the default values from the variable2007-07-31, by ivo
-
cosmetics, indentation2007-07-31, by ivo
-
Shorten (un)setting of all test flags2007-07-31, by ivo
-
Much smaller command line parser2007-07-31, by ivo
-
another little corrections2007-07-31, by ptt
-
added missing ":"'s2007-07-31, by ptt
-
better wording2007-07-31, by ptt
-
sorry, left english phrase in...2007-07-31, by ptt
-
synced with r239622007-07-31, by ptt
-
added missing ':' for separator2007-07-31, by ptt
-
synced to r239202007-07-31, by ptt
-
Update copyright info and license2007-07-31, by ivo
-
cosmetics, break overly long lines2007-07-31, by ivo
-
replace ^I by $TAB now that TAB is global2007-07-31, by ivo
-
only test for stupid code and reserved identifiers if there are any .c or .h2007-07-31, by ivo
-
10l, forgot to make TAB global2007-07-31, by ivo
-
Test for reserved identifiers.2007-07-31, by ivo
-
Identifiers starting with underscores are reserved.2007-07-31, by diego
-
UTF-8 conversion2007-07-31, by diego
-
Make teletext depend on freetype. Fixes compilation failer (in sub.c).2007-07-30, by iive
-
100l, forgot to add -DGL_WIN32 to CFLAGS for Windows OpenGL test2007-07-30, by reimar
-
Extend OpenGL configure test to also check for glx/wgl and proper linking.2007-07-30, by reimar
-
sync w/235882007-07-30, by gpoirier
-
remove GNUism (case range)2007-07-30, by ivo
-
Add test for GNUisms2007-07-30, by ivo
-
Teletext support for V4Lv12007-07-30, by voroshil
-
10l: wrong pointer was initialized (causes crash during startup).2007-07-30, by voroshil
-
h/w -> hardware2007-07-30, by ben
-
Change V4L2 MPEG decoder check so it can actually fail2007-07-30, by reimar
-
Comment out purely debugging printf that in addition uses __FUNCTION__ which2007-07-30, by reimar
-
Fix hopefully final 150 sector offset VCD bug. Caused no noticeable problems on Linux2007-07-30, by reimar
-
Simplify sun SCSI command generation2007-07-30, by reimar
-
big 10L of r9888 located: passed fd instead of pointer to sun_vcd_read2007-07-30, by reimar
-
Move extern int audio_output_channels; to ad_internal.h2007-07-30, by reimar
-
Indicate desired number of output channels to ffmpeg audio decoder.2007-07-30, by reimar
-
Avoid void * arithmetic2007-07-30, by reimar
-
Use the standard inline instead of __inline2007-07-30, by reimar
-
Another missed case-range2007-07-30, by reimar
-
Do not use gnu case-range extension if it's easy to avoid2007-07-30, by reimar
-
Use goto instead of useless recursion that might fill up the stack2007-07-30, by reimar
-
Do not use a return value for a void function2007-07-30, by reimar
-
C99 varargs in macros can not be empty, adjust definition so it compiles2007-07-30, by reimar
-
synced with r239282007-07-30, by Gabrov
-
Subtraction should be done after & operation.2007-07-30, by voroshil
-
Drop out overlooked debug line2007-07-30, by voroshil
-
update man page with v4l2 a/v outputs2007-07-29, by ben
-
Teletext support2007-07-29, by voroshil
-
Teletext support2007-07-29, by voroshil
-
More doxygen comments2007-07-29, by reimar
-
Teletext support2007-07-29, by voroshil
-
Teletext support.2007-07-29, by voroshil
-
Teletext support.2007-07-29, by voroshil
-
Simplify and fix missing offset for Darwin vcd_get/set_msf functions2007-07-29, by reimar
-
Document -rawvideo format="format string"2007-07-29, by reimar
-
Make VCD work on little-endian macs2007-07-29, by reimar
-
Make vcd_get_track_end actually return the end, not the start on Darwin2007-07-29, by reimar
-
Make the vcd seek and get track end functions actually have an effect2007-07-29, by reimar
-
punctuation, new sentences on new lines2007-07-29, by diego
-
libdvdcss patch got committed.2007-07-29, by diego
-
Fix wrong return type in darwin VCD code2007-07-29, by reimar
-
Replacing global variables in radio:// with2007-07-29, by voroshil
-
Removing global variables from tv://2007-07-29, by voroshil
-
Removing global variables from tv://2007-07-29, by voroshil
-
Removing global variables from tv://2007-07-29, by voroshil
-
Removing global variables from tv://2007-07-29, by voroshil
-
Removing global variables from tv://2007-07-29, by voroshil
-
Removing global variables from tv://2007-07-29, by voroshil
-
Removing global variables from tv://2007-07-29, by voroshil
-
Removing global variables from tv://2007-07-29, by voroshil
-
Removing forward declarations of routines used only in tv.c2007-07-29, by voroshil
-
Cosmetics.2007-07-29, by voroshil
-
Cosmetics: move two routines up2007-07-29, by voroshil
-
Set -vo gl slice-height default to 0, the current default of 4 seems2007-07-28, by reimar
-
Experimental negative panscan values2007-07-28, by reimar
-
Use a new variable for user-supplied monitor-aspect so we can overwrite2007-07-28, by reimar
-
make sure update_xinerama_info is always called even when using the2007-07-28, by reimar
-
Give message string a more meaningful name.2007-07-28, by diego
-
cosmetics: misc typo fixes2007-07-28, by diego
-
typo fix: childs --> children2007-07-28, by diego
-
typo fix: childs --> children2007-07-28, by diego
-
Names starting with underscores are reserved.2007-07-28, by diego
-
typo2007-07-28, by diego
-
Fix some typos in comments2007-07-28, by reimar
-
r23852: af channels example for ffdca to ALSA reordering2007-07-28, by voroshil
-
Remove extern index_mode, it is already in demuxer.h2007-07-27, by reimar
-
Make sure fformat is set before use2007-07-27, by reimar
-
Remove some unneeded extern variable declarations2007-07-27, by reimar
-
Remove completely pointless extra return statements2007-07-27, by reimar
-
Fix MSF -> sector conversion being 150 sectors of2007-07-27, by reimar
-
Simplify track length calculation2007-07-27, by reimar
-
Some more *BSD vcd_read simplification2007-07-27, by reimar
-
Fix several 100l2007-07-27, by reimar
-
Factor out some common code2007-07-27, by reimar
-
Somewhat unified *BSD vcd reading2007-07-27, by reimar
-
READ_TOC for making *BSD code more similar2007-07-27, by reimar
-
synced with r232252007-07-27, by ptt
-
One ifdef less2007-07-27, by reimar
-
Simplify NetBSD vcd_read code2007-07-27, by reimar
-
vcd_inc_msf function also for freebsd vcd_read2007-07-27, by reimar
-
More VCD cosmetics2007-07-27, by reimar
-
100l, return is missing a value2007-07-26, by reimar
-
Cosmetics to reduce diff between Free- and netBSD vcd stuff2007-07-26, by reimar
-
10l, fix vcd netbsd compilation2007-07-26, by reimar
-
TOCADDR macro as first step to common *BSD vcd reading code2007-07-26, by reimar
-
synced with r238562007-07-26, by ptt
-
Intel Mac is fully supported these days2007-07-26, by gpoirier
-
add Hitachi SuperH (SH3) support2007-07-26, by gpoirier
-
Fix configure regexp for enabling FFmpeg features2007-07-25, by uau
-
Simplify: use FFMAX2007-07-25, by reimar
-
Remove some useless "extern" before function prototypes2007-07-25, by reimar
-
avoid ff_config_enable doing partial matches.2007-07-25, by reimar
-
subdata must be set to NULL when the corresponding data was freed.2007-07-25, by reimar
-
Do not set vo_sub to NULL on changing subtitles, update_subtitles2007-07-25, by reimar
-
small wording improvement2007-07-25, by diego
-
Fix for bugzilla #8352007-07-24, by rtogni
-
more Spanish man page updates by Fernando TarÃn (lists.im gmail com)2007-07-24, by kraymer
-
r23416: Drop the metadata stuff and replace it with generic property string expansion.2007-07-24, by kraymer
-
af channels example for ffdca to ALSA reordering2007-07-24, by reimar
-
Compilation fix workaround for dca.h conflict (it exists in libavcodec2007-07-23, by rtogni
-
another correction2007-07-23, by ptt
-
a bunch of corrections, suggested by Nico Sabbi, tnx2007-07-23, by ptt
-
synced with r215372007-07-23, by ptt
-
now it's synced, to r233422007-07-23, by ptt
-
my fault doesn't compile html docs...2007-07-23, by ptt
-
synced with r233422007-07-23, by ptt
-
Make the assembler accept VIS instrucitions on ultraSPARC.2007-07-22, by diego
-
document "default" behaviour if CopyFromParent is passed as colormap2007-07-22, by attila
-
10l2007-07-22, by attila
-
DTS decoding via libdca2007-07-22, by rtogni
-
Update sync tag2007-07-22, by voroshil
-
Remove unused definition.2007-07-21, by diego
-
(finally) synced with r232722007-07-21, by ptt
-
Use --static flag for pkg-config if --enable-static was used.2007-07-20, by reimar
-
!00l, last commit mixed up "normal" ggi and ggiwmh tests.2007-07-20, by reimar
-
Change ggi and SDL tests so that linking problems with --enable-static are more2007-07-20, by reimar
-
Remove vo_syncfb, which was unused for 5 years.2007-07-20, by diego
-
integrating blackfin optimized yuyvtoyv12 converter2007-07-20, by mhoffman
-
removing reference to bfin_sram.h its not used anylonger2007-07-20, by mhoffman
-
adding blackfin optimized yuyvtoyv12 converter2007-07-20, by mhoffman
-
sync w/r23747, patch by JRaSH % jrash06 A 163 P com %2007-07-19, by gpoirier
-
Somewhat hackish fix for A-V desync with ao_oss and frame stepping:2007-07-19, by reimar
-
Get rid of a few more useless malloc casts2007-07-19, by reimar
-
Make sure all demuxer subtitles can be selected with 'j', even2007-07-19, by reimar
-
Remove some more useless *alloc casts2007-07-19, by reimar
-
UltraSPARC VIS yuv2rgb2007-07-19, by benoit
-
Explanation for CPUID flag 'ibs'2007-07-19, by zuxy
-
fixed bug introduced with the addition of get_ext_stream_properties()2007-07-18, by nicodvb
-
synced with r23747 with corrections2007-07-18, by Gabrov
-
synced with r237482007-07-18, by Gabrov
-
r23748: Leave out (no) prefix from option names for consistency.2007-07-18, by voroshil
-
Rename mga_vid test to make it more descriptive.2007-07-18, by diego
-
r23745: Add the sub_scale property and command.2007-07-18, by voroshil
-
fix redundant redeclaration warning2007-07-18, by Gabrov
-
fopen is in stdio.h, so add this include.2007-07-18, by reimar
-
Fix a bunch of redundant redeclaration warnings.2007-07-18, by diego
-
Remove unused variables.2007-07-18, by diego
-
Restore vo_mga check, it is Linux-only.2007-07-18, by diego
-
sync w/r23748, patch by JRaSH % jrash06 A 163 P com %2007-07-18, by gpoirier
-
use YUV440P in swscale2007-07-18, by benoit
-
better translation of 'clip'2007-07-17, by ptt
-
better translation2007-07-17, by ptt
-
synced with r237482007-07-17, by ptt
-
sync'd with r237472007-07-17, by ptt
-
Remove pointless printing of include and linker paths.2007-07-17, by diego
-
Do not test for the existence of device files during configuration,2007-07-17, by diego
-
Modify X11 headers check so as not to add /usr/include, the default system2007-07-17, by diego
-
Remove /usr/include from the list of places to check for headers,2007-07-17, by diego
-
Put a compilation fix bandaid in place for the png.h issue.2007-07-17, by diego
-
Revert include flag reordering, it does not fix the compilation problem.2007-07-17, by diego
-
Remove commented-out dynamic linking check.2007-07-17, by diego
-
Remove unused scandir() check and fallback implementation.2007-07-17, by diego
-
Remove unused ftello() check and fallback implementation.2007-07-17, by diego
-
Remove unused fseeko() check and fallback implementation.2007-07-17, by diego
-
This was rewritten by Michael, switch copyrights to him and license to LGPL.2007-07-17, by diego
-
another piece translated :)2007-07-17, by ptt
-
realrtsp smil files can also use ' as field delimiter instead of "2007-07-16, by rtogni
-
Reorder CFLAGS, fixes compilation after addition of png.h to FFmpeg.2007-07-16, by diego
-
Remove incomplete compilation fix bandaid.2007-07-16, by diego
-
Remove redundant "all rights reserved" statement, OKed by Walken.2007-07-16, by diego
-
Avoid crash if a non-existent audio track is selected with -aid2007-07-16, by reimar
-
bandaid compilation fix2007-07-16, by diego
-
Use native Windows thread API when pthreads isn't available.2007-07-16, by zuxy
-
added support for -alang and -slang with dvdnav:// streams2007-07-15, by nicodvb
-
Make sure that sub->id is -2 and sub->sh is NULL if subtitle doesn't2007-07-15, by reimar
-
subs working with lavf change2007-07-15, by compn
-
Let us not pretend to be checking for devfs when we are not.2007-07-14, by diego
-
Mark mp3lib, liba52 and libmpeg2 tests as internal.2007-07-14, by diego
-
Group all vo driver checks together.2007-07-14, by diego
-
Move QuickTime codecs check together with the other codecs checks.2007-07-14, by diego
-
typo2007-07-14, by diego
-
Use stream_read_qword_le2007-07-14, by reimar
-
add support for subtitles thru lavf2007-07-13, by aurel
-
Simplify termios test.2007-07-13, by diego
-
typo, wrong variable name in check2007-07-13, by diego
-
Rename nut option and variables to libnut, FFmpeg also contains NUT support.2007-07-13, by diego
-
Remove useless variable indirection.2007-07-13, by diego
-
Remove redundant variable setting.2007-07-13, by diego
-
Fix segfault if an 'strf' chunk couldn't be found in avi2007-07-13, by attila
-
fix typo in a comment2007-07-13, by aurel
-
Print the number of the Unknow color format,2007-07-11, by iive
-
Add check for mkstemp2007-07-11, by rtogni
-
remove unused variables2007-07-11, by lorenm
-
Remove unused file (this time for real)2007-07-11, by lucabe
-
Remove unused test for round().2007-07-11, by diego
-
Remove unused stddef.h check.2007-07-11, by diego
-
Simplify soundcard.h check.2007-07-11, by diego
-
Remove unused variable.2007-07-11, by diego
-
Use -font for subtitles when -subfont is not given, patch by kiriuja2007-07-11, by zuxy
-
Revert r23758: It broke -vf uspp and -vf mcdeint.2007-07-11, by cehoyos
-
10L, sub_scale need freetype, add the #ifdef.2007-07-10, by albeu
-
Resurrect yuv2rgb_init.c, to add a proper license (and some comments about2007-07-10, by lucabe
-
Fix compilation with -disable-mencoder2007-07-10, by cehoyos
-
fix unaligned memory access in asfheader.c, courtesy of Balatoni Denes2007-07-10, by zuxy
-
Remove unnecessary #ifdef around the whole file.2007-07-09, by diego
-
Remove unnecessary #ifdef around the whole file.2007-07-09, by diego
-
ISO8859-1 --> UTF-82007-07-09, by diego
-
Mention Bethesda Software VID and Atrac 3 decoders.2007-07-09, by diego
-
ISO8859-1 --> UTF-82007-07-09, by diego
-
add af_pan balance/fix changes2007-07-09, by compn
-
add sub_scale and loop changes2007-07-09, by compn
-
loop wish fulfilled2007-07-09, by compn
-
Leave out (no) prefix from option names for consistency.2007-07-09, by diego
-
Add a loop command and property.2007-07-09, by albeu
-
Move loop_times into mpctx.2007-07-09, by albeu
-
Add the sub_scale property and command.2007-07-09, by albeu
-
Remove unnecessary flip for RGB in v4l1.2007-07-08, by voroshil
-
100% cosmetics: reindentation and removal of trailing spaces2007-07-08, by nicodvb
-
unified the skip of header and stuffing bytes after the parsing of pes_extension[12] fields2007-07-08, by nicodvb
-
r23687: Implemented tv://[<channel>][/<input_id>] url syntax2007-07-08, by voroshil
-
r23690: fix BUK->BUP typo2007-07-08, by voroshil
-
100000000000000l, cured painful stab at the grammar2007-07-07, by nicodvb
-
Synced with 235362007-07-07, by torinthiel
-
Synced with 235202007-07-07, by torinthiel
-
Synced with 235792007-07-07, by torinthiel
-
And antoher one, missed by me previously2007-07-07, by torinthiel
-
Some typos found and fixed by arctgx <arctgx@tlen.pl>2007-07-07, by torinthiel
-
Xvid name change2007-07-07, by torinthiel
-
synced with r237312007-07-07, by Gabrov
-
cosmetics: split separate instructions in separate lines2007-07-07, by nicodvb
-
Fix crash on some DVDs2007-07-06, by iive
-
Fix CSS format strings, they could print more than two digits for2007-07-06, by reimar
-
Add ENABLE_THREADS and ENABLE_SMALL defines2007-07-06, by reimar
-
Remove empty strlcat and strlcpy files2007-07-06, by reimar
-
Add some missing frees.2007-07-05, by reimar
-
Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpy2007-07-05, by reimar
-
license header consistency cosmetics2007-07-05, by diego
-
Group all copyright and author notices together.2007-07-05, by diego
-
Remove unused variables.2007-07-04, by diego
-
Also remove generated tools on distclean.2007-07-04, by diego
-
small grammar fix2007-07-04, by diego
-
Remove LIBXVID_ENCODER from the list of libavcodec encoders if the test fails.2007-07-04, by diego
-
Write configure parameters to configure.log.2007-07-04, by diego
-
Remove unused file2007-07-03, by lucabe
-
roff fix (new line for new sentence)2007-07-03, by kraymer
-
Sync FFmpeg changes:2007-07-03, by diego
-
Cygwin has had inttypes.h since version 1.5.2007-07-03, by diego
-
The file is compiled conditional to USE_DVDREAD so the #ifdef USE_DVDREAD2007-07-03, by diego
-
The header is always included conditional to USE_DVDREAD,2007-07-03, by diego
-
Do not use leading underscores in multiple inclusion guards, they are reserved.2007-07-02, by diego
-
Add equivalent of -Wno-pointer-sign for icc2007-07-02, by cehoyos
-
Consistently use filename as multiple inclusion guard.2007-07-02, by diego
-
Consistently use filenames as multiple inclusion guards.2007-07-02, by diego
-
Add consistent GUI prefix to multiple inclusion guards.2007-07-02, by diego
-
Add multiple inclusion guard.2007-07-02, by diego
-
Consistently use filenames as multiple inclusion guards.2007-07-02, by diego
-
first step of video.xml translation... (it's soooo huuuuuge..... :))2007-07-02, by ptt
-
Fix 'make checkheaders'.2007-07-02, by diego
-
Remove obsolete and misleading comment.2007-07-02, by diego
-
Ignore .ho files.2007-07-02, by diego
-
Cosmetics.2007-06-30, by voroshil
-
Don't override input= option value is no input id is passed in tv:// url.2007-06-30, by voroshil
-
wvx files (mimetype video/x-ms-wvx) are asx playlists. Fix bugzilla #7502007-06-29, by rtogni
-
synced to r23690, since it is2007-06-29, by ptt
-
another bunch of corrections, suggested by nico2007-06-29, by ptt
-
synced with r235792007-06-29, by ptt
-
revert r23538. my fault, didn't see there where 2 phrases, sorry...2007-06-29, by ptt
-
fix BUK->BUP typo2007-06-29, by kraymer
-
sparse grammar and syntactical corrections2007-06-29, by ptt
-
remove file that was added by mistake.2007-06-29, by voroshil
-
Implemented tv://[<channel>][/<input_id>] url syntax2007-06-28, by voroshil
-
Get rid of my_memcpy_pic code duplication in many filters.2007-06-28, by reimar
-
comment grammar fixes2007-06-28, by diego
-
Get rid of duplicate processor feature variables.2007-06-27, by diego
-
Add comments to some preprocessor directives.2007-06-27, by diego
-
Mark main() function as a function that takes no parameters.2007-06-27, by diego
-
synced with r236802007-06-27, by Gabrov
-
Fix vo_x11_clearwindow_part: x position is one less to avoid not clearing2007-06-27, by reimar
-
Fix "control reaches end of non-void function" warnings.2007-06-27, by diego
-
Fix unused variable warnings.2007-06-27, by diego
-
Fix implicit declaration of function warnings.2007-06-27, by diego
-
Remove some unused variables2007-06-27, by reimar
-
Make X11 window creation and (with -fixed-vo) management simpler and more2007-06-27, by reimar
-
Remove check for localtime_r, the function is not used within MPlayer.2007-06-27, by diego
-
r23504: -lavdopts threads is only implemented for mpeg[12]2007-06-26, by kraymer
-
fix Radeon/Rage128 vidix with I420 colorspace (U/V were inverted)2007-06-26, by ben
-
Lots of cosmetics for gl22007-06-26, by reimar
-
Remove two unused variables2007-06-26, by reimar
-
Remove overly complex and unused per-subtexture "dirty" handling2007-06-26, by reimar
-
Remove now unused variable2007-06-26, by reimar
-
remove useless calloc cast2007-06-26, by reimar
-
synced with r236092007-06-26, by ptt
-
Remove some unused code and useless error checking that only clutters the code2007-06-26, by reimar
-
Hint at the Makefile for information how to build dha with svgalib_helper2007-06-25, by reimar
-
Hint at --disable-* options as a workaround for outdated binutils.2007-06-25, by reimar
-
synced with r23608 + other fixes2007-06-25, by ptt
-
start= and end= parameters on realrtspurls may be optionally quoted with2007-06-24, by rtogni
-
config.h must be included before other headers2007-06-24, by reimar
-
Hide our swab prototype when the system has swab since at least the2007-06-24, by reimar
-
Make sure we always have a swab() prototype when we use it,2007-06-24, by reimar
-
Use proper PRI?64 format strings2007-06-24, by reimar
-
define HAVE_FAST_UNALIGNED on x86 (32 and 64 bit).2007-06-24, by reimar
-
Remove unused and trivial string variable2007-06-24, by reimar
-
Remove unused function.2007-06-24, by reimar
-
Remove unused (static) function prototype.2007-06-24, by reimar
-
Fix format string to match actual type.2007-06-24, by reimar
-
Move variable into the block where it actually used2007-06-24, by reimar
-
index_mode is already defined in demuxer.h2007-06-24, by reimar
-
get rid of useless *alloc casts2007-06-24, by reimar
-
Get rid of: useless variable, useless cast and void * arithmetic2007-06-24, by reimar
-
Use AV_RL322007-06-24, by reimar
-
Fix format strings to match argument type2007-06-24, by reimar
-
Remove unused query_format function in vf_harddup.2007-06-24, by reimar
-
Return value of gtk_entry_get_text is const, so declare variables as const as well.2007-06-24, by reimar
-
ff_gcd is already in libavutil/common.h, no need for an extra prototype here2007-06-24, by reimar
-
Avoid more void * arithmetic2007-06-24, by reimar
-
revert broken r23628, mp_core.h is not included by cfg.h, so double extern2007-06-24, by reimar
-
get_path prototype is already in interface.h and probably many more places.2007-06-24, by reimar
-
Avoid vo_sdl void * arithmetic2007-06-24, by reimar
-
Remove completely pointless "!= 1".2007-06-24, by reimar
-
Another unneeded xinerama_screen extern2007-06-24, by reimar
-
xinerama_screen is already declared in video_out.h2007-06-24, by reimar
-
Add missing return value for x11 error handler2007-06-24, by reimar
-
Cast sizeof() to int in mp_msg arguments so it fits the format string on 64bit2007-06-24, by reimar
-
Avoid void * arithmetic2007-06-24, by reimar
-
Some comment typo fixes2007-06-24, by reimar
-
make opt argument of demux_info_get const.2007-06-24, by reimar
-
Remove two unused functions in asxparser2007-06-24, by reimar
-
Get rid of a completely useless cast2007-06-24, by reimar
-
ass_enabled is already in mp_core.h2007-06-24, by reimar
-
Do not prototype spudec_draw_scaled twice2007-06-24, by reimar
-
suboverlap_enabled is already declared in included subreader.h2007-06-24, by reimar
-
vo_init is x11 specific and has no place in video_out.h.2007-06-24, by reimar
-
Remove redundant vo_format_name, included img_format.h already provides it2007-06-24, by reimar
-
Add a (almost correct) prototype for vcd_seek_to_track2007-06-24, by reimar
-
pstrcpy -> av_strlcpy2007-06-24, by reimar
-
Fix dvd:// subtitle handling to always report the MPEG stream id, because2007-06-24, by reimar
-
Remove the now unused demux_mkv_change_subs function2007-06-24, by reimar
-
Simplify and correct subtitle selection, no more special cases for2007-06-24, by reimar
-
Set demuxer->sub->sh to one of the s_streams like done for audio and video.2007-06-24, by reimar
-
r23504: -lavdopts threads is only implemented for mpeg[12]2007-06-24, by voroshil
-
r23578: Fix license header.2007-06-24, by voroshil
-
r23588: The audio balance feature implemented with af_pan.2007-06-24, by voroshil
-
add myself as co-maintainer of demux_mkv.c2007-06-23, by aurel
-
Fix r23353, it broke ao_sun on non-BSD due to accidentially removing2007-06-23, by reimar
-
Fix memleak due to not freeing demuxer->s_streams2007-06-23, by reimar
-
100l, last demux_mkv patch passed ints instead of pointers to them to sscanf2007-06-23, by reimar
-
Use sh_sub_t instead of mkv_track_t argument where possible, simplifying the code a bit.2007-06-23, by reimar
-
Document the effect of -really-quiet on gmplayer.2007-06-23, by reimar
-
Nico claims to never have had any problems with X11 compilation on Mandrake.2007-06-23, by diego
-
Hack around some fullscreen issues with gl under Windows2007-06-22, by reimar
-
unbreak armv6 previously broken by me...2007-06-22, by lu_zero
-
integrating ff_bfin_get_unscaled_swscale into the system2007-06-22, by mhoffman
-
document pointer offset by -82007-06-22, by mhoffman
-
re pipeline loop, to eliminate extra chroma reads2007-06-22, by mhoffman
-
correct chroma skewing bug, caused by incorrect stride adjustments2007-06-22, by mhoffman
-
Unbreak altivec2007-06-21, by lu_zero
-
grammar error fixed2007-06-21, by ptt
-
sync'ed with r235882007-06-21, by ptt
-
a few corrections, pointed out nicely by nico sabbi, thanx2007-06-21, by ptt
-
added some carriage returns and full stops, plus a missing 'option'2007-06-21, by ptt
-
Revert r23530.2007-06-21, by voroshil
-
demux_mkv very long seek fix2007-06-20, by uau
-
Fix demuxer.h multiple inclusion guard2007-06-20, by uau
-
Remove useless demnuxer.h include from matroska.h, it creats "hundreds" of2007-06-20, by reimar
-
Simplify network timeout calculation.2007-06-20, by cehoyos
-
The audio balance feature implemented with af_pan.2007-06-20, by zuxy
-
some more reqs from users2007-06-19, by compn
-
Simplify generation of CPU-extensions HAVE_ and ENABLE_ defines2007-06-19, by reimar
-
Simplify generation of ARCH_ and corresponding ENABLE_ defines2007-06-19, by reimar
-
Add an optional third parameter to ff_config_enable in preparation2007-06-19, by reimar
-
Allow to disable x86 cpu extensions (e.g, via --disable-sse) even with2007-06-19, by reimar
-
fix typos noted by Nicolas Legrand2007-06-19, by gpoirier
-
Port changes for older Subversion releases from FFmpeg.2007-06-19, by diego
-
misc small fixes2007-06-18, by diego
-
Activate license notice.2007-06-18, by diego
-
Fix license header.2007-06-18, by diego
-
they said 'colla' was cacophonic.... probably indeed it was :) changed.2007-06-18, by ptt
-
synced with r219302007-06-18, by ptt
-
Silence three warnings.2007-06-18, by cehoyos
-
Stop playing at eof or if no data arrives for ten seconds.2007-06-18, by cehoyos
-
sync w/ r235612007-06-18, by gpoirier
-
More accurate seeking for demuxers lacking DEMUXER_CTRL_GET_TIME_LENGTH control2007-06-17, by zuxy
-
Add AF_CONTROL_PAN_BALANCE control2007-06-17, by zuxy
-
Set subtitle type in mpg demuxer. Fixes subtitle switching with 'j'2007-06-17, by reimar
-
Merge (trivial) dvdnav and dvdread subtitle selection code2007-06-17, by reimar
-
Make sure we do not access demuxer->s_streams out of bounds2007-06-17, by reimar
-
Remove broken option reset from per-file loop2007-06-16, by uau
-
Compilation fix: define some ENABLE needed by lavc2007-06-16, by rtogni
-
Add HAVE_ Makefile variables needed by ffmpeg2007-06-16, by reimar
-
Missing libswscale part of TARGET_ -> HAVE_ change2007-06-16, by reimar
-
Follow ffmpeg TARGET_ARCH_* -> ARCH_* change.2007-06-16, by reimar
-
Copile fix: missing libswscale part of ffmpeg r9322 TARGET_ARCH -> ARCH change.2007-06-16, by reimar
-
add missing IDCT algothim, as defined in libavcodec/avcodec.h2007-06-16, by gpoirier
-
When parsing ass-force-style arguments, search for '=' and '.' characters with2007-06-15, by eugeni
-
Make sure there is at least one style in ass_track when parsing events.2007-06-15, by eugeni
-
synced with r235362007-06-15, by ptt
-
update wishlist2007-06-15, by compn
-
misc spelling fixes2007-06-13, by diego
-
Do not allow to compile gui without PNG decoder in libavcodec.2007-06-13, by cehoyos
-
grammatical error fixed2007-06-13, by ptt
-
Remove incorrect comment: pan defaults to block all, instead of pass-thru.2007-06-13, by zuxy
-
Avoid zero output for pan filter; zero output now means same # of channels2007-06-13, by zuxy
-
Make pan reentrant. Multiple pans in chain work fine.2007-06-13, by zuxy
-
refine the example of -menu-chroot yet more2007-06-12, by gpoirier
-
give an example of -menu-chroot usage2007-06-12, by gpoirier
-
little corrections suggested by nico sabbi , thanx2007-06-12, by ptt
-
Fix compilation after FFmpeg r9283.2007-06-12, by cehoyos
-
r23516: little indentation fix2007-06-11, by voroshil
-
Sync with FFmpeg r9278.2007-06-10, by diego
-
avoid utter breakage on non-x86, patch from Chris Roccati <roccati@at@pobox.dot.com>2007-06-10, by lu_zero
-
yes, interleave was deeply wrong translated. corrected2007-06-10, by ptt
-
changed forgotten $Revision... to synced with.... sorry :(2007-06-10, by ptt
-
small grammar fixes2007-06-10, by ptt
-
removed a forgotten part in english plus small corrections2007-06-10, by ptt
-
capital char and relative dot at end of phrase removed2007-06-10, by ptt
-
<note><para> indentation corrected2007-06-10, by ptt
-
caps character after "Explanation:" in tvinput.xml2007-06-10, by ptt
-
added italian translation of codecs.xml & containers.xml2007-06-10, by ptt
-
Don't set random codec parameters for AC3/DTS in mkv.2007-06-10, by aurel
-
synced with r235312007-06-10, by Gabrov
-
sync w/r235302007-06-10, by gpoirier
-
Teletext support for tv:// (v4l and v4l2 only)2007-06-10, by voroshil
-
init ts_probe to 0 and probe up to TS_MAX_PROBE_SIZE if the parameter2007-06-09, by nicodvb
-
x264 no longer defaults to qp=26.2007-06-09, by lorenm
-
added support for DTS1 audio descriptor2007-06-09, by nicodvb
-
1000000l, descriptor VC-1 identifies VIDEO_VC1, not AUDIO_DTS2007-06-09, by nicodvb
-
set the window aspect hint2007-06-09, by henry
-
add mmes fourcc for mpeg2 in avi files2007-06-08, by compn
-
Simplify addition of -Wdeclaration-after-statement to CFLAGS.2007-06-08, by cehoyos
-
Support icc 10.0.2007-06-08, by cehoyos
-
sync w/r235042007-06-08, by gpoirier
-
reversed previus modification (r23517)2007-06-08, by ptt
-
changed vowels to accented utf8 vowels2007-06-08, by ptt
-
other two files translated :)2007-06-08, by ptt
-
small indentation and tags fixes2007-06-08, by ptt
-
little indentation fix2007-06-08, by ptt
-
Enable SIMD optmizations for mp3lib on AMD642007-06-08, by zuxy
-
sync'ed up to r235042007-06-08, by ptt
-
Add regular #define for header file.2007-06-08, by voroshil
-
Cosmetics: Fix indentation after last commit.2007-06-08, by cehoyos
-
Add -Wdeclaration-after-statement etc. only to gcc.2007-06-08, by cehoyos
-
Compile C++ files with the same compiler as all other files.2007-06-08, by cehoyos
-
Fix yuv2rgb C functions to work for widths divisible by 4 but not by 82007-06-08, by reimar
-
Fix config declarations so that things like rtc=no work in addition to nortc=yes2007-06-08, by reimar
-
Set errno to 0 after printing it, not before2007-06-08, by reimar
-
Fix compiler warnings.2007-06-08, by voroshil
-
-lavdopts threads is only implemented for mpeg[12]2007-06-08, by lorenm
-
Add -Wpointer-arith, -Wredundant-decls and -Wdisabled-optimization to CFLAGS.2007-06-07, by cehoyos
-
Fix segfault when encoding from an mkv file with embedded fonts.2007-06-07, by eugeni
-
Mention change to libamr in Changelog2007-06-07, by reimar
-
100l, fix compile error in r23498 due to bad copy in paste2007-06-07, by reimar
-
RGB8/BGR8 IMGFMTs are paletted in case of swscale input.2007-06-07, by reimar
-
implement "bind sections"2007-06-07, by voroshil
-
Add -Wno-switch to CFLAGS.2007-06-07, by cehoyos
-
Fix r23494: It broke gcc 2.95.32007-06-07, by cehoyos
-
Add -Wno-pointer-sign to CFLAGS2007-06-07, by cehoyos
-
Add 2vuy fourcc to rawuyvy codec2007-06-07, by reimar
-
Add -Wall (back) to default CFLAGS.2007-06-07, by diego
-
Remove 'CONFIG_LIB=1' line from config.mak when not using libfaac.2007-06-07, by cehoyos
-
Fix compilation after FFmpeg r9235.2007-06-07, by cehoyos
-
Calculate pts with double precision in demux_asf2007-06-07, by uau
-
10l: correct Core 2 detection under x86-642007-06-07, by zuxy
-
Partial sync with en/mplayer.1 r23455 (patch by JRaSH)2007-06-06, by kraymer
-
r23440: New "automute" tv:// option.2007-06-06, by voroshil
-
Change some static temporary vars to automatic ones because mingw32 binutils2007-06-06, by zuxy
-
Align output pointer so that we can use movaps instead of movups in dct64_sse;2007-06-06, by zuxy
-
little correction to make nroff not to complain about line lennghts....2007-06-05, by ptt
-
sync'd up to r234672007-06-05, by ptt
-
Create a new MSGT for just the status line.2007-06-05, by diego
-
Do not use fast_memcpy when data is read again immediately afterwards.2007-06-05, by reimar
-
Do not use fast_memcpy for small size copy, esp. when the size is constant2007-06-05, by reimar
-
Replace implicit use of fast_memcpy via macro by explicit use to allow2007-06-05, by reimar
-
Use avcodec_decode_audio2 in ad_ffmpeg.c2007-06-05, by reimar
-
r23410: add documentation for new -menu-chroot option2007-06-05, by kraymer
-
correcting spelling error, yuv2rgb888_line was renamed to yuv2rgb24_line2007-06-05, by mhoffman
-
Make gmplayer show right colors if X server does not use native byteorder.2007-06-05, by reimar
-
Avoiding sscanf in cddb support reading more data with %s than buffer size2007-06-05, by reimar
-
Keep -pipe option in CFLAGS even in debug mode.2007-06-05, by diego
-
sync w/23467 (was just a typo in english doc, no incidence here)2007-06-05, by gpoirier
-
then/than typo spotted by "JRaSH"2007-06-05, by corey
-
Keep unused parameter warnings in debug mode.2007-06-05, by diego
-
r23416: Drop the metadata stuff and replace it with generic property2007-06-05, by kraymer
-
get rid of Gui code that has been commented out since ages2007-06-04, by reimar
-
Factor out some duplicated gui code2007-06-04, by reimar
-
Remove some useless code2007-06-04, by reimar
-
Use 'static inline' instead of 'inline static' to avoid warnings2007-06-04, by zuxy
-
Change '%ld' to '%d' to remove warnings introduced by r234522007-06-04, by zuxy
-
Correct dct64 functions' declarations2007-06-04, by zuxy
-
Remove unused parameter for mp_msg2007-06-03, by zuxy
-
sync w/ r234552007-06-02, by gpoirier
-
compilation fix after commit r9172 to ffmpeg, patch by Aurel2007-06-02, by gpoirier
-
new sentences on new lines, diego says ;-P2007-06-02, by ptt
-
sync'ed up to r23440 + a _big_ correction of tv suboptions2007-06-02, by ptt
-
Remove non-existing make_decode_tables_MMX()2007-06-02, by zuxy
-
Use int and uint32_t instead of long and unsigned long, when appropriate.2007-06-02, by zuxy
-
Make realloc_struct inline as other functions defined in demuxer.h2007-06-02, by zuxy
-
10l: Remove overlooked instance of NOAVIFILE_HEADERS.2007-06-02, by diego
-
Revert r23443, it breaks compilation without libass.2007-06-02, by eugeni
-
Get rid of superfluous __WINE__ #define, it was always enabled and2007-06-02, by diego
-
Get rid of superfluous NOAVIFILE_HEADERS #define, it was always enabled and2007-06-02, by diego
-
Get rid of superfluous MPLAYER #define, it was always enabled and2007-06-02, by diego
-
prog_id is an uint16_t; reported by Mario Rossi (mariofurire googlemail com)2007-06-02, by nicodvb
-
update manual date, its been 8 months...2007-06-02, by compn
-
Recode the whole subtitle file to utf-8 before parsing.2007-06-01, by eugeni
-
Move code for reading a file and recoding it to utf-8 to a separate function.2007-06-01, by eugeni
-
mjpeg support for v4l2 tv:// driver2007-06-01, by voroshil
-
New "automute" tv:// option.2007-05-31, by voroshil
-
r23370: added missing fps2007-05-31, by voroshil
-
r23416: Drop the metadata stuff and replace it with generic property string expansion.2007-05-31, by voroshil
-
Remove no more used TARGET_BUILTIN_VECTOR and TARGET_BUILTIN_3DNOW2007-05-31, by zuxy
-
Add new properties percent_pos and time_pos.2007-05-31, by albeu
-
Make the length property use the time type.2007-05-31, by albeu
-
Move the time printing code out of the length property.2007-05-31, by albeu
-
Add a print function for the time option type.2007-05-31, by albeu
-
sync to 24.5.20072007-05-31, by jheryan
-
Add the recently introduced properties to the documentation.2007-05-31, by albeu
-
Allow setting the direction in the step_property command.2007-05-31, by albeu
-
Fix the step_property coammand to correctly handle the step size with2007-05-31, by albeu
-
Adding myself to the authors page.2007-05-31, by mhoffman
-
little fix2007-05-31, by ptt
-
sync.d up to r23425!!! ehi, it's updated :)))2007-05-31, by ptt
-
removed unneeded space2007-05-31, by ptt
-
removed an unneeded comma2007-05-31, by ptt
-
added '&' for 'e.g.'2007-05-31, by ptt
-
sync'd up to r234162007-05-30, by ptt
-
moved a line below, since probably it's righter there...2007-05-30, by ptt
-
added a missing space char2007-05-30, by ptt
-
sync'd up to r228452007-05-30, by ptt
-
rename attribute_unused to av_unused as it is declared in common.h2007-05-30, by benoit
-
Use play duration instead of send duration to calculate the length2007-05-30, by zuxy
-
Drop the metadata stuff and replace it with generic property string expansion.2007-05-30, by albeu
-
Make command.h usable without the MPContext typedef.2007-05-30, by albeu
-
Add PRINT to the samplerate property.2007-05-30, by albeu
-
Fix fallback on the default GET_TYPE for unvailable/disabled2007-05-30, by albeu
-
Make all the info available via the metadata API available via properties.2007-05-29, by albeu
-
Rework the property API to allow sub properties such as2007-05-29, by albeu
-
add documentation for new -menu-chroot option2007-05-29, by ben
-
Only one section remains unfinished, typo.2007-05-29, by diego
-
typo2007-05-29, by diego
-
r23325: dv does not support YVU92007-05-29, by kraymer
-
add note about unfinished "codec specific encoding options" section2007-05-29, by kraymer
-
Get rid of __attribute__((__packed__)) in Matroska demuxer2007-05-28, by reimar
-
Add LGPL license header.2007-05-28, by diego
-
10l: r23399 broke mov/mp4 demuxing2007-05-28, by cehoyos
-
little typo fix2007-05-28, by ptt
-
Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.2007-05-28, by diego
-
Remove some unused variables, patch by timwoj ieee org.2007-05-28, by diego
-
Move variable declaration into conditional to avoid an unused variable warning.2007-05-28, by diego
-
Remove unused variables.2007-05-28, by diego
-
HAVE_MMX1 -> HAVE_ONLY_MMX1 (makes more sense ...)2007-05-27, by michael
-
More fastmemcpy.h removal2007-05-27, by reimar
-
Remove more pointless fastmemcpy.h includes in libvo2007-05-27, by reimar
-
Removed useless fastmemcpy.h includes in video decoders2007-05-27, by reimar
-
Remove two useless fastmemcpy.h includes in gui code.2007-05-27, by reimar
-
Remove useless fastmemcpy.h include for filters that do not even do any memcpy.2007-05-27, by reimar
-
sync w/ r233702007-05-27, by gpoirier
-
synced with r233882007-05-27, by Gabrov
-
Partial sync with r23370, with only one section obsolete.2007-05-27, by gpoirier
-
allow left key command to close text menus too2007-05-25, by ben
-
rename some menu open functions, to avoid confusion with libc native open()2007-05-25, by ben
-
Record what was produced by make_decode_table_MMX() and used that data to2007-05-25, by zuxy
-
Sync to 30.3.20072007-05-24, by jheryan
-
more sensless repo moving ..moving ...2007-05-24, by michael
-
remove unnecessary stubs which were not ever used.2007-05-24, by voroshil
-
ffmpeg -sws_flags command line option to set swscaler flags2007-05-23, by ivo
-
Remove hardcoded registers2007-05-23, by zuxy
-
synced with r233702007-05-22, by Gabrov
-
Set i_bps for ASF video streams according to extended stream properties2007-05-22, by zuxy
-
Remove unused synth_1to1_mono()2007-05-22, by zuxy
-
sync'ed up with r216542007-05-21, by ptt
-
make v4l1 driver work properly.2007-05-21, by voroshil
-
sync'ed up with r215612007-05-21, by ptt
-
added missing fps2007-05-21, by ptt
-
missed sync tag update2007-05-21, by voroshil
-
r23367: little alignment fixes2007-05-21, by voroshil
-
little alignment fixes2007-05-21, by ptt
-
sync'ed up with r230282007-05-21, by ptt
-
little fixes2007-05-21, by ptt
-
10l: cosmetic: more trailing whitespaces removed2007-05-21, by zuxy
-
Cosmetic: remove trailing whitespaces2007-05-21, by zuxy
-
New tags introduced for AMD K10 and Intel Penryn2007-05-21, by zuxy
-
Add "uclinux" as an accepted system type in the linux() test.2007-05-21, by diego
-
Fix #if condition.2007-05-20, by eugeni
-
FT_Request_Size does not exist in FreeType 2.1.*. Fallback to FT_Set_Char_Size.2007-05-20, by eugeni
-
Move common ioctl outside of ifdef2007-05-20, by reimar
-
Clean up some unused code and #ifdef mess in ao_sun.c2007-05-20, by reimar
-
Implement flushing of audio data. Fixes bug #754.2007-05-20, by reimar
-
Fix OpenBSD compilation: strndup is a GNU extension.2007-05-20, by reimar
-
Remove unused code, if it is ever needed it can be recovered from history2007-05-20, by reimar
-
Add SSSE3 check2007-05-20, by zuxy
-
buggy joystick initialization, works much better without this2007-05-19, by ben
-
-----mencoder.xml----2007-05-19, by voroshil
-
Correct font size in libass.2007-05-19, by eugeni
-
Blackfin optimized uyvytoyv12 routine. the implementation includes chroma averaging.2007-05-19, by mhoffman
-
Update regexp to ffmpegs version to avoid incorrect CONFIG_MP3_HEADER_DECOMPRESS_DECODER2007-05-19, by reimar
-
Fix compilation: Create CONFIG_*_BSF in config.mak2007-05-19, by reimar
-
Add ID to example.2007-05-19, by diego
-
Fix bug in reference code2007-05-19, by zuxy
-
Revert y-axis rotation. Change order of rotations.2007-05-18, by eugeni
-
cosmetics: fix indentation for previous commit2007-05-18, by corey
-
PIX_FMT_NONE is -1, not 0, so if stream->imgfmt is 0, ctx->pix_fmt gets2007-05-18, by corey
-
Clean up VIDIX test.2007-05-17, by diego
-
10l: leftover line from incompletely split commit2007-05-17, by diego
-
Remove awk test. awk is a basic Unix tool, any implementation is sufficient.2007-05-17, by diego
-
Move the internal VIDIX check from a random place into the VIDIX section.2007-05-17, by diego
-
Remove redundant negation of _vidix_internal for the 'sunos && not x86' case,2007-05-17, by diego
-
Merge internal and external VIDIX checks.2007-05-17, by diego
-
ffdts is no more.2007-05-17, by diego
-
Make use of new AV_RL642007-05-17, by reimar
-
Remove useless setting of dp->len, it is already set to that value by2007-05-17, by reimar
-
Pass imgfmt from lavc encoder to lavf muxer (this is needed for dv).2007-05-17, by corey
-
Add imgfmt (AKA pixel format) to muxer_stream_t so that encoders can2007-05-17, by corey
-
1L to me: dv does not support YVU9.2007-05-17, by corey
-
"inline" is used elsewhere and more portable than "__inline"2007-05-16, by reimar
-
Include string.h for memcpy, fastmemcpy.h alone is not enough.2007-05-16, by reimar
-
Remove extern C declarations for C++.2007-05-16, by diego
-
Avoid passing test invalid arguments when string is empty.2007-05-15, by reimar
-
fix typo2007-05-14, by kraymer
-
r23152: Add -ass-hinting option for setting font hinting method.2007-05-14, by kraymer
-
Support fractional font sizes.2007-05-14, by eugeni
-
Limit ass_font_set_transform to nonrotating transformations.2007-05-14, by eugeni
-
Make vd_raw VDCTRL_QUERY_FORMAT simpler to understand2007-05-14, by reimar
-
r23308: List dv in pixel formats lavc's dv encoder supports.2007-05-14, by voroshil
-
fix formating of lavcopts format suboptions2007-05-14, by compn
-
Fix double free() in demux_asf.c2007-05-14, by uau
-
Output message fix2007-05-14, by uau
-
add svq1 lavcopts format colorspace2007-05-13, by compn
-
Add standard license header, confirmed by Nick in private mail.2007-05-13, by diego
-
ARMv6 detection, patch by Siarhei Siamashka, siarhei.siamashka gmail com2007-05-13, by diego
-
List dv in pixel formats lavc's dv encoder supports.2007-05-13, by corey
-
Blackfin optimized YUV420 to RGB CSC Color Space Converters.2007-05-13, by gpoirier
-
Add DV fourcc.2007-05-13, by corey
-
Compilation fix after ffmpeg r9010 (bitstream filters optional2007-05-13, by rtogni
-
r23271: libdha is no more.2007-05-12, by voroshil
-
Simplify -flip handling on vo_x11.c2007-05-12, by reimar
-
Fix crash with -flip on 64 bit systems, the result of2007-05-12, by reimar
-
Factor common code out of if in x11_common.c2007-05-12, by reimar
-
Compile internal FFmpeg libraries only when configure enabled the static2007-05-11, by diego
-
help output typo noticed by Ramiro Polla2007-05-11, by diego
-
update changelog and bump codecs.conf release number2007-05-11, by compn
-
cosmetics; one test per line for all isXXX(x) macros2007-05-11, by ivo
-
Add correct boilerplate license headers.2007-05-11, by diego
-
prettyprinting cosmetics2007-05-11, by diego
-
new VIDIX driver for IVTV cards, original patch by Lutz Koschorreck2007-05-10, by ben
-
update copyright year'2007-05-10, by compn
-
Fix indentation broken in r232872007-05-10, by reimar
-
Support theora in mkv. Sample: http://samples.mplayerhq.hu/Matroska/theora.mkv2007-05-10, by reimar
-
Avoid code duplication in mkv demuxer for standard fourcc/extradata handling2007-05-10, by reimar
-
Fix track info being read for the wrong track introduced in r205982007-05-10, by reimar
-
Missing -1 in the FreeBSD code to get the first CD track number2007-05-10, by reimar
-
sync w/r23283, fix a French typo2007-05-10, by gpoirier
-
Reuse linux code for reading png images for windows Gui,2007-05-10, by reimar
-
Don't deallocate font data if it will be used later.2007-05-09, by eugeni
-
remove the need of one extra shift in rgb16ToUV2007-05-09, by ivo
-
Ignore comments where no '=' follows the comment name (otherwise2007-05-09, by reimar
-
Fix rgb15ToUV. Correct order of components and use one shift less.2007-05-09, by ivo
-
cosmetic: indent2007-05-08, by ben
-
cosmetic: use K&R coding style, as in reste of the file2007-05-08, by ben
-
added my latest contribution to VIDIX in AUTHORS file2007-05-08, by ben
-
take the lead on VIDIX, as pointed out by Diego2007-05-08, by ben
-
removed obsolete section2007-05-08, by ben
-
10l syntax error2007-05-08, by diego
-
libdha is no more.2007-05-08, by diego
-
try to limit the mess from the svn moves by pointing to the new location2007-05-08, by michael
-
r23240: document lavc's 'level' option, patch by Carl Eugen Hoyos2007-05-08, by voroshil
-
mention myself (besides Sascha) to VIDIX import and maintainship2007-05-08, by ben
-
libdha is gone now, don't mention it anymore2007-05-08, by ben
-
notify of pvr channel navigation feature in ChangeLog2007-05-08, by ben
-
added Sven latest contribution to AUTHORS file2007-05-08, by ben
-
added proper GPL headers to new stream/pvr.h file2007-05-08, by ben
-
give credits to Sven for pvr channel navigation2007-05-08, by ben
-
description for -menu-keepdir option2007-05-08, by ben
-
These files are now in the separate NUT repository.2007-05-08, by diego
-
add MPlayer's local changes introduced in r232582007-05-07, by gpoirier
-
compile fix for regression introduced by r232542007-05-07, by gpoirier
-
For DVR-MS:2007-05-07, by nicodvb
-
fix libmenu compilation with fridibi enabled2007-05-07, by ben
-
cast to what's really expected2007-05-07, by ben
-
iWMMXt-accelerated DCT and motion compensation for ARM processors2007-05-07, by gpoirier
-
test for tab characters2007-05-07, by ivo
-
note about gui depending on libavcodec instead of libpng2007-05-07, by compn
-
do not run stupid code checks if chfilelist is empty2007-05-07, by ivo
-
use already existing function to get utf8 char in libmenu (thx to reimar)2007-05-07, by ben
-
used FFMAX macro as pointed out by reimar2007-05-07, by ben
-
removed useless casts as pointed out by reimar2007-05-07, by ben
-
support for hebrew through fribidi in libmenu (geexbox patch #580)2007-05-07, by ben
-
support for unicode/utf8 in libmenu (geexbox patch #545)2007-05-07, by ben
-
remove unused code2007-05-07, by reimar
-
Fix Gui colors for 32 bit png images after switch to libavcodec decoding2007-05-07, by reimar
-
Fix compilation after FFmpeg r89212007-05-07, by cehoyos
-
document lavc's 'level' option2007-05-06, by cehoyos
-
document lavc's 'level' option, patch by Carl Eugen Hoyos2007-05-06, by gpoirier
-
Play amr_nb and amr_wb with FFmpegs r88802007-05-06, by cehoyos
-
mplayer.rc depends on version.h2007-05-05, by reimar
-
Fix "inline keyword not at beginning of declaration" warning.2007-05-05, by diego
-
r23225: The GUI no longer depends on libpng.2007-05-05, by voroshil
-
sync with r23028, patch by JRaSH % jrash06 A 163 P com%2007-05-03, by gpoirier
-
Move variables and a function under #ifdef FC_VERSION to avoid warnings.2007-05-03, by eugeni
-
Deallocate FontConfig objects.2007-05-03, by eugeni
-
Fix stupid bug in r23229.2007-05-03, by eugeni
-
Deallocate string.2007-05-03, by eugeni
-
In ass_font_new, allocate temporary ass_font_t on stack and return the pointer2007-05-03, by eugeni
-
Make cache_*_add functions return the pointer to new (copied) value.2007-05-03, by eugeni
-
synced with r232272007-05-03, by Gabrov
-
add "level" as lavc option2007-05-03, by cehoyos
-
MJPEG decoding does not depend on libjpeg.2007-05-03, by diego
-
The GUI no longer depends on libpng.2007-05-03, by diego
-
Simplify libamr_nb test.2007-05-03, by diego
-
cosmetics: Rename remaining instances of amr_* to libamr_*.2007-05-03, by diego
-
Rename amr_nb and amr_wb options to libamr_*.2007-05-03, by diego
-
FFmpeg sync: Rename AMR config settings to LIBAMR.2007-05-03, by diego
-
cosmetics: Rename _amr* variables to _libamr*.2007-05-03, by diego
-
FFmpeg sync: Rename DTS_DECODER --> LIBDTS_DECODER.2007-05-03, by diego
-
Use calloc instead of malloc+memset2007-05-02, by reimar
-
Missing free on error in conv24to322007-05-02, by reimar
-
Simplify bgr2rgb2007-05-02, by reimar
-
Remove unused function2007-05-02, by reimar
-
Make functions and variables not used outside bitmap.c static2007-05-02, by reimar
-
Simplify conv24to32 for-loop2007-05-02, by reimar
-
Remove useless extern before function prototypes2007-05-02, by reimar
-
Remove libpng dependency for Gui, use libavcodec instead2007-05-02, by reimar
-
Disable internal vidix on PPC linux, it breaks compilation.2007-05-02, by reimar
-
Fix commit nick.2007-05-02, by diego
-
Always deallocate glyphs. Fixes memory leak.2007-05-02, by eugeni
-
cosmetics: indentation after previous patch2007-05-02, by benoit
-
test if color conv fonction exists prior to using it2007-05-02, by benoit
-
Fix NULL pointer dereference in demux_mkv that happens when2007-05-01, by eugeni
-
sync w/ r231622007-05-01, by gpoirier
-
dvdnav:// depends on our fork of libdvdnav2007-05-01, by nicodvb
-
reindented dvdread check block2007-05-01, by nicodvb
-
libdvdnav now depends on our fork of the library; only the version without2007-05-01, by nicodvb
-
Reuse common Makefile infrastructure.2007-05-01, by diego
-
cosmetics: Move depend target (preparation for upcoming change).2007-05-01, by diego
-
Clarify whom to send translations to.2007-05-01, by diego
-
Update comments.2007-05-01, by eugeni
-
Cosmetics.2007-05-01, by eugeni
-
Move glyph_to_bitmap() call and outline glyph deallocation to2007-05-01, by eugeni
-
sync w/ r231522007-05-01, by gpoirier
-
Minor code simplification.2007-05-01, by eugeni
-
Move get_bitmap_glyph() call to a separate loop.2007-05-01, by eugeni
-
Move transform_3d() call to get_bitmap_glyph().2007-05-01, by eugeni
-
Make a function static.2007-05-01, by eugeni
-
Don't recalculate rotation radius.2007-05-01, by eugeni
-
Bugfix: glyph cache depends on border width, because it contains outline_glyph2007-05-01, by eugeni
-
Merge FFmpeg dependency handling into the individual tests.2007-05-01, by diego
-
cosmetics: Fix bogus indentation.2007-05-01, by diego
-
one more spelling fix2007-04-30, by ben
-
accurate X200 memory size detection (patch by rjoco77 at kezdionline dot ro)2007-04-30, by ben
-
spelling fix2007-04-30, by ben
-
synced with r231792007-04-30, by Gabrov
-
cosmetics attack, part IV: Remove all tabs and prettyprint/reindent the code.2007-04-30, by diego
-
r23161: Remove outdated and wrong references to codecs.conf.2007-04-30, by voroshil
-
sync tag update2007-04-30, by voroshil
-
10l to Diego for breaking svn (again).2007-04-30, by iive
-
cosmetics attack, part III: Remove all tabs and prettyprint/reindent the code.2007-04-29, by diego
-
cosmetics: Fix stray wrongly indented line.2007-04-29, by diego
-
cosmetics attack, part II: Remove all tabs and prettyprint/reindent the code.2007-04-29, by diego
-
Fix several implicit declarations of functions warnings.2007-04-29, by diego
-
Remove duplicate #include.2007-04-29, by diego
-
Remove unused variable,2007-04-29, by reimar
-
(cosmetics) replace tabs with spaces2007-04-29, by voroshil
-
typo fix.2007-04-29, by voroshil
-
(cosmetics) more indentation fixes.2007-04-28, by voroshil
-
add missing case value, fixes functionality when using some skins.2007-04-28, by vayne
-
update wishlist2007-04-28, by compn
-
notify new Radeon chipsets supported by VIDIX driver2007-04-28, by ben
-
updated manpages with new vidix subdevice names2007-04-28, by ben
-
Remove outdated and wrong references to codecs.conf.2007-04-28, by diego
-
cosmetics: Fix one more stray wrongly indented line.2007-04-28, by diego
-
cosmetics: Remove all trailing whitespace and tabs, indentation fixes.2007-04-28, by diego
-
cosmetics attack, part I: Remove all tabs and prettyprint/reindent the code.2007-04-28, by diego
-
cosmetics: Replace manual tab indentation by \n\t as in the rest of the file.2007-04-28, by diego
-
Mention change to monitorpixelaspect=1 default in Changelog2007-04-28, by reimar
-
r23152: Add -ass-hinting option for setting font hinting method.2007-04-28, by voroshil
-
Make -monitorpixelaspect 1 the default.2007-04-27, by cehoyos
-
Do not set VFCAP_EOSD_UNSCALED if we use scaled-osd2007-04-27, by reimar
-
Add -ass-hinting option for setting font hinting method.2007-04-27, by eugeni
-
Fix division by zero in "\t" parsing.2007-04-27, by eugeni
-
Add configures arguments to its output2007-04-27, by cehoyos
-
Fix compilation with *_PROTOCOLs in libavformat2007-04-27, by cehoyos
-
Mark loader as unmaintained.2007-04-26, by diego
-
cosmetics: Remove trailing whitespace.2007-04-26, by diego
-
100l: Fix another round of copy and paste typos.2007-04-26, by diego
-
Fix cut and paste typo, _def_libpostproc --> _def_libpostproc_a.2007-04-26, by diego
-
10l: Remove stray 'fi'.2007-04-26, by diego
-
support for some onboard X200 GPU (patch by rjoco77@kezdionline.ro)2007-04-26, by ben
-
header / declarations cleanup, also fixes broken compilation.2007-04-26, by vayne
-
Don't declare -lm as a dependency of swscale-example.2007-04-26, by diego
-
Simplify preprocessor directives: There is a general variable for2007-04-26, by diego
-
Simplify #include directives.2007-04-26, by diego
-
Add config.h variables for static FFmpeg libraries.2007-04-26, by diego
-
Ooops, variable names got confused during copy and paste:2007-04-26, by diego
-
Merge config.h variable declarations into libpostproc test.2007-04-26, by diego
-
Remove unused libavformat #define.2007-04-26, by diego
-
Merge config.h variable declarations into libavformat test.2007-04-26, by diego
-
Merge config.h variable declarations into libavcodec test.2007-04-26, by diego
-
Merge config.h variable declarations into libavutil test.2007-04-26, by diego
-
indentation cosmetics2007-04-26, by diego
-
Remove redundant comments.2007-04-26, by diego
-
Clean up static libavcodec check, just checking for a file is enough.2007-04-26, by diego
-
Fix typo in _libavcodec vs _libavcodec_a variable name.2007-04-26, by diego
-
cosmetics: Fix indentation, merge some lines in the FFmpeg checks.2007-04-26, by diego
-
Merge static and shared libpostproc checks.2007-04-26, by diego
-
Merge static and shared libavformat checks.2007-04-26, by diego
-
Move misplaced res_comment to where it actually takes effect.2007-04-26, by diego
-
Merge static and shared libavcodec checks.2007-04-26, by diego
-
10l elif syntax error2007-04-26, by diego
-
Merge checks for static and shared libavutil.2007-04-26, by diego
-
Add general variables for either static or shared FFmpeg libraries.2007-04-26, by diego
-
Give variable names for static FFmpeg libraries a '_a' suffix.2007-04-26, by diego
-
Remove large automatics from stack.2007-04-26, by diego
-
Add CXX include flags to dependency file generation CFLAGS to generate correct2007-04-26, by diego
-
synced with r231002007-04-26, by Gabrov
-
AMR-NB fixed-point mode external library support was removed from FFmpeg.2007-04-25, by diego
-
make -really-quiet hide the mencoder version tags. patch copied from michael2007-04-25, by compn
-
cosmetics: Rename Makefile variables CONFIG_VIDIX_* --> VIDIX_*.2007-04-25, by diego
-
cosmetics: Rename Makefile variable CONFIG_ASS --> ASS.2007-04-25, by diego
-
cosmetics: Remove CONFIG_ prefix from FFmpeg library Makefile variables.2007-04-25, by diego
-
Consistently use quotes instead of angled brackets in #include2007-04-25, by diego
-
typo: mingw --> mingw322007-04-25, by diego
-
Declarations and code should not be mixed.2007-04-25, by diego
-
Add support for Bethesda Software VID video.2007-04-25, by diego
-
CONFIG_EBX_AVAILABLE & CONFIG_EBP_AVAILABLE are now called2007-04-24, by cehoyos
-
Do not use FT_Glyph_Copy with NULL glyphs.2007-04-24, by eugeni
-
r23028: with -identify show audio and video id2007-04-24, by kraymer
-
compilation fix, manually include help_mp.h2007-04-24, by ods15
-
r23100: Update AMR instructions.2007-04-24, by voroshil
-
Update AMR instructions.2007-04-23, by diego
-
r19039 was missed in first sync (r19631). fixed.2007-04-23, by voroshil
-
Use proper GPL header.2007-04-23, by diego
-
spelling cosmetics2007-04-23, by diego
-
Gui --> gui2007-04-23, by diego
-
Mark incompletely translated file as such.2007-04-23, by diego
-
Set _audio_input to yes for V4L2 as well.2007-04-23, by diego
-
Use standard GPL header.2007-04-23, by diego
-
cosmetics: Sort PARTS.2007-04-22, by diego
-
Cosmetics: remove duplicate space in ifdef2007-04-22, by reimar
-
Remove duplicate entries from PARTS.2007-04-22, by diego
-
Add Makefile variable for audio input that is enabled by V4L or radio capture.2007-04-22, by diego
-
demuxer_desc_lavf_preferred depends on USE_LIBAVFORMAT or USE_LIBAVFORMAT_SO2007-04-22, by nicodvb
-
Add Makefile variable for either internal or external VIDIX.2007-04-22, by diego
-
Readd an explicit rule for Objective C files. Apparently only Apple's fork of2007-04-22, by diego
-
include inttypes.h in the check for dvdnav2007-04-22, by nicodvb
-
u_int -> unsigned int, fixes MinGW compilation (patch by Xuebin Wu)2007-04-22, by ben
-
remove useless include that breaks MinGW (patch by Xuebin Wu)2007-04-22, by ben
-
fix dha compilation if SVGAHELPER is used (patch by Carl Eugen Hoyos2007-04-22, by ben
-
Add .mp4 to gmplayer list of known video formats2007-04-22, by reimar
-
spelling, wording2007-04-22, by voroshil
-
simplified depth definition2007-04-22, by ben
-
declare variables as static2007-04-22, by ben
-
removed useless vars2007-04-22, by ben
-
declare variables and functions as static2007-04-22, by ben
-
declare variables as static2007-04-22, by ben
-
declare variable as static2007-04-22, by ben
-
removed old code, that has been commented out for too long time2007-04-22, by ben
-
declare variable as static2007-04-22, by ben
-
useless else case2007-04-22, by ben
-
removed never called function2007-04-22, by ben
-
declare variables as static2007-04-22, by ben
-
simplified depth definition2007-04-22, by ben
-
removed useless code from vidix drivers2007-04-22, by ben
-
Suggest svn diff command that does not show most cosmetics2007-04-22, by reimar
-
kill a few warnings2007-04-22, by ben
-
after a DVDNAV_VTS_CHANGE event report the title being played2007-04-22, by nicodvb
-
r23028: with -identify show audio and video id; patch by Andrew Savchenko (Bircoph list ru)2007-04-22, by voroshil
-
synced with r230282007-04-21, by Gabrov
-
fix for mingw: u_long becomes unsigned long2007-04-21, by ben
-
u_char is broken under mingw, use unsigned char instead, fix by aurel2007-04-21, by ben
-
better fix for r23001, u_int becomes unsigned int, dont force it to uin32_t2007-04-21, by ben
-
Deallocate glyphs in a separate loop.2007-04-21, by eugeni
-
Always deallocate glyphs. Fixes a memory leak.2007-04-21, by eugeni
-
Reset outline glyph cache when configuration changes.2007-04-21, by eugeni
-
Scale camera distance.2007-04-21, by eugeni
-
update year of mencoder version line2007-04-21, by compn
-
Remove unused variables.2007-04-20, by eugeni
-
Cosmetics.2007-04-20, by eugeni
-
Allow caching of rotated glyphs.2007-04-20, by eugeni
-
Add shift_[xy] (vector that is added to the glyph before transformation) to2007-04-20, by eugeni
-
Fill bitmap_hash_key during parsing stage, call get_bitmap_glyph() much later.2007-04-20, by eugeni
-
Remove bbox and advance vector from bitmap cache.2007-04-20, by eugeni
-
Store outline_glyph (glyph border) in glyph cache.2007-04-20, by eugeni
-
Cosmetics: reindentation.2007-04-20, by eugeni
-
Because of the outline glyph cache it is now possible for glyph_info_t to have2007-04-20, by eugeni
-
Make get_*_glyph return void.2007-04-20, by eugeni
-
Move outline glyph generation to a separate function, using outline glyph2007-04-20, by eugeni
-
Oops, fix compilation broken in r23037.2007-04-20, by eugeni
-
Collect hit/miss statistic in hash map, and print in -v mode.2007-04-20, by eugeni
-
Add outline glyph cache (unused yet).2007-04-20, by eugeni
-
Rename glyph cache to bitmap cache.2007-04-20, by eugeni
-
Add generic hash map implementation.2007-04-20, by eugeni
-
A meaningless cosmetic change.2007-04-20, by eugeni
-
Add perspective projection.2007-04-20, by eugeni
-
Applying transformation matrix to the glyph and the shift vector separately is2007-04-20, by eugeni
-
Cosmetics: reindentation.2007-04-20, by eugeni
-
Disable caching of rotated glyphs.2007-04-20, by eugeni
-
with -identify show audio and video id; patch by Andrew Savchenko (Bircoph list ru)2007-04-20, by nicodvb
-
Intel's Conroe-L makes use of extended models, so adjust CPU detection2007-04-20, by diego
-
r22985: Move translatable strings from tv.c to help_mp*2007-04-20, by voroshil
-
Sync'd up to r230032007-04-19, by ptt
-
Mono audio should be supported by NAS, too.2007-04-19, by reimar
-
preserve alpha channel when converting rgb32 to bgr32 in plain C2007-04-18, by ivo
-
fix red_15mask and green_15mask. the previous values were wrong and caused2007-04-18, by ivo
-
FFmpeg Atrac 32007-04-18, by diego
-
Bethesda software VID video decoder2007-04-18, by diego
-
test widths all down to one. this tests whether the scalers correctly switch2007-04-18, by ivo
-
Merge both USE_DVDREAD sections.2007-04-18, by diego
-
Fix preprocessor conditionals: libdvdnav includes libdvdread and configure2007-04-18, by diego
-
skip MMX code in rgb24tobgr24 if the size of the input is smaller than the2007-04-18, by ivo
-
skip MMX code in rgb32to16 if the size of the input is smaller than the2007-04-18, by ivo
-
skip MMX code in rgb32to15 if the size of the input is smaller than the2007-04-18, by ivo
-
slightly faster rgb32tobgr32; avoid one add and one cmp2007-04-17, by ivo
-
big surprise.. uau broke gcc 2.95 as usual2007-04-17, by rfelker
-
5l: don't die when config file contains dvd options and dvd support is missing2007-04-17, by rfelker
-
New implementation of rgb32tobgr322007-04-16, by ivo
-
Ignore mp4a audio tag, it is meaningless since we get it for all mp4 files2007-04-16, by reimar
-
cosmetics: tabs --> spaces2007-04-16, by diego
-
minor fixes for r230042007-04-16, by kraymer
-
synced with r230032007-04-16, by Gabrov
-
r22985: Move translatable strings from tv.c to help_mp*2007-04-16, by kraymer
-
Remove duplicated line2007-04-16, by voroshil
-
bad prototype for driver init function2007-04-15, by ben
-
u_int seems unknown under mingw2007-04-15, by ben
-
lowres supports some h264 files2007-04-15, by compn
-
add entry for recently fixed "device" and "adevice" suboptions in *BSD BT848 tv2007-04-15, by voroshil
-
Report if internal, external of dvdnav version of dvdread is used.2007-04-15, by diego
-
Disabled VCD support under Cygwin, it fails to link.2007-04-15, by diego
-
Remove unused variable.2007-04-15, by diego
-
Update amr-nb and amr-wb checks for changes in FFmpeg.2007-04-15, by diego
-
improve horizontal chroma resolution with pal2007-04-15, by michael
-
convert palette to yuv instead of converting each pixel after pal->rgb2007-04-15, by michael
-
added vidix driver for Permedia2 cards from upstream vidix2007-04-14, by ben
-
added conditional vidix drivers compilation2007-04-14, by ben
-
Use lavf_preferred mechanism to replace more extension-based detection hacks2007-04-14, by reimar
-
Add lavf_preferred demuxer for lavf formats we want to be probed2007-04-14, by reimar
-
typo2007-04-14, by voroshil
-
cosmetics. restore empty line removed in r22985.2007-04-13, by voroshil
-
Fix a stupid bug in r22473: bbox is zero-filled everytime when a glyph2007-04-13, by eugeni
-
Move translatable strings from tv.c to help_mp*2007-04-13, by voroshil
-
Remove redundant setting of variables when compiling FFmpeg libraries,2007-04-12, by diego
-
cosmetics, expand all tabs to four spaces.2007-04-12, by ivo
-
Replace huge switch statement by a lookup table.2007-04-12, by ivo
-
r22975: cosmetics: remove trailing white space2007-04-12, by voroshil
-
Revert previous broken removal of partial dependency list.2007-04-12, by diego
-
cosmetics after last commit; remove superfluous braces2007-04-11, by ivo
-
Remove code duplication in sws_rgb2rgb_init.2007-04-11, by ivo
-
r22845: Clarify -xineramascreen -2 behaviour2007-04-11, by kraymer
-
support format=y8 with -ovc raw2007-04-11, by lorenm
-
cosmetics: remove trailing white space2007-04-11, by kraymer
-
updated changelog with recent vidix api changes2007-04-11, by ben
-
these are actually AGP bridges, not video adapters (should fix2007-04-11, by ben
-
this TnT2 chipset is actually NV4/5 arch but for sure not NV302007-04-11, by ben
-
more updates for Spanish man page by Fernando TarÃn (lists im gmail com)2007-04-11, by kraymer
-
Convert source comments into proper codecs.conf entry comments.2007-04-11, by diego
-
Add some more game formats that FFmpeg now supports.2007-04-11, by diego
-
Remove *ancient* ldd debugging junk.2007-04-11, by diego
-
Remove the .norecurse hack. It bloats the Makefile, adds maintenance burden,2007-04-11, by diego
-
Rework of *BSD BT848 detection for radio://2007-04-11, by voroshil
-
Remove unused includes.2007-04-10, by eugeni
-
Don't check if user-supplied default font path exists.2007-04-10, by eugeni
-
Cleanup real_calc_response_and_checksum()2007-04-09, by rtogni
-
Merge calc_response_string() into real_calc_response_and_checksum()2007-04-09, by rtogni
-
Simplify calc_response_string()2007-04-09, by rtogni
-
10000000l learn to count2007-04-09, by rtogni
-
Size of response is known, no need to calculate it2007-04-09, by rtogni
-
The size of xor_table is known and fixed, no need to calculate it2007-04-09, by rtogni
-
r22916: Ability to specify video and audio capture device names2007-04-09, by voroshil
-
r22951: Move netstream documentation into TOOLS/README.2007-04-09, by voroshil
-
better seeking in dvdnav://2007-04-09, by nicodvb
-
10l typo2007-04-09, by diego
-
remove ugly #include from tvi_bsdbt848.c2007-04-09, by voroshil
-
Move netstream documentation into TOOLS/README.2007-04-09, by diego
-
Move TOOLS/cpuinfo.c into the root directory.2007-04-09, by diego
-
more human description of -mpegopts :interleaving22007-04-08, by nicodvb
-
documented -mpegopts :interleaving22007-04-08, by nicodvb
-
added :interleaving2, a better method to determine which stream whouls be flushed2007-04-08, by nicodvb
-
Fix typo in r22772 which causes compilation error under *BSD.2007-04-08, by voroshil
-
reindentation2007-04-08, by nicodvb
-
in the system header set audio_locked/video_locked only for dvd and vcd2007-04-08, by nicodvb
-
small syntax fix: muxrate is expressed in units of 400 bits/second, not 50 bytes per second2007-04-08, by nicodvb
-
Ignore generated pci_*.[ch] files.2007-04-07, by diego
-
trashed deprecated libdha dir2007-04-07, by ben
-
moved old README file from libdha dir to vidix one2007-04-07, by ben
-
Start to separate bad-autodetection hacks from other stuff in extension-based2007-04-07, by reimar
-
.dxa files should be handled by libavformat.2007-04-07, by diego
-
support for C93 video2007-04-07, by diego
-
support for THP ADPCM audio2007-04-07, by diego
-
qdrw changed output format in ffmpeg r8630, sync codecs.conf and require2007-04-07, by rtogni
-
typo2007-04-07, by diego
-
Fix lost hard linebreaks in libass by repeating the loop when both soft and2007-04-07, by eugeni
-
missing includes in generated file2007-04-07, by ben
-
restored pci_db2c.awk file from previous broken commit2007-04-07, by ben
-
Add "Requirements" and "Mailinglist" section2007-04-07, by attila
-
Support Windows codecs from RealPlayer102007-04-06, by rtogni
-
Remove useless #includes.2007-04-06, by diego
-
Remove useless #includes.2007-04-06, by diego
-
consistent include paths for config.h et al.2007-04-06, by diego
-
Consistent include paths for config.h.2007-04-06, by diego
-
BMP support for mf://2007-04-06, by reimar
-
missing headers in vidix drivers registry files2007-04-06, by ben
-
renamed libdha.[hc] to dha.[hc]2007-04-06, by ben
-
merged libdha and libvidix, moved all files from libdha to vidix directory2007-04-06, by ben
-
There was a fallback value for libtheora linker flags, but it was never added2007-04-06, by diego
-
Ability to specify video and audio capture device names2007-04-05, by voroshil
-
typo fix (s/M/N/) in IMPORTA_M_T2007-04-04, by gpoirier
-
sync with r229022007-04-04, by gpoirier
-
Fix compilation after FFmpeg r8619.2007-04-04, by cehoyos
-
Length of interleaved RTSP frames (0x24) in only 16 bit, the other byte2007-04-03, by rtogni
-
Use teardownMediaSession() instead of teardownMediaSubsession()2007-04-03, by cehoyos
-
Fix crash when trying to convert from or to RGBi (i<15) as in bgr8torgb242007-04-03, by cehoyos
-
r22854: Remove empty section.2007-04-03, by voroshil
-
r22845: Clarify -xineramascreen -2 behaviour2007-04-03, by voroshil
-
thread compatibility fixes for Win9x. based on patch by sergemp at mail dot ru.2007-04-03, by vayne
-
Use "generic" optimization instead of 686 as default for runtime-cpudetection2007-04-03, by diego
-
Mention DNS round-robin system in the mirroring HOWTO.2007-04-03, by diego
-
"()" to "(void)" function param list fixes2007-04-01, by uau
-
remove useless ()2007-04-01, by aurel
-
removed unexplainable and escaped trailing spaces from -mpegopts :drop and :tsaf2007-04-01, by nicodvb
-
documented -mpegopts :adelay2007-04-01, by nicodvb
-
removed init_apts and init_vpts; added :adelay in addition to :vdelay2007-04-01, by nicodvb
-
cosmetics: removed trailing spaces2007-04-01, by nicodvb
-
segfaults if name is NULL2007-04-01, by ben
-
Use thp, not mjpeg as dll to decode THP files so that the THP hacks in the2007-04-01, by diego
-
Add support for the THP game format.2007-04-01, by diego
-
typo fixes ported from VLC2007-04-01, by diego
-
mention most RTSP changes2007-04-01, by cehoyos
-
killed warnings in cyberblade driver2007-04-01, by ben
-
killed warnings in rage128 driver2007-04-01, by ben
-
killed warnings in pm3 driver2007-04-01, by ben
-
killed warnings in savage driver2007-04-01, by ben
-
killed warnings in sis driver2007-04-01, by ben
-
killed warnings in unichrome driver2007-04-01, by ben
-
Move pci.db out of its single-file subdirectory.2007-04-01, by diego
-
Do not remove or ignore pci.db.2007-04-01, by diego
-
useless externs2007-04-01, by ben
-
removed references to no longer used internal drivers functions2007-04-01, by ben
-
updated vidix.h from upstream vidix project2007-04-01, by ben
-
checking for dynamic drivers version number is now pointless2007-04-01, by ben
-
Ignore netstream and fix its compilation; remove object files on make clean.2007-04-01, by diego
-
Move netstream.c out of its single-file subdirectory.2007-04-01, by diego
-
Remove unnecessary dependencies.2007-04-01, by diego
-
Get netstream somewhat closer to linking.2007-04-01, by diego
-
Support h264 over rtsp2007-04-01, by cehoyos
-
Cosmetics: Move variable declaration and initialization up.2007-04-01, by cehoyos
-
Move driver files directly into the vidix directory.2007-04-01, by diego
-
Merge all VIDIX drivers into libvidix.a.2007-03-31, by diego
-
Append objects derived from sources to OBJS_*. This way the OBJS_* variables2007-03-31, by diego
-
Move QNX-specific settings next to the other OS-specific settings.2007-03-31, by diego
-
Don't compile cpuinfo and fastmemcpybench by default.2007-03-31, by diego
-
Use FT_Glyph_StrokeBorder to render only the outside border.2007-03-31, by iive
-
Move the generation of OBJS_* from SRCS_* up before the addition of OBJS_*-yes2007-03-31, by diego
-
Sync with removed tools.2007-03-31, by diego
-
Remove obsolete TV output tools.2007-03-31, by diego
-
Remove unused/nonworking wallpaper setting utility.2007-03-31, by diego
-
Remove unused benchmarking scripts.2007-03-31, by diego
-
Remove obsolete bitmap font tools.2007-03-31, by diego
-
Remove obsolete/unnecessary/trivial scripts and programs.2007-03-31, by diego
-
Build libdha statically like all the other libraries.2007-03-31, by diego
-
Remove empty section.2007-03-31, by diego
-
Gui: Show correct time after seeking in audio-only files.2007-03-31, by cehoyos
-
synced with r227722007-03-31, by Gabrov
-
synced with r22800 (missing from previous commit)2007-03-31, by Gabrov
-
synced with r228492007-03-31, by Gabrov
-
synced with r228452007-03-31, by Gabrov
-
Set CONFIG_EBP_AVAILABLE, CONFIG_EBX_AVAILABLE for FFmpeg2007-03-30, by uau
-
Handle proper compilation on Mac OS X.2007-03-30, by diego
-
sync w/ r211552007-03-30, by gpoirier
-
Clarify -xineramascreen -2 behaviour2007-03-30, by reimar
-
cosmetics: Remove all trailing whitespace.2007-03-29, by diego
-
some sync by Fernando TarÃn, lists.im gmail com2007-03-29, by diego
-
Missing svn add from r22841.2007-03-29, by rathann
-
Code cleanup: don't include a .c file in mplayer.c and fix a few2007-03-29, by rathann
-
Remove stray variable that was causing tests to fail randomly.2007-03-29, by diego
-
OpenGL reportedly works fine on Mac OS X, see Bugzilla #784.2007-03-29, by diego
-
replaced ! with not as adviced by Reimar2007-03-28, by nicodvb
-
mention vidix in Solaris/x862007-03-28, by nicodvb
-
in solaris the I/O device to mmap() is /dev/xsvc, not /dev/mem2007-03-28, by nicodvb
-
Spanish man page updates by Fernando TarÃn2007-03-27, by kraymer
-
document edgedetect.fp, emboss.fp2007-03-27, by gpoirier
-
Revert r228192007-03-26, by cehoyos
-
prevent building xvmc with the old api.2007-03-26, by iive
-
sync to lavcodecs version2007-03-26, by iive
-
r22637: Allow to specify frequencies in channels option.2007-03-26, by kraymer
-
Spanish man page updates by Fernando TarÃn2007-03-26, by kraymer
-
Handle X-QT extradata in a slightly more correct way2007-03-26, by cehoyos
-
Gui: Allow progress bar to move when playing mov or mp4 files2007-03-26, by cehoyos
-
Merge realcodecs/ documentation into the README.2007-03-25, by diego
-
Use the top-level TOOLS Makefile to build the Real codecs wrappers.2007-03-25, by diego
-
Fixes:2007-03-25, by rathann
-
Add description of realcodecs subdir2007-03-25, by rtogni
-
Check buffer size in header dump functions2007-03-25, by rtogni
-
Fall back on plain awk during the awk test. It should be safe to assume2007-03-25, by diego
-
Fix compilation of libvo/vo_xvmc.c2007-03-25, by cehoyos
-
r22800: Get rid of useless conditional, using svgalib_helper now requires modifying2007-03-25, by voroshil
-
Fix double close() in ve_vfw.c2007-03-24, by iive
-
Linking hotfix, libavutil needs to come after libavcodec/libavformat.2007-03-24, by diego
-
Unconditionally add -li386 to LDFLAGS on OpenBSD/x86-32.2007-03-24, by diego
-
cosmetics: Reorder parts of the Makefile in order to group parts sensibly together.2007-03-24, by diego
-
Unconditionally add all subdirectories to PARTS. This way make clean always2007-03-24, by diego
-
Move the addition of basic include flags to configure.2007-03-24, by diego
-
libavutil/ is not optional, compile it unconditionally.2007-03-24, by diego
-
Error out if the libavutil subdirectory is unavailable.2007-03-24, by diego
-
Fix make depend: Declare extra dependencies before the rule.2007-03-24, by diego
-
Remove multistage recursion for the vidix subdirectory and recurse from the2007-03-24, by diego
-
Remove generated test program on clean, not just on distclean.2007-03-24, by diego
-
Merge INCLUDES into CFLAGS and remove now redundant commands and rules.2007-03-24, by diego
-
Ignore test program.2007-03-24, by diego
-
cosmetics: Shorten long lines, remove trailing whitespace.2007-03-24, by diego
-
Move test program removal on distclean to mpcommon.mak.2007-03-24, by diego
-
Use AV_WB* instead of swap+memcpy+swap2007-03-24, by rtogni
-
Get rid of useless conditional, using svgalib_helper now requires modifying2007-03-24, by diego
-
Remove unnecessary explicit dependency.2007-03-24, by diego
-
Build shared lib on all platforms.2007-03-24, by diego
-
Remove OpenBSD linking hack. If this is (still) necessary, it needs to be2007-03-24, by diego
-
Remove files maintained by Reimar that he no longer sees a use for.2007-03-24, by diego
-
cosmetics: Shorten overly long lines.2007-03-24, by diego
-
Update copyright year.2007-03-24, by diego
-
the mirror howto isnt preliminary anymore2007-03-24, by attila
-
r22622: Wording improvement as suggested by Michael.2007-03-24, by voroshil
-
r22547: fix up some longer than 80 char lines , and use suggestion from Diego.2007-03-24, by voroshil
-
r22547: fix up some longer than 80 char lines , and use suggestion from Diego.2007-03-24, by voroshil
-
r22772: Radio driver loading rework.2007-03-24, by voroshil
-
cosmetics: Merge #ifdefs for better readability.2007-03-23, by diego
-
add mf://bmp wish, remove deinterlace filter during playback2007-03-23, by compn
-
call vbeGetControllerInfo() only once2007-03-23, by aurel
-
sync with r227792007-03-22, by gpoirier
-
lexical fixes2007-03-22, by ptt
-
syntax/lexical fixes2007-03-22, by ptt
-
sync'd up to r214522007-03-22, by ptt
-
sync'd up to r227722007-03-22, by ptt
-
roff fix: escape dash for options2007-03-22, by kraymer
-
r22776: 'D' also turns off and on kerndeint2007-03-22, by cehoyos
-
Fix filepos calculation2007-03-22, by cehoyos
-
'D' also turns off and on kerndeint2007-03-22, by cehoyos
-
allows to de- and reactivate kerndeint on the fly2007-03-22, by cehoyos
-
Every X-QT stream needs video frame rate (not just avc, mpeg4 and svq3)2007-03-22, by cehoyos
-
reasonable cutoff frequency default2007-03-22, by michael
-
Radio driver loading rework.2007-03-21, by voroshil
-
Fix comment about defining HAVE_POSIX_SELECT2007-03-21, by cehoyos
-
Conditionally compile vf_bmovl.c instead of enclosing all of the file2007-03-21, by diego
-
Invert logic for HAVE_NO_POSIX_SELECT to HAVE_POSIX_SELECT to be in line2007-03-21, by diego
-
Declare eof only when stream 0 gets eof2007-03-20, by rtogni
-
Fix for realrtsp urls with more than 2 streams:2007-03-20, by rtogni
-
Remove unnecessary unistd.h include.2007-03-20, by diego
-
Remove MinGW hack, it's no longer needed.2007-03-20, by diego
-
Rename open to af_open so as not to conflict with a previous header definition.2007-03-20, by diego
-
Add missing $(EXESUF).2007-03-20, by diego
-
tab typo fixed2007-03-20, by ptt
-
Add vfw2menc to the Makefile.2007-03-20, by diego
-
sync'd up to r224832007-03-20, by ptt
-
Add explicit SDL include path. This should allow compilation even when2007-03-20, by diego
-
Add return 0 to fix the following warning:2007-03-20, by diego
-
Include stdlib.h and string.h to fix the following warnings:2007-03-20, by diego
-
Add #include <string.h> to fix the following warning:2007-03-20, by diego
-
Move gltest and bmovl-test into the main TOOLS directory, subdirectories2007-03-20, by diego
-
--enable-win32 was renamed to --enable-win32dll.2007-03-19, by diego
-
ok so cljr , vcr1 and msmpegv1 dont actually work... removed2007-03-19, by compn
-
aiff isnt there as well, TEST FIRST, THEN DOCUMENT COMPN!2007-03-19, by compn
-
gsm requires libgsm so remove it2007-03-19, by compn
-
add rest of lavc encoders to list (vcr1, cljr, jpegls, ffvhuff, msmpeg4v1)2007-03-19, by compn
-
split sonic into sonic/sonicls and wma into wmav1/wmav22007-03-19, by compn
-
add png and gif encoders, how to use them with mencoder is another question2007-03-19, by compn
-
Explain workaround for -vo gl:scaled-osd -ass image corruption.2007-03-19, by reimar
-
Add missing bogus norm warning for v4l22007-03-19, by voroshil
-
Make sure bogus parameter will not be ignored by user.2007-03-19, by voroshil
-
Simplify Makefile.2007-03-19, by diego
-
Conditionally compile af_export instead of having #ifdef around the file.2007-03-19, by diego
-
Move -I. to the front of CFLAGS, works around problems with headers from2007-03-19, by diego
-
Remove commented-out -Wall CFLAGS, can be set from configure/config.mak.2007-03-19, by diego
-
Remove commented-out Cygwin CFLAGS settings.2007-03-19, by diego
-
Move setting Cygwin specific CFLAGS to configure.2007-03-19, by diego
-
video filters i maintain ...2007-03-19, by michael
-
The -Wdeclaration-after-statement test needs a C program.2007-03-18, by diego
-
Move -I. and -I.. to the front of CFLAGS so that headers in the root directory2007-03-18, by diego
-
Move libav* include CFLAGS to mpcommon.mak instead of duplicating them.2007-03-18, by diego
-
Added myself, as suggested by Diego2007-03-18, by cehoyos
-
Merge CFLAGS lines.2007-03-18, by diego
-
Move setting CXXFLAGS to configure.2007-03-18, by diego
-
Support multiple tags in a single line and tags on the same line as the2007-03-18, by rtogni
-
Add live555 include flags to EXTRAXX_INC, not EXTRA_INC.2007-03-18, by diego
-
shared libavcodec is not at all broken/obsolete, but simply discouraged2007-03-18, by nicodvb
-
Group (system-specific) CFLAGS settings together.2007-03-18, by diego
-
Move Cygwin specific #define setting to system OS-specific settings section.2007-03-18, by diego
-
Move setting of TARGET_WIN32 together with other Win32 settings.2007-03-18, by diego
-
Rename win32 variable to the more sensible name win32dll.2007-03-18, by diego
-
Remove conditional addition of CONFIG_DARWIN to CFLAGS, it's added2007-03-18, by diego
-
sync with r226372007-03-18, by gpoirier
-
Support application/smil as mimetype for smil-over-realrtsp2007-03-18, by rtogni
-
add ffbmp decoder, cant figure out fourcc bit so use format for avi...2007-03-18, by compn
-
Move fast cmov detection code from the PPC section into the x86 section2007-03-18, by diego
-
add new audio and video codecs to libavcodec list2007-03-18, by compn
-
support for setting and detecting FAST_CMOV2007-03-18, by diego
-
add some updates2007-03-18, by compn
-
Fix configure -march detection for athlon-xp2007-03-18, by uau
-
Remove empty directory.2007-03-18, by diego
-
fix full range (jpeg yuv) chroma2007-03-18, by michael
-
cosmetics, fix indentation2007-03-18, by attila
-
allow horizontal resolutions >1024 in case we have a G5502007-03-18, by attila
-
sync mga_vid.h to the one in the mga_vid repo.2007-03-18, by attila
-
Move files from radeon/ subdirectory here.2007-03-17, by diego
-
add fourcc for dxa files, approved by diego2007-03-17, by compn
-
Remove radeonfb, the version in the Linux kernel is much better.2007-03-17, by diego
-
add ffdxa , works on samples/game-formats/dxa/epic.dxa2007-03-17, by compn
-
Do not disable cache on MinGW, just disable shmem compilation.2007-03-17, by diego
-
'make install' now takes care of most manual installation steps for *_vid.o.2007-03-17, by diego
-
Nuke MIPS-specific compiler bug workaround, it's unlikely to help anyway.2007-03-17, by diego
-
wording/spelling/grammar/updates/cosmetics2007-03-17, by diego
-
Merge Makefile from radeon/ subdirectory into this one.2007-03-17, by diego
-
Create device nodes upon install.2007-03-17, by diego
-
update release number2007-03-17, by compn
-
Introduce OBJS variable for the list of objects to build.2007-03-17, by diego
-
add ffdca decoder2007-03-17, by compn
-
Remove support for 2.5.x kernels.2007-03-17, by diego
-
Add a link to Attila's mga_vid port to Linux 2.6.x.2007-03-17, by diego
-
Remove useless compilation commands that are provided by builtin rules.2007-03-17, by diego
-
Merge test rules using general pattern.2007-03-17, by diego
-
Install tdfx_vid.o as well.2007-03-17, by diego
-
Remove now unnecessary MGA_VID_OBJ variable indirection.2007-03-17, by diego
-
Remove pointless variable indirection.2007-03-17, by diego
-
Remove remnants of Linux 2.6 support, the mga_vid.c part was made to2007-03-17, by diego
-
Remove pointless variable indirection for -I options.2007-03-17, by diego
-
Remove unnecessary -I option from CFLAGS.2007-03-17, by diego
-
tdfx_vid compilation has been simplified.2007-03-17, by diego
-
New slave command: tv_step_freq <offset in MHz>2007-03-17, by voroshil
-
cosmetics: Remove superfluous comment.2007-03-17, by diego
-
Remove superfluous .o creation rule, it's the same as the builtin one.2007-03-17, by diego
-
Remove unused variables INCLUDES and MOD_PATH_PREFIX.2007-03-17, by diego
-
Remove unused variable AFLAGS.2007-03-17, by diego
-
Put -D options in CPPFLAGS, don't duplicate -D__KERNEL__.2007-03-17, by diego
-
Some more details for the mga_vid section taken from drivers/README.2007-03-17, by diego
-
wording/spelling/cosmetics2007-03-17, by diego
-
Rename tdfx_vid_tst to tdfx_vid_test.2007-03-17, by diego
-
Merge README.linux.2.6 into general README.2007-03-17, by diego
-
Merge Rage128 README into general README.2007-03-17, by diego
-
10l: omitted '-e' in my r22630 commit.2007-03-17, by voroshil
-
Build tdfx_vid.o and tdfx_vid_tst by default under Linux 2.4.2007-03-17, by diego
-
Merge CFLAGS and INCLUDES where appropriate.2007-03-17, by diego
-
Make strange clean/distclean rules behave in a more standard fashion.2007-03-17, by diego
-
Get rid of ugly conditionals.2007-03-17, by diego
-
Get rid of stupid recursion within a single directory.2007-03-17, by diego
-
Remove unnecessary include options from compilation command.2007-03-17, by diego
-
Simplify compilation commands.2007-03-17, by diego
-
Remove rule for non-existing file.2007-03-17, by diego
-
Simplify compilation command.2007-03-17, by diego
-
Mark phony targets as such.2007-03-17, by diego
-
whitespace cosmetics2007-03-17, by diego
-
Mark phony targets as such.2007-03-17, by diego
-
Split dependency and rule declaration, avoids duplicate command.2007-03-17, by diego
-
Simplify compilation commands.2007-03-17, by diego
-
Bring somewhat closer to linking, still won't work, though.2007-03-17, by diego
-
Simplify link command.2007-03-17, by diego
-
Bring netstream somewhat closer to linking, still won't work.2007-03-17, by diego
-
Remove unnecessary -I option from CFLAGS.2007-03-17, by diego
-
Mark phony targets as such.2007-03-17, by diego
-
Merge INCLUDE and CFLAGS, fixes Cola from last commit.2007-03-17, by diego
-
Remove unused variable.2007-03-17, by diego
-
Fix compilation, bswap.h is now mpbswap.h.2007-03-17, by diego
-
Remove redundant rule for creating .o files from .c files, it's builtin.2007-03-17, by diego
-
Remove obsolete .SUFFIXES variable.2007-03-17, by diego
-
Remove nonsensical unused rules.2007-03-17, by diego
-
Use quotes instead of angular brackets for non-system includes.2007-03-16, by diego
-
Bring vivodump closer to linking; remains broken.2007-03-16, by diego
-
Fix linking: libswscale depends on libavutil, verbose was multiply defined...2007-03-16, by diego
-
Fix compilation due to reorganized header files.2007-03-16, by diego
-
whitespace cosmetics2007-03-16, by diego
-
Remove duplicate largefile CFLAGS that are set from configure.2007-03-16, by diego
-
Turn on largefile support for libdvdcss as well.2007-03-16, by diego
-
Remove CFLAGS that are already set by configure.2007-03-16, by diego
-
Put special CFLAGS for low accuracy tremor in the Makefile, similar to the2007-03-16, by diego
-
r22492: documented -reuse-socket2007-03-16, by kraymer
-
Remove unnecessary -I option from CFLAGS.2007-03-16, by diego
-
Allow to specify frequencies in channels option.2007-03-16, by voroshil
-
Mark myself as new TV maintainer as suggested by Jindrich Makovicka2007-03-16, by voroshil
-
add cdvc fourcc to ffdv , works on /incoming/video_format_0x43564443.avi2007-03-16, by compn
-
Matroska seeking fixes2007-03-16, by uau
-
sync with r225032007-03-16, by gpoirier
-
add mute bind which has been default for a while, any other missing defaults?2007-03-16, by compn
-
some updates from memory and mplayer irc users2007-03-16, by compn
-
libavcodec's DXA decoder is dependent on zlib2007-03-16, by voroshil
-
Remove useless -I./skin from CFLAGS.2007-03-16, by diego
-
Don't look for header files in ../../ anymore. Compilation was broken unless2007-03-16, by diego
-
Remove unnecessary -I./wm option from CFLAGS.2007-03-15, by diego
-
Remove useless -I../loader option from CFLAGS.2007-03-15, by diego
-
Use explicit path for headers from the dshow/ subdirectory.2007-03-15, by diego
-
Use explicit path for headers from the loader/ directory.2007-03-15, by diego
-
Add explicit location for headers from the stream/ directory.2007-03-15, by diego
-
Wording improvement as suggested by Michael.2007-03-15, by diego
-
Add live555 include flags to CXXFLAGS only.2007-03-15, by diego
-
Add a FIXME note about new sentences on new lines.2007-03-15, by diego
-
Add explicit location for headers from the libmpdemux/ directory.2007-03-15, by diego
-
Add explicit location for headers from the stream/ directory.2007-03-15, by diego
-
Add explicit location for headers from the stream/ directory.2007-03-15, by diego
-
Add AmigaOS support, patch by Andrea Palmatè, andrea amigasoft net.2007-03-15, by diego
-
Simplify setting special CFLAGS for decode_i586.o.2007-03-15, by diego
-
Remove unnecessary Darwin entry from CFLAGS.2007-03-15, by diego
-
Simplify conditional expression.2007-03-15, by diego
-
Remove Darwin AltiVec CFLAGS settings, configure handles this.2007-03-15, by diego
-
update password-gpg rule from ffmpeg2007-03-15, by michael
-
update >5 line reindention rule to what is in ffmpeg2007-03-15, by michael
-
update spliting rule to what i just added to ffmpeg2007-03-15, by michael
-
cosmetic (move warning point after the existing policy points instead of the middle)2007-03-15, by michael
-
Remove addition of AltiVec flags to CFLAGS, configure takes care of this.2007-03-15, by diego
-
Remove unnecessary include from CFLAGS.2007-03-15, by diego
-
Use explicit header location, don't use CFLAGS for simple subdirectories.2007-03-15, by diego
-
Check for eof in loop searching for data chunk.2007-03-15, by reimar
-
Reuse common parts of all Makefiles.2007-03-15, by diego
-
Use versioned names explicitly instead of employed backwards-named variables.2007-03-15, by diego
-
Simplify conditional expression.2007-03-15, by diego
-
Remove Cygwin case from conditional, it's overridden by the Win32 case.2007-03-15, by diego
-
Revert previous broken commit.2007-03-15, by diego
-
Remove Cygwin case from conditional, it's overridden by the Win32 case.2007-03-15, by diego
-
Rename LIBS variable to more standard name EXTRALIBS.2007-03-15, by diego
-
Fix test program linkage.2007-03-15, by diego
-
Include loader/ prefix in #include path everywhere.2007-03-15, by diego
-
SHORTNAME is not a target so it should not be used as prerequisite.2007-03-15, by diego
-
Merge two clean commands.2007-03-15, by diego
-
whitespace cosmetics2007-03-15, by diego
-
Use standard variable names for SRCS and OBJS.2007-03-15, by diego
-
Install targets should not remove files.2007-03-15, by diego
-
Add pci_names.c as prerequisite of the all target instead of the .o files.2007-03-14, by diego
-
Use the install program detected by configure.2007-03-14, by diego
-
Remove useless .SUFFIXES variable.2007-03-14, by diego
-
Remove unused SONAME_FLAGS variable.2007-03-14, by diego
-
Remove commented out superfluous lines.2007-03-14, by diego
-
Simplify rules using make shorthands.2007-03-14, by diego
-
whitespace cosmetics2007-03-14, by diego
-
Simplify handling of extra library flags.2007-03-14, by diego
-
Remove superfluous rule and variables, X_LIB does not exist any longer.2007-03-14, by diego
-
Remove superfluous variable indirection.2007-03-14, by diego
-
Reuse common parts of all Makefiles through mpcommon.mak.2007-03-14, by diego
-
Rename all target to libs.2007-03-14, by diego
-
Separate prerequisites and rules to avoid redundant rules.2007-03-14, by diego
-
whitespace cosmetics2007-03-14, by diego
-
Generate dependency information.2007-03-14, by diego
-
Remove superfluous rule and variable.2007-03-14, by diego
-
Properly mark all phony targets as such.2007-03-14, by diego
-
Rename VIDIX_CFLAGS to CFLAGS.2007-03-14, by diego
-
Remove unused variable.2007-03-14, by diego
-
dont start newline with a space and readd subdirectory2007-03-14, by compn
-
major man page update2007-03-14, by kraymer
-
Use 'libs' instead of 'all' target.2007-03-14, by diego
-
Reuse common parts of all Makefiles through mpcommon.mak.2007-03-14, by diego
-
Don't remove 'test' on distclean, there is no such file.2007-03-14, by diego
-
cosmetics: Rename variables for consistency with other Makefiles.2007-03-14, by diego
-
consistency cosmetics2007-03-14, by diego
-
Simplify library generation rule.2007-03-14, by diego
-
Merge all and do_drivers rules.2007-03-14, by diego
-
Remove superfluous/obsolete rules and variables.2007-03-14, by diego
-
dep/depend should be a double colon target as well.2007-03-13, by diego
-
cosmetics: Move some parts around to make more sense overall.2007-03-13, by diego
-
Fix live555 compilation when stream cache is disabled.2007-03-13, by diego
-
cosmetics: Move depend target in preparation for upcoming changes.2007-03-13, by diego
-
Simplify test program compilation.2007-03-13, by diego
-
Fix test program compilation.2007-03-13, by diego
-
Rename mp3lib/libMP3.a to mp3lib/libmp3.a for consistency.2007-03-13, by diego
-
Simplify CFLAGS handling.2007-03-13, by diego
-
Remove unnecessary -I option.2007-03-13, by diego
-
Remove unnecessary -I option.2007-03-13, by diego
-
fix wrong typo fix, as noted by Diego2007-03-13, by gpoirier
-
cosmetics: Fix indentation, reorder some lines for consistency.2007-03-13, by diego
-
fix some trivial typos2007-03-13, by gpoirier
-
fix up some longer than 80 char lines , and use suggestion from Diego.2007-03-13, by compn
-
Give more descriptive names to the source and library variables and split2007-03-13, by diego
-
Remove useless #define.2007-03-13, by diego
-
Give the library generation target a more sensible name.2007-03-13, by diego
-
Add common sources to .depend target.2007-03-13, by diego
-
Handle common parts at the objects instead of at the sources level.2007-03-13, by diego
-
codecs.conf.h needs to be made before .depend.2007-03-12, by diego
-
Mark phony targets as such.2007-03-12, by diego
-
dirclean target was removed, don't mark as phony.2007-03-12, by diego
-
Remove code duplication in smil parser2007-03-12, by rtogni
-
cosmetics: renamed variable amr as headersize, more meaningful; patch by Carl Eugen Hoyos2007-03-12, by nicodvb
-
Support smil embedded into xml, fixes bugzilla #7682007-03-12, by rtogni
-
mp_msg.c is never built with -DCODECS2HTML.2007-03-12, by diego
-
Remove -DCODECS2HTML from .depend creation.2007-03-12, by diego
-
r22521: Clarify -reuse-socket description.2007-03-12, by voroshil
-
r22408: add -tv driver=help entry, also add dshow tv driver2007-03-12, by voroshil
-
r22413: add xvfwopts compdata and vfw2menc documentation and change to better mencoder example2007-03-12, by voroshil
-
r22331: Remove some #if 0 code2007-03-12, by voroshil
-
Clarify that commits should not be split arbitrarily by file/directory.2007-03-12, by diego
-
spelling/punctuation2007-03-12, by diego
-
fix forgotten \2007-03-12, by ivo
-
add vcd:// for win32, patch by zuxy meng2007-03-12, by compn
-
Source files should not contain non-ASCII characters.2007-03-12, by diego
-
add vcd:// for win32, patch by zuxy meng2007-03-12, by compn
-
add vcd support to mingw, patch by zuxy meng2007-03-12, by compn
-
minor clarification2007-03-12, by diego
-
Clarify -reuse-socket description.2007-03-12, by diego
-
typo2007-03-12, by diego
-
Fix comment about test application compilation.2007-03-12, by diego
-
Add codec-cfg-test, remove now obsolete entries.2007-03-11, by diego
-
Add codec-cfg-test target.2007-03-11, by diego
-
Allow demuxers to return packets with no pts in -correct-pts mode2007-03-11, by uau
-
Reindent messy functions before working on them2007-03-11, by uau
-
Make sure docbook 4.x gets preferred over 3.x.2007-03-11, by diego
-
mplayer.c and mencoder.c are already in SRCS_MPLAYER and SRCS_MENCODER2007-03-11, by diego
-
wording/spelling for lscale=2 suboption2007-03-11, by diego
-
'make clean' should remove generated binaries.2007-03-11, by diego
-
Merge clean and dirclean targets.2007-03-11, by diego
-
forgotten lscale=2 part for gl_common.h2007-03-11, by reimar
-
Document lscale=22007-03-11, by reimar
-
Add a new GPU-based scaling method to vo gl2007-03-11, by reimar
-
Move the sh_audio->delay field to mpctx->delay.2007-03-11, by uau
-
fixed dvd chapter and title switching2007-03-10, by vayne
-
removed redundant assignments, these get handled in evDropFile2007-03-10, by vayne
-
corrected description of -reuse-socket as described by Rich2007-03-09, by nicodvb
-
remove some lines which should have never been in demux_nut.c, broke CPU2007-03-09, by ods15
-
Include <string.h> explicitly.2007-03-09, by uau
-
Rename to a more sane spelling.2007-03-09, by diego
-
Improve MPlayerOSX building process:2007-03-09, by gpoirier
-
Move command.c.tmp over now identical command.c2007-03-09, by uau
-
Change to match current command.c (same functionality).2007-03-09, by uau
-
Add alternative way to create command.c to svn history,2007-03-09, by uau
-
100l, allocated buffer was too small.2007-03-08, by rtogni
-
Support function lookup via ordinal2007-03-08, by reimar
-
Allow declaring special undefined functions that will return NULL2007-03-08, by reimar
-
documented -reuse-socket2007-03-08, by nicodvb
-
Add more FourCC values for the Xvid decoder.2007-03-08, by diego
-
Remove unused variable lev_text, patch by Zuxy Meng, zuxy.meng gmail com.2007-03-08, by diego
-
spelling/punctuation/grammar/wording improvements, no semantic changes2007-03-08, by diego
-
Add PIX_FMT_PAL8 to isPacked().2007-03-08, by diego
-
100l, last patch broke window resizing with xv and xvmc.2007-03-08, by reimar
-
Merge all .PHONY target declarations.2007-03-07, by diego
-
Fix ratio aspect on Matroska files, broken with recent 'spect change in DVB' patch2007-03-07, by gpoirier
-
Fix unkown --> unkNown typo.2007-03-07, by diego
-
Fix audio samplerates below 7000 Hz.2007-03-07, by uau
-
support for AMR; it works inserting in the first byte of the demux_packet2007-03-06, by nicodvb
-
mplayer.12007-03-06, by kraymer
-
Factor out some duplicated code in vo_xv and vo_xvmc2007-03-06, by reimar
-
__defines are reserved for gcc2007-03-06, by compn
-
Simplify config by using code available in video_out.c2007-03-06, by reimar
-
Fix bad uninit when switching DVB channels.2007-03-06, by reimar
-
A function always returning 0 could as well return void.2007-03-06, by eugeni
-
Text alignment should not use bounding boxes of individual glyphs.2007-03-06, by eugeni
-
Reset advance vector and glyph bounding box if glyph could not be found.2007-03-06, by eugeni
-
removed unused definition of insertRTPData(); it's not only unused,2007-03-05, by nicodvb
-
synced with r224282007-03-05, by Gabrov
-
synced with r224692007-03-05, by Gabrov
-
truncate mencoder's output file if it exists, instead of overwriting just part of it.2007-03-05, by lorenm
-
Audio should now work fine, so remove the ENABLE_AUDIO ifdef2007-03-05, by reimar
-
Implement percent-based seeking2007-03-05, by reimar
-
Fix seeking for avisynth audio.2007-03-05, by reimar
-
Fix DEMUXER_CTRL_GET_PERCENT_POS with -novideo2007-03-05, by reimar
-
remove pointless cast to int2007-03-05, by reimar
-
Remove subcp_open/subcp_close from mkv demuxer, they are useless since a long time.2007-03-05, by reimar
-
Allow to add/modify keybind for '#'2007-03-05, by reimar
-
-nomouseinput is no longer X11 only.2007-03-05, by diego
-
Add code to detect and convert to console codepage on Windows.2007-03-04, by reimar
-
Include stdio.h for printf2007-03-04, by reimar
-
getopt is only needed on msvc, remove from mingw/linux compile info2007-03-04, by compn
-
10l, remove local-only file from ignore list2007-03-04, by kraymer
-
add vfw2menc info into README2007-03-04, by compn
-
shut up 'svn status' by ignoring symlinked files2007-03-04, by kraymer
-
add -xvfwopts compdata suboption to man page2007-03-04, by compn
-
Remove variable that is unnecessary after last patch2007-03-04, by reimar
-
Remove hack that sets demuxer->video->pts after seeking, it seems no longer needed.2007-03-04, by reimar
-
Set pts also for audio packets2007-03-04, by reimar
-
Already frameno == num_frames means we reached EOF.2007-03-04, by reimar
-
Support more avisynth audio sample types (untested)2007-03-04, by reimar
-
Remove useless void * casts2007-03-04, by reimar
-
Do not read more audio samples than available2007-03-04, by reimar
-
Fix pakcet -> packet typo in output2007-03-04, by reimar
-
Set format tag for float samples correctly (currently useless)2007-03-04, by reimar
-
nomouseinput option should not depend on HAVE_X11.2007-03-04, by reimar
-
Add support for tracking mouse movements.2007-03-04, by reimar
-
Move/simplify some variable declarations2007-03-04, by reimar
-
Demuxers have no business setting o_bps2007-03-04, by reimar
-
First half-working avisynth audio support2007-03-04, by reimar
-
Fix wrong setting of samplesize (must be bytes per sample, not bits)2007-03-04, by reimar
-
Enable aid/vid stream selection, although it is quite useless currently.2007-03-04, by reimar
-
Whitespace-only cosmetics: get rid of all remaining tabs2007-03-04, by reimar
-
Generate resize events when size of -wid window changes.2007-03-04, by reimar
-
Fix type and usage of avs_get_audio function2007-03-04, by reimar
-
Fix and simplify the WideCharToMultiByte and MultiByteToWideChar pseudo-implementations.2007-03-04, by reimar
-
print the disc_id without using a buffer2007-03-04, by nicodvb
-
Fix copy-paste bug (must have broken something in the GUI)2007-03-03, by uau
-
wrong capitolization, thats a comma not a period2007-03-03, by compn
-
warn users about drm files, patch by zuxy meng2007-03-03, by compn
-
warn users about DRM asf files, patch by zuxy meng2007-03-03, by compn
-
supposed to be using global m_config here, and this wasn't even getting set.2007-03-03, by vayne
-
The original asm code for the stub returned 0, restore that behaviour.2007-03-03, by reimar
-
Discard earlier failure in building filter chain when trying a new codec.2007-03-03, by reimar
-
10000l; in previous commit I allocated a buffer 1 byte too short2007-03-03, by nicodvb
-
replaced 1 instances of sprintf() with snprintf(); patch by njkain gmail com.2007-03-03, by nicodvb
-
replaced 2 instances of sprintf() with snprintf() and one instance2007-03-03, by nicodvb
-
Fix incorrect spacing introduced in r22231:2007-03-03, by eugeni
-
live555 version 2006.03.03 or later is needed to compile MPlayer.2007-03-03, by diego
-
cosmetics, fix indentation as pointed out by Reimar2007-03-02, by vayne
-
Rework of copying samples from directshow codecs.2007-03-02, by voroshil
-
10l: x2scr used twice instead of y2scr.2007-03-02, by eugeni
-
Bugfix: transform origin to screen coordinates.2007-03-02, by eugeni
-
add missing playtree entry2007-03-02, by vayne
-
a small step toward 4 plane support2007-03-02, by michael
-
copy src to prevent the user supplied argumet from being changed2007-03-02, by michael
-
10l: dshow isnt in svn yet2007-03-02, by compn
-
add -tv driver=help entry, also add dshow tv driver2007-03-02, by compn
-
simplify and modify fullscreen switching to avoid improper aspects2007-03-02, by vayne
-
add forgotten case value as per recent changes to mplayer.c2007-03-02, by vayne
-
rename to *_proposal.txt2007-03-01, by michael
-
clarify quorum and majority requirements in respect to debians voting system2007-03-01, by michael
-
url with a good description of how to determine the winner from the votes2007-03-01, by michael
-
Explain how to select all DVB channels on a frequency.2007-03-01, by reimar
-
Fix a possible crash on 64 bit systems when the lumSrcPtr or chrSrcPtr2007-03-01, by reimar
-
s/admin/leader/2007-03-01, by michael
-
tv driver loading rework. As a side effect "-tv driver=help" option is2007-03-01, by voroshil
-
weaken veto right2007-03-01, by michael
-
winsocks expects an int in milliseconds instead of struct timeval to set2007-03-01, by ivo
-
Replace MIN with FFMIN2007-03-01, by reimar
-
Use libavutil's av_clip* instead of unreadable MIN/MAX chaos.2007-03-01, by reimar
-
Use libavutil AV_RB/AV_WB macros instead of defining out own variants.2007-03-01, by reimar
-
Add missing registers to asm code in mp3lib2007-03-01, by reimar
-
clarify root vs admin2007-03-01, by michael
-
spelling fixes by ivan2007-03-01, by michael
-
10l to me, typo. it should have read clflush2007-03-01, by ivo
-
cosmetics, missing space2007-03-01, by ivo
-
cflsh->clflush to keep consistent with Linux kernel2007-03-01, by ivo
-
Update release tag due to previous functional changes as noticed by Ivan2007-03-01, by voroshil
-
new policy draft2007-03-01, by michael
-
Update 3ivx decoder to latest version and allow it to load required library.2007-03-01, by voroshil
-
Mark wma9spdshow audio codec as working, because hissing in audio (only one known2007-03-01, by voroshil
-
Seek to -ss position, not 0, in per-file loop.2007-03-01, by uau
-
comment is a C-string and \ must be properly escaped as \\2007-02-28, by reimar
-
test the continuity of timestamps for STREAMTYPE_VCD, too; patch by Zuxy Meng2007-02-28, by nicodvb
-
cleaned stream_seek() : simplified the alignment to STREAM_BUFFER_SIZE or s->sector_size2007-02-28, by nicodvb
-
do not rely on svn internals and use svn info instead2007-02-28, by ivo
-
add comment about voxware on windows2007-02-28, by compn
-
also respond to --help, -h and -? command line options2007-02-28, by ivo
-
fix printing of -(no)svn option2007-02-28, by ivo
-
clarify -none command line option2007-02-28, by ivo
-
remove C99-ism (mixed declaration and code),2007-02-28, by gpoirier
-
assign missing frametime as 1.0/fps; patch by Carl Eigen Hoyos2007-02-27, by nicodvb
-
10l: Add missing definition of USE_STREAM_CACHE.2007-02-27, by diego
-
Fix unresolved symbols related to ws2_32 lib when compiling under MinGW with live555.2007-02-27, by voroshil
-
Move the decision about stream cache compilation to configure.2007-02-27, by diego
-
Move glob-win.c out of MinGW section, configure handles it.2007-02-27, by diego
-
Simplify strip parameter for install handling.2007-02-27, by diego
-
grammar/spelling2007-02-27, by diego
-
small updates2007-02-27, by diego
-
Simplify .depend file inclusion.2007-02-27, by diego
-
Simplify .depend file inclusion.2007-02-27, by diego
-
Adding an extra -I.. parameter is no longer necessary.2007-02-27, by diego
-
Add commit nick for Rik Snel.2007-02-27, by diego
-
compilation fix clip_uint8 -> av_clip_uint82007-02-27, by rik
-
Seek to -ss position without first starting audio/video from the start.2007-02-27, by uau
-
Remove useless conditional.2007-02-27, by diego
-
copy the content of QDM2 atom as extradata for ffqdm2 playback; patch by Carl Eugen Hoyos2007-02-26, by nicodvb
-
support for new ivtv api2007-02-26, by ben
-
Fix wrong typecast, which can cause MPlayer crash2007-02-26, by voroshil
-
2 less variables2007-02-25, by nicodvb
-
cosmetics: reformatted2007-02-25, by nicodvb
-
removed unused variables2007-02-25, by nicodvb
-
simplified parse_mpeg12_video()2007-02-25, by nicodvb
-
Support for PowerPC 440x embedded CPUs.2007-02-25, by rathann
-
member real_framerate is completely useless2007-02-25, by nicodvb
-
mpcommon.c is a partial copy of mplayer.c, so recommit it as such.2007-02-25, by reimar
-
The fragment program functions are and most likely always will be ARB-only,2007-02-25, by reimar
-
Replace __MINGW32__ by more consistent WIN32_LOADER. This should fix compilation under2007-02-25, by voroshil
-
10, checked for the wrong thing. Do aspect scaling only in config_video_out2007-02-25, by reimar
-
cosmetics: reindented2007-02-25, by nicodvb
-
removed commented/useless code from parse_mpeg12_video()2007-02-25, by nicodvb
-
Add av_ prefix to clip functions2007-02-25, by reimar
-
10l to me for bad todo items2007-02-24, by compn
-
iive says xvmc stuff is long done2007-02-24, by compn
-
remove some old and add new TODO2007-02-24, by compn
-
Simplify .depend file inclusion.2007-02-24, by diego
-
cosmetics: Fix some common typos, appropiate --> appropRiate,2007-02-24, by diego
-
10l, avoid crash on invalid subtitle id2007-02-24, by reimar
-
synced with r223312007-02-24, by Gabrov
-
Remove some #if 0 code2007-02-24, by uau
-
Move parsing of the -ss option to the option code.2007-02-24, by uau
-
some more consistency for the VIDIX installation.2007-02-23, by diego
-
synced with r222922007-02-23, by Gabrov
-
synced with r223262007-02-23, by Gabrov
-
Gui compilation fixes2007-02-23, by vayne
-
Fix loading of mpeg4ds direct show video codec under win32, broken in r223222007-02-23, by voroshil
-
Free AM_MEDIA_TYPE structure content when CEnumMediaTypes object is destroyed2007-02-23, by voroshil
-
Moving duplicated (and sometimes wrong) AM_MEDIA_TYPE related code into separate file2007-02-23, by voroshil
-
Fixed loading of VoxWare and wma9sp binary audio codecs using dshow engine.2007-02-23, by voroshil
-
Fix \a parsing broken in r222912007-02-23, by uau
-
Fix error in comment2007-02-23, by uau
-
Reset the edl_decision flag after the seek is done.2007-02-23, by uau
-
Separate function for seeking2007-02-23, by uau
-
Remove useless fflush(stdout) calls. mp_msg already flushes output, and2007-02-22, by uau
-
Move EDL code to separate functions2007-02-22, by uau
-
Move some related variables together & add a comment2007-02-22, by uau
-
update to 0.1 version from website2007-02-22, by compn
-
add original website url per al3x comment2007-02-22, by compn
-
r22276: Reallocate event_images_t, removing limit on simultanious events count.2007-02-22, by voroshil
-
typo2007-02-22, by diego
-
Add some missing includes.2007-02-22, by eugeni
-
Declarations must be before code2007-02-22, by reimar
-
Fix nonsense function type2007-02-22, by uau
-
cosmetics: typo fixes, usefuLL --> useful and aswell --> as well2007-02-22, by diego
-
Cleanup, move "global" state from the frame_time_remaining mainloop2007-02-21, by uau
-
fix compilation with gcc 2.95.32007-02-21, by ivo
-
Fix GUI compilation2007-02-21, by uau
-
Add missing "if (use_gui)" before some GUI calls2007-02-21, by uau
-
Fix menu to work with mpctx2007-02-21, by uau
-
cosmetics: Fix some common typos, sepErate --> sepArate, deciSSion --> deciSion.2007-02-21, by diego
-
Oops, forgot {} before "else".2007-02-21, by eugeni
-
Add missing #ifdef2007-02-21, by uau
-
Split command/property handling from mplayer.c to a new file command.c.2007-02-21, by uau
-
a/r handled correctly by vd_ffmpeg2007-02-20, by nicodvb
-
reinit the vo when aspect ratio changes; patch by C.E. Hoyos approved by Michael2007-02-20, by nicodvb
-
Cosmetics: fix indentation.2007-02-20, by eugeni
-
With \t(\b) text becomes bold at the middle of time interval, not at the end2007-02-20, by eugeni
-
make message translatable2007-02-20, by ivo
-
Any style modifier followed by no recognizable parameter resets to the default.2007-02-20, by eugeni
-
more cosmetics2007-02-20, by ivo
-
proper GPL heading2007-02-20, by ivo
-
cosmetics2007-02-20, by ivo
-
\fn without an argument resets font family to the value from style.2007-02-20, by eugeni
-
Fix display order of events.2007-02-20, by eugeni
-
proper authors of xmms demuxer2007-02-20, by ivo
-
dont set 0 nBlockAlign2007-02-20, by michael
-
probe ~/.xmms/Plugins for plugins too, so users without root access on their2007-02-20, by ivo
-
Fix compilation after addition of LIBGSM_MS decoder/encoder to FFmpeg.2007-02-20, by diego
-
Both (-1) and 1 mean bold font in SSA/ASS styles.2007-02-19, by eugeni
-
Add \t(\b) support.2007-02-19, by eugeni
-
Fix bounding box calculation with \fscx/\fscy.2007-02-19, by eugeni
-
Fix \fscx/\fscy animation.2007-02-19, by eugeni
-
Correct implementation of text spacing.2007-02-19, by eugeni
-
Reallocate event_images_t, removing limit on simultanious events count.2007-02-19, by eugeni
-
10l: comparison of char* ptrs with string literals2007-02-19, by faust3
-
Remove remnants of the nonfunctional "grab_frames" command.2007-02-19, by uau
-
10l copy and paste bug in the license header2007-02-19, by diego
-
Fix license header.2007-02-19, by diego
-
smil over realrtsp2007-02-18, by rtogni
-
liblzo support fix, take X: forgotten variable setting.2007-02-18, by diego
-
Fix 10 in r22250, do not use screendimensions if not set2007-02-18, by reimar
-
clarify that language must be a 3 letter code2007-02-18, by michael
-
Revert r22255 on iive's request.2007-02-18, by reimar
-
Mark myself as MPlayer sync/core maintainer2007-02-18, by uau
-
Make liblzo conditional to the appropriate #defines.2007-02-18, by diego
-
all options must be GLOBAL; patch by Trent Piepho (xyzzy speakeasy org)2007-02-18, by nicodvb
-
Add support for smil playlist served over realrtsp2007-02-18, by rtogni
-
Remove internal minilzo, external liblzo can be used instead.2007-02-18, by diego
-
Use liblzo2 instead of liblzo1, it's not bigger but faster.2007-02-18, by diego
-
Use external liblzo instead of internal minilzo.2007-02-18, by diego
-
Some typo fixes in svn-howto2007-02-18, by reimar
-
Avoid parts of xvmc reinit when source format does not change2007-02-18, by reimar
-
Remove unused variable "osd_level_saved"2007-02-18, by uau
-
Make sure that -sid works even if the number of subtitles initially detected2007-02-17, by reimar
-
Move some subtitle handling from mplayer.c to mpcommon.c and share it with mencoder.c2007-02-17, by reimar
-
Move common vo initialization code to video_out.c2007-02-17, by reimar
-
cosmetics2007-02-17, by nicodvb
-
1000l fix for mencoder -hr-edl-seek with -ovc copy, waiting for keyframe2007-02-17, by ods15
-
negative stride and h_size-=8 fix2007-02-17, by michael
-
swap palette on big endian2007-02-17, by michael
-
palette init code for IMGFMT_RGB4 and IMGFMT_RG4B2007-02-17, by michael
-
BGR/RGB4 byte formats as input2007-02-17, by michael
-
another ridiculous palette bug which has nothing to do with the new palete support in sws2007-02-17, by michael
-
wording, typos fix2007-02-17, by voroshil
-
Restore a minus sign that was lost in r22231.2007-02-16, by eugeni
-
Don't segfault if no -format is given for lavf2007-02-16, by uau
-
PAL8 ...2007-02-16, by michael
-
pal8 input2007-02-16, by michael
-
r22201: some clarification about dvb-out playback2007-02-16, by voroshil
-
r22184: When setting the non-audio bit for hwac3 output, just try to set the...2007-02-16, by voroshil
-
Implement \frx and \fry (and reimplement \frz) as 3d rotations.2007-02-16, by eugeni
-
Consistently name z-axis rotation angle "frz".2007-02-16, by eugeni
-
Move conversions between 16.16, 26.6 fixed point and int, double to separate2007-02-16, by eugeni
-
update wishlist, approved by diego2007-02-16, by compn
-
support for H263-2000; patch by Carl Eugen Hoyos2007-02-16, by nicodvb
-
Select the first charmap in the font, if FreeType did not autoselect any.2007-02-15, by eugeni
-
\r resets \frz to style value.2007-02-15, by eugeni
-
Fix \t(\frz) handling.2007-02-15, by eugeni
-
\org(0,0) is different from no \org at all.2007-02-15, by eugeni
-
We definitely want to avoid an emulated poll()2007-02-15, by reimar
-
fix my entry to authors2007-02-15, by compn
-
Simplify code by using separate variables for large common expressions.2007-02-15, by reimar
-
Fix two 10l memleaks in vo_xvmc.c2007-02-15, by reimar
-
random small fixes2007-02-14, by diego
-
English grammar fix: There is no 's' after "does not exist"2007-02-14, by reimar
-
100l copy-and-paste bug. Do not print video info when the problem is with subtitles2007-02-14, by reimar
-
Print list of lavf muxer formats with format=help.2007-02-14, by reimar
-
some clarifications and updates2007-02-14, by diego
-
Move setting _ld_extra and _inc_extra for live to autodetection part,2007-02-13, by diego
-
Strip leading spaces from processor names.2007-02-13, by diego
-
Fix compilation after rename of AC3 decoder to LIBA52 in ffmpeg r79392007-02-12, by rtogni
-
Fix setting of mtrr variable.2007-02-12, by diego
-
misc fixes and updates2007-02-12, by diego
-
Always disable libnut demuxer in libavformat.2007-02-12, by diego
-
Revert libnut option names, the issue is fixed in FFmpeg.2007-02-12, by diego
-
More strncat() misuses.2007-02-11, by rtogni
-
strncat() misuses, may have been exploitable.2007-02-11, by rtogni
-
Precent overflow of this->m_sVhdr->bmiHeader buffer, may have been2007-02-11, by rtogni
-
Precent overflow of this->m_sVhdr->bmiHeader buffer, may have been2007-02-11, by rtogni
-
More boundary checks for fixed-length arrays. Some of them may have been2007-02-11, by rtogni
-
Clear/update subtitles after seeking backwards.2007-02-11, by reimar
-
some clarification about dvb-out playback2007-02-11, by nicodvb
-
Move variable declaration to appropriate place2007-02-10, by reimar
-
Cosmetics: remove tabs added in last commit from otherwise tab-free file.2007-02-10, by reimar
-
Fix memory leak when changing playback speed2007-02-10, by uau
-
Fix memory leaks.2007-02-10, by uau
-
Use AF_NCH for max number of channels instead of private CHANS define.2007-02-10, by uau
-
sync w/r221502007-02-10, by gpoirier
-
Fix nonsense tests like previously in af_pan.2007-02-10, by uau
-
Fix nonsense tests ("if (af->data->audio)" before "if (af->data)").2007-02-10, by uau
-
removed ages-old and insane #if0-ed and commented code2007-02-10, by nicodvb
-
Changelog update, based on Compn's patch2007-02-09, by gpoirier
-
vc1 in mpeg*2007-02-09, by nicodvb
-
substream id 0x98..0x9f identifies dts2007-02-09, by nicodvb
-
r22150: key-fifo-size default changed2007-02-09, by kraymer
-
r22184: When setting the non-audio bit for hwac3 output, ...2007-02-09, by kraymer
-
only output fail/success message, this was wrong from the beginning2007-02-09, by kraymer
-
When setting the non-audio bit for hwac3 output, just try to set the2007-02-09, by cladisch
-
when seeking in h264 sync to idr frames2007-02-09, by nicodvb
-
Handle libavformat libnut dependencies.2007-02-09, by uau
-
when playing vc1 content sync to sequence or entry point header2007-02-09, by nicodvb
-
vc1 in mpegts2007-02-09, by nicodvb
-
fix typo, line break, wording2007-02-09, by kraymer
-
missing escape character2007-02-08, by kraymer
-
Quick hack mostly for documentation purposes to make -aid work with mms://2007-02-08, by reimar
-
Avoid crash when uninit is called without ever calling config in x264 encoder2007-02-08, by reimar
-
Make sure sub->sh is set when a subtitle is selected2007-02-08, by reimar
-
Cosmetics: add space after comma in output2007-02-08, by reimar
-
when seeking and the codec is VC1 sync to sequence or entry point headers2007-02-07, by nicodvb
-
Revert part of commit r22170.2007-02-07, by iive
-
Fix compilation after deprecation of some lav log level and2007-02-07, by reimar
-
Fix libnut build failure.2007-02-07, by gpoirier
-
Support selecting a specific lavf demuxer and listing available ones via -lavfdopts2007-02-06, by reimar
-
Avoid calling aspect on each frame and make ass subtitles work better with panscan2007-02-06, by reimar
-
Support some weird AVI header, fixes bug 7422007-02-06, by reimar
-
Add missing checks in RealVideo slice handling code.2007-02-06, by reimar
-
sync w/r221072007-02-06, by gpoirier
-
reindent2007-02-06, by uau
-
Fix multiple appearing or appearing+disappearing subs in the same frame2007-02-06, by uau
-
Add missing type to declaration and remove unused variable2007-02-05, by uau
-
Fix a few gcc warnings, approved by Diego and Reimar.2007-02-05, by rathann
-
Fix code updating subtitle array which only moved the text, not endpts.2007-02-05, by uau
-
Make sure buffer is aligned so no unaligned access happens.2007-02-05, by reimar
-
r22104: Add global field dominance flag instead of duplicating this "everywhere"2007-02-05, by voroshil
-
r22129: Link to the mencoder-users list for mencoder stuff2007-02-05, by voroshil
-
Another round of subtitle code cleanup2007-02-05, by reimar
-
r22139: Try to clarify scale filter usage hint.2007-02-05, by voroshil
-
typo fixes2007-02-05, by kraymer
-
Set sub_utf8 for mov subs.2007-02-05, by reimar
-
str_list separator backslash-escaping2007-02-05, by reimar
-
key-fifo-size default changed2007-02-05, by reimar
-
Reserve half of fifo for key release events to help avoiding stop buttons2007-02-05, by reimar
-
Sanity check for vo window dimensions, helps avoid division by zero2007-02-05, by reimar
-
beckend -> backend typo fix in printf2007-02-05, by reimar
-
fix unintentional line break2007-02-05, by kraymer
-
Experimental support for multichannel ladspa effects2007-02-05, by reimar
-
some more docbook paths, patch by Torinthiel2007-02-05, by diego
-
synced with r221042007-02-05, by gpoirier
-
r22123: tinterlace mode 4 leaves height unchanged.2007-02-05, by kraymer
-
Move all "Encoding with the XXX codec family" sections together.2007-02-05, by diego
-
vp6vfw.dll appears to no longer crash under Linux.2007-02-05, by diego
-
Try to clarify scale filter usage hint.2007-02-05, by diego
-
wording/formatting2007-02-05, by diego
-
formatting/wording2007-02-05, by diego
-
FFmpeg #defines must be uppercase now.2007-02-05, by diego
-
10l2007-02-05, by michael
-
skip first (green) frame2007-02-05, by michael
-
100l: Copy and paste typo, library dependencies and rules are separated now.2007-02-04, by diego
-
Use defined() syntax instead without ().2007-02-04, by reimar
-
Add timeout to tcp connections, avoid hanging forever.2007-02-04, by rtogni
-
support for SVQ3 in X-QT; patch by Carl Eugen Hoyos (cehoyos ag or at) approved by Ross2007-02-04, by nicodvb
-
Link to the mencoder-users list for mencoder stuff2007-02-04, by reimar
-
Fix MMX2 check, _sse is set to "kernel_check", not "yes".2007-02-04, by diego
-
Fix vqscale description to match at least somewhat the code.2007-02-04, by reimar
-
Go away you stupid setlocale!!2007-02-04, by reimar
-
synced with r221232007-02-04, by Gabrov
-
Get rid of useless last_ptr assignment2007-02-04, by reimar
-
tinterlace mode 4 leaves height unchanged.2007-02-04, by reimar
-
Support for AOPLAY_FINAL_CHUNK in ao_sdl.c2007-02-04, by reimar
-
Do not read beyond end of data chunk if chunk_size is set.2007-02-04, by reimar
-
r21753 broke compile-time detection of mmx flags on x86_642007-02-04, by lorenm
-
Convert patterns to upper case to fix compilation after r22117.2007-02-03, by uau
-
r22107: Move -vo gl suboptions that should be irrelevant for the average user2007-02-03, by kraymer
-
Speed up config.h generation by transforming FFmpeg part names to uppercase2007-02-03, by diego
-
r22089: x264's crf takes a float argument2007-02-03, by kraymer
-
r22062: alphabetical order2007-02-03, by kraymer
-
r21959: Apply ancient double-click patch that nobody cares to comment on.2007-02-03, by kraymer
-
insert line break for readability2007-02-03, by kraymer
-
demux_mpg_probe() seek to the initial position before returning - patch by reimar2007-02-03, by nicodvb
-
Merge both library rules by separating the rule from the dependencies.2007-02-03, by diego
-
Cosmetics2007-02-03, by reimar
-
Avoid crash in uninit if codec not found2007-02-03, by reimar
-
formatting fixes for r221042007-02-03, by kraymer
-
Move -vo gl suboptions that should be irrelevant for the average user2007-02-03, by reimar
-
removed unused variables2007-02-03, by nicodvb
-
Update gl:help output a bit2007-02-03, by reimar
-
Add global field dominance flag instead of duplicating this "everywhere"2007-02-02, by reimar
-
synced with r22089 (again)2007-02-01, by gpoirier
-
sync w/r220892007-02-01, by gpoirier
-
mf demuxer only works with mf:// urls, so check for that.2007-02-01, by reimar
-
Consider SRCS2 as well when generating dependency information.2007-02-01, by diego
-
Make mkv demuxer use ffmpeg LZO as well.2007-01-31, by reimar
-
Use ffmpeg lzo instead of (also quite outdated) minlzo in nuppelvideo.2007-01-31, by reimar
-
use ffmpeg's LZO2007-01-31, by reimar
-
Use export type mpi, everything else is a fragile hack.2007-01-31, by reimar
-
Avoid a static variable and instead use variable in context2007-01-31, by reimar
-
Swap palette on bigendian.2007-01-31, by reimar
-
r22060: describe -psprobe2007-01-31, by voroshil
-
Wrong variable name used in libfaac check.2007-01-31, by diego
-
libfaac detection skipped linking, and thus only checked for headers and not libs2007-01-31, by lorenm
-
Simplify extcheck calls by moving some logic into the function.2007-01-31, by diego
-
x264's crf takes a float argument2007-01-31, by lorenm
-
Allow forcing processor features on and off.2007-01-31, by diego
-
Fix looooooongstanding bug:2007-01-31, by diego
-
cosmetics: Move around a few options for better logical grouping.2007-01-30, by diego
-
cosmetics: consistent formatting2007-01-30, by diego
-
Unification of parameter handling part 3 of many:2007-01-30, by diego
-
Unification of parameter handling part 2 of many:2007-01-30, by diego
-
Unification of parameter handling part 1 of many:2007-01-30, by diego
-
cosmetics: remove useless commented-out stuff.2007-01-30, by reimar
-
More simplification2007-01-30, by reimar
-
Simplify2007-01-30, by reimar
-
Fix vd_lzo, broken since r18069, i.e. April 2006!2007-01-30, by reimar
-
Move network detection further up to simplify detection of dependant stuff.2007-01-30, by reimar
-
Support 16bit bigendian PCM audio from libavformat2007-01-30, by reimar
-
Document -noidx.2007-01-30, by diego
-
typo2007-01-30, by diego
-
URL fix2007-01-30, by diego
-
cosmetics: Reorder install targets.2007-01-30, by diego
-
Mark phony targets as such.2007-01-30, by diego
-
Replace ifeq structure in the install target by a set of dependent targets.2007-01-30, by diego
-
better back_ptr_div16 description by (Clemens Ladisch ((( cladisch ( fastmail (( net2007-01-30, by michael
-
reduced verbosity2007-01-29, by nicodvb
-
fix audio type when ts_detect_streams detects that a private1 stream is actually ac32007-01-29, by nicodvb
-
Expand property documentation2007-01-29, by reimar
-
List available properties2007-01-29, by reimar
-
Bugfix: glyph and bitmap pointers could be left uninitialized after2007-01-29, by eugeni
-
alphabetical order2007-01-29, by diego
-
typo, new sentences on lines of their own2007-01-29, by diego
-
describe -psprobe2007-01-28, by nicodvb
-
sanity checks during codec detection; also reset demuxer->stream->eof2007-01-28, by nicodvb
-
Remove references to no longer existing documentation.2007-01-28, by diego
-
Move platform-specific stuff together.2007-01-28, by diego
-
Move _ldd setting to a saner place.2007-01-28, by diego
-
added code to scan the video stream to search the actual video codec used;2007-01-28, by nicodvb
-
include math.h for fabsf()2007-01-28, by nicodvb
-
cosmetics: reindentation and braces removal2007-01-28, by nicodvb
-
stray fflush spotted by Aurel2007-01-28, by lu_zero
-
fix a segfault if -x264encopts is the last commandline option (with no argument)2007-01-28, by lorenm
-
Fix base64_encode() max output length checking.2007-01-28, by uau
-
Make example and test build and link correctly2007-01-28, by lu_zero
-
av_logify2007-01-28, by lu_zero
-
Doxygen comments for used DirectShow methods.2007-01-28, by voroshil
-
Mark m_struct_t defaults as const2007-01-28, by reimar
-
fix endianess, see bug #7272007-01-28, by lu_zero
-
10l: screen_height calculation was using an uninitialized variable2007-01-28, by faust3
-
Fix number of rows in interlaced mode.2007-01-28, by reimar
-
Accept rdt packets with "is-reliable" flag set2007-01-28, by rtogni
-
10l, confused current "frame" with canvas width.2007-01-28, by reimar
-
set has_valid_timestamps and corresponding first and final pts only after2007-01-28, by nicodvb
-
Hack: use refmode == 1 instead of == 0, as browsers behave like this2007-01-28, by reimar
-
Set sh_video->bih->biWidth properly, fixes decoding after latest dec_video.c change2007-01-28, by reimar
-
Call real_fix_timestamp() after seeking, to avoid video freezing2007-01-27, by rtogni
-
fix overlooked debug message2007-01-27, by voroshil
-
Changing debug messages and renaming method names according to their2007-01-27, by voroshil
-
fix typos from previous commit2007-01-27, by voroshil
-
Cosmetics. Doxygen comments.2007-01-27, by voroshil
-
synced up to r212212007-01-27, by ptt
-
Implement FIXME: Restore original width/height when CODECS_FLAG_ALIGN162007-01-27, by reimar
-
Simplify and make lzo decompression code more similar to zlib one.2007-01-27, by reimar
-
Forgotten free on error2007-01-27, by reimar
-
r21989: fix typo2007-01-27, by voroshil
-
*dest = malloc (*size); is useless directly before *dest = realloc (*dest, *size);2007-01-27, by reimar
-
synced up to r219062007-01-27, by ptt
-
Handle mp_msg_charset == NULL correctly in filename_recode.2007-01-27, by reimar
-
Cosmetics: remove tabs, almost all added during last patch, from2007-01-27, by reimar
-
synced with r220162007-01-26, by Gabrov
-
fastmemcpy.h always has to include inttypes.h on systems that need it.2007-01-26, by diego
-
filename double-conversion, especially usefull for CJK users :-)2007-01-26, by gpoirier
-
Remove illegal definition of underscored-prefixed symbol "__MODULE__":2007-01-26, by gpoirier
-
get rid of void pointer arithmetic, as spotted by ICC2007-01-26, by gpoirier
-
Do not create font subdir of data directory, bitmap font support is deprecated.2007-01-25, by diego
-
Remove confusing line about forcing MP3 demuxing.2007-01-25, by diego
-
Remove comment printed by -demuxer help, it belongs in the copyright header.2007-01-25, by diego
-
Clarify -delay.2007-01-25, by diego
-
Remove ff_gcd prototype and include avutil.h instead where it is defined.2007-01-25, by reimar
-
10l to Gabrov for breaking docs build.2007-01-25, by rathann
-
build fix: Disable libtheora encoding over lavc.2007-01-25, by diego
-
Sync with FFmpeg r7699.2007-01-25, by diego
-
Simplify conditional compilation handling.2007-01-25, by diego
-
Address age-old FIXMEs about tdfx_vid, tdfxfb and 3dfx vo drivers.2007-01-24, by diego
-
Use interleaver id to select the correct interleaver instead of guessing2007-01-24, by rtogni
-
Quote some expressions, might help with some shells.2007-01-24, by diego
-
Use interleaver id to select the correct interleaver instead of guessing2007-01-24, by rtogni
-
Fix compilation if no libogg/libvoribs installed2007-01-24, by rtogni
-
Rename a few variables to match FFmpeg.2007-01-24, by diego
-
Fix compilation after ffmpeg changes in r76192007-01-24, by rtogni
-
better autodetection of framerate in case of h264; it works correctly with b-frames.2007-01-23, by nicodvb
-
Include string.h to make sure memcpy is not used without prototype2007-01-23, by reimar
-
Pass a context to av_log(), when possible2007-01-23, by lucabe
-
Bring MPlayer closer to compilation after latest FFmpeg changes.2007-01-23, by diego
-
substream 0x75 doesn't seem to be a valid vc1 stream, after all; removed2007-01-22, by nicodvb
-
Fix FSF address and otherwise broken license headers.2007-01-22, by diego
-
Fix license headers and FSF postal address.2007-01-22, by diego
-
Sync with FFmpeg r7634.2007-01-21, by diego
-
Discard -Wdeclaration-after-statement warning.2007-01-21, by diego
-
synced with r219062007-01-21, by Gabrov
-
synced with r219892007-01-21, by Gabrov
-
fix typo2007-01-21, by Gabrov
-
Fix compilation: define CONFIG_ZLIB in config.mak2007-01-21, by reimar
-
r21959: Apply ancient double-click patch that nobody cares to comment on.2007-01-21, by voroshil
-
Instead of printing a useless "sig11 coming soon" message, just abort parsing2007-01-21, by reimar
-
Sanity-check sh_video->bih->biSize2007-01-21, by reimar
-
Simplify by using av_codec_get_id and include riff.h only in demux_lavf.c2007-01-21, by reimar
-
Add ignore key bind2007-01-21, by reimar
-
Move code to ignore mouse wheel "down" events to fifo.c (needed because2007-01-21, by reimar
-
Another AVCodecTag compile fix2007-01-21, by reimar
-
Forgotten CodecTag -> AVCodecTag2007-01-21, by reimar
-
Fix compilation after lavf changes2007-01-21, by reimar
-
support -ffourcc with -of lavf2007-01-21, by reimar
-
Simplify install calls.2007-01-20, by diego
-
Remove redundant informative output.2007-01-20, by diego
-
Don't suppress make output during installation.2007-01-20, by diego
-
some simplifications2007-01-20, by diego
-
Move ldconfig platform differences into configure where they belong.2007-01-20, by diego
-
Move ranlib setting to a more sensible place.2007-01-20, by diego
-
in h264_parse_sps() reuse mp_unescape03()2007-01-20, by nicodvb
-
vc1 probing code: if sh_video->bih can't be callocated exit2007-01-20, by nicodvb
-
in vc1 probing code, all packets before the first sequence header must be skipped, not read2007-01-20, by nicodvb
-
removed unused variables; replaced wrong call to realloc() with calloc() in vc1 probing code2007-01-20, by nicodvb
-
decode vc1 sequence header and frame it in video_read_frame();2007-01-20, by nicodvb
-
demux vc1 (stream id 0x1Fd with 0x55 <= substream id <= 0x5F in the pes_extension_2 payload)2007-01-20, by nicodvb
-
added function to parse vc1 sequence header2007-01-20, by nicodvb
-
BE_32 -> AV_RB322007-01-19, by reimar
-
Compile fix: LE_* -> AV_RL*2007-01-19, by reimar
-
sync w/ r219592007-01-18, by gpoirier
-
synced with r219592007-01-18, by Gabrov
-
Apply ancient double-click patch that nobody cares to comment on.2007-01-18, by reimar
-
r21930: gcc_bug++;2007-01-18, by voroshil
-
In .srt, any line containing only spaces and tabs marks the end of the2007-01-18, by eugeni
-
grammar/spelling/wording in comments2007-01-18, by diego
-
r21954: "-lavdopts fast" has applied to mpeg4 and h264 for a while2007-01-17, by kraymer
-
"-lavdopts fast" has applied to mpeg4 and h264 for a while2007-01-17, by lorenm
-
synced with r219522007-01-17, by Gabrov
-
1000l; fixed wrong operator precedence2007-01-17, by nicodvb
-
version bump (for changes in r21907)2007-01-17, by kraymer
-
r21727: Must refer to option name instead of internal variable2007-01-17, by kraymer
-
r21691: added smb:// to the list of allowed input urls2007-01-17, by kraymer
-
unified creation of sh_audio and sh_video is ts_add_stream; patch by elupus2007-01-17, by nicodvb
-
Update copyright year.2007-01-16, by diego
-
in evo files [e]ac3 substreams range from 0xc0 to 0xcf2007-01-16, by nicodvb
-
at open() assign *file_format=DEMUXER_TYPE_MPEG_PS to avoid useless demuxer probing2007-01-16, by nicodvb
-
fix identation, broken by last commit2007-01-16, by gpoirier
-
speeds up mplayer execution by over FIVE times when all of the of the following apply:2007-01-16, by gpoirier
-
fix crash with http://sam.zoy.org/zzuf/lol-mplayer.m2v2007-01-16, by henry
-
Interlaced gif support2007-01-16, by reimar
-
Change some types to uint8_t where appropriate2007-01-16, by reimar
-
"Cosmetics" Introduce a memcpy function doing both transparent2007-01-16, by reimar
-
one more #if 1 removed2007-01-15, by nicodvb
-
removed useless #if1s added too long time ago2007-01-15, by nicodvb
-
in EVO files substreams 0xC0 of private streams 0xBD contain [e]ac3.2007-01-15, by nicodvb
-
get rid of two spaces after a period (instead of one)2007-01-15, by gpoirier
-
fixes suggested by Diego2007-01-15, by gpoirier
-
update and factorize information about x264's multi-threading mode2007-01-15, by gpoirier
-
update x264's subq otion description2007-01-15, by gpoirier
-
gcc_bug++;2007-01-15, by diego
-
demux_rtp_codec.cpp:100: `INT_MAX' undeclared (first use this function)2007-01-15, by diego
-
10l, fix inverted check for "<media" in smil playlist2007-01-14, by rtogni
-
Move toolame vs twolame logic into the $_toolame=auto case.2007-01-14, by diego
-
Move Paolo Tresoldi out of the GUI skin section.2007-01-14, by diego
-
Make twolame disable toolame.2007-01-14, by diego
-
Move twolame check before toolame check.2007-01-14, by diego
-
Adding me and Andrew Savchenko as authors of Russian docs translation2007-01-14, by voroshil
-
r21882: sync to x264 r607 (update description of threads)2007-01-14, by voroshil
-
translation status update2007-01-14, by voroshil
-
spelling, wording fix2007-01-14, by voroshil
-
sync tag update2007-01-14, by voroshil
-
r21917: typo fixes2007-01-14, by voroshil
-
typo fixes:2007-01-14, by gpoirier
-
fix typo for gettimeofday()2007-01-13, by vayne
-
proper fix for avoiding file skipping when mplayer is already playing a file.2007-01-13, by vayne
-
Cosmetics2007-01-13, by reimar
-
Implement gif transparency2007-01-13, by reimar
-
Fix: refmodes 2 and 3 leave useref unchanged2007-01-13, by reimar
-
Cosmetics2007-01-13, by reimar
-
Implement refmode == 2 in gif demuxer2007-01-13, by reimar
-
Partially support gif using "reference" images2007-01-13, by reimar
-
memset + malloc -> calloc2007-01-13, by reimar
-
Nuke MSGTR_CopyCodecsConf, it's gone from the master file.2007-01-13, by diego
-
DO NOT recommend or even suggest installing codecs.conf.2007-01-13, by diego
-
Cast SWidth/SHeight to uint16_t, since that's what they actually are.2007-01-13, by reimar
-
Forgot to adjust length of memset2007-01-13, by reimar
-
Simplify gif demuxer by using memcpy_pic2007-01-13, by reimar
-
One more bounds check, though IMO the gif lib really should do this.2007-01-13, by reimar
-
Simplify2007-01-13, by reimar
-
Fix crash for gif images that have Top or Left set2007-01-13, by reimar
-
Fix invalid read for gifs with a palette for less than 256 colors2007-01-13, by reimar
-
Move global variables in gif demuxer into priv struct2007-01-13, by reimar
-
Rephrase mga_vid section.2007-01-13, by diego
-
Document vo_tdfx_vid.2007-01-13, by diego
-
Do not add libavutil unconditionally to CFLAGS.2007-01-13, by diego
-
cosmetics: typo fix pallete --> palette2007-01-13, by diego
-
Frametime was being read from the wrong offset, compare2007-01-13, by diego
-
cosmetics: typo pallete --> palette2007-01-13, by diego
-
Add missing config.mak entry for gettimeofday().2007-01-13, by diego
-
compile fix after latest swscaler changes (r21888)2007-01-12, by gpoirier
-
add support for avc1 in X-QT over RTSP2007-01-12, by gpoirier
-
deprecate sws_scale_ordered(), as it now is a duplicate of sws_scale()2007-01-12, by lucabe
-
Add "support for both orderings of the slices (top->down / bottom->up)"2007-01-12, by lucabe
-
sync tag update2007-01-12, by voroshil
-
r21879: fix wrong option names that were suggested to use to produce2007-01-12, by voroshil
-
spelling, wording2007-01-12, by voroshil
-
100l misplaced #endif2007-01-12, by diego
-
sync to x264 r607 (update description of threads)2007-01-11, by lorenm
-
r21865: Audio track switching works with DVDs as well.2007-01-11, by voroshil
-
Remove superfluous #ifdefs.2007-01-11, by diego
-
fix wrong option names that were suggested to use to produce2007-01-11, by gpoirier
-
Typo2007-01-11, by voroshil
-
10l, typo breaks compilation because HAVE_SYS_MMAN_H is not set correctly2007-01-10, by reimar
-
Sync tag bump2007-01-10, by torinthiel
-
Split strl.c into strl(cat|cpy).c and move #ifdefs into the build system.2007-01-10, by diego
-
Split fseeko.c into fseeko.c and ftello.c, move #ifdefs into the build system.2007-01-10, by diego
-
Move #ifdef directives around complete files into the build system.2007-01-10, by diego
-
Remove redundant ifdef, this file is only ever compiled on MinGW.2007-01-10, by diego
-
consistent include path2007-01-10, by diego
-
bswap.h --> mpbswap.h2007-01-10, by diego
-
Remove misleading comment.2007-01-10, by diego
-
Remove generated pci_* files on clean, not just on distclean.2007-01-10, by diego
-
upgrade copyright years2007-01-10, by gpoirier
-
GNU/kFreeBSD support, closes Bugzilla #704.2007-01-10, by diego
-
Audio track switching works with DVDs as well.2007-01-10, by diego
-
small updates2007-01-10, by diego
-
libmpeg2 updated to 0.4.12007-01-10, by diego
-
CONFIG_DTS was renamed to CONFIG_LIBDTS in FFmpeg.2007-01-10, by diego
-
explain how to use MEncoder to create QuickTime-compatible files2007-01-10, by gpoirier
-
Don't drop last rdt packet on eof2007-01-09, by rtogni
-
removed static declaration before non-instantiated struct; patch by cehoyos ag or at2007-01-09, by nicodvb
-
dont write an index and dont use memory to build one if -noidx is specified2007-01-08, by michael
-
r21848: clarify a few things about the interaction between *cmp and mbd options2007-01-08, by voroshil
-
r21848: clarify a few things about the interaction between *cmp and mbd options2007-01-08, by voroshil
-
Two crash issues fixed:2007-01-08, by voroshil
-
Make sure we do not crash when eof is reset, e.g. due to an attempt to seek.2007-01-07, by reimar
-
Avoid invalid memory access in ass_process_subtitle for empty subtitles2007-01-07, by reimar
-
Document sub_add_text and sub_clear_text2007-01-07, by reimar
-
Remove superfluous CONFIG_X11_GRAB_DEVICE_DEMUXER=no.2007-01-07, by diego
-
fix typo2007-01-07, by gpoirier
-
clarify a few things about the interaction between *cmp and mbd options2007-01-07, by gpoirier
-
synced with r216242007-01-06, by Gabrov
-
Simplify demux_ogg to use the sub_clear_text and sub_add_text functions.2007-01-06, by reimar
-
Subtitle handling cleanup: factor out code for parsing embedded subtitles2007-01-06, by reimar
-
synced with r217482007-01-06, by Gabrov
-
reindented2007-01-06, by nicodvb
-
init to 0 feparams before tuning2007-01-06, by nicodvb
-
Set default values for proc and iproc for x86_32 case.2007-01-06, by reimar
-
Include "internal" libavformat/riff.h also when dynamic libavformat is used2007-01-06, by reimar
-
Fix dependencies for pci_names.c.2007-01-06, by diego
-
Include libavformat/riff.h when building with static libavformat and2007-01-06, by reimar
-
synced with r217412007-01-06, by Gabrov
-
woops, actually fix URL this time2007-01-06, by gpoirier
-
replace some av_malloc();memset(...,0,...) sequences with av_mallocz()2007-01-06, by lucabe
-
removed useless reporting code2007-01-06, by nicodvb
-
moved actual tuning code from check_status() to tune_it()2007-01-06, by nicodvb
-
don't add pid 0 if it's already present in the list2007-01-06, by nicodvb
-
update comment url2007-01-06, by gpoirier
-
Simplify after last demux_ogg commit2007-01-05, by reimar
-
Do not access ogg_d->subs after freeing it.2007-01-05, by reimar
-
sizeof() is long, thus %d format in error message is wrong.2007-01-05, by reimar
-
Make ds_get_next_pts return MP_NOPTS_VALUE instead of -1 on error,2007-01-05, by reimar
-
Do not abort on X11 errors, most are not at all fatal.2007-01-05, by reimar
-
move runtime cpu detection check after detection of host architecture,2007-01-05, by reimar
-
add autodetection support for docbook stuff installed in /opt, such as macports do for ex.2007-01-04, by gpoirier
-
Use av_d2q to produce the fps fraction, this usually produces more sane fractions2007-01-04, by reimar
-
Fix printf types: AVRational members are ints, not 64 bit.2007-01-04, by reimar
-
allows OSD menu to be displayed when using MPEG PES video out2007-01-04, by ben
-
restore volume if muted at exit2007-01-04, by ben
-
support for vidix on ATI Radeon 9600SE cards2007-01-04, by ben
-
fix gprof support (aka work around gprof's brain dead design)2007-01-04, by gpoirier
-
Synced with r21760, typos2007-01-04, by torinthiel
-
translated r217482007-01-04, by torinthiel
-
synced with r215372007-01-02, by Gabrov
-
synced with r217372007-01-02, by Gabrov
-
better wording and typos fixing2007-01-02, by voroshil
-
r21791: avoid a possible confusion, as suggested by Wanderer2007-01-02, by voroshil
-
More free() that were forgotten in r21806 memleak fix2007-01-01, by rtogni
-
set dp->stream_pts only when feeding the video stream to workaround2007-01-01, by nicodvb
-
Memleak fix (implement sdpplin_free() and use it)2007-01-01, by rtogni
-
Fix invalid memory access if identifier is unknown2007-01-01, by rtogni
-
Comment about lavf required for musepack and remove unneeded format entry.2006-12-31, by aurel
-
removed unused variable2006-12-31, by nicodvb
-
I've found a mistake in encoding-guide:2006-12-31, by rtogni
-
Fix potential buffer overflow in asm rules matching code2006-12-31, by rtogni
-
use demuxer->stream_pts rather than stream_control(STREAM_CTRL_GET_CURRENT_TIME)2006-12-31, by nicodvb
-
replace call to ds_read_packet() with the usual stream_read()+ds_add_packet() sequence;2006-12-31, by nicodvb
-
sort2006-12-31, by michael
-
Fix build with shared libavutil. Approved by Diego.2006-12-31, by rathann
-
reindentation2006-12-30, by nicodvb
-
Fix double free of *http_hdr at server error.2006-12-30, by iive
-
avoid a possible confusion, as suggested by Wanderer2006-12-29, by gpoirier
-
small oops fix from my last commit2006-12-29, by vayne
-
the avi spec does not allow random samplesize whoever wrote this should be shot2006-12-29, by michael
-
dont read index if -noidx2006-12-29, by michael
-
first step toward amr-nb muxing support2006-12-29, by michael
-
fix to allow adding multiple files to the playlist with the open file dialog.2006-12-29, by vayne
-
sync with r217582006-12-29, by gpoirier
-
spellfix2006-12-29, by nicodvb
-
don't compile demux_mpc.c when libmpcdec is disabled2006-12-28, by aurel
-
synced with r216122006-12-28, by Gabrov
-
remove two unused functions.2006-12-28, by vayne
-
avoid code duplication.2006-12-28, by vayne
-
add support for musepack native decoder from ffmpeg (require -demuxer lavf)2006-12-28, by aurel
-
file added: Chinese translation for cd-dvd.xml2006-12-27, by kraymer
-
synced with r217412006-12-26, by Gabrov
-
change all the occurrences of "FFMIN(FFMAX())" to clip_uint8() or clip()2006-12-26, by lucabe
-
Mark some variables as possibly unused to avoid warnings2006-12-26, by lucabe
-
Add some explicit casts to avoid "assignment from incompatible pointer type"2006-12-26, by lucabe
-
Add some other casts, to remove void pointers arithmetic2006-12-26, by lucabe
-
Add some explicit casts to avoid some warnings2006-12-26, by lucabe
-
Remove some void pointers arithmetic2006-12-26, by lucabe
-
synced with r217412006-12-26, by Gabrov
-
synced with r217482006-12-26, by Gabrov
-
synced with r216122006-12-26, by Gabrov
-
synced with r216862006-12-26, by Gabrov
-
Translation of menc-feat-telecine sect1 in encoding-guide.xml.2006-12-25, by voroshil
-
audio.xml & bugreports.xml synced with r217642006-12-25, by Gabrov
-
Translation of menc-feat-vcd-dvd sect1 in encoding-guide.xml2006-12-24, by voroshil
-
Translation of menc-feat-x264 sect1 in encoding-guide.xml2006-12-24, by voroshil
-
r21758: Subtitle formats are listed in subreader.h, not libmpdemux/demuxer.h.2006-12-24, by voroshil
-
r21748: Reformatting round continued2006-12-24, by voroshil
-
Directly point to the Subversion instructions.2006-12-24, by diego
-
Remove undocumented redundant key bindings.2006-12-24, by diego
-
Subtitle formats are listed in subreader.h, not libmpdemux/demuxer.h.2006-12-24, by diego
-
100l syntax error2006-12-24, by diego
-
cosmetics: Fix indentation after last commit.2006-12-24, by diego
-
Run less CPU checks when runtime CPU detection is enabled.2006-12-24, by diego
-
Exit when runtime CPU detection is requested on unsupported arches.2006-12-24, by diego
-
Rename x86 test to x86_32 and provide an x86 test for both x86_32 and x86_64.2006-12-24, by diego
-
Extend runtime CPU detection to x86-64.2006-12-23, by diego
-
Synced with r217482006-12-23, by torinthiel
-
Amiga OS 4 support2006-12-23, by diego
-
Amiga OS 4 needs a large sample size.2006-12-23, by diego
-
Reformatting round continued2006-12-23, by torinthiel
-
replace call to UDFFindFile() (that is not part of the public API) with DVDOpenFile()2006-12-23, by nicodvb
-
Properly fix compilation without code duplication.2006-12-23, by diego
-
r21741: Massive <simpara> -> <para>, as no <simpara>'s are actually needed.2006-12-23, by voroshil
-
Mention that you can use different image formats with mf://2006-12-23, by torinthiel
-
Synced with r21741 (or just tag bump)2006-12-23, by torinthiel
-
And <simpara> -> <para> continued, those languages somehow slipped by during2006-12-23, by torinthiel
-
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.2006-12-23, by torinthiel
-
compilation fixes: define always_inline and don't use uint64_t_C2006-12-23, by rik
-
Sync to libnut, nom->num2006-12-23, by ods15
-
r21736: Add <keycombo> barkup for key combinations2006-12-23, by voroshil
-
Add <menuchoice> <guimenu> <guisubmenu> <guimenuitem> markup for menus.2006-12-23, by torinthiel
-
Add <keycombo> markup for key combinations2006-12-23, by torinthiel
-
Fix disabling individual demuxers, parsers and decoders2006-12-23, by diego
-
cosmetics: Rename variables to simplify upcoming patches.2006-12-23, by diego
-
Remove x11grab hack, it's now disabled by default in FFmpeg.2006-12-23, by diego
-
smb:// can be used as an output stream2006-12-22, by nicodvb
-
sync with r21655, based on a file conversion of help_mp-zh_CN.h2006-12-22, by kraymer
-
Clarify that yuv2rgb_init.c cannot be used under LGPL2006-12-22, by lucabe
-
r21722: ffv1 and ffvhuff haven't required vstrict=-2 for a while2006-12-22, by voroshil
-
Remove useless include (not needed now that libswscale uses libavutil)2006-12-22, by lucabe
-
Must refer to option name instead of internal variable2006-12-22, by voroshil
-
fix correct addressing of user, some gram and ortographical fixes too - only partial2006-12-22, by reynaldo
-
wording and markup improvements2006-12-22, by diego
-
small wording/markup improvements2006-12-22, by diego
-
sync of Spanish translation for help_mp-es.h2006-12-21, by kraymer
-
ffv1 and ffvhuff haven't required vstrict=-2 for a while2006-12-21, by lorenm
-
Fix display of multiple simultaneous subtitles without libass.2006-12-21, by uau
-
Fixed wrong sync tag2006-12-21, by voroshil
-
r21691: added smb:// to the list of allowed input urls2006-12-21, by voroshil
-
r21686: [cosmetocs] minor fixes after reformatting round2006-12-21, by voroshil
-
Typos, spelling fixes2006-12-21, by voroshil
-
Remove duplicate vo_sub extern definition.2006-12-21, by reimar
-
Pass quant tables to next filters2006-12-21, by gpoirier
-
Fixed:2006-12-21, by voroshil
-
consistent naming for revision tags2006-12-21, by diego
-
Remove very outdated Italian translation.2006-12-21, by diego
-
Typos2006-12-21, by voroshil
-
Synced with 217062006-12-21, by torinthiel
-
Synced with 215372006-12-21, by torinthiel
-
Move message translation outside <screen> tags2006-12-21, by torinthiel
-
[cosmetics] <simpara> -> <para>, for consistency2006-12-21, by torinthiel
-
Still some reformatting:2006-12-21, by torinthiel
-
reindented after yesterday's commit2006-12-20, by nicodvb
-
new file: DOCS/xml/zh_CN/mencoder.xml2006-12-20, by kraymer
-
Fix compilation of non-MMX code with gcc 2.952006-12-20, by lucabe
-
alsa messages for Spanish help file2006-12-20, by kraymer
-
Translation of menc-feat-video-for-windows sect1 in encoding-guide.xml2006-12-20, by voroshil
-
Allow to compile swscale's non-SIMD code under the LGPL license.2006-12-20, by lucabe
-
synced with r216972006-12-20, by gpoirier
-
typo fix in denoise3d's chroma_tmp option description2006-12-20, by gpoirier
-
Translation of menc-feat-xvid sect1 in encoding-guide.xml2006-12-20, by voroshil
-
sync with r216552006-12-20, by kraymer
-
add source files comments to libass messages2006-12-20, by kraymer
-
Spanish translation for libass help messages2006-12-19, by kraymer
-
mentioned file:// and smb:// as alternative stream outputs for mencoder2006-12-19, by nicodvb
-
added smb:// to the list of allowed input urls2006-12-19, by nicodvb
-
support for writing over smb shares2006-12-19, by nicodvb
-
in WRITE mode open the output file with mode 0666; umask will filter it2006-12-19, by nicodvb
-
Translation of menc-feat-enc-libavcodec sect1 in encoding-guide.xml2006-12-19, by voroshil
-
Sync tag bumped to 216862006-12-19, by torinthiel
-
[cosmetics] minor fixes after reformatting round2006-12-19, by torinthiel
-
Synced with 215372006-12-19, by torinthiel
-
Synced with 216242006-12-19, by torinthiel
-
Synced with 216122006-12-19, by torinthiel
-
r21465: [cosmetics] Reindent XML source2006-12-19, by kraymer
-
r21508: emphasis the fact that leaving black borders really hurts quality2006-12-19, by kraymer
-
update the list of files I maintain2006-12-18, by nicodvb
-
r21425: Some fixes for previous commit, 10l for me2006-12-18, by kraymer
-
r21423: Consistent capitalization of table entries2006-12-18, by kraymer
-
output streams2006-12-18, by nicodvb
-
muxers now write to output muxer->stream rather than to muxer->file2006-12-18, by nicodvb
-
support functions for writing to streams2006-12-18, by nicodvb
-
implemented STREAM_CTRL_GET_SIZE2006-12-18, by nicodvb
-
new STREAM_CTRL_GET_SIZE to get size of output stream2006-12-18, by nicodvb
-
added member and definitions for output streams2006-12-18, by nicodvb
-
Color console had a big bug nobody noticed, so mark this feature as2006-12-18, by reimar
-
Fix possible crashes with colorized mplayer output2006-12-18, by reimar
-
remove outdated html docs, Chinese translation2006-12-18, by kraymer
-
doxify a comment2006-12-18, by reimar
-
Require 12 consecutive MPEG-audio headers before detecting as audio.2006-12-18, by reimar
-
svn move xml/zh to xml/zh_CN2006-12-18, by kraymer
-
-dvd-speed2006-12-17, by nicodvb
-
lavc vp6 decoder now supports also VP60 and VP612006-12-17, by rtogni
-
r21651: add missing line break2006-12-17, by voroshil
-
r21652: support for limiting dvd speed; patch by Tobias Diedrich (ranma tdiedrich se)2006-12-17, by voroshil
-
Trnaslated section "CODEC SPECIFIC ENCODING OPTIONS (MENCODER ONLY)"2006-12-17, by voroshil
-
more sensible names for denoiser options2006-12-17, by gpoirier
-
typo2006-12-17, by kraymer
-
r21654: add man page entry for new -dvd-speed option2006-12-17, by kraymer
-
document hqdn3d and dn3d's 4th parameter2006-12-17, by gpoirier
-
make messages for success/failure of setting dvd-speed more clear2006-12-17, by kraymer
-
add man page entry for new -dvd-speed option2006-12-17, by kraymer
-
r21561: update vbuf_size and suggest 400 for HDTV video2006-12-17, by kraymer
-
support for limiting dvd speed; patch by Tobias Diedrich (ranma tdiedrich se)2006-12-17, by nicodvb
-
add missing line break2006-12-17, by kraymer
-
r21624: RedHat RPMs are long gone. Greysector repository is going away, and I've2006-12-17, by voroshil
-
r21621: mpegts uses 3-letter language codes2006-12-17, by voroshil
-
Make -embeddedfonts enabled by default with FontConfig >= 2.4.2.2006-12-17, by eugeni
-
Fix compilation under MinGW with X11 enabled2006-12-17, by reimar
-
Update some comments.2006-12-17, by eugeni
-
Ignore main.xml properly2006-12-17, by torinthiel
-
Partially revert r20940, we had some local modifications.2006-12-17, by torinthiel
-
CVS -> SVN2006-12-17, by torinthiel
-
- there's no <book lang=""> for ages, it's automated2006-12-17, by torinthiel
-
Initial Chinese translation, by Kun Niu, haoniukun gmail com2006-12-17, by torinthiel
-
Get rid of completely useless includes that in addition hinder compilation2006-12-16, by reimar
-
Simplify: get rid of useless lame_presets_longinfo_dm function.2006-12-16, by reimar
-
Fix FIXME mp_msg levels and targets2006-12-16, by reimar
-
Cosmetics: fix indentation.2006-12-16, by eugeni
-
Keep reselected fonts in an array, adding new ones to the end. Glyph2006-12-16, by eugeni
-
Avoid storing font file path and index in ass_font_t.2006-12-16, by eugeni
-
Remove a mistakenly committed debug printf.2006-12-16, by eugeni
-
FT_Set_Transform is fast enough to be called once for each glyph.2006-12-16, by eugeni
-
Avoid "pointer targets differ in signedness" warnings.2006-12-16, by eugeni
-
Move ascender, descender, and kerning computation to ass_font.c.2006-12-16, by eugeni
-
simplified aid management in dvdnav_lang_from_aid(); patch by Joakim Patte2006-12-15, by nicodvb
-
Force lavf on flv streams. Closes bugzilla #3542006-12-15, by rtogni
-
dvdnav support -alang and -slang2006-12-15, by nicodvb
-
ASF aspect support via metadata reading.2006-12-15, by reimar
-
VobSub tracks cannot be handled by libass, do not mark them with 'a'.2006-12-15, by eugeni
-
RedHat RPMs are long gone. Greysector repository is going away, and I've2006-12-15, by rathann
-
Compilation fix hacks: disable libavformat X11 grabber and2006-12-15, by reimar
-
gcc 2.95 fix2006-12-15, by ods15
-
mpegts uses 3-letter language codes2006-12-14, by nicodvb
-
show audio language in osd when playing dvdnav streams2006-12-14, by nicodvb
-
implemented dvdnav_lang_from_aid() to retrieve audio language2006-12-14, by nicodvb
-
call dvd_lang_from_aid() only if stream_type is DVD2006-12-14, by nicodvb
-
support for -alang in dvdnav2006-12-14, by nicodvb
-
added dvdnav_aid_from_lang() to support -alang2006-12-14, by nicodvb
-
10l, missing () in check for 32bit endian-conversion hack2006-12-14, by reimar
-
r21612: replace " with ", better readability2006-12-14, by voroshil
-
transliteration -> translation for "dB" and "intra"2006-12-14, by voroshil
-
replace " with ", better readability2006-12-14, by torinthiel
-
Add missing redirect to /dev/null.2006-12-13, by corey
-
r21599: vstrict=0 is required to create DVDs decodable by standalone dvd players2006-12-13, by voroshil
-
spelling fix2006-12-13, by voroshil
-
__CPU__ will be x86-64 under amd64 and fail the check "#if __CPU__ > 386".2006-12-13, by diego
-
Ugly hotfix for --disable-mencoder.2006-12-13, by diego
-
wording2006-12-12, by diego
-
Always use tcgetattr/tcsetattr instead of #ifdef mess2006-12-12, by reimar
-
Get rid on -DGNU_SOURCE for internal code, imported libs should be fixed2006-12-12, by reimar
-
Add missing buf.memory = V4L2_MEMORY_MMAP; initializations.2006-12-12, by reimar
-
Support for different endianness on client and server with -vo x112006-12-12, by reimar
-
Align image data pointer, this is also in preparation of an upcoming patch2006-12-12, by reimar
-
Use XCreateImage instead of XGetImage, this is not only more correct and2006-12-12, by reimar
-
vstrict=0 is required to create DVDs decodable by standalone dvd players2006-12-12, by gpoirier
-
Mark utf8_get_char parameter as const and fix a compiler warning2006-12-11, by reimar
-
Another simplification2006-12-11, by reimar
-
Reuse utf8_get_char in subtitle rendering code.2006-12-11, by reimar
-
More ChangeLog updates2006-12-11, by reimar
-
count needs to be even2006-12-11, by henry
-
sync w/r215612006-12-11, by gpoirier
-
sync w/ r21506 and misc2006-12-11, by gpoirier
-
sync w/ r214862006-12-11, by gpoirier
-
Fix --extra-libs-mplayer and --extra-libs-mencoder.2006-12-11, by diego
-
small updates, cosmetics2006-12-11, by diego
-
10l, forgot to add _inc_x11 to X11 cc check2006-12-11, by reimar
-
(hopefully) the rest of PPC modifications2006-12-11, by henry
-
OpenAL volume control2006-12-10, by reimar
-
Better default CFLAGS for non-gnu, non-intel compilers2006-12-10, by reimar
-
Respect -noidx in lavf demuxer2006-12-10, by reimar
-
Make sure closesocket is called.2006-12-10, by reimar
-
STREAM_UNSUPPORTED is -1, so use the former for return value in all places.2006-12-10, by reimar
-
Make sure stream->fd is set correct (esp. to -1 on error when fd is closed)2006-12-10, by reimar
-
Revert my previous, broken commit2006-12-10, by torinthiel
-
Only increase buffer size to avoid crashes when seeking in2006-12-10, by reimar
-
check that stream_type is DVD before calling dvd_lang_from_aid2006-12-10, by nicodvb
-
show subtitle language in OSD ; patch by Otvos Attila2006-12-10, by nicodvb
-
added function to return the language of the specified subtitle id. Patch by2006-12-10, by nicodvb
-
Fix realvideo size changes by using our own malloced buffer and export type mpi.2006-12-10, by reimar
-
Add x11 include path only to _inc_extra if X11 is actually enabled.2006-12-10, by reimar
-
Remove no longer needed always_inline hack in mpbswap.h2006-12-10, by reimar
-
Support OpenAL headers in OpenAL/ instead of AL/ and OpenAL on MacOSX in general.2006-12-10, by reimar
-
Avoid deprecated _sleep, instead include windows.h and use Sleep just like2006-12-10, by reimar
-
ID_SUBTITLE_ID should show the -sid number, not the vobsub id also for dvd subs.2006-12-10, by reimar
-
ffmjpeg uses RGB24 for JPEG-LS2006-12-10, by reimar
-
r21561: update vbuf_size and suggest 400 for HDTV video2006-12-10, by voroshil
-
vo_macosx, fix crash when closing window2006-12-10, by nplourde
-
Fix a compiler warning2006-12-10, by reimar
-
Set frequency and correct frequency getting2006-12-10, by reimar
-
Set AVFMT_FLAG_GENPTS if -correct-pts is used.2006-12-10, by uau
-
Remove a disabled and completely outdated sample rate mismatch warning.2006-12-10, by reimar
-
vo_macosx.m disable window animation when going to fullscreen2006-12-09, by nplourde
-
update vbuf_size and suggest 400 for HDTV video2006-12-09, by nicodvb
-
align vbuf_size to the max value allowed by main profile @ high level2006-12-09, by nicodvb
-
synced with r215582006-12-09, by Gabrov
-
Fix misplaced http_free2006-12-09, by reimar
-
Fix potential endless loop in http_streaming_start due2006-12-09, by reimar
-
Fix lots and lots of potential memory/fd leaks in http_streaming_start2006-12-09, by reimar
-
use dvdnav's palette if available2006-12-09, by nicodvb
-
export spu palette; part of a patch by Otvos Attila2006-12-09, by nicodvb
-
Avoid memory and fd leaks in asf streaming open code.2006-12-09, by reimar
-
Forgotten closesocket on error, patch by2006-12-09, by reimar
-
Close fd on error.2006-12-09, by reimar
-
Fix ppc without altivec compilation2006-12-09, by reimar
-
cscd produces BGR15, not BGR162006-12-09, by reimar
-
Replace another MIN macro by FFMIN2006-12-09, by reimar
-
Get rid of min/max macros from aviheader.h, they do not belong here.2006-12-09, by reimar
-
Improve OpenAL speaker positions a bit.2006-12-09, by reimar
-
Remove condition that should always be true2006-12-09, by reimar
-
Fix crash in ogg demuxer uninit with -aid2006-12-09, by reimar
-
Half-properly set up OpenAL position stuff2006-12-09, by reimar
-
sync to libmpeg2-0.4.12006-12-09, by henry
-
r21537: General reformatting round:2006-12-09, by voroshil
-
do not force arch and isysroot in osx2006-12-09, by nplourde
-
Fix bmovl-test build error2006-12-08, by voroshil
-
Ignore .depend properly2006-12-08, by torinthiel
-
General reformatting round:2006-12-08, by torinthiel
-
.norecurse should be ignored2006-12-08, by torinthiel
-
made vorbis_info a member of ogg_stream rather than ogg_demuxer;2006-12-07, by nicodvb
-
r21531: Document geq filter.2006-12-07, by kraymer
-
r21529: spelling2006-12-07, by voroshil
-
Typo2006-12-07, by voroshil
-
Document geq filter.2006-12-07, by diego
-
r21529: spelling2006-12-07, by kraymer
-
spelling2006-12-07, by diego
-
Fix mplayer-rc.o build.2006-12-07, by diego
-
r21503: updated documentation of -mpegopts :tele*2006-12-07, by kraymer
-
Synced with 30.11.20062006-12-07, by jheryan
-
vorbis_comment is only used locally, move it out of demuxer struct2006-12-07, by reimar
-
Remove unused ov_struct_t2006-12-07, by reimar
-
Hack around libavutil/bswap.h compilation problems due to always_inline undefined.2006-12-07, by reimar
-
Speed up ASS subtitles display by detecting changes between two consecutive2006-12-06, by eugeni
-
Translated section "GENERAL ENCODING OPTIONS"2006-12-06, by voroshil
-
Simplify NEXT_LINE macro and put most of it in a separate function.2006-12-06, by reimar
-
remove useless and incorrect const-removing cast2006-12-06, by reimar
-
Do not define _GNU_SOURCE, it is not necessary and causes a warning if it is2006-12-06, by reimar
-
Properly free fontconfig patterns2006-12-06, by reimar
-
Fix memleaks caused by missing vorbis/theora_info/comment_clear calls.2006-12-06, by reimar
-
Fix memleak in theora decoder due to missing theora_comment_/theora_info_clear on uninit2006-12-06, by reimar
-
Fix memleak if vd_ffmpeg init fails2006-12-06, by reimar
-
Also free ass_library_t members in ass_library_done2006-12-06, by reimar
-
r21503: updated documentation of -mpegopts :tele*2006-12-05, by voroshil
-
r21508: emphasis the fact that leaving black borders really hurts quality2006-12-05, by voroshil
-
Translation of "VIDEO FILTERS" section.2006-12-05, by voroshil
-
Make sure invalid protocols are rejected instead of treated2006-12-05, by reimar
-
emphasis the fact that leaving black borders really hurts quality2006-12-05, by gpoirier
-
update local diff after r207792006-12-05, by gpoirier
-
wording fix suggested by Diego2006-12-05, by nicodvb
-
fix include clash for mmap_anon on darwin ppc2006-12-05, by nplourde
-
force ppc arch and 10.3.9 sys lib on ppc mac2006-12-04, by nplourde
-
updated documentation of -mpegopts :tele*2006-12-04, by nicodvb
-
disable telecining when it can't be applied2006-12-04, by nicodvb
-
since display_frames in increased by a possibly negative number it had better be signed2006-12-04, by nicodvb
-
cosmetics2006-12-04, by nicodvb
-
removed dead code2006-12-04, by nicodvb
-
reimplemented :telecine and :film2pal in terms of dgpulldown2006-12-04, by nicodvb
-
pre-store in bff_mask the correct or-mask to be saved in the pce (slightly faster)2006-12-04, by nicodvb
-
Move cddb "autodetection" so it also works for libcdio2006-12-04, by reimar
-
Add full support for en-/disabling cddb support2006-12-04, by reimar
-
r21372: Some punctuation cosmetics and better wording2006-12-04, by kraymer
-
help_mp-de.h:2006-12-04, by kraymer
-
fix sentence, reformat2006-12-04, by kraymer
-
r21484: documented -mpegopts :tele_src and :tele_dest2006-12-04, by voroshil
-
r21476: Open embedded fonts directly from memory....2006-12-04, by voroshil
-
Move the generation of osdep/mplayer-rc.o back to the top-level Makefile,2006-12-04, by diego
-
slight clarification2006-12-04, by diego
-
document s3fb suboption, note that it's a Linux-only driver (to the best of my knowledge)2006-12-04, by gpoirier
-
Improoving readability of pullup filter section2006-12-04, by voroshil
-
10l: wrong bitmask when patching the pce_ptr in soft_telecine()2006-12-04, by nicodvb
-
documented -mpegopts :tele_src and :tele_dest2006-12-04, by nicodvb
-
added generalized teleciner by Donald Graft2006-12-04, by nicodvb
-
Remove unused function pointers, they probably had incorrect prototypes2006-12-03, by reimar
-
remove headers included twice2006-12-03, by aurel
-
use strchr() instead of index()2006-12-03, by aurel
-
sync w/ r214522006-12-03, by gpoirier
-
mmap memory area for generated code to avoid crashes on machines which2006-12-03, by reimar
-
Fix 21381, make sure gcc does not make any ip-relative calls or similar.2006-12-03, by reimar
-
Open embedded fonts directly from memory.2006-12-03, by eugeni
-
One FIXME (CC subtitles related) resolved.2006-12-03, by voroshil
-
Keep embedded fonts in ass_library_t and perform actual disk write2006-12-03, by eugeni
-
Compile fix, BE_32 definition has been moved2006-12-03, by reimar
-
r21462: mention all other image formats2006-12-03, by voroshil
-
Rename: ass_process_font -> ass_add_font.2006-12-03, by eugeni
-
Use libavutil LE_* macros instead of pointer casts which can result2006-12-03, by reimar
-
Avoid calling validate_fname() twice for one string.2006-12-03, by eugeni
-
Do not call usec_sleep when we are not supposed to sleep.2006-12-03, by reimar
-
Synced with r214662006-12-03, by torinthiel
-
[cosmetics] Consistent XML source formatting2006-12-03, by torinthiel
-
[cosmetics] Reindent XML source2006-12-03, by torinthiel
-
cosmetics: anti-chaos reindentation2006-12-03, by nicodvb
-
Synced with r214622006-12-03, by torinthiel
-
mention all other image formats2006-12-03, by torinthiel
-
Unicode support for demuxer info in ASF demuxer.2006-12-03, by reimar
-
Open vobsub output files in binary mode, otherwise the OS might2006-12-03, by reimar
-
100l typo in 21380 disabled OSD with at least xvmc.2006-12-03, by reimar
-
fix two overlooked typos in previous sync cause build error2006-12-03, by voroshil
-
Fix translation error in previous sync2006-12-03, by voroshil
-
muxer FIXME resolved2006-12-03, by voroshil
-
r21423: Consistent capitalization of table entries2006-12-03, by voroshil
-
fixed missing tag update2006-12-03, by voroshil
-
r21430: documented -mpegopts :[va]buf_size2006-12-03, by voroshil
-
document s3fb video out driver2006-12-03, by gpoirier
-
Use fallback XAnim and Real codecs directories when autodetection is skipped.2006-12-02, by diego
-
Remove warning about missing codecs directory, the condition is always true.2006-12-02, by diego
-
Merge dga/nodga suboption of vo_vesa, no short forms.2006-12-02, by diego
-
Simplify: 1 > 0 seems to be a rather safe assumption to make ;-)2006-12-02, by reimar
-
synced with r214462006-12-02, by Gabrov
-
Remove long-deprecated -vop option.2006-12-02, by diego
-
Replace deprecated vo_plugin_args by vf_settings.2006-12-02, by diego
-
cosmetics: Rename functions and variable names from vop to vf.2006-12-02, by diego
-
Set video aspect ratio for libass in vf_vo.2006-12-02, by eugeni
-
Update comment, video output plugins are deprecated.2006-12-02, by diego
-
Audio track switching works for AVI and libavformat as well.2006-12-02, by diego
-
doxygenized dvdnav_sid_from_lang() and dvdnav_number_of_subs()2006-12-02, by nicodvb
-
synced with r214382006-12-02, by Gabrov
-
Fix includes and include path, bswap.h is in libavutil now.2006-12-02, by diego
-
Remove superfluous bswap.h include.2006-12-02, by diego
-
Remove suffix rules that are just copies of make builtin rules.2006-12-02, by diego
-
Use standard name for C++ flags.2006-12-02, by diego
-
Move system headers before libavutil headers to work around build issues on2006-12-02, by diego
-
Compile fix since libvo/sub.h include was removed from mplayer.h2006-12-02, by reimar
-
Translated section "AUDIO FILTERS"2006-12-02, by voroshil
-
Typo2006-12-02, by voroshil
-
documented -mpegopts :[va]buf_size2006-12-02, by nicodvb
-
permit to specify the sizes of the decoders' buffers2006-12-01, by nicodvb
-
fix mencoder include clash on osx2006-12-01, by nplourde
-
Synced with r213952006-12-01, by torinthiel
-
Sync r214252006-12-01, by torinthiel
-
Some fixes for previous commit, 10l for me2006-12-01, by torinthiel
-
Reformat examples:2006-12-01, by torinthiel
-
Consistent capitalization of table entries2006-12-01, by torinthiel
-
100l confused FFMIN/FFMAX2006-12-01, by reimar
-
Proper fix for last demux_avi commit, stream switching now really should2006-12-01, by reimar
-
Make sure we do not hang if no streams are available2006-12-01, by reimar
-
Implement stream switching for AVI demuxer.2006-12-01, by reimar
-
update for r21415 and r214162006-12-01, by henry
-
Cleanup and fix rectangle size calculation, caused crashes with e.g.2006-12-01, by reimar
-
fix incorrect 4:4:4 chroma handling (backport from 0.4.1)2006-12-01, by henry
-
ignore invalid values in the sequence display extension (backport from 0.4.1)2006-12-01, by henry
-
r21410: document new meaning of dia=1 introduced by lavc r71922006-12-01, by voroshil
-
mark lavc's uneven multi-hexagon search as slow, remove stray '.'2006-12-01, by gpoirier
-
Fix a declarations vs statements warning.2006-12-01, by diego
-
Fix declarations vs statements warning.2006-12-01, by diego
-
document new meaning of dia=-1 introduced by lavc r71922006-12-01, by gpoirier
-
Add libav include paths to CFLAGS without indirection.2006-12-01, by diego
-
Correct include path for bswap.h, patch by Carl Eugen Hoyos, cehoyos ag.or.at.2006-12-01, by diego
-
remove duplicate entry2006-12-01, by gpoirier
-
Add libav include paths to CFLAGS without indirection.2006-12-01, by diego
-
move reserved_bytes out of packet_footer. this makes all packets uniform.2006-11-30, by ivo
-
Use av_int2flt/av_int2dbl to read float values. This is simpler and more2006-11-30, by reimar
-
Move initialization of sh_audio/sh_video members to aviheader2006-11-30, by reimar
-
r21398: improve description of lavf's i_certify_that_my_video_stream_does_not_use_b_frames2006-11-30, by voroshil
-
r21372: Some punctuation cosmetics and better wording2006-11-30, by voroshil
-
r21367: If a glyph is not found in the current font, switch to another one.2006-11-30, by voroshil
-
fix suggested by Diego2006-11-30, by gpoirier
-
improve description of lavf's i_certify_that_my_video_stream_does_not_use_b_frames2006-11-30, by gpoirier
-
fix indentation after last commit2006-11-30, by gpoirier
-
add more comments to input.conf, patch by compn % tempn A twmi P rr P com %2006-11-30, by gpoirier
-
Better wording for previous commit2006-11-29, by torinthiel
-
Typo2006-11-29, by torinthiel
-
add missing r154842006-11-29, by henry
-
Add another FourCC found in the wild, for example:2006-11-29, by rathann
-
Remove duplicate OPTFLAGS from CFLAGS.2006-11-29, by diego
-
Remove some superfluous include CFLAGS.2006-11-29, by diego
-
Explain reason for -I.. in CFLAGS here.2006-11-29, by diego
-
Remove bswap.h, use libavutil/bswap.h instead.2006-11-29, by diego
-
Fix macro redefinition warning.2006-11-29, by diego
-
Remove some of the worst "headers include headers which include2006-11-29, by reimar
-
Avoid compiling code using %ah etc. on AMD64, since that will not work2006-11-29, by reimar
-
Get rid of stubs.S, move code to inline asm.2006-11-29, by reimar
-
Cosmetics: remove unused and commented out add_stub function header2006-11-29, by reimar
-
Some extra checks and safety space for add_stub function.2006-11-29, by reimar
-
Change add_stub code to also work without -fomit-frame-pointer2006-11-29, by reimar
-
EMISSINGBRAIN: No, OSD objects of size 0 sure are _not_ visible.2006-11-29, by reimar
-
Add /usr/local/lib and /usr/local/include to the linker/compiler2006-11-29, by diego
-
support for Westwood SND1 audio2006-11-29, by diego
-
`sdl-config --libs` under mingw32 will give -lmingw32, which leads to2006-11-29, by diego
-
URL fix2006-11-29, by diego
-
Synced with r213742006-11-29, by torinthiel
-
Fix URL, it has moved.2006-11-29, by torinthiel
-
Synced with r213722006-11-29, by torinthiel
-
Some punctuation cosmetics and better wording2006-11-29, by torinthiel
-
Sync with FFmpeg changes for encoder/decoder registration.2006-11-29, by aurel
-
Fix 2 header bugs introduced by nplourde's previous commit:2006-11-28, by uau
-
If a glyph is not found in the current font, switch to another one.2006-11-28, by eugeni
-
Skip glyphs with char code < 0x20.2006-11-28, by eugeni
-
Add FT_Library to ass_font_t.2006-11-28, by eugeni
-
Use (ass_font_t, char code) instead of (FT_Face, glyph index) to identify2006-11-28, by eugeni
-
Use av_int2dbl to read doubles instead of our somewhat broken le2me_dbl2006-11-28, by reimar
-
Make me maintainer of demux_nuv since I am the only one2006-11-28, by reimar
-
r21306: fix compilation for win32 dll codec support for intel osx2006-11-28, by voroshil
-
Remove long double reading code, long double was never used AFAICT and2006-11-28, by reimar
-
r21298: "D" interactive key also works with yadif now2006-11-28, by voroshil
-
Make MPlayer/MEncoder print the compile-time configuration in verbose mode.2006-11-28, by diego
-
Cycling through video tracks works with libavformat as well.2006-11-28, by diego
-
Remove #ifdef __OpenBSD__, there is no indication this is needed.2006-11-28, by diego
-
support Intel Core 2 and AMD Geode in the processor detection routines2006-11-28, by diego
-
Generate OBJS from SRCS in a more elegant and less redundant way.2006-11-28, by diego
-
cosmetics: Sort SRCS by alphabetical order.2006-11-28, by diego
-
Unrecurse VIDIX installation.2006-11-28, by diego
-
Unrecurse VIDIX drivers uninstall.2006-11-28, by diego
-
Remove one level of indirection on VIDIX install/uninstall.2006-11-28, by diego
-
cosmetical reformatting2006-11-27, by nicodvb
-
feed the content of NAV_PACKET to the demuxer2006-11-27, by nicodvb
-
Shorten LIBAV_INC handling.2006-11-27, by diego
-
Merge _ld_arch into _ld_extra.2006-11-27, by diego
-
cosmetics to ease future patching2006-11-27, by diego
-
Disable cddb on Darwin at Reimar's request.2006-11-27, by diego
-
_ld_sock is already in _ld_extra.2006-11-27, by diego
-
Add a config.mak variable for CDDB.2006-11-27, by diego
-
Change "p" asm constraints to "g", since "p" was a no longer necessary hack to2006-11-27, by reimar
-
Note that ffxandpcm only works with libavformat.2006-11-27, by diego
-
Don't include freetype headers in other headers.2006-11-27, by eugeni
-
Fix compilation broken in previous commit.2006-11-27, by eugeni
-
Move ass_font_desc_t and ass_font_t declarations to ass_font.h.2006-11-27, by eugeni
-
Cosmetics: reindent.2006-11-27, by eugeni
-
Don't call FT_Set_Transform/FT_Set_Pixel_Sizes if values have not changed.2006-11-27, by eugeni
-
help messages:2006-11-27, by kraymer
-
Move ass_font_t allocation to ass_font.h.2006-11-27, by eugeni
-
insert line break for overly long line (second line indented)2006-11-27, by kraymer
-
wrapper.S should be compiled on non-Darwin, non-Windows systems.2006-11-27, by diego
-
Initialize font size with 0.2006-11-27, by eugeni
-
Remove unused unk_exp1 loader asm code2006-11-27, by reimar
-
localization of parser-m*cmd.c messages2006-11-27, by ptt
-
Ignore libmpmux.a.2006-11-27, by diego
-
Split muxers into a separate library that only MEncoder is linked against.2006-11-27, by diego
-
FFmpeg-style dependency declaration2006-11-27, by diego
-
Remove redundant ifeq ($(TARGET_ARCH_POWERPC),yes), AltiVec exists only on PPC.2006-11-27, by diego
-
Move common code to mpcommon.mak.2006-11-27, by diego
-
Sync with FFmpeg changes for (de)muxer registration.2006-11-27, by diego
-
test1 --> test2006-11-27, by diego
-
cosmetics: Merge SRCS together, alphabetical order, whitespace.2006-11-27, by diego
-
oops someone forgot obj-c source file2006-11-27, by nplourde
-
cosmetics:indentation2006-11-27, by diego
-
Untangle dependencies that are handled by configure.2006-11-27, by diego
-
Remove unused LIBAV_INC variable.2006-11-27, by diego
-
Remove superfluous dependency declaration on real header files.2006-11-27, by diego
-
simplify test target2006-11-27, by diego
-
Simplify, TARGET_WIN32 is both Cygwin and MinGW.2006-11-27, by diego
-
Simplify test program generation.2006-11-27, by diego
-
Remove superfluous CFLAGS declaration (is in mpcommon.mak).2006-11-27, by diego
-
There are no .s files in mp3lib/, remove the corresponding suffix rule.2006-11-27, by diego
-
libac3 was removed ages ago, remove the related test target.2006-11-27, by diego
-
.s files don't exist anymore.2006-11-27, by diego
-
Synced with r211682006-11-27, by torinthiel
-
fix compilation for win32 dll codec support for intel osx2006-11-27, by nplourde
-
Remove unnecessary header indirection.2006-11-27, by diego
-
Use standard SRCS2 name for MEncoder sources.2006-11-27, by diego
-
Move common code for generating multiple libraries to mpcommon.mak.2006-11-27, by diego
-
10l: Muxers were not being compiled even when MEncoder was enabled.2006-11-27, by diego
-
FFmpeg-style conditional dependency declaration2006-11-27, by diego
-
libmpdemux has no subdirectories.2006-11-27, by diego
-
sync w/ 212982006-11-26, by gpoirier
-
"D" interactive key also works with yadif now2006-11-26, by gpoirier
-
Merge duplicate entries.2006-11-26, by diego
-
Remove unnecessary variable indirection.2006-11-26, by diego
-
Remove obsolete "no_more_font_messages" hack.2006-11-26, by eugeni
-
rename all *_nom (nominator) to the correct *_num (numerator)2006-11-26, by ivo
-
Move fonts-related code to a separate file.2006-11-26, by eugeni
-
cosmetics: alphabetical order2006-11-26, by diego
-
FFmpeg-style conditional dependency declaration2006-11-26, by diego
-
100l typos2006-11-26, by diego
-
Remove useless variable indirection.2006-11-26, by diego
-
cosmetics: Move around some entries for better readability.2006-11-26, by diego
-
Do not use many different variables for SRCS.2006-11-26, by diego
-
Reorder entries for better readability.2006-11-26, by diego
-
Remove unused include variable.2006-11-26, by diego
-
Use gtk_spin_button_get_value_as_int instead of gtk_spin_button_get_value since2006-11-26, by reimar
-
Make ass_new_font return ass_font_t struct (instead of just FT_Face).2006-11-26, by eugeni
-
Move ass_font_t to header.2006-11-26, by eugeni
-
Rename:2006-11-26, by eugeni
-
Fix previous broken vd_qtvideo.c commit which failed on MACOSX2006-11-26, by uau
-
Move #include <QuickTime/ImageCodec.h> before internal headers2006-11-26, by uau
-
Move checking/defining HAVE_LINUX_DVD_STRUCT etc. to dvdcss check,2006-11-26, by reimar
-
Rename config.h --> debug.h and include config.h explicitly.2006-11-26, by diego
-
Shouldn't move "#ifdef MACOSX" before #include config.h of course...2006-11-26, by uau
-
Merge common parts of all Makefiles into one file included by all.2006-11-26, by diego
-
Move #include <QuickTime/QuickTimeComponents.h> before internal headers.2006-11-26, by uau
-
Add explicit dependency information for libosd.a, this fixes MEncoder-only2006-11-26, by diego
-
Remove config.h, there are multiple files under that name, inviting bugs and2006-11-26, by diego
-
sync w/ r21255 (improved deadzone desc.)2006-11-26, by gpoirier
-
-lwinmm is always (also for mencoder) needed on windows for osdep/timer-win2.c2006-11-26, by reimar
-
Disable when HAVE_SYS_MMAN_H is not defined, since it can not be compiled then.2006-11-26, by reimar
-
Adjust icon path since windres is now called from osdep subdir2006-11-26, by reimar
-
Fix incorrect use of be2me_32 on a pointer, use BE_32 instead.2006-11-26, by reimar
-
le2me_32 is no longer a macro on PPC, and in general does not have to2006-11-26, by reimar
-
Revert r21251 (moving loader/config.h contents to main config.h).2006-11-26, by uau
-
Remove useless fd parameter for mmap_anon2006-11-26, by reimar
-
Simplify, remove useless indirection.2006-11-26, by diego
-
Fix loader code: closed .dll file handles when it should not2006-11-26, by reimar
-
r21186: Remove "OSD only" tags; those options always exist.2006-11-26, by voroshil
-
open /dev/zero left over from mmap_anon patch2006-11-26, by reimar
-
Useless use of strstr, strchr is good enough.2006-11-26, by reimar
-
Check the log level before processing the message2006-11-26, by henry
-
match exactly card number N specified, rather than the N-th actually usable2006-11-26, by nicodvb
-
Set _win32codecsdir fallback also with --enable-win322006-11-26, by reimar
-
typo in deadzone_inter2006-11-26, by lorenm
-
nits and picks by The Wanderer :)2006-11-26, by gpoirier
-
Sanity-check number of lines in CC subtitle2006-11-25, by reimar
-
Cleanup for uselessly complicated closed-caption subtitle handling2006-11-25, by reimar
-
Move contents of loader/config.h to configure/config.h, there are2006-11-25, by diego
-
Add a sanity check to unsafe-looking code.2006-11-25, by uau
-
Remove config.h and move its content to af.h. There are multiple files under2006-11-25, by diego
-
Use the real name of the header file when guarding against double inclusion.2006-11-25, by diego
-
Remove nonexistent variable.2006-11-25, by diego
-
Remove superfluous comment.2006-11-25, by diego
-
Don't compile libvo.a unless MPlayer is enabled.2006-11-25, by diego
-
simplify2006-11-25, by diego
-
Rename Gui/mplayer/mplayer.h to gmplayer.h, another file named mplayer.h2006-11-25, by diego
-
Reuse bswap.h from libavutil. Will only work when libavutil subdir is available.2006-11-25, by reimar
-
Linking hotfix, loader depends on osdep.2006-11-25, by diego
-
Remove useless libvo/sub.h include.2006-11-25, by reimar
-
Add support for compiling with ICC 9.1. Currently needs --target=generic-linux,2006-11-25, by reimar
-
simplify2006-11-25, by diego
-
Add generic target that allow compiling without any assembler or otherwise2006-11-25, by reimar
-
missing include for uint16_t2006-11-25, by ben
-
keep nav highlight event in dvdnav priv structure2006-11-25, by ben
-
There are no more .depend files in subdirectories.2006-11-25, by diego
-
simplify2006-11-25, by diego
-
Remove commented-out cruft.2006-11-25, by diego
-
Unconditionally include config.mak for consistency.2006-11-25, by diego
-
more consistency with the other Makefiles.2006-11-25, by diego
-
SRCS should be one per line to make patches more readable.2006-11-25, by diego
-
fix typos noticed by Diego2006-11-25, by gpoirier
-
Remove pointless indirection.2006-11-25, by diego
-
Sync with FFmpeg r7167.2006-11-25, by diego
-
FFmpeg-style conditional dependency declaration2006-11-25, by diego
-
Remove superfluous comment.2006-11-25, by diego
-
Remove superfluous comment.2006-11-25, by diego
-
Remove superfluous comment.2006-11-25, by diego
-
improve description of x264's deadzone* options2006-11-25, by gpoirier
-
support for comma-separated language codes in -slang2006-11-25, by nicodvb
-
spurious () like in ({code;}) probably is not valid C, icc 9, definitely2006-11-25, by reimar
-
Avoid void * arithmetic2006-11-25, by reimar
-
better nav highlight handling2006-11-25, by ben
-
removed unused members and variables2006-11-25, by nicodvb
-
COSMETICS: consistently reformatted after ben's mess2006-11-25, by nicodvb
-
added code to identify subs language and count; needed for forthcoming support for -slang2006-11-25, by nicodvb
-
Add distclean target, unconditionally remove all objects on clean.2006-11-25, by diego
-
a few more clarifications for codec_specific_data by Ralph Giles and me2006-11-25, by michael
-
all should be the first target.2006-11-25, by diego
-
10l copy + paste typo2006-11-25, by diego
-
Simplify LIBNAME target with $@ and $^.2006-11-25, by diego
-
Remove commented-out cruft.2006-11-25, by diego
-
Move osdep/mplayer.rc handling to the osdep Makefile.2006-11-25, by diego
-
Remove nonexistent variable/file.2006-11-25, by diego
-
added mmap_anon to osdep lib. Used in loader for now2006-11-25, by nplourde
-
No need to ignore files that are not generated any longer.2006-11-25, by diego
-
Make loader Makefile non-recursive.2006-11-25, by diego
-
Use $@ and $^ to designate target and prerequisites.2006-11-25, by diego
-
cosmetics: Move around targets for consistency.2006-11-25, by diego
-
Remove superfluous suffix rule.2006-11-25, by diego
-
Handle stubs.s like all other source files.2006-11-24, by diego
-
Rename CONFIG_MP3LAME variable, the variable for LAME support in FFmpeg2006-11-24, by diego
-
Remove .depend on distclean.2006-11-24, by diego
-
Clean up CFLAGS handling.2006-11-24, by diego
-
add two missing descriptions (index.syncpoints and info_packet.count)2006-11-24, by ivo
-
specify the bitnumber for frame_flags, instead of a decimal bitmask2006-11-24, by ivo
-
specify, where possible, the type of the tags in the tag description section2006-11-24, by ivo
-
r21161: MSGTR for libmpcodecs/vd.c2006-11-24, by kraymer
-
codec_specific_data clarification2006-11-24, by michael
-
sync with r211862006-11-24, by gpoirier
-
fix another typo2006-11-24, by ivo
-
Remove "OSD only" tags; those options always exist.2006-11-24, by uau
-
Remove bug workarounds for ancient gcc and libc versions.2006-11-24, by diego
-
fix sync comment, it was left out in last commit2006-11-23, by kraymer
-
r21078: add a link to Michael's de-interlacing filters, and replace the crappy2006-11-23, by kraymer
-
Cosmetics: indentation fix.2006-11-23, by eugeni
-
fix some typos2006-11-23, by ivo
-
Get rid of _ld_gtk and _ld_glib.2006-11-22, by diego
-
Fix incorrect function pointer definition.2006-11-22, by uau
-
Get rid of _ld_vorbis.2006-11-22, by diego
-
Make compilation depending on USE_OSD unconditional.2006-11-22, by uau
-
Get rid of _xmms_lib.2006-11-22, by diego
-
_ld_static does not need to be in both EXTRA_LIB and EXTRALIBS_MPLAYER.2006-11-22, by diego
-
Cosmetics to make the next patches more readable.2006-11-22, by diego
-
Better translation of "demuxer" word.2006-11-22, by voroshil
-
r21151: typo2006-11-22, by voroshil
-
r21152: typo: Bitrate is printed in kb/s, not Mb/s on the status line.2006-11-22, by voroshil
-
Fix incorrect stride used in vf_ass.2006-11-22, by eugeni
-
Remove _ld_x11.2006-11-22, by diego
-
x264 supports interlaced encoding for some time2006-11-22, by gpoirier
-
r21082: MSGTRs for libass2006-11-22, by kraymer
-
typo noticed by Carl Eugen Hoyos, cehoyos ag.or.at2006-11-22, by diego
-
Remove _ld_gif and _ld_theora.2006-11-22, by diego
-
Remove _ld_freetype and _ld_fontconfig, they are no longer necessary.2006-11-22, by diego
-
fix broken character2006-11-22, by kraymer
-
MSGTRs for mencoder.c2006-11-22, by kraymer
-
MSGTR for libmpcodecs/vd.c2006-11-22, by kraymer
-
sync w/ r211542006-11-21, by gpoirier
-
Synced with r211522006-11-21, by torinthiel
-
documented :format=pes[12] in -mpegopts2006-11-21, by nicodvb
-
permit muxing to raw pes (VDR uses this)2006-11-21, by nicodvb
-
Make compilation depending on USE_SUB unconditional.2006-11-21, by uau
-
Remove outdated and superfluous video cards section.2006-11-21, by diego
-
Remove outdated and superfluous sound card section.2006-11-21, by diego
-
Miscellaneous updates for the introduction and the requirements section.2006-11-21, by diego
-
typo: Bitrate is printed in kb/s, not Mb/s on the status line.2006-11-21, by diego
-
typo2006-11-21, by diego
-
r21078: add a link to Michael's de-interlacing filters...2006-11-21, by voroshil
-
Fix wrong fps value for TelecineMode in translation2006-11-21, by voroshil
-
r21082: MSGTRs for libass2006-11-21, by voroshil
-
LIBS vs LDFLAGS typo2006-11-21, by diego
-
Split libs that are dependencies and those that are just linker flags.2006-11-21, by diego
-
Fix SVN r21075, it completely disabled OpenGL in almost all cases.2006-11-21, by reimar
-
Treat fontconfig and FreeType linker flags just like any other linker flag.2006-11-21, by diego
-
Remove stray -I from include dirs in live555 check, it was being duplicated.2006-11-21, by diego
-
cosmetics2006-11-21, by reimar
-
Also support absolute url redirection, e.g. http://www.youtube.com/v/buKaqRG2SFA2006-11-21, by reimar
-
cosmetics: EXTRA_LIB_MENCODER --> EXTRALIBS_MENCODER2006-11-21, by diego
-
_ld_tmp vs _ld_x264 typo2006-11-21, by diego
-
Remove --with-x11libdir and --with-livelibdir.2006-11-21, by diego
-
Attempt to properly fix linking of encoding libs used by libavcodec.2006-11-21, by diego
-
Reuse init_vo_spudec in subtitle switching code.2006-11-21, by reimar
-
Move vo_spudec initialization into a separate function, for later reuse2006-11-21, by reimar
-
Remove libdha from LIBS_MPLAYER.2006-11-21, by diego
-
ALSA can be used by both MPlayer and MEncoder.2006-11-21, by diego
-
Fix linking when libavcodec uses x264.2006-11-21, by diego
-
Remove _ld_x264 _toolame_lib _twolame_lib, they are no longer needed.2006-11-21, by diego
-
_ld_xv does not exist anymore.2006-11-21, by diego
-
Add _libs_mplayer and _libs_mencoder to cc_check.2006-11-21, by diego
-
Introduce _libs_mplayer and _libs_mencoder to get rid of some _ld_ variables.2006-11-21, by diego
-
Move FFmpeg library dependencies into the Makefile just like everything else.2006-11-21, by diego
-
Move some Win32 LDFLAGS into _ld_extra.2006-11-21, by diego
-
Merge MPlayer-specific libs into one variable.2006-11-21, by diego
-
Remove _ld_win32, this is handled by the Makefile.2006-11-21, by diego
-
Split libvo.a into two libs so that libosd.a can be used by MEncoder.2006-11-21, by diego
-
Remove superfluous empty variable declaration.2006-11-21, by diego
-
Remove unused -D from CFLAGS.2006-11-21, by diego
-
Remove superfluous empty variable declaration.2006-11-21, by diego
-
Add VIDIX to LIBS_MPLAYER directly.2006-11-21, by diego
-
typo / small fixes2006-11-21, by kraymer
-
demux_lavf handles video stream switching2006-11-20, by nicodvb
-
check we aren't short of sh_videos before allocating another one2006-11-20, by nicodvb
-
Cosmetics: remove unneeded curly brackets.2006-11-20, by eugeni
-
Fix collision detection. The old method tried to avoid gaps between subtitles2006-11-20, by eugeni
-
Remove --with-xmmsplugindir and --with-xmmslibdir.2006-11-20, by diego
-
Remove --with-x264libdir.2006-11-20, by diego
-
Remove --with-xvidlibdir.2006-11-20, by diego
-
Remove --with-toolamelibdir from help output as well.2006-11-20, by diego
-
Remove --with-toolamelibdir.2006-11-20, by diego
-
Add support for disabling MPlayer compilation.2006-11-20, by diego
-
Oops, the loader stuff needs to be in COMMON_LIBS.2006-11-20, by diego
-
Deliver dependency handling from redundancy.2006-11-20, by diego
-
Remove MPlayer-specific dependencies from COMMON_DEPS.2006-11-20, by diego
-
VIDIX is for MPlayer only.2006-11-20, by diego
-
The GUI is only for MPlayer, not MEncoder.2006-11-20, by diego
-
Rename variables for consistency.2006-11-20, by diego
-
Simplify gui and menu libs handling.2006-11-20, by diego
-
cosmetics: Move some stuff around for better readability.2006-11-20, by diego
-
Move pause loop into a separate function.2006-11-20, by uau
-
Clean up PARTS handling.2006-11-20, by diego
-
Unify dep/depend targets.2006-11-20, by diego
-
Uninstall should run all parts unconditionally.2006-11-20, by diego
-
Remove nonsense ifeq around MEncoder target and variable declaration.2006-11-20, by diego
-
Reorganize code to move more things out of main().2006-11-20, by uau
-
another 100l typo noticed by Carl Eugen Hoyos, cehoyos (at) ag or at2006-11-20, by diego
-
Some more cleanups for LDFLAGS handling.2006-11-20, by diego
-
100l typos, noticed by Carl Eugen Hoyos, cehoyos (at) ag or at2006-11-20, by diego
-
Some cleanups for LDFLAGS handling, next part.2006-11-20, by diego
-
in demux_ts_control unified SWITCH_AUDIO and SWITCH_VIDEO (they were identical)2006-11-19, by nicodvb
-
misc updates2006-11-19, by diego
-
Put libdvdcss under a separate ifeq.2006-11-19, by diego
-
misc small fixes2006-11-19, by diego
-
in mp_property_{video,audio} permit uniniting of the corresponding chain2006-11-19, by nicodvb
-
during DEMUXER_CTRL_SWITCH_x *arg set to -2 identifies 'disable stream x'2006-11-19, by nicodvb
-
MSGTRs for libass2006-11-19, by kraymer
-
Remove settled FIXME.2006-11-19, by diego
-
Sync w/ help_mp-en.h r210012006-11-19, by kraymer
-
Add a new MPEG encoding example using lavf2006-11-19, by gpoirier
-
add a link to Michael's de-interlacing filters, and replace the crappy2006-11-19, by gpoirier
-
Remove superfluous demuxer->type==DEMUXER_TYPE_MATROSKA check,2006-11-19, by reimar
-
allows to de- and reactivate yadif on the fly2006-11-19, by gpoirier
-
disable x11 gl support on osx2006-11-19, by nplourde
-
Reinitialize some variables on af_resample reinit, fixes crash2006-11-19, by uau
-
Fix printf format/argument count mismatch in mp_property_video2006-11-19, by uau
-
sync w/ r210262006-11-19, by gpoirier
-
Move subtitle updating to a separate function, fix inverted condition2006-11-19, by uau
-
Fix obvious typo, although the exact effect is still unclear to me, see also bug #593.2006-11-19, by reimar
-
sync w/r210042006-11-19, by gpoirier
-
sync w/ r20933, patch by Jerome Ferrari2006-11-19, by gpoirier
-
sync tag update2006-11-19, by voroshil
-
Translated section "DECODING/FILTERING OPTIONS"2006-11-19, by voroshil
-
Remove (now hopefully unnecessary) workarounds added in r210562006-11-19, by reimar
-
synced with r210012006-11-19, by Gabrov
-
directly insert ffreep %%st(0) opcode for compatibility with old2006-11-19, by reimar
-
Use ASMALIGN macro for better compatibility and remove SYS_DARWIN2006-11-19, by reimar
-
sync with r20876, patch by Jerome Ferrari2006-11-19, by gpoirier
-
Avoid code like "fstps %1+64(,%%ecx,4)\n\t", it might end up as2006-11-19, by reimar
-
synced with r210582006-11-19, by Gabrov
-
new slave command: radio_step_freq2006-11-19, by voroshil
-
Fix compilation error due to unescaped "s.2006-11-19, by reimar
-
fix mp3lib compilation on OSX2006-11-19, by nplourde
-
10l, compilation error in r210542006-11-19, by reimar
-
Generalize subtitle switching, demux_ogg does not need a special case2006-11-19, by reimar
-
translation/spelling fix.2006-11-19, by voroshil
-
Make -slang work again, sub->id is -2 by default, so -slang would be ignored2006-11-19, by reimar
-
Create a sh_sub_t for ogg subtitles.2006-11-19, by reimar
-
riformatted after previous commit2006-11-19, by nicodvb
-
if in the list of pids appears at least one 8192 (while TS) remove all other pid filters2006-11-19, by nicodvb
-
Support multiple subs in mov2006-11-19, by reimar
-
Make sure sh_video == NULL when reinit_video_chain fails.2006-11-19, by reimar
-
Do not just skip a file when vo init fails, instead try to play it2006-11-19, by reimar
-
Clarify that some of the non-SIMD code is now LGPLed.2006-11-19, by lucabe
-
Update section "AUDIO FILTERS"; Some sync w/ r21026;2006-11-19, by kraymer
-
Fix clobber list, half of the modified registers were missing.2006-11-19, by reimar
-
Collect all includes of mplayer headers in libass in a single file (mputils.h).2006-11-19, by eugeni
-
sync w/ r20876, patch by Jerome Ferrari2006-11-18, by gpoirier
-
sync with r20876, patch by Jerome Ferrari2006-11-18, by gpoirier
-
fix demux_nut to give proper (estimate) of percent position after a seek2006-11-18, by ods15
-
Add disabled EAGAIN testing code for libnut2006-11-18, by ods15
-
help_mp-ru.h sync with r210012006-11-18, by voroshil
-
switch_audio and switch_video properties should be in the range -2..MAX_x_STREAMS-12006-11-18, by nicodvb
-
Improve Id CIN description.2006-11-18, by diego
-
fix wrong 60000/10001 fraction2006-11-18, by kraymer
-
Fix double free in af_resample when reinited with suitable parameters2006-11-18, by uau
-
r20969: document new key binding for switching video streams in MPEG-TS2006-11-18, by kraymer
-
r21012: group together "quality" control options2006-11-18, by kraymer
-
r20876: rename: XviD -> Xvid (man page part)2006-11-18, by kraymer
-
r21008: remove xvid3's mpeg_quant, replace it by xvid4's quant_type2006-11-18, by kraymer
-
When changing playback speed write the current speed to OSD only after2006-11-18, by uau
-
move demux_nut priv calloc to init() instead of check_file()2006-11-18, by ods15
-
TAB switches between programs2006-11-18, by nicodvb
-
mention switch_video and switch_program2006-11-18, by nicodvb
-
bind TAB to 'step_property switch_program'2006-11-18, by nicodvb
-
switch_program property to switch to/set a new program2006-11-18, by nicodvb
-
implemented DEMUXER_CTRL_IDENTIFY_PROGRAM2006-11-18, by nicodvb
-
new DEMUXER_CTRL_IDENTIFY_PROGRAM to identify programs (a+v+s)2006-11-18, by nicodvb
-
group together B-frames options with I,P frames options2006-11-18, by gpoirier
-
group together xvid's rate control options2006-11-18, by gpoirier
-
more mp_property_deinterlace simplification, patch by2006-11-18, by reimar
-
group together "quant_type" and quant_*_matrix since they are related2006-11-18, by gpoirier
-
implemented M_PROPERTY_SET in mp_property_{audio,video}2006-11-18, by nicodvb
-
group together "debug" and "psnr", note that "threads" option is featured on 1.2.x release2006-11-18, by gpoirier
-
reinit_video_chain might set sh_video = NULL, so check against that.2006-11-18, by reimar
-
Move xvid 'grayscale' option close to 'interlacing'2006-11-18, by gpoirier
-
group together "quality" control options2006-11-18, by gpoirier
-
group together xvid's 'closed_gop' and 'packed' options2006-11-18, by gpoirier
-
remove xvid3's divx5bvop and replace it by xvid4's closed_gop2006-11-18, by gpoirier
-
r21004: remove xvid3's quant_range, move xvid4 [min|max]_[i|p|b]quant options there instead2006-11-18, by kraymer
-
remove xvid3's mpeg_quant, replace it by xvid4's quant_type2006-11-18, by gpoirier
-
r21001: Add *BSD BT848 radio support2006-11-18, by kraymer
-
support for XAN DPCM audio2006-11-18, by diego
-
document new "D" keybinding for deinterlacing, introduced in2006-11-18, by kraymer
-
remove xvid3's quant_range, move xvid4 [min|max]_[i|p|b]quant options there instead2006-11-18, by gpoirier
-
Xvid3 support is no more: Remove Xvid3-specific options2006-11-18, by gpoirier
-
Mark some functions static2006-11-18, by uau
-
Add *BSD BT848 radio support2006-11-18, by voroshil
-
Remove obsolete Xvid 3 support.2006-11-18, by diego
-
Drop some unnecessary local changes.2006-11-18, by diego
-
Make sure to pick up internal dvdcss.h before a globally installed one.2006-11-18, by diego
-
Rename libdvdread to dvdread. We really only include only the dvdread2006-11-18, by diego
-
support for some more fringe formats, still buggy ..2006-11-17, by diego
-
Try reading palette for vobsub2006-11-17, by reimar
-
Support palette for general vobsub2006-11-17, by reimar
-
Since vobsub_lang and sub_select do the same, 'b' and 'j' were bound2006-11-17, by reimar
-
Pseudo-support for subtitles in http://samples.mplayerhq.hu/sub/jpn_engSUB_sample.3gp2006-11-17, by reimar
-
consistently use M_PROPERTY_ERROR/M_PROPERTY_OK as return values.2006-11-17, by reimar
-
Minor mp_property_deinterlace simplification2006-11-17, by reimar
-
Add deinterlace property, patch by Carl Eugen Hoyos2006-11-17, by reimar
-
Adapt code to annoying ShowCursor semantics (increases/decreases and returns2006-11-17, by reimar
-
missed piece in update to libnut API - non negative errors2006-11-17, by ods15
-
r20972: defined MSGTR_OSDVideo2006-11-17, by voroshil
-
sync w/r209692006-11-17, by gpoirier
-
add public wrapper for get_frequency2006-11-17, by voroshil
-
Change verbosity level from MSGL_V to MSGL_INFO for "Current frequency is"2006-11-17, by voroshil
-
clarify syncpoint placement recommanditions2006-11-17, by michael
-
seeking2006-11-17, by michael
-
dts & synchronous decoder2006-11-17, by michael
-
support flic video through lavf2006-11-17, by diego
-
Put files fully owned by my under GPL v2 "or later"2006-11-17, by reimar
-
Fix AMD64 support, patch by Reimar Doffinger2006-11-17, by gpoirier
-
some more updates2006-11-17, by ods15
-
some updates2006-11-17, by diego
-
fix some mixed up usage messages and unify with master copy2006-11-17, by kraymer
-
r20972: defined MSGTR_OSDVideo2006-11-17, by kraymer
-
defined MSGTR_OSDVideo2006-11-17, by nicodvb
-
COSMETICS: reformatted2006-11-16, by nicodvb
-
restored circular looping when changing audio and video stream (previously broken)2006-11-16, by nicodvb
-
document new key binding for switching video streams in MPEG-TS2006-11-16, by kraymer
-
reset demuxer's buffered demux_packet after DEMUXER_CTRL_SWITCH_AUDIO2006-11-16, by nicodvb
-
implemented DEMUXER_CTRL_SWITCH_VIDEO2006-11-16, by nicodvb
-
associated _ to 'step_property switch_video'2006-11-16, by nicodvb
-
handle video stream switch using 'switch_video' property'2006-11-16, by nicodvb
-
added code to switch video stream2006-11-16, by nicodvb
-
moved video codec/filters/outdevice initialization code to specific function2006-11-16, by nicodvb
-
cosmetics: Restore alphabetical order, align both tables.2006-11-16, by diego
-
Remove stray newline.2006-11-16, by diego
-
support for RoQ video and audio through libavformat2006-11-16, by diego
-
support for Electronic Arts ADPCM audio2006-11-16, by diego
-
support for Delphine CIN audio and video2006-11-16, by diego
-
Mark internal lavf FourCCs as such.2006-11-16, by diego
-
update to libnut API, non-negative errors2006-11-16, by ods15
-
Removing redundant entry, kraymer is doing all this work while maintaining translations2006-11-16, by reynaldo
-
support for Interplay DPCM audio2006-11-16, by diego
-
cosmetics: alphabetical order and prettyprinting for the CodecTag table2006-11-16, by diego
-
support for Sierra VMD video2006-11-16, by diego
-
Add support for Tiertex SEQ video.2006-11-16, by diego
-
synced with r208792006-11-16, by torinthiel
-
Add support for Westwood IMA ADPCM audio.2006-11-15, by diego
-
missing small update about libsmb in previous commit2006-11-15, by voroshil
-
r20933: libvorbis is not necessary for Vorbis playback, small wording improvement.2006-11-15, by voroshil
-
update to libnut, no nut_skip_packet()2006-11-15, by ods15
-
update to libnut API, don't free the streams2006-11-15, by ods15
-
Output UTF-8 instead of legacy encodings by default.2006-11-15, by diego
-
r20878: [cosmetics] (skipped)2006-11-15, by kraymer
-
revert last 2 commits on nut.txt2006-11-15, by ods15
-
Don't spam the console with timestamps (non-error messages printed every2006-11-14, by rtogni
-
Fix extradata passing to lavc RV20 decoder2006-11-14, by rtogni
-
[cosmetics] Fix indentation2006-11-14, by torinthiel
-
Synced with r209332006-11-14, by torinthiel
-
libvorbis is not necessary for Vorbis playback, small wording improvement.2006-11-14, by diego
-
add character encoding info2006-11-14, by kraymer
-
Introduce step_property command.2006-11-14, by reimar
-
Fix Unkown -> Unknown typo2006-11-14, by reimar
-
r20900: Missing : in -vf expand ar example2006-11-14, by voroshil
-
sync w/ 20637, patch by Francois franz A ephack P net2006-11-14, by gpoirier
-
bump date of NUT spec for previous commit2006-11-14, by ods15
-
allow info packets to appear in mid-stream, outside of main headers.2006-11-14, by ods15
-
update to libnut, add cache_syncpoints2006-11-14, by ods15
-
MEMALIGN_HACK --> CONFIG_MEMALIGN_HACK2006-11-14, by diego
-
10l copy&Ãpaste bug in subtitle sh handling2006-11-14, by reimar
-
Use vf control for reading pts from vf_vo2006-11-14, by uau
-
Fix statement-before-declaration warnings.2006-11-14, by reimar
-
Remove write-only variable2006-11-14, by uau
-
Update OSD contents only after the correct values for the frame are known.2006-11-14, by uau
-
Clarify messages for unavailable options.2006-11-14, by diego
-
Move xscreensaver_heartbeat call next to vo check_events2006-11-14, by uau
-
Replace sleep time calculation in main() with a separate function.2006-11-14, by uau
-
simplify2006-11-14, by uau
-
Move -frames check out of frame flip code (like -endpos earlier)2006-11-14, by uau
-
Remove some unused code.2006-11-14, by uau
-
Move endpos handling from page flip code to a saner location, change < to <=2006-11-14, by uau
-
move vo event check together with gui event check2006-11-14, by uau
-
update to libnut, rename nut.h->libnut.h2006-11-14, by ods15
-
Remove some incorrect code2006-11-14, by uau
-
Update libao2 description, delete completely outdated "audio plugins" part2006-11-14, by uau
-
Try filling audio buffers more if they're very large, add some comments.2006-11-14, by uau
-
Move audio playing code from main() into a separate function.2006-11-14, by uau
-
Remove useless check.2006-11-14, by uau
-
Split some from main() into separate functions.2006-11-14, by uau
-
sync with r209002006-11-13, by gpoirier
-
r20900: Missing : in -vf expand ar example2006-11-13, by kraymer
-
Missing : in -vf expand ar example2006-11-13, by reimar
-
rename: XviD -> Xvid2006-11-13, by gpoirier
-
sync with r208762006-11-13, by gpoirier
-
r20872: Clarify -dumpaudio, it is not useful normally2006-11-13, by voroshil
-
Update missing tags of previous commit2006-11-13, by voroshil
-
r20876: rename: XviD -> Xvid2006-11-13, by voroshil
-
Try to handle oversized asf headers by ignoring anything beyond the first MB2006-11-13, by reimar
-
Incomplete support for vobsub (missing palette support) and2006-11-13, by reimar
-
Move sh_sub_t to stheader.h, where all the other sh structs are defined2006-11-13, by reimar
-
Support \t with acceleration.2006-11-13, by eugeni
-
Partial fix for semitransparent glyph outlines.2006-11-13, by eugeni
-
Add forgotten new_sh_sub2006-11-13, by reimar
-
Make subtitle stream handling more similar to audio and video streams.2006-11-13, by reimar
-
Add missing translated strings2006-11-13, by gpoirier
-
pts definition by mans2006-11-13, by michael
-
Synced with 208762006-11-13, by torinthiel
-
Partial sync with r208792006-11-13, by torinthiel
-
-vop has been deprecated a long time ago.2006-11-13, by diego
-
vop --> vf2006-11-13, by diego
-
Remove/fix outdated message.2006-11-13, by diego
-
typo2006-11-13, by diego
-
[small fixes]2006-11-13, by torinthiel
-
[cosmetics]2006-11-13, by torinthiel
-
r20866: Recommend gcc 3.4+.2006-11-13, by kraymer
-
rename: XviD -> Xvid2006-11-13, by kraymer
-
synced with r208732006-11-12, by Gabrov
-
update to 0.6.2, patch by Giacomo Comes, comes naic edu2006-11-12, by diego
-
Misc issues noticed by Torinthiel.2006-11-12, by diego
-
Clarify -dumpaudio, it is not useful normally2006-11-12, by reimar
-
Synced with r208702006-11-12, by torinthiel
-
Restore PowerPC gcc note that I mistakenly removed.2006-11-12, by diego
-
Fix compilation with latest libavformat/avidec.c by adding ENABLE_ defines2006-11-12, by reimar
-
Recommend gcc 3.4+.2006-11-12, by diego
-
Mac OS X Server support2006-11-12, by diego
-
ffgif, fftiff and fftga support, patch by compn (tempn <at> twmi rr com)2006-11-12, by reimar
-
Remove duplicate message, the same info is printed anyway.2006-11-12, by diego
-
least restrictive dts ordering rule which ensures frames are in decoding order2006-11-12, by michael
-
synced with r208172006-11-11, by Gabrov
-
synced with r208592006-11-11, by Gabrov
-
r20834: The -gui command line option is back.2006-11-11, by kraymer
-
1. convert single quotation mark to double one for better looking2006-11-11, by kraymer
-
removed duplicated check in demuxer_seek_chapter2006-11-11, by nicodvb
-
add encoding info to some man pages2006-11-11, by kraymer
-
remove very outdated and unmantained Swedish man page2006-11-11, by kraymer
-
s/by/be/2006-11-11, by michael
-
Hack to make wrapper.S be compiled again. Someone who knows make please fix properly.2006-11-10, by reimar
-
Skip empty lines in front of winamp playlist.2006-11-10, by rtogni
-
r20834: The -gui command line option is back.2006-11-10, by voroshil
-
Translated section "VIDEO OUTPUT DRIVERS"2006-11-10, by voroshil
-
typo, wrong variable name2006-11-10, by diego
-
within array MUST for time_base_id2006-11-10, by michael
-
clearer time_base_id description2006-11-10, by michael
-
Ignore .depend.2006-11-10, by diego
-
Add standard depend target.2006-11-10, by diego
-
Remove loader_objfix.sh hack, it's only needed for very old OpenBSD versions.2006-11-10, by diego
-
Use default variable names.2006-11-10, by diego
-
Remove redundant variable.2006-11-10, by diego
-
time_base_count2006-11-10, by michael
-
stream_count2006-11-10, by michael
-
Remove mmx.h, the licensing status was doubtful, and put a minimal2006-11-10, by diego
-
typo/grammar2006-11-10, by diego
-
The addition of loader/ to PARTS depended on a non-existing variable.2006-11-10, by diego
-
The -gui command line option is back.2006-11-10, by diego
-
r20774: Adding ability to check allowed frequency range.2006-11-10, by kraymer
-
Mark file as UTF-8-encoded.2006-11-10, by diego
-
shut warning on "realloc undefined" in demuxer.h2006-11-10, by ods15
-
update libnut API2006-11-10, by ods15
-
sync with r208172006-11-10, by kraymer
-
idenfify now shows the timings of chapters of the chosen pgc2006-11-10, by nicodvb
-
Disable linking mplayer (and internal static libavcodec) with2006-11-09, by rathann
-
one more deuglification2006-11-09, by nicodvb
-
COSMETICS: renamed dvdnav_priv to priv2006-11-09, by nicodvb
-
put back accidentally reverted r20742 commit2006-11-09, by gpoirier
-
sync w/ 20191, patch by Alexandre Coutherez %newt A neopulsar P org%2006-11-09, by gpoirier
-
Add missed 'break'.2006-11-09, by voroshil
-
Allow disabling internal libdvdcss.2006-11-09, by diego
-
r20711: MSGTRs for demux_avi.c2006-11-09, by kraymer
-
Remove bogus OPTFLAGS settings.2006-11-09, by diego
-
r20817: add full stop at end of sentence2006-11-09, by voroshil
-
add full stop at end of sentence2006-11-09, by kraymer
-
Synch with ffmpeg's r6938 "allow spaces in source and build directory names..."2006-11-09, by lucabe
-
r20657: (does not apply)2006-11-09, by kraymer
-
commented out broken MSGTR2006-11-09, by kraymer
-
r20648: Document ao_openal.2006-11-09, by kraymer
-
Move non driver-specific block to non-driver specific procedure, to avoid2006-11-09, by voroshil
-
Change some constants in pts arithmetic from float to double.2006-11-09, by uau
-
Changed code that used pts=0 in demux packets to indicate "not known".2006-11-09, by uau
-
Revert one more local change without effect.2006-11-09, by diego
-
Fix crash when attempting to seek in a streamed unseekable stream, like2006-11-08, by gpoirier
-
10l: Overlooked one $(EXESUF) addition.2006-11-08, by diego
-
Update for malloc cast changes.2006-11-08, by diego
-
sync with r207742006-11-08, by gpoirier
-
changed ugly sizeof(*type_ptr) width sizeof(type)2006-11-08, by nicodvb
-
Revert nonsensical local change hunk that had no effect at all.2006-11-08, by diego
-
COSMETICS: reformatted this ugly mess in a consistent manner2006-11-08, by nicodvb
-
Mark modified files as such.2006-11-08, by diego
-
Support URL redirections that do not specify full URL.2006-11-08, by reimar
-
Updated for controversial changes and irc-only decisions2006-11-08, by rtogni
-
partial sync2006-11-08, by gpoirier
-
Reset _ld_xvid so that stray libs do not appear on the link command line.2006-11-08, by diego
-
dts, width/height explanation2006-11-08, by michael
-
s/break/continue/. A crazy mistake, somehow unnoticed for more that 2 months.2006-11-08, by eugeni
-
size and stream_id docs2006-11-08, by michael
-
Remove unused variables.2006-11-08, by diego
-
Rename xvid4 variable/option back to xvid so as not to break scripts.2006-11-08, by diego
-
clearer frame_code explanation2006-11-08, by michael
-
cosmetics: Fix indentation after last commit.2006-11-08, by diego
-
Separate XviD 3 and XviD 4 tests.2006-11-08, by diego
-
simple 1 line definition of what a keyframe is2006-11-08, by michael
-
Change value used to indicate "unknown audio format" from 0 to -1.2006-11-08, by uau
-
Remove some DivX 4 leftovers.2006-11-08, by diego
-
r20774: Adding ability to check allowed frequency range.2006-11-08, by voroshil
-
sync with r207742006-11-08, by voroshil
-
11l, revert r207822006-11-08, by kraymer
-
remove duplicate MSGTR2006-11-08, by kraymer
-
MSGTRs for libvo/aspect.c and libvo/vo_xv.c2006-11-08, by kraymer
-
MSGTRs for ao_alsa.c2006-11-08, by kraymer
-
symplify aligned memory allocation on mingw32 by using ffmpeg's av_malloc/av_free2006-11-08, by gpoirier
-
partial sync with latest manpage commits2006-11-08, by gpoirier
-
Generated XSL files should be in UTF-8.2006-11-08, by diego
-
Move some FourCC values from libavformat/riff.c to our private mapping.2006-11-08, by diego
-
Spelling fix: Allowable -> Allowed2006-11-08, by voroshil
-
Adding ability to check allowed frequency range.2006-11-08, by voroshil
-
- explain lavc lmin option more clearly2006-11-08, by corey
-
support lavc mblmin and mblmax2006-11-08, by corey
-
Create binaries with proper executable suffix under Windows.2006-11-08, by diego
-
support for -dvdangle2006-11-08, by nicodvb
-
near-precise seeking in dvd://2006-11-08, by nicodvb
-
Fix code that cuts audio data if the filters produce too much.2006-11-07, by uau
-
sync w/ r20739, patch by Sheldon % Jin jinsh2 A yahoo P com %2006-11-07, by gpoirier
-
now the OSD shows the value returned by demuxer_get_current_time() rather than sh_video->pts2006-11-07, by nicodvb
-
now demux_seek() tries to seek aided by the stream layer, if possible2006-11-07, by nicodvb
-
added definition of DEMUXER_CTRL_RESYNC2006-11-07, by nicodvb
-
implemented STREAM_CTRL_GET_CURRENT_TIME and STREAM_CTRL_SEEK_TO_TIME (precise seeking)2006-11-07, by nicodvb
-
Partial sync with en/mplayer.1 r207392006-11-07, by gpoirier
-
added definitions of STREAM_CTRL_GET_CURRENT_TIME STREAM_CTRL_SEEK_TO_TIME2006-11-07, by nicodvb
-
typo2006-11-07, by diego
-
_inputmodules vs _noinputmodules typo fix2006-11-07, by diego
-
feed av_log() through mp_msg()2006-11-07, by michael
-
fprintf -> mp_msg2006-11-07, by michael
-
Adding myself to man page translation and stram sections.2006-11-07, by voroshil
-
Replace enneccesery O_RDWR with O_RDONLY2006-11-07, by voroshil
-
Restoring volume level of radio card on exit.2006-11-07, by voroshil
-
sync tag update, no real changes needed2006-11-07, by voroshil
-
r20739: Remove remnants of long-gone libfame.2006-11-07, by voroshil
-
Add our own CODEC_ID -> fourcc translation tables so we do not need2006-11-07, by reimar
-
r20650 inverted the gtk1 check before setting charset, this2006-11-07, by reimar
-
remove stray comment line2006-11-07, by kraymer
-
Fix linking on Cygwin and remove nonsense lseek64 --> lseek indirection,2006-11-07, by diego
-
Remove bogus comment lines.2006-11-07, by diego
-
Always compile with -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 like upstream.2006-11-07, by diego
-
remove dead defines (spotted by mphelp_check.py)2006-11-07, by kraymer
-
fix format identifiers mismatch2006-11-07, by kraymer
-
Initial (partially, about 40%) translation.2006-11-07, by voroshil
-
Fix MacIntel build: "/nop" is illegal on Apple's older version of GAS2006-11-07, by gpoirier
-
Remove remnants of long-gone libfame.2006-11-06, by diego
-
Bugfix: when copying ass_force_style_list, ending 0 was left out.2006-11-06, by eugeni
-
typo2006-11-06, by diego
-
output cosmetics2006-11-06, by diego
-
Synced to 3.11.20062006-11-06, by jheryan
-
Calculate text bounding box in a way that does not depend on actual glyph2006-11-06, by eugeni
-
Don't let the program speak as 'I'.2006-11-06, by diego
-
Remove hackish setting of extra libraries through --enable-static=-lfoo,2006-11-06, by diego
-
Remove deprecated install-path option.2006-11-06, by diego
-
spelling/grammar/wording/consistency for the help output2006-11-06, by diego
-
WIN32 was already being set from config.h.2006-11-05, by diego
-
Fix index-based seeking in audio-only files, fixes bug #6212006-11-05, by reimar
-
printf->mp_msg2006-11-05, by rtogni
-
fix typo (noticed by jerome.ferrari lappis com)2006-11-05, by kraymer
-
r20696: add MSGTR_MPDEMUX_MKV for demux_mkv.c2006-11-05, by voroshil
-
Add -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 to CFLAGS like upstream does.2006-11-05, by diego
-
Initial partial translation of man page2006-11-05, by voroshil
-
Initialize fontconfig in VFCTRL_INIT_EOSD handler.2006-11-05, by eugeni
-
r20699: Missing <option> tag2006-11-05, by voroshil
-
Fix comment, it's 'sowt', not 'swot' ('twos' reversed)2006-11-05, by reimar
-
Fix tdfx-related copy + paste typos, patch by Ville Skyttä, ville.skytta iki fi.2006-11-05, by diego
-
Cosmetics: indentation fix.2006-11-05, by eugeni
-
Fix compilation: forgotten mp_msg.h include2006-11-05, by reimar
-
Fix an obvious typo.2006-11-05, by eugeni
-
printf ->mp_msg2006-11-05, by rtogni
-
Fix the following compiler warnings:2006-11-05, by eugeni
-
Do not use abort()2006-11-05, by rtogni
-
better wording for "workarounding"2006-11-05, by kraymer
-
MSGTRs for demux_avi.c2006-11-05, by kraymer
-
Add 4XM audio.2006-11-05, by diego
-
Synced with r207052006-11-05, by torinthiel
-
r20696: add MSGTR_MPDEMUX_MKV for demux_mkv.c2006-11-05, by kraymer
-
spellfix and improvement suggested by Wanderer2006-11-05, by nicodvb
-
some fixes for latest demux_mkv messages2006-11-05, by kraymer
-
Unify ./configure script handling2006-11-05, by torinthiel
-
Better URL markup2006-11-05, by torinthiel
-
Better wording, especially if hyperlinks are not visible2006-11-05, by torinthiel
-
Remove ugly indentation in <screen> tags2006-11-05, by torinthiel
-
Don't break a paragraph in a middle of a thought2006-11-05, by torinthiel
-
A bunch of missing <systemitem class="library"> tags2006-11-05, by torinthiel
-
Missing <option> tag2006-11-05, by torinthiel
-
better wording for note about utf-82006-11-05, by kraymer
-
note for translators to use utf-8 encoding for help_mp files and xml docs2006-11-05, by kraymer
-
add MSGTR_MPDEMUX_MKV for demux_mkv.c2006-11-05, by kraymer
-
synced with r206932006-11-05, by Gabrov
-
fix overly long line2006-11-05, by kraymer
-
markup fix2006-11-05, by kraymer
-
version bump, no changes made2006-11-05, by kraymer
-
Partial sync w/ en/mplayer.1 (6)2006-11-05, by kraymer
-
consistency/grammar2006-11-05, by diego
-
synced with r205862006-11-05, by Gabrov
-
Split too long line into a number of small one2006-11-05, by voroshil
-
Always respect w and h params to mpcodecs_config_vo over2006-11-05, by reimar
-
r20682: punctuation, full stop -> comma2006-11-05, by voroshil
-
(cosmetics) remove unneeded tabs2006-11-05, by torinthiel
-
reccomend the usage of :tsaf with :format=dvd in -mpegopts2006-11-05, by nicodvb
-
mention :tsaf on every instance of -mpegopts format=dvd2006-11-05, by nicodvb
-
punctuation, full stop -> comma2006-11-05, by torinthiel
-
Remove empty variable.2006-11-05, by diego
-
output cosmetics2006-11-05, by diego
-
Fix some echo -n occurrences, patch by sci-fi@hush.ai.2006-11-05, by diego
-
synced with r206772006-11-04, by Gabrov
-
cosmetics: reformatted with only tabs2006-11-04, by nicodvb
-
use calloc() instead of malloc()2006-11-04, by nicodvb
-
nonsense removal: compare old and new frequency in order to skip tuning2006-11-04, by nicodvb
-
Corrigendum 12006-11-04, by michael
-
Hack around Windows focus problem with -vo gl2006-11-04, by reimar
-
ass renderer absolutely needs readable target mpi.2006-11-04, by reimar
-
Remove completely useless cursor variable.2006-11-04, by reimar
-
Add FFmpeg fraps video decoder.2006-11-04, by diego
-
More precise bounding box calculation for karaoke effects.2006-11-04, by eugeni
-
Dummy EnumDisplaySettingsA, required by frapsvid.dll 2.8.12006-11-04, by rtogni
-
convert DOCS/xml/hu to UTF-82006-11-04, by kraymer
-
SHOULD not -> SHOULD NOT2006-11-04, by ods15
-
intro2006-11-04, by michael
-
Clarify state of openal ao.2006-11-04, by reimar
-
Extended/reworked fontconfig test to work without pkg-config with versions2006-11-04, by reimar
-
changed email address2006-11-04, by henry
-
no real change needed for r206572006-11-04, by voroshil
-
Sync with r206372006-11-04, by torinthiel
-
Synced with r206582006-11-04, by torinthiel
-
(cosmetics) Unify and clarify blank lines usage2006-11-04, by torinthiel
-
Move "and" to end of list, improves grammar2006-11-04, by torinthiel
-
update for r206542006-11-04, by henry
-
pass the interlacing info to the filter chain2006-11-04, by henry
-
fix quantizer export for interlaced video2006-11-04, by henry
-
Prefer microsoft-specific charmaps to all other.2006-11-03, by eugeni
-
don't set the resolution for dvr-ms files: in the asf headers it seems to2006-11-03, by nicodvb
-
Streamline and simplify internal vs external libdvdread handling.2006-11-03, by diego
-
remove charset files (all of them are in UTF-8 now anyway)2006-11-03, by kraymer
-
attempt to fix the unbound future frame issue with keyframes on the muxer side2006-11-03, by michael
-
Document ao_openal.2006-11-03, by diego
-
2nd try for a keyframe definition2006-11-03, by michael
-
partial sync2006-11-03, by gpoirier
-
Introduce MSGT_ASS, use it for all libass messages.2006-11-03, by eugeni
-
no real change need for r20586, updating sync tag2006-11-03, by voroshil
-
add missing tag update2006-11-03, by voroshil
-
r20637:libmpdvdkit no longer exists.2006-11-03, by voroshil
-
r20620: better description for -correct-pts2006-11-03, by kraymer
-
r20571: cvidix tricks2006-11-03, by kraymer
-
fix typo2006-11-03, by kraymer
-
keyframe definition2006-11-03, by michael
-
libmpdvdkit no longer exists.2006-11-03, by diego
-
I'm effectively maintaining libdvdcss and libdvdread.2006-11-03, by diego
-
main header typo2006-11-03, by michael
-
move file up so its found first, this probably improves readability2006-11-03, by michael
-
libmpdvdkit2 --> libdvdcss2006-11-03, by diego
-
libmpdvdkit2 --> libdvdread2006-11-03, by diego
-
libmpdvdkit2 --> libdvdread, it just contains libdvdread now.2006-11-03, by diego
-
Remove stray line.2006-11-03, by diego
-
Move libdvdcss into its own subdirectory.2006-11-03, by diego
-
Remove useless/redundant SYS_LINUX and _REENTRANT defines from CFLAGS.2006-11-03, by diego
-
Remove useless default target.2006-11-03, by diego
-
Move the rest of the config.h parameters to the Makefile.2006-11-03, by diego
-
Remove HAVE_MPLAYER check, we unconditionally compile with HAVE_MPLAYER set.2006-11-03, by diego
-
bump version number2006-11-03, by diego
-
Remove options not present in upstream config.h.in.2006-11-03, by diego
-
Sync some cosmetics from upstream.2006-11-03, by diego
-
typo, roff markup2006-11-03, by diego
-
better description for -correct-pts2006-11-03, by uau
-
Implement loading subtitles from memory.2006-11-03, by eugeni
-
Bugfix: sub_recode could deallocate global sub_cp under some circumstances.2006-11-03, by eugeni
-
- random fixes2006-11-03, by torinthiel
-
Partial sync w/ en/mplayer.1 (5).2006-11-03, by kraymer
-
Synced with r206142006-11-03, by torinthiel
-
another missing <application>2006-11-02, by torinthiel
-
Support backspace for -vo gl/gl2 under Windows2006-11-02, by reimar
-
remove accidential ';' (that's what too much C programming does to you ;-) )2006-11-02, by reimar
-
Check for existence of libcdio_paranoia, not libcdio, since the former is2006-11-02, by reimar
-
Useless break in libcdio pkg-config check2006-11-02, by reimar
-
Remove spurious $_inc_tmp in libcdio check2006-11-02, by reimar
-
convert remaining help files to UTF-82006-11-02, by kraymer
-
Add support for conversions from the rgb565 and rgb555 formats2006-11-02, by lucabe
-
Rework binary codec directory handling. Don't use directories from other2006-11-01, by diego
-
More code shuffling2006-11-01, by reimar
-
cosmetics: move WIN32 read_toc code to allow for summarizing more common2006-11-01, by reimar
-
qp height should be in macroblocks, not pixels2006-11-01, by henry
-
Do not mix declarations and statements.2006-11-01, by diego
-
Avoid code duplication for "last" toc entry.2006-11-01, by reimar
-
simplify/unify read_toc2006-11-01, by reimar
-
Factor out common code in stream_cddb read_toc function.2006-11-01, by reimar
-
some non russian/english characters (in people's names) copypasted from english page.2006-11-01, by voroshil
-
Remove useless code2006-11-01, by reimar
-
libcdio also needs to link against libcdio_paranoia2006-11-01, by reimar
-
ARCH_X86 simplifications2006-11-01, by reimar
-
Use common define for x86_32 and x86_64.2006-11-01, by diego
-
mp3lib asm does not compile on AMD64.2006-11-01, by reimar
-
Support for recent changes to ARCH_X86 handling in FFmpeg.2006-11-01, by diego
-
Proper libcdio detection also without pkg-config2006-11-01, by reimar
-
proper Subversion-speak for revision numbers2006-11-01, by diego
-
- Translated up to r20162 by Misiek y_0rk3r#tlen,pl with fixes by me2006-11-01, by torinthiel
-
Missing comma added2006-11-01, by torinthiel
-
The col utility eats non-ASCII characters without the -p option it seems.2006-11-01, by diego
-
cosmetics: Reformat section.2006-11-01, by diego
-
paragraph about groff and UTF-82006-11-01, by diego
-
gcc optimized != 0 check for extern function away, thus linking2006-11-01, by reimar
-
encoding is now UTF-82006-11-01, by diego
-
libdvdcss r202, my patch was committed upstream.2006-11-01, by diego
-
Typo: lseek --> lseek64, the former is not used in the code.2006-11-01, by diego
-
trivial sync with r205512006-11-01, by voroshil
-
Do not modify parsed command-line values on config,2006-11-01, by reimar
-
Test proper linking for cdda/cdio2006-11-01, by reimar
-
Sync r20551 and some wording fixes2006-10-31, by torinthiel
-
Bump sync tag, r205512006-10-31, by torinthiel
-
Revert broken encoding translation2006-10-31, by torinthiel
-
Typo fix: missing "get".2006-10-31, by corey
-
cvidix tricks, based on a patch by Reimar2006-10-31, by diego
-
Fix codec directory fallback, it was overriding the autodetection.2006-10-31, by diego
-
update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO2006-10-31, by kraymer
-
Add copyright holders, mostly synced from the Debian package.2006-10-31, by diego
-
precise location for dvbstream2006-10-31, by diego
-
CVS -> SVN for FFmpeg, add pnm implementation from xine.2006-10-31, by diego
-
uCIFS is gone, URL update.2006-10-31, by diego
-
Implement proper codecs directory fallback.2006-10-31, by diego
-
remove outdated encoding comments2006-10-31, by kraymer
-
--with-codecsdir --> --codecsdir2006-10-31, by diego
-
--with-codecsdir --> --codecsdir2006-10-31, by diego
-
Rename all codecs directory options.2006-10-31, by diego
-
r20534: An example of using -vf ass.2006-10-31, by kraymer
-
Run dirclean instead of clean on distclean, this way we only need to2006-10-31, by diego
-
:Little typo2006-10-31, by jheryan
-
Synced to 26.10.2006 with respect to later utf-8 conversion.2006-10-31, by jheryan
-
Unification of linker option handling, part 1 of many.2006-10-31, by diego
-
CFLAGS are not necessary for linking.2006-10-31, by diego
-
convert some unmaintained help_mp-* files to UTF-82006-10-31, by kraymer
-
convert help_mp-ru.h from koi8-r to UTF-82006-10-31, by voroshil
-
convert DOCS/xml/en and help_mp-en.h to UTF-82006-10-31, by kraymer
-
100l to me for not checking properly, really fix pkg-config detection now.2006-10-31, by diego
-
10l, use a pkg-config parameter that makes it return 0...2006-10-31, by diego
-
Test for the existence of pkg-config, fixes Bugzilla #553.2006-10-31, by diego
-
Cygwin linking fix.2006-10-30, by diego
-
printf -> mp_msg2006-10-30, by rtogni
-
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-82006-10-30, by kraymer
-
Update from IMC and realrtsp auth2006-10-30, by rtogni
-
Realrtsp authentication2006-10-30, by rtogni
-
convert DOCS/xml/es and help/help_mp-es.h* to UTF-82006-10-30, by kraymer
-
Explain the risks of forcing options with --enable-* in a way that is2006-10-30, by diego
-
convert DOCS/xml/pl and help/help_mp-pl* to UTF-82006-10-30, by kraymer
-
Intel Music Coder decoding via lavc2006-10-30, by rtogni
-
Remove special output for outdated SDL. It's doubtful such old versions still2006-10-30, by diego
-
convert DOCS/fr and help/help_mp-fr.* to UTF-82006-10-30, by kraymer
-
misc fixes by Sheldon Jin (jinsh2 yahoo com)2006-10-30, by diego
-
wording/roff fix2006-10-30, by diego
-
An example of using -vf ass.2006-10-30, by eugeni
-
better wording for MSGTR_MENU_None2006-10-30, by kraymer
-
Also detect static fontconfig when pkg-config is not installed2006-10-30, by reimar
-
convert DOCS/de from ISO-8859-1 to UTF-82006-10-30, by kraymer
-
convert DOCS/ru from koi8r to UTF-82006-10-30, by voroshil
-
fix "iconv: illegal input sequence" error2006-10-30, by kraymer
-
Add a parameter to enable colorized console output.2006-10-30, by diego
-
Fix libmpdvdkit2 linking on Mac OS X.2006-10-30, by diego
-
Remove redundant variable setting.2006-10-30, by diego
-
Make libmpdvdkit2 compilation slightly more consistent with the other modules.2006-10-30, by diego
-
a previous commit introduced a bug that prevented tables2006-10-29, by nicodvb
-
Fix possible crash: negative values may no be passed to render_one_glyph2006-10-29, by reimar
-
simplified assignment of subtitles stream in ts_parse()2006-10-29, by nicodvb
-
Handle windows path separator in filesel menu.2006-10-29, by reimar
-
disable nonworking/broken code for now till I find out what it is supposed to do.2006-10-29, by reimar
-
Revert r20517.2006-10-29, by eugeni
-
Move ass_library initialization code to ass_mp.c.2006-10-29, by eugeni
-
Copy the following functions to libass to avoid dependency on the rest of mplayer:2006-10-29, by eugeni
-
Add VIDEOMEMORY_SIZE define to allow to easily change it.2006-10-29, by reimar
-
Prevent segfault if video codec init fails2006-10-29, by rtogni
-
Warn about vo_gl scaled-osd broken with -ass2006-10-29, by reimar
-
Fix width -> orig_width typo.2006-10-29, by eugeni
-
Don't set PlayResX for plaintext subtitles.2006-10-29, by eugeni
-
Add \N at the end of each subtitle line when converting from subdata.2006-10-29, by eugeni
-
Make sure we do not read beyond end of subtitle packet2006-10-29, by reimar
-
realloc subtitle buffers since subcp_recode might have decreased their size.2006-10-29, by reimar
-
Quick hack to implement percent-based seeking, also fixes seeking with gmplayer2006-10-29, by reimar
-
Factor out common cdda stuff from cdio and cdparanoia tests.2006-10-29, by reimar
-
handle broken ts packets before parsing the rest2006-10-29, by nicodvb
-
Support new flac-in-ogg, fixes bug #2292006-10-29, by reimar
-
cosmetics: reformatted after previous commit2006-10-29, by nicodvb
-
1000l: fixed broken handling of the adaption field - part 22006-10-29, by nicodvb
-
fixed mishandling of stream_read() (it doesn't necessarily return -1 in case of error)2006-10-29, by nicodvb
-
ts_parse() move section handling after stream_read() rather than repeating it2006-10-29, by nicodvb
-
Add some <application> tags.2006-10-29, by diego
-
Always initialize and destroy ass_library.2006-10-29, by eugeni
-
Partially synced with en/mplayer.1 (3).2006-10-28, by kraymer
-
removed useless check: when is_start is set the size of the payload2006-10-28, by nicodvb
-
fix some wordings2006-10-28, by kraymer
-
in ts_parse() centralized stream_read()+stream_skip(); smaller and cleaner2006-10-28, by nicodvb
-
Libass interface reworked:2006-10-28, by eugeni
-
r20477: Add missing parenthesis2006-10-28, by kraymer
-
r20440: Add ASS subtitle rendering options to gui.2006-10-28, by kraymer
-
Add svn versions for rc12006-10-28, by rtogni
-
Cleanup/simplify nsv check_file function.2006-10-28, by reimar
-
readability cosmetics2006-10-28, by nicodvb
-
unconditionally assign the language code when available;2006-10-28, by nicodvb
-
Better check for non-broken NSVf-header to avoid incorrect detection.2006-10-28, by reimar
-
If HAVE_FONTCONFIG is not defined, font_fontconfig might be declared both2006-10-28, by reimar
-
indentation fix2006-10-28, by ods15
-
reformatted ts_parse() after previous commit2006-10-28, by nicodvb
-
make vf_geq read whitespace in equation param2006-10-28, by ods15
-
removed unreachable code (when len=pes_parse2() returns 0)2006-10-28, by nicodvb
-
10l: fixed misplaced adaption field check2006-10-28, by nicodvb
-
removed commented crc32 code; I'll eventualy reuse the one in lavu2006-10-28, by nicodvb
-
slight simplifications2006-10-28, by nicodvb
-
Add missing parenthesis. Patch by Andrew Savchenko, Bircoph <at> list <dot> ru.2006-10-28, by corey
-
clarify pts related stuff2006-10-28, by michael
-
Partial sync with en/mplayer.1 (2)2006-10-27, by kraymer
-
Add a note about charset configuration to the Apache section.2006-10-27, by diego
-
remove unused variable2006-10-27, by ods15
-
cosmetic, reindentation, tab removal2006-10-27, by ods15
-
update vf_geq to new ff_eval API2006-10-27, by ods15
-
100l, forgotten "no" for nouse-filedir-conf caused "-use-filedir-conf"2006-10-27, by reimar
-
synced with r204682006-10-27, by Gabrov
-
synced with r204452006-10-27, by Gabrov
-
Add missing fontconfig_done() call.2006-10-27, by eugeni
-
Sync with Debian package.2006-10-27, by diego
-
"-o -" -> use stdout2006-10-27, by michael
-
Add cmov detection to configure2006-10-27, by iive
-
Fix translation inconsistencies, noticed by Torinthiel.2006-10-27, by voroshil
-
Split ass_configure() into several smaller functions.2006-10-26, by eugeni
-
Fix a multitude of roff errors and warnings.2006-10-26, by diego
-
various orthography and wording fixes2006-10-26, by kraymer
-
r20426: -chapter works with dvd:// and dvdnav://2006-10-26, by kraymer
-
r20412: Fix some inconsistencies pointed out by Torinthiel.2006-10-26, by kraymer
-
Improve translation of autogenerated labels2006-10-26, by torinthiel
-
Clearly state that main.xml is generated2006-10-26, by torinthiel
-
sync r203412006-10-26, by torinthiel
-
sync w/ r20440, patch by Sheldon Jin2006-10-26, by gpoirier
-
r20379: Remove doubled -dvd-device information.2006-10-26, by voroshil
-
Transtale a skipped title2006-10-26, by torinthiel
-
r20355: typo2006-10-26, by voroshil
-
sync r204492006-10-25, by torinthiel
-
Typo fix2006-10-25, by torinthiel
-
add two missing checks - PATCH by Karolina Lindqvist AT kramnet-se2006-10-25, by reynaldo
-
sync r204422006-10-25, by torinthiel
-
Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com2006-10-25, by gpoirier
-
finally document -correct-pts2006-10-25, by ods15
-
fix linking issue on PPC64 with 64bits userland, patch by Markus Rothe markus A unixforces P net2006-10-25, by gpoirier
-
Sync with upstream r201.2006-10-25, by diego
-
Remove confusing and probably wrong paragraph about libdvdcss.2006-10-25, by diego
-
Sync with upstream r201.2006-10-25, by diego
-
Add ASS subtitle rendering options to gui.2006-10-25, by eugeni
-
Microsync, just to keep documentation building2006-10-24, by torinthiel
-
sync r204122006-10-24, by torinthiel
-
sync r204012006-10-24, by torinthiel
-
Fix single-black-pixel-in-upper-left-corner bug (how do people notice a single2006-10-24, by reimar
-
Add proper flv fourcc2006-10-24, by reimar
-
Sync one more warning fix from upstream libdvdcss.2006-10-24, by diego
-
Sync warning fixes from upstream libdvdcss.2006-10-24, by diego
-
Remove modification notice from unmodified file.2006-10-24, by diego
-
Sync cosmetics from upstream libdvdcss.2006-10-24, by diego
-
nother --disable-loader -> --disable-win32 fix.2006-10-24, by reimar
-
Add WMVA FourCC to ffvc1, patch by Peter Lemenkov, lemenkov gmail com.2006-10-24, by diego
-
Add md5.[ch] to the list of files.2006-10-24, by diego
-
16-bit grayscale support2006-10-24, by kostya
-
-chapter works with dvd:// and dvdnav://2006-10-23, by nicodvb
-
support for -chapter option (same semanthics as for dvd://)2006-10-23, by nicodvb
-
synced with r204232006-10-23, by Gabrov
-
simplified code to handle titleset transition (removed useless assignment)2006-10-23, by nicodvb
-
spell fix2006-10-23, by nicodvb
-
don't play any other title other than N when N is specified (with dvdnav://N)2006-10-23, by nicodvb
-
sync w/ r204192006-10-23, by gpoirier
-
Yet some more CVS->CVS2006-10-23, by gpoirier
-
sync w/ r204172006-10-23, by gpoirier
-
s/DarwinPorts/MacPorts/2006-10-23, by gpoirier
-
Allow lowercase letters in AVI stream id, fixes bug #2772006-10-23, by reimar
-
Proper detection of corresponding MPlayer image format for X server format for vo_x11.2006-10-23, by reimar
-
Set aspect information in yuv4mpeg2006-10-23, by reimar
-
Properly set EXTRALIBS2006-10-23, by lucabe
-
Fix some inconsistencies pointed out by Torinthiel.2006-10-23, by diego
-
r20399: Remove bio2jack from list of required software.2006-10-23, by kraymer
-
Remove a declaration-after-statement warning.2006-10-23, by diego
-
sync w/ r204082006-10-23, by gpoirier
-
swap telecine and pulldown, typo noticed by RC2006-10-23, by gpoirier
-
Add sync tag, patch by Sheldon Jin, jinsh2 yahoo com.2006-10-23, by diego
-
synced with r204052006-10-23, by Gabrov
-
man/hu/mplayer.1 synced with r203752006-10-23, by Gabrov
-
Remove -fno-PIC check from configure and put -fPIC back at the beginning2006-10-23, by diego
-
add missing dots as in r203282006-10-23, by gpoirier
-
it's "die Syntax" not "der Syntax"2006-10-23, by attila
-
<replaceable> tags aren't needed in literal example2006-10-23, by torinthiel
-
Remove bio2jack from list of required software.2006-10-22, by diego
-
Replace $() by the slightly more portable ``.2006-10-22, by diego
-
r20392: misc fixes2006-10-22, by kraymer
-
r20379: Remove doubled -dvd-device information.2006-10-22, by kraymer
-
misc fixes2006-10-22, by diego
-
Some more spelling fixes2006-10-22, by torinthiel
-
sync w/r203752006-10-22, by gpoirier
-
sync w/r203792006-10-22, by gpoirier
-
sync w/r203412006-10-22, by gpoirier
-
sync w/r203612006-10-22, by gpoirier
-
sync w/r203612006-10-22, by gpoirier
-
Update Andrew Weber's Email address.2006-10-22, by diego
-
Sync r20379 + small fixes2006-10-22, by torinthiel
-
FFmpeg dv decoder can also output in 422P format.2006-10-22, by reimar
-
Remove doubled -dvd-device information.2006-10-22, by torinthiel
-
grammar/wording fixes2006-10-22, by diego
-
r20369: Warn about dangers of -use-filedir-conf option2006-10-22, by kraymer
-
capitalization at beginning of sentence2006-10-22, by kraymer
-
remove mkdir warnings2006-10-22, by kraymer
-
only a few lines remain missing2006-10-22, by reynaldo
-
Final changelog update for rc1 release2006-10-22, by rtogni
-
Warn about dangers of -use-filedir-conf option2006-10-22, by rtogni
-
Require latest version of codecs.conf2006-10-22, by rtogni
-
remove outdated reference to "tvout-voodoo"; fixes compilation2006-10-22, by kraymer
-
Consistency fix: use "signed long long" for int_fast64_t instead of2006-10-22, by reimar
-
IPv6 tests for the presence of AF_INET6 but not struct sockaddr_in6. Glibc 2.02006-10-22, by diego
-
r20352: fix XviD spelling. replace some old DivX5's.2006-10-22, by voroshil
-
Provide fallback definition for uint_fast64_t as well.2006-10-22, by diego
-
r20358: Make documentation links point to the online version.2006-10-22, by kraymer
-
remove some DivX version numbers2006-10-22, by kraymer
-
cosmetics: Fix indentation after last commit.2006-10-22, by diego
-
Do not check for the existence of LIRC devices during autodetection.2006-10-22, by diego
-
Make documentation links point to the online version.2006-10-22, by diego
-
synced with r20355 (increased sync tag after typo fix in English master file)2006-10-22, by Gabrov
-
synced with r203522006-10-22, by Gabrov
-
typo2006-10-22, by diego
-
synced with r201912006-10-22, by Gabrov
-
fix "typo"2006-10-22, by kraymer
-
fix XviD spelling2006-10-22, by kraymer
-
synced with r203502006-10-22, by Gabrov
-
if no stream could be muxed flush_buffers() returns 0: prevents while(1) stall at the end2006-10-22, by nicodvb
-
man/hu/mplayer.1 synced with 203362006-10-22, by Gabrov
-
r20341: Remove obsolete parts, some updates.2006-10-22, by kraymer
-
Do not forget to clear subtitles when switching files for embedded subtitles.2006-10-21, by reimar
-
x264: don't enable turbo in the middle pass of a 3pass encode. (broke in r20060)2006-10-21, by lorenm
-
sync w/r203362006-10-21, by gpoirier
-
r20318: capitalization fixes, add missing dots to sentences2006-10-21, by voroshil
-
Avoid crash after "AVI: No audio stream found -> no sound." message,2006-10-21, by reimar
-
change DOCS/html references to German translation2006-10-21, by kraymer
-
Remove obsolete parts, some updates.2006-10-21, by diego
-
Try playing files with wrong wav header length, fixes riff_broken_hrdlen.wav2006-10-21, by reimar
-
Add a call to x264enc_set_param in config, otherwise mencoder -ovc x2642006-10-21, by reimar
-
fixed sync tag2006-10-21, by kraymer
-
r20317: Greatly simplify synopsis roff markup and add a bit of consistency.2006-10-21, by kraymer
-
escape -mf2006-10-21, by kraymer
-
Remove #ifdef HAVE_FLAC, it was never needed and nowadays is never defined.2006-10-21, by reimar
-
Do not use sh_audio->wf values if they are definitely invalid2006-10-21, by reimar
-
Add flac twocc2006-10-21, by reimar
-
added a ". ..." line before gmplayer2006-10-21, by ptt
-
little fix, sorry2006-10-21, by ptt
-
sync with r203172006-10-21, by ptt
-
some random fixes (wording, spelling..)2006-10-21, by kraymer
-
add German translation of codecs.xml2006-10-21, by kraymer
-
Don't forget to apply scaling coefficients to kerning values.2006-10-20, by eugeni
-
Cosmetics: indentation fix indentation broken by last two demuxer.c commits2006-10-20, by reimar
-
Fix opening of demuxers without check_file function, broken by r20309.2006-10-20, by reimar
-
make any parse error in -x264encopts fatal2006-10-20, by lorenm
-
sync w/ r203212006-10-20, by gpoirier
-
--enable-external-faad doesn't exist any more2006-10-20, by kraymer
-
\, escaping2006-10-20, by michael
-
sync w/r203182006-10-20, by gpoirier
-
capitalization fixes, add missing dots to sentences2006-10-20, by kraymer
-
Greatly simplify synopsis roff markup and add a bit of consistency.2006-10-20, by diego
-
Add fallback on the (undocumented) x86-64 -march option in2006-10-20, by diego
-
Add gmplayer to list of ignored files.2006-10-19, by diego
-
sync w/ 200542006-10-19, by gpoirier
-
Temporary hotfix: Move -fPIC after OPTFLAGS so that -fno-PIC gets overridden.2006-10-19, by diego
-
Simplify OBJS handling.2006-10-19, by diego
-
sync w/ 203102006-10-19, by gpoirier
-
Remove stray line.2006-10-19, by diego
-
Try other demuxers if open() fails.2006-10-19, by reimar
-
Fix center of rotation calculation. It was overly complex and2006-10-19, by eugeni
-
r20183: Recommend gcc 4.x on PowerPC2006-10-19, by voroshil
-
r20288: vf uspp description: it now uses snow, not mpeg42006-10-19, by kraymer
-
sync with r20295, patch by Francois Badier %frabad A gmail P com%2006-10-19, by gpoirier
-
What is the meaning of the numbers on the status line during the encoding process?2006-10-19, by gpoirier
-
make -passlogfile work with x264 again (broke in r20060)2006-10-19, by lorenm
-
Center of rotation depends on alignment.2006-10-18, by eugeni
-
Support separate rotation angle for each glyph.2006-10-18, by eugeni
-
Move base point calculation to a separate function. Will be reused soon.2006-10-18, by eugeni
-
Cosmetics: remove commented code.2006-10-18, by eugeni
-
redone subcp_recode: get rid of static buffer, skip lines that failed to2006-10-18, by reimar
-
Fix a typo in collision detection code.2006-10-18, by eugeni
-
typo fix2006-10-18, by ptt
-
sync w/ r197382006-10-18, by gpoirier
-
sync with r202882006-10-18, by ptt
-
sync w/ r202882006-10-18, by gpoirier
-
sync w/ r200832006-10-18, by gpoirier
-
more updates on chinese translation2006-10-18, by kraymer
-
This file is not modified from the upstream version,2006-10-17, by diego
-
fixed corner case previously mishandled: don't play an audio only stream when2006-10-17, by nicodvb
-
vf uspp description: it now uses snow, not mpeg42006-10-17, by lorenm
-
Add configure switch to enable fixed-pointed mode of internal libfaad2.2006-10-17, by diego
-
typo fixes2006-10-17, by diego
-
s/vo_osd_changed/vo_osd_changed_flag2006-10-17, by syrjala
-
Round buffer width and height to 16 pixels.2006-10-17, by syrjala
-
rewording of config file usage2006-10-17, by kraymer
-
r20257: Disable loading of file-specific configuration file from the same2006-10-17, by kraymer
-
sync w/202802006-10-17, by gpoirier
-
remove me=3 leftover (x264)2006-10-17, by kraymer
-
mention new -use-filedir-conf option in general config description2006-10-17, by kraymer
-
sync with 202772006-10-17, by gpoirier
-
Update x264 option names that changed with r200602006-10-16, by lorenm
-
bilinear interpolation2006-10-16, by michael
-
Remove an outdated debug message.2006-10-16, by eugeni
-
200 byte is too little2006-10-16, by michael
-
sync up to r20265 + some li'l fix2006-10-16, by ptt
-
generic equation filter2006-10-16, by michael
-
sync w/ r197152006-10-16, by gpoirier
-
Woops, forgot to bump sync tag2006-10-16, by gpoirier
-
Sync w/ 202602006-10-16, by gpoirier
-
Skip -march tests for values that are aliases of already tested values.2006-10-16, by diego
-
li'l fix2006-10-16, by ptt
-
Remove unused variable.2006-10-16, by diego
-
small grammar fix2006-10-16, by diego
-
sync w/ r202572006-10-16, by gpoirier
-
r202372006-10-16, by gpoirier
-
libdv may depend on libpthread.2006-10-16, by diego
-
Update x264 option names that changed with r200602006-10-16, by gpoirier
-
sync with r201322006-10-16, by gpoirier
-
fix multiple instances of -x264encopts on the commandline (broke in r20060)2006-10-15, by lorenm
-
Disable loading of file-specific configuration file from the same2006-10-15, by rtogni
-
Implement AOPLAY_FINAL_CHUNK support for dshow and win32 out.2006-10-15, by reimar
-
r20254: bump date, small consistency fix2006-10-15, by kraymer
-
bump date, small consistency fix2006-10-15, by diego
-
escape - (bobdeint)2006-10-15, by kraymer
-
as anounced, just some cleaning, purely janitorial changes2006-10-15, by reynaldo
-
Move "Play CD/DVD/VCD/SVCD" submenu generation to right-click handling2006-10-15, by reimar
-
Implement bob (pseudo?) deinterlacing for xvmc.2006-10-15, by reimar
-
r20237: Escape some more - signs.2006-10-15, by kraymer
-
man/hu/mplayer.1 synced with r202372006-10-15, by Gabrov
-
convert chinese man page to UTF-82006-10-15, by kraymer
-
Support new realaudio codec names2006-10-15, by rtogni
-
Remove Linux test from DirectFB check, it runs on some BSD systems at least.2006-10-15, by diego
-
syn with r20043, Patch by Emmanuel Turlay %bluesmanu AH gmail P com%2006-10-15, by gpoirier
-
strcat->strcpy simplification2006-10-15, by reimar
-
Actually convert sync tag to subversion style (and found out that this file is WAY outdated)2006-10-15, by gpoirier
-
Set SetErrorMode to make sure no dialog box will pop up when no disk in CD/DVD drive.2006-10-15, by reimar
-
Bump sync tag, remove useless FIXME2006-10-15, by gpoirier
-
missing console messages are (also) replaced by English versions2006-10-15, by kraymer
-
update mailman links2006-10-15, by kraymer
-
Escape some more - signs.2006-10-15, by diego
-
Remove bogus warning about missing font.2006-10-15, by diego
-
Fix timestamps for streams where kf_base gets negative2006-10-15, by rtogni
-
Sebastian now coordinates translations, some cosmetics.2006-10-15, by diego
-
Sync with FFmpeg r6700.2006-10-15, by diego
-
Fix crash because of last_glyph < first_glyph, probably caused by first line2006-10-15, by reimar
-
cosmetics: indentation2006-10-15, by kraymer
-
Implement -noidx since index can use quite a bit of memory, esp. when using valgrind.2006-10-15, by reimar
-
Remove test for framebuffer device from DirectFB check.2006-10-15, by diego
-
Sync with r201912006-10-15, by voroshil
-
sync with r201912006-10-15, by kraymer
-
synced with r201762006-10-15, by Gabrov
-
Remove removed/renamed files.2006-10-15, by diego
-
Add standard svn:eol-style and svn:keywords properties, remove svn:executable.2006-10-15, by diego
-
synced with r201832006-10-15, by Gabrov
-
synced with r201942006-10-15, by Gabrov
-
Deleting formats.xml and users-vs-dev.xml.2006-10-15, by Gabrov
-
synced with r200832006-10-15, by Gabrov
-
during stream detection always parse ts_probesize bytes (even with -nosound set),2006-10-15, by nicodvb
-
hurried pre-release update, partially synced with r201912006-10-14, by reynaldo
-
as per request, fullscreen and mute options have been added to the context menus.2006-10-14, by vayne
-
Create proper define for DFBMGA.2006-10-14, by diego
-
Remove senseless DIRECTFBVERSION check, we require 0.9.13+ anyway.2006-10-14, by diego
-
Remove intrinsics check, they are no longer used in FFmpeg.2006-10-14, by diego
-
Remove unused ABS define2006-10-14, by reimar
-
Sync mail-lists.xml removal.2006-10-14, by diego
-
Use = instead of == for extra portability.2006-10-14, by diego
-
Use = instead of == for extra portability.2006-10-14, by diego
-
Zerofill libass static variables during initialization.2006-10-14, by eugeni
-
Free FT_Stroker during libass deinitialization.2006-10-14, by eugeni
-
r20189: Some more consistency for the -pvr options, typo.2006-10-14, by kraymer
-
r20191: slight overall verbosity reduction2006-10-14, by kraymer
-
Remove useless assignements, thanks reimar for noticing them2006-10-14, by rtogni
-
Fix typo in sub_delay external specification.2006-10-13, by eugeni
-
Remove dead code (condition can obviously never be true)2006-10-13, by reimar
-
bails out if cdparanoia can't read cd (avoid lockup)2006-10-13, by ben
-
Shorten decoder works now with MPlayer2006-10-13, by reimar
-
FFmpeg Shorten audio decoder2006-10-13, by diego
-
litle bug, didn't compile :(2006-10-12, by ptt
-
sync'd with r201912006-10-12, by ptt
-
some minor fixes & sync to r201942006-10-12, by ptt
-
some little consistency fixes2006-10-12, by ptt
-
updates, grammar/spelling2006-10-12, by diego
-
Changlog updated with help of svn log2006-10-12, by reimar
-
slight overall verbosity reduction2006-10-12, by diego
-
r20172: Update paragraph about libdvdcss and libdvdread.2006-10-12, by voroshil
-
Some more consistency for the -pvr options, typo.2006-10-12, by diego
-
10l, used MSGTR_Unknown instead of lang in mp_property_audio2006-10-12, by reimar
-
simplify mp_property_sub2006-10-12, by reimar
-
r20183: Recommend gcc 4.x on PowerPC.2006-10-12, by kraymer
-
Cosmetics for previous mplayer.c patch2006-10-12, by reimar
-
Simplify mp_property_audio2006-10-12, by reimar
-
Recommend gcc 4.x on PowerPC.2006-10-12, by diego
-
Cosmetics2006-10-12, by reimar
-
strncpy->strlcpy2006-10-12, by reimar
-
Remove useless return; at end of function2006-10-12, by reimar
-
Simplify demux_mkv_get_sub_lang2006-10-12, by reimar
-
r20132: little typo fixes2006-10-12, by kraymer
-
r20176: small consistency/format fix2006-10-12, by kraymer
-
small consistency/format fix2006-10-12, by kraymer
-
initial import of cd-dvd.xml (german translation)2006-10-12, by kraymer
-
modifications pointed out by reimar doffinger2006-10-12, by ptt
-
Merge the two libdvdcss/libdvdread paragraphs.2006-10-12, by diego
-
Update paragraph about libdvdcss and libdvdread.2006-10-12, by diego
-
Check for maeomo-specific libraries (Nokia 770).2006-10-12, by diego
-
Use MOUSE_BTN0 instead of MOUSE_BASE for consistency with other vo drivers.2006-10-12, by diego
-
Rename ABS macro to FFABS.2006-10-11, by diego
-
11l (...)2006-10-11, by kraymer
-
little suffix fixes2006-10-11, by ptt
-
d'oh, missing " broke compilation2006-10-11, by kraymer
-
Remove old hack to search for .ar and VIDO, we know where they are2006-10-11, by rtogni
-
gcc 2.95 fix2006-10-11, by ods15
-
r20162: added OSD audio switching visualization2006-10-11, by kraymer
-
added OSD audio switching visualization2006-10-11, by ptt
-
More possible memleaks.2006-10-11, by reimar
-
Avoid memleak on error while reading attachments or multiple2006-10-11, by reimar
-
Remove duplicate min/max macro definition.2006-10-11, by diego
-
Sync with FFmpeg r6642.2006-10-11, by diego
-
Make the socklib check search gethostbyname/socket in libc.2006-10-11, by diego
-
Streamline socklib check.2006-10-11, by diego
-
Remove download script; no longer used in the official Debian package candidate.2006-10-11, by diego
-
Move CFLAGS handling to common.mak.2006-10-11, by diego
-
Run TOOLS/cpuinfo on x86_64 as well as x86.2006-10-11, by diego
-
Change == to = in test comparisons for better portability.2006-10-10, by diego
-
Change occurrences of "(int)*(void **)arg" to "*(int *)arg".2006-10-10, by uau
-
Allows up to 8 bytes of extradata for cmsg242006-10-10, by rtogni
-
Fix extradata lenght when adding cmsg24 data2006-10-10, by rtogni
-
Cleanup: remove some old commented out skips2006-10-10, by rtogni
-
Fix misdetection of http://samples.mplayerhq.hu/tta/tivo_misdetect.tta as TiVo file2006-10-10, by reimar
-
Simplify (by using realloc with NULL parameter) and refactor code to grow2006-10-10, by reimar
-
Fix problems on live streams with huge timestamps, causing overflows and2006-10-09, by rtogni
-
Reduce margins for plaintext subtitles.2006-10-09, by eugeni
-
Free track->language before assigning new value2006-10-09, by reimar
-
Missing (in close function)/misplaced free for track structure itself.2006-10-09, by reimar
-
Free track data if error occurs while reading trackentry2006-10-09, by reimar
-
indentation fixes.2006-10-09, by vayne
-
Free track encodings on error or demuxer close2006-10-09, by reimar
-
added a simple timer to hide the mouse when in fullscreen mode.2006-10-09, by vayne
-
replace malloc+memset by calloc2006-10-09, by reimar
-
Remove cast of realloc result missed in last patch2006-10-09, by reimar
-
Remove unneeded casts for malloc/realloc calls2006-10-09, by reimar
-
removed unused definitions2006-10-09, by ptt
-
little typo fixes2006-10-09, by ptt
-
done! sync'ed with r20061, hoping not to have written 'strafalcioni'2006-10-09, by ptt
-
sync'ed with r193612006-10-09, by ptt
-
Create target for mplayer-rc.o so that it is not rerun unconditionally.2006-10-09, by diego
-
-endpos option added in changelog2006-10-09, by ptt
-
sync'ed with r199792006-10-09, by ptt
-
sync'ed with (last) cvs 1.2562006-10-09, by ptt
-
sync'ed with cvs (yet) 1.2492006-10-09, by ptt
-
sync'ed with cvs (yet) 1.2432006-10-08, by ptt
-
synced with r200612006-10-08, by Gabrov
-
Fixes2006-10-08, by rathann
-
reinit codec chain when aspect ratio and/or resolution change2006-10-08, by nicodvb
-
synced with r201192006-10-08, by Gabrov
-
List dfbmga and directfb in _novomodules.2006-10-08, by syrjala
-
Fix DirectFB version check. The old code simply concatenated the2006-10-08, by syrjala
-
sync with r19979, patch by Sheldon Jin % jinsh2 AH yahoo.com %2006-10-08, by gpoirier
-
Remove spurious casts to int. Blessed by Reimar.2006-10-08, by rathann
-
Cosmetics: remove lone (evil ;-) ) tab2006-10-08, by reimar
-
Disable linking mplayer with mp3lame when --disable-encoder=mp3lame is2006-10-08, by rathann
-
Support for detection of extended instructions on ARM.2006-10-08, by diego
-
Remove outdated/misleading comment about WavPack and libavformat.2006-10-08, by diego
-
Avoid crash with fontconfig 2.3.9x (as shipped with SuSE 10.1, FcDirScan is broken)2006-10-08, by reimar
-
added myself to AUTHORS, as diego told me on 2006/09/26 :-)2006-10-08, by ptt
-
WavPack files contain a complete, valid RIFF tag, so use extension (.wv)2006-10-08, by reimar
-
a + b => (a + b) for defines, just to be sure.2006-10-08, by reimar
-
Avoid memleak when calling parse_obj_params only for syntax-checking (dst == NULL)2006-10-08, by reimar
-
Forgotten http_free on send error.2006-10-08, by reimar
-
Add support for TTA and WavPack.2006-10-08, by diego
-
Another != NULL check after dereferencing2006-10-08, by reimar
-
Fix variable dereference before NULL check.2006-10-08, by reimar
-
Useless initialization, they will be always set for result != 02006-10-08, by reimar
-
Cosmetics: consistent order for en-/disabled codecs list2006-10-07, by reimar
-
Change license headers to say 'FFmpeg' instead of 'this program'.2006-10-07, by diego
-
r20083: Unify labels of two solutions to similar problems.2006-10-07, by kraymer
-
cosmetics: reformatting, aligning2006-10-07, by kraymer
-
r20085: fix FIXME: move history to appendix2006-10-07, by kraymer
-
Remove special warning printed when VIDIX is disabled2006-10-07, by uau
-
Sync with latest BUILD_ROOT changes in FFmpeg.2006-10-07, by diego
-
Replace -I.. by -I$(BUILD_ROOT).2006-10-07, by diego
-
print bits/s, not bytes/s2006-10-06, by ivo
-
Print current DVD title as ID_DVD_CURRENT_TITLE.2006-10-06, by corey
-
add gcc-4.x to the list of compilers displayed2006-10-06, by gpoirier
-
EOSD performance debugging info.2006-10-06, by reimar
-
- missing space before '('2006-10-06, by torinthiel
-
sync r200852006-10-06, by torinthiel
-
r20080: (cosmetics) add some empty lines to improve readability.2006-10-06, by voroshil
-
workaround redefinition of object_type as prev(object_type)+12006-10-05, by nicodvb
-
fix FIXME: move history to appendix2006-10-05, by kraymer
-
sync r200832006-10-05, by torinthiel
-
Unify labels of two solutions to similar problems.2006-10-05, by torinthiel
-
Missing space before '('2006-10-05, by torinthiel
-
Remove unnecessary </itemizedlist><itemizedlist>,2006-10-05, by torinthiel
-
(cosmetics) add some empty lines to improve readability2006-10-05, by torinthiel
-
Sync 200742006-10-05, by torinthiel
-
Simplify: replace malloc + memset 0 by calloc2006-10-05, by reimar
-
Fix demux_demuxers seeking if the video demuxer does not set2006-10-05, by reimar
-
Implement absolute and percent-based seek2006-10-05, by reimar
-
Add ASS subtitles to the subtitles file chooser dialog.2006-10-05, by diego
-
Sync with FFmpeg r6563.2006-10-05, by diego
-
Simplify test program build.2006-10-05, by diego
-
Remove stray $ from sync tag.2006-10-05, by diego
-
Synced to 2.10.20062006-10-05, by jheryan
-
Convert sync tags to Svn revision numbers (except encoding-guide.xml for now)2006-10-05, by gpoirier
-
Synced with 2.10.20062006-10-05, by jheryan
-
Synced with 2.10.20062006-10-05, by jheryan
-
Warn about x264encopts new parser which breaks 3rd party tools2006-10-05, by gpoirier
-
r20061: document new x264 options through r579. (ssim, interlaced, deadzone_intra/inter)2006-10-05, by kraymer
-
Fix build failure2006-10-05, by gpoirier
-
sync with r200512006-10-05, by torinthiel
-
r20054: Remove outdated/duplicate parts from the SDL section.2006-10-05, by voroshil
-
r19592: grammar/wording/markup fixes (was missed, due to wrong sync tag in r19637 commit)2006-10-05, by voroshil
-
document new x264 options through r579. (ssim, interlaced, deadzone_intra/inter)2006-10-05, by lorenm
-
Test programs depend on $(LIB).2006-10-05, by diego
-
Detect sse/2 on intel mac, Valtteri Vuorikoski(vuori@sci.fi)2006-10-05, by nplourde
-
FFmpeg uses -D_ISOC9X_SOURCE and not -D_GNU_SOURCE in CFLAGS.2006-10-04, by diego
-
r20054: Remove outdated/duplicate parts from the SDL section.2006-10-04, by kraymer
-
Also ignore shared libraries.2006-10-04, by diego
-
Remove outdated/duplicate parts from the SDL section.2006-10-04, by diego
-
Mark ao_sdl as SDL-only.2006-10-04, by diego
-
Add SDL-specific keys.2006-10-04, by diego
-
some reformatting2006-10-04, by diego
-
synced with r200492006-10-04, by Gabrov
-
Partial sync to r20024, more to follow (hopefully soon)2006-10-04, by torinthiel
-
r20041: Add IDs to some examples/tables.2006-10-04, by kraymer
-
Fix russian docs build error, caused by my r20046 commit2006-10-04, by voroshil
-
r20041: Add IDs to some examples/tables.2006-10-04, by voroshil
-
r19979: after a long time, finally i could add -endpos option to mplayer2006-10-04, by kraymer
-
r19979: added MSGTR_MPEndposNosizeBased string2006-10-04, by voroshil
-
Fix hz vs Hz typo.2006-10-04, by diego
-
Remove unused files.2006-10-04, by diego
-
Add IDs to some examples/tables.2006-10-04, by diego
-
Remove cs_test and swscale-example on clean.2006-10-04, by diego
-
Remove redundant EXTRALIBS declaration.2006-10-04, by diego
-
Simplify compilation call by using $(EXTRALIBS).2006-10-04, by diego
-
Fix warnings:2006-10-04, by diego
-
Fix warnings:2006-10-04, by diego
-
Make sync tags consistent.2006-10-04, by diego
-
Remove stray $ from sync tags.2006-10-04, by diego
-
Remove outdate, obsolete and inflammatory rants section made in r19973 of English doc2006-10-04, by gpoirier
-
warn the user to disable the cache when playing dvdnav streams2006-10-04, by nicodvb
-
Add a note about checking XML documentation build.2006-10-04, by diego
-
r20028: faacopts :object is in the range 1..4, not 0..32006-10-04, by kraymer
-
Comment out sections that break the build.2006-10-04, by diego
-
faacopts :object is in the range 1..4, not 0..32006-10-04, by nicodvb
-
Recent updates, to r 200242006-10-04, by torinthiel
-
Remove bogus #ifndef WORDS_BIGENDIAN.2006-10-04, by diego
-
The language code for Norwegian Bokmal is nb, not no.2006-10-04, by diego
-
make some global var static (fix a build failure with shared lib on x86_64)2006-10-03, by aurel
-
make PSNR printing more consistent with other encoders2006-10-03, by corey
-
Sync with FFmpeg r6543.2006-10-03, by diego
-
Fix unused variable warning when compiling with MMX disabled.2006-10-03, by diego
-
remove trailing periods in listing, insert dashes for "MPEG n"s2006-10-03, by kraymer
-
r20008: correct parameter value case for -pvr vmode option2006-10-03, by kraymer
-
Simplify and optimize bitmap blending.2006-10-02, by eugeni
-
Fix make install. 10l for Diego.2006-10-02, by rathann
-
Compile fix for odd versions of binutils, namely the ones in Fedora.2006-10-01, by gpoirier
-
Add support for "Safer Mode Extensions", "Supplemental SSE3", "Direct Cache Access"2006-10-01, by gpoirier
-
Add copyright notice and vim/emacs comments to libass and vf_ass.c.2006-10-01, by eugeni
-
Work around ln limitations on MinGW.2006-10-01, by diego
-
Remove unused variables.2006-10-01, by diego
-
Reset demuxer->sub (consistently with audio and video) after seeking and at the end2006-10-01, by nicodvb
-
Fixed typos and some translation errors.2006-10-01, by voroshil
-
Fix broken parse_time_size, it would cause MPlayer to parse its parameter twice,2006-09-29, by reimar
-
correct parameter value case for -pvr vmode option2006-09-29, by ben
-
Remove another duplicate and useless ;2006-09-29, by reimar
-
Remove useless trailing ';'2006-09-29, by gpoirier
-
Convert strings to comments since they're never used,2006-09-29, by gpoirier
-
Do not compile with -DDEBUG by default.2006-09-29, by diego
-
Fix #ifdef indentation.2006-09-29, by diego
-
bug fix for replaying files when double clicking in the playlist.2006-09-28, by vayne
-
in case of errors after decoding quit the main decoding2006-09-27, by nicodvb
-
updated en and fr man pages with changes introduced by new pvr layer2006-09-27, by ben
-
updated ChangeLog due to new pvr handling2006-09-27, by ben
-
Sync section removal.2006-09-27, by diego
-
fixes by jerome ferrari2006-09-27, by gpoirier
-
Lots of fixes by Jerome Ferrari2006-09-27, by gpoirier
-
Some fixes by Jerome Ferrari2006-09-27, by gpoirier
-
Add support for YUVJ formats2006-09-27, by lucabe
-
Fix longstanding drag and drop bug: Only n-1 files get played when n files2006-09-27, by diego
-
r19974: Update gcc section. Some rewording.2006-09-27, by voroshil
-
r19973: Remove outdate, obsolete and inflammatory rants section.2006-09-27, by voroshil
-
r19975: Also mention sysctl for adjusting RTC settings.2006-09-27, by kraymer
-
cosmetics: reformatting, aligning2006-09-27, by kraymer
-
r19973: Remove outdate, obsolete and inflammatory rants section2006-09-27, by kraymer
-
r19979: after a long time, finally i could add -endpos option to mplayer..2006-09-27, by kraymer
-
vo_caca: use the pre-1.x compatibility layer so recent2006-09-26, by corey
-
Add matroska v2 (SimpleBlock) support.2006-09-25, by eugeni
-
cosmetic renames because pvr support will soon be less ivtv driver dependant2006-09-25, by ben
-
sync up to rev.191342006-09-25, by ptt
-
nit: Subversion revision numbers are referenced as r12345.2006-09-25, by diego
-
after a long time, finally i could add -endpos option to mplayer executable.2006-09-25, by ptt
-
sync'd up to rev.185702006-09-25, by ptt
-
sync'd up to (yet) CVS rev.1.1289 thanks to translation by daniele forghieri2006-09-25, by ptt
-
cosmetics2006-09-24, by diego
-
Also mention sysctl for adjusting RTC settings.2006-09-24, by diego
-
Update gcc section, some rewording.2006-09-24, by diego
-
Remove outdate, obsolete and inflammatory rants section.2006-09-24, by diego
-
Cosmetics: add some comments.2006-09-24, by eugeni
-
Shadow support in libass.2006-09-24, by eugeni
-
Remove version.h on distclean.2006-09-24, by diego
-
Remove copy and paste error from FFmpeg sync, MPlayer does not support2006-09-24, by diego
-
Free memory in ass_synth_done().2006-09-24, by eugeni
-
interpolate real fps of dvr-ms files using the extended stream properties.2006-09-24, by nicodvb
-
Make fill_buffer function check for stream eof, fixes hang at eof (bug #580)2006-09-24, by reimar
-
Improve swscale-example to test conversions between all the possible2006-09-24, by lucabe
-
simplifications, any error from libnut is fatal2006-09-23, by ods15
-
sync to new libnut2006-09-23, by ods15
-
Reduce size of non-blurred bitmaps.2006-09-23, by eugeni
-
Cosmetics. Change indentation of block of code to make it consistent with2006-09-23, by eugeni
-
Missing part of previous patch to demux_real.c (revision 19958)2006-09-23, by reimar
-
move video memory info printf before the WIN32 workaround2006-09-23, by faust3
-
int->unsigned to avoid crash to sign extension, partially fixes bug #5802006-09-23, by reimar
-
Cosmetics and comments.2006-09-23, by rik
-
Patch by Karolina Lindqvist <karolina.lindqvist@kramnet.se>2006-09-23, by rik
-
Update with more mime types.2006-09-23, by diego
-
Avoid buffer overflow: memory has do be allocated accordingly when overwriting a string!2006-09-23, by reimar
-
Do not assign constant string to audio_driver_list, it is supposed2006-09-23, by reimar
-
Fix the sound mute switch in the GUI menu by moving the corresponding2006-09-23, by diego
-
Fix audio stream switching with demux_mkv:2006-09-23, by reimar
-
verbosity--;2006-09-23, by diego
-
when changing chapter, in the osd print the channel number in a more natural form:2006-09-23, by nicodvb
-
Add forgotten emms which caused weird bugs like nan pts values.2006-09-23, by reimar
-
Better fix_outline implementation. No more "fix_outline failed" messages,2006-09-23, by eugeni
-
Fix width -> orig_width typo causing subtitles to be too far to the right2006-09-22, by reimar
-
Whitespace-only cosmetics2006-09-22, by reimar
-
Aggregate multiple small EOSD textures into one large since hundreds of2006-09-22, by reimar
-
Cosmetics: move curtex++ out of for () into code body, needed for coming patch2006-09-22, by reimar
-
use eosdDispList != 0 to check if eosd should be drawn instead of eosdtexCnt > 02006-09-22, by reimar
-
Make genEOSD behaviour with NULL data more explicit2006-09-22, by reimar
-
Modify clearEOSD to make experimenting easier2006-09-22, by reimar
-
remove useless zero-initialization code.2006-09-22, by reimar
-
Move calculation of text parameters (number of lines, height, etc.) from2006-09-22, by eugeni
-
Move variable declaration to a more deeply nested block. It is not used outside of it.2006-09-22, by eugeni
-
Add missing conversion from IMGFMT_I420 to PIX_FMT_YUV420P.2006-09-22, by corey
-
synced to 14.9.20062006-09-22, by jheryan
-
r19927: Fix typos noticed by Paul TT.2006-09-22, by kraymer
-
remove some unbreakable lines roff errors.2006-09-22, by gpoirier
-
better rounding for audio_delay_fix in muxer_avi.c2006-09-22, by ods15
-
sync up to (yet) CVS rev. 1.12602006-09-22, by ptt
-
Try .mxf with libavformat first, works around a too greedy mpeg-demuxer2006-09-22, by reimar
-
Fix compilation if HAVE_MMX is defined but NAMED_ASM_ARGS isn't2006-09-22, by reimar
-
synced with r199272006-09-22, by gpoirier
-
Fix typos noticed by Paul TT.2006-09-22, by diego
-
cosmetics2006-09-22, by diego
-
Cosmetics: fix indentation after last commit.2006-09-21, by eugeni
-
Fix FT_Stroker use in libass. The previous variant ended up with 0-width2006-09-21, by eugeni
-
In r19831, font size multiplier was mistakenly applied to border width.2006-09-21, by eugeni
-
Add conversion from IMGFMT_Y8 to PIX_FMT_GRAY82006-09-21, by lucabe
-
change help_mp-de.h charset to UTF-82006-09-21, by kraymer
-
made file-static new_dvdnav_stream() and dvdnav_stream_read()2006-09-20, by nicodvb
-
removed definitions of no more used or file-static functions2006-09-20, by nicodvb
-
introduced new MP_CMD_DVDNAV_MOUSECLICK command (bound to mouse0);2006-09-19, by nicodvb
-
removed old dvdnav_event definitions2006-09-19, by nicodvb
-
show in the osd the number of the button selected by the mouse2006-09-19, by nicodvb
-
removed dead code2006-09-19, by nicodvb
-
Іnitial button value is -1. Only (button>0) is a correct button selection.2006-09-19, by jonas
-
removed mention of dvdnav_event2006-09-19, by nicodvb
-
Sort events by ReadOrder (if both layer and start time are equal).2006-09-19, by eugeni
-
Set ReadOrder values for external subtitles.2006-09-19, by eugeni
-
Calculate text bounding box in such way that it does not depend on the height2006-09-19, by eugeni
-
Remove just the targets, not the original codecs.2006-09-19, by diego
-
Cosmetics: fix indentation after last commit.2006-09-19, by eugeni
-
Don't call FcDirScan/FcDirSave with FontConfig >= 2.4.2006-09-19, by eugeni
-
sync with r198812006-09-19, by gpoirier
-
Allow shared libavcodec, but explain the implications.2006-09-19, by rathann
-
Add (if applicable) footnote to binary codecs in the feature list.2006-09-18, by rathann
-
fix for disabling screensaver when in fullscreen mode while using the sub window.2006-09-18, by vayne
-
demuxer->movi_end is updated after ds_fill_buffer(),2006-09-18, by nicodvb
-
permit seeking to 0: there's no reason to prevent it2006-09-18, by nicodvb
-
in the previous commit I forgot to set s->end_pos=02006-09-18, by nicodvb
-
at titleset change call update_title_len() to reset stream->end_pos2006-09-18, by nicodvb
-
don't seek until dvdnav_get_position() returns something meaningful2006-09-18, by nicodvb
-
Fix a stupid bug in list concatenation.2006-09-18, by eugeni
-
synced with r198952006-09-18, by Gabrov
-
When the hardware sample format is AC3, do not force using an hardcoded2006-09-18, by cladisch
-
Replace preprocessor hacks to work around compilers not supporting named2006-09-18, by diego
-
When one of the PCM configuration function in init() fails, abort2006-09-18, by cladisch
-
configure should fall back on -mcpu=pentium4 if -mcpu=prescott2006-09-18, by diego
-
Replace silly compilation shell scripts by a simple Makefile.2006-09-18, by diego
-
Fix compilation, too few arguments to fputs.2006-09-18, by diego
-
Fix stupid use of multiplication to check signs which fails because of2006-09-18, by uau
-
Restore original copyright notice as found in xine and xine-mms where this2006-09-18, by diego
-
fix "groff comment issue" (' at beginning of line)2006-09-18, by kraymer
-
r19881: Shorten scale filter parameter names to avoid excessive line length.2006-09-18, by kraymer
-
Add hint about how to check man pages for markup errors.2006-09-18, by diego
-
Add --disable-dvdnav to help output.2006-09-18, by diego
-
roff markup fixes2006-09-18, by diego
-
Shorten scale filter parameter names to avoid excessive line length.2006-09-18, by diego
-
synced with r198792006-09-17, by Gabrov
-
Reduce code duplication in init_render_context().2006-09-17, by eugeni
-
Remove the dependency of libswscale on img_format.h2006-09-17, by lucabe
-
better description of set_mouse_pos.2006-09-17, by nicodvb
-
Use PIX_FMT_* instead of IMGFMT_* when calling sws_getContext()2006-09-17, by lucabe
-
Fix the PIX_FMT_* ---> IMGFMT_* conversion (PIX_FMT_RGB32 is IMGFMT_BGR32)2006-09-17, by lucabe
-
Remove outdated graphics cards recommendations and fix wrong GTK dependency.2006-09-17, by diego
-
Reword the font section to be a bit more descriptive.2006-09-17, by diego
-
more appropriate translation for INTERACTIVE CONTROL2006-09-17, by kraymer
-
r19865: Wording improvements, document only one half of -mouse-movements flag option.2006-09-17, by kraymer
-
translation by Vladimir Voroshilov, voroshil gmail com2006-09-17, by voroshil
-
conditional declerations are unnecessary2006-09-17, by ods15
-
conditional declerations are unnecessary2006-09-17, by ods15
-
Add demux_nut to MPlayer repo2006-09-17, by ods15
-
Remove obsolete font generator Gimp plugin.2006-09-16, by diego
-
Wording improvements, document only one half of -mouse-movements flag option.2006-09-16, by diego
-
minor wording/spelling changes2006-09-16, by diego
-
The recent renaming of the gcc-checking switches to gcc-check was incomplete.2006-09-16, by diego
-
Subtract glyph bitmap from outline bitmap.2006-09-16, by eugeni
-
documented set_mouse_pos2006-09-16, by nicodvb
-
COSMETICS: fixed broken indentation2006-09-16, by nicodvb
-
documented -[no]mouse-movements2006-09-16, by nicodvb
-
when dvdnav is enabled associate MOUSE_BTN0 to dvdnav 6 (to simulate confirmation)2006-09-16, by nicodvb
-
removed superflous -I in the dvdnav section; patch by Timo Kanera - timo kanera de2006-09-16, by nicodvb
-
Add \be (blur edges) support to libass.2006-09-16, by eugeni
-
Make blur() public. Will be used in libass.2006-09-16, by eugeni
-
Store bitmap glyphs in a separate struct, instead of FreeType's internal buffer.2006-09-16, by eugeni
-
translation by Vladimir Voroshilov, voroshil gmail com2006-09-16, by voroshil
-
fix typos ("bytes" -> "Bytes")2006-09-16, by kraymer
-
Fixed missed sync tag, thanks to Andrew Savchenko2006-09-16, by voroshil
-
Change demuxer for "application/octet-stream" http streams from2006-09-15, by eugeni
-
don't uninit the video_out when using -fixed-vo; patch by Jonas Jermann2006-09-15, by nicodvb
-
disable multichannel mode, it never worked reliable2006-09-15, by faust3
-
r19839: Add repeated screenshot mode to vf_screenshot.2006-09-15, by kraymer
-
Add repeated screenshot mode to vf_screenshot.2006-09-15, by eugeni
-
Fix Irix build with gcc < 3.x, closes Bugzilla #572.2006-09-14, by diego
-
r19829: Improve TrueType font installation section2006-09-14, by voroshil
-
mmx implementation of yadif. 3.5x faster.2006-09-14, by lorenm
-
cosmetics (indentation)2006-09-14, by lorenm
-
cosmetics2006-09-14, by lorenm
-
r19832: remove leftover parenthesis2006-09-13, by kraymer
-
remove leftover parenthesis2006-09-13, by kraymer
-
Make font outline width proportional to movie resolution.2006-09-13, by eugeni
-
r19825: TrueType fonts now preferred over bitmap fonts, rewrite the font installation.2006-09-13, by kraymer
-
Improve TrueType font installation section.2006-09-13, by diego
-
Move subtitles and OSD section from the installation to the usage chapter.2006-09-13, by diego
-
Slightly restructure font installation section.2006-09-13, by diego
-
Move dvdcss.h to a dvdcss subdirectory, just like upstream libdvdcss does.2006-09-13, by diego
-
TrueType fonts now preferred over bitmap fonts, rewrite the font installation.2006-09-13, by diego
-
r19823: Remove mpsub section, the format is documented in DOCS/tech.2006-09-13, by kraymer
-
Remove mpsub section, the format is documented in DOCS/tech.2006-09-13, by diego
-
various fixes, rewording2006-09-13, by kraymer
-
r19820: Marillat packages binary codecs, not bitmap fonts.2006-09-13, by kraymer
-
Marillat packages binary codecs, not bitmap fonts.2006-09-13, by diego
-
Don't explain how to install bitmap fonts, use TrueType fonts instead.2006-09-13, by diego
-
Fix r19815: mkv_d->duration could be assigned an uninitialized value.2006-09-13, by eugeni
-
Fix seeking in Matroska files with non-default TimecodeScale value.2006-09-12, by eugeni
-
Fix block duration calculation in mkv demuxer.2006-09-12, by eugeni
-
Fix movie duration calculation in case when TimecodeScale element comes after2006-09-12, by eugeni
-
* remove extern definitions of functions in .c files2006-09-12, by attila
-
r19809: link fix: The codecs page was merged into the download page2006-09-12, by voroshil
-
r19810: Remove bogus and outdated codecs installation section.2006-09-12, by kraymer
-
r19809: link fix: The codecs page was merged into the download page.2006-09-12, by kraymer
-
Remove bogus and outdated codecs installation section.2006-09-12, by diego
-
link fix: The codecs page was merged into the download page.2006-09-12, by diego
-
Support for variable fps OGM files, blessed by Moritz.2006-09-12, by diego
-
Move conditional compilation to the build system.2006-09-12, by diego
-
r19801: Mailing list page URL changed.2006-09-12, by kraymer
-
r19799: ability to pass channel name (not only number) to radio_set_channel2006-09-12, by kraymer
-
Fix missing link change from previous commit2006-09-12, by voroshil
-
No real change for r19801: already have correct url2006-09-12, by voroshil
-
add support for vp6 in flash2006-09-12, by aurel
-
Mailing list page URL changed.2006-09-11, by diego
-
Avoid division by zero DEMUXER_CTRL_GET_PERCENT_POS with only one frame by just2006-09-11, by reimar
-
ability to pass channel name (not only number) to radio_set_channel2006-09-11, by voroshil
-
some typos fixed2006-09-11, by voroshil
-
r19793: Fixes suggested by the Wanderer2006-09-11, by voroshil
-
Clarify binary codecs section.2006-09-11, by diego
-
Many translation and typo fixes.2006-09-11, by voroshil
-
separate independant clauses with a semicolon, as suggested by The Wanderer2006-09-10, by gpoirier
-
Fixes suggested by The Wanderer2006-09-10, by gpoirier
-
r19779: RTC is no longer the default timing method2006-09-10, by voroshil
-
synced with r197902006-09-10, by Gabrov
-
grammar fix2006-09-10, by diego
-
Some more hints for binary packagers.2006-09-10, by diego
-
small wording/spelling fixes2006-09-10, by diego
-
keypad 7 returns to nearest dvdnav menu2006-09-10, by nicodvb
-
KP7 bound to dvdnav 7 (previous menu)2006-09-10, by nicodvb
-
permit to select previous dvdnav menu, in the order chapter->title->root2006-09-10, by nicodvb
-
reassigned to KEY_KP? the dvdnav bindings used in input.conf2006-09-09, by nicodvb
-
VP50 and VP62 support via lavc2006-09-09, by rtogni
-
in mp_dvdnav_handle_input() assign the currently selected button, shown in the OSD by main()2006-09-09, by nicodvb
-
RTC is no longer the default timing method.2006-09-09, by diego
-
mention dvdnav keys bindings2006-09-09, by nicodvb
-
mention that 'h' and 'k' work with dvb input, too2006-09-09, by nicodvb
-
added unallocated keys to navigate the dvdnav menus2006-09-09, by nicodvb
-
unconditionally include label goto_enable_cache (to be used next by dvdnav)2006-09-09, by nicodvb
-
Add proper GPL headers.2006-09-09, by diego
-
r19767: Remove outdated hint about patching kernel sources.2006-09-09, by voroshil
-
if no track number specified play the whole disc, or the menus can't be shown at start2006-09-09, by nicodvb
-
FFmpeg VMware video codec2006-09-09, by diego
-
Remove outdated hint about patching kernel sources.2006-09-09, by diego
-
fix broken term_osd output in update_osd_msg()2006-09-09, by gpoirier
-
r19760: remove trailing slash from link2006-09-09, by voroshil
-
-nortc is now the default, document -rtc instead. Change the description2006-09-09, by uau
-
Disable rtc timing by default.2006-09-09, by uau
-
increased revision tag after typo fix in English faq.xml (synced with r19760)2006-09-08, by Gabrov
-
remove trailing slash from link2006-09-08, by Gabrov
-
Remove useless extern declaration of nortc which is a static variable in2006-09-08, by uau
-
DOCS/xml/hu synced with r197572006-09-08, by Gabrov
-
man/hu/mplayer.1 synced with r197512006-09-08, by Gabrov
-
translation by Vladimir Voroshilov, voroshil gmail com2006-09-08, by voroshil
-
Sections structure synced with english pages.2006-09-08, by voroshil
-
Removed outdated file. Content moved to documentation.xml.2006-09-08, by voroshil
-
r19751: Abit of doc about dvdnav support in MPlayer, ...2006-09-08, by voroshil
-
Fixes suggested by Diego2006-09-08, by gpoirier
-
Add a bit of doc about dvdnav support in MPlayer, and why you may want to use it.2006-09-08, by gpoirier
-
rename formats.xml into containers.xml2006-09-08, by gpoirier
-
r19738: formats.xml --> containers.xml, the chapter was renamed long ago.2006-09-08, by kraymer
-
r19742: Remove reference to nvidia-opinions section, it's completely outdated.2006-09-08, by kraymer
-
19737: Remove 404 NuppelVideo link.2006-09-08, by kraymer
-
r19738: formats.xml --> containers.xml, chapter wa renamed long ago2006-09-08, by voroshil
-
r19739: readvcd link fix2006-09-08, by voroshil
-
r19737: Remove 404 NuppelVideo link.2006-09-08, by voroshil
-
r19736: Remove references to obsolete font generators and 404 links.2006-09-08, by voroshil
-
Remove reference to nvidia-opinions section, it's completely outdated.2006-09-07, by diego
-
Remove reference to gcc-296 section, it's very outdated now.2006-09-07, by diego
-
Remove tvout-voodoo section that only consists of one broken link.2006-09-07, by diego
-
readvcd link fix2006-09-07, by diego
-
formats.xml --> containers.xml, the chapter was renamed long ago.2006-09-07, by diego
-
Remove 404 NuppelVideo link.2006-09-07, by diego
-
Remove references to obsolete font generators and 404 links.2006-09-07, by diego
-
r19733: (hopefully last) mplayer lists link fix2006-09-07, by kraymer
-
r19732: Mailing list descriptions are on homepage, remove from here2006-09-07, by voroshil
-
(hopefully last) mplayer lists link fix2006-09-07, by kraymer
-
Mailing list descriptions are on the homepage, remove from here.2006-09-07, by diego
-
Outdated file synced with r195892006-09-07, by voroshil
-
fixed wrong synced tag2006-09-07, by voroshil
-
r19687: Codecs page link fix, paragraph reworded2006-09-07, by voroshil
-
Made better translation of some phrases, typos fixed2006-09-07, by voroshil
-
Outdated file synced with r173222006-09-07, by voroshil
-
Add #include <limits.h>, fixes build on Solaris 8.2006-09-07, by diego
-
Outdated file synced with r197152006-09-06, by voroshil
-
ISO C90 warnings fixes2006-09-06, by vayne
-
updated missed sync tag2006-09-06, by voroshil
-
Bugfix: timing for empty karaoke words was lost, resulting2006-09-06, by eugeni
-
r19719: fix cpufreq link2006-09-06, by voroshil
-
Add support for POWER5 as found on IBM eServer OpenPower 7202006-09-06, by gpoirier
-
fix cpufreq link2006-09-06, by kraymer
-
r19715: fix some more mailman links2006-09-06, by voroshil
-
r19715: fix some more mailman links2006-09-06, by kraymer
-
replace tabs by spaces (more readable in std editor..)2006-09-06, by kraymer
-
fix some more mailman links2006-09-06, by kraymer
-
r19713: fix link to amigasoft.net2006-09-06, by kraymer
-
fix link to amigasoft.net2006-09-06, by kraymer
-
sync of existing (German) xml docs:2006-09-06, by kraymer
-
Outdated file synced with r189642006-09-06, by voroshil
-
Some more CVS --> Subversion changes, explain what to do with the sync tag2006-09-06, by diego
-
Add official GPL header to make license explicit as discussed on ffmpeg-devel.2006-09-06, by diego
-
better translation of some technical phrases, typos fixed2006-09-06, by voroshil
-
sync w/ r196882006-09-06, by gpoirier
-
r19685: Fix mailing list URLs.2006-09-06, by voroshil
-
Outdated file synced with r196852006-09-06, by voroshil
-
r19686: Remove the most outdated entries, small updates.2006-09-06, by voroshil
-
Added myself to MAINTAINERS2006-09-06, by voroshil
-
FFmpeg sync: Fall back on grep if svn client is not installed.2006-09-05, by diego
-
Use better resolution for pts computation.2006-09-05, by rtogni
-
Workaround for broken fonts with bad ascender/descender.2006-09-05, by eugeni
-
Change \fad behaviour so that it does not get cancelled by \r.2006-09-05, by eugeni
-
Simplification.2006-09-05, by eugeni
-
set svn:keywords and svn:eol-style properties for radio.xml2006-09-05, by kraymer
-
fix charset issues and a little wording2006-09-05, by kraymer
-
r19693: fix some typos2006-09-05, by kraymer
-
fix some typos2006-09-05, by kraymer
-
r19561: Clarify font load message.2006-09-05, by kraymer
-
my old email address is not really in use any more..2006-09-05, by kraymer
-
added radio.xml, patch by Christian Obst (christian_obst gmx net)2006-09-05, by kraymer
-
r19688: insert linebreak2006-09-05, by kraymer
-
insert linebreak2006-09-05, by kraymer
-
Codecs page link fix, paragraph reworded.2006-09-05, by diego
-
Remove the most outdated entries, small updates.2006-09-05, by diego
-
Fix mailing list URLs.2006-09-05, by diego
-
sync with r182472006-09-05, by diego
-
sync with r196772006-09-05, by diego
-
Remove reference to deleted divx4 section.2006-09-05, by diego
-
sync with r195872006-09-05, by diego
-
sync with r184262006-09-05, by diego
-
Remind packagers not to use deprecated codecs and skins paths.2006-09-04, by diego
-
Update binary codecs section.2006-09-04, by diego
-
lists.mplayerhq.hu URL fix, comment out mailing list search.2006-09-04, by diego
-
sync with r195872006-09-04, by diego
-
synced with r186062006-09-04, by diego
-
synced with r140242006-09-04, by diego
-
synced with r196202006-09-04, by diego
-
Experimental WVC1 decoding via lavc2006-09-04, by rtogni
-
Add -ass-styles man page entry.2006-09-04, by eugeni
-
Add vertical clipping for subtitles that were moved because of a collision.2006-09-04, by eugeni
-
Fix possible unallocated memory read in libass line wrapping code.2006-09-04, by eugeni
-
minor wording change2006-09-04, by diego
-
Add sws_getCachedContext(), which checks if context is valid or reallocs a new one instead.2006-09-04, by gpoirier
-
typo2006-09-03, by kraymer
-
Remove Alex from some maintainer positions that he no longer has.2006-09-03, by diego
-
Add note about translating in teams and taking over unmaintained translations.2006-09-03, by diego
-
Remove outdated references to CVS.2006-09-03, by diego
-
translation by Vladimir Voroshilov, voroshil gmail com2006-09-03, by diego
-
Workaround for live Real streams starting with nonzero pts2006-09-03, by rtogni
-
Apply -ass-force-style also to matroska plaintext subs.2006-09-03, by eugeni
-
Cosmetics: restore indentation after recent changes.2006-09-03, by eugeni
-
Add -ass-styles option. It allows to load styles from a file and use them2006-09-03, by eugeni
-
Fix last commit.2006-09-03, by eugeni
-
More checks in ass_render_event.2006-09-03, by eugeni
-
Remove unneeded variable.2006-09-03, by eugeni
-
Add some more mime types from the SUSE packman package.2006-09-03, by diego
-
small markup/grammar fix2006-09-03, by diego
-
ass-color and ass-border-color options.2006-09-03, by eugeni
-
Fix crash on DEMUXER_CTRL_SWITCH_AUDIO introduced by aid_vid_mismatch patch2006-09-03, by reimar
-
added missing reference to radio.xml2006-09-02, by Gabrov
-
Add support for rendering matroska plaintext subtitles with libass.2006-09-02, by eugeni
-
Matroska subtitles are always utf-8, no need to recode them.2006-09-02, by eugeni
-
Fix read beyond the end of allocated memory block.2006-09-02, by eugeni
-
Display track names in matroska files.2006-09-02, by eugeni
-
Don't sort events when reading external subs. With r19644, the order does not matter.2006-09-02, by eugeni
-
Better collision detection algorithm. The idea is to keep a subtitle in place2006-09-02, by eugeni
-
forgotten to pass the crc32 be2me_32()2006-09-02, by nicodvb
-
Remove some unused code.2006-09-02, by eugeni
-
Read layer info from external subs.2006-09-02, by eugeni
-
-lm needs to come before -laudio to avoid link errors in the NAS check.2006-09-02, by diego
-
synced with r196382006-09-02, by Gabrov
-
man/hu/mplayer.1 synced with r196352006-09-02, by Gabrov
-
Fix sync tag.2006-09-02, by diego
-
Set default svn:keywords and svn:eol-style properties.2006-09-02, by diego
-
DOCS/xml/hu synced with r196342006-09-02, by Gabrov
-
Set default svn:eol-style and svn:keywords properties.2006-09-02, by diego
-
new translation, synced with r173222006-09-02, by diego
-
Get rid of code I neither know nor use anymore.2006-09-02, by attila
-
sync with r195872006-09-02, by diego
-
Document (no)global x264 encoding option.2006-09-01, by diego
-
Add noglobal counterpart to the global flag.2006-09-01, by diego
-
Make \fr* parameter a floating point value.2006-09-01, by eugeni
-
Extract "application/x-font" attachments from matroska, in addition2006-09-01, by eugeni
-
adding myself to the files in relevant places2006-09-01, by rik
-
Patch from Karolina Lindqvist <karolina.lindqvist@kramnet.se>2006-09-01, by rik
-
Remove stray and superflous #ifdef checks.2006-09-01, by diego
-
fix build on some old 2.6 kernels, patch by Gernot Hillier2006-09-01, by ben
-
Update with current status.2006-09-01, by diego
-
wording/spelling cosmetics2006-09-01, by diego
-
The FSF changed postal address.2006-09-01, by diego
-
Add miniLZO and librtsp.2006-09-01, by diego
-
Bugfix: potential write of unallocated memory.2006-08-31, by eugeni
-
include forgotten limits.h2006-08-31, by nicodvb
-
Bugfix: wrong height value used in font size calculation.2006-08-31, by eugeni
-
Remove spurious line.2006-08-31, by diego
-
Check for requirements at configure-time, not at run-time.2006-08-31, by diego
-
Improve radio command descriptions.2006-08-31, by diego
-
Do not cast calloc/malloc results2006-08-31, by reimar
-
cosmetics: Fix ugly one-space indentation in radio check.2006-08-31, by diego
-
sync w/r195692006-08-31, by gpoirier
-
wording/markup fixes2006-08-31, by diego
-
r19606: documented -lavfdopts2006-08-31, by kraymer
-
mention -demuxer lavf in the dvb input section2006-08-30, by nicodvb
-
documented -lavfdopts2006-08-30, by nicodvb
-
split in 2 'horribly long line'2006-08-30, by nicodvb
-
added lavfdopts to pass options to libavformat2006-08-30, by nicodvb
-
make sure opt.h is present when detecting libavformat2006-08-30, by nicodvb
-
r19599: Improve radio section.2006-08-30, by kraymer
-
Avoid a potential strdup(NULL)2006-08-30, by rtogni
-
make the C code of the swscaler which i wrote LGPL2006-08-30, by michael
-
Improve radio section.2006-08-29, by diego
-
Change default font family and color for plain text subs.2006-08-29, by eugeni
-
complete range of frequencies for Ireland; patch by gmccullagh gmail com2006-08-29, by nicodvb
-
description of radio slave commands, copied from TV command descriptions :-)2006-08-29, by reimar
-
Bugfix: strdup of NULL value.2006-08-29, by eugeni
-
r19265: how to encode to PSP format (patch by Christian Obst, christian_obst gmx de)2006-08-29, by kraymer
-
grammar/wording/markup fixes2006-08-29, by diego
-
fixe some typos and formatting of -radio entry2006-08-29, by kraymer
-
Apply -ass-force-style also to tracks generated from subdata.2006-08-29, by eugeni
-
Fix build after radio commit, patch by Jindrich Makovicka.2006-08-29, by diego
-
fix build failure when ASS is disabled2006-08-28, by aurel
-
ftp.mplayerhq.hu --> upload.mplayerhq.hu2006-08-28, by diego
-
Cosmetics: reindent, remove tabs and break overlong lines.2006-08-28, by reimar
-
Cosmetics: fix indentation after last patch2006-08-28, by reimar
-
Hardware EOSD (ass) support.2006-08-28, by reimar
-
"global header" support, this is pretty much just copy and pasted code from2006-08-28, by michael
-
Add EOSD support to vf_vo.2006-08-28, by eugeni
-
Forgot that AUTHORS has multiple sections and ended up putting2006-08-28, by reimar
-
svn diff does not show files you forgot to add, so recommend of svn status, too2006-08-28, by reimar
-
Forgotten documentation part of radio support patch2006-08-28, by reimar
-
bug fix for starting gmplayer with -fs when using the sub window2006-08-28, by vayne
-
vo_colorkey change to avoid clashes with other black windows2006-08-28, by vayne
-
segfault fix2006-08-28, by michael
-
Radio support, patch by Vladimir Voroshilov (voroshil gmail com)2006-08-28, by reimar
-
Ignore '*' at the beginning of style name.2006-08-28, by eugeni
-
Fix font scaling taking margins into account.2006-08-28, by eugeni
-
Add missing backslashes.2006-08-28, by diego
-
sync with r195612006-08-28, by gpoirier
-
Add -(no)ass-use-margins option.2006-08-28, by eugeni
-
Synced to 25.8.20062006-08-28, by jheryan
-
Synced to 25.8.20062006-08-28, by jheryan
-
Synced to 25.8.20062006-08-28, by jheryan
-
live.com --> LIVE5552006-08-28, by diego
-
Move MLIB_LIB to COMMON_LIBS.2006-08-27, by diego
-
Cosmetics: fix indentation after r19562.2006-08-27, by eugeni
-
Transition effects support.2006-08-27, by eugeni
-
Clarify font load message.2006-08-27, by diego
-
Reenable some encoders even for MPlayer-only compilation, some filters need it.2006-08-27, by diego
-
Only add include flags if cc_check succeeded.2006-08-27, by diego
-
Remove XMMS_CFLAGS from CFLAGS, the variable is never set.2006-08-27, by diego
-
Clarify messages.2006-08-27, by diego
-
Zero fill ass_settings_t before use.2006-08-27, by eugeni
-
Mixed up from and to charsets in iconv open failure message.2006-08-27, by reimar
-
Make --with-x11libdir and --with-mlibdir consistent with --with-*libdir.2006-08-26, by diego
-
Remove superfluous --with-termcaplib option.2006-08-26, by diego
-
Add --extra-libs option to pass linker flags.2006-08-26, by diego
-
Simplify ass_glyph_cache_reset().2006-08-26, by eugeni
-
Fix mingw compilation2006-08-26, by reimar
-
Cosmetics: recommit patch changing return values to defines2006-08-26, by reimar
-
Recreate tcp.c as partial copy from network.c2006-08-26, by reimar
-
remove to allow readding as copy from network.c2006-08-26, by reimar
-
Get rid of demux_aid_vid_mismatch mess.2006-08-26, by reimar
-
Reset glyph cache on reconfigure.2006-08-26, by eugeni
-
Add right and left margins support to libass.2006-08-26, by eugeni
-
Remove --with-madlibdir option, it never worked anyway.2006-08-26, by diego
-
documented new slave mode commands2006-08-26, by ben
-
extended slave mode with metadata retrieval commands2006-08-26, by ben
-
added new helpers to allow easy metadata retrieval and make libmenu use them2006-08-25, by ben
-
updated sample of libmenu config file with latest improvements2006-08-25, by ben
-
Remove redundant variable that is contained in COMMON_LIBS.2006-08-25, by diego
-
Remove redundant variables that are contained in COMMON_LIBS.2006-08-25, by diego
-
Sync with the creation of the stream directory.2006-08-25, by diego
-
Disentangle toolame CFLAGS and LDFLAGS handling.2006-08-25, by diego
-
Disentangle libdv and vorbis linker flags.2006-08-25, by diego
-
cosmetics: Move some parts to more sensible places.2006-08-25, by diego
-
Fix .align is a power of two check.2006-08-24, by diego
-
Add VFCTRL_DRAW_EOSD.2006-08-24, by eugeni
-
A value of 2 is valid for noup, too2006-08-24, by reimar
-
Fix MEncoder build when bitmap fonts are disabled.2006-08-24, by diego
-
Fix previous commit.2006-08-24, by eugeni
-
Simplify vf_ass initialization.2006-08-24, by eugeni
-
cosmetics: Reorder some rules.2006-08-24, by diego
-
Adapt .so pattern rule for more than one object file.2006-08-24, by diego
-
Redundancy removal part IV: Create pattern rules for .o and .so creation.2006-08-24, by diego
-
sis_vid.so should be created from more than one object.2006-08-24, by diego
-
Remove nonsens comment.2006-08-24, by diego
-
Redundancy removal part III: Unify LDFLAGS handling some more.2006-08-24, by diego
-
Redundancy removal part II: Remove useless variable indirection.2006-08-24, by diego
-
Redundancy removal part I: Unify CFLAGS and LDFLAGS handling.2006-08-23, by diego
-
The way to ignore failing commands in Makefiles is to prepend a -.2006-08-23, by diego
-
Simplify compilation commands with $< and $@.2006-08-23, by diego
-
Remove useless define from MACH64 CFLAGS.2006-08-23, by diego
-
r19508: Put -ass options in alphabetical order.2006-08-23, by kraymer
-
r19507: syntax/consistency fix2006-08-23, by kraymer
-
Remove reference to long-gone genfb driver.2006-08-23, by diego
-
Put -ass options in alphabetical order.2006-08-23, by diego
-
syntax/consistency fix2006-08-23, by diego
-
always use 3dnowext version of dct64 when supported by the CPU (K6-3+ and up).2006-08-23, by gpoirier
-
sync w/ r195032006-08-23, by gpoirier
-
How to handle broken/copy protected VOB files?2006-08-23, by gpoirier
-
Add -ass-force-style to man page.2006-08-22, by eugeni
-
Remove reference to non-existent variable.2006-08-22, by diego
-
New cmdline option: -ass-force-style.2006-08-22, by eugeni
-
demux_avs compilation should depend on WIN32DLL support, not a linker flag.2006-08-22, by diego
-
Remove backup files from the win32 subdir as well.2006-08-22, by diego
-
SSA/ASS parser reworked, with 2 main results:2006-08-22, by eugeni
-
support multiple actions in menu's file browser using key bindings2006-08-22, by ben
-
fix menu toggle/hide issues2006-08-22, by ben
-
Remove useless else clauses.2006-08-22, by diego
-
Enclose all space padded headings with quotes.2006-08-22, by diego
-
fix trailing space problem, which was preventing fontconfig to get compiled2006-08-22, by gpoirier
-
support for disabling/enabling bitmap font support from configure2006-08-21, by diego
-
use of malloc without prototype.. very bad on 64bit archs2006-08-21, by rfelker
-
Move libs common to MPlayer and MEncoder to COMMON_LIBS.2006-08-21, by diego
-
Simplify VIDIX lib handling.2006-08-21, by diego
-
no c++ decls!2006-08-21, by rfelker
-
Remove unused variable.2006-08-21, by diego
-
demuxer_seek_chapter() returns informations about chapters count and name2006-08-21, by nicodvb
-
implemented STREAM_CTRL_GET_NUM_CHAPTERS2006-08-21, by nicodvb
-
implemented STREAM_CTRL_GET_NUM_CHAPTERS2006-08-21, by nicodvb
-
added STREAM_CTRL_GET_NUM_CHAPTERS to get total number of chapters from the stream reader2006-08-21, by nicodvb
-
Add public functions for removal of styles and events.2006-08-21, by eugeni
-
cosmetics: Fix indentation after last commit.2006-08-21, by diego
-
Properly disable tests that depend on X.2006-08-21, by diego
-
Ignore generated test binaries.2006-08-21, by diego
-
Allow to compile swscale tests2006-08-21, by lucabe
-
Remove superfluous variable settings.2006-08-21, by diego
-
fix null pointer check in add_subtitles,2006-08-21, by gpoirier
-
cosmetics: indentation fix after last commit2006-08-21, by diego
-
Remove duplicate check for $_faad_external = auto.2006-08-21, by diego
-
Only run the check for external FAAD if internal FAAD is not used.2006-08-21, by diego
-
missing header for struct timeval2006-08-20, by rfelker
-
Get rid of useless vf->priv casts2006-08-20, by reimar
-
Fix stray newline that should only be printed in verbose mode.2006-08-20, by diego
-
Fix audio stream selection in Gtk GUI2006-08-20, by gpoirier
-
Avoid crash if initialization failed.2006-08-20, by reimar
-
Handle 303 (See Other) redirect, part of a patch by Benjamin Zores (ben at geexbox org)2006-08-20, by reimar
-
disable dvdnav if dvdnav-config is not present; patch by Ivo -ivop euronet nl-2006-08-20, by nicodvb
-
help_mp-hu.h synced with r194622006-08-20, by Gabrov
-
The X11 header check looks in $_extra_inc that contains directories in the2006-08-20, by diego
-
Ouch, I mistakenly overwrote the contents from this file with a non-working2006-08-19, by diego
-
corrected _very_ misleading comment2006-08-19, by nicodvb
-
implemented STREAM_CTRL_GET_TIME_LENGTH (duration of the pgc playing)2006-08-19, by nicodvb
-
10l: misplaced brace in a switch2006-08-19, by nicodvb
-
Fix xv and xinerama force on --enable-*2006-08-19, by iive
-
Partial sync with message removal from DVD information output change.2006-08-19, by diego
-
Print DVD audio channel and subtitle track information in non-verbose mode,2006-08-19, by diego
-
trailing whitespace cosmetics2006-08-19, by diego
-
Vorbis speedup, Windows GUI2006-08-19, by diego
-
help_mp-hu.h & xml/hu/ports.xml synced with r194492006-08-19, by Gabrov
-
seeking in dvdnav://2006-08-19, by nicodvb
-
implemented seeking to chapter2006-08-19, by nicodvb
-
sanity check: since chapter is 0-based it can't exceed nr_of_ptts-12006-08-19, by nicodvb
-
seeking by chapters in dvd://2006-08-18, by nicodvb
-
support for seeking to chapter and getting current playing chapter2006-08-18, by nicodvb
-
clarification in a comment2006-08-18, by nicodvb
-
support relative seeking in the stream-driven case2006-08-18, by nicodvb
-
seek to chapter using newly introduced demux_seek_chapter()2006-08-18, by nicodvb
-
added first revision of demuxer_seek_chapter()2006-08-18, by nicodvb
-
new STREAM_CTRL_SEEK_TO_CHAPTER (will be used by streams dvd[nav], maybe [s]vcd2006-08-18, by nicodvb
-
Some more consistency for the conditions under which tests are run.2006-08-18, by diego
-
Also add uint_fast64_t to config.h when "int_fastXY_t in inttypes.h"2006-08-18, by diego
-
Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.2006-08-18, by diego
-
Fix seeking in matroska files when timecodes do not start from zero.2006-08-18, by eugeni
-
replace echo with printf; fixes compilation when shell is dash and2006-08-18, by corey
-
disable double buffer in vo_sdl on macosx. fix flicker issue.2006-08-18, by nplourde
-
fix missing symbol when compiling with live support on mac osx2006-08-18, by nplourde
-
10l: Also rename configure option for gcc check.2006-08-17, by diego
-
Rename gcc_checking variable to gcc_check.2006-08-17, by diego
-
r19361: Reintroduce an ugly variant of the -gui/-nogui options.2006-08-17, by kraymer
-
r19424: Update new DarwinPorts URL2006-08-17, by kraymer
-
Move all internal -I parameters to the front of CFLAGS to avoid using external2006-08-17, by diego
-
Fixes by Jerome Ferrari % jerome P ferrari A lappis P com %2006-08-17, by gpoirier
-
Update new DarwinPorts URL (as opendarwin.org is going bye-bye and2006-08-17, by gpoirier
-
Add -Wdeclaration-after-statement to CFLAGS if available to ensure people2006-08-17, by reimar
-
Fixes by Jerome Ferrari2006-08-17, by gpoirier
-
Simplistic attempt to make H.264 over RTSP work.2006-08-16, by reimar
-
Missing part of revision 19414 commit (multiple demux_info_add with same opt argument)2006-08-16, by reimar
-
Update information and print new value when demux_info_add is called2006-08-16, by reimar
-
consistency cosmetics: Handle includes just like in other Makefiles.2006-08-16, by diego
-
consistency cosmetics: Add -DNOAVIFILE_HEADERS to CFLAGS instead of to INCLUDE.2006-08-16, by diego
-
Fix compilation as a win32 shared library (libavutil must be explicitly linked)2006-08-16, by lucabe
-
Move mpeg aos to the end of the autodetection list. At least mpegpes2006-08-16, by uau
-
further improvements to fullscreen switching.2006-08-16, by vayne
-
m-x whitespace-cleanup2006-08-16, by gpoirier
-
Fix wrong handling of transparency in \fad(\fade).2006-08-16, by eugeni
-
Replace stdint.h with inttypes.h.2006-08-15, by eugeni
-
Angle value from style was ignored. Not anymore.2006-08-15, by eugeni
-
display correct audio bitrate, samplerate and number of channels once2006-08-15, by ivo
-
display corrected aspect ratio for mplayer -identify2006-08-15, by ivo
-
Add subdata to ass_track conversion for external subtitles.2006-08-15, by eugeni
-
Fix compilation with -no-PIC and without -fomit-frame-pointer (used by2006-08-15, by uau
-
Cosmetics: fix indentation after the last patch.2006-08-15, by eugeni
-
Allow \fade to be used in place of \fad and vice versa.2006-08-15, by eugeni
-
Set encoder's input format to "native endiannes", instead of little endian.2006-08-15, by gpoirier
-
-fPIC support for libswscale2006-08-15, by diego
-
support for dvdnav is now auto-detected; removed support for dvdnav-dir2006-08-14, by nicodvb
-
H.261 through QuickTime DLL2006-08-14, by diego
-
Remove empty function that isn't used anywhere (and never has been??).2006-08-14, by uau
-
Fix buffer size sanity check to match what is actually required.2006-08-14, by uau
-
Cosmetics (nothing but spaces, tabs, and a comment changed here..)2006-08-14, by ods15
-
re-indent properly after last patch.2006-08-14, by reimar
-
10l in last commit, move configured-check inside sh_video and sh_video->vfilter check.2006-08-14, by reimar
-
stupid typo in previous commit: lavc_mpegaudio_hp --> libavcodec_mpegaudio_hp2006-08-14, by diego
-
Do not call VFCTRL_FLUSH_FRAMES when the filter chain was never configured,2006-08-14, by reimar
-
Make path separator for font path a define and set it to a better value for AMIGAOS2006-08-14, by reimar
-
Add a switch for disabling high precision mpeg audio decoding in libavcodec.2006-08-14, by diego
-
xml/hu/codecs.xml synced with r193872006-08-14, by Gabrov
-
Change pcm decode_audio to return data based on minlen instead of maxlen2006-08-13, by uau
-
trying to fix the reverting paragraph2006-08-13, by michael
-
XAnim homepage URL fix2006-08-13, by diego
-
fix segfault if an unknown property is requested2006-08-13, by ivo
-
Mention MacIntel support2006-08-13, by gpoirier
-
Replace %lld with PRId64, part 2.2006-08-13, by eugeni
-
Do not put ASMALIGN define under "if x86", x86_64 needs it, too, and it might2006-08-13, by reimar
-
Update for recent discussions on mplayer-dev-eng.2006-08-13, by diego
-
sync with FFmpeg r59302006-08-13, by diego
-
MinGW treats %lld as %d. Replace it with PRId64.2006-08-13, by eugeni
-
Update for changes from r19378 (ASMALIGN macro).2006-08-13, by diego
-
Replace asmalign.h hack by ASMALIGN cpp macros from config.h.2006-08-13, by diego
-
Port ASMALIGN preprocessor macro for .align handling from FFmpeg.2006-08-12, by diego
-
Fix compilation with gcc 2.95.2006-08-12, by eugeni
-
Print "no" if all of the Vorbis tests failed.2006-08-12, by diego
-
Use COMPILE_MMX2 instead of HAVE_MMX2 to determine whether to compile2006-08-12, by uau
-
sync with 193612006-08-12, by gpoirier
-
Reuse UTF-8 reading code in libavutil2006-08-12, by reimar
-
realign of MSGTR_Exit_SIGCRASH in help_mp-hu.h2006-08-12, by Gabrov
-
help_mp-hu.h & man/hu/mplayer.1 synced with r193692006-08-12, by Gabrov
-
Add support for 13k Voice (Qclp) in 3g2 files2006-08-11, by rtogni
-
replace calls to perror() with calls to mp_msg()2006-08-11, by ivo
-
Fix compilation with MMX disabled, the mmx_null and mmx_one constants don't need to2006-08-11, by diego
-
pass average bitrate from encoder to (lavf) muxer2006-08-10, by michael
-
editorial spelling/wording/grammar changes2006-08-10, by diego
-
Get rid of two initialized but unused variables2006-08-09, by reimar
-
Reintroduce an ugly variant of the -gui/-nogui options.2006-08-08, by reimar
-
-logg must come before -lvorbisidec since both declare the same symbols.2006-08-08, by reimar
-
Reorganize libvorbis/Tremor detection, external Tremor should be detected now.2006-08-08, by diego
-
spelling/clarification for --help output2006-08-08, by diego
-
cosmetics: Rename TREMOR variable to TREMOR_INTERNAL for consistency.2006-08-07, by diego
-
Make sure we do not print the obsolete skin path when we did not find any skin.2006-08-07, by reimar
-
remove trailing spaces + remove some obviously redudant words2006-08-07, by gpoirier
-
cosmetics: Rename some variables for consistency.2006-08-07, by diego
-
synced with r193482006-08-07, by gpoirier
-
punctuation, slight clarification2006-08-06, by diego
-
Restore empty line accidentally deleted with the previous commit.2006-08-06, by eugeni
-
Mention mkv chapter seeking in ChangeLog and AUTHORS.2006-08-06, by eugeni
-
Support for version 1 (64 bit) mvhd and mdhd, taken from libavformat mov demuxer2006-08-06, by reimar
-
Add matroska chapter seeking capability.2006-08-06, by eugeni
-
"[ass] init" message looks better when it starts with the capital letter 'I'.2006-08-06, by eugeni
-
Use FontConfig cache to speedup mplayer startup.2006-08-06, by eugeni
-
Fix bug introduced in LIVE555 test simplification, -lstdc++ should go last2006-08-06, by diego
-
Prefer ffvorbis over Xiph Vorbis decoder, it's faster.2006-08-06, by diego
-
Don't crash if audio init fails.2006-08-05, by uau
-
Another PIX_FMT_ ---> IMGFMT_ conversion2006-08-05, by lucabe
-
isolated tcp socket code from network.c to a dedicated file2006-08-05, by ben
-
Simplify Tremor low accuracy test, label external Tremor as such.2006-08-05, by diego
-
Do not assemble MMX, MMX2 or 3DNOW code unconditionally on X86 and X86_64.2006-08-05, by diego
-
missing ifndef/define/endif couple in udp header2006-08-05, by ben
-
kill a warning in getsockopt()2006-08-05, by ben
-
kill a warning in getsockopt()2006-08-05, by ben
-
10l, line from a local modification committed by accident.2006-08-05, by diego
-
Unify include path handling in the build system, part III:2006-08-04, by diego
-
Fix libcdio test after r19200, the detected include dir was not stored.2006-08-04, by diego
-
Move store_ughvlc to demux_mov as demux_ogg is not always compiled in.2006-08-04, by diego
-
added recent changes with independant stream layer library2006-08-04, by ben
-
rtsp is a stream layer not demuxer2006-08-04, by ben
-
inputs is for keys, this is stream2006-08-04, by ben
-
a few more files i'll maintain2006-08-04, by ben
-
removed some useless includes2006-08-04, by ben
-
-identify should display all ID_ messages, including DVD title length2006-08-04, by reimar
-
fix compilation of librtsp2006-08-04, by ben
-
few cosmectic changes to remove duplication2006-08-04, by ben
-
Move ID_AUDIO_CODEC printing after codec init again (it didn't get printed otherwise).2006-08-04, by reimar
-
split rtp stack, udp input layer and rtp input layer from rtp.c2006-08-04, by ben
-
moved pnm.h to stream/ (where it belongs)2006-08-04, by ben
-
Merge DirectFB header check into DirectFB check.2006-08-04, by diego
-
Remove silly check for $_inc_directfb, it is not set beforehand.2006-08-04, by diego
-
Remove one more redundant test invocation.2006-08-04, by diego
-
Simplify DirectFB header check.2006-08-04, by diego
-
cosmetics: Fix DVB test indentation.2006-08-03, by diego
-
cosmetics: Fix indentation after last commit.2006-08-03, by diego
-
Run DVB (HEAD) test only when the corresponding variable is set to auto.2006-08-03, by diego
-
Forgotten part of the LIVE555 configure test simplification.2006-08-03, by diego
-
renamed dvdnav_stream to stream_dvdnav for consistency2006-08-03, by ben
-
added dedicated file for mf:// input2006-08-03, by ben
-
mf.[hc] belong to libmpdemux2006-08-03, by ben
-
Recurse into subdirs before cleaning the top level to avoid error messages.2006-08-03, by diego
-
renamed cue_read.c to stream_cue.c for consistency2006-08-03, by ben
-
removed useless cue_read.h file2006-08-03, by ben
-
renamed dvbin.c to stream_dvb.c for consistency2006-08-03, by ben
-
conversion from stream_null to stream_tv was missing stream type2006-08-03, by ben
-
correctly report audio input2006-08-03, by ben
-
'make distclean' should remove all generated files, so also config.[h|mak].2006-08-03, by diego
-
'make clean' now recurses through subdirectories as expected,2006-08-03, by diego
-
Clean up memalign test and don't apply MEMALIGN_HACK to Darwin.2006-08-03, by diego
-
typo, VC-1/WMV3/WMV9 decoder2006-08-03, by diego
-
Enable FFmpeg WMV3 decoder, the binary decoder is still preferred.2006-08-03, by diego
-
synced with r192932006-08-02, by Gabrov
-
Move conditional compilation of cdinfo.c to the build system.2006-08-02, by diego
-
fix a/v sync issues when using ad_hwmpa2006-08-01, by ben
-
Ignore .depend and stream.a.2006-08-01, by diego
-
$inc_extra vs $_inc_extra typo, closes bug #543.2006-08-01, by diego
-
Change toplevel Makefile to invoke subdirectory Makefiles2006-08-01, by uau
-
Simplify LIVE555 test and make it more consistent with the other tests.2006-08-01, by diego
-
We include libavcodec, libavformat, libavutil, libpostproc from FFmpeg now.2006-08-01, by diego
-
clarification on -mpegopts :vaspect2006-08-01, by nicodvb
-
New sentences should start on a new line.2006-07-31, by diego
-
Fix SVQ3 extradata handling so it works correctly with demux_lavf2006-07-31, by pacman
-
Fix bogus pointer addition in the extraction of extradata from2006-07-31, by pacman
-
removed deprecated test.c file from libmpdemux2006-07-31, by ben
-
don't use vaspect on mpeg1 video streams2006-07-31, by nicodvb
-
fix includes due to libmpdemux split (patch by Stefan Huehner)2006-07-31, by ben
-
add an explicit tv stream input instead of the previous hack in stream_null2006-07-31, by ben
-
renamed cddX stream interface to stream_cddX for consistency2006-07-31, by ben
-
Add support for ffmpeg's pixel format names in libswscale2006-07-31, by lucabe
-
Move the section describing the per movie config files2006-07-31, by attila
-
Add Indexes to Options as suggested by Jaeho Shin.2006-07-30, by diego
-
Remove useless include2006-07-30, by rtogni
-
Make some more function static2006-07-30, by rtogni
-
Clarify licensing situation.2006-07-30, by diego
-
There is a reference to a file COPYRIGHT that we do not include, so paste2006-07-30, by diego
-
md5 result is 16 bytes, not 202006-07-30, by rtogni
-
removed now useless duplicate includes2006-07-30, by ben
-
LRMI has been removed some time ago.2006-07-30, by diego
-
How to encode movies for PSP2006-07-30, by gpoirier
-
Update for changes from r19139 and r19137.2006-07-30, by diego
-
xor_table can't be NULL, remove useless check2006-07-30, by rtogni
-
Make patch apply cleanly and with -p0, not a mix of -p0 and -p1.2006-07-30, by diego
-
The real hash function is just a md5, replace with lavu code2006-07-30, by rtogni
-
Update upstream references, add a missing file2006-07-30, by rtogni
-
Restore a local diff lost during license fix at r192562006-07-30, by rtogni
-
alex didnt commit his (very incomplete) rfc conversion of my proposal so i commit mine here2006-07-30, by michael
-
no need to reming the copyright with msg_(), the notice in the source is enough2006-07-30, by nicodvb
-
Replace tremor files that had old headers saying "ALL REDISTRIBUTION2006-07-30, by uau
-
Use LC_ALL instead of LANG since the former overrides the latter.2006-07-29, by diego
-
cosmetics: Make patch apply cleanly.2006-07-29, by diego
-
Add a paragraph about which Subversion version to use.2006-07-29, by diego
-
Cope with localized Subversion clients.2006-07-29, by diego
-
updated documentation.2006-07-29, by vayne
-
improved fullscreen switching2006-07-29, by vayne
-
re-added forgotten return in send_mpeg_lpcm_packet()2006-07-29, by nicodvb
-
optimize and simplify memcpy usage, use mem2agpcpy_pic2006-07-29, by reimar
-
Add comment about Chinese AVS only working with lavf at the moment.2006-07-29, by diego
-
ptslen was set to 5 even when no pts==02006-07-29, by nicodvb
-
typo fix2006-07-29, by ben
-
Support for Chinese AVS2006-07-29, by rtogni
-
Part 2 of the various fixes features by Jerome Ferrari2006-07-29, by gpoirier
-
missed some escaping2006-07-29, by ben
-
use DOCS writing standards for default values (asked by diego)2006-07-29, by ben
-
Part 1 of review of Jerome's Ferrari's patch2006-07-29, by gpoirier
-
disable dha kernelhelper support by default.2006-07-29, by attila
-
sync w/ r192332006-07-29, by gpoirier
-
french manpage for pvr:// input2006-07-29, by ben
-
added ivtv ao/vo in ChangeLog2006-07-29, by ben
-
missing supported PVR card reference2006-07-29, by ben
-
english manpage for pvr:// input2006-07-29, by ben
-
Set user_muted in mp_property_mute(). Fixes mute turning off when2006-07-28, by uau
-
updated en/fr manpages for ao_ivtv2006-07-28, by ben
-
ao_ivtv driver in authors/maintainers files2006-07-28, by ben
-
added audio output for ivtv cards2006-07-28, by ben
-
removed default outfile for -ao mpegpes2006-07-28, by nicodvb
-
if HAVE_DVB isn't set don't fall back to outputting audiograb.mpg by default, fail instead2006-07-28, by nicodvb
-
Some more documentation2006-07-28, by reimar
-
Implement DEMUXER_CTRL_GET_TIME_LENGTH and DEMUXER_CTRL_GET_PERCENT_POS,2006-07-28, by reimar
-
10l, last commit swapped U and V planes.2006-07-28, by reimar
-
Handle frames with stride correctly (e.g. the "Version" source of current AVS).2006-07-28, by reimar
-
Do not count each decoded frame twice.2006-07-28, by reimar
-
cosmetics: fix incorrect indentation left by reimar and extra word in2006-07-28, by uau
-
include sys/poll.h only when HAVE_DVB[_HEAD] is set2006-07-28, by nicodvb
-
Cosmetics for last commit2006-07-28, by reimar
-
Move more stuff under if (avs_has_video... to simplify later patches.2006-07-28, by reimar
-
set pts of the demux patcket correctly2006-07-28, by reimar
-
Move variable declarations to the block level where they are actually used2006-07-28, by reimar
-
Remove code that prevented the OSD current time from going back by one2006-07-28, by uau
-
Avoid large amounts of data on the stack (> 900k on 64 bit systems).2006-07-28, by reimar
-
Do not treat AV_NOPTS_VALUE as a valid duration value.2006-07-28, by reimar
-
Comment some #endif lines.2006-07-28, by diego
-
unused variable warning fix2006-07-28, by diego
-
Fixes the format string for the warning message on line 182 (%x2006-07-28, by diego
-
Remove $ from a variable in a comment to avoid irritating expansion.2006-07-27, by diego
-
The C99 function strtof is unavailable in some BSD variants.2006-07-27, by diego
-
Improve ao_mpegpes description.2006-07-27, by diego
-
Fix compile error due to extra "FF" at beginning of file in the FF{MIN,MAX}2006-07-27, by pacman
-
fix wrong and unrelated change done in r191992006-07-27, by reynaldo
-
Remove superfluous $_inc_extra parameter from cc_check call.2006-07-27, by diego
-
Unify include path handling in the build system, part II.2006-07-27, by diego
-
Remove inconsistency from libcdio test.2006-07-27, by diego
-
Remove silly test/include path cleanup.2006-07-27, by diego
-
Remove unused variable.2006-07-27, by diego
-
Rename _inc_soundcard to _include_soundcard, _inc variables are used2006-07-27, by diego
-
Unify include paths in the build system, part I.2006-07-27, by diego
-
Introduce general V4L variable/define.2006-07-27, by diego
-
Missed HAVE_TV_V4L --> HAVE_TV_V4L1 rename.2006-07-27, by diego
-
Rename *v4l variable to *v4l1.2006-07-27, by diego
-
description of the arnd scale video filter parameter2006-07-26, by diego
-
new -ao mpegpes options2006-07-26, by nicodvb
-
demuxer might not set i_bps, so do not divide by it in that case2006-07-26, by reimar
-
Incorrect check in gxf demuxer leading to crash with textKO.gxf sample file2006-07-26, by reimar
-
Replace MIN() and MAX() with FFMIN() and FFMAX()2006-07-26, by lucabe
-
fix 3 bugs in libmpdemux/demux_mf.c2006-07-26, by gpoirier
-
- synced with 18964 by Emdej and fixes from Boski2006-07-25, by boskicinek
-
synced with r191812006-07-25, by gpoirier
-
Regular expression for conversions had 'P' instead of 'p', fixed2006-07-25, by uau
-
- Add missing "00" in -af pan usage line.2006-07-24, by corey
-
ketchup time (merge forgotten commit)2006-07-24, by gpoirier
-
synced with r191612006-07-24, by gpoirier
-
a tiny bit of cleanup2006-07-24, by michael
-
vertical scaler with accurate rounding, some people on doom9 can see +-1 errors2006-07-24, by michael
-
hu/ports.xml & man/hu/mplayer.1 synced with r191752006-07-24, by Gabrov
-
Fix typo introduced in the memalign->av_malloc conversion (there is no2006-07-23, by pacman
-
Missing part of the malloc -> av_malloc patch: memalign must be replaced as well!2006-07-23, by reimar
-
Simplify and and speedup generation of yuv2rgb and gamma map tables2006-07-23, by reimar
-
in some cases, vf_bmovl produces junk due to source and2006-07-23, by gpoirier
-
-vf pp7 overblurs still parts of the image, which2006-07-23, by gpoirier
-
use mpeg packetizer helpers for sending lpcm packets2006-07-23, by ben
-
removed now unnecessary define2006-07-23, by ben
-
removed now unnecessary variable2006-07-23, by ben
-
reuse send_mpeg_lpcm_packet() instead of the old packetizer2006-07-23, by nicodvb
-
Take start time into consideration when calculation percentage position2006-07-23, by reimar
-
in decode_audio() memset(0) unused memory in buf before returning2006-07-23, by nicodvb
-
cosmetics/punctuation/spelling2006-07-22, by diego
-
rename rtsp.c to stream_rtsp.c for consistency with other input modules2006-07-22, by ben
-
Native MPEG4 SP/ASP/AP support in Matroska.2006-07-22, by rathann
-
fix compilation if DVB is not defined2006-07-22, by ben
-
display the right MPEG packet type2006-07-22, by ben
-
use new mpeg_packetizer helpers2006-07-22, by ben
-
my_write() must return the bytes written2006-07-22, by nicodvb
-
cosmetics: comments and reindentation asked by gxben2006-07-22, by nicodvb
-
simplified mpeg packetizer used by hw mpeg decoders/vo - first round2006-07-22, by nicodvb
-
Compile fix, patch by Aidan Thornton % makomk # lycos P co P uk %2006-07-21, by gpoirier
-
sync r191342006-07-21, by gpoirier
-
updated french man page with vo_ivtv description2006-07-21, by ben
-
updated english man page with vo_ivtv description2006-07-21, by ben
-
Use libavutil in libswscale, and allow it to be built out of the mplayer tree2006-07-20, by lucabe
-
updated mpeg_packetizer include to new localization2006-07-19, by ben
-
moved mpeg_packetizer helpers to libmpdemux2006-07-19, by ben
-
added myself as maintainer of vo_ivtv driver2006-07-19, by ben
-
added reference to ivtv vo driver2006-07-19, by ben
-
added reference to ivtv card in mpegpes decoder info2006-07-19, by ben
-
new vo driver for ivtv cards tv-out through internal h/w mpeg decoder2006-07-19, by ben
-
Quit on eof, was broken by r171502006-07-19, by rtogni
-
10l, i broke this with my last commit. should be fixed now.2006-07-19, by rfelker
-
10l, i missed ifdefs around the calls2006-07-19, by rfelker
-
remove duplicate code and fix issue of compiling mmx code when we2006-07-19, by rfelker
-
do not compile mmx/sse/3dnow code if not available2006-07-19, by rfelker
-
old 10l: do not try to compile mmx code if we do not have mmx2006-07-19, by rfelker
-
move -ass on top of -ass-* options2006-07-18, by kraymer
-
r19131: 10l to someone..2006-07-18, by kraymer
-
10l compilation fix: misplaced tag2006-07-18, by diego
-
10l to someone..2006-07-18, by rfelker
-
sync to x264 r537 (api change)2006-07-18, by lorenm
-
Fix use of uninitialized variable2006-07-17, by uau
-
remove vorbis and theora support by request of ivan2006-07-17, by michael
-
10l typo, please check compilation before committing.2006-07-17, by diego
-
clarify H.264 global header format2006-07-16, by michael
-
oops, r18816 was actually missing in previous commit2006-07-16, by kraymer
-
r19087: Remove support for obsolete and non-free divx4/odivx libraries.2006-07-16, by kraymer
-
r19081: Update some old and crufty sections.2006-07-16, by kraymer
-
r19097: wording fix; default dvb tuning timeout is now 30 seconds2006-07-16, by kraymer
-
r19087: Remove support for obsolete and non-free divx4/odivx libraries.2006-07-16, by kraymer
-
r19050: grammar and consistency fixes2006-07-16, by kraymer
-
r18964: wording fix2006-07-16, by kraymer
-
sync of ports.xml:2006-07-16, by kraymer
-
some xml docs review, based on patches by Kurt Lettmaier (k . lettmaier @at@ onlinehome.de)2006-07-16, by kraymer
-
marks several strings inside structs as const when they hold just2006-07-16, by reynaldo
-
Removes an unneeded cast. Patch by Stefan Huehner, stefan AT.. huehner.org2006-07-16, by reynaldo
-
minor arrangements to my entry2006-07-15, by reynaldo
-
add stefan to AUTHORS file for his several cleanup patches2006-07-15, by reynaldo
-
clarify "extradata"2006-07-15, by michael
-
now obsolete2006-07-15, by diego
-
Change sync tags to rXXXX.2006-07-15, by diego
-
Change function declararation w/o parameters to the correct foo(void) syntax.2006-07-15, by diego
-
- sync and fixes2006-07-15, by boskicinek
-
- CVS --> SVN2006-07-15, by boskicinek
-
help_mp-hu.h synced with r190872006-07-15, by Gabrov
-
Hungarian docs & man page synced with r191012006-07-15, by Gabrov
-
print frame type and keep track of last encountered keyframe2006-07-15, by ivo
-
typo2006-07-15, by ivo
-
new black frame detection filter2006-07-15, by ivo
-
Assume that missing streamcount means one stream, and missing mimetype2006-07-14, by rtogni
-
wording fix; default dvb tuning timeout is now 30 seconds2006-07-14, by nicodvb
-
cosmetical reformatting2006-07-14, by nicodvb
-
simplification in dvb_step_channel2006-07-14, by nicodvb
-
removed obsolete file2006-07-14, by nicodvb
-
moved LOF macros from dvb_defaults.h2006-07-14, by nicodvb
-
removed never used macros; patch by zzam gentoo org (Matthias Schwarzott)2006-07-14, by nicodvb
-
remove useless comment2006-07-14, by ivo
-
Remove support for obsolete and non-free divx4/odivx libraries.2006-07-14, by diego
-
Mark several string parameters that are not modified in the function as const.2006-07-14, by diego
-
fix line >79 characters2006-07-14, by ivo
-
fix matching of MSDOS line endings2006-07-14, by ivo
-
also omit configure.log and the generated help_mp.h from files to check2006-07-14, by ivo
-
CVS --> Subversion2006-07-14, by ivo
-
Update some old and crufty sections.2006-07-14, by diego
-
printf --> mp_msg2006-07-14, by diego
-
removes unused parentheses lefted behind in the r19075 sizeof(char) cleanups, noticed by dalias2006-07-14, by reynaldo
-
Remove #if LIBAVCODEC_BUILD >= XXX and #if LIBAVFORMAT_BUILD >= XXX jungle.2006-07-13, by diego
-
cosmetics to ease future patching2006-07-13, by diego
-
Fix linking order. FontConfig should appear after libass.2006-07-13, by eugeni
-
more sizeof(char) fun2006-07-13, by reynaldo
-
dvd-device should also be enabled when dvdnav_stream is requested but stream_dvd2006-07-13, by diego
-
drops casts from void * on malloc/calloc from vidix/2006-07-13, by reynaldo
-
little rephrasing and corrected reference to main->trunk2006-07-13, by reynaldo
-
drops casts from void * on malloc/calloc, leftover on libmpcodecs2006-07-13, by reynaldo
-
Cosmetics.2006-07-13, by eugeni
-
drops casts from void * on malloc/calloc from libmpdemux code2006-07-13, by reynaldo
-
drops casts from void * on malloc/calloc from the gui code2006-07-13, by reynaldo
-
Some systems[1] list the 970 as PPC970 on /proc/cpuinfo, so add support2006-07-13, by gpoirier
-
Compilation fix: Mark mp_property_find parameter as const.2006-07-13, by diego
-
some updates and corrections by Jerome Ferrari < jerome PP ferrari AH lappis PP com >2006-07-13, by gpoirier
-
rename mpcf.txt to nut.txt2006-07-13, by michael
-
freeze (this is pretty much oded shimons patch from a few month ago)2006-07-13, by michael
-
man/hu/mplayer.1 synced with r190522006-07-13, by Gabrov
-
synced with r190512006-07-13, by gpoirier
-
Streamline GUI build.2006-07-13, by diego
-
Clean up codec-cfg and friends handling.2006-07-13, by diego
-
Remove non-existing CSS_INC.2006-07-12, by diego
-
Simplify includes.2006-07-12, by diego
-
Remove old and obsolete mplayer_wine QT DLL loading stuff.2006-07-12, by diego
-
Rename OSD/SUB section to OSD/SUBTITLES.2006-07-12, by diego
-
alphabetical order for the OSD/SUB section2006-07-12, by diego
-
grammar and consistency fixes2006-07-12, by diego
-
Support 6 argument variant of \move.2006-07-12, by eugeni
-
HU DOCS & man synced with r190462006-07-12, by Gabrov
-
r19046: two small fixes2006-07-12, by kraymer
-
two small fixes2006-07-12, by kraymer
-
r19043: add missing comma [does not apply]2006-07-12, by kraymer
-
r19039: Use only one global config.mak file.2006-07-12, by kraymer
-
add missing comma2006-07-12, by corey
-
OPTFLAGS already includes EXTRA_INC.2006-07-12, by diego
-
There is only one config.mak file left, don't ignore the others anymore.2006-07-12, by diego
-
There is only one global config.mak file left.2006-07-12, by diego
-
Use only one global config.mak file.2006-07-12, by diego
-
Remove useless variable.2006-07-12, by diego
-
Sync with latest FFmpeg build system changes:2006-07-12, by diego
-
center sub window option within the preferences dialog.2006-07-12, by vayne
-
remove check. libavutil is now mandatory2006-07-12, by ivo
-
Work around DTS_INC and MLIB_INC now being gone from FFmpeg.2006-07-12, by diego
-
Make libavutil mandatory.2006-07-12, by diego
-
- svn sync tag added2006-07-12, by boskicinek
-
Remove copyright notice changes from local diff.2006-07-12, by diego
-
- incomplete but we probably need this (because we updated mencoder.xml already)2006-07-12, by boskicinek
-
Update with latest changes and make diff apply cleanly.2006-07-12, by diego
-
updates + cosmetics2006-07-12, by diego
-
- svn sync tag added2006-07-12, by boskicinek
-
Remove remnants of old libmp1e support.2006-07-12, by diego
-
Telecine article on divx.com has gone 404, link to Wikipedia instead.2006-07-12, by diego
-
libavformat interdependencies have been fixed so disable all muxers2006-07-12, by diego
-
Fix for changed env parameter contents and improve speed.2006-07-12, by reimar
-
Fix = vs == typo2006-07-12, by uau
-
sync with FFmpeg r57182006-07-11, by diego
-
Fix compilation with MEncoder disabled: Some libavformat demuxers have2006-07-11, by diego
-
Fix 10l regexp mistake that disabled all decoders/encoders.2006-07-11, by diego
-
xvmclib vs xvmclibdir typo2006-07-11, by diego
-
Somewhat fix Gui with xinerama, reuse existing code, maybe one day the Gui will2006-07-11, by reimar
-
Split _libavcodecs variable into _libavdecoders and _libavencoders.2006-07-11, by diego
-
Disable FFmpeg muxers when not compiling MEncoder.2006-07-11, by diego
-
Sync with FFmpeg: (de)muxers are now individually selectable.2006-07-11, by diego
-
help_mp-hu.h synced with r189162006-07-11, by Gabrov
-
Add FFmpeg parsers to config.h as well.2006-07-11, by diego
-
Mention that individual codec and parser en-/disabling is FFmpeg-specific.2006-07-11, by diego
-
sync w/ 18969 (latest Eng. version)2006-07-11, by gpoirier
-
sync w/ r189422006-07-11, by gpoirier
-
Support some recently discovered color formats.2006-07-10, by eugeni
-
Ignoring FT_Glyph_Stroke() errors can potentially lead to double free().2006-07-10, by eugeni
-
Only match outline fonts.2006-07-10, by eugeni
-
appended pvr support in AUTHORS file2006-07-10, by ben
-
added myself as maintainer of pvr input layer2006-07-10, by ben
-
updated ChangeLog with new pvr:// input2006-07-10, by ben
-
added new pvr:// input for ivtv based cards2006-07-10, by ben
-
vo_gl can do flipping without special filter2006-07-10, by reimar
-
Fix negative stride handling in -dr case2006-07-10, by reimar
-
Get rid of left-over incorrect UnmapBuffer hack2006-07-10, by reimar
-
sync w/ r189282006-07-10, by gpoirier
-
sync w/ 189162006-07-10, by gpoirier
-
Sync w/ 187122006-07-10, by gpoirier
-
sync w/ 187022006-07-10, by gpoirier
-
make libswscale build system similar to the libav* one2006-07-10, by lucabe
-
Fix off-by-one error for negative strides (flipped image)2006-07-10, by reimar
-
Fix window size bug when starting with -fs and returning2006-07-10, by reimar
-
c++ decls, 100000000000l to whoever broke my code like this..2006-07-10, by rfelker
-
more c++ decl crap2006-07-10, by rfelker
-
more c++ decl crap2006-07-10, by rfelker
-
1000000000l to whoever added c++ decl crap, probably uau..2006-07-10, by rfelker
-
Simplify ASS handling second try, this time taking FreeType into account.2006-07-09, by diego
-
Revert r18980, it breaks compilation under MinGW.2006-07-09, by eugeni
-
10l, xvmclib(dir) does not specify a directory name.2006-07-09, by diego
-
Consistent option and variable naming for x11libdir and xvmclibdir.2006-07-09, by diego
-
_x11_paths should just be a list of paths without -L.2006-07-09, by diego
-
Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org.2006-07-09, by diego
-
Simplify ASS handling.2006-07-09, by diego
-
Remove all encoders from the list of FFmpeg codecs when MEncoder is disabled.2006-07-09, by diego
-
Sync with latest FFmpeg build system changes, now parsers can be2006-07-09, by diego
-
Add my IRC nick.2006-07-09, by eugeni
-
Change SRC_PATH for ffmpeg back to '..' to avoid hardcoding current2006-07-09, by uau
-
Fix code cosmetics2006-07-09, by gpoirier
-
DOCS/xml/hu synced with r189732006-07-09, by Gabrov
-
DOCS/man/hu/mplayer.1 synced with r189692006-07-09, by Gabrov
-
make prefix const. Patch by Stefan Huehner, stefan AT huehner-org2006-07-09, by reynaldo
-
Mention hardware DTS pass-through. This wasn't strictly needed, but requested in:2006-07-08, by gpoirier
-
customtrect -vo gl suboption2006-07-08, by reimar
-
forgotten customtlin -vo gl suboption documentation2006-07-08, by reimar
-
Support for 16 bit ppms2006-07-08, by reimar
-
More helpful ProgramEnvParameters.2006-07-08, by reimar
-
wording fix2006-07-08, by diego
-
Remove unused variables, patch by Stefan Huehner stefan at huehner org.2006-07-08, by diego
-
Add myself to maintainers.2006-07-08, by eugeni
-
Add myself to AUTHORS.2006-07-08, by eugeni
-
Do not compile FFmpeg muxers and encoders unless MEncoder is enabled.2006-07-08, by diego
-
small fix to properly display skins when switching skins during playback.2006-07-08, by vayne
-
crash fix when clicking on volume sliders when in stop state.2006-07-08, by vayne
-
handle sub-window WinID checks in the gui.2006-07-08, by vayne
-
Set svn:ignore2006-07-08, by uau
-
Make some functions static.2006-07-08, by uau
-
Improve windows gui support2006-07-08, by reimar
-
Do not fiddle (too much) with external (WinID) windows2006-07-08, by reimar
-
OpenGL outputs actually support WinID, not to mention that showing the option2006-07-08, by reimar
-
vo_init hack is no longer required after the last patch removed the call2006-07-08, by reimar
-
No point in checking for X for windows gui, in addition the hackish2006-07-08, by reimar
-
small cosmetics2006-07-08, by diego
-
grammar/markup fixes2006-07-08, by diego
-
Revert r18878, always sync rm files using only pts (ignore framerate)2006-07-08, by rtogni
-
fix sound distortion on K-6, patch by Zuxy Meng zuxy PP meng AHHH gmail PP com2006-07-08, by gpoirier
-
Remove unused prototype2006-07-08, by rtogni
-
Change use_gui detection to accept also filenames only containing2006-07-08, by reimar
-
Indentation fix (cosmetics).2006-07-07, by eugeni
-
Initial libass release (without mencoder support).2006-07-07, by eugeni
-
Split guess_cp() in two functions:2006-07-07, by eugeni
-
Make utf8_get_char non-static.2006-07-07, by eugeni
-
Rename mkv_sh_sub_t to sh_sub_t, move it to demuxer.h.2006-07-07, by eugeni
-
The symbol avcodec_pix_fmt_to_codec_tag is in libavcodec.a but referenced in2006-07-07, by diego
-
Add dct64_sse, a replacement for dct64_MMX. About 60% faster on its author's Pentium III2006-07-07, by gpoirier
-
lavf demuxer works better for gxf2006-07-07, by reimar
-
Remove windows-specific hack that interfered with relative path2006-07-07, by reimar
-
relative-to-absolute path fixes: Do not prepend drive letter to \\ paths.2006-07-07, by reimar
-
Convince windows to allow window sizes > screen size2006-07-07, by reimar
-
usleep is still missing in MinGW, so leave it out of the MinGW version check.2006-07-07, by diego
-
Fix for case when both V4L and V4L2 are enabled2006-07-06, by reimar
-
some grammar/spelling/markup fixes for -rtsp-destination2006-07-06, by diego
-
Move conditional compilation into the build system.2006-07-06, by diego
-
cosmetics2006-07-06, by diego
-
-rtsp-port and -rtsp-destination need to be #ifdef MPLAYER_NETWORK.2006-07-06, by diego
-
DOCS/xml/hu synced with r189232006-07-06, by Gabrov
-
Update MPlayerOSX checkout commandlines with subversion commandline2006-07-06, by gpoirier
-
Add a new video pts tracking mode, enabled by option -correct-pts.2006-07-06, by uau
-
several function from playtreeparser.c maked static,2006-07-06, by reynaldo
-
modifies function declarations without parameters from ()2006-07-06, by reynaldo
-
Initial win32 gui release.2006-07-06, by vayne
-
Initial win32 gui release.2006-07-06, by vayne
-
document the change on -edlout's behavior2006-07-05, by reynaldo
-
Modifies behavior of -edlout2006-07-05, by reynaldo
-
MinGW 3.1 has added gettimeofday.2006-07-05, by diego
-
Update with changes from r18894 (get_path as const).2006-07-05, by diego
-
inclusion of md5.c based on USE_LIBAVUTIL_SO2006-07-05, by nicodvb
-
#define USE_LIBAVUTIL and USE_LIBAVUTIL_SO2006-07-05, by nicodvb
-
add a file saying that people should not try to compile2006-07-05, by attila
-
remove unused variables, patch by Stefan Huehner stefan {dot} huehner {dot} org2006-07-05, by diego
-
all cosmetics, mainly denestifying of main edl operation's fill loop2006-07-05, by reynaldo
-
fixes 1000l bug that made MPlayer segfault when an overlaping edl line was found2006-07-05, by reynaldo
-
corectly report badly formated line number2006-07-05, by reynaldo
-
reverts previous commit due to mixed cosmetics ...2006-07-05, by reynaldo
-
move some ill-behaving demuxers further down the list2006-07-04, by reimar
-
trying to end the codec id battle2006-07-04, by michael
-
respect dvdnav's requests of WAIT to prevent while(1)2006-07-04, by nicodvb
-
support for audio streams that appear after unsuccessful probing2006-07-04, by nicodvb
-
Do not assign same texture number to GL_TEXTURE_2D and GL_TEXTURE_RECT,2006-07-04, by reimar
-
Add back the path part in 'libvo/font_load_ft.c' that was accidentally2006-07-04, by uau
-
Sync with 188182006-07-04, by jheryan
-
Sync with 188352006-07-04, by jheryan
-
Sync to svn up to 27.6.20062006-07-04, by jheryan
-
- Fix segfault on overlapping start/stop2006-07-04, by reynaldo
-
Remove silly variable indirection.2006-07-03, by diego
-
get_path as const, patch by Stefan Huehner, stefan AT huehner-org2006-07-03, by reynaldo
-
parse_cfgfiles as static in mplayer.c/mencoder.c, patch by Stefan Huehner, stefan AT huehner-org2006-07-03, by reynaldo
-
Build font_load_ft.c only if FREETYPE is in config.mak, noticed by Jan Knutar.2006-07-03, by diego
-
Remove unused variable, patch by Stefan Huehner stefan [at] huehner [dot] org2006-07-03, by diego
-
rm unnecesary casts from void* - part 42006-07-03, by reynaldo
-
fix linking on some systems2006-07-02, by ivo
-
remove obsolete md5sum files. libavutil's implementation is used now2006-07-02, by ivo
-
use libavutil's md5 implementation instead of local imported copy2006-07-02, by ivo
-
disable vo_md5sum if there is no libavutil2006-07-02, by ivo
-
cosmetics: move md5sum check down so it can depend on libavutil later2006-07-02, by ivo
-
rm unnecesary casts from void* - part 32006-07-02, by reynaldo
-
rm unnecesary casts from void* - part 22006-07-02, by reynaldo
-
updated english and french manpages with new -rtsp-destination option2006-07-01, by ben
-
missing free() if bails out at step 122006-07-01, by ben
-
Remove unneeded code2006-07-01, by lucabe
-
Fix A-V sync for real files (also live streams)2006-07-01, by rtogni
-
Get rid of unused variable2006-07-01, by reimar
-
Make sure all texture units have a different texture bound.2006-07-01, by reimar
-
this unrelated and erroneus change was applied on my previous commit, reverted2006-07-01, by reynaldo
-
rm unnecesary void* casts - part 12006-07-01, by reynaldo
-
havent seen him in ages..2006-06-30, by reynaldo
-
Add some explanatory comments to #endif jungle.2006-06-30, by diego
-
10l: wrong #endif removed.2006-06-30, by diego
-
Remove #ifdef HAVE_DVD, the file is only compiled under #ifdef HAVE_DVD ...2006-06-30, by diego
-
Move conditional FreeType support compilation to the build system.2006-06-30, by diego
-
postproc --> libswscale2006-06-30, by diego
-
postprocess.h was moved to libpostproc years ago..2006-06-30, by diego
-
Move postproc ---> libswscale2006-06-30, by lucabe
-
Nicolas Le Gaillart has vanished2006-06-30, by gpoirier
-
Update list of documentation maintainers.2006-06-30, by diego
-
gets ride of a few more sizeof(char)s2006-06-30, by reynaldo
-
more sizeof(char) fun2006-06-30, by reynaldo
-
cosmetic patch to remove useless sizeof(char) statements2006-06-29, by ben
-
2 more unused functions removal (trying to sync with xine)2006-06-29, by ben
-
removed unused hexdump()2006-06-29, by ben
-
Add missing license, as chosen by its author2006-06-29, by gpoirier
-
merges two asm constraints to one, patch by Zuxy Meng zuxy PP meng AHH gmail PP com2006-06-29, by gpoirier
-
Switch to UTF-8, patch by Rickard Narstrom2006-06-29, by gpoirier
-
Fix misplaced apostrophe.2006-06-29, by diego
-
Clear up the "who is pacman / who is tcsetattr?" mystery2006-06-28, by pacman
-
Remove bogus stream_eof() test - av_read_frame() has its own buffer and can2006-06-28, by pacman
-
Respect AOPLAY_FINAL_CHUNK2006-06-28, by pacman
-
cosmetics2006-06-28, by diego
-
Rewrite and extend the Subversion guidelines.2006-06-28, by diego
-
typo/grammar fixes2006-06-28, by diego
-
More information on how to compile MPlayer on OSX with extra features2006-06-27, by gpoirier
-
includes before checking for defines (thanks Reimar for watching me)2006-06-27, by ben
-
network code portability for win322006-06-27, by ben
-
avoid messing up with includes2006-06-27, by ben
-
remove MMX2 dependency (replace pshufw $78 with pswapd) so it can2006-06-27, by gpoirier
-
fix conversion float to int to use saturated ops,2006-06-27, by gpoirier
-
don't declare same global var twice (break live555 compilation)2006-06-26, by ben
-
mention new rtsp demuxer in changelog file2006-06-26, by ben
-
Add new Subversion beginners guide2006-06-26, by ivo
-
Remove old CVS beginners guide2006-06-26, by ivo
-
added FreeSDP library in Copyright file2006-06-26, by ben
-
r18824: URL update for Marillat Debian packages2006-06-26, by kraymer
-
added myself as freesdp imported library maintainer2006-06-26, by ben
-
cosmetic changes to avoid constants redefinition2006-06-26, by ben
-
Avoid crash in uninit-without-config case2006-06-26, by reimar
-
URL update for Marillat Debian packages2006-06-26, by diego
-
support for auto_close parameter in menu command list (geexbox patch)2006-06-25, by ben
-
Typo: use ptmpstr instead of tmpstr to strip leading spaces + add2006-06-25, by gpoirier
-
10l2006-06-25, by attila
-
kill unused message string MSGTR_LIBVO_MGA_MgaInvalidOutputFormat2006-06-25, by attila
-
reword some of the german translations of the mga message strings2006-06-25, by attila
-
correctly prefix all messages from -vo mga with [MGA]2006-06-25, by attila
-
fail with an error if the source resolution is larger than 1023x10232006-06-25, by attila
-
Make sure mp_input_read_key_code always sleeps. Avoids 100% CPU load2006-06-25, by reimar
-
Forgotten free on error2006-06-25, by reimar
-
respect AOPLAY_FINAL_CHUNK and do not discard samples read from buffer2006-06-25, by reimar
-
remove unused variable2006-06-25, by reimar
-
natsuki.mplayerhq.hu -> rsync.mplayerhq.hu2006-06-24, by attila
-
exit() is not allowed in any other function than main(); removed2006-06-24, by nicodvb
-
fprintf -> ms_msg2006-06-24, by nicodvb
-
static-ized a couple of functions2006-06-24, by nicodvb
-
rtp reordering of packets; patch by Ernitron (ernitron@fastwebnet.it)2006-06-24, by nicodvb
-
prevent a buffer overflow to occur at teardown2006-06-23, by ben
-
added myself as the new librtsp maintainer2006-06-23, by ben
-
moved generic rtsp related files from realrtsp to librtsp2006-06-23, by ben
-
remove some never called code2006-06-23, by ben
-
prevent most RTSP streams from locking due to -idx2006-06-23, by ben
-
added myself to AUTHORS file2006-06-23, by ben
-
removed some includes that are now useless2006-06-23, by ben
-
some printf() to mp_msg() replacements2006-06-23, by ben
-
Produce correct version string even when not run in a Subversion working copy.2006-06-23, by diego
-
fix charset of turkish help msg2006-06-23, by gpoirier
-
"make depend" requires version.h2006-06-22, by uau
-
remove pointless and sometimes incorrect lookupTex stuff2006-06-22, by reimar
-
reduce number of texture indirections to support older cards2006-06-22, by reimar
-
CVS --> Subversion + better version.h handling2006-06-22, by diego
-
CVS --> Subversion2006-06-22, by diego
-
Adapt FFmpeg version.sh that only recreates version.h if its content changed.2006-06-22, by diego
-
CVS --> Subversion in copyright notices2006-06-22, by diego
-
Ignore libmpencoders.a.2006-06-22, by diego
-
CVS --> Subversion as noticed by Jacob Beacham beacham**@**uiuc**.**edu2006-06-22, by diego
-
Remove forgotten --disable-setlocale option from --help output.2006-06-22, by diego
-
Revert Michael's VFCTRL_FLIP_PAGE changes ("svn merge -r 18781:18779 .")2006-06-21, by uau
-
intercept VFCTRL_FLIP_PAGE if needed2006-06-21, by michael
-
send flip_page() through the filter chain2006-06-21, by michael
-
support for -alang in demux_lavf2006-06-21, by nicodvb
-
support for -alang2006-06-21, by nicodvb
-
cosmetic changes (defines will be used later in other parts of the code)2006-06-21, by ben
-
Make most of the xpm-files read 'const char*' instead of 'char*'2006-06-21, by diego
-
better RTSP RFC compliance (fixes in CSeq and TEARDOWN handling)2006-06-21, by ben
-
Move #ifdefs around complete files into the build system.2006-06-21, by diego
-
Ignore libraries.2006-06-21, by diego
-
rename cvs-howto.txt to svn-howto.txt2006-06-21, by ivo
-
Comment #ifdef #endif jungle.2006-06-21, by diego
-
minor Subversion-related changes2006-06-21, by diego
-
Comment some #endif directives to avoid confusion.2006-06-21, by diego
-
Remove separation between Win32 DLL and DirectShow support in the build system.2006-06-21, by diego
-
add command for changing commit messages after the commit took place.2006-06-21, by ivo
-
audio stream switching in demux_lavf2006-06-20, by nicodvb
-
support for audio stream switching2006-06-20, by nicodvb
-
fix a buffer overflow causing a segfault2006-06-20, by aurel
-
CVS --> Subversion2006-06-20, by aurel
-
simplify2006-06-20, by diego
-
Full sync to r184982006-06-19, by gpoirier
-
full update, patch by Tuncer Altay, tunceraltay (at) yahoo.com,2006-06-19, by gpoirier
-
audio switching to any of the available tracks2006-06-19, by nicodvb
-
feed any audio track present in the mux; switch to any of the available audio tracks2006-06-19, by nicodvb
-
Change integer to string comparison in hw.optional.altivec test since2006-06-19, by diego
-
avcodec_close()2006-06-19, by michael
-
fix link to help_mp-XX.h files in svn repo2006-06-18, by kraymer
-
r18712: improved -vo gl:lscale documentation2006-06-18, by kraymer
-
Conditionally run some CPU-architecture and OS-specific tests.2006-06-18, by diego
-
Rename --with-dts*dir options to --with-libdts*dir for consistency and2006-06-18, by diego
-
Software Scaler headers usage cleanup2006-06-18, by lucabe
-
Consistency fix.2006-06-18, by rathann
-
respect saved default for cache enable when nothing specified on2006-06-17, by reimar
-
Make header include order more similar to vo_gl.c2006-06-17, by reimar
-
Rename --with-libdvnav --> --with-dvdnavdir for consistency.2006-06-17, by diego
-
Disentangle _win32 and _dshow, the test for _dshow is disabled anyway.2006-06-17, by diego
-
Simplify and streamline FAAD detection.2006-06-17, by diego
-
consistency fix: --with-foo switches shall not enable options.2006-06-17, by diego
-
Fix crash with all audio-only ogg files, the vorbis_info struct is not2006-06-17, by reimar
-
DOCS/man/hu/mplayer.1 synced with r187122006-06-16, by Gabrov
-
Rewrite audio EOF handling logic fixing some problems that could cause2006-06-16, by uau
-
cosmetics: Rename some variables and command line parameters.2006-06-16, by diego
-
Fix definition of reinit_audio_chain().2006-06-16, by uau
-
removed old dvdnav code2006-06-16, by nicodvb
-
Use a function for help output.2006-06-16, by diego
-
sync with 18730 (Use MPlayer's CPU detection module instead of libmpeg2's)2006-06-16, by gpoirier
-
option handling consistency fixes2006-06-16, by diego
-
readability cosmetics2006-06-16, by diego
-
Use MPlayer's CPU detection module instead of libmpeg2's,2006-06-16, by gpoirier
-
Setting up a web server and FTP server.2006-06-16, by diego
-
misc corrections2006-06-16, by diego
-
typo2006-06-16, by ods15
-
update copyright an changelog with new liba52 0.7.42006-06-15, by rathann
-
sync with liba52 0.7.4, patch by Emanuele Giaquinta >emanuele.giaquinta ! gmail * com<2006-06-15, by rathann
-
sync with liba52 0.7.4, patch by Emanuele Giaquinta >emanuele.giaquinta ! gmail * com<2006-06-15, by rathann
-
sync with liba52 0.7.4, patch by Emanuele Giaquinta >emanuele.giaquinta ! gmail * com<2006-06-15, by rathann
-
Reduce number of OpenGL state changes when drawing OSD by first drawing alpha.2006-06-15, by reimar
-
Do not parse numbers as octal, strip leading zeroes instead.2006-06-15, by reimar
-
Support UTF8 in OSD text2006-06-15, by reimar
-
Missing free for malloced char_seq in OSD code2006-06-15, by reimar
-
Fix window position when changing videos while in fullscreen and for2006-06-15, by reimar
-
reduced standard verbosity and changed output messages to more uniform descriptions2006-06-14, by nicodvb
-
restored support for dvdnav only in the stream layer; all other functionalities are disabled2006-06-14, by nicodvb
-
When playing an audio only file use audio time instead of video time to2006-06-14, by uau
-
Clean up audio pts handling, make audio pts tracking in the audio-only2006-06-14, by uau
-
improved -vo gl:lscale documentation2006-06-14, by reimar
-
Change free_sh_audio() to take demuxer and stream id as parameters2006-06-14, by uau
-
Remove extern declaration for free_sh_audio() that is both unused and2006-06-14, by uau
-
More CVS --> Subversion changes2006-06-14, by ivo
-
CVS --> Subversion2006-06-14, by ivo
-
Fix problem when subtitle file name is shorter than ".utf-8"2006-06-14, by gpoirier
-
fix uninitialized pointer value being passed to open_stream, where it is used in comparison.2006-06-14, by gpoirier
-
DOCS/xml/hu/ports.xml synced with r187042006-06-14, by Gabrov
-
Remove unnecessary rsync exclude.2006-06-14, by diego
-
cosmetics2006-06-14, by diego
-
formatting fixes2006-06-14, by diego
-
sync with r186972006-06-14, by gpoirier
-
r18697: scaler -> scale typo fix2006-06-13, by kraymer
-
review of large parts of xml documentation2006-06-13, by kraymer
-
Document lscale/cscale in -vo gl:help message2006-06-13, by reimar
-
scaler -> scale typo fix2006-06-13, by reimar
-
Do not use border for bicubic filter helper texture, since it will cause ATI2006-06-13, by reimar
-
Fix a condition as suggested by Rich.2006-06-13, by gpoirier
-
cosmetics2006-06-13, by gpoirier
-
audio stream switching in mpeg-ts2006-06-12, by nicodvb
-
support for audio stream switching2006-06-12, by nicodvb
-
add x264 encoding over lavc, Patch by our Dear Guru (Michael Niedermayer) ;)2006-06-12, by gpoirier
-
Optimize bicubic filtering2006-06-12, by reimar
-
10l to Roberto for forgetting to add the release code name.2006-06-12, by diego
-
typo noticed by Alexander Monakov monoid$$at$$fds-net$$dot$$ru2006-06-12, by diego
-
include stream_dvd's interface from libmpdemux/stream_dvd.h2006-06-11, by nicodvb
-
moved stream_dvd's interface to stream_dvd.h2006-06-11, by nicodvb
-
Add pre7try3, final pre8 update2006-06-11, by rtogni
-
sync with r18656 (French man page is now in sync)2006-06-11, by gpoirier
-
fix image adjustment (brightness etc.) for yuv=62006-06-11, by reimar
-
sync with r186732006-06-10, by kraymer
-
Preliminary version of mirror howto2006-06-10, by attila
-
Do not require iconv program with --charset=noconv2006-06-10, by reimar
-
Expand and update the Solaris and AIX sections.2006-06-10, by diego
-
Protect SIZE_MAX use2006-06-09, by rtogni
-
Fix declaration mixed in among statements in the recent dvr-ms code2006-06-09, by pacman
-
support for vorbis in mp4/mov2006-06-09, by nicodvb
-
support for vorbis in mp4/mov2006-06-09, by nicodvb
-
decoderConfigLen can be larger than 255 bytes2006-06-09, by nicodvb
-
r18656: Add yuv to rgb conversion using a 3D lookup texture2006-06-09, by kraymer
-
add Kurt Lettmaier to AUTHORS2006-06-09, by kraymer
-
Don't claim that amr_nb is disabled when the fixed point version is enabled.2006-06-09, by diego
-
Generalize runtime linker support.2006-06-09, by diego
-
Ignore all generates libs.2006-06-09, by diego
-
CVS --> Subversion2006-06-09, by diego
-
CVS --> Subversion2006-06-09, by diego
-
synced with r186562006-06-09, by Gabrov
-
better spatial interpolation2006-06-09, by michael
-
unify wording of "Manpage" (according to most occurences in de/mplayer.1)2006-06-08, by kraymer
-
Add yuv to rgb conversion using a 3D lookup texture2006-06-08, by reimar
-
re-added some missing messages (who removed these anyway?)2006-06-08, by kraymer
-
loadGPUProgram function to load fragment program with error checking and statistics2006-06-08, by reimar
-
bicubic scaling for -vo gl2006-06-08, by reimar
-
synced with r186512006-06-08, by Gabrov
-
Except for missing cd-dvd.xml and codecs.xml, German xml docs2006-06-08, by kraymer
-
small fixes in en/video.xml2006-06-08, by kraymer
-
filter left & right edges too (yeah the code is lame i know...)2006-06-08, by michael
-
improved mc+src merge code2006-06-08, by michael
-
s/CVS/Subversion/2006-06-08, by diego
-
review of ports.xml and formats.xml translations2006-06-08, by kraymer
-
fixes the infinite loop which occurs when there is a decode error in a frame.2006-06-08, by gpoirier
-
Add recent Snow stuff to changelog2006-06-08, by ods15
-
10l: double "and"2006-06-08, by kraymer
-
review of history.xml and users-vs-dev.xml2006-06-08, by kraymer
-
review of mencoder.xml2006-06-08, by kraymer
-
rewording/clarification of vqscale option2006-06-07, by kraymer
-
Update2006-06-07, by rtogni
-
first vorbis packet before vorbis_synthesis_headeri() must have b_o_s==12006-06-07, by nicodvb
-
Project Mayo is long dead, their CVS does not work. Some more changes2006-06-07, by diego
-
vf_mcdeint should be compiled in #ifdef USE_LIBAVCODEC_DSPUTIL, not #ifdef USE_LIBAVCODEC2006-06-07, by nicodvb
-
Flash screen video decoded via lavc2006-06-07, by rtogni
-
sync with r18631 (except a gl commit that will be translated later)2006-06-07, by gpoirier
-
Update2006-06-07, by rtogni
-
r18631: yadif filter: formatting fixes2006-06-07, by kraymer
-
yadif filter: formatting fixes2006-06-07, by kraymer
-
add vqscale=0 option, explain different meanings for snow and other codecs2006-06-07, by kraymer
-
Nop some instructions causing the vfwvp6 dll encoder to crash.2006-06-07, by banan
-
mcdeint is happy with yadif=3 too2006-06-07, by michael
-
make spatial interlacing check optional2006-06-07, by michael
-
simplify2006-06-07, by michael
-
avoid usage of head -1/head -n 1 and use sed 1q instead2006-06-07, by ivo
-
cleanup2006-06-07, by michael
-
Add bicubic texture scaling2006-06-07, by reimar
-
cleanup2006-06-07, by michael
-
move misplaced echores. Output may still not be as intended though2006-06-07, by reimar
-
Reworked YUV2RGB fragment program setup in preparation for upcoming patches2006-06-07, by reimar
-
VP6 under FreeBSD and -monitorpixelaspect2006-06-07, by reimar
-
Fix runtime-patching code to take into account the address when the codec is loaded.2006-06-07, by reimar
-
sync with r185742006-06-07, by gpoirier
-
Remove all references to MPlayer CVS from bugreports.xml2006-06-07, by gpoirier
-
Change "Supress" to "Suppress" in a couple comments.2006-06-07, by corey
-
sinesupress --> sinesuppress rename: looks like I need to2006-06-07, by corey
-
Rename sinesupress to sinesuppress, including af_sinesupress.c file rename.2006-06-07, by corey
-
simplify2006-06-06, by michael
-
Patch from John Donaghy: "fix for audio and video in dvr-ms asf files"2006-06-06, by pacman
-
yet another deinterlacing filter2006-06-06, by michael
-
small consistency fix2006-06-06, by diego
-
grammar/wording and formatting fixes for mcdeint2006-06-06, by diego
-
Fix mailing list name.2006-06-06, by diego
-
Spelling fix2006-06-06, by pacman
-
* fix obsolete cvs revision tags2006-06-06, by kraymer
-
(at least for now) finalizing review of encoding-guide.xml2006-06-06, by kraymer
-
</para> tag was accidently deleted and caused compile error2006-06-06, by kraymer
-
fixes by jerome ferrari2006-06-06, by gpoirier
-
xml docs: CVS --> Subversion2006-06-06, by kraymer
-
sync with help_mp-en.h 1.238, patch by Pierre Lombard and Gilles Pelletier2006-06-06, by gpoirier
-
synced with r185732006-06-06, by gpoirier
-
cosmetics2006-06-06, by diego
-
Drop all system-specific version generation stuff.2006-06-06, by diego
-
Put SVN revision in the version string2006-06-06, by rathann
-
known issues and notes2006-06-06, by michael
-
synced with r185912006-06-06, by Gabrov
-
Motion compensating deinterlacer2006-06-06, by michael
-
Fix a few minor spelling errors in comments.2006-06-05, by corey
-
(unfinished) review with lots of changes2006-06-05, by kraymer
-
r18577: mention when vo_gl yuv conversion methods are inexact2006-06-05, by kraymer
-
sync with r185672006-06-05, by gpoirier
-
cvs2svn2006-06-05, by rtogni
-
Avoid crash with e.g. -vo gl2:yuv=2 when no fragment program functions are available2006-06-05, by reimar
-
Disable unsecure dumping of generic track with -v -v -v2006-06-05, by rtogni
-
Adds missing NULL last entry to msgl_config2006-06-05, by iive
-
Reject codecs.conf files older than 200605012006-06-05, by rtogni
-
Support WVC1 decoding via dmo binary codec wvc1dmod.dll2006-06-05, by rtogni
-
Move/add checks to avoid crashes and make error messages less confusing2006-06-05, by reimar
-
add (currently unused) lookup for glTexImage3D2006-06-05, by reimar
-
more GL extension checks to avoid crashes with Mesa2006-06-05, by reimar
-
mention when vo_gl yuv conversion methods are inexact2006-06-05, by reimar
-
fix variable type used via "m" asm constraint to match size used in asm.2006-06-05, by reimar
-
German man page is completed since some time..2006-06-05, by kraymer
-
Make aic description a bit more helpful and less misleading.2006-06-05, by corey
-
Support and document lavc b_sensitivity option.2006-06-05, by corey
-
A couple typos: whith --> with, Defult --> Default2006-06-05, by corey
-
r18570: document the recent changes in Snow. new lavcopts: 'refs', 'vqscale=0'2006-06-05, by kraymer
-
document the recent changes in Snow.2006-06-05, by lorenm
-
initial import of some missing German xml translation, review(s) pending2006-06-05, by kraymer
-
18567: fixed -dvbin :timeout range2006-06-05, by kraymer
-
fixed -dvbin :timeout range2006-06-04, by nicodvb
-
support for dts (identified only by the PMT, not from the bitstream)2006-06-04, by nicodvb
-
one more a52 descriptor (dvb impl., untested)2006-06-04, by nicodvb
-
configurable tuning timeout2006-06-04, by nicodvb
-
configurable tuning timeout2006-06-04, by nicodvb
-
fixed off by one object_types in -faacopts2006-06-04, by nicodvb
-
SVN switch: get version date from .svn subdir instead of CVS/Entries2006-06-04, by rtogni
-
Fix potential integer overflows in memory allocation.2006-06-04, by rtogni
-
libpostproc is not a subdirectory of libavcodec anymore.2006-06-02, by diego
-
svn:externals definitions for required FFmpeg libraries.2006-06-02, by diego
-
Remove now obsolete .cvsignore files.2006-06-02, by diego
-
metadata support2006-05-30, by michael
-
Remove dead code, and do close smem file descriptor during un-init2006-05-30, by poirierg
-
URL fix2006-05-30, by poirierg
-
Use 0 and 1 instead of FRIBIDI_FALSE and FRIBIDI_TRUE which are no2006-05-18, by uau
-
psm longer than 1018 bytes is not allowed, thus invalid2006-05-18, by nicodvb
-
synced with 1.872006-05-18, by gabrov
-
typo fixes2006-05-18, by gabrov
-
increased sync tag (1.16) after URL update2006-05-18, by gabrov
-
synced with 1.532006-05-18, by gabrov
-
typo fixes2006-05-18, by gabrov
-
Partial sync, patch by Gilles Pelletier < pellgill AH gmail POIS com >2006-05-18, by gpoirier
-
use mp_msg instead of printf2006-05-18, by ivo
-
include sys/io.h instead of asm/io.h so iopl() gets declared too2006-05-18, by ivo
-
only include sys/mman.h if HAVE_SYS_MMAN_H is defined2006-05-18, by ivo
-
Mention new mphelp_check.py script.2006-05-17, by diego
-
S3 virge on fbdev is -vo s3fb2006-05-17, by gpoirier
-
Mention new driver which does back end scaling on S3 Virge chips in combination with fbdev.2006-05-17, by gpoirier
-
Add YUY2 and back end scaling on S3 Virge chips in combination with fbdev.2006-05-17, by gpoirier
-
x86_64 only saves ebx, not rbx. Fix some potential compilation problem on amd64.2006-05-17, by gpoirier
-
also set guiIntfStruct.sh_video to NULL for guiSetDefaults.2006-05-17, by reimar
-
10l: Really accept both one and two dashes.2006-05-17, by diego
-
Add mphelp_check.py.2006-05-17, by diego
-
Accept --missing as well as -missing, print less newlines.2006-05-17, by diego
-
fix reversed order of arguments2006-05-17, by attila
-
Fix some errors revealed by Uoti's help file checker.2006-05-17, by diego
-
Smacker, typo2006-05-17, by diego
-
Add FFmpeg Smacker audio and video.2006-05-17, by diego
-
Add tool to check MPlayer translation files for conflicting arguments2006-05-16, by uau
-
version bump (we are in sync with 1.16)2006-05-15, by kraymer
-
URL fix2006-05-15, by gpoirier
-
sync with 1.12892006-05-15, by gpoirier
-
10l to Reynaldo Verdejo H. Pinochet: next release is pre8, not pre6 ;-)2006-05-15, by gpoirier
-
fix build on macintel, patch by Zuxy Meng2006-05-15, by gpoirier
-
document more codecs supported by vfw interface.2006-05-15, by gpoirier
-
Add AACP fourcc for AACPlus in nsv streams2006-05-15, by rtognimp
-
Fix:2006-05-14, by rathann
-
Fix:2006-05-14, by rathann
-
Fix:2006-05-14, by rathann
-
Various improvement, fix build on AMD-64 and icc2006-05-14, by gpoirier
-
do aspect correction of video size before calculating vo_dx and vo_dy.2006-05-14, by reimar
-
typo fixes: Extenstion -> extension2006-05-14, by reimar
-
fix parsing of vobsub private data, patch by Evgeniy Stepanov <eugeni P stepanov A gmail P com>2006-05-14, by gpoirier
-
Fix some potential integer overflow in memory allocation (mot of these2006-05-14, by rtognimp
-
Don't just check for the existence of xmmintrin.h, also verify it will compile.2006-05-14, by diego
-
Add checks for 3DNow! and SSE compiler intrinsics to be used with FFmpeg.2006-05-14, by diego
-
Use egrep together with extended regular expressions for greater portability.2006-05-14, by diego
-
Fix LDFLAGS vs CPPFLAGS typo noticed by Derek E. Lewis.2006-05-14, by diego
-
Only set the default output filename when it was not passed on the command2006-05-14, by diego
-
synced with 1.256 (revert in English version)2006-05-14, by gabrov
-
synced with 1.12892006-05-14, by gabrov
-
remove stray ')'2006-05-13, by reimar
-
show OpenGL extension string with -v, very helpful for debugging2006-05-13, by reimar
-
glBindTexture might be called glBindTextureEXT as well2006-05-13, by reimar
-
grammar fix for 'Syntax'2006-05-13, by kraymer
-
1.1289: support lavc mv0_threshold2006-05-13, by kraymer
-
missing argument for mp_msg, fixes:2006-05-13, by rathann
-
Fix:2006-05-13, by rathann
-
support lavc mv0_threshold2006-05-13, by corey
-
Move setting the output filename after the suboption parsing, otherwise it2006-05-13, by diego
-
add check for a working iconv program and point to workaround if not found2006-05-13, by reimar
-
Remove extra return.2006-05-13, by rathann
-
Simplify condition, since both time and time_last are unsigned.2006-05-13, by rathann
-
Make return type consistent with usage. Patch by Pierre Lombard.2006-05-13, by rathann
-
Make depend targets consistent: Remove redirection through .depend target.2006-05-13, by diego
-
synced with 1.502006-05-13, by gabrov
-
Makefile and config.h are not generated files.2006-05-13, by diego
-
make depend requires help_mp.h, fixes make depend after make distclean.2006-05-13, by diego
-
synced with 1.12882006-05-13, by gabrov
-
Remove redundant line.2006-05-13, by diego
-
Rework the karaoke audio filter section.2006-05-13, by diego
-
Linkers, assisted by a compiler, can optimize out the string that is being2006-05-13, by diego
-
where necesary, replaced all realloc() with realloc_struct() to prevent int oveflows2006-05-13, by nicodvb
-
Missing terminating " causes compilation error in vo_aa2006-05-13, by reimar
-
prevent memleak2006-05-13, by nicodvb
-
unconditionally stop allocating memory for dvb_channel_t after 1 MB: it's unreasonably big2006-05-13, by nicodvb
-
New karaoke af2006-05-13, by reynaldo
-
Minor pre-release corrections, mostly missed caps2006-05-13, by reynaldo
-
accidentally committed this overflow fix with the declaration fix before.2006-05-13, by rfelker
-
remove useless cruft (caused error tz undefined)2006-05-13, by rfelker
-
posix compliance, dont use ancient legacy name2006-05-13, by rfelker
-
10^100l c++ declarations2006-05-13, by rfelker
-
allocate correct extradata size2006-05-12, by nicodvb
-
Further random updates by Jerome Ferrari <jerome PIOS ferrari A lappis POIU com>2006-05-12, by gpoirier
-
raised max extradata size and refuse to store more than the limit2006-05-12, by nicodvb
-
mediaLib is now disabled by default, add a comment about HP-UX SCSI headers.2006-05-12, by diego
-
mlib != mediaLib2006-05-12, by diego
-
--enable-mlib should behave like all other commandline parameters.2006-05-12, by diego
-
some fixes for the VfW encoding section2006-05-12, by diego
-
Add missing --enable-toolame and --enable-twolame parameters.2006-05-12, by diego
-
output typo fixes2006-05-12, by diego
-
Disable mediaLib by default due to brokenness.2006-05-12, by diego
-
Minor corrections partII - Final2006-05-12, by reynaldo
-
Minor corrections to spanish help messages - Part12006-05-12, by reynaldo
-
Fall back on the codecs subdirectory of the current directory for Real2006-05-11, by diego
-
Prefer vorbis over ffvorbis for now.2006-05-11, by diego
-
roff syntax fix2006-05-11, by diego
-
like it or not, the vfw options are -(xvfw)opts, not -(vfw)opts2006-05-11, by gpoirier
-
sync with 1.12852006-05-11, by gpoirier
-
Fix potential integer overflows in memory allocation. Patch by Reimar and me, SIZE_MAX by Rich2006-05-11, by rtognimp
-
synced with 1.2542006-05-11, by gabrov
-
synced with 1.12842006-05-11, by gabrov
-
synced with 1.292006-05-11, by gabrov
-
synced with 1.17 (increased sync tag after English typo fix)2006-05-11, by gabrov
-
synced with 1.492006-05-11, by gabrov
-
version bump..2006-05-11, by kraymer
-
release dedicated review Part I (lines 329 - <end>)2006-05-11, by kraymer
-
1.284: fix vfw-related things2006-05-11, by kraymer
-
sync2006-05-11, by luran
-
Remove unnecessary commented out OPTFLAGS line.2006-05-11, by diego
-
fix vfw-related things, patches by RC and Compn2006-05-11, by gpoirier
-
ffvorbis no longer crashes with native demuxer.2006-05-10, by diego
-
unbound demux_ogg from ad_libvorbis2006-05-10, by nicodvb
-
unbind demux_ogg from ad_libvorbis; this permits to use -ac ffvorbis without crashes2006-05-10, by nicodvb
-
A/R changes are handled correctly by -vc mpeg122006-05-10, by nicodvb
-
Feed AltiVec compiler options into CFLAGS explicitly.2006-05-10, by diego
-
grammar fix2006-05-10, by kraymer
-
missing period, noticed by Christian Korff christian.korff$$@$$gmail$$.$$com2006-05-10, by diego
-
10l, fix for previous commit2006-05-10, by kraymer
-
fix missing line break for MSGTR_LameCantInit2006-05-10, by kraymer
-
release dedicated review Part I (lines 1 - 328)2006-05-10, by kraymer
-
fuse XviD entries,2006-05-10, by gpoirier
-
align xml tags2006-05-09, by kraymer
-
wording2006-05-09, by kraymer
-
German translation for tvinput.xml2006-05-09, by kraymer
-
Temporary workaround for libavcodec issues with B-frames2006-05-09, by rtognimp
-
1.251: console message review: countless spelling/grammar/wording fixes2006-05-09, by kraymer
-
1.1283: Document xvfwopts.2006-05-09, by kraymer
-
Document xvfwopts.2006-05-09, by diego
-
small layout fix2006-05-09, by diego
-
Ignore main.xml.2006-05-09, by diego
-
1.1281: Small wording fix, add parameters to the lavfopts option declarations.2006-05-09, by kraymer
-
typo/wording fixes2006-05-09, by diego
-
Add a note about main.xml.2006-05-09, by diego
-
1.252: [previously applied by rynaldo, #1.157]2006-05-09, by kraymer
-
synced with 1.482006-05-09, by gabrov
-
Unconditionally compile Matroska demuxer - oops, part missed in initial commit.2006-05-09, by diego
-
Unconditionally compile the Matroska demuxer.2006-05-08, by diego
-
This file is autogenerated and should not be in CVS.2006-05-08, by diego
-
2nd part of review by Pierre Lombard + some more fixes by me.2006-05-08, by gpoirier
-
French correction by Pierre Lombard <p_l AH gmx PO fr>, and some further changes by myself.2006-05-08, by gpoirier
-
change the type of esp in SwsContext to uint64_t so it can hold a full register2006-05-07, by reimar
-
Adapt to latest FFmpeg AMR build changes.2006-05-07, by diego
-
COSMETICS: moved code to parse mpeg1/2 A/R to mpeg_hdr.c2006-05-07, by nicodvb
-
vfps OGM support2006-05-07, by diego
-
Fix up some checks to properly use _res_comment.2006-05-07, by diego
-
Remove stray variable.2006-05-07, by diego
-
support for vfps OGM files2006-05-06, by diego
-
Fix calculation of stream sizes when they are too big for a 32-bit variable2006-05-06, by pacman
-
removing esp usage2006-05-06, by michael
-
REGBP2006-05-06, by michael
-
fix float rounding error2006-05-05, by ods15
-
Don't blit frame if we hit EOF and no new frame is read. Fixes picture2006-05-05, by uau
-
fix the warning generated (in gcc4) by the 'inline' keyword position.2006-05-05, by iive
-
x264 linking now requires explicit x11 libraries inclusion.2006-05-04, by iive
-
check for XviD compiled with pthread support2006-05-04, by iive
-
French Fixes by Pierre Lombard, (and 10l to me for not checking they were2006-05-04, by gpoirier
-
Make sure black borders are drawn when switching videos with -fixed-vo.2006-05-04, by reimar
-
updates cs translation of help messages, patch by Thomas Blaha, tomasb AT kapsa-cz2006-05-04, by reynaldo
-
fixed %d->PRIu64 in read_mpeg_timestamp()2006-05-03, by nicodvb
-
stream_read_word() returns _unsigned_ int2006-05-03, by nicodvb
-
synced with 1.12812006-05-02, by gabrov
-
French fixes by jerome WOF ferrari YAP lappis WOF com2006-05-02, by gpoirier
-
yet another Compile fix2006-05-01, by gpoirier
-
some more corrections2006-05-01, by gpoirier
-
sync with 1.12812006-05-01, by gpoirier
-
french corrections by Bounec2006-05-01, by gpoirier
-
Small wording fix, add parameters to the lavfopts option declarations.2006-05-01, by diego
-
Expand a bit, clarification and grammar fix.2006-05-01, by diego
-
cosmetics: Make patch apply cleanly.2006-05-01, by diego
-
Remove obsolete features.xml file.2006-05-01, by diego
-
misc wording/spelling fixes2006-05-01, by diego
-
synced with 1.12802006-05-01, by gabrov
-
we have a preliminary support for macintel2006-05-01, by gpoirier
-
100000l to the fools who don't know C2006-05-01, by rfelker
-
update release tag so nobody uses an old codecs.conf2006-04-30, by reimar
-
AIx port is experimental2006-04-30, by rtognimp
-
sync with ffmpeg changelog + some updates2006-04-30, by rtognimp
-
Add a check for sysi86() on Solaris systems, solving a build failure on Solaris2006-04-30, by diego
-
10l2006-04-30, by attila
-
patches should be always created from root dir2006-04-30, by attila
-
add section about resending patches2006-04-30, by attila
-
1.1280: -lavfopts muxrate in in bits/sec2006-04-30, by kraymer
-
-lavfopts muxrate in in bits/sec2006-04-30, by nicodvb
-
1.1279: Bump the date.2006-04-30, by kraymer
-
1.1276: Consistency for the 'i' key, [does not apply]2006-04-30, by kraymer
-
1.1273: small spelling/grammar fixes2006-04-30, by kraymer
-
synced with 1.12002006-04-30, by gabrov
-
synced with 1.252 (update done by Reynaldo)2006-04-30, by gabrov
-
fixes suggested by Reimar2006-04-30, by gpoirier
-
Removes duplicated entry, pointed out by Victor Farias Escobar <nk21507 at hotmail.com>2006-04-30, by reynaldo
-
synced with 1.2512006-04-30, by gabrov
-
Fixed a tipo pointed out by Victor Farias Escobar <nk21507 at hotmail.com>2006-04-30, by reynaldo
-
Add a few meaningfull recent dev. improvement, cut overly long lines2006-04-29, by gpoirier
-
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz2006-04-29, by reynaldo
-
French fixes by Jerome Ferrari2006-04-29, by gpoirier
-
French fixes by Bounec2006-04-29, by gpoirier
-
I already bumped the date to tomorrow, which is pre8 "Neu Team Strikes back" due date2006-04-29, by gpoirier
-
Bump the date.2006-04-29, by diego
-
sync with 1.12782006-04-29, by gpoirier
-
Adding transliteration (english spelling) of my name2006-04-29, by iive
-
sync2006-04-29, by luran
-
Correct vglobal description, as pointed out by Loren.2006-04-28, by diego
-
console message review: countless spelling/grammar/wording fixes2006-04-28, by diego
-
Remove duplicate message.2006-04-28, by diego
-
Rename some misspelled and misnamed messages.2006-04-28, by diego
-
cosmetics: Remove trailing whitespace.2006-04-28, by diego
-
Consistency for the 'i' key, document vglobal, aglobal and2006-04-28, by diego
-
synced with 1.11242006-04-28, by gabrov
-
Small grammar fix introduced by my previous commit :/2006-04-28, by reynaldo
-
Some Fench fixes by Bounec2006-04-28, by gpoirier
-
Some French corrections, patch by Jérome Ferrari <jerome POIS ferrari AH lappis POIS com>2006-04-28, by gpoirier
-
synced with 1.11142006-04-28, by gabrov
-
small spelling/grammar fixes2006-04-28, by diego
-
clarified restriction on -lavfopts :delay2006-04-27, by nicodvb
-
document more -lavfopts entries2006-04-27, by nicodvb
-
Remove a useless variable.2006-04-27, by uau
-
Fix some bugs handling input that is not aligned at 16 bytes or has2006-04-27, by pacman
-
fixes a bug when copying the image into a destination buffer smaller than the source.2006-04-27, by gpoirier
-
synced with 1.11002006-04-27, by gabrov
-
use CPP/LDFLAGS if set (but warn about this), and set our CFLAGS before they2006-04-27, by reimar
-
Remove unnecessary le2me_32 macros.2006-04-27, by diego
-
Document how configure works and how to write basic checks.2006-04-27, by diego
-
spelling/grammar/wording fixes in doxygen and non-doxygen comments2006-04-27, by diego
-
Remove useless "#if 0" blocks2006-04-27, by uau
-
Fix amr_nb-fixed compilation: Don't depend on amr_nb.2006-04-27, by diego
-
EDL no longer conditionally compiled.2006-04-27, by diego
-
Make EDL compilation unconditional2006-04-27, by uau
-
Sync with upstream.2006-04-27, by diego
-
typo2006-04-27, by diego
-
Change common pts variables from floats to doubles. Individual demuxers2006-04-27, by uau
-
sync with 1.2492006-04-27, by luran
-
Fixes - Make mencoder stream size printing use 64 bits - by Corey Hickey on translation files2006-04-27, by reynaldo
-
sync with 1.2482006-04-27, by luran
-
I think I can safely take care of the equalizer af, going to maintain it2006-04-27, by reynaldo
-
updating spanish console messages to 1.249 (almost 100%) adding all missing entries at least2006-04-27, by reynaldo
-
synced with 1.2492006-04-27, by gabrov
-
Removes duplicate entry2006-04-27, by reynaldo
-
Fix memory corruption in vd_libmpeg22006-04-27, by uau
-
Make mencoder stream size printing use 64 bits.2006-04-26, by corey
-
German translation for faq.xml2006-04-26, by kraymer
-
French corrections by Pierre Lombard < p_l AH gmx POIS fr >2006-04-26, by gpoirier
-
(.)~(.)2006-04-26, by gpoirier
-
synced with 1.10592006-04-26, by gabrov
-
1.1269: Kiriuja's rephrasing of the identify=6 v/s -identify issue, ...2006-04-26, by kraymer
-
1.247: correct meaning of ABR2006-04-26, by kraymer
-
synced with 1.2472006-04-26, by gabrov
-
correct meaning of ABR2006-04-26, by gabrov
-
10l: Test the variable, don't set it...2006-04-26, by diego
-
average bitrate -> available bitrate (en hasn't changed yet?)2006-04-26, by luran
-
The code setting the OSD seek direction indicator for absolute seeks was2006-04-25, by uau
-
Remove updating of vo_mouse_timer_const from the main loop and also2006-04-25, by uau
-
simplified management of dvb channel switching2006-04-25, by nicodvb
-
some fixes by Pierre Lombard2006-04-25, by gpoirier
-
synced with 1.10422006-04-25, by gabrov
-
Fix most of the mistakes pointed out by Diego.2006-04-25, by albeu
-
synced with 1.2462006-04-25, by gabrov
-
synced with 1.1052006-04-25, by gabrov
-
synced with 1.262006-04-25, by gabrov
-
Synced with 1.2422006-04-25, by jheryan
-
Synced with 1.12582006-04-25, by jheryan
-
Synced with 1.152006-04-25, by jheryan
-
Synced with 1.802006-04-25, by jheryan
-
Synced with 1.1032006-04-25, by jheryan
-
Synced with 1.632006-04-25, by jheryan
-
Synced with 1.252006-04-25, by jheryan
-
Synced with 1.1022006-04-25, by jheryan
-
Synced with 1.472006-04-25, by jheryan
-
Synced with 1.762006-04-25, by jheryan
-
Synced with 1.162006-04-25, by jheryan
-
sync with 1.2452006-04-25, by luran
-
No need to include the whole libinput in mencoder2006-04-25, by albeu
-
Simplify x86 CPU flag/extension check.2006-04-25, by diego
-
Doxygen Attack! - Chapter 32006-04-25, by albeu
-
Adding Otvos Attila to authors list2006-04-24, by reynaldo
-
Get rid of unneeded align2006-04-24, by nplourde
-
make _res_comment usage consistent2006-04-24, by rathann
-
Doxygen attack! - Chapter 22006-04-24, by albeu
-
fix printf->mp_msg transition, 10l to Reynaldo and/or Attila2006-04-24, by rathann
-
Add exg2006-04-24, by rtognimp
-
Doxygen attack!2006-04-24, by albeu
-
MSGTR_LIBVO_MGA_InvalidOutputFormat was missing in one of the last commits.2006-04-24, by albeu
-
synced with 1.10362006-04-24, by gabrov
-
- fix configure output for XvMC and DGA tests2006-04-24, by rathann
-
Small grammar fixes:2006-04-24, by corey
-
1.245: Improve some messages, typo fix.2006-04-24, by kraymer
-
Increase HEADER_SEARCH_SIZE, fixes high-bitrate streams from demoscene.tv.2006-04-24, by diego
-
1.244: Part 5 and final of otvos attila's oattila AT chello-hu mp_msg changes..2006-04-24, by kraymer
-
removed more unused stuff2006-04-24, by nicodvb
-
fix typo X<->Y2006-04-24, by attila
-
AVI files *can* contain aspect ration information, closes #483.2006-04-24, by diego
-
Other players apart from MPlayer support MPEG-4 aspect now, closes #482.2006-04-24, by diego
-
Add uau2006-04-24, by rtognimp
-
5 - Drop more buffered audio data left from old position when seeking.2006-04-24, by rtognimp
-
4 - Implement a better way to calculate current audio pts and use it for2006-04-24, by rtognimp
-
3 - Move a definition of MP_NOPTS_VALUE from muxer.h to demuxer.h to2006-04-24, by rtognimp
-
1 - Remove kernel HZ=100 assumptions that are no longer true from2006-04-24, by rtognimp
-
Improve some messages, typo fix.2006-04-24, by diego
-
simplified parse_audio()2006-04-24, by nicodvb
-
sycn with 1.12662006-04-24, by gpoirier
-
Part 5 and final of otvos attila's oattila AT chello-hu mp_msg changes, with lots of corrections2006-04-24, by reynaldo
-
1.1266: Remove support for default.sub.2006-04-23, by kraymer
-
Remove support for default.sub.2006-04-23, by diego
-
Kill an unused variable warning.2006-04-23, by diego
-
cosmetics: Rename the _3dnowex and _mmx2 processor flag variables to _3dnowext2006-04-23, by diego
-
Sync with 1.47, patch by Johan Bos < dariusjb AH gmail com> and LMJ.2006-04-23, by gpoirier
-
sync with 1.12652006-04-23, by gpoirier
-
Add properties to get/set the stream position and get the stream2006-04-23, by albeu
-
resource leak fix.2006-04-23, by gpoirier
-
Fix up osd_show_/operty_text.2006-04-23, by diego
-
Align osd_show_text with osd_show_property_text.2006-04-23, by albeu
-
Add a new command: osd_show_property_text that show an expanded property2006-04-23, by albeu
-
Remove second, redundant x86_exts_check.2006-04-23, by diego
-
Fix up -msgcharset and MPLAYER_CHARSET.2006-04-23, by diego
-
Rename some forgotten #ifdef STREAMING_LIVE_DOT_COM to STREAMING_LIVE555.2006-04-23, by diego
-
Partially revert 1.140, restoring the old behaviour for all codecs2006-04-23, by rtognimp
-
typo fix2006-04-23, by gabrov
-
document message charset functionality2006-04-23, by reimar
-
Cosmetic fix, splitting long mencoder cmd line2006-04-23, by reynaldo
-
Part 4 of otvos attila's oattila AT chello-hu mp_msg changes, no modifications this time2006-04-23, by reynaldo
-
Add FIXME skeletons for -msgcharset and MPLAYER_CHARSET.2006-04-22, by diego
-
Add support for shared libavutil.2006-04-22, by diego
-
Small fix, incorrect MSGL at fatal error2006-04-22, by reynaldo
-
The tv color control commands can now also adjust the values.2006-04-22, by albeu
-
sync to x264 r503 (dct_decimate)2006-04-22, by lorenm
-
Handle the tv color control commands with the properties.2006-04-22, by albeu
-
Add --disable-libavutil option to --help output.2006-04-22, by diego
-
Verticaly center the background around the text.2006-04-22, by albeu
-
synced with 1.2432006-04-22, by gabrov
-
Add command line options to enable/disable libavutil.2006-04-22, by diego
-
muxer_mpeg rewritten2006-04-22, by nicodvb
-
removed more unused code and struct members2006-04-22, by nicodvb
-
removed unused variables2006-04-22, by nicodvb
-
synced with 1.762006-04-22, by gabrov
-
moved inline at beginning of declaration2006-04-22, by nicodvb
-
Make static libavutil detection semantics explicit.2006-04-22, by diego
-
There is a draw_alpha for uyvy, use it.2006-04-22, by albeu
-
Fix menu background drawing.2006-04-22, by albeu
-
10l: Add missing fallback case for internal FAAD compiler blacklist.2006-04-22, by diego
-
Add properties for the tv input color controls.2006-04-22, by albeu
-
Add the declarations for mp_property_find/do.2006-04-22, by albeu
-
Make the sse CPU flag imply mmxext, Intel CPUs with SSE support mmxext2006-04-22, by diego
-
fixed muxrates for xvcd and xsvcd2006-04-22, by nicodvb
-
audio init code was previously moved to fix_parameters() so removed from write_chunk()2006-04-22, by nicodvb
-
Set all processor flags individually, not implied.2006-04-22, by diego
-
introduced structures and code to keep track of decoder's buffers sizes2006-04-22, by nicodvb
-
Disable RTC on PowerPC.2006-04-22, by diego
-
10l: Fix internal FAAD check for non-x86.2006-04-22, by diego
-
We now have CJPG samples and they work with the CJPG and ijpg decoders.2006-04-22, by diego
-
Blacklist certain gcc versions instead of running an expensive compilation2006-04-22, by diego
-
Small hack suggested by dalias to avoid flickering at I frames2006-04-22, by reynaldo
-
Part3 of Otvos Attila's oattila AT chello-hu mp_msg changes, with lots of modifications as usual2006-04-22, by reynaldo
-
minor fixes: get rid of pointless inline attributes and some additional checks2006-04-21, by reimar
-
forgotten update_xinerama_info prototypes2006-04-21, by reimar
-
Implement getting colors. The mapping between MPlayer's gamma range2006-04-21, by albeu
-
Implement tv_get_color_options() and make tv_set_color_options() return2006-04-21, by albeu
-
1.260: 10l2006-04-21, by kraymer
-
10l2006-04-21, by kraymer
-
syntax fix for "s" (keyboard control)2006-04-21, by kraymer
-
typo (noticed by "veal" on freenode)2006-04-21, by kraymer
-
Fix BGR32 big-endian output2006-04-20, by pacman
-
removed skip_padding (never used and totally useless)2006-04-20, by nicodvb
-
added support for DX50 and dx50 4CCs2006-04-20, by nicodvb
-
fixed wrong operator precedence in parse_mpeg4_video()2006-04-20, by nicodvb
-
simplified code to patch the video framerate (removed silly comparisons)2006-04-20, by nicodvb
-
10l, aspect_save_screenres must be always called in update_xinerama_info.2006-04-20, by reimar
-
better set audio_out_minsize to MAX_FRAMESIZE2006-04-20, by reimar
-
set audio_out_minsize, should avoid all "maxlen too small" cases2006-04-19, by reimar
-
bug fixes: left-over mode variable used uninitialized,2006-04-19, by reimar
-
1.242: small grammar fix2006-04-19, by kraymer
-
small grammar fix2006-04-19, by kraymer
-
remove private comment tag2006-04-19, by kraymer
-
1.241: add a newline before the "Playing"... line2006-04-19, by kraymer
-
German translation for usage.xml2006-04-19, by kraymer
-
add a newline before the "Playing"... line2006-04-19, by reimar
-
Using channel count, samplerate and input bps values from the container2006-04-19, by diego
-
Register for window-manager delete window events and quit MPlayer.2006-04-19, by reimar
-
also print an error when parsing fails with M_OPT_INVALID or M_OPT_PARSER_ERR.2006-04-19, by reimar
-
spellcheck revealed 2 more typos..2006-04-19, by kraymer
-
typo fix: s/20060915/20040915/2006-04-19, by gpoirier
-
small grammar fix2006-04-18, by kraymer
-
German translation for documentation.xml2006-04-18, by kraymer
-
Remove some libmpdvdkit vs libmpdvdkit2 cruft.2006-04-18, by diego
-
faad2 updated2006-04-18, by rtognimp
-
Update to faad2 cvs 20040915+MPlayer fixes2006-04-18, by rtognimp
-
1.15: Explain how security issues should be reported, based on a patch by Ivann2006-04-18, by kraymer
-
German translation for mail-lists.xml2006-04-18, by kraymer
-
German translation for install.xml2006-04-18, by kraymer
-
Make the RTP demuxer work with libdvdread 0.9.5.2006-04-18, by diego
-
Remove outdated references to Arpi as admin.2006-04-18, by diego
-
rtsp options should be available for mencoder as well2006-04-18, by reimar
-
Clarify ffvorbis comment.2006-04-18, by diego
-
A new German translation of the XML documentation is in the works.2006-04-18, by diego
-
minor markup fixes2006-04-18, by diego
-
10l: build fix.2006-04-17, by gpoirier
-
Include buffered decoded audio in A-V sync calculations.2006-04-17, by corey
-
fixes decoding demoscene.tv nsv at http://213.186.36.129:80002006-04-17, by gpoirier
-
add translation of audio.xml2006-04-17, by kraymer
-
English docs should be built first.2006-04-17, by diego
-
Simplify link removal.2006-04-17, by diego
-
add support for German translation2006-04-17, by kraymer
-
add finished translations for2006-04-17, by kraymer
-
add missing Makefile for German xml docs2006-04-17, by kraymer
-
sync with 1.12572006-04-16, by gpoirier
-
1.1257: Fix and improve xinerama support2006-04-16, by kraymer
-
1.240: Adds "cheap" subtitle switching for non-DVD playouts (for ex. OGG or MKV).2006-04-16, by kraymer
-
Adds "cheap" subtitle switching for non-DVD playouts (for ex. OGG or MKV).2006-04-16, by gpoirier
-
Use ULL for > 32 bits constant.2006-04-16, by reimar
-
Fix and improve xinerama support2006-04-16, by reimar
-
remove completely pointless != NULL check2006-04-16, by reimar
-
more .charset files based on guesswork2006-04-16, by reimar
-
UTF-8 is more portable that utf82006-04-16, by reimar
-
Add some files I maintain2006-04-16, by reimar
-
recognize future pentium-m processors, e.g. there is intel core with model 142006-04-16, by iive
-
10l in rgb2rgb_template.c2006-04-16, by iive
-
fallback to USERPROFILE environment variable for caching CSS keys when2006-04-15, by reimar
-
ffvorbis2006-04-15, by diego
-
10l, fix broken if (X >= Y >= Z) comparison, probably stopped F-keys from working2006-04-15, by reimar
-
always cast stream IDs to unsigned before comparing to MAX_STREAMS.2006-04-15, by reimar
-
new monitorpixelaspect option, esp. useful for xinerama setups with upcoming patch2006-04-15, by reimar
-
add support for intel mac. mp3lib is not fixed yet.2006-04-15, by nplourde
-
synced with 1.152006-04-15, by gabrov
-
synced with 1.1032006-04-15, by gabrov
-
Make mp3lib say that it's using Altivec to decode instead of generic C2006-04-15, by diego
-
Switch audio delay keys to something more sane (+ to increase, - to decrease)2006-04-15, by diego
-
do not try to load default.sub when it doesn't exist. Fixes bug #480.2006-04-15, by reimar
-
Major update of all French files (except mencoder and encoding-guide)2006-04-15, by gpoirier
-
avoid crash when running "mplayer -loop" (dereferencing uninitialize pointer).2006-04-14, by reimar
-
10l, keyframes must have tag 0x10, not 1.2006-04-14, by reimar
-
missing free in case sdpplin_parse_stream returns invalid stream.2006-04-14, by reimar
-
free memory on error in http_add_basic_authentication2006-04-14, by reimar
-
small typo/grammar fixes2006-04-14, by diego
-
-ao pcm:fast suboption for faster-than-realtime dumping2006-04-14, by reimar
-
remove vts_no parameter from mp_get_titleset_length - it is not only useless,2006-04-14, by reimar
-
remove non-ascii character outside of string, might break build with some compilers2006-04-14, by reimar
-
10l, forgot to move aspect_save_screenres in last commit2006-04-14, by reimar
-
fix A-V sync overcorrection for desync due to too slow hardware.2006-04-14, by reimar
-
add check for non-ascii charsets used in code and simplify showcont switch handling2006-04-14, by reimar
-
1.1253: Document sinesupress audio filter, [...]2006-04-14, by kraymer
-
correct fullscreen size2006-04-13, by reimar
-
Document sinesupress audio filter, thanks to the help of Michael Niedermayer and Jan Knutar.2006-04-13, by gpoirier
-
Simplify mkdir calls.2006-04-13, by diego
-
define MONITOR_DEFAULTTOPRIMARY if necessary, some mingw version seem to miss it2006-04-12, by reimar
-
fixes and cleanup for windows fullscreen switching (restore old position,2006-04-12, by reimar
-
fixes and cleanup for windows fullscreen switching (restore old position,2006-04-12, by reimar
-
missing ifoClose and return 1. Patch by kiriuja (mplayer-patches at en-directo net)2006-04-12, by reimar
-
timestamps are 33 bits long, so they don't fit in an unsigned int; 10l2006-04-11, by nicodvb
-
Segfault fix, patch by Stanislav Maslovski stanislav POIS maslovski AH gmail POIS com2006-04-11, by gpoirier
-
try to detect flac bitrate early on to avoid division by zero problems.2006-04-11, by reimar
-
check wav header length against upper limit, should protect against2006-04-11, by reimar
-
make failures during e.g. setting the TV norm non-fatal.2006-04-11, by reimar
-
make sure the check for valid timestamps does not accidentially search through2006-04-10, by reimar
-
do not print the title length from a non-matching titleset.2006-04-10, by reimar
-
getch2 should wait for input. Fixes 100% CPU usage during cache fill.2006-04-10, by reimar
-
Fix a few French barbarism, add missing sentence.2006-04-10, by gpoirier
-
10l, we should really, really use lzo1x_decompress_safe instead of lzo1x_decompress2006-04-09, by reimar
-
avoid cache fill status overflow with caches > ca. 20 MB2006-04-09, by reimar
-
Add missing French charset2006-04-09, by gpoirier
-
synced with 1.12522006-04-09, by gpoirier
-
AMR codecs support info, patch by Rathann, with slight alteration by me.2006-04-09, by gpoirier
-
co_N_pilation to compilation2006-04-09, by iive
-
support kmvc and nuv decoders in ffmpeg2006-04-08, by reimar
-
Replace deprecated function2006-04-08, by nplourde
-
New mode for tinterlace filter2006-04-08, by iive
-
New mode for tinterlace filter2006-04-08, by iive
-
put my name in native language, remove some obsolate and irrelevant entries.2006-04-08, by iive
-
French fixes, by Bounec2006-04-07, by gpoirier
-
make sure the indx chunk is big enough to hold the basic structure.2006-04-06, by iive
-
use calloc instead of malloc - simplifies code and fixes overflow problems.2006-04-06, by reimar
-
zero sized frames are not keyframes2006-04-06, by michael
-
Limit the number of entires to the amount that does fit into the chunk.2006-04-06, by iive
-
added myself2006-04-06, by pacman
-
sh_audio->delay is adjusted in the wrong direction when changing audio_delay2006-04-06, by reimar
-
Reorganize vector constants to work around gcc 4.1 bug:2006-04-06, by pacman
-
Acording to manpage -dumpmicrodvdsub dumps to dumpsub.sub not dumpsub.txt2006-04-06, by reynaldo
-
Czechification.2006-04-05, by henry
-
update lez's email2006-04-05, by alex
-
UTF8-ize, patch by İsmail Dönmez \ismail & pardus , org ' tr/2006-04-04, by rathann
-
sync up to 1.12342006-04-04, by ptt
-
Add 32x32 XPM icon as mandated by Debian policy.2006-04-04, by diego
-
Simplify some checks.2006-04-04, by diego
-
Fix RealAudio codecs (add descrambling)2006-04-03, by rtognimp
-
missing dependency2006-04-03, by rfelker
-
reverse previous patch which caused sig11.2006-04-03, by rfelker
-
1000l: absolutely huge missing const2006-04-03, by rfelker
-
10l: huge amount of constant crap in data segment2006-04-03, by rfelker
-
10l: missing const put this in data segment instead of text/rodata2006-04-03, by rfelker
-
move 12k from data to bss (reduce binary size by 12k)2006-04-03, by rfelker
-
Slight grammar and wording fixes.2006-04-03, by corey
-
1.1251: -crash-debug does not get enabled with .developer in the source tree.2006-04-02, by kraymer
-
1.237: Capitalization error I missed before2006-04-02, by kraymer
-
1.234: Part2 of several printf2mp_msg changes in patch from Otvos Attila2006-04-02, by kraymer
-
synced with 1.2372006-04-02, by gabrov
-
simplify extradata handling and make passing extradata on the default.2006-04-02, by reimar
-
Remove mpdvdkit1 cruft from the build system.2006-04-02, by diego
-
Remove shared libmpdvdkit leftovers.2006-04-02, by diego
-
AIX updates by Derek E. Lewis, dlewis__at__solnetworks.....net2006-04-02, by diego
-
.developer and .libdeps do not exist any longer.2006-04-02, by diego
-
-crash-debug does not get enabled with .developer in the source tree.2006-04-02, by diego
-
There is no check for the crash debug feature, so setting the variable to2006-04-02, by diego
-
further fixes..2006-04-02, by rfelker
-
10l: version.h was not being built in some odd cases2006-04-02, by rfelker
-
integrate old "libdeps" hack into makefile2006-04-02, by rfelker
-
first stage of build system cleanup:2006-04-02, by rfelker
-
Don't use free()d pointer CID 2602006-04-01, by rtognimp
-
More French fixes by Bounec2006-03-31, by gpoirier
-
Add workarounds for old prerelease versions of alsa-lib 0.9.0 that did2006-03-31, by cladisch
-
Capitalization error I missed before2006-03-31, by corey
-
A question needs a question mark, but in this case I think at least two2006-03-31, by corey
-
Minor spelling and grammar fixes for part 1 of Otvos Attila's2006-03-31, by corey
-
prevent overflow.. wtf?! from irc:2006-03-31, by rfelker
-
more cruft2006-03-30, by rfelker
-
arrg more of this stupid cruft2006-03-30, by rfelker
-
fix descrambling of asf file,2006-03-30, by iive
-
more cruft2006-03-30, by rfelker
-
forgot one occurrance2006-03-30, by rfelker
-
remove deprecated, never-used gnu gettext cruft.2006-03-30, by rfelker
-
increasing sync tag to 1.15 after update by Diego2006-03-30, by gabrov
-
increasing sync tag to 1.63 after update by Diego2006-03-30, by gabrov
-
Trust the demuxer instead of the decoder for samplerate detection.2006-03-30, by diego
-
Part1 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu2006-03-30, by reynaldo
-
Add a function to draw flat boxes and use it to make the list2006-03-30, by albeu
-
Move global vars used for header parsing, etc to dewux->priv as it should2006-03-29, by albeu
-
support for mp3lame with -oac lavc2006-03-29, by jonas
-
100L to who wrote this. Also fix broken headers while at it.2006-03-29, by albeu
-
French proofreading, by Bounec2006-03-29, by gpoirier
-
added support for external VIDIX2006-03-28, by nicodvb
-
Removed unused constant definition (MSGTR_InvalidAOdriver)2006-03-28, by ptt
-
Removed unused constant definition (MSGTR_InvalidAOdriver)2006-03-28, by ptt
-
sync up to 1.2232006-03-28, by ptt
-
sync up to 1.231 plus minor corrections...2006-03-27, by ptt
-
Remove verbosity parameter added to print_*_header call in last revision again.2006-03-27, by diego
-
Fix passing qdm2 extradata to lavc decoder2006-03-27, by rtognimp
-
synced with 1.12492006-03-27, by gpoirier
-
Fix cycling in menu with hidden items.2006-03-27, by albeu
-
Fix stepping in the playtree when interupting libmpdemux.2006-03-27, by albeu
-
include MSGL_* definitions2006-03-27, by henry
-
Convert printfs in aviprint.c to mp_msg and give the information printing2006-03-27, by diego
-
Properly document sub_alignment.2006-03-27, by diego
-
1.1250: [applied by Diego, #1.216]2006-03-27, by kraymer
-
Rename the default GUI skins directory from 'Skin' to 'skins', keeping2006-03-27, by diego
-
reinit vo when pix_fmt changes.2006-03-27, by reimar
-
10l missing header for strdup2006-03-27, by ods15
-
Change some printf calls to fprintf.2006-03-27, by diego
-
Remove superfluous extern variable declaration.2006-03-27, by diego
-
Change 'if(verbose)' to the more appropriate mp_msg_test.2006-03-27, by diego
-
Clarify which message levels should be translated.2006-03-27, by diego
-
Explain how to separate lavdopts parameters, -lavdopts fast is MPEG-2-only.2006-03-26, by diego
-
Simplify directory creation in the install target.2006-03-26, by diego
-
use shifts instead of division. 15% faster hqdn3d2006-03-26, by lorenm
-
Discard return value from ldconfig, it might not work on non-root installs.2006-03-26, by diego
-
Simplify mkdir calls, test is not necessary before creating directories,2006-03-26, by diego
-
NEVER assign static strings to string command line options.2006-03-26, by albeu
-
synced with 1.2312006-03-26, by gabrov
-
Fix a/v desync for real some files2006-03-26, by rtognimp
-
allow values up to 100 for -mc2006-03-26, by reimar
-
Don't call make from shell constructs it prevent proper2006-03-26, by albeu
-
support custom OSD colour for vo_gl.c2006-03-26, by reimar
-
support custom OSD colour for vo_gl.c. Based on patch by Tomas Janousek tomi at nomi cz2006-03-26, by reimar
-
typo, parameter naming consistency2006-03-26, by diego
-
Use <value> and [value] consistently.2006-03-26, by diego
-
fixed framerate detection of interlaced H264 streams2006-03-25, by nicodvb
-
Add libpostproc to PARTS, fixes distclean on OS X and other platforms.2006-03-25, by diego
-
fix for the macosx tiger (groff 1.19.x) indentation issue2006-03-25, by jonas
-
Turn the preferences menu in something usefull using the new2006-03-25, by albeu
-
Unify MP3 fourccs for all decoders2006-03-25, by reimar
-
Add a msg type for the osd menu.2006-03-25, by albeu
-
Allow hiding list elements and disableing the pointer.2006-03-25, by albeu
-
Allow 6 ways (up/down/left/right/ok/cancel) navigation.2006-03-25, by albeu
-
max_distance clarification2006-03-25, by ods15
-
cosmetics: Shorten overly long lines, put SRCS/OBJS on individual lines2006-03-25, by diego
-
Simplify rules with common make constructs.2006-03-25, by diego
-
Simplify clean rule.2006-03-25, by diego
-
cosmetic, table align2006-03-25, by ods15
-
switch to using vlc for stream_flags2006-03-25, by ods15
-
Get rid of 2 osd related hacks.2006-03-24, by albeu
-
Update to the recent properties changes.2006-03-24, by albeu
-
1.231: Subtitles properties: move sub_select, sub_pos, sub_visibilty,2006-03-24, by kraymer
-
Subtitles properties: move sub_select, sub_pos, sub_visibilty,2006-03-24, by albeu
-
1.230: Convert fullscreen, panscan, color controls, ontop, rootwin,2006-03-24, by kraymer
-
printf --> mp_msg2006-03-24, by diego
-
Convert all if(verbose>X) to mp_msg_test calls.2006-03-24, by diego
-
The fix in mp_msg.c avoids a core dump when iconv_open() fails, the other2006-03-24, by albeu
-
Add DBG5 verbosity level to prepare for upcoming mp_msg_test changes.2006-03-24, by diego
-
Fix osd_show_msg alignment and make sure msg strings2006-03-23, by albeu
-
Convert fullscreen, panscan, color controls, ontop, rootwin,2006-03-23, by albeu
-
100L too many arguments to mp_msg().2006-03-23, by albeu
-
1.229: Move audio_delay to a property and add a few read only properties to2006-03-22, by kraymer
-
Move audio_delay to a property and add a few read only properties to2006-03-22, by albeu
-
Add get/set_property and update volume/mute to the last changes.2006-03-22, by albeu
-
1.1246: insert linebreak, \-playing-msg option2006-03-22, by kraymer
-
insert linebreak, \-playing-msg option2006-03-22, by kraymer
-
1.1243: 10l2006-03-22, by kraymer
-
1.1237: Capitalize some sentences after colons.2006-03-22, by kraymer
-
1.1234: Add some undocumented options.2006-03-22, by kraymer
-
1.1232: put options in alphabetical order2006-03-22, by kraymer
-
Shortly describe -playing-msg and -list-properties.2006-03-22, by albeu
-
1.228: Add an option to list the properties: -list-properties2006-03-22, by kraymer
-
Add an option to list the properties: -list-properties2006-03-22, by albeu
-
use mencoder directly for mp3lame encoding instead of lavc2006-03-22, by jonas
-
Add the new property API and implement a couple properties.2006-03-22, by albeu
-
feed something (hopefully correct timestamps) into the video filter chain2006-03-21, by michael
-
lavc doesnt pass AVFrame.opaque around :/2006-03-21, by michael
-
10l (forgot ...)2006-03-21, by michael
-
10l (null pointer dereference)2006-03-21, by michael
-
passing pts through the filter layer (lets see if pts or cola comes out at the end)2006-03-21, by michael
-
-rawvideo on => -demuxer rawvideo2006-03-21, by ods15
-
Prevent building lavc with xvid support unless xvid version is 1.1 or2006-03-21, by corey
-
10l2006-03-20, by lorenm
-
sync to x264 r476 (subq=7)2006-03-20, by lorenm
-
Don't multiply fb_line_len by fb_pixel_size. Fixes too-low placement of OSD2006-03-20, by pacman
-
Don't try to parse fb.modes more than once. Fixes playback of multiple files2006-03-20, by pacman
-
synced with 1.12412006-03-20, by gpoirier
-
retrieve metadata from FLAC files (patch by Benjamin Zores < ben _at_ geexbox.org >)2006-03-20, by aurel
-
Simplify pkg-config invocation.2006-03-20, by diego
-
synced with 1.2262006-03-19, by gabrov
-
Do not use ptr when it's NULL. CID 892006-03-19, by rtognimp
-
1.1230: Typo fix: "URLs to forces" --> "URLs to force"2006-03-18, by kraymer
-
1.226: Print the mute state on the OSD.2006-03-18, by kraymer
-
Print the mute state on the OSD.2006-03-18, by diego
-
Enable gui key bindings only when running the gui. Fix enter and esc2006-03-18, by albeu
-
codec-cfg depend on help_mp.h. Fix // builds.2006-03-18, by albeu
-
synced with 1.2252006-03-18, by gabrov
-
flags cleanup2006-03-18, by michael
-
Support libavcodec vrc_strategy=1 (XviD ratecontrol).2006-03-17, by corey
-
10l forgotten stream_reset to clear the EOF flag2006-03-17, by henry
-
timebases guidelines2006-03-17, by ods15
-
And 10L for me. Fix the forgoten enca_fd.2006-03-16, by albeu
-
Fix compilation with stupid C++ compilers that shock on valid C2006-03-16, by albeu
-
Move the subread from FILE to stream_t.2006-03-16, by albeu
-
Fix a potential seek failure, fill_buffer doesn't have to2006-03-16, by albeu
-
sync with new MEncoder config file name2006-03-15, by gpoirier
-
Fix up libaf unknown-format printing2006-03-15, by corey
-
extra checks on size of OSD parts (though IMHO these values should never be bad)2006-03-15, by reimar
-
Small fix with object list (-vf) help.2006-03-15, by albeu
-
rephrase index_ptr positioning2006-03-15, by ods15
-
timebase table2006-03-15, by ods15
-
do not call glDeleteTextures with 0 count, Xgl does not like it.2006-03-15, by reimar
-
10l the cpu hog fix broke fullscreenswitching with -wid2006-03-15, by faust3
-
The system-wide and the user-specific MEncoder configuration file should both2006-03-14, by diego
-
Remove twos workaround, this bug was fixed in mov demuxer2006-03-14, by rtognimp
-
mpegopts example2006-03-14, by rathann
-
synced with 1.362006-03-14, by gabrov
-
synced with 1.2242006-03-14, by gabrov
-
Remove totally wrong suggestion to use -dumpaudio and -dumpvideo to save2006-03-14, by rtognimp
-
last print on libaf to af_msg2006-03-14, by reynaldo
-
Try several formats instead of only YV12 if no format was explicitly2006-03-14, by albeu
-
forgotten entry about TOOLS/qepdvcd.sh2006-03-14, by reynaldo
-
le2me_32 is not necessary, tested by Diego on BE machine2006-03-14, by rathann
-
fl32 is now supported, too2006-03-13, by rathann
-
in24/in32/fl32 little/big-endian QuickTime PCM audio support2006-03-13, by rathann
-
Use _res_comment where appropriate.2006-03-13, by diego
-
10L fix missing return statement.2006-03-13, by albeu
-
do not randomly chop up packets, this isnt allowed in almost no container2006-03-13, by michael
-
Fix seeking with cache enabled on systems using fork().2006-03-13, by albeu
-
sync with 1.12382006-03-13, by gpoirier
-
adapter doesn't require vm anymore2006-03-13, by faust3
-
Ignore codecs2html.2006-03-13, by diego
-
To avoid a bug in ALSA's rate plugin that causes spurious overruns, try2006-03-13, by cladisch
-
Do not try to count hardware sound cards because there might be none2006-03-13, by cladisch
-
fixed character encoding2006-03-13, by gabrov
-
recommitted version 1.22 + Rich's 1.252006-03-13, by nicodvb
-
cosmetic, move stuff around2006-03-13, by ods15
-
Support all 4 of ARGB/RGBA/BGRA/ABGR unscaled conversions, with more2006-03-13, by pacman
-
FAAC encoding through libavcodec-faac2006-03-13, by michael
-
-lavcopts aglobal2006-03-13, by michael
-
remove mp_msg.c dependency when compiling codec-cfg binary.2006-03-12, by reimar
-
Fix compilation error introduced by last commit2006-03-12, by reimar
-
unified failure case in muxer_new_muxer()2006-03-12, by nicodvb
-
remove useless cruft (binds variable)2006-03-12, by reimar
-
fix feature pragma length check2006-03-12, by reimar
-
+ muxer_lavf.c - Michael Niedermayer2006-03-12, by michael
-
strings without terminating NUL2006-03-12, by ods15
-
check stream->wf and stream->bih before using them in fix_parameters(). Fixes cid 432006-03-12, by nicodvb
-
10l found by Oded: case 2 on a boolean value...2006-03-12, by rfelker
-
fix cosmetics noticed during nico's 10l2006-03-12, by rfelker
-
fixed C99-ism introduced with previous commit2006-03-12, by nicodvb
-
check muxer != NULL before using it; closes cid 2012006-03-12, by nicodvb
-
bump neglected date2006-03-12, by ods15
-
revert last change2006-03-12, by ods15
-
better max for frame code values, still allowing compact implementation2006-03-12, by ods15
-
10l to me, misarrangment of flags2006-03-12, by ods15
-
change max_distance back to 64kb and set max frame size to 2*max_distance.2006-03-12, by ods15
-
check sh_video before seeking; closes cid 562006-03-12, by nicodvb
-
init sh_a (new audio stream) to sh_audio (current audio stream); closes cid 2412006-03-12, by nicodvb
-
init msec in mp_get_titleset_length() before using it; closes cid 2512006-03-11, by nicodvb
-
init variable in parse_mp4_object_descriptor before using it; fixes cid 2372006-03-11, by nicodvb
-
init delta_pts before using it; fixes cid 2392006-03-11, by nicodvb
-
check pce_ptr before using it; fixes cid 2072006-03-11, by nicodvb
-
QuickTime in24 and in32 PCM audio support2006-03-11, by rathann
-
added dinamically calculated gain factor at output stage to avoid clipping on sane ranges2006-03-11, by reynaldo
-
change max_distance max to 128kb instead of 65kb2006-03-11, by ods15
-
Only MAX_STREAMS streams are allowed (cid 115)2006-03-11, by rtognimp
-
move bit flags to be more convinient...2006-03-11, by ods15
-
clarify, header_checksum is not included in forward_ptr and in packet checksum2006-03-11, by ods15
-
Simplify libcdio check.2006-03-11, by diego
-
Make better use of pkg-config to check for/set proper libraries when2006-03-10, by diego
-
Fix memory leak cid 1762006-03-10, by rtognimp
-
Fix memory leak cid 1772006-03-10, by rtognimp
-
Fix possible use of body uninitialized. Remove an unneeded free (body2006-03-10, by rtognimp
-
remove edl.c pre-alloc, more readble and safe code2006-03-10, by ods15
-
SHOULD NOT be higher than 1/timebase limit2006-03-10, by michael
-
div8 -> div162006-03-10, by michael
-
drop max_frame_size2006-03-10, by michael
-
double muxing examples (cant hurt to explictly mention the most common)2006-03-10, by michael
-
universal timestamp (= stream_id + timestamp in stream timebase)2006-03-10, by michael
-
little clarification of sample_width/sample_height2006-03-10, by michael
-
push back userdata stream_class2006-03-10, by ods15
-
header_checksum2006-03-10, by michael
-
free resources when load_raw fails2006-03-09, by reimar
-
fix leak on read error (forgot to free demux packet)2006-03-09, by reimar
-
fix minor (i.e. unlikely to ever happen) leak when init fails2006-03-09, by reimar
-
Fix potential read from an unitialized pointer (CID: 236)2006-03-09, by rtognimp
-
remove useless and memleak-causing strdup2006-03-09, by reimar
-
fix another sizeof(dvd_input_t) bug (must be struct dvd_input_s instead)2006-03-09, by reimar
-
in demux_ogg_read_packet initialize data to whole packet, reduces code and2006-03-08, by reimar
-
name array is too small, use strlcpy instead of strncpy2006-03-08, by reimar
-
UTF-8 is used everywhere else and seems to be more portable than utf8 (FreeBSD)2006-03-08, by reimar
-
revert the attempts for ccache fix2006-03-08, by henry
-
add default case to encoder switch-case (maybe an error message would be good as well).2006-03-08, by reimar
-
fix memory leak when filter with given name does not exist.2006-03-08, by reimar
-
Missing free_demux_packet after read error2006-03-08, by reimar
-
Fix base64 encoding for basic auth according to RFC.2006-03-08, by reimar
-
missing url_free when using proxy and connect fails2006-03-08, by reimar
-
stream_id == MAX_STREAMS is invalid, since counting starts with 0.2006-03-08, by reimar
-
"i < sizeof(buf)" must be "i < sizeof(buf) - 5", since later buf[i + 5] is used.2006-03-08, by reimar
-
We start with 0, so ch (channel number) == AF_NCH is invalid, too (not just >)2006-03-08, by reimar
-
cosmetic2006-03-08, by michael
-
Automaticall convert message to console charset, use utf8 for GTK2 Gui2006-03-08, by reimar
-
remove info streams2006-03-08, by michael
-
Add codecs2html dependencies.2006-03-08, by diego
-
libcdio needs to link before -lwinmm in WIN32_LIB on Windows.2006-03-08, by diego
-
free tmp earlier, it is not needed below and might leak on errors otherwise2006-03-08, by reimar
-
Missing initialization2006-03-08, by reimar
-
initialize f to NULL, needed if desc=malloc... fails2006-03-08, by reimar
-
If we have a tuner, use that as a reason we have audio support, and do2006-03-08, by aurel
-
fix incomplete abs->rel path conversion2006-03-07, by henry
-
Fix compilation command in comment.2006-03-07, by diego
-
Comment out debug output.2006-03-07, by diego
-
Add codecs2html target.2006-03-07, by diego
-
synced with 1.12372006-03-07, by gpoirier
-
Correct toolchain for building XML docs on Debian Sarge.2006-03-07, by diego
-
synced with 1.472006-03-06, by gabrov
-
10l to Guillaume. It's <option>, not <options>. xmllint would've told you that.2006-03-06, by rathann
-
Reduce output verbosity in non-verbose mode, change some printf to mp_msg.2006-03-06, by diego
-
various improvements of the section "Choosing the video codec"2006-03-06, by gpoirier
-
increasing sync tag to 1.45 after typo fix in English version2006-03-05, by gabrov
-
typo fix2006-03-05, by gabrov
-
Capitalize some sentences after colons.2006-03-05, by diego
-
synced with 1.802006-03-05, by gabrov
-
synced with 1.352006-03-05, by gabrov
-
synced with 1.622006-03-05, by gabrov
-
file remove2006-03-05, by gabrov
-
increased sync tag to 1.102 after Diego's update2006-03-05, by gabrov
-
increased sync tag after Diego's update2006-03-05, by gabrov
-
synced with 1.442006-03-05, by gabrov
-
synced with 1.852006-03-05, by gabrov
-
synced with 1.252006-03-05, by gabrov
-
Comment fix: mp_msg_levels[] is inited to -2, not 2.2006-03-05, by diego
-
synced with 1.752006-03-05, by gabrov
-
synced with 1.162006-03-05, by gabrov
-
synced with 1.162006-03-05, by gabrov
-
synced with 1.282006-03-05, by gabrov
-
synced with 1.742006-03-05, by gabrov
-
synced with 1.322006-03-05, by gabrov
-
synced with 1.142006-03-05, by gabrov
-
synced with 1.362006-03-05, by gabrov
-
use relative paths for libav* build2006-03-05, by henry
-
sync to x264 r457 (direct_pred=3)2006-03-05, by lorenm
-
cosmetics, rename max_size to max_frame_size2006-03-05, by ods15
-
snow supports vme=82006-03-05, by lorenm
-
When centering a video with odd width, be sure to start on a pixel boundary.2006-03-04, by pacman
-
Make -xy help output consistent, output an empty line before and after.2006-03-04, by diego
-
return index_ptr to inside index2006-03-04, by ods15
-
update activity every 30 sec2006-03-04, by nplourde
-
typo2006-03-04, by ods15
-
slightly better max_distance rule2006-03-03, by michael
-
Reduce Real DLL/so loading verbosity, OKed by Roberto.2006-03-03, by diego
-
the return of the monolithic index2006-03-03, by michael
-
update tmp_field numbers (pretty much just cosmetic)2006-03-03, by michael
-
simplify flags2006-03-03, by michael
-
Synced with 1.1234, patch by JiÅ?Ã? Heryán < technik AH domotech DOO cz >2006-03-03, by gpoirier
-
This patch fixes pcm (twos, swot) in MOV.2006-03-02, by rtognimp
-
syncpoint_start description2006-03-02, by michael
-
removed reference to inexistent extern variable2006-03-01, by nicodvb
-
stream_control() returns int, not void2006-03-01, by nicodvb
-
add forward_ptr to syncpoint (+0.006% overhead)2006-03-01, by michael
-
leading coeff for crc polynom2006-03-01, by michael
-
width/height/samplerate MUST not be 02006-03-01, by michael
-
remove chapter_id == 0 special case2006-03-01, by michael
-
Change obsolete references to design6 to design7.2006-03-01, by diego
-
New website structure, the /homepage subdirectory is gone.2006-03-01, by diego
-
synced with 1.12352006-03-01, by gpoirier
-
sync with 1.2222006-03-01, by diego
-
XviD multi-threaded encoding support2006-03-01, by gpoirier
-
add Amiga-style AltiVec detection, patch from andrea at amigasoft dot net2006-02-28, by pacman
-
reverse 'low detail' for 'high detail' in 2-pass encoding explanation, patch by Jeff Clagg2006-02-28, by wanderer
-
update config.mak to match ffmpeg's version (fix alpha compilation)2006-02-27, by aurel
-
implement STREAM_CTRL_GET_TIME_LENGTH to return the duration of the dvd currently playing2006-02-27, by nicodvb
-
added new stream_control() and new command: STREAM_CTRL_GET_TIME_LENGTH2006-02-27, by nicodvb
-
Add audio_delay argument to demux_mkv_seek.2006-02-27, by corey
-
synced with 1.1012006-02-27, by gabrov
-
synced with 1.122006-02-27, by gabrov
-
fixed XML syntax error2006-02-27, by gabrov
-
Output error messages from the ALSA library through mp_msg() instead of2006-02-27, by cladisch
-
Show the actual ALSA version instead of the version mplayer was compiled2006-02-27, by cladisch
-
synced with 1.1012006-02-26, by gabrov
-
Better fallback for APIENTRY when compiling for Windows2006-02-26, by reimar
-
cosmetic, trailing whitespace2006-02-25, by ods15
-
use short 'type' names2006-02-25, by ods15
-
allow rationals with denom of '1'2006-02-25, by ods15
-
CRC32 stuff2006-02-25, by ods15
-
DVB channels cycling; patch by Ben Zores ben p geekbox d org2006-02-24, by nicodvb
-
Add a practical description of endian-independent RGB/BGR coding2006-02-24, by pacman
-
link fix2006-02-24, by diego
-
Add some undocumented options.2006-02-24, by diego
-
Document the noup suboption of the scale video filter.2006-02-24, by diego
-
Add XML tool paths for SUSE 10.02006-02-24, by diego
-
Add uninit for audio before switching to next file and completing encode2006-02-24, by ods15
-
10l (dont limit dimension components independantly if noup)2006-02-24, by michael
-
link fixes2006-02-24, by diego
-
This now works correctly thanks to clear-to-end-of-line patch2006-02-24, by ods15
-
fix bit specification for fixed_fps2006-02-24, by ods15
-
Fix rgb32tobgr16, rgb32to15, and rgb32tobgr15. All had the same problem that2006-02-24, by pacman
-
info packet stuff, chapters...2006-02-24, by ods15
-
workaround for gl.h variants that do not define APIENTRY2006-02-23, by reimar
-
use calloc instead of malloc in copy_func_pf, missing initialization of2006-02-22, by reimar
-
link fixes2006-02-22, by diego
-
link fixes2006-02-22, by diego
-
properly detect cpu on x86 based mac2006-02-22, by nplourde
-
Fix stylesheet path.2006-02-21, by diego
-
Remove duplicate explanation of how man page format conversion.2006-02-21, by diego
-
Fix video delay when encoding with B-frames.2006-02-21, by corey
-
Fix video delay when encoding with B-frames.2006-02-21, by corey
-
grammar, put options in alphabetical order2006-02-20, by diego
-
More complete ASF MIME detection, closing bug# 248,2006-02-20, by gpoirier
-
sync with 1.12312006-02-20, by gpoirier
-
sync with 1.222 plus minor fix2006-02-20, by ptt
-
New option: -ignore-start2006-02-20, by corey
-
fields should be in english...2006-02-20, by ods15
-
Typo fix: "URLs to forces" --> "URLs to force"2006-02-19, by corey
-
synced with 1.12292006-02-19, by gpoirier
-
Allows the LIVE555 library to forces the client's port to be used2006-02-19, by bertrand
-
Support MPEG-4 files with RMP4 fourcc, fixes greenlines.rmp4.p.avi.2006-02-19, by diego
-
dwStart support for mencoder.2006-02-19, by corey
-
deobfuscate some a/v sync code2006-02-19, by ods15
-
no upscale flag so automatic downscaling is possible in mencoder2006-02-18, by michael
-
upport another G4 flavour: MPC7447* chips.2006-02-18, by gpoirier
-
include stdlib.h and stdio.h, they tend to be useful :-)2006-02-18, by reimar
-
dwStart support for mplayer.2006-02-18, by corey
-
Just a comment update, replacing a FIXME to reflect the new expectation of2006-02-18, by pacman
-
don't call altivec_yuv2packedX() with a dstFormat that it doesn't support;2006-02-18, by pacman
-
more cosmetics2006-02-17, by ods15
-
some cleanup. enforce decode_delay to not be too high.2006-02-17, by ods15
-
Fix vec_clip for gcc's that don't handle (vector signed short){16} according2006-02-17, by pacman
-
Fix colormap save/restore for directcolor fb devices2006-02-17, by pacman
-
Second-try commit of this patch.2006-02-17, by corey
-
fix compilation without openal2006-02-16, by aurel
-
OpenAL audio support, actual output is mono-only (no positioning yet).2006-02-16, by reimar
-
ng the fix for vCCoeffsBank patch by (Alan Curry <pacman TheWorld com>)2006-02-16, by michael
-
make swscale-example compile patch by (Alan Curry <pacman TheWorld com>)2006-02-16, by michael
-
include config.h before includes that need it2006-02-16, by iive
-
Add some more fourcc for DV and MPEG2 needed for some mov samples posted2006-02-14, by rtognimp
-
Set SRC_PATH correctly, fixes libpostproc compilation2006-02-14, by rtognimp
-
Import common.mak v1.1 from ffmpeg cvs, now it's needed by the building2006-02-14, by rtognimp
-
Align memory at 16 byte boundaries.2006-02-14, by diego
-
allow autodetection of pictures type when using mf://@file.list syntax2006-02-14, by iive
-
synced with 1.12272006-02-13, by gpoirier
-
Remove obsolete big-endian FIXMEs.2006-02-13, by diego
-
Fix the error handling in the play() function: add a handler for EINTR,2006-02-13, by cladisch
-
This changes the software parameters to be more compatible with the2006-02-13, by cladisch
-
Using non-blocking writes makes sense when the program wants to do other2006-02-13, by cladisch
-
Remove the now superfluous mmap suboption.2006-02-13, by cladisch
-
After removing play_mmap(), the play() function just unconditionally2006-02-13, by cladisch
-
This patch removes mmap support because it doesn't have any benefit.2006-02-13, by cladisch
-
fix index, first keyframe cannot be written with pts=02006-02-13, by ods15
-
lavc exposes the reconstructed picture, so no need to decode it again2006-02-13, by lorenm
-
synced with 1.12262006-02-12, by gpoirier
-
Make 'N' frame code implictly invalid2006-02-12, by ods15
-
do not forget to initialize dp->buffer2006-02-12, by henry
-
Rephrase telecine and film2pal mpegopts.2006-02-12, by diego
-
Remove stray space.2006-02-12, by diego
-
sync with 1.12242006-02-12, by gpoirier
-
10l2006-02-12, by alex
-
support openbsd/zaurus aswell2006-02-12, by alex
-
one more hint for openbsd2006-02-12, by alex
-
Native ZMBV support via lavc2006-02-12, by rtognimp
-
delay rff by 6, not 3 frames, so the rff will be in the middle of the 12 frames sequence2006-02-12, by nicodvb
-
bugfixes and new soft-teleciner in muxer_mpeg.c2006-02-12, by nicodvb
-
mention film2pal in -mpegopts2006-02-12, by nicodvb
-
experimental film2pal and ntsc2pal soft teleciner2006-02-12, by nicodvb
-
forgotten cast (blows on gcc4)2006-02-12, by henry
-
we cannot continue without a crash when read_asf_header fails, since some2006-02-12, by reimar
-
add some sanity checks to new/resize_demux_packet2006-02-12, by reimar
-
add a missing rule for libpostproc.a2006-02-12, by henry
-
Sync with latest FFmpeg build system changes:2006-02-11, by diego
-
Gives some examples of in which form MPEG* videos can come2006-02-11, by gpoirier
-
Remove all the sections that are now merged in the XML doc2006-02-11, by gpoirier
-
muxer_mpeg MUST be used with audio_preload=02006-02-11, by nicodvb
-
Mention recent big-endian/AltiVec fixes in postproc/.2006-02-11, by diego
-
Move the v{Y,C}CoeffsBank vectors into the SwsContext, filling them in just2006-02-11, by diego
-
cosmetics: indentation fixes2006-02-11, by diego
-
Fix big-endian color permutation problems.2006-02-11, by diego
-
Put index_ptr within index to avoid it popping out of nowhere.2006-02-11, by ods15
-
Add syncpoint_checksum after frame header2006-02-11, by ods15
-
tff wasn't correctly unset in soft_telecine()2006-02-10, by nicodvb
-
Attila and I are root@mphq.2006-02-10, by diego
-
Make sure maxlen is respected, instead of just failing the assert later on.2006-02-10, by reimar
-
add mpc extension so that playback starts faster.2006-02-10, by reimar
-
Clarify feature removal policy: it must be approved on the mailing list.2006-02-10, by rathann
-
Clarify policy on feature removal.2006-02-10, by rathann
-
change checksum to crc322006-02-10, by ods15
-
ALSA changes2006-02-10, by cladisch
-
Small fixes: make all global variables static, remove some unused2006-02-10, by cladisch
-
Remove a call to snd_pcm_prepare() because snd_pcm_hw_params() does it2006-02-10, by cladisch
-
Simplify get_delay(): we don't need to get the complete PCM status but2006-02-10, by cladisch
-
Fix get_space(): we don't need to differentiate between the various PCM2006-02-10, by cladisch
-
This adds support for more sample formats (U32, float BE, mu/A-law).2006-02-10, by cladisch
-
This replaces the hardcoded numbers for the sample format widths with a2006-02-10, by cladisch
-
Reverse commit of unfinished patch for passing audio_delay to the demuxers.2006-02-09, by corey
-
support for Geforce FX5500 based on patch by Pascal Yu <yu_pascal at hotmail.com>2006-02-09, by faust3
-
I took over ao_alsa maintainership.2006-02-09, by cladisch
-
Patch by Stefan Huehner / stefan % huehner ! org \2006-02-09, by rathann
-
fix -idx with ODML files (patch by Benjamin Zores < ben _at_ tutuxclan.org >)2006-02-09, by aurel
-
Correct RGB vs. BGR confusion, the macros vec_mstrgb24 and vec_mstbgr24 each2006-02-09, by diego
-
Fix CSeq answer for keepalive OPTIONS requests during playback2006-02-08, by rtognimp
-
Add support for grayscale [m]jpeg2006-02-08, by rtognimp
-
altivec_yuv2packedX() ignores the requested output format and unconditionally2006-02-08, by diego
-
expanded and improved NeoMagic TV-out section2006-02-08, by diego
-
AltiVec operations need to have memory aligned on 16-byte boundaries.2006-02-08, by diego
-
vYCoeffsBank and vCCoeffsBank are allocated and initialized using incorrect2006-02-08, by diego
-
10l 1000 fps fix2006-02-08, by michael
-
fftruespeech works now that the nBlockAlign issue is settled.2006-02-07, by diego
-
read data in nBlockAlign aligned chunks2006-02-07, by reimar
-
1. Include audio_delay as an argument to demux_seek.2006-02-07, by corey
-
Fix mpng to work correctly with 16 bit png's. don't have any files to test2006-02-07, by ods15
-
EOR can only be (un)set for non delayed streams.2006-02-07, by ods15
-
small syntax/upper-lowercase fix2006-02-07, by ptt
-
synced with 1.12232006-02-07, by gpoirier
-
Minor correction of last two updates2006-02-07, by danny
-
Allow headers to be repeated anywhere2006-02-07, by ods15
-
let osx sleep if video is paused2006-02-07, by nplourde
-
-fixed-vo shall no longer be called BETA-CODE.2006-02-07, by diego
-
ZMB decoder2006-02-06, by diego
-
Move ffrv10 and ffrv20 into RealVideo section, prefer ffrv20 over rv20.2006-02-06, by diego
-
Mark ffrv20 as working.2006-02-06, by diego
-
Add support for Zip Motion-Block Video (ZMB), patch by Kostya.2006-02-06, by diego
-
removed unused variables2006-02-06, by nicodvb
-
fixed wrong delta_frame calculation that would affect soft-telecine2006-02-06, by nicodvb
-
Build muxers only when MEncoder is enabled.2006-02-06, by diego
-
1.221: Typo fix2006-02-05, by kraymer
-
1.1222: cs and ls swscale parameters accept different value ranges now.2006-02-05, by kraymer
-
cs and ls swscale parameters accept different value ranges now.2006-02-05, by diego
-
reinitialize adapter_count to 0, EnumCallbackEx will not work otherwise2006-02-05, by reimar
-
Index repetition2006-02-04, by ods15
-
add compare_ts2006-02-04, by ods15
-
EOR in index2006-02-04, by ods15
-
change sws sharpen filter a little2006-02-04, by michael
-
synced with 1.12212006-02-03, by gpoirier
-
Add -nocache option, -cache is not a flag option.2006-02-02, by diego
-
avoid conflicting types error on cygwin2006-02-02, by faust3
-
x264 tweaks2006-02-02, by lorenm
-
typo fixes2006-02-01, by ptt
-
Only compile libmpencoders if MEncoder has been enabled.2006-01-31, by diego
-
Move conditional compilation out of the code and into the build system.2006-01-31, by diego
-
Move conditional compilation out of the code and into the build system.2006-01-31, by diego
-
sync up to 1.2212006-01-31, by ptt
-
sync up to 1.12162006-01-31, by ptt
-
update for recent developments2006-01-30, by diego
-
removed forgotten fprintf()2006-01-30, by nicodvb
-
when linking to external libav* try using pkg-config first2006-01-30, by nicodvb
-
synced with 1.2212006-01-30, by gabrov
-
Typo fix2006-01-30, by gabrov
-
1.218: typo, consistency2006-01-30, by kraymer
-
Synced with 1.12142006-01-30, by jheryan
-
sync up to 1.2022006-01-30, by ptt
-
1.219: More detailed description of brd_scale.2006-01-30, by kraymer
-
synced with 1.1219 + typo fix2006-01-30, by gpoirier
-
synced with 1.2162006-01-30, by gabrov
-
mention TOOLS/encode2mpeglight2006-01-29, by nicodvb
-
More detailed description of brd_scale.2006-01-29, by corey
-
added missing entries since the last release (approved by Diego with small2006-01-29, by rathann
-
synced with 1.12182006-01-29, by gpoirier
-
typo, consistency2006-01-29, by diego
-
Try to only use a linebreak without hyphenation (\:) where it makes sense.2006-01-29, by diego
-
synced with 1.12162006-01-29, by gpoirier
-
Unify the handling of escaped spaces.2006-01-29, by diego
-
Include MEncoder config files in list of files.2006-01-29, by diego
-
French MEncoder docs are not synced yet.2006-01-29, by diego
-
10l: wrong syntax2006-01-28, by gpoirier
-
SDL video out syntax has changed a while ago, but the XML was not updated since now :)2006-01-28, by gpoirier
-
Also remove objects in subdirectories.2006-01-28, by diego
-
use mp_a52_framesize() when liba52 is not available2006-01-27, by nicodvb
-
cosmetic, fix spacing2006-01-27, by ods15
-
Make clean/distclean behave uniformly in all directories.2006-01-27, by diego
-
Make clean/distclean behave uniformly in all directories.2006-01-27, by diego
-
change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to muxer2006-01-26, by michael
-
updates2006-01-26, by diego
-
limits.h for INT_MAX2006-01-25, by michael
-
correct block align2006-01-25, by michael
-
sync to 1.2202006-01-25, by kraymer
-
fix aac in mov/mp42006-01-25, by michael
-
Fix the MSG?_FIXME and make the profiles help translatable.2006-01-25, by albeu
-
setting codec_tag unconditionally to FMP4 is a bad idea (breaks mov/mp4)2006-01-24, by michael
-
Typo fix: missing "by" in brd_scale recommendation.2006-01-24, by corey
-
Fix up new profiles section and the MPLAYER_VERBSE environment variable.2006-01-24, by diego
-
1.212: Make -list-options work in both MPlayer and MEncoder.2006-01-24, by kraymer
-
1.1206: sync to x264 r398.2006-01-24, by kraymer
-
major update of x264encopts, credits go to Alex Günsche < ag .ät. zirona.com>, thank you!2006-01-24, by kraymer
-
Make -list-options work in both MPlayer and MEncoder.2006-01-24, by albeu
-
Profiles support.2006-01-24, by albeu
-
New option type to print help text with a function.2006-01-24, by albeu
-
Using INT_MAX without including limits.h breaks compilation on MinGW.2006-01-23, by diego
-
Fix misuse of the M_OPT_TYPE_INDIRECT flag, it has nothing to do2006-01-23, by albeu
-
Fix multiple help clauses on the command line with mencoder.2006-01-23, by albeu
-
Fix libav* linking order, libavutil needs to come after lavc/lavf.2006-01-23, by diego
-
1.1210: support libavcodec's new sc_factor parameter2006-01-22, by kraymer
-
support libavcodec's new sc_factor parameter2006-01-22, by corey
-
proper support for shared libpostproc2006-01-22, by diego
-
s/LIVE.COM/LIVE555/ + URL update2006-01-22, by gpoirier
-
s/LIVE.COM/LIVE555/ + URL update2006-01-22, by gpoirier
-
correcting sync version number2006-01-22, by kraymer
-
add comment about sync status of this file2006-01-22, by kraymer
-
let configure find docbookx.dtd (version 4.4)2006-01-22, by kraymer
-
German man page review part XVII2006-01-22, by kraymer
-
100L m_option_copy should use the copy callback and not the set one.2006-01-22, by albeu
-
Interleave index to ease per-need decoding.2006-01-22, by ods15
-
Quick&dirty compilation fix, needed after latest changes in ffmpeg build2006-01-22, by rtognimp
-
1.209: consistency fix over the previous consistency fix2006-01-22, by kraymer
-
consistency fix over the previous consistency fix2006-01-21, by gpoirier
-
consitency fix2006-01-21, by gpoirier
-
synced with 1.12082006-01-21, by gpoirier
-
German man page review part XVI2006-01-21, by kraymer
-
1.1207: MPLAYER_VERBOSE, new enviorment variable to control verbosity before init2006-01-21, by kraymer
-
German man page review part XV2006-01-21, by kraymer
-
Cygwin compilation fix2006-01-20, by diego
-
List Derek Lewis as AIX/Solaris maintainer, patch by himself.2006-01-20, by diego
-
Add Derek Lewis, patch by himself.2006-01-20, by diego
-
AIX compiler CPU-option improvements2006-01-20, by diego
-
AIX section for the ports description2006-01-20, by diego
-
some updates2006-01-20, by ods15
-
MPLAYER_VERBOSE, new enviorment variable to control verbosity before init2006-01-20, by ods15
-
cosmetic change, shift stuff around to more logical places2006-01-20, by ods15
-
change goals slightly..2006-01-20, by ods15
-
bump date2006-01-20, by ods15
-
Added DPI (Print-Resolution) and Pixel-Aspect awareness to vo_jpeg.2006-01-20, by atmos4
-
Also define FF_POSTPROCESS when using shared libavcodec.2006-01-20, by diego
-
German man page review part XIV2006-01-20, by kraymer
-
mention hwmpa2006-01-19, by nicodvb
-
documented audio codec hwmpa2006-01-19, by nicodvb
-
Implement XvMC lib autodetection for future use (currently disabled, but working2006-01-19, by rathann
-
Remove rule to build shared libpostproc, it does not belong in MPlayer.2006-01-19, by diego
-
Use free instead of speex_free - since speex_free does not appear in the2006-01-19, by reimar
-
Typo fixes by Bounec2006-01-19, by gpoirier
-
Push "Building audio filter chain" up to verbose level.2006-01-19, by diego
-
sync to 1.2192006-01-18, by kraymer
-
Mention possible region setting requirement for some RPC-2 drives.2006-01-18, by rathann
-
FAQ about problems with playing DVDs on certain drives.2006-01-18, by rathann
-
German man page review part XIII2006-01-18, by kraymer
-
German man page review part XII (right from the beginning.. again..)2006-01-17, by kraymer
-
suppress error message at eof2006-01-17, by reimar
-
avoid Solaris 10 compile error with gcc 3.4.52006-01-17, by reimar
-
faster and (IMHO) cleaner code.2006-01-17, by reimar
-
function to read from a demuxer up to (and including) the specified2006-01-17, by reimar
-
Put settings into a more meaningful order, some cosmetics.2006-01-17, by diego
-
Improve option descriptions.2006-01-17, by diego
-
Remove multi-language setting specification, it has little use.2006-01-17, by diego
-
Improve option descriptions.2006-01-17, by diego
-
cosmetic whitespace / layout changes2006-01-16, by diego
-
German man page review part X:2006-01-16, by kraymer
-
Comment out default settings. MPlayer should behave the same w/ or w/o2006-01-16, by diego
-
sync to 1.2182006-01-16, by kraymer
-
Do not build the GUI by default in the Debian package to be more in line2006-01-16, by diego
-
Remove overly loud "warning" from runtime-cpudetection message.2006-01-16, by diego
-
MEncoder's MPEG muxer needs -vf harddup to function properly, no add a note about this.2006-01-16, by gpoirier
-
Prefer native GSM over the binary codec.2006-01-16, by diego
-
sync with 1.12062006-01-16, by gpoirier
-
typos2006-01-16, by diego
-
sync to x264 r398.2006-01-16, by lorenm
-
Print some more useful data from header in verbose mode2006-01-15, by rtognimp
-
Support sipr codec in old RealAudio files.2006-01-15, by rtognimp
-
restored hwmpa with 'working' status and lowest priority2006-01-15, by nicodvb
-
temporarily disabled hwmpa until I fix the priority2006-01-15, by nicodvb
-
ad_hwmpa: pass-through fake audio codec for hardware mpeg decoders2006-01-15, by nicodvb
-
Change LIB to LIBNAME to fix compilation.2006-01-15, by diego
-
10l: FFmpeg shared lib build information does not belong in MPlayer configure.2006-01-14, by diego
-
Always try to parse index chunk, no reason to check for movi_end2006-01-14, by reimar
-
Sync with latest FFmpeg build system changes.2006-01-14, by diego
-
German man page review part X:2006-01-14, by kraymer
-
Fix printing of audio fourcc in hex format2006-01-14, by rtognimp
-
German man page review part IX:2006-01-14, by kraymer
-
add mod playback to the wishlist2006-01-14, by rathann
-
Print audio 4cc for every stream, print 4cc of selected audio track2006-01-14, by rtognimp
-
Consistent variable names for shared libavcodec.2006-01-14, by diego
-
Add --disable-libavcodec_so/--disable-libavformat_so.2006-01-14, by diego
-
sync up to 1.2172006-01-14, by ptt
-
1l - one cast too many2006-01-14, by rathann
-
Fix parallel make builds, patch by Oded Shimon.2006-01-14, by rathann
-
German man page review part VIII2006-01-14, by kraymer
-
This patch cleans up OPTFLAGS in Gui, removes hardcoded -Wall from2006-01-13, by rathann
-
German man page review part VII2006-01-13, by kraymer
-
sync to 1.2172006-01-13, by kraymer
-
Synced with 1.822006-01-13, by jheryan
-
Synced with 1.162006-01-13, by jheryan
-
Synced with 1.762006-01-13, by jheryan
-
Synced with 1.602006-01-13, by jheryan
-
Synced with 1.242006-01-13, by jheryan
-
Synced with 1.1002006-01-13, by jheryan
-
Synced with 1.382006-01-13, by jheryan
-
Synced with 1.282006-01-13, by jheryan
-
Synced with 1.742006-01-13, by jheryan
-
Synced with 1.322006-01-13, by jheryan
-
Update licensing information: The FSF changed postal address.2006-01-13, by diego
-
massive attack: mp_msg printf format fixes2006-01-12, by rathann
-
Remove libxvmc-dev from build-depends.2006-01-12, by diego
-
wording fix2006-01-12, by kraymer
-
1.1202: Reformat examples to prevent linebreaks and hyphenation.2006-01-12, by kraymer
-
1.1201: Explain DVDREAD_NOKEYS environment variable.2006-01-11, by kraymer
-
1.1193: [does not apply]2006-01-11, by kraymer
-
remove build-depends used only for obsolete vo2006-01-11, by aurel
-
1.1186: Merry Christmas and happy cola-chugging!2006-01-11, by kraymer
-
do not give focus to vo_macosx in shared buffer mode. Patch by Hector Chu<hectorchu@gmail.com>2006-01-11, by nplourde
-
I'm the new mailling list maintainer2006-01-10, by gpoirier
-
xlibs-dev don't exist anymore, as well as libpng-dev and libgtk-dev.2006-01-10, by aurel
-
convert some printfs to mp_msg2006-01-10, by rathann
-
added support for external libavformat2006-01-09, by nicodvb
-
CamStudio codec support2006-01-09, by reimar
-
Minor correction of last updates, credit to Paul TT2006-01-09, by danny
-
OS X compilation fix: Include inttypes.h so that uint32_t is not undefined.2006-01-08, by diego
-
support for Radeon 95502006-01-08, by diego
-
sync w/ 1.12052006-01-08, by gpoirier
-
Remove non-ASCII character.2006-01-08, by diego
-
Update for current Debian package.2006-01-08, by diego
-
Improve the Debian package configuration: Remove the vo module configuration,2006-01-08, by diego
-
Quote some values to silence debconf warnings.2006-01-08, by diego
-
Do not install .cvsignore files.2006-01-08, by diego
-
include the right avcodec.h, consistently with the rest of mplayer2006-01-08, by nicodvb
-
fix crash if no video codec available2006-01-08, by reimar
-
fix premature end of audio playback (audio only)2006-01-08, by henry
-
Add uppercase MPG2 fourcc.2006-01-07, by diego
-
Remove empty sections, speak of container formats, not file formats.2006-01-07, by diego
-
minor rewording2006-01-07, by diego
-
avoid some gcc 4 compiler warnings2006-01-07, by reimar
-
Less ugly and easier to extend getFunctions2006-01-07, by reimar
-
Mention Chinese console messages.2006-01-06, by diego
-
Update for realrtsp bandwidth support2006-01-06, by rtognimp
-
This patch makes real rtsp tell the server to deliver data at specified2006-01-06, by rtognimp
-
Reformat examples to prevent linebreaks and hyphenation. When occurring2006-01-06, by diego
-
align byte is deprecated2006-01-06, by ods15
-
Yet another MPEG-4 fourcc (Samsung SMP4)2006-01-06, by rtognimp
-
1) remove global_timebase2006-01-06, by ods15
-
MN rule2006-01-06, by ods15
-
1) change date and goals slightly2006-01-06, by ods15
-
Better default vo - xv instead of x11.2006-01-06, by diego
-
Remove unused template file.2006-01-06, by diego
-
100l, the vo selection should fall back to other vo drivers.2006-01-06, by diego
-
build fix2006-01-05, by diego
-
Improve overall structure by adding a few top-level chapters so that2006-01-05, by diego
-
Add FFmpeg TrueSpeech.2006-01-05, by diego
-
Add MPEG fourcc to all MPEG decoders.2006-01-05, by diego
-
Don't leak memory (free audio reordering buffers)2006-01-04, by rtognimp
-
Remove assumption that all audio packets in a block have the same2006-01-04, by rtognimp
-
1000.0l timestamps are float2006-01-04, by rtognimp
-
Explain DVDREAD_NOKEYS environment variable.2006-01-04, by diego
-
Bandaid fix for compilation failure when creating main/.depend with GUI2006-01-04, by diego
-
cosmetics: Make the patch apply without offsets.2006-01-04, by diego
-
Update copyright date to 20062006-01-04, by gpoirier
-
Update with current changes.2006-01-04, by diego
-
CONFIGURATION FILES section added to the man page.2006-01-04, by diego
-
Expand the configuration file section to include MEncoder examples.2006-01-04, by diego
-
10l build fix2006-01-04, by diego
-
synced with 1.11982006-01-04, by gpoirier
-
little fixes i looked at after previous cvs commit :-)2006-01-04, by ptt
-
sync with 1.1198 plus little fixes2006-01-04, by ptt
-
fixed indentation for suboption brd_scale2006-01-04, by ptt
-
synced with 1.11972006-01-03, by gpoirier
-
removed previously forgotten reording options/flags2006-01-03, by nicodvb
-
Reverse commit 31 Dec 2005 18:56:35 -0000 1.342006-01-03, by gpoirier
-
removed frame reording option2006-01-03, by nicodvb
-
disable dvd subtitles by default2006-01-03, by nicodvb
-
word consistency fix2006-01-03, by ptt
-
sync up to 1.11672006-01-03, by ptt
-
Restructure ports section.2006-01-03, by diego
-
updates, spelling2006-01-03, by diego
-
Fix _inc_extra handling in DirectFB check.2006-01-03, by diego
-
small wording/spelling/syntax fixes2006-01-03, by diego
-
add bitexact's lavd flag desc.2006-01-03, by gpoirier
-
h264es: don't seek to non-keyframes2006-01-03, by lorenm
-
use $(INSTALLSTRIP) consistently2006-01-03, by rathann
-
fix the translator names list so that it conforms to lastname, firstname2006-01-02, by rathann
-
Synced with 1.2162006-01-02, by jheryan
-
Synced with 1.11822006-01-02, by jheryan
-
Partial support for QuickTime sound atom version 2.2006-01-02, by corey
-
sync up to 1.2162006-01-02, by ptt
-
add Dicas MPEGable H.264/MPEG-4 AVC fourcc2006-01-01, by iive
-
Add Rich's advice posted on the thread:2005-12-31, by gpoirier
-
"Currently mplayer looks for only one MP3 frame sync. The attached2005-12-31, by gpoirier
-
Add MPEG fourcc to mpeg12.2005-12-31, by diego
-
search next sequence_header untile a valid one is found2005-12-31, by nicodvb
-
Guide on creating quality skins.2005-12-31, by diego
-
Build incomplete Russian docs last.2005-12-31, by diego
-
check the intermediate audio buffer2005-12-31, by henry
-
update x264 feature summary2005-12-31, by lorenm
-
Mac OS update2005-12-30, by diego
-
synced with 1.11942005-12-30, by gpoirier
-
synced with 1.11922005-12-30, by gpoirier
-
sync to x264 r390 (bime)2005-12-30, by lorenm
-
for roff: add missing linebreak in uspp description2005-12-30, by wanderer
-
minor grammar/punctuation on lavc's keyint option2005-12-29, by wanderer
-
further wording fix for uspp2005-12-29, by wanderer
-
AIX PPC port2005-12-29, by diego
-
Bump DH_COMPAT version.2005-12-29, by diego
-
Add a basic watch file.2005-12-29, by diego
-
Support vme=8 (iterative overlapped block).2005-12-29, by diego
-
Include the snow wavelet comparison functions from DOCS/tech/snow.txt2005-12-29, by diego
-
wording2005-12-29, by diego
-
change erase to end of line, fall back to old behavior if no termcap found2005-12-29, by ods15
-
fix dvdread version macro2005-12-28, by rathann
-
Add bidir_refine to lavc's set of options, and document it.2005-12-28, by gpoirier
-
wma2 fixed2005-12-27, by rtognimp
-
vpotmeter fix, scroll in the correct direction2005-12-27, by ods15
-
fixes suggested by Diego2005-12-27, by gpoirier
-
new input command prefixes, pausing_keep, pausing_toggle2005-12-27, by ods15
-
Fix erase to end of line with windows, windows terminal does not support2005-12-27, by ods15
-
Remove tables used by MPlayer native 14_4 and 28_8 codecs2005-12-27, by rtognimp
-
New section: choosing the video codec for your encode: what to consider before picking it.2005-12-27, by gpoirier
-
fix setting colorkey in vidix mga_vid2005-12-26, by ods15
-
10000l to me, broke compilation on mingw, erase_to_end_of_line needs to be2005-12-26, by ods15
-
Merry Christmas and happy cola-chugging!2005-12-26, by gpoirier
-
- move our setenv() fallback implementation to osdep2005-12-26, by al
-
Adds lavc's brd_scale and updates vb_strategy2005-12-25, by gpoirier
-
support downscaling frames for dynamic b frame decission2005-12-25, by gpoirier
-
synced with 1.11842005-12-25, by gpoirier
-
add "pausing_keep" and "pausing_toggle" input cmd prefixes2005-12-25, by ods15
-
Use termcap "erase to end of line" character code instead of using spaces2005-12-25, by ods15
-
Add current Cygwin tool paths.2005-12-25, by diego
-
Windows waveout is no longer the best choice under Windows.2005-12-25, by diego
-
prefer newer terminfo-capable libraries (ncurses or terminfo)2005-12-25, by rathann