2006-08-18 |
corey |
replace echo with printf; fixes compilation when shell is dash and
|
2006-08-18 |
nplourde |
disable double buffer in vo_sdl on macosx. fix flicker issue.
|
2006-08-18 |
nplourde |
fix buffering issues with short audio samples on macosx. patch by Chris Roccati <roccati@pobox.com>
|
2006-08-18 |
nplourde |
fix missing symbol when compiling with live support on mac osx
|
2006-08-17 |
diego |
10l: Also rename configure option for gcc check.
|
2006-08-17 |
diego |
Rename gcc_checking variable to gcc_check.
|
2006-08-17 |
kraymer |
r19420: Missing part of revision 19414 commit (multiple demux_info_add with same opt argument)
|
2006-08-17 |
kraymer |
r19361: Reintroduce an ugly variant of the -gui/-nogui options.
|
2006-08-17 |
kraymer |
r19424: Update new DarwinPorts URL
|
2006-08-17 |
diego |
Move all internal -I parameters to the front of CFLAGS to avoid using external
|
2006-08-17 |
gpoirier |
Fixes by Jerome Ferrari % jerome P ferrari A lappis P com %
|
2006-08-17 |
gpoirier |
Update new DarwinPorts URL (as opendarwin.org is going bye-bye and
|
2006-08-17 |
reimar |
Add -Wdeclaration-after-statement to CFLAGS if available to ensure people
|
2006-08-17 |
gpoirier |
Fixes by Jerome Ferrari
|
2006-08-16 |
reimar |
Simplistic attempt to make H.264 over RTSP work.
|
2006-08-16 |
reimar |
Missing part of revision 19414 commit (multiple demux_info_add with same opt argument)
|
2006-08-16 |
reimar |
Update information and print new value when demux_info_add is called
|
2006-08-16 |
diego |
consistency cosmetics: Handle includes just like in other Makefiles.
|
2006-08-16 |
diego |
consistency cosmetics: Add -DNOAVIFILE_HEADERS to CFLAGS instead of to INCLUDE.
|
2006-08-16 |
lucabe |
Fix compilation as a win32 shared library (libavutil must be explicitly linked)
|
2006-08-16 |
uau |
Move mpeg aos to the end of the autodetection list. At least mpegpes
|
2006-08-16 |
vayne |
further improvements to fullscreen switching.
|
2006-08-16 |
gpoirier |
m-x whitespace-cleanup
|
2006-08-16 |
eugeni |
Fix wrong handling of transparency in \fad(\fade).
|
2006-08-15 |
eugeni |
Replace stdint.h with inttypes.h.
|
2006-08-15 |
eugeni |
Angle value from style was ignored. Not anymore.
|
2006-08-15 |
ivo |
display correct audio bitrate, samplerate and number of channels once
|
2006-08-15 |
ivo |
display corrected aspect ratio for mplayer -identify
|
2006-08-15 |
eugeni |
Add subdata to ass_track conversion for external subtitles.
|
2006-08-15 |
uau |
Fix compilation with -no-PIC and without -fomit-frame-pointer (used by
|
2006-08-15 |
eugeni |
Cosmetics: fix indentation after the last patch.
|
2006-08-15 |
eugeni |
Allow \fade to be used in place of \fad and vice versa.
|
2006-08-15 |
gpoirier |
Set encoder's input format to "native endiannes", instead of little endian.
|
2006-08-15 |
diego |
-fPIC support for libswscale
|
2006-08-14 |
nicodvb |
support for dvdnav is now auto-detected; removed support for dvdnav-dir
|
2006-08-14 |
diego |
H.261 through QuickTime DLL
|
2006-08-14 |
uau |
Remove empty function that isn't used anywhere (and never has been??).
|
2006-08-14 |
uau |
Fix buffer size sanity check to match what is actually required.
|
2006-08-14 |
ods15 |
Cosmetics (nothing but spaces, tabs, and a comment changed here..)
|
2006-08-14 |
reimar |
re-indent properly after last patch.
|
2006-08-14 |
reimar |
10l in last commit, move configured-check inside sh_video and sh_video->vfilter check.
|
2006-08-14 |
diego |
stupid typo in previous commit: lavc_mpegaudio_hp --> libavcodec_mpegaudio_hp
|
2006-08-14 |
reimar |
Do not call VFCTRL_FLUSH_FRAMES when the filter chain was never configured,
|
2006-08-14 |
reimar |
Make path separator for font path a define and set it to a better value for AMIGAOS
|
2006-08-14 |
diego |
Add a switch for disabling high precision mpeg audio decoding in libavcodec.
|
2006-08-14 |
Gabrov |
xml/hu/codecs.xml synced with r19387
|
2006-08-13 |
uau |
Change pcm decode_audio to return data based on minlen instead of maxlen
|
2006-08-13 |
michael |
trying to fix the reverting paragraph
|
2006-08-13 |
diego |
XAnim homepage URL fix
|
2006-08-13 |
ivo |
fix segfault if an unknown property is requested
|
2006-08-13 |
gpoirier |
Mention MacIntel support
|
2006-08-13 |
eugeni |
Replace %lld with PRId64, part 2.
|
2006-08-13 |
reimar |
Do not put ASMALIGN define under "if x86", x86_64 needs it, too, and it might
|
2006-08-13 |
diego |
Update for recent discussions on mplayer-dev-eng.
|
2006-08-13 |
diego |
sync with FFmpeg r5930
|
2006-08-13 |
eugeni |
MinGW treats %lld as %d. Replace it with PRId64.
|
2006-08-13 |
diego |
Update for changes from r19378 (ASMALIGN macro).
|
2006-08-13 |
diego |
Replace asmalign.h hack by ASMALIGN cpp macros from config.h.
|
2006-08-12 |
diego |
Port ASMALIGN preprocessor macro for .align handling from FFmpeg.
|
2006-08-12 |
eugeni |
Fix compilation with gcc 2.95.
|
2006-08-12 |
diego |
Print "no" if all of the Vorbis tests failed.
|
2006-08-12 |
uau |
Use COMPILE_MMX2 instead of HAVE_MMX2 to determine whether to compile
|
2006-08-12 |
gpoirier |
sync with 19361
|
2006-08-12 |
reimar |
Reuse UTF-8 reading code in libavutil
|
2006-08-12 |
Gabrov |
realign of MSGTR_Exit_SIGCRASH in help_mp-hu.h
|
2006-08-12 |
Gabrov |
help_mp-hu.h & man/hu/mplayer.1 synced with r19369
|
2006-08-11 |
rtogni |
Add support for 13k Voice (Qclp) in 3g2 files
|
2006-08-11 |
ivo |
replace calls to perror() with calls to mp_msg()
|
2006-08-11 |
diego |
Fix compilation with MMX disabled, the mmx_null and mmx_one constants don't need to
|
2006-08-10 |
michael |
pass average bitrate from encoder to (lavf) muxer
|
2006-08-10 |
diego |
editorial spelling/wording/grammar changes
|
2006-08-09 |
reimar |
Get rid of two initialized but unused variables
|
2006-08-09 |
michael |
update the moving & copying rules as disscussed on mplayer-dev + some (but not all as iam lazy) fixes by the wanderer
|
2006-08-08 |
reimar |
Disable Y800 colorspace support, otherwise mplayer uses it even when it's not supposed to.
|
2006-08-08 |
reimar |
Reintroduce an ugly variant of the -gui/-nogui options.
|
2006-08-08 |
reimar |
-logg must come before -lvorbisidec since both declare the same symbols.
|
2006-08-08 |
diego |
Reorganize libvorbis/Tremor detection, external Tremor should be detected now.
|
2006-08-08 |
diego |
spelling/clarification for --help output
|
2006-08-07 |
diego |
cosmetics: Rename TREMOR variable to TREMOR_INTERNAL for consistency.
|
2006-08-07 |
reimar |
Make sure we do not print the obsolete skin path when we did not find any skin.
|
2006-08-07 |
gpoirier |
remove trailing spaces + remove some obviously redudant words
|
2006-08-07 |
diego |
cosmetics: Rename some variables for consistency.
|
2006-08-07 |
gpoirier |
synced with r19348
|
2006-08-06 |
diego |
punctuation, slight clarification
|
2006-08-06 |
eugeni |
Restore empty line accidentally deleted with the previous commit.
|
2006-08-06 |
eugeni |
Mention mkv chapter seeking in ChangeLog and AUTHORS.
|
2006-08-06 |
reimar |
Support for version 1 (64 bit) mvhd and mdhd, taken from libavformat mov demuxer
|
2006-08-06 |
eugeni |
Add matroska chapter seeking capability.
|
2006-08-06 |
eugeni |
"[ass] init" message looks better when it starts with the capital letter 'I'.
|
2006-08-06 |
eugeni |
Use FontConfig cache to speedup mplayer startup.
|
2006-08-06 |
diego |
Fix bug introduced in LIVE555 test simplification, -lstdc++ should go last
|
2006-08-06 |
diego |
Prefer ffvorbis over Xiph Vorbis decoder, it's faster.
|
2006-08-05 |
uau |
Don't crash if audio init fails.
|
2006-08-05 |
lucabe |
Another PIX_FMT_ ---> IMGFMT_ conversion
|
2006-08-05 |
ben |
isolated tcp socket code from network.c to a dedicated file
|
2006-08-05 |
diego |
Simplify Tremor low accuracy test, label external Tremor as such.
|
2006-08-05 |
diego |
Do not assemble MMX, MMX2 or 3DNOW code unconditionally on X86 and X86_64.
|
2006-08-05 |
ben |
missing ifndef/define/endif couple in udp header
|
2006-08-05 |
ben |
kill a warning in getsockopt()
|
2006-08-05 |
ben |
kill a warning in getsockopt()
|
2006-08-05 |
diego |
10l, line from a local modification committed by accident.
|
2006-08-04 |
diego |
Unify include path handling in the build system, part III:
|
2006-08-04 |
diego |
Fix libcdio test after r19200, the detected include dir was not stored.
|
2006-08-04 |
diego |
Move store_ughvlc to demux_mov as demux_ogg is not always compiled in.
|
2006-08-04 |
nicodvb |
auto-detection of mpeg-ps in mov; initial patch by John Koleszar jkoleszar on2 com (fixed by me)
|
2006-08-04 |
ben |
added recent changes with independant stream layer library
|
2006-08-04 |
ben |
rtsp is a stream layer not demuxer
|
2006-08-04 |
ben |
inputs is for keys, this is stream
|
2006-08-04 |
ben |
a few more files i'll maintain
|
2006-08-04 |
ben |
removed some useless includes
|
2006-08-04 |
ben |
moved some definitions from rtp.h to rtp.c as they're not exported or used anywhere else
|
2006-08-04 |
ben |
removed udp socket creation code from rtp stack to a new dedicated udp helper file
|
2006-08-04 |
reimar |
-identify should display all ID_ messages, including DVD title length
|
2006-08-04 |
ben |
fix compilation of librtsp
|
2006-08-04 |
ben |
few cosmectic changes to remove duplication
|
2006-08-04 |
reimar |
Move ID_AUDIO_CODEC printing after codec init again (it didn't get printed otherwise).
|
2006-08-04 |
ben |
split rtp stack, udp input layer and rtp input layer from rtp.c
|
2006-08-04 |
ben |
proper inclusion of demuxer.h (including libmpdemux in Makefile only was to make previous split easier)
|
2006-08-04 |
ben |
moved pnm.h to stream/ (where it belongs)
|
2006-08-04 |
diego |
Merge DirectFB header check into DirectFB check.
|
2006-08-04 |
diego |
Remove silly check for $_inc_directfb, it is not set beforehand.
|
2006-08-04 |
diego |
Remove one more redundant test invocation.
|
2006-08-04 |
diego |
Simplify DirectFB header check.
|
2006-08-03 |
diego |
cosmetics: Fix DVB test indentation.
|
2006-08-03 |
diego |
cosmetics: Fix indentation after last commit.
|
2006-08-03 |
diego |
Run DVB (HEAD) test only when the corresponding variable is set to auto.
|
2006-08-03 |
diego |
Forgotten part of the LIVE555 configure test simplification.
|
2006-08-03 |
ben |
renamed dvdnav_stream to stream_dvdnav for consistency
|
2006-08-03 |
ben |
added dedicated file for mf:// input
|
2006-08-03 |
ben |
mf.[hc] belong to libmpdemux
|
2006-08-03 |
diego |
Recurse into subdirs before cleaning the top level to avoid error messages.
|
2006-08-03 |
ben |
renamed cue_read.c to stream_cue.c for consistency
|
2006-08-03 |
ben |
removed useless cue_read.h file
|
2006-08-03 |
ben |
renamed dvbin.c to stream_dvb.c for consistency
|
2006-08-03 |
ben |
conversion from stream_null to stream_tv was missing stream type
|
2006-08-03 |
ben |
correctly report audio input
|
2006-08-03 |
diego |
'make distclean' should remove all generated files, so also config.[h|mak].
|
2006-08-03 |
diego |
'make clean' now recurses through subdirectories as expected,
|
2006-08-03 |
diego |
Clean up memalign test and don't apply MEMALIGN_HACK to Darwin.
|
2006-08-03 |
diego |
typo, VC-1/WMV3/WMV9 decoder
|
2006-08-03 |
diego |
Enable FFmpeg WMV3 decoder, the binary decoder is still preferred.
|
2006-08-02 |
Gabrov |
synced with r19293
|
2006-08-02 |
diego |
Move conditional compilation of cdinfo.c to the build system.
|
2006-08-01 |
ben |
fix a/v sync issues when using ad_hwmpa
|
2006-08-01 |
diego |
Ignore .depend and stream.a.
|
2006-08-01 |
diego |
$inc_extra vs $_inc_extra typo, closes bug #543.
|
2006-08-01 |
uau |
Change toplevel Makefile to invoke subdirectory Makefiles
|
2006-08-01 |
diego |
Simplify LIVE555 test and make it more consistent with the other tests.
|
2006-08-01 |
diego |
We include libavcodec, libavformat, libavutil, libpostproc from FFmpeg now.
|
2006-08-01 |
nicodvb |
clarification on -mpegopts :vaspect
|
2006-07-31 |
diego |
New sentences should start on a new line.
|
2006-07-31 |
pacman |
Fix SVQ3 extradata handling so it works correctly with demux_lavf
|
2006-07-31 |
pacman |
Fix bogus pointer addition in the extraction of extradata from
|
2006-07-31 |
ben |
removed deprecated test.c file from libmpdemux
|
2006-07-31 |
nicodvb |
don't use vaspect on mpeg1 video streams
|
2006-07-31 |
ben |
fix includes due to libmpdemux split (patch by Stefan Huehner)
|
2006-07-31 |
ben |
add an explicit tv stream input instead of the previous hack in stream_null
|
2006-07-31 |
ben |
renamed cddX stream interface to stream_cddX for consistency
|
2006-07-31 |
ben |
introduce new 'stream' directory for all stream layer related components and split them from libmpdemux
|
2006-07-31 |
lucabe |
Add support for ffmpeg's pixel format names in libswscale
|
2006-07-31 |
attila |
Move the section describing the per movie config files
|
2006-07-30 |
diego |
Add Indexes to Options as suggested by Jaeho Shin.
|
2006-07-30 |
rtogni |
Remove useless include
|
2006-07-30 |
rtogni |
Make some more function static
|
2006-07-30 |
diego |
Clarify licensing situation.
|
2006-07-30 |
diego |
There is a reference to a file COPYRIGHT that we do not include, so paste
|
2006-07-30 |
rtogni |
md5 result is 16 bytes, not 20
|
2006-07-30 |
ben |
removed now useless duplicate includes
|
2006-07-30 |
diego |
LRMI has been removed some time ago.
|
2006-07-30 |
gpoirier |
How to encode movies for PSP
|
2006-07-30 |
diego |
Update for changes from r19139 and r19137.
|
2006-07-30 |
rtogni |
xor_table can't be NULL, remove useless check
|
2006-07-30 |
diego |
Make patch apply cleanly and with -p0, not a mix of -p0 and -p1.
|
2006-07-30 |
rtogni |
The real hash function is just a md5, replace with lavu code
|
2006-07-30 |
rtogni |
Update upstream references, add a missing file
|
2006-07-30 |
rtogni |
Restore a local diff lost during license fix at r19256
|
2006-07-30 |
michael |
alex didnt commit his (very incomplete) rfc conversion of my proposal so i commit mine here
|
2006-07-30 |
nicodvb |
no need to reming the copyright with msg_(), the notice in the source is enough
|
2006-07-30 |
uau |
Replace tremor files that had old headers saying "ALL REDISTRIBUTION
|
2006-07-29 |
diego |
Use LC_ALL instead of LANG since the former overrides the latter.
|
2006-07-29 |
diego |
cosmetics: Make patch apply cleanly.
|
2006-07-29 |
diego |
Add a paragraph about which Subversion version to use.
|
2006-07-29 |
diego |
Cope with localized Subversion clients.
|
2006-07-29 |
vayne |
updated documentation.
|
2006-07-29 |
vayne |
improved fullscreen switching
|
2006-07-29 |
nicodvb |
re-added forgotten return in send_mpeg_lpcm_packet()
|
2006-07-29 |
nicodvb |
final cleanup: implemented send_mpeg_pes_packet() and send_mpeg_lpcm_packet() using new send_mpeg_pes_packet_ll()
|
2006-07-29 |
reimar |
optimize and simplify memcpy usage, use mem2agpcpy_pic
|
2006-07-29 |
diego |
Add comment about Chinese AVS only working with lavf at the moment.
|
2006-07-29 |
nicodvb |
ptslen was set to 5 even when no pts==0
|
2006-07-29 |
ben |
typo fix
|
2006-07-29 |
rtogni |
Support for Chinese AVS
|
2006-07-29 |
gpoirier |
Part 2 of the various fixes features by Jerome Ferrari
|
2006-07-29 |
ben |
missed some escaping
|
2006-07-29 |
ben |
use DOCS writing standards for default values (asked by diego)
|
2006-07-29 |
gpoirier |
Part 1 of review of Jerome's Ferrari's patch
|
2006-07-29 |
attila |
disable dha kernelhelper support by default.
|
2006-07-29 |
gpoirier |
sync w/ r19233
|
2006-07-29 |
ben |
french manpage for pvr:// input
|
2006-07-29 |
ben |
added ivtv ao/vo in ChangeLog
|
2006-07-29 |
ben |
missing supported PVR card reference
|
2006-07-29 |
ben |
english manpage for pvr:// input
|
2006-07-28 |
uau |
Set user_muted in mp_property_mute(). Fixes mute turning off when
|
2006-07-28 |
ben |
updated en/fr manpages for ao_ivtv
|
2006-07-28 |
ben |
ao_ivtv driver in authors/maintainers files
|
2006-07-28 |
ben |
added audio output for ivtv cards
|
2006-07-28 |
nicodvb |
removed default outfile for -ao mpegpes
|
2006-07-28 |
nicodvb |
if HAVE_DVB isn't set don't fall back to outputting audiograb.mpg by default, fail instead
|
2006-07-28 |
reimar |
Some more documentation
|
2006-07-28 |
reimar |
Implement DEMUXER_CTRL_GET_TIME_LENGTH and DEMUXER_CTRL_GET_PERCENT_POS,
|
2006-07-28 |
reimar |
10l, last commit swapped U and V planes.
|
2006-07-28 |
reimar |
Handle frames with stride correctly (e.g. the "Version" source of current AVS).
|
2006-07-28 |
reimar |
Do not count each decoded frame twice.
|
2006-07-28 |
uau |
cosmetics: fix incorrect indentation left by reimar and extra word in
|
2006-07-28 |
nicodvb |
include sys/poll.h only when HAVE_DVB[_HEAD] is set
|
2006-07-28 |
reimar |
Cosmetics for last commit
|
2006-07-28 |
reimar |
Move more stuff under if (avs_has_video... to simplify later patches.
|
2006-07-28 |
reimar |
set pts of the demux patcket correctly
|
2006-07-28 |
reimar |
Move variable declarations to the block level where they are actually used
|
2006-07-28 |
reimar |
call av_release_clip at uninit, part of a patch by Gianluigi Tiesi <mplayer at netfarm it>
|
2006-07-28 |
uau |
Remove code that prevented the OSD current time from going back by one
|
2006-07-28 |
reimar |
Avoid large amounts of data on the stack (> 900k on 64 bit systems).
|
2006-07-28 |
reimar |
Do not treat AV_NOPTS_VALUE as a valid duration value.
|
2006-07-28 |
diego |
Comment some #endif lines.
|
2006-07-28 |
diego |
unused variable warning fix
|
2006-07-28 |
diego |
Fixes the format string for the warning message on line 182 (%x
|
2006-07-27 |
diego |
Remove $ from a variable in a comment to avoid irritating expansion.
|
2006-07-27 |
diego |
The C99 function strtof is unavailable in some BSD variants.
|
2006-07-27 |
diego |
Improve ao_mpegpes description.
|
2006-07-27 |
pacman |
Fix compile error due to extra "FF" at beginning of file in the FF{MIN,MAX}
|
2006-07-27 |
reynaldo |
fix wrong and unrelated change done in r19199
|
2006-07-27 |
reynaldo |
corrects some casts that previously discarded the const qualifier. Patch by Stefan Huehner, stefan AT Huehner-org
|
2006-07-27 |
diego |
Remove superfluous $_inc_extra parameter from cc_check call.
|
2006-07-27 |
diego |
Unify include path handling in the build system, part II.
|
2006-07-27 |
diego |
Remove inconsistency from libcdio test.
|
2006-07-27 |
reynaldo |
marks some read-only char* inside structs as const, patch by Stefan Huehner, stefan At huehner-org
|
2006-07-27 |
diego |
Remove silly test/include path cleanup.
|
2006-07-27 |
diego |
Remove unused variable.
|
2006-07-27 |
diego |
Rename _inc_soundcard to _include_soundcard, _inc variables are used
|
2006-07-27 |
diego |
Unify include paths in the build system, part I.
|
2006-07-27 |
diego |
Introduce general V4L variable/define.
|
2006-07-27 |
diego |
Missed HAVE_TV_V4L --> HAVE_TV_V4L1 rename.
|
2006-07-27 |
diego |
Rename *v4l variable to *v4l1.
|
2006-07-26 |
diego |
description of the arnd scale video filter parameter
|
2006-07-26 |
nicodvb |
new -ao mpegpes options
|
2006-07-26 |
nicodvb |
split the incestous intercourse between ao_mpegpes and vo_mpegpes; now the devices can be used separately
|
2006-07-26 |
reimar |
demuxer might not set i_bps, so do not divide by it in that case
|
2006-07-26 |
reimar |
Incorrect check in gxf demuxer leading to crash with textKO.gxf sample file
|
2006-07-26 |
lucabe |
Replace MIN() and MAX() with FFMIN() and FFMAX()
|
2006-07-26 |
gpoirier |
fix 3 bugs in libmpdemux/demux_mf.c
|
2006-07-25 |
boskicinek |
- synced with 18964 by Emdej and fixes from Boski
|
2006-07-25 |
gpoirier |
synced with r19181
|
2006-07-25 |
uau |
Regular expression for conversions had 'P' instead of 'p', fixed
|
2006-07-24 |
corey |
- Add missing "00" in -af pan usage line.
|
2006-07-24 |
gpoirier |
ketchup time (merge forgotten commit)
|
2006-07-24 |
gpoirier |
synced with r19161
|
2006-07-24 |
michael |
a tiny bit of cleanup
|
2006-07-24 |
michael |
vertical scaler with accurate rounding, some people on doom9 can see +-1 errors
|
2006-07-24 |
Gabrov |
hu/ports.xml & man/hu/mplayer.1 synced with r19175
|
2006-07-23 |
atmos4 |
Add simple edit list support to mov demuxer, it supports delay of audio and video tracks at the beginning of the file. E.g. video starts at 0.0s audio at 4.0s. It uses mplayers a/v-delay to achieve sync so please use with -framedrop for fastest sync. More Details in my mail to dev-eng from 2006-07-22.
|
2006-07-23 |
pacman |
Fix typo introduced in the memalign->av_malloc conversion (there is no
|
2006-07-23 |
reimar |
Missing part of the malloc -> av_malloc patch: memalign must be replaced as well!
|
2006-07-23 |
reimar |
Simplify and and speedup generation of yuv2rgb and gamma map tables
|
2006-07-23 |
gpoirier |
in some cases, vf_bmovl produces junk due to source and
|
2006-07-23 |
gpoirier |
-vf pp7 overblurs still parts of the image, which
|
2006-07-23 |
ben |
use mpeg packetizer helpers for sending lpcm packets
|
2006-07-23 |
ben |
removed now unnecessary define
|
2006-07-23 |
ben |
removed now unnecessary variable
|
2006-07-23 |
nicodvb |
reuse send_mpeg_lpcm_packet() instead of the old packetizer
|
2006-07-23 |
reimar |
Take start time into consideration when calculation percentage position
|
2006-07-23 |
nicodvb |
in decode_audio() memset(0) unused memory in buf before returning
|
2006-07-23 |
nicodvb |
don't do the work of mp_get_mp3_header() and, as a side effect, prevent a deadlock due to a missed cnt++
|
2006-07-22 |
nicodvb |
the value returned by decode_audio() must be the amount of _decoded_ bytes (finally it's beginning t work: no more toomanypackets... message)
|
2006-07-22 |
diego |
cosmetics/punctuation/spelling
|
2006-07-22 |
ben |
rename rtsp.c to stream_rtsp.c for consistency with other input modules
|
2006-07-22 |
rathann |
Native MPEG4 SP/ASP/AP support in Matroska.
|
2006-07-22 |
ben |
fix compilation if DVB is not defined
|
2006-07-22 |
ben |
display the right MPEG packet type
|
2006-07-22 |
ben |
use new mpeg_packetizer helpers
|
2006-07-22 |
nicodvb |
my_write() must return the bytes written
|
2006-07-22 |
nicodvb |
cosmetics: comments and reindentation asked by gxben
|
2006-07-22 |
nicodvb |
simplified mpeg packetizer used by hw mpeg decoders/vo - first round
|
2006-07-21 |
gpoirier |
Compile fix, patch by Aidan Thornton % makomk # lycos P co P uk %
|
2006-07-21 |
gpoirier |
sync r19134
|
2006-07-21 |
ben |
updated french man page with vo_ivtv description
|
2006-07-21 |
ben |
updated english man page with vo_ivtv description
|
2006-07-20 |
lucabe |
Use libavutil in libswscale, and allow it to be built out of the mplayer tree
|
2006-07-19 |
ben |
updated mpeg_packetizer include to new localization
|
2006-07-19 |
ben |
moved mpeg_packetizer helpers to libmpdemux
|
2006-07-19 |
ben |
added myself as maintainer of vo_ivtv driver
|
2006-07-19 |
ben |
added reference to ivtv vo driver
|
2006-07-19 |
ben |
added reference to ivtv card in mpegpes decoder info
|
2006-07-19 |
ben |
new vo driver for ivtv cards tv-out through internal h/w mpeg decoder
|
2006-07-19 |
ben |
new mpeg helpers to build and send mpeg 1/2 ps/pes packets (used by some vo drivers)
|
2006-07-19 |
rtogni |
Quit on eof, was broken by r17150
|
2006-07-19 |
rfelker |
10l, i broke this with my last commit. should be fixed now.
|
2006-07-19 |
rfelker |
10l, i missed ifdefs around the calls
|
2006-07-19 |
rfelker |
remove duplicate code and fix issue of compiling mmx code when we
|
2006-07-19 |
rfelker |
do not compile mmx/sse/3dnow code if not available
|
2006-07-19 |
rfelker |
old 10l: do not try to compile mmx code if we do not have mmx
|
2006-07-18 |
kraymer |
move -ass on top of -ass-* options
|
2006-07-18 |
kraymer |
r19131: 10l to someone..
|
2006-07-18 |
diego |
10l compilation fix: misplaced tag
|
2006-07-18 |
rfelker |
10l to someone..
|
2006-07-18 |
lorenm |
sync to x264 r537 (api change)
|
2006-07-17 |
uau |
Fix use of uninitialized variable
|
2006-07-17 |
michael |
remove vorbis and theora support by request of ivan
|
2006-07-17 |
diego |
10l typo, please check compilation before committing.
|
2006-07-16 |
michael |
clarify H.264 global header format
|
2006-07-16 |
nicodvb |
prevent buffer underflow; the code is still incorrect and leads to desync but at least it doesn't crash
|
2006-07-16 |
kraymer |
oops, r18816 was actually missing in previous commit
|
2006-07-16 |
kraymer |
r19087: Remove support for obsolete and non-free divx4/odivx libraries.
|
2006-07-16 |
kraymer |
r19081: Update some old and crufty sections.
|
2006-07-16 |
kraymer |
r19097: wording fix; default dvb tuning timeout is now 30 seconds
|
2006-07-16 |
kraymer |
r19087: Remove support for obsolete and non-free divx4/odivx libraries.
|
2006-07-16 |
kraymer |
r19050: grammar and consistency fixes
|
2006-07-16 |
kraymer |
r18964: wording fix
|
2006-07-16 |
kraymer |
sync of ports.xml:
|
2006-07-16 |
kraymer |
some xml docs review, based on patches by Kurt Lettmaier (k . lettmaier @at@ onlinehome.de)
|
2006-07-16 |
reynaldo |
marks several strings inside structs as const when they hold just
|
2006-07-16 |
reynaldo |
Removes an unneeded cast. Patch by Stefan Huehner, stefan AT.. huehner.org
|
2006-07-16 |
reynaldo |
marks several read-only string parameters and function return-values which can only be used read-only as const. Patch by Stefan Huehner, stefan _AT huener-org
|
2006-07-15 |
reynaldo |
minor arrangements to my entry
|
2006-07-15 |
reynaldo |
add stefan to AUTHORS file for his several cleanup patches
|
2006-07-15 |
michael |
clarify "extradata"
|
2006-07-15 |
reynaldo |
marks several read-only string parameters which aren't modified inside the called function as const. Patch by Stefan Huehner, stefan AT huehner-org
|
2006-07-15 |
diego |
now obsolete
|
2006-07-15 |
diego |
Change sync tags to rXXXX.
|
2006-07-15 |
diego |
Change function declararation w/o parameters to the correct foo(void) syntax.
|
2006-07-15 |
boskicinek |
- sync and fixes
|
2006-07-15 |
boskicinek |
- CVS --> SVN
|
2006-07-15 |
Gabrov |
help_mp-hu.h synced with r19087
|
2006-07-15 |
Gabrov |
Hungarian docs & man page synced with r19101
|
2006-07-15 |
ivo |
print frame type and keep track of last encountered keyframe
|
2006-07-15 |
ivo |
typo
|
2006-07-15 |
ivo |
new black frame detection filter
|
2006-07-14 |
rtogni |
Assume that missing streamcount means one stream, and missing mimetype
|
2006-07-14 |
nicodvb |
wording fix; default dvb tuning timeout is now 30 seconds
|
2006-07-14 |
nicodvb |
raise default tuning timeout to 30 seconds in order to give enough time to less sensitive cards; better tuners won't tune slower
|
2006-07-14 |
nicodvb |
cosmetical reformatting
|
2006-07-14 |
nicodvb |
simplification in dvb_step_channel
|
2006-07-14 |
nicodvb |
force demuxer type to mpegts to speed up detection and avoid useless and slow probes; this doesn't prevent to use stream_dvb with demux_lavf
|
2006-07-14 |
nicodvb |
removed obsolete file
|
2006-07-14 |
nicodvb |
moved LOF macros from dvb_defaults.h
|
2006-07-14 |
ivo |
added checks for stupid code like casting return value of malloc and friends,
|
2006-07-14 |
nicodvb |
removed never used macros; patch by zzam gentoo org (Matthias Schwarzott)
|
2006-07-14 |
ivo |
remove useless comment
|
2006-07-14 |
diego |
Remove support for obsolete and non-free divx4/odivx libraries.
|
2006-07-14 |
diego |
Mark several string parameters that are not modified in the function as const.
|
2006-07-14 |
ivo |
fix line >79 characters
|
2006-07-14 |
ivo |
fix matching of MSDOS line endings
|
2006-07-14 |
ivo |
also omit configure.log and the generated help_mp.h from files to check
|
2006-07-14 |
ivo |
CVS --> Subversion
|
2006-07-14 |
diego |
Update some old and crufty sections.
|
2006-07-14 |
diego |
printf --> mp_msg
|
2006-07-14 |
reynaldo |
removes unused parentheses lefted behind in the r19075 sizeof(char) cleanups, noticed by dalias
|
2006-07-13 |
diego |
Remove #if LIBAVCODEC_BUILD >= XXX and #if LIBAVFORMAT_BUILD >= XXX jungle.
|
2006-07-13 |
diego |
cosmetics to ease future patching
|
2006-07-13 |
eugeni |
Fix linking order. FontConfig should appear after libass.
|
2006-07-13 |
reynaldo |
more sizeof(char) fun
|
2006-07-13 |
diego |
dvd-device should also be enabled when dvdnav_stream is requested but stream_dvd
|
2006-07-13 |
reynaldo |
drops casts from void * on malloc/calloc from vidix/
|
2006-07-13 |
reynaldo |
little rephrasing and corrected reference to main->trunk
|
2006-07-13 |
reynaldo |
marks several function without a prototype which arent used outside its sourcefile as static, Patch by Stefan Huehner - stefan AT huehner-org
|
2006-07-13 |
reynaldo |
drops casts from void * on malloc/calloc, leftover on libmpcodecs
|
2006-07-13 |
eugeni |
Cosmetics.
|
2006-07-13 |
eugeni |
Use FcPatternAdd-Type instead of FcNameParse. The latter, as it turns out, requires escaping of some characters ('-', maybe more).
|
2006-07-13 |
reynaldo |
drops casts from void * on malloc/calloc from libmpdemux code
|
2006-07-13 |
reynaldo |
drops casts from void * on malloc/calloc from the gui code
|
2006-07-13 |
gpoirier |
Some systems[1] list the 970 as PPC970 on /proc/cpuinfo, so add support
|
2006-07-13 |
diego |
Compilation fix: Mark mp_property_find parameter as const.
|
2006-07-13 |
gpoirier |
some updates and corrections by Jerome Ferrari < jerome PP ferrari AH lappis PP com >
|
2006-07-13 |
michael |
rename mpcf.txt to nut.txt
|
2006-07-13 |
michael |
freeze (this is pretty much oded shimons patch from a few month ago)
|
2006-07-13 |
Gabrov |
man/hu/mplayer.1 synced with r19052
|
2006-07-13 |
gpoirier |
synced with r19051
|
2006-07-13 |
reynaldo |
marks several string parameters as const, as they are not modified inside the function, Patch by Stefan Huehner, stefan AT huehner-org
|
2006-07-13 |
diego |
Streamline GUI build.
|
2006-07-13 |
diego |
Clean up codec-cfg and friends handling.
|
2006-07-12 |
diego |
Remove non-existing CSS_INC.
|
2006-07-12 |
diego |
Simplify includes.
|
2006-07-12 |
diego |
Remove old and obsolete mplayer_wine QT DLL loading stuff.
|
2006-07-12 |
diego |
Rename OSD/SUB section to OSD/SUBTITLES.
|
2006-07-12 |
diego |
alphabetical order for the OSD/SUB section
|
2006-07-12 |
diego |
grammar and consistency fixes
|
2006-07-12 |
eugeni |
Support 6 argument variant of \move.
|
2006-07-12 |
Gabrov |
HU DOCS & man synced with r19046
|
2006-07-12 |
kraymer |
r19046: two small fixes
|
2006-07-12 |
kraymer |
two small fixes
|
2006-07-12 |
kraymer |
r19043: add missing comma [does not apply]
|
2006-07-12 |
kraymer |
r19039: Use only one global config.mak file.
|
2006-07-12 |
corey |
add missing comma
|
2006-07-12 |
diego |
OPTFLAGS already includes EXTRA_INC.
|
2006-07-12 |
diego |
There is only one config.mak file left, don't ignore the others anymore.
|
2006-07-12 |
diego |
There is only one global config.mak file left.
|
2006-07-12 |
diego |
Use only one global config.mak file.
|
2006-07-12 |
diego |
Remove useless variable.
|
2006-07-12 |
diego |
Sync with latest FFmpeg build system changes:
|
2006-07-12 |
vayne |
center sub window option within the preferences dialog.
|
2006-07-12 |
ivo |
remove check. libavutil is now mandatory
|
2006-07-12 |
diego |
Work around DTS_INC and MLIB_INC now being gone from FFmpeg.
|
2006-07-12 |
diego |
Make libavutil mandatory.
|
2006-07-12 |
boskicinek |
- svn sync tag added
|
2006-07-12 |
diego |
Remove copyright notice changes from local diff.
|
2006-07-12 |
boskicinek |
- incomplete but we probably need this (because we updated mencoder.xml already)
|
2006-07-12 |
diego |
Update with latest changes and make diff apply cleanly.
|
2006-07-12 |
diego |
updates + cosmetics
|
2006-07-12 |
boskicinek |
- svn sync tag added
|
2006-07-12 |
diego |
Remove remnants of old libmp1e support.
|
2006-07-12 |
diego |
Telecine article on divx.com has gone 404, link to Wikipedia instead.
|
2006-07-12 |
diego |
libavformat interdependencies have been fixed so disable all muxers
|
2006-07-12 |
reimar |
Fix for changed env parameter contents and improve speed.
|
2006-07-12 |
uau |
Fix = vs == typo
|
2006-07-11 |
diego |
sync with FFmpeg r5718
|
2006-07-11 |
diego |
Fix compilation with MEncoder disabled: Some libavformat demuxers have
|
2006-07-11 |
diego |
Fix 10l regexp mistake that disabled all decoders/encoders.
|
2006-07-11 |
diego |
xvmclib vs xvmclibdir typo
|
2006-07-11 |
reimar |
Somewhat fix Gui with xinerama, reuse existing code, maybe one day the Gui will
|
2006-07-11 |
diego |
Split _libavcodecs variable into _libavdecoders and _libavencoders.
|
2006-07-11 |
diego |
Disable FFmpeg muxers when not compiling MEncoder.
|
2006-07-11 |
diego |
Sync with FFmpeg: (de)muxers are now individually selectable.
|
2006-07-11 |
Gabrov |
help_mp-hu.h synced with r18916
|
2006-07-11 |
diego |
Add FFmpeg parsers to config.h as well.
|
2006-07-11 |
diego |
Mention that individual codec and parser en-/disabling is FFmpeg-specific.
|
2006-07-11 |
gpoirier |
sync w/ 18969 (latest Eng. version)
|
2006-07-11 |
gpoirier |
sync w/ r18942
|
2006-07-10 |
eugeni |
Support some recently discovered color formats.
|
2006-07-10 |
eugeni |
Ignoring FT_Glyph_Stroke() errors can potentially lead to double free().
|
2006-07-10 |
eugeni |
Only match outline fonts.
|
2006-07-10 |
ben |
appended pvr support in AUTHORS file
|
2006-07-10 |
ben |
added myself as maintainer of pvr input layer
|
2006-07-10 |
ben |
updated ChangeLog with new pvr:// input
|
2006-07-10 |
ben |
added new pvr:// input for ivtv based cards
|
2006-07-10 |
reimar |
vo_gl can do flipping without special filter
|
2006-07-10 |
reimar |
Fix negative stride handling in -dr case
|
2006-07-10 |
reimar |
Get rid of left-over incorrect UnmapBuffer hack
|
2006-07-10 |
gpoirier |
sync w/ r18928
|
2006-07-10 |
gpoirier |
sync w/ 18916
|
2006-07-10 |
gpoirier |
Sync w/ 18712
|
2006-07-10 |
gpoirier |
sync w/ 18702
|
2006-07-10 |
lucabe |
make libswscale build system similar to the libav* one
|
2006-07-10 |
reimar |
Fix off-by-one error for negative strides (flipped image)
|
2006-07-10 |
reimar |
Fix window size bug when starting with -fs and returning
|
2006-07-10 |
rfelker |
c++ decls, 100000000000l to whoever broke my code like this..
|
2006-07-10 |
rfelker |
more c++ decl crap
|
2006-07-10 |
rfelker |
more c++ decl crap
|
2006-07-10 |
rfelker |
1000000000l to whoever added c++ decl crap, probably uau..
|
2006-07-09 |
diego |
Simplify ASS handling second try, this time taking FreeType into account.
|
2006-07-09 |
eugeni |
Revert r18980, it breaks compilation under MinGW.
|
2006-07-09 |
reynaldo |
Marks several string parameters as const when they are not modified in the function, Patch by Stefan Huehner, stefan AT huehner-org
|
2006-07-09 |
diego |
10l, xvmclib(dir) does not specify a directory name.
|
2006-07-09 |
diego |
Consistent option and variable naming for x11libdir and xvmclibdir.
|
2006-07-09 |
diego |
_x11_paths should just be a list of paths without -L.
|
2006-07-09 |
diego |
Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org.
|
2006-07-09 |
diego |
Simplify ASS handling.
|
2006-07-09 |
diego |
Remove all encoders from the list of FFmpeg codecs when MEncoder is disabled.
|
2006-07-09 |
diego |
Sync with latest FFmpeg build system changes, now parsers can be
|
2006-07-09 |
eugeni |
Add my IRC nick.
|
2006-07-09 |
uau |
Change SRC_PATH for ffmpeg back to '..' to avoid hardcoding current
|
2006-07-09 |
gpoirier |
Fix code cosmetics
|
2006-07-09 |
Gabrov |
DOCS/xml/hu synced with r18973
|
2006-07-09 |
Gabrov |
DOCS/man/hu/mplayer.1 synced with r18969
|
2006-07-09 |
reynaldo |
makes several libaf functions static coz they are not used outside their source files. Patch by Stefan Huehner, stefan AT huehner-org
|
2006-07-09 |
reynaldo |
two variables are made static, one of them additionaly modified to const char*. Patch by Stefan Huehner, stefan AT huehner-org
|
2006-07-09 |
reynaldo |
make prefix const. Patch by Stefan Huehner, stefan AT huehner-org
|
2006-07-08 |
gpoirier |
Mention hardware DTS pass-through. This wasn't strictly needed, but requested in:
|
2006-07-08 |
reimar |
customtrect -vo gl suboption
|
2006-07-08 |
reimar |
forgotten customtlin -vo gl suboption documentation
|
2006-07-08 |
reimar |
Support for 16 bit ppms
|
2006-07-08 |
reimar |
More helpful ProgramEnvParameters.
|
2006-07-08 |
diego |
wording fix
|
2006-07-08 |
diego |
Remove unused variables, patch by Stefan Huehner stefan at huehner org.
|
2006-07-08 |
eugeni |
Add myself to maintainers.
|
2006-07-08 |
eugeni |
Add myself to AUTHORS.
|
2006-07-08 |
diego |
Do not compile FFmpeg muxers and encoders unless MEncoder is enabled.
|
2006-07-08 |
vayne |
small fix to properly display skins when switching skins during playback.
|
2006-07-08 |
vayne |
crash fix when clicking on volume sliders when in stop state.
|
2006-07-08 |
vayne |
handle sub-window WinID checks in the gui.
|
2006-07-08 |
uau |
Set svn:ignore
|
2006-07-08 |
uau |
Make some functions static.
|
2006-07-08 |
reimar |
Improve windows gui support
|
2006-07-08 |
reimar |
Do not fiddle (too much) with external (WinID) windows
|
2006-07-08 |
reimar |
OpenGL outputs actually support WinID, not to mention that showing the option
|
2006-07-08 |
reimar |
vo_init hack is no longer required after the last patch removed the call
|
2006-07-08 |
reimar |
No point in checking for X for windows gui, in addition the hackish
|
2006-07-08 |
diego |
small cosmetics
|
2006-07-08 |
diego |
grammar/markup fixes
|
2006-07-08 |
rtogni |
Revert r18878, always sync rm files using only pts (ignore framerate)
|
2006-07-08 |
gpoirier |
fix sound distortion on K-6, patch by Zuxy Meng zuxy PP meng AHHH gmail PP com
|
2006-07-08 |
rtogni |
Remove unused prototype
|
2006-07-08 |
reimar |
Change use_gui detection to accept also filenames only containing
|
2006-07-07 |
eugeni |
Indentation fix (cosmetics).
|
2006-07-07 |
eugeni |
Initial libass release (without mencoder support).
|
2006-07-07 |
eugeni |
Split guess_cp() in two functions:
|
2006-07-07 |
eugeni |
Make utf8_get_char non-static.
|
2006-07-07 |
eugeni |
Rename mkv_sh_sub_t to sh_sub_t, move it to demuxer.h.
|
2006-07-07 |
diego |
The symbol avcodec_pix_fmt_to_codec_tag is in libavcodec.a but referenced in
|
2006-07-07 |
gpoirier |
Add dct64_sse, a replacement for dct64_MMX. About 60% faster on its author's Pentium III
|
2006-07-07 |
reimar |
lavf demuxer works better for gxf
|
2006-07-07 |
reimar |
Some older MinGW versions have a broken INVALID_FILE_ATTRIBUTES, so hack around that for now.
|
2006-07-07 |
reimar |
Remove windows-specific hack that interfered with relative path
|
2006-07-07 |
reimar |
relative-to-absolute path fixes: Do not prepend drive letter to \\ paths.
|
2006-07-07 |
reimar |
Convince windows to allow window sizes > screen size
|
2006-07-07 |
diego |
usleep is still missing in MinGW, so leave it out of the MinGW version check.
|
2006-07-07 |
gpoirier |
Building on Mac OS 10.3 leads to several link errors: this new FAQ entry explains how to overcome this problem
|
2006-07-06 |
reimar |
Fix for case when both V4L and V4L2 are enabled
|
2006-07-06 |
diego |
some grammar/spelling/markup fixes for -rtsp-destination
|
2006-07-06 |
diego |
Move conditional compilation into the build system.
|
2006-07-06 |
diego |
cosmetics
|
2006-07-06 |
diego |
-rtsp-port and -rtsp-destination need to be #ifdef MPLAYER_NETWORK.
|
2006-07-06 |
Gabrov |
DOCS/xml/hu synced with r18923
|
2006-07-06 |
gpoirier |
Update MPlayerOSX checkout commandlines with subversion commandline
|
2006-07-06 |
uau |
Add a new video pts tracking mode, enabled by option -correct-pts.
|
2006-07-06 |
reynaldo |
several function from playtreeparser.c maked static,
|
2006-07-06 |
reynaldo |
modifies function declarations without parameters from ()
|
2006-07-06 |
vayne |
Initial win32 gui release.
|
2006-07-06 |
vayne |
Initial win32 gui release.
|
2006-07-05 |
reynaldo |
document the change on -edlout's behavior
|
2006-07-05 |
reynaldo |
Modifies behavior of -edlout
|
2006-07-05 |
diego |
MinGW 3.1 has added gettimeofday.
|
2006-07-05 |
diego |
Update with changes from r18894 (get_path as const).
|
2006-07-05 |
nicodvb |
inclusion of md5.c based on USE_LIBAVUTIL_SO
|
2006-07-05 |
nicodvb |
#define USE_LIBAVUTIL and USE_LIBAVUTIL_SO
|
2006-07-05 |
attila |
add a file saying that people should not try to compile
|
2006-07-05 |
diego |
remove unused variables, patch by Stefan Huehner stefan {dot} huehner {dot} org
|
2006-07-05 |
reynaldo |
all cosmetics, mainly denestifying of main edl operation's fill loop
|
2006-07-05 |
reynaldo |
fixes 1000l bug that made MPlayer segfault when an overlaping edl line was found
|
2006-07-05 |
reynaldo |
corectly report badly formated line number
|
2006-07-05 |
reynaldo |
reverts previous commit due to mixed cosmetics ...
|
2006-07-04 |
reimar |
move some ill-behaving demuxers further down the list
|
2006-07-04 |
michael |
trying to end the codec id battle
|
2006-07-04 |
nicodvb |
respect dvdnav's requests of WAIT to prevent while(1)
|
2006-07-04 |
nicodvb |
support for audio streams that appear after unsuccessful probing
|
2006-07-04 |
reimar |
Do not assign same texture number to GL_TEXTURE_2D and GL_TEXTURE_RECT,
|
2006-07-04 |
uau |
Add back the path part in 'libvo/font_load_ft.c' that was accidentally
|
2006-07-04 |
jheryan |
Sync with 18818
|
2006-07-04 |
jheryan |
Sync with 18835
|
2006-07-04 |
jheryan |
Sync to svn up to 27.6.2006
|
2006-07-04 |
reynaldo |
- Fix segfault on overlapping start/stop
|
2006-07-03 |
diego |
Remove silly variable indirection.
|
2006-07-03 |
reynaldo |
get_path as const, patch by Stefan Huehner, stefan AT huehner-org
|
2006-07-03 |
reynaldo |
parse_cfgfiles as static in mplayer.c/mencoder.c, patch by Stefan Huehner, stefan AT huehner-org
|
2006-07-03 |
diego |
Build font_load_ft.c only if FREETYPE is in config.mak, noticed by Jan Knutar.
|
2006-07-03 |
diego |
Remove unused variable, patch by Stefan Huehner stefan [at] huehner [dot] org
|
2006-07-03 |
reynaldo |
rm unnecesary casts from void* - part 4
|
2006-07-02 |
ivo |
fix linking on some systems
|
2006-07-02 |
ivo |
remove obsolete md5sum files. libavutil's implementation is used now
|
2006-07-02 |
ivo |
use libavutil's md5 implementation instead of local imported copy
|
2006-07-02 |
ivo |
disable vo_md5sum if there is no libavutil
|
2006-07-02 |
ivo |
cosmetics: move md5sum check down so it can depend on libavutil later
|
2006-07-02 |
reynaldo |
rm unnecesary casts from void* - part 3
|
2006-07-02 |
reynaldo |
rm unnecesary casts from void* - part 2
|
2006-07-01 |
ben |
updated english and french manpages with new -rtsp-destination option
|
2006-07-01 |
ben |
missing free() if bails out at step 12
|
2006-07-01 |
lucabe |
Remove unneeded code
|
2006-07-01 |
ben |
new rtsp-destination option which allows forcing destination ip address (fixes some issues with some reluctant rtsp servers)
|
2006-07-01 |
rtogni |
Fix A-V sync for real files (also live streams)
|
2006-07-01 |
reimar |
Get rid of unused variable
|
2006-07-01 |
reimar |
Make sure all texture units have a different texture bound.
|
2006-07-01 |
reynaldo |
this unrelated and erroneus change was applied on my previous commit, reverted
|
2006-07-01 |
reynaldo |
rm unnecesary void* casts - part 1
|
2006-06-30 |
reynaldo |
havent seen him in ages..
|
2006-06-30 |
diego |
Add some explanatory comments to #endif jungle.
|
2006-06-30 |
diego |
10l: wrong #endif removed.
|
2006-06-30 |
diego |
Remove #ifdef HAVE_DVD, the file is only compiled under #ifdef HAVE_DVD ...
|
2006-06-30 |
diego |
Move conditional FreeType support compilation to the build system.
|
2006-06-30 |
diego |
postproc --> libswscale
|
2006-06-30 |
diego |
postprocess.h was moved to libpostproc years ago..
|
2006-06-30 |
lucabe |
Move postproc ---> libswscale
|
2006-06-30 |
gpoirier |
Nicolas Le Gaillart has vanished
|
2006-06-30 |
diego |
Update list of documentation maintainers.
|
2006-06-30 |
reynaldo |
gets ride of a few more sizeof(char)s
|
2006-06-30 |
reynaldo |
more sizeof(char) fun
|
2006-06-30 |
reynaldo |
correct handling of sgi compressed images on amd64, patch by Paul-Francois Fontigny - pff AT filmik-be
|
2006-06-29 |
ben |
coverity report #179 from xine: variable "rest" not freed or pointed-to in function "rtsp_put" (see http://xine.cvs.sourceforge.net/xine/xine-lib/src/input/librtsp/rtsp.c?r1=1.19&r2=1.20)
|
2006-06-29 |
ben |
cosmetic patch to remove useless sizeof(char) statements
|
2006-06-29 |
ben |
increase buffer size, "CSeq: %u" has a worst case of 17 (fix 1.18 from xine, see http://xine.cvs.sourceforge.net/xine/xine-lib/src/input/librtsp/rtsp.c?r1=1.17&r2=1.18)
|
2006-06-29 |
ben |
be more tolerant on server responses parameters case (fix 1.17 from xine, see http://xine.cvs.sourceforge.net/xine/xine-lib/src/input/librtsp/rtsp.c?r1=1.16&r2=1.17)
|
2006-06-29 |
ben |
2 more unused functions removal (trying to sync with xine)
|
2006-06-29 |
ben |
removed unused hexdump()
|
2006-06-29 |
ben |
fix compilation under mingw (thanks to tempn AT twmi DOT rr DOT com for report and pacman for fix)
|
2006-06-29 |
gpoirier |
Add missing license, as chosen by its author
|
2006-06-29 |
gpoirier |
merges two asm constraints to one, patch by Zuxy Meng zuxy PP meng AHH gmail PP com
|
2006-06-29 |
gpoirier |
Switch to UTF-8, patch by Rickard Narstrom
|
2006-06-29 |
diego |
Fix misplaced apostrophe.
|
2006-06-28 |
pacman |
Clear up the "who is pacman / who is tcsetattr?" mystery
|
2006-06-28 |
pacman |
Remove bogus stream_eof() test - av_read_frame() has its own buffer and can
|
2006-06-28 |
pacman |
Respect AOPLAY_FINAL_CHUNK
|
2006-06-28 |
diego |
cosmetics
|
2006-06-28 |
diego |
Rewrite and extend the Subversion guidelines.
|
2006-06-28 |
diego |
typo/grammar fixes
|
2006-06-27 |
gpoirier |
More information on how to compile MPlayer on OSX with extra features
|
2006-06-27 |
ben |
includes before checking for defines (thanks Reimar for watching me)
|
2006-06-27 |
ben |
network code portability for win32
|
2006-06-27 |
ben |
avoid messing up with includes
|
2006-06-27 |
gpoirier |
remove MMX2 dependency (replace pshufw $78 with pswapd) so it can
|
2006-06-27 |
gpoirier |
fix conversion float to int to use saturated ops,
|
2006-06-26 |
ben |
don't declare same global var twice (break live555 compilation)
|
2006-06-26 |
ben |
updated DOCS with new generic (non LIVE555 dependant) usage of -rtsp-port option
|
2006-06-26 |
ben |
mention new rtsp demuxer in changelog file
|
2006-06-26 |
ben |
added new native rtsp demuxer code for mpeg-ts over rtp (now both real and non-real servers should be handled)
|
2006-06-26 |
ivo |
Add new Subversion beginners guide
|
2006-06-26 |
ivo |
Remove old CVS beginners guide
|
2006-06-26 |
ben |
added FreeSDP library in Copyright file
|
2006-06-26 |
kraymer |
r18824: URL update for Marillat Debian packages
|
2006-06-26 |
ben |
added myself as freesdp imported library maintainer
|
2006-06-26 |
ben |
new imported library in libmpdemux: freesdp (will be used by native rtsp demuxer)
|
2006-06-26 |
ben |
cosmetic changes to avoid constants redefinition
|
2006-06-26 |
reimar |
Avoid crash in uninit-without-config case
|
2006-06-26 |
diego |
URL update for Marillat Debian packages
|
2006-06-25 |
ben |
support for auto_close parameter in menu command list (geexbox patch)
|
2006-06-25 |
ben |
switch_ratio -1 slave command restores aspect ratio to default value (geexbox patch)
|
2006-06-25 |
ben |
declaring static functions with the same name than libc ones was not the best idea ever
|
2006-06-25 |
gpoirier |
Typo: use ptmpstr instead of tmpstr to strip leading spaces + add
|
2006-06-25 |
attila |
10l
|
2006-06-25 |
attila |
kill unused message string MSGTR_LIBVO_MGA_MgaInvalidOutputFormat
|
2006-06-25 |
attila |
reword some of the german translations of the mga message strings
|
2006-06-25 |
attila |
correctly prefix all messages from -vo mga with [MGA]
|
2006-06-25 |
attila |
fail with an error if the source resolution is larger than 1023x1023
|
2006-06-25 |
reimar |
Make sure mp_input_read_key_code always sleeps. Avoids 100% CPU load
|
2006-06-25 |
reimar |
Forgotten free on error
|
2006-06-25 |
reimar |
respect AOPLAY_FINAL_CHUNK and do not discard samples read from buffer
|
2006-06-25 |
reimar |
remove unused variable
|
2006-06-24 |
attila |
natsuki.mplayerhq.hu -> rsync.mplayerhq.hu
|
2006-06-24 |
nicodvb |
exit() is not allowed in any other function than main(); removed
|
2006-06-24 |
nicodvb |
fprintf -> ms_msg
|
2006-06-24 |
nicodvb |
static-ized a couple of functions
|
2006-06-24 |
nicodvb |
rtp reordering of packets; patch by Ernitron (ernitron@fastwebnet.it)
|
2006-06-23 |
ben |
prevent a buffer overflow to occur at teardown
|
2006-06-23 |
ben |
added myself as the new librtsp maintainer
|
2006-06-23 |
ben |
moved generic rtsp related files from realrtsp to librtsp
|
2006-06-23 |
ben |
remove some never called code
|
2006-06-23 |
ben |
prevent most RTSP streams from locking due to -idx
|
2006-06-23 |
ben |
added myself to AUTHORS file
|
2006-06-23 |
ben |
removed some includes that are now useless
|
2006-06-23 |
ben |
new RTSP demuxer dedicated file, based on old code from realrtsp one but intended to be much more generic
|
2006-06-23 |
ben |
some printf() to mp_msg() replacements
|
2006-06-23 |
ben |
move real_rtsp init/uninit code to its dedicated place to simplify a bit rtsp session demuxer
|
2006-06-23 |
diego |
Produce correct version string even when not run in a Subversion working copy.
|
2006-06-23 |
gpoirier |
fix charset of turkish help msg
|
2006-06-22 |
uau |
"make depend" requires version.h
|
2006-06-22 |
reimar |
remove pointless and sometimes incorrect lookupTex stuff
|
2006-06-22 |
reimar |
reduce number of texture indirections to support older cards
|
2006-06-22 |
diego |
CVS --> Subversion + better version.h handling
|
2006-06-22 |
diego |
CVS --> Subversion
|
2006-06-22 |
diego |
Adapt FFmpeg version.sh that only recreates version.h if its content changed.
|
2006-06-22 |
diego |
CVS --> Subversion in copyright notices
|
2006-06-22 |
diego |
Ignore libmpencoders.a.
|
2006-06-22 |
diego |
CVS --> Subversion as noticed by Jacob Beacham beacham**@**uiuc**.**edu
|
2006-06-22 |
diego |
Remove forgotten --disable-setlocale option from --help output.
|
2006-06-21 |
uau |
Revert Michael's VFCTRL_FLIP_PAGE changes ("svn merge -r 18781:18779 .")
|
2006-06-21 |
michael |
intercept VFCTRL_FLIP_PAGE if needed
|
2006-06-21 |
michael |
send flip_page() through the filter chain
|
2006-06-21 |
nicodvb |
support for -alang in demux_lavf
|
2006-06-21 |
nicodvb |
support for -alang
|
2006-06-21 |
ben |
cosmetic changes (defines will be used later in other parts of the code)
|
2006-06-21 |
diego |
Make most of the xpm-files read 'const char*' instead of 'char*'
|
2006-06-21 |
ben |
better RTSP RFC compliance (fixes in CSeq and TEARDOWN handling)
|
2006-06-21 |
diego |
Move #ifdefs around complete files into the build system.
|
2006-06-21 |
diego |
Ignore libraries.
|
2006-06-21 |
ivo |
rename cvs-howto.txt to svn-howto.txt
|
2006-06-21 |
diego |
Comment #ifdef #endif jungle.
|
2006-06-21 |
diego |
minor Subversion-related changes
|
2006-06-21 |
diego |
Comment some #endif directives to avoid confusion.
|
2006-06-21 |
diego |
Remove separation between Win32 DLL and DirectShow support in the build system.
|
2006-06-21 |
ivo |
add command for changing commit messages after the commit took place.
|
2006-06-20 |
nicodvb |
audio stream switching in demux_lavf
|
2006-06-20 |
nicodvb |
support for audio stream switching
|
2006-06-20 |
aurel |
fix a buffer overflow causing a segfault
|
2006-06-20 |
aurel |
CVS --> Subversion
|
2006-06-20 |
diego |
simplify
|
2006-06-19 |
nicodvb |
Remove misleading Encrypted VOB message; patch by Ismail Donmez (ismail ab pardus punctum org puntum tr)
|
2006-06-19 |
gpoirier |
Full sync to r18498
|
2006-06-19 |
gpoirier |
full update, patch by Tuncer Altay, tunceraltay (at) yahoo.com,
|
2006-06-19 |
nicodvb |
audio switching to any of the available tracks
|
2006-06-19 |
nicodvb |
feed any audio track present in the mux; switch to any of the available audio tracks
|
2006-06-19 |
diego |
Change integer to string comparison in hw.optional.altivec test since
|
2006-06-19 |
michael |
avcodec_close()
|
2006-06-18 |
nicodvb |
try to reduce the distance between consecutive frames with pts to no more than 0.4 seconds (required by dvds)
|
2006-06-18 |
kraymer |
fix link to help_mp-XX.h files in svn repo
|
2006-06-18 |
kraymer |
r18712: improved -vo gl:lscale documentation
|
2006-06-18 |
diego |
Conditionally run some CPU-architecture and OS-specific tests.
|
2006-06-18 |
diego |
Rename --with-dts*dir options to --with-libdts*dir for consistency and
|
2006-06-18 |
lucabe |
Software Scaler headers usage cleanup
|
2006-06-18 |
nicodvb |
prevent buffer overflow in the STD; simplified fill_packet() (moving part of the code to get_packet_stats())
|
2006-06-18 |
rathann |
Consistency fix.
|
2006-06-17 |
reimar |
respect saved default for cache enable when nothing specified on
|
2006-06-17 |
reimar |
Make header include order more similar to vo_gl.c
|
2006-06-17 |
diego |
Rename --with-libdvnav --> --with-dvdnavdir for consistency.
|
2006-06-17 |
diego |
Disentangle _win32 and _dshow, the test for _dshow is disabled anyway.
|
2006-06-17 |
diego |
Simplify and streamline FAAD detection.
|
2006-06-17 |
diego |
consistency fix: --with-foo switches shall not enable options.
|
2006-06-17 |
reimar |
Fix crash with all audio-only ogg files, the vorbis_info struct is not
|
2006-06-16 |
Gabrov |
DOCS/man/hu/mplayer.1 synced with r18712
|
2006-06-16 |
uau |
Rewrite audio EOF handling logic fixing some problems that could cause
|
2006-06-16 |
diego |
cosmetics: Rename some variables and command line parameters.
|
2006-06-16 |
uau |
Fix definition of reinit_audio_chain().
|
2006-06-16 |
nicodvb |
removed old dvdnav code
|
2006-06-16 |
diego |
Use a function for help output.
|
2006-06-16 |
gpoirier |
sync with 18730 (Use MPlayer's CPU detection module instead of libmpeg2's)
|
2006-06-16 |
diego |
option handling consistency fixes
|
2006-06-16 |
diego |
readability cosmetics
|
2006-06-16 |
gpoirier |
Use MPlayer's CPU detection module instead of libmpeg2's,
|
2006-06-16 |
diego |
Setting up a web server and FTP server.
|
2006-06-16 |
diego |
misc corrections
|
2006-06-16 |
ods15 |
typo
|
2006-06-15 |
rathann |
update copyright an changelog with new liba52 0.7.4
|
2006-06-15 |
rathann |
sync with liba52 0.7.4, patch by Emanuele Giaquinta >emanuele.giaquinta ! gmail * com<
|
2006-06-15 |
rathann |
sync with liba52 0.7.4, patch by Emanuele Giaquinta >emanuele.giaquinta ! gmail * com<
|
2006-06-15 |
rathann |
sync with liba52 0.7.4, patch by Emanuele Giaquinta >emanuele.giaquinta ! gmail * com<
|
2006-06-15 |
reimar |
Reduce number of OpenGL state changes when drawing OSD by first drawing alpha.
|
2006-06-15 |
reimar |
Do not parse numbers as octal, strip leading zeroes instead.
|
2006-06-15 |
reimar |
Support UTF8 in OSD text
|
2006-06-15 |
reimar |
Missing free for malloced char_seq in OSD code
|
2006-06-15 |
reimar |
Fix window position when changing videos while in fullscreen and for
|
2006-06-14 |
nicodvb |
reduced standard verbosity and changed output messages to more uniform descriptions
|
2006-06-14 |
nicodvb |
workaround: at every read update demux->movi_end with stream->end_pos; needed to show the progress bar when playing dvdnav streams
|
2006-06-14 |
nicodvb |
restored support for dvdnav only in the stream layer; all other functionalities are disabled
|
2006-06-14 |
uau |
When playing an audio only file use audio time instead of video time to
|
2006-06-14 |
uau |
Clean up audio pts handling, make audio pts tracking in the audio-only
|
2006-06-14 |
reimar |
improved -vo gl:lscale documentation
|
2006-06-14 |
uau |
Change free_sh_audio() to take demuxer and stream id as parameters
|
2006-06-14 |
uau |
Remove extern declaration for free_sh_audio() that is both unused and
|
2006-06-14 |
ivo |
More CVS --> Subversion changes
|
2006-06-14 |
ivo |
CVS --> Subversion
|
2006-06-14 |
gpoirier |
Fix problem when subtitle file name is shorter than ".utf-8"
|
2006-06-14 |
gpoirier |
fix uninitialized pointer value being passed to open_stream, where it is used in comparison.
|
2006-06-14 |
Gabrov |
DOCS/xml/hu/ports.xml synced with r18704
|
2006-06-14 |
diego |
Remove unnecessary rsync exclude.
|
2006-06-14 |
diego |
cosmetics
|
2006-06-14 |
diego |
formatting fixes
|
2006-06-14 |
gpoirier |
sync with r18697
|
2006-06-13 |
kraymer |
r18697: scaler -> scale typo fix
|
2006-06-13 |
kraymer |
review of large parts of xml documentation
|
2006-06-13 |
reimar |
Document lscale/cscale in -vo gl:help message
|
2006-06-13 |
reimar |
scaler -> scale typo fix
|
2006-06-13 |
reimar |
Do not use border for bicubic filter helper texture, since it will cause ATI
|
2006-06-13 |
gpoirier |
Fix a condition as suggested by Rich.
|
2006-06-13 |
gpoirier |
cosmetics
|
2006-06-13 |
gpoirier |
Fixes suggested by Ivo, and failure under non-root operation improved. Original patch by Mark Sanderson < mmp AH kiora P ath P cx > (reworked a bit to try to meet out commit policy).
|
2006-06-12 |
nicodvb |
audio stream switching in mpeg-ts
|
2006-06-12 |
nicodvb |
support for audio stream switching
|
2006-06-12 |
gpoirier |
add x264 encoding over lavc, Patch by our Dear Guru (Michael Niedermayer) ;)
|
2006-06-12 |
reimar |
Optimize bicubic filtering
|
2006-06-12 |
diego |
10l to Roberto for forgetting to add the release code name.
|
2006-06-12 |
diego |
typo noticed by Alexander Monakov monoid$$at$$fds-net$$dot$$ru
|
2006-06-12 |
gpoirier |
moves invariant code (chiefly MMX register initialization) out of loops as well as eliminating some memory accesses within the inner loop.
|
2006-06-11 |
nicodvb |
include stream_dvd's interface from libmpdemux/stream_dvd.h
|
2006-06-11 |
nicodvb |
moved stream_dvd's interface to stream_dvd.h
|
2006-06-11 |
nicodvb |
now any audio stream can be chosen during DEMUXER_CTRL_SWITCH_AUDIO, irrispective of the codec used
|
2006-06-11 |
nicodvb |
moved audio codec/filters/out to a separate function that is called both at init() and to switch audio stream
|
2006-06-11 |
rtogni |
Add pre7try3, final pre8 update
|
2006-06-11 |
gpoirier |
sync with r18656 (French man page is now in sync)
|
2006-06-11 |
reimar |
fix image adjustment (brightness etc.) for yuv=6
|
2006-06-10 |
kraymer |
sync with r18673
|
2006-06-10 |
attila |
Preliminary version of mirror howto
|
2006-06-10 |
reimar |
Do not require iconv program with --charset=noconv
|
2006-06-10 |
diego |
Expand and update the Solaris and AIX sections.
|
2006-06-09 |
rtogni |
Protect SIZE_MAX use
|
2006-06-09 |
pacman |
Fix declaration mixed in among statements in the recent dvr-ms code
|
2006-06-09 |
nicodvb |
moved store_ughvlc() before #ifdef HAVE_OGGVORBIS, so it can be used by other demuxers when libogg and/or libvorbis are missing
|
2006-06-09 |
nicodvb |
support for vorbis in mp4/mov
|
2006-06-09 |
nicodvb |
support for vorbis in mp4/mov
|
2006-06-09 |
nicodvb |
decoderConfigLen can be larger than 255 bytes
|
2006-06-09 |
kraymer |
r18656: Add yuv to rgb conversion using a 3D lookup texture
|
2006-06-09 |
kraymer |
add Kurt Lettmaier to AUTHORS
|
2006-06-09 |
diego |
Don't claim that amr_nb is disabled when the fixed point version is enabled.
|
2006-06-09 |
diego |
Generalize runtime linker support.
|