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