Mercurial > mplayer.hg
graph
-
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