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.
|
2006-06-09 |
diego |
Ignore all generates libs.
|
2006-06-09 |
diego |
CVS --> Subversion
|
2006-06-09 |
diego |
CVS --> Subversion
|
2006-06-09 |
Gabrov |
synced with r18656
|
2006-06-09 |
michael |
better spatial interpolation
|
2006-06-08 |
kraymer |
unify wording of "Manpage" (according to most occurences in de/mplayer.1)
|
2006-06-08 |
reimar |
Add yuv to rgb conversion using a 3D lookup texture
|
2006-06-08 |
kraymer |
re-added some missing messages (who removed these anyway?)
|
2006-06-08 |
reimar |
loadGPUProgram function to load fragment program with error checking and statistics
|
2006-06-08 |
reimar |
bicubic scaling for -vo gl
|
2006-06-08 |
Gabrov |
synced with r18651
|
2006-06-08 |
kraymer |
Except for missing cd-dvd.xml and codecs.xml, German xml docs
|
2006-06-08 |
kraymer |
small fixes in en/video.xml
|
2006-06-08 |
michael |
filter left & right edges too (yeah the code is lame i know...)
|
2006-06-08 |
michael |
improved mc+src merge code
|
2006-06-08 |
diego |
s/CVS/Subversion/
|
2006-06-08 |
kraymer |
review of ports.xml and formats.xml translations
|
2006-06-08 |
gpoirier |
fixes the infinite loop which occurs when there is a decode error in a frame.
|
2006-06-08 |
ods15 |
Add recent Snow stuff to changelog
|
2006-06-08 |
kraymer |
10l: double "and"
|
2006-06-08 |
kraymer |
review of history.xml and users-vs-dev.xml
|
2006-06-08 |
kraymer |
review of mencoder.xml
|
2006-06-07 |
kraymer |
rewording/clarification of vqscale option
|
2006-06-07 |
rtogni |
Update
|
2006-06-07 |
nicodvb |
first vorbis packet before vorbis_synthesis_headeri() must have b_o_s==1
|
2006-06-07 |
diego |
Project Mayo is long dead, their CVS does not work. Some more changes
|
2006-06-07 |
nicodvb |
vf_mcdeint should be compiled in #ifdef USE_LIBAVCODEC_DSPUTIL, not #ifdef USE_LIBAVCODEC
|
2006-06-07 |
rtogni |
Flash screen video decoded via lavc
|
2006-06-07 |
gpoirier |
sync with r18631 (except a gl commit that will be translated later)
|
2006-06-07 |
rtogni |
Update
|
2006-06-07 |
kraymer |
r18631: yadif filter: formatting fixes
|
2006-06-07 |
kraymer |
yadif filter: formatting fixes
|
2006-06-07 |
kraymer |
add vqscale=0 option, explain different meanings for snow and other codecs
|
2006-06-07 |
banan |
Nop some instructions causing the vfwvp6 dll encoder to crash.
|
2006-06-07 |
michael |
mcdeint is happy with yadif=3 too
|
2006-06-07 |
michael |
make spatial interlacing check optional
|
2006-06-07 |
michael |
simplify
|
2006-06-07 |
ivo |
avoid usage of head -1/head -n 1 and use sed 1q instead
|
2006-06-07 |
michael |
cleanup
|
2006-06-07 |
reimar |
Add bicubic texture scaling
|
2006-06-07 |
michael |
cleanup
|
2006-06-07 |
reimar |
move misplaced echores. Output may still not be as intended though
|
2006-06-07 |
reimar |
Reworked YUV2RGB fragment program setup in preparation for upcoming patches
|
2006-06-07 |
reimar |
VP6 under FreeBSD and -monitorpixelaspect
|
2006-06-07 |
reimar |
Fix runtime-patching code to take into account the address when the codec is loaded.
|
2006-06-07 |
gpoirier |
sync with r18574
|
2006-06-07 |
gpoirier |
some more s/CVS/Subversion/ + update some step-by-step directions which were specific to old MPlayer CVS layout
|
2006-06-07 |
gpoirier |
Remove all references to MPlayer CVS from bugreports.xml
|
2006-06-07 |
corey |
Change "Supress" to "Suppress" in a couple comments.
|
2006-06-07 |
corey |
sinesupress --> sinesuppress rename: looks like I need to
|
2006-06-07 |
corey |
Rename sinesupress to sinesuppress, including af_sinesupress.c file rename.
|
2006-06-06 |
michael |
simplify
|
2006-06-06 |
pacman |
Patch from John Donaghy: "fix for audio and video in dvr-ms asf files"
|
2006-06-06 |
michael |
yet another deinterlacing filter
|
2006-06-06 |
diego |
small consistency fix
|
2006-06-06 |
diego |
grammar/wording and formatting fixes for mcdeint
|
2006-06-06 |
diego |
Fix mailing list name.
|
2006-06-06 |
pacman |
Spelling fix
|
2006-06-06 |
kraymer |
* fix obsolete cvs revision tags
|
2006-06-06 |
kraymer |
(at least for now) finalizing review of encoding-guide.xml
|
2006-06-06 |
kraymer |
</para> tag was accidently deleted and caused compile error
|
2006-06-06 |
gpoirier |
fixes by jerome ferrari
|
2006-06-06 |
kraymer |
xml docs: CVS --> Subversion
|
2006-06-06 |
gpoirier |
sync with help_mp-en.h 1.238, patch by Pierre Lombard and Gilles Pelletier
|
2006-06-06 |
gpoirier |
synced with r18573
|
2006-06-06 |
rathann |
UltraSPARC T1 (Niagara) support, patch by Derek E. Lewis /dlewis (gobble) solnetworks (crack) net\
|
2006-06-06 |
diego |
cosmetics
|
2006-06-06 |
diego |
Drop all system-specific version generation stuff.
|
2006-06-06 |
rathann |
Put SVN revision in the version string
|
2006-06-06 |
michael |
known issues and notes
|
2006-06-06 |
Gabrov |
synced with r18591
|
2006-06-06 |
michael |
Motion compensating deinterlacer
|
2006-06-05 |
corey |
Fix a few minor spelling errors in comments.
|
2006-06-05 |
kraymer |
(unfinished) review with lots of changes
|
2006-06-05 |
kraymer |
r18577: mention when vo_gl yuv conversion methods are inexact
|
2006-06-05 |
gpoirier |
sync with r18567
|
2006-06-05 |
rtogni |
cvs2svn
|
2006-06-05 |
reimar |
Avoid crash with e.g. -vo gl2:yuv=2 when no fragment program functions are available
|
2006-06-05 |
rtogni |
Disable unsecure dumping of generic track with -v -v -v
|
2006-06-05 |
iive |
Adds missing NULL last entry to msgl_config
|
2006-06-05 |
rtogni |
Reject codecs.conf files older than 20060501
|
2006-06-05 |
rtogni |
Support WVC1 decoding via dmo binary codec wvc1dmod.dll
|
2006-06-05 |
reimar |
Move/add checks to avoid crashes and make error messages less confusing
|
2006-06-05 |
reimar |
add (currently unused) lookup for glTexImage3D
|
2006-06-05 |
reimar |
more GL extension checks to avoid crashes with Mesa
|
2006-06-05 |
reimar |
mention when vo_gl yuv conversion methods are inexact
|
2006-06-05 |
reimar |
fix variable type used via "m" asm constraint to match size used in asm.
|
2006-06-05 |
kraymer |
German man page is completed since some time..
|
2006-06-05 |
corey |
Make aic description a bit more helpful and less misleading.
|
2006-06-05 |
corey |
Support and document lavc b_sensitivity option.
|
2006-06-05 |
corey |
A couple typos: whith --> with, Defult --> Default
|
2006-06-05 |
kraymer |
r18570: document the recent changes in Snow. new lavcopts: 'refs', 'vqscale=0'
|
2006-06-05 |
lorenm |
document the recent changes in Snow.
|
2006-06-05 |
kraymer |
initial import of some missing German xml translation, review(s) pending
|
2006-06-05 |
kraymer |
18567: fixed -dvbin :timeout range
|
2006-06-04 |
nicodvb |
fixed -dvbin :timeout range
|
2006-06-04 |
nicodvb |
support for dts (identified only by the PMT, not from the bitstream)
|
2006-06-04 |
nicodvb |
fixed wrong assignment of stream type in generic PES_PRIVATE1 streams (didn't respect the type qualified in the PMT)
|
2006-06-04 |
nicodvb |
one more a52 descriptor (dvb impl., untested)
|
2006-06-04 |
nicodvb |
configurable tuning timeout
|
2006-06-04 |
nicodvb |
configurable tuning timeout
|
2006-06-04 |
nicodvb |
fixed off by one object_types in -faacopts
|
2006-06-04 |
rtogni |
SVN switch: get version date from .svn subdir instead of CVS/Entries
|
2006-06-04 |
rtogni |
Fix potential integer overflows in memory allocation.
|
2006-06-02 |
diego |
libpostproc is not a subdirectory of libavcodec anymore.
|
2006-06-02 |
diego |
svn:externals definitions for required FFmpeg libraries.
|
2006-06-02 |
diego |
Remove now obsolete .cvsignore files.
|
2006-05-30 |
michael |
metadata support
|
2006-05-30 |
poirierg |
Remove dead code, and do close smem file descriptor during un-init
|
2006-05-31 |
poirierg |
On old WinChips Linux kernel use this to emulate MTRR, patch by Zuxy Meng < zuxy P meng A gmail P com>
|
2006-05-30 |
poirierg |
URL fix
|
2006-05-18 |
uau |
Use 0 and 1 instead of FRIBIDI_FALSE and FRIBIDI_TRUE which are no
|
2006-05-18 |
nicodvb |
psm longer than 1018 bytes is not allowed, thus invalid
|
2006-05-18 |
gabrov |
synced with 1.87
|
2006-05-18 |
gabrov |
typo fixes
|
2006-05-18 |
gabrov |
increased sync tag (1.16) after URL update
|
2006-05-18 |
gabrov |
synced with 1.53
|
2006-05-18 |
gabrov |
typo fixes
|
2006-05-18 |
gpoirier |
Partial sync, patch by Gilles Pelletier < pellgill AH gmail POIS com >
|
2006-05-18 |
ivo |
use mp_msg instead of printf
|
2006-05-18 |
ivo |
include sys/io.h instead of asm/io.h so iopl() gets declared too
|
2006-05-18 |
ivo |
only include sys/mman.h if HAVE_SYS_MMAN_H is defined
|
2006-05-17 |
diego |
Mention new mphelp_check.py script.
|
2006-05-17 |
gpoirier |
Retrieve CPU built-in namestring, and if it exists, print it during cpu detection; t it doesn't exist, fallback to the cpu table. Patch by Zuxy Meng
|
2006-05-17 |
gpoirier |
S3 virge on fbdev is -vo s3fb
|
2006-05-17 |
gpoirier |
Mention new driver which does back end scaling on S3 Virge chips in combination with fbdev.
|
2006-05-17 |
gpoirier |
Add YUY2 and back end scaling on S3 Virge chips in combination with fbdev.
|
2006-05-17 |
gpoirier |
x86_64 only saves ebx, not rbx. Fix some potential compilation problem on amd64.
|
2006-05-17 |
reimar |
also set guiIntfStruct.sh_video to NULL for guiSetDefaults.
|
2006-05-17 |
diego |
10l: Really accept both one and two dashes.
|
2006-05-17 |
diego |
Add mphelp_check.py.
|
2006-05-17 |
diego |
Accept --missing as well as -missing, print less newlines.
|
2006-05-17 |
attila |
fix reversed order of arguments
|
2006-05-17 |
diego |
Fix some errors revealed by Uoti's help file checker.
|
2006-05-17 |
diego |
Smacker, typo
|
2006-05-17 |
diego |
Add FFmpeg Smacker audio and video.
|
2006-05-17 |
reynaldo |
fix extras and malformed translation messages, check done with uau's brand new TOOLS/ script, PART 3 of 3
|
2006-05-17 |
reynaldo |
fix extras and malformed translation messages, check done with uau's brand new TOOLS/ script, PART 2 of 3
|
2006-05-17 |
reynaldo |
fix extras and maformed translation messages, check done with uau's brand new TOOLS/ script, PART 1 of 3
|
2006-05-16 |
uau |
Add tool to check MPlayer translation files for conflicting arguments
|
2006-05-15 |
kraymer |
version bump (we are in sync with 1.16)
|
2006-05-15 |
gpoirier |
URL fix
|
2006-05-15 |
gpoirier |
sync with 1.1289
|
2006-05-15 |
gpoirier |
10l to Reynaldo Verdejo H. Pinochet: next release is pre8, not pre6 ;-)
|
2006-05-15 |
gpoirier |
fix build on macintel, patch by Zuxy Meng
|
2006-05-15 |
gpoirier |
document more codecs supported by vfw interface.
|
2006-05-15 |
rtognimp |
Add AACP fourcc for AACPlus in nsv streams
|
2006-05-14 |
rathann |
Fix:
|
2006-05-14 |
rathann |
Fix:
|
2006-05-14 |
rathann |
Fix:
|
2006-05-14 |
gpoirier |
Various improvement, fix build on AMD-64 and icc
|
2006-05-14 |
gpoirier |
explains why current players do not deinterlace to full fieldrate, original patch by Jerome Ferrari, reworked by Diego and myself.
|
2006-05-14 |
reimar |
do aspect correction of video size before calculating vo_dx and vo_dy.
|
2006-05-14 |
reimar |
typo fixes: Extenstion -> extension
|
2006-05-14 |
gpoirier |
fix parsing of vobsub private data, patch by Evgeniy Stepanov <eugeni P stepanov A gmail P com>
|
2006-05-14 |
gpoirier |
add section "Choisir le codec video", patch by Jerome Ferrari <jerome PPP ferrari AA lappis PP com> + random fixes by me
|
2006-05-14 |
rtognimp |
Fix some potential integer overflow in memory allocation (mot of these
|
2006-05-14 |
diego |
Don't just check for the existence of xmmintrin.h, also verify it will compile.
|
2006-05-14 |
diego |
Add checks for 3DNow! and SSE compiler intrinsics to be used with FFmpeg.
|
2006-05-14 |
diego |
Use egrep together with extended regular expressions for greater portability.
|
2006-05-14 |
diego |
Fix LDFLAGS vs CPPFLAGS typo noticed by Derek E. Lewis.
|
2006-05-14 |
diego |
Only set the default output filename when it was not passed on the command
|
2006-05-14 |
gabrov |
synced with 1.256 (revert in English version)
|
2006-05-14 |
gabrov |
synced with 1.1289
|
2006-05-14 |
reynaldo |
Reverting changes done with my previous commit, capizalitation or lack of capitalization of affected senteces where done in purpose
|
2006-05-13 |
reimar |
remove stray ')'
|
2006-05-13 |
reimar |
show OpenGL extension string with -v, very helpful for debugging
|
2006-05-13 |
reimar |
glBindTexture might be called glBindTextureEXT as well
|
2006-05-13 |
kraymer |
grammar fix for 'Syntax'
|
2006-05-13 |
kraymer |
1.1289: support lavc mv0_threshold
|
2006-05-13 |
rathann |
missing argument for mp_msg, fixes:
|
2006-05-13 |
rathann |
Fix:
|
2006-05-13 |
corey |
support lavc mv0_threshold
|
2006-05-13 |
diego |
Move setting the output filename after the suboption parsing, otherwise it
|
2006-05-13 |
reimar |
add check for a working iconv program and point to workaround if not found
|
2006-05-13 |
rathann |
Remove extra return.
|
2006-05-13 |
rathann |
Simplify condition, since both time and time_last are unsigned.
|
2006-05-13 |
rathann |
Make return type consistent with usage. Patch by Pierre Lombard.
|
2006-05-13 |
diego |
Make depend targets consistent: Remove redirection through .depend target.
|
2006-05-13 |
gabrov |
synced with 1.50
|
2006-05-13 |
diego |
Makefile and config.h are not generated files.
|
2006-05-13 |
diego |
make depend requires help_mp.h, fixes make depend after make distclean.
|
2006-05-13 |
gabrov |
synced with 1.1288
|
2006-05-13 |
diego |
Remove redundant line.
|
2006-05-13 |
diego |
Rework the karaoke audio filter section.
|
2006-05-13 |
diego |
Linkers, assisted by a compiler, can optimize out the string that is being
|
2006-05-13 |
nicodvb |
where necesary, replaced all realloc() with realloc_struct() to prevent int oveflows
|
2006-05-13 |
nicodvb |
when searching ac3 in unqualified pes_private1 streams there's no need to scan > 64 KB of data: frames can't be so far apart
|
2006-05-13 |
reimar |
Missing terminating " causes compilation error in vo_aa
|
2006-05-13 |
nicodvb |
prevent memleak
|
2006-05-13 |
nicodvb |
unconditionally stop allocating memory for dvb_channel_t after 1 MB: it's unreasonably big
|
2006-05-13 |
reynaldo |
New karaoke af
|
2006-05-13 |
reynaldo |
Minor pre-release corrections, mostly missed caps
|
2006-05-13 |
rfelker |
accidentally committed this overflow fix with the declaration fix before.
|
2006-05-13 |
rfelker |
remove useless cruft (caused error tz undefined)
|
2006-05-13 |
rfelker |
posix compliance, dont use ancient legacy name
|
2006-05-13 |
rfelker |
10^100l c++ declarations
|
2006-05-12 |
nicodvb |
allocate correct extradata size
|
2006-05-12 |
gpoirier |
Further random updates by Jerome Ferrari <jerome PIOS ferrari A lappis POIU com>
|
2006-05-12 |
nicodvb |
raised max extradata size and refuse to store more than the limit
|
2006-05-12 |
nicodvb |
don't allocate (and demux_push() immediately) demux_packet()s > MAX_PACK_SIZE; releasing immediately audio packets (before the pes is complete) doesn't make any sense and deteriorates interleaving
|
2006-05-12 |
nicodvb |
search ac3 in dvd substream only if pes_aligned flag is set in the pes headers, otherwise false positives are likely to occur
|
2006-05-12 |
diego |
mediaLib is now disabled by default, add a comment about HP-UX SCSI headers.
|
2006-05-12 |
diego |
mlib != mediaLib
|
2006-05-12 |
diego |
--enable-mlib should behave like all other commandline parameters.
|
2006-05-12 |
diego |
some fixes for the VfW encoding section
|
2006-05-12 |
iive |
enable mediaLib check execution and honnor user choise to enable mediaLib even on non-sunos system
|
2006-05-12 |
diego |
Add missing --enable-toolame and --enable-twolame parameters.
|
2006-05-12 |
diego |
output typo fixes
|
2006-05-12 |
diego |
Disable mediaLib by default due to brokenness.
|
2006-05-12 |
reynaldo |
Minor corrections partII - Final
|
2006-05-12 |
reynaldo |
Minor corrections to spanish help messages - Part1
|
2006-05-11 |
diego |
Fall back on the codecs subdirectory of the current directory for Real
|
2006-05-11 |
diego |
Prefer vorbis over ffvorbis for now.
|
2006-05-11 |
diego |
roff syntax fix
|
2006-05-11 |
gpoirier |
like it or not, the vfw options are -(xvfw)opts, not -(vfw)opts
|
2006-05-11 |
gpoirier |
sync with 1.1285
|
2006-05-11 |
rtognimp |
Fix potential integer overflows in memory allocation. Patch by Reimar and me, SIZE_MAX by Rich
|
2006-05-11 |
gabrov |
synced with 1.254
|
2006-05-11 |
gabrov |
synced with 1.1284
|
2006-05-11 |
gabrov |
synced with 1.29
|
2006-05-11 |
gabrov |
synced with 1.17 (increased sync tag after English typo fix)
|
2006-05-11 |
gabrov |
synced with 1.49
|
2006-05-11 |
kraymer |
version bump..
|
2006-05-11 |
kraymer |
release dedicated review Part I (lines 329 - <end>)
|
2006-05-11 |
kraymer |
1.284: fix vfw-related things
|
2006-05-11 |
luran |
sync
|
2006-05-11 |
diego |
Remove unnecessary commented out OPTFLAGS line.
|
2006-05-11 |
gpoirier |
fix vfw-related things, patches by RC and Compn
|
2006-05-10 |
diego |
ffvorbis no longer crashes with native demuxer.
|
2006-05-10 |
nicodvb |
unbound demux_ogg from ad_libvorbis
|
2006-05-10 |
nicodvb |
unbind demux_ogg from ad_libvorbis; this permits to use -ac ffvorbis without crashes
|
2006-05-10 |
nicodvb |
A/R changes are handled correctly by -vc mpeg12
|
2006-05-10 |
nicodvb |
moved code to set aspect ratio for mpeg12 away from video.c and into decoder files; A/R changes work correctly with -vc mpeg12
|
2006-05-10 |
diego |
Feed AltiVec compiler options into CFLAGS explicitly.
|
2006-05-10 |
kraymer |
grammar fix
|
2006-05-10 |
diego |
missing period, noticed by Christian Korff christian.korff$$@$$gmail$$.$$com
|
2006-05-10 |
kraymer |
10l, fix for previous commit
|
2006-05-10 |
kraymer |
fix missing line break for MSGTR_LameCantInit
|
2006-05-10 |
kraymer |
release dedicated review Part I (lines 1 - 328)
|
2006-05-10 |
gpoirier |
fuse XviD entries,
|
2006-05-09 |
kraymer |
align xml tags
|
2006-05-09 |
kraymer |
wording
|
2006-05-09 |
kraymer |
German translation for tvinput.xml
|
2006-05-09 |
rtognimp |
Temporary workaround for libavcodec issues with B-frames
|
2006-05-09 |
kraymer |
1.251: console message review: countless spelling/grammar/wording fixes
|
2006-05-09 |
kraymer |
1.1283: Document xvfwopts.
|
2006-05-09 |
diego |
Document xvfwopts.
|
2006-05-09 |
diego |
small layout fix
|
2006-05-09 |
diego |
Ignore main.xml.
|
2006-05-09 |
kraymer |
1.1281: Small wording fix, add parameters to the lavfopts option declarations.
|
2006-05-09 |
diego |
typo/wording fixes
|
2006-05-09 |
diego |
Add a note about main.xml.
|
2006-05-09 |
kraymer |
1.252: [previously applied by rynaldo, #1.157]
|
2006-05-09 |
gabrov |
synced with 1.48
|
2006-05-09 |
diego |
Unconditionally compile Matroska demuxer - oops, part missed in initial commit.
|
2006-05-09 |
gpoirier |
Explain how to use -ovc vfw, patch by compn < tempn AH twmi PIO rr POI com >, fixes, reformat, pretty indent by me.
|
2006-05-08 |
diego |
Unconditionally compile the Matroska demuxer.
|
2006-05-08 |
diego |
This file is autogenerated and should not be in CVS.
|
2006-05-08 |
gpoirier |
2nd part of review by Pierre Lombard + some more fixes by me.
|
2006-05-08 |
gpoirier |
French correction by Pierre Lombard <p_l AH gmx PO fr>, and some further changes by myself.
|
2006-05-07 |
reimar |
change the type of esp in SwsContext to uint64_t so it can hold a full register
|
2006-05-07 |
diego |
Adapt to latest FFmpeg AMR build changes.
|
2006-05-07 |
nicodvb |
COSMETICS: moved code to parse mpeg1/2 A/R to mpeg_hdr.c
|
2006-05-07 |
diego |
vfps OGM support
|
2006-05-07 |
diego |
Fix up some checks to properly use _res_comment.
|
2006-05-07 |
diego |
Remove stray variable.
|
2006-05-06 |
diego |
support for vfps OGM files
|
2006-05-06 |
pacman |
Fix calculation of stream sizes when they are too big for a 32-bit variable
|
2006-05-06 |
michael |
removing esp usage
|
2006-05-06 |
michael |
REGBP
|
2006-05-05 |
ods15 |
fix float rounding error
|
2006-05-05 |
uau |
Don't blit frame if we hit EOF and no new frame is read. Fixes picture
|
2006-05-05 |
iive |
fix the warning generated (in gcc4) by the 'inline' keyword position.
|
2006-05-04 |
iive |
x264 linking now requires explicit x11 libraries inclusion.
|
2006-05-04 |
iive |
check for XviD compiled with pthread support
|
2006-05-04 |
gpoirier |
French Fixes by Pierre Lombard, (and 10l to me for not checking they were
|
2006-05-04 |
reimar |
Make sure black borders are drawn when switching videos with -fixed-vo.
|
2006-05-04 |
reynaldo |
updates cs translation of help messages, patch by Thomas Blaha, tomasb AT kapsa-cz
|
2006-05-03 |
nicodvb |
fixed %d->PRIu64 in read_mpeg_timestamp()
|
2006-05-03 |
nicodvb |
stream_read_word() returns _unsigned_ int
|
2006-05-03 |
nicodvb |
in read_mpeg_timestamp() cast int expression to uint64_t before shifting to avoid truncation of bits and to prevent propagation of bit 1 as sign bit in pts
|
2006-05-02 |
gabrov |
synced with 1.1281
|
2006-05-02 |
gpoirier |
French fixes by jerome WOF ferrari YAP lappis WOF com
|
2006-05-01 |
gpoirier |
yet another Compile fix
|
2006-05-01 |
gpoirier |
some more corrections
|
2006-05-01 |
gpoirier |
sync with 1.1281
|
2006-05-01 |
gpoirier |
french corrections by Bounec
|
2006-05-01 |
diego |
Small wording fix, add parameters to the lavfopts option declarations.
|
2006-05-01 |
diego |
Expand a bit, clarification and grammar fix.
|
2006-05-01 |
diego |
cosmetics: Make patch apply cleanly.
|
2006-05-01 |
diego |
Remove obsolete features.xml file.
|
2006-05-01 |
diego |
misc wording/spelling fixes
|
2006-05-01 |
gabrov |
synced with 1.1280
|
2006-05-01 |
gpoirier |
we have a preliminary support for macintel
|
2006-05-01 |
rfelker |
100000l to the fools who don't know C
|
2006-04-30 |
reimar |
update release tag so nobody uses an old codecs.conf
|
2006-04-30 |
rtognimp |
AIx port is experimental
|
2006-04-30 |
rtognimp |
sync with ffmpeg changelog + some updates
|
2006-04-30 |
diego |
Add a check for sysi86() on Solaris systems, solving a build failure on Solaris
|
2006-04-30 |
attila |
10l
|
2006-04-30 |
attila |
patches should be always created from root dir
|
2006-04-30 |
attila |
add section about resending patches
|
2006-04-30 |
kraymer |
1.1280: -lavfopts muxrate in in bits/sec
|
2006-04-30 |
nicodvb |
-lavfopts muxrate in in bits/sec
|
2006-04-30 |
kraymer |
1.1279: Bump the date.
|
2006-04-30 |
kraymer |
1.1276: Consistency for the 'i' key, [does not apply]
|
2006-04-30 |
kraymer |
1.1273: small spelling/grammar fixes
|
2006-04-30 |
gabrov |
synced with 1.1200
|
2006-04-30 |
gabrov |
synced with 1.252 (update done by Reynaldo)
|
2006-04-30 |
gpoirier |
fixes suggested by Reimar
|
2006-04-30 |
reynaldo |
Removes duplicated entry, pointed out by Victor Farias Escobar <nk21507 at hotmail.com>
|
2006-04-30 |
gabrov |
synced with 1.251
|
2006-04-30 |
reynaldo |
Fixed a tipo pointed out by Victor Farias Escobar <nk21507 at hotmail.com>
|
2006-04-29 |
gpoirier |
Add a few meaningfull recent dev. improvement, cut overly long lines
|
2006-04-29 |
reynaldo |
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz
|
2006-04-29 |
gpoirier |
French fixes by Jerome Ferrari
|
2006-04-29 |
gpoirier |
French fixes by Bounec
|
2006-04-29 |
gpoirier |
I already bumped the date to tomorrow, which is pre8 "Neu Team Strikes back" due date
|
2006-04-29 |
diego |
Bump the date.
|
2006-04-29 |
gpoirier |
sync with 1.1278
|
2006-04-29 |
iive |
Adding transliteration (english spelling) of my name
|
2006-04-29 |
luran |
sync
|
2006-04-28 |
diego |
Correct vglobal description, as pointed out by Loren.
|
2006-04-28 |
diego |
console message review: countless spelling/grammar/wording fixes
|
2006-04-28 |
diego |
Remove duplicate message.
|
2006-04-28 |
diego |
Rename some misspelled and misnamed messages.
|
2006-04-28 |
diego |
cosmetics: Remove trailing whitespace.
|
2006-04-28 |
diego |
Consistency for the 'i' key, document vglobal, aglobal and
|
2006-04-28 |
gabrov |
synced with 1.1124
|
2006-04-28 |
reynaldo |
Small grammar fix introduced by my previous commit :/
|
2006-04-28 |
gpoirier |
Some Fench fixes by Bounec
|
2006-04-28 |
gpoirier |
Some French corrections, patch by Jérome Ferrari <jerome POIS ferrari AH lappis POIS com>
|
2006-04-28 |
gabrov |
synced with 1.1114
|
2006-04-28 |
reynaldo |
Small clarification to the i keystroke description, it doesnt make an EDL mark unless you are in -edlout mode
|
2006-04-28 |
diego |
small spelling/grammar fixes
|
2006-04-27 |
nicodvb |
clarified restriction on -lavfopts :delay
|
2006-04-27 |
nicodvb |
document more -lavfopts entries
|
2006-04-27 |
uau |
Remove a useless variable.
|
2006-04-27 |
pacman |
Fix some bugs handling input that is not aligned at 16 bytes or has
|
2006-04-27 |
gpoirier |
fixes a bug when copying the image into a destination buffer smaller than the source.
|
2006-04-27 |
gabrov |
synced with 1.1100
|
2006-04-27 |
reimar |
use CPP/LDFLAGS if set (but warn about this), and set our CFLAGS before they
|
2006-04-27 |
diego |
Remove unnecessary le2me_32 macros.
|
2006-04-27 |
diego |
Document how configure works and how to write basic checks.
|
2006-04-27 |
diego |
spelling/grammar/wording fixes in doxygen and non-doxygen comments
|
2006-04-27 |
uau |
Remove useless "#if 0" blocks
|
2006-04-27 |
diego |
Fix amr_nb-fixed compilation: Don't depend on amr_nb.
|
2006-04-27 |
diego |
EDL no longer conditionally compiled.
|
2006-04-27 |
uau |
Make EDL compilation unconditional
|
2006-04-27 |
diego |
Sync with upstream.
|
2006-04-27 |
diego |
typo
|
2006-04-27 |
uau |
Change common pts variables from floats to doubles. Individual demuxers
|
2006-04-27 |
luran |
sync with 1.249
|
2006-04-27 |
reynaldo |
Fixes - Make mencoder stream size printing use 64 bits - by Corey Hickey on translation files
|
2006-04-27 |
luran |
sync with 1.248
|
2006-04-27 |
reynaldo |
I think I can safely take care of the equalizer af, going to maintain it
|
2006-04-27 |
reynaldo |
updating spanish console messages to 1.249 (almost 100%) adding all missing entries at least
|
2006-04-27 |
gabrov |
synced with 1.249
|
2006-04-27 |
reynaldo |
Removes duplicate entry
|
2006-04-27 |
uau |
Fix memory corruption in vd_libmpeg2
|
2006-04-26 |
corey |
Make mencoder stream size printing use 64 bits.
|
2006-04-26 |
kraymer |
German translation for faq.xml
|
2006-04-26 |
gpoirier |
French corrections by Pierre Lombard < p_l AH gmx POIS fr >
|
2006-04-26 |
gpoirier |
(.)~(.)
|
2006-04-26 |
gabrov |
synced with 1.1059
|
2006-04-26 |
kraymer |
1.1269: Kiriuja's rephrasing of the identify=6 v/s -identify issue, ...
|
2006-04-26 |
kraymer |
1.247: correct meaning of ABR
|
2006-04-26 |
reynaldo |
Kiriuja's rephrasing of the identify=6 v/s -identify issue, patch by himself, applyed with minor update
|
2006-04-26 |
gabrov |
synced with 1.247
|
2006-04-26 |
gabrov |
correct meaning of ABR
|
2006-04-26 |
diego |
10l: Test the variable, don't set it...
|
2006-04-26 |
luran |
average bitrate -> available bitrate (en hasn't changed yet?)
|
2006-04-25 |
uau |
The code setting the OSD seek direction indicator for absolute seeks was
|
2006-04-25 |
uau |
Remove updating of vo_mouse_timer_const from the main loop and also
|
2006-04-25 |
nicodvb |
simplified management of dvb channel switching
|
2006-04-25 |
gpoirier |
some fixes by Pierre Lombard
|
2006-04-25 |
gabrov |
synced with 1.1042
|
2006-04-25 |
albeu |
Fix most of the mistakes pointed out by Diego.
|
2006-04-25 |
gabrov |
synced with 1.246
|
2006-04-25 |
gabrov |
synced with 1.105
|
2006-04-25 |
gabrov |
synced with 1.26
|
2006-04-25 |
jheryan |
Synced with 1.242
|
2006-04-25 |
jheryan |
Synced with 1.1258
|
2006-04-25 |
jheryan |
Synced with 1.15
|
2006-04-25 |
jheryan |
Synced with 1.80
|
2006-04-25 |
jheryan |
Synced with 1.103
|
2006-04-25 |
jheryan |
Synced with 1.63
|
2006-04-25 |
jheryan |
Synced with 1.25
|
2006-04-25 |
jheryan |
Synced with 1.102
|
2006-04-25 |
jheryan |
Synced with 1.47
|
2006-04-25 |
jheryan |
Synced with 1.76
|
2006-04-25 |
jheryan |
Synced with 1.16
|
2006-04-25 |
luran |
sync with 1.245
|
2006-04-25 |
albeu |
No need to include the whole libinput in mencoder
|
2006-04-25 |
diego |
Simplify x86 CPU flag/extension check.
|
2006-04-25 |
albeu |
Doxygen Attack! - Chapter 3
|
2006-04-24 |
reynaldo |
Adding Otvos Attila to authors list
|
2006-04-24 |
nplourde |
Get rid of unneeded align
|
2006-04-24 |
rathann |
make _res_comment usage consistent
|
2006-04-24 |
albeu |
Doxygen attack! - Chapter 2
|
2006-04-24 |
rathann |
fix printf->mp_msg transition, 10l to Reynaldo and/or Attila
|
2006-04-24 |
rtognimp |
Add exg
|
2006-04-24 |
albeu |
Doxygen attack!
|
2006-04-24 |
albeu |
MSGTR_LIBVO_MGA_InvalidOutputFormat was missing in one of the last commits.
|
2006-04-24 |
gabrov |
synced with 1.1036
|
2006-04-24 |
rathann |
- fix configure output for XvMC and DGA tests
|
2006-04-24 |
corey |
Small grammar fixes:
|
2006-04-24 |
reynaldo |
small fix on -identify section of the manpage, new line for new sentence and option scaping with an slash
|
2006-04-24 |
kraymer |
1.245: Improve some messages, typo fix.
|
2006-04-24 |
diego |
Increase HEADER_SEARCH_SIZE, fixes high-bitrate streams from demoscene.tv.
|
2006-04-24 |
kraymer |
1.244: Part 5 and final of otvos attila's oattila AT chello-hu mp_msg changes..
|
2006-04-24 |
nicodvb |
removed more unused stuff
|
2006-04-24 |
nicodvb |
when muxing mpeg audio streams analyze the first 32 KB of data to obtain the most likely correct layer, otherwise every misdetection during parse_audio() will lead to wrong timestamps and loss of synchrony
|
2006-04-24 |
attila |
fix typo X<->Y
|
2006-04-24 |
diego |
AVI files *can* contain aspect ration information, closes #483.
|
2006-04-24 |
diego |
Other players apart from MPlayer support MPEG-4 aspect now, closes #482.
|
2006-04-24 |
rtognimp |
Add uau
|
2006-04-24 |
rtognimp |
5 - Drop more buffered audio data left from old position when seeking.
|
2006-04-24 |
rtognimp |
4 - Implement a better way to calculate current audio pts and use it for
|
2006-04-24 |
rtognimp |
3 - Move a definition of MP_NOPTS_VALUE from muxer.h to demuxer.h to
|
2006-04-24 |
rtognimp |
1 - Remove kernel HZ=100 assumptions that are no longer true from
|
2006-04-24 |
diego |
Improve some messages, typo fix.
|
2006-04-24 |
nicodvb |
simplified parse_audio()
|
2006-04-24 |
reynaldo |
Get ride of the several if(identify) messy lines and rearangment of some of the output, both patches by Kiriuja mplayer-patches AT en-directo_net, his changes are barely unrelated, nevertheless Im commiting them thogeter just for the sake of my mental healt, I had both patches already applied on my local three
|
2006-04-24 |
mosu |
Do not give bogus timestamps for laced packets with no default duration. Patch by Uoti Urpala ( uoti ! urpala () pp1 ! inet ! fi ).
|
2006-04-24 |
gpoirier |
sycn with 1.1266
|
2006-04-24 |
reynaldo |
Part 5 and final of otvos attila's oattila AT chello-hu mp_msg changes, with lots of corrections
|
2006-04-23 |
kraymer |
1.1266: Remove support for default.sub.
|
2006-04-23 |
diego |
Remove support for default.sub.
|
2006-04-23 |
diego |
Kill an unused variable warning.
|
2006-04-23 |
diego |
cosmetics: Rename the _3dnowex and _mmx2 processor flag variables to _3dnowext
|
2006-04-23 |
gpoirier |
Sync with 1.47, patch by Johan Bos < dariusjb AH gmail com> and LMJ.
|
2006-04-23 |
kraymer |
1.1265: Add a new command: osd_show_property_text that show an expanded property string on the OSD.
|
2006-04-23 |
gpoirier |
sync with 1.1265
|
2006-04-23 |
albeu |
Add properties to get/set the stream position and get the stream
|
2006-04-23 |
gpoirier |
resource leak fix.
|
2006-04-23 |
diego |
Fix up osd_show_/operty_text.
|
2006-04-23 |
albeu |
Align osd_show_text with osd_show_property_text.
|
2006-04-23 |
albeu |
Add a new command: osd_show_property_text that show an expanded property
|
2006-04-23 |
diego |
Remove second, redundant x86_exts_check.
|
2006-04-23 |
diego |
Fix up -msgcharset and MPLAYER_CHARSET.
|
2006-04-23 |
diego |
Rename some forgotten #ifdef STREAMING_LIVE_DOT_COM to STREAMING_LIVE555.
|
2006-04-23 |
rtognimp |
Partially revert 1.140, restoring the old behaviour for all codecs
|
2006-04-23 |
gabrov |
typo fix
|
2006-04-23 |
reimar |
document message charset functionality
|
2006-04-23 |
gpoirier |
10l: Gilles uses a series of "*" to mark untranslated strings, which shouldn't have been left as is.
|
2006-04-23 |
gpoirier |
Partial sync with one of the latest English version, patch by Gilles Pelletier < pellgill A gmail P com >
|
2006-04-23 |
reynaldo |
Cosmetic fix, splitting long mencoder cmd line
|
2006-04-23 |
reynaldo |
Part 4 of otvos attila's oattila AT chello-hu mp_msg changes, no modifications this time
|
2006-04-22 |
diego |
Add FIXME skeletons for -msgcharset and MPLAYER_CHARSET.
|
2006-04-22 |
diego |
Add support for shared libavutil.
|
2006-04-22 |
reynaldo |
Small fix, incorrect MSGL at fatal error
|
2006-04-22 |
albeu |
The tv color control commands can now also adjust the values.
|
2006-04-22 |
lorenm |
sync to x264 r503 (dct_decimate)
|
2006-04-22 |
albeu |
Handle the tv color control commands with the properties.
|
2006-04-22 |
diego |
Add --disable-libavutil option to --help output.
|
2006-04-22 |
albeu |
Verticaly center the background around the text.
|
2006-04-22 |
gabrov |
synced with 1.243
|
2006-04-22 |
diego |
Add command line options to enable/disable libavutil.
|
2006-04-22 |
nicodvb |
muxer_mpeg rewritten
|
2006-04-22 |
nicodvb |
removed more unused code and struct members
|
2006-04-22 |
nicodvb |
removed unused variables
|
2006-04-22 |
gabrov |
synced with 1.76
|
2006-04-22 |
nicodvb |
moved inline at beginning of declaration
|
2006-04-22 |
nicodvb |
finally replaced the old interleaving with the new one that respects buffering and [pd]ts<->scr constraints; don't check spriv->framebuf_used in find_best_stream()
|
2006-04-22 |
diego |
Make static libavutil detection semantics explicit.
|
2006-04-22 |
albeu |
There is a draw_alpha for uyvy, use it.
|
2006-04-22 |
albeu |
Fix menu background drawing.
|
2006-04-22 |
nicodvb |
introduced new functions to handle pack writing and interleaving strategy (will soon replace current ones)
|
2006-04-22 |
diego |
10l: Add missing fallback case for internal FAAD compiler blacklist.
|
2006-04-22 |
albeu |
Add properties for the tv input color controls.
|
2006-04-22 |
albeu |
Add the declarations for mp_property_find/do.
|
2006-04-22 |
diego |
Make the sse CPU flag imply mmxext, Intel CPUs with SSE support mmxext
|
2006-04-22 |
nicodvb |
fixed muxrates for xvcd and xsvcd
|
2006-04-22 |
nicodvb |
audio init code was previously moved to fix_parameters() so removed from write_chunk()
|
2006-04-22 |
gpoirier |
simpler and better subtitles switching, patch by Stanislav Maslovski <stanislav P maslovski A gmail P com>
|
2006-04-22 |
diego |
Set all processor flags individually, not implied.
|
2006-04-22 |
nicodvb |
introduced structures and code to keep track of decoder's buffers sizes
|
2006-04-22 |
diego |
Disable RTC on PowerPC.
|
2006-04-22 |
nicodvb |
new code to simplify assignment of timestamps; removed temp_ref from mpeg_frame_t and modified add_frame() accordingly; removed no more used drop_delayed_audio() and save_delayed_audio()
|
2006-04-22 |
diego |
10l: Fix internal FAAD check for non-x86.
|
2006-04-22 |
diego |
We now have CJPG samples and they work with the CJPG and ijpg decoders.
|
2006-04-22 |
diego |
Blacklist certain gcc versions instead of running an expensive compilation
|
2006-04-22 |
reynaldo |
Small hack suggested by dalias to avoid flickering at I frames
|
2006-04-22 |
reynaldo |
Part3 of Otvos Attila's oattila AT chello-hu mp_msg changes, with lots of modifications as usual
|
2006-04-21 |
reimar |
minor fixes: get rid of pointless inline attributes and some additional checks
|
2006-04-21 |
reimar |
forgotten update_xinerama_info prototypes
|
2006-04-21 |
albeu |
Implement getting colors. The mapping between MPlayer's gamma range
|
2006-04-21 |
albeu |
Implement tv_get_color_options() and make tv_set_color_options() return
|
2006-04-21 |
kraymer |
1.260: 10l
|
2006-04-21 |
kraymer |
10l
|
2006-04-21 |
kraymer |
syntax fix for "s" (keyboard control)
|
2006-04-21 |
kraymer |
typo (noticed by "veal" on freenode)
|
2006-04-20 |
pacman |
Fix BGR32 big-endian output
|
2006-04-20 |
nicodvb |
removed useless (and broken as hell) buffering code from muxer1; buffering constraints will be fully respected when one of the forthcoming patches is applied
|
2006-04-20 |
nicodvb |
removed skip_padding (never used and totally useless)
|
2006-04-20 |
nicodvb |
added support for DX50 and dx50 4CCs
|
2006-04-20 |
nicodvb |
fixed wrong operator precedence in parse_mpeg4_video()
|
2006-04-20 |
nicodvb |
simplified code to patch the video framerate (removed silly comparisons)
|
2006-04-20 |
nicodvb |
changed timebase from 1024 to 300 (no rounding errors with any of the allowed framerates); write scr_extension accordingly. This is the first of a long series of patches to rewrite the muxer
|
2006-04-20 |
reimar |
10l, aspect_save_screenres must be always called in update_xinerama_info.
|
2006-04-20 |
reimar |
better set audio_out_minsize to MAX_FRAMESIZE
|
2006-04-19 |
reimar |
set audio_out_minsize, should avoid all "maxlen too small" cases
|
2006-04-19 |
reimar |
bug fixes: left-over mode variable used uninitialized,
|
2006-04-19 |
kraymer |
1.242: small grammar fix
|
2006-04-19 |
kraymer |
small grammar fix
|
2006-04-19 |
kraymer |
remove private comment tag
|
2006-04-19 |
kraymer |
1.241: add a newline before the "Playing"... line
|
2006-04-19 |
kraymer |
German translation for usage.xml
|
2006-04-19 |
reimar |
add a newline before the "Playing"... line
|
2006-04-19 |
diego |
Using channel count, samplerate and input bps values from the container
|
2006-04-19 |
reimar |
Register for window-manager delete window events and quit MPlayer.
|
2006-04-19 |
reimar |
also print an error when parsing fails with M_OPT_INVALID or M_OPT_PARSER_ERR.
|
2006-04-19 |
kraymer |
spellcheck revealed 2 more typos..
|
2006-04-19 |
gpoirier |
typo fix: s/20060915/20040915/
|
2006-04-18 |
kraymer |
small grammar fix
|
2006-04-18 |
kraymer |
German translation for documentation.xml
|
2006-04-18 |
diego |
Remove some libmpdvdkit vs libmpdvdkit2 cruft.
|
2006-04-18 |
rtognimp |
faad2 updated
|
2006-04-18 |
rtognimp |
Update to faad2 cvs 20040915+MPlayer fixes
|
2006-04-18 |
kraymer |
1.15: Explain how security issues should be reported, based on a patch by Ivann
|
2006-04-18 |
kraymer |
German translation for mail-lists.xml
|
2006-04-18 |
kraymer |
German translation for install.xml
|
2006-04-18 |
diego |
Make the RTP demuxer work with libdvdread 0.9.5.
|
2006-04-18 |
diego |
Remove outdated references to Arpi as admin.
|
2006-04-18 |
reimar |
rtsp options should be available for mencoder as well
|
2006-04-18 |
diego |
Clarify ffvorbis comment.
|
2006-04-18 |
diego |
A new German translation of the XML documentation is in the works.
|
2006-04-18 |
diego |
minor markup fixes
|
2006-04-17 |
nicodvb |
removed unreachable code: this filter can't compile with external libavcodec (the Makefile rules prevent it)
|
2006-04-17 |
gpoirier |
10l: build fix.
|
2006-04-17 |
corey |
Include buffered decoded audio in A-V sync calculations.
|
2006-04-17 |
gpoirier |
fixes decoding demoscene.tv nsv at http://213.186.36.129:8000
|
2006-04-17 |
kraymer |
add translation of audio.xml
|
2006-04-17 |
diego |
English docs should be built first.
|
2006-04-17 |
diego |
Simplify link removal.
|
2006-04-17 |
kraymer |
add support for German translation
|
2006-04-17 |
kraymer |
add finished translations for
|
2006-04-17 |
kraymer |
add missing Makefile for German xml docs
|
2006-04-16 |
gpoirier |
sync with 1.1257
|
2006-04-16 |
kraymer |
1.1257: Fix and improve xinerama support
|
2006-04-16 |
kraymer |
1.240: Adds "cheap" subtitle switching for non-DVD playouts (for ex. OGG or MKV).
|
2006-04-16 |
gpoirier |
Adds "cheap" subtitle switching for non-DVD playouts (for ex. OGG or MKV).
|
2006-04-16 |
reimar |
Use ULL for > 32 bits constant.
|
2006-04-16 |
reimar |
Fix and improve xinerama support
|
2006-04-16 |
reimar |
remove completely pointless != NULL check
|
2006-04-16 |
reimar |
more .charset files based on guesswork
|
2006-04-16 |
reimar |
UTF-8 is more portable that utf8
|
2006-04-16 |
reimar |
Add some files I maintain
|
2006-04-16 |
iive |
recognize future pentium-m processors, e.g. there is intel core with model 14
|
2006-04-16 |
iive |
10l in rgb2rgb_template.c
|
2006-04-15 |
reimar |
fallback to USERPROFILE environment variable for caching CSS keys when
|
2006-04-15 |
diego |
ffvorbis
|
2006-04-15 |
reimar |
10l, fix broken if (X >= Y >= Z) comparison, probably stopped F-keys from working
|
2006-04-15 |
reimar |
always cast stream IDs to unsigned before comparing to MAX_STREAMS.
|
2006-04-15 |
reimar |
new monitorpixelaspect option, esp. useful for xinerama setups with upcoming patch
|
2006-04-15 |
nplourde |
add support for intel mac. mp3lib is not fixed yet.
|
2006-04-15 |
gabrov |
synced with 1.15
|
2006-04-15 |
gabrov |
synced with 1.103
|
2006-04-15 |
diego |
Make mp3lib say that it's using Altivec to decode instead of generic C
|
2006-04-15 |
diego |
Switch audio delay keys to something more sane (+ to increase, - to decrease)
|
2006-04-15 |
reimar |
do not try to load default.sub when it doesn't exist. Fixes bug #480.
|
2006-04-15 |
gpoirier |
Major update of all French files (except mencoder and encoding-guide)
|
2006-04-14 |
reimar |
avoid crash when running "mplayer -loop" (dereferencing uninitialize pointer).
|
2006-04-14 |
reimar |
10l, keyframes must have tag 0x10, not 1.
|
2006-04-14 |
reimar |
missing free in case sdpplin_parse_stream returns invalid stream.
|
2006-04-14 |
reimar |
free memory on error in http_add_basic_authentication
|
2006-04-14 |
diego |
small typo/grammar fixes
|
2006-04-14 |
reimar |
-ao pcm:fast suboption for faster-than-realtime dumping
|
2006-04-14 |
reimar |
remove vts_no parameter from mp_get_titleset_length - it is not only useless,
|
2006-04-14 |
reimar |
remove non-ascii character outside of string, might break build with some compilers
|
2006-04-14 |
reimar |
10l, forgot to move aspect_save_screenres in last commit
|
2006-04-14 |
reimar |
fix A-V sync overcorrection for desync due to too slow hardware.
|
2006-04-14 |
reimar |
add check for non-ascii charsets used in code and simplify showcont switch handling
|
2006-04-14 |
kraymer |
1.1253: Document sinesupress audio filter, [...]
|
2006-04-13 |
reimar |
correct fullscreen size
|
2006-04-13 |
gpoirier |
Document sinesupress audio filter, thanks to the help of Michael Niedermayer and Jan Knutar.
|
2006-04-13 |
diego |
Simplify mkdir calls.
|
2006-04-13 |
michael |
very simple filter which can remove a sine at a specified frequency, usefull to get rid of the 50/60hz noise on ultra crappy equipment
|
2006-04-12 |
reimar |
define MONITOR_DEFAULTTOPRIMARY if necessary, some mingw version seem to miss it
|
2006-04-12 |
reimar |
fixes and cleanup for windows fullscreen switching (restore old position,
|
2006-04-12 |
reimar |
fixes and cleanup for windows fullscreen switching (restore old position,
|
2006-04-12 |
reimar |
missing ifoClose and return 1. Patch by kiriuja (mplayer-patches at en-directo net)
|
2006-04-11 |
nicodvb |
timestamps are 33 bits long, so they don't fit in an unsigned int; 10l
|
2006-04-11 |
gpoirier |
Segfault fix, patch by Stanislav Maslovski stanislav POIS maslovski AH gmail POIS com
|
2006-04-11 |
reimar |
try to detect flac bitrate early on to avoid division by zero problems.
|
2006-04-11 |
reimar |
check wav header length against upper limit, should protect against
|
2006-04-11 |
reimar |
make failures during e.g. setting the TV norm non-fatal.
|
2006-04-10 |
reimar |
make sure the check for valid timestamps does not accidentially search through
|
2006-04-10 |
reimar |
do not print the title length from a non-matching titleset.
|
2006-04-10 |
reimar |
getch2 should wait for input. Fixes 100% CPU usage during cache fill.
|
2006-04-10 |
gpoirier |
Fix a few French barbarism, add missing sentence.
|
2006-04-09 |
reimar |
10l, we should really, really use lzo1x_decompress_safe instead of lzo1x_decompress
|
2006-04-09 |
reimar |
avoid cache fill status overflow with caches > ca. 20 MB
|
2006-04-09 |
gpoirier |
fix segfault in the skin browser when sbSelectedSkin gets dereferenced before setting, when no skin is selected in the skin list upon opening the browser,
|
2006-04-09 |
gpoirier |
vertical size of "Configure Equalizer" window is not enough to hold all comboboxes, based on a patch by Stanislav Maslovski <stanislav POIS maslovski AH gmail POIS com>
|
2006-04-09 |
gpoirier |
the title of this window was not localized => added new en and ru strings, based on a combined patch by Stanislav Maslovski <stanislav POIS maslovski AH gmail POIS com>
|
2006-04-09 |
gpoirier |
Add missing French charset
|
2006-04-09 |
gpoirier |
synced with 1.1252
|
2006-04-09 |
gpoirier |
Explain how security issues should be reported, based on a patch by Ivann, featuring Reimar's suggestions
|
2006-04-09 |
gpoirier |
AMR codecs support info, patch by Rathann, with slight alteration by me.
|
2006-04-09 |
iive |
co_N_pilation to compilation
|
2006-04-08 |
reimar |
support kmvc and nuv decoders in ffmpeg
|
2006-04-08 |
nplourde |
Replace deprecated function
|
2006-04-08 |
iive |
New mode for tinterlace filter
|
2006-04-08 |
iive |
New mode for tinterlace filter
|
2006-04-08 |
iive |
put my name in native language, remove some obsolate and irrelevant entries.
|
2006-04-07 |
gpoirier |
French fixes, by Bounec
|
2006-04-06 |
iive |
make sure the indx chunk is big enough to hold the basic structure.
|
2006-04-06 |
reimar |
use calloc instead of malloc - simplifies code and fixes overflow problems.
|
2006-04-06 |
michael |
zero sized frames are not keyframes
|
2006-04-06 |
iive |
Limit the number of entires to the amount that does fit into the chunk.
|
2006-04-06 |
pacman |
added myself
|
2006-04-06 |
reimar |
sh_audio->delay is adjusted in the wrong direction when changing audio_delay
|
2006-04-06 |
pacman |
Reorganize vector constants to work around gcc 4.1 bug:
|
2006-04-06 |
reynaldo |
Acording to manpage -dumpmicrodvdsub dumps to dumpsub.sub not dumpsub.txt
|
2006-04-05 |
nicodvb |
workaround to prevent segfault: when using -ve lavc with b-frames write_chunk(1st video frame) gets called with len=-1UL; -1ULl to whomever calls me that way
|
2006-04-05 |
nicodvb |
segfault fix: assign param->apid (that is the audio id found) when inexistent audio language is specified; patch by Erik Auerswald auerswal a unix-ag d uni-kl d de
|
2006-04-05 |
henry |
Czechification.
|
2006-04-05 |
alex |
update lez's email
|
2006-04-04 |
rathann |
UTF8-ize, patch by İsmail Dönmez \ismail & pardus , org ' tr/
|
2006-04-04 |
ptt |
sync up to 1.1234
|
2006-04-04 |
diego |
Add 32x32 XPM icon as mandated by Debian policy.
|
2006-04-04 |
diego |
Simplify some checks.
|
2006-04-03 |
rtognimp |
Fix RealAudio codecs (add descrambling)
|
2006-04-03 |
rfelker |
missing dependency
|
2006-04-03 |
rfelker |
reverse previous patch which caused sig11.
|
2006-04-03 |
rfelker |
1000l: absolutely huge missing const
|
2006-04-03 |
rfelker |
10l: huge amount of constant crap in data segment
|
2006-04-03 |
rfelker |
10l: missing const put this in data segment instead of text/rodata
|
2006-04-03 |
rfelker |
move 12k from data to bss (reduce binary size by 12k)
|
2006-04-03 |
corey |
Slight grammar and wording fixes.
|
2006-04-02 |
kraymer |
1.1251: -crash-debug does not get enabled with .developer in the source tree.
|
2006-04-02 |
kraymer |
1.237: Capitalization error I missed before
|
2006-04-02 |
kraymer |
1.234: Part2 of several printf2mp_msg changes in patch from Otvos Attila
|
2006-04-02 |
kraymer |
1.233: Part1 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu
|
2006-04-02 |
gabrov |
synced with 1.237
|
2006-04-02 |
reimar |
simplify extradata handling and make passing extradata on the default.
|
2006-04-02 |
gpoirier |
Add a note explaining that it's okay to use a different target bitrate on the various passes of a video encode
|
2006-04-02 |
diego |
Remove mpdvdkit1 cruft from the build system.
|
2006-04-02 |
diego |
Remove shared libmpdvdkit leftovers.
|
2006-04-02 |
diego |
AIX updates by Derek E. Lewis, dlewis__at__solnetworks.....net
|
2006-04-02 |
diego |
.developer and .libdeps do not exist any longer.
|
2006-04-02 |
diego |
-crash-debug does not get enabled with .developer in the source tree.
|
2006-04-02 |
diego |
There is no check for the crash debug feature, so setting the variable to
|
2006-04-02 |
rfelker |
further fixes..
|
2006-04-02 |
rfelker |
10l: version.h was not being built in some odd cases
|
2006-04-02 |
rfelker |
integrate old "libdeps" hack into makefile
|
2006-04-02 |
rfelker |
first stage of build system cleanup:
|
2006-04-01 |
rtognimp |
Don't use free()d pointer CID 260
|
2006-03-31 |
gpoirier |
More French fixes by Bounec
|
2006-03-31 |
cladisch |
Add workarounds for old prerelease versions of alsa-lib 0.9.0 that did
|
2006-03-31 |
corey |
Capitalization error I missed before
|
2006-03-31 |
corey |
A question needs a question mark, but in this case I think at least two
|
2006-03-31 |
corey |
Minor spelling and grammar fixes for part 1 of Otvos Attila's
|
2006-03-31 |
rfelker |
prevent overflow.. wtf?! from irc:
|
2006-03-31 |
reynaldo |
Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me
|
2006-03-30 |
rfelker |
more cruft
|
2006-03-30 |
rfelker |
arrg more of this stupid cruft
|
2006-03-30 |
iive |
fix descrambling of asf file,
|
2006-03-30 |
rfelker |
more cruft
|
2006-03-30 |
rfelker |
forgot one occurrance
|
2006-03-30 |
rfelker |
remove deprecated, never-used gnu gettext cruft.
|
2006-03-30 |
gabrov |
increasing sync tag to 1.15 after update by Diego
|
2006-03-30 |
gabrov |
increasing sync tag to 1.63 after update by Diego
|
2006-03-30 |
diego |
Trust the demuxer instead of the decoder for samplerate detection.
|
2006-03-30 |
reynaldo |
Part1 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu
|
2006-03-30 |
albeu |
Add a function to draw flat boxes and use it to make the list
|
2006-03-29 |
albeu |
Move global vars used for header parsing, etc to dewux->priv as it should
|
2006-03-29 |
jonas |
support for mp3lame with -oac lavc
|
2006-03-29 |
albeu |
100L to who wrote this. Also fix broken headers while at it.
|
2006-03-29 |
gpoirier |
French proofreading, by Bounec
|
2006-03-28 |
nicodvb |
added support for external VIDIX
|
2006-03-28 |
ptt |
Removed unused constant definition (MSGTR_InvalidAOdriver)
|
2006-03-28 |
ptt |
Removed unused constant definition (MSGTR_InvalidAOdriver)
|
2006-03-28 |
ptt |
sync up to 1.223
|
2006-03-27 |
ptt |
sync up to 1.231 plus minor corrections...
|
2006-03-27 |
diego |
Remove verbosity parameter added to print_*_header call in last revision again.
|
2006-03-27 |
rtognimp |
Fix passing qdm2 extradata to lavc decoder
|
2006-03-27 |
gpoirier |
synced with 1.1249
|
2006-03-27 |
albeu |
Fix cycling in menu with hidden items.
|
2006-03-27 |
albeu |
Fix stepping in the playtree when interupting libmpdemux.
|
2006-03-27 |
henry |
include MSGL_* definitions
|
2006-03-27 |
diego |
Convert printfs in aviprint.c to mp_msg and give the information printing
|
2006-03-27 |
diego |
Properly document sub_alignment.
|
2006-03-27 |
kraymer |
1.1250: [applied by Diego, #1.216]
|
2006-03-27 |
diego |
Rename the default GUI skins directory from 'Skin' to 'skins', keeping
|
2006-03-27 |
reimar |
reinit vo when pix_fmt changes.
|
2006-03-27 |
ods15 |
10l missing header for strdup
|
2006-03-27 |
diego |
Change some printf calls to fprintf.
|
2006-03-27 |
diego |
Remove superfluous extern variable declaration.
|
2006-03-27 |
diego |
Change 'if(verbose)' to the more appropriate mp_msg_test.
|
2006-03-27 |
diego |
Clarify which message levels should be translated.
|
2006-03-26 |
diego |
Explain how to separate lavdopts parameters, -lavdopts fast is MPEG-2-only.
|
2006-03-26 |
diego |
Simplify directory creation in the install target.
|
2006-03-26 |
lorenm |
use shifts instead of division. 15% faster hqdn3d
|
2006-03-26 |
diego |
Discard return value from ldconfig, it might not work on non-root installs.
|
2006-03-26 |
diego |
Simplify mkdir calls, test is not necessary before creating directories,
|
2006-03-26 |
albeu |
NEVER assign static strings to string command line options.
|
2006-03-26 |
gabrov |
synced with 1.231
|
2006-03-26 |
rtognimp |
Fix a/v desync for real some files
|
2006-03-26 |
reimar |
allow values up to 100 for -mc
|
2006-03-26 |
albeu |
Don't call make from shell constructs it prevent proper
|
2006-03-26 |
reimar |
support custom OSD colour for vo_gl.c
|
2006-03-26 |
reimar |
support custom OSD colour for vo_gl.c. Based on patch by Tomas Janousek tomi at nomi cz
|
2006-03-26 |
diego |
typo, parameter naming consistency
|
2006-03-26 |
diego |
Use <value> and [value] consistently.
|
2006-03-25 |
nicodvb |
fixed framerate detection of interlaced H264 streams
|
2006-03-25 |
nicodvb |
H264: when fixed_fps is set the framerate is expressed in fields per second, so it must be halved
|
2006-03-25 |
diego |
Add libpostproc to PARTS, fixes distclean on OS X and other platforms.
|
2006-03-25 |
jonas |
fix for the macosx tiger (groff 1.19.x) indentation issue
|
2006-03-25 |
albeu |
Turn the preferences menu in something usefull using the new
|
2006-03-25 |
reimar |
Unify MP3 fourccs for all decoders
|
2006-03-25 |
albeu |
Add a msg type for the osd menu.
|
2006-03-25 |
albeu |
Allow hiding list elements and disableing the pointer.
|
2006-03-25 |
albeu |
Allow 6 ways (up/down/left/right/ok/cancel) navigation.
|
2006-03-25 |
ods15 |
max_distance clarification
|
2006-03-25 |
diego |
cosmetics: Shorten overly long lines, put SRCS/OBJS on individual lines
|
2006-03-25 |
diego |
Simplify rules with common make constructs.
|
2006-03-25 |
diego |
Simplify clean rule.
|
2006-03-25 |
ods15 |
cosmetic, table align
|
2006-03-25 |
ods15 |
switch to using vlc for stream_flags
|
2006-03-24 |
albeu |
Get rid of 2 osd related hacks.
|
2006-03-24 |
albeu |
Update to the recent properties changes.
|
2006-03-24 |
kraymer |
1.231: Subtitles properties: move sub_select, sub_pos, sub_visibilty,
|
2006-03-24 |
albeu |
Subtitles properties: move sub_select, sub_pos, sub_visibilty,
|
2006-03-24 |
kraymer |
1.230: Convert fullscreen, panscan, color controls, ontop, rootwin,
|
2006-03-24 |
diego |
printf --> mp_msg
|
2006-03-24 |
diego |
Convert all if(verbose>X) to mp_msg_test calls.
|
2006-03-24 |
albeu |
The fix in mp_msg.c avoids a core dump when iconv_open() fails, the other
|
2006-03-24 |
diego |
Add DBG5 verbosity level to prepare for upcoming mp_msg_test changes.
|
2006-03-23 |
albeu |
Fix osd_show_msg alignment and make sure msg strings
|
2006-03-23 |
albeu |
Convert fullscreen, panscan, color controls, ontop, rootwin,
|
2006-03-23 |
albeu |
100L too many arguments to mp_msg().
|
2006-03-22 |
kraymer |
1.229: Move audio_delay to a property and add a few read only properties to
|
2006-03-22 |
albeu |
Move audio_delay to a property and add a few read only properties to
|
2006-03-22 |
albeu |
Add get/set_property and update volume/mute to the last changes.
|
2006-03-22 |
mosu |
Fix for playing RealVideo on PPC/big endian processors. Patch by Emanuele Giaquinta (emanuele ! giaquinta () gmail ! com).
|
2006-03-22 |
kraymer |
1.1246: insert linebreak, \-playing-msg option
|
2006-03-22 |
kraymer |
insert linebreak, \-playing-msg option
|
2006-03-22 |
kraymer |
1.1243: 10l
|
2006-03-22 |
kraymer |
1.1237: Capitalize some sentences after colons.
|
2006-03-22 |
kraymer |
1.1234: Add some undocumented options.
|
2006-03-22 |
kraymer |
1.1232: put options in alphabetical order
|
2006-03-22 |
albeu |
Shortly describe -playing-msg and -list-properties.
|
2006-03-22 |
kraymer |
1.228: Add an option to list the properties: -list-properties
|
2006-03-22 |
albeu |
Add an option to list the properties: -list-properties
|
2006-03-22 |
reimar |
10l, checking for NULL after dereferencing makes no sense (though what is this check for anyway?)
|
2006-03-22 |
jonas |
use mencoder directly for mp3lame encoding instead of lavc
|
2006-03-22 |
albeu |
Add the new property API and implement a couple properties.
|
2006-03-21 |
michael |
feed something (hopefully correct timestamps) into the video filter chain
|
2006-03-21 |
michael |
lavc doesnt pass AVFrame.opaque around :/
|
2006-03-21 |
michael |
10l (forgot ...)
|
2006-03-21 |
michael |
10l (null pointer dereference)
|
2006-03-21 |
michael |
passing pts through the filter layer (lets see if pts or cola comes out at the end)
|
2006-03-21 |
ods15 |
-rawvideo on => -demuxer rawvideo
|
2006-03-21 |
corey |
Prevent building lavc with xvid support unless xvid version is 1.1 or
|
2006-03-20 |
lorenm |
10l
|
2006-03-20 |
lorenm |
sync to x264 r476 (subq=7)
|
2006-03-20 |
pacman |
Don't multiply fb_line_len by fb_pixel_size. Fixes too-low placement of OSD
|
2006-03-20 |
pacman |
Don't try to parse fb.modes more than once. Fixes playback of multiple files
|
2006-03-20 |
gpoirier |
synced with 1.1241
|
2006-03-20 |
aurel |
retrieve metadata from FLAC files (patch by Benjamin Zores < ben _at_ geexbox.org >)
|
2006-03-20 |
diego |
Simplify pkg-config invocation.
|
2006-03-19 |
gabrov |
synced with 1.226
|
2006-03-19 |
nicodvb |
temporarily disabled the coercion of audio_preload=0 for -of mpeg until I find a proper fix: it horribly distorts filtered sound
|
2006-03-19 |
rtognimp |
Do not use ptr when it's NULL. CID 89
|
2006-03-18 |
kraymer |
1.1230: Typo fix: "URLs to forces" --> "URLs to force"
|
2006-03-18 |
kraymer |
1.226: Print the mute state on the OSD.
|
2006-03-18 |
diego |
Print the mute state on the OSD.
|
2006-03-18 |
albeu |
Enable gui key bindings only when running the gui. Fix enter and esc
|
2006-03-18 |
albeu |
codec-cfg depend on help_mp.h. Fix // builds.
|
2006-03-18 |
gabrov |
synced with 1.225
|
2006-03-18 |
michael |
flags cleanup
|
2006-03-17 |
corey |
Support libavcodec vrc_strategy=1 (XviD ratecontrol).
|
2006-03-17 |
iive |
if stream is not seekable calling enca would prevent the real parsing of subtitles.
|
2006-03-17 |
henry |
10l forgotten stream_reset to clear the EOF flag
|
2006-03-17 |
ods15 |
timebases guidelines
|
2006-03-16 |
nicodvb |
compile in the filters that depend on libavcodec/dsputil.h only when mplayer is configured to use the imported libavcodec
|
2006-03-16 |
albeu |
And 10L for me. Fix the forgoten enca_fd.
|
2006-03-16 |
albeu |
Fix compilation with stupid C++ compilers that shock on valid C
|
2006-03-16 |
albeu |
Move the subread from FILE to stream_t.
|
2006-03-16 |
albeu |
Fix a potential seek failure, fill_buffer doesn't have to
|
2006-03-15 |
gpoirier |
sync with new MEncoder config file name
|
2006-03-15 |
corey |
Fix up libaf unknown-format printing
|
2006-03-15 |
reimar |
extra checks on size of OSD parts (though IMHO these values should never be bad)
|
2006-03-15 |
albeu |
Small fix with object list (-vf) help.
|
2006-03-15 |
ods15 |
rephrase index_ptr positioning
|
2006-03-15 |
ods15 |
timebase table
|
2006-03-15 |
reimar |
do not call glDeleteTextures with 0 count, Xgl does not like it.
|
2006-03-15 |
faust3 |
10l the cpu hog fix broke fullscreenswitching with -wid
|
2006-03-14 |
diego |
The system-wide and the user-specific MEncoder configuration file should both
|
2006-03-14 |
rtognimp |
Remove twos workaround, this bug was fixed in mov demuxer
|
2006-03-14 |
rathann |
mpegopts example
|
2006-03-14 |
gabrov |
synced with 1.36
|
2006-03-14 |
gabrov |
synced with 1.224
|
2006-03-14 |
rtognimp |
Remove totally wrong suggestion to use -dumpaudio and -dumpvideo to save
|
2006-03-14 |
reynaldo |
last print on libaf to af_msg
|
2006-03-14 |
albeu |
Try several formats instead of only YV12 if no format was explicitly
|
2006-03-14 |
reynaldo |
forgotten entry about TOOLS/qepdvcd.sh
|
2006-03-14 |
rathann |
le2me_32 is not necessary, tested by Diego on BE machine
|
2006-03-13 |
rathann |
fl32 is now supported, too
|
2006-03-13 |
rathann |
in24/in32/fl32 little/big-endian QuickTime PCM audio support
|
2006-03-13 |
diego |
Use _res_comment where appropriate.
|
2006-03-13 |
albeu |
10L fix missing return statement.
|
2006-03-13 |
michael |
do not randomly chop up packets, this isnt allowed in almost no container
|
2006-03-13 |
albeu |
Fix seeking with cache enabled on systems using fork().
|
2006-03-13 |
faust3 |
fix for MPlayer taking 100% CPU with -wid on some systems, patch by Martin Fiedler <martin.fiedler at gmx.net>
|
2006-03-13 |
gpoirier |
sync with 1.1238
|
2006-03-13 |
faust3 |
adapter doesn't require vm anymore
|
2006-03-13 |
diego |
Ignore codecs2html.
|
2006-03-13 |
cladisch |
To avoid a bug in ALSA's rate plugin that causes spurious overruns, try
|
2006-03-13 |
cladisch |
Do not try to count hardware sound cards because there might be none
|
2006-03-13 |
gabrov |
fixed character encoding
|
2006-03-13 |
nicodvb |
recommitted version 1.22 + Rich's 1.25
|
2006-03-13 |
ods15 |
cosmetic, move stuff around
|
2006-03-13 |
pacman |
Support all 4 of ARGB/RGBA/BGRA/ABGR unscaled conversions, with more
|
2006-03-13 |
michael |
FAAC encoding through libavcodec-faac
|
2006-03-13 |
michael |
-lavcopts aglobal
|
2006-03-12 |
reimar |
remove mp_msg.c dependency when compiling codec-cfg binary.
|
2006-03-12 |
reimar |
Fix compilation error introduced by last commit
|
2006-03-12 |
nicodvb |
unified failure case in muxer_new_muxer()
|
2006-03-12 |
reimar |
remove useless cruft (binds variable)
|
2006-03-12 |
reimar |
fix feature pragma length check
|
2006-03-12 |
michael |
+ muxer_lavf.c - Michael Niedermayer
|
2006-03-12 |
ods15 |
strings without terminating NUL
|
2006-03-12 |
nicodvb |
in fix_parameters() move assignment of audio bitrate to the proper block (the bitrate for video is actually hardcoded to 800000)
|
2006-03-12 |
nicodvb |
check stream->wf and stream->bih before using them in fix_parameters(). Fixes cid 43
|
2006-03-12 |
rfelker |
10l found by Oded: case 2 on a boolean value...
|
2006-03-12 |
nicodvb |
exit if calloc() fails; free(muxer) before returning NULL if muxer_init() fails (to avoid memleak). Fixes cid 173
|
2006-03-12 |
rfelker |
fix cosmetics noticed during nico's 10l
|
2006-03-12 |
nicodvb |
fixed C99-ism introduced with previous commit
|
2006-03-12 |
nicodvb |
check muxer != NULL before using it; closes cid 201
|
2006-03-12 |
ods15 |
bump neglected date
|
2006-03-12 |
ods15 |
revert last change
|
2006-03-12 |
ods15 |
better max for frame code values, still allowing compact implementation
|
2006-03-12 |
ods15 |
10l to me, misarrangment of flags
|
2006-03-12 |
ods15 |
change max_distance back to 64kb and set max frame size to 2*max_distance.
|
2006-03-12 |
nicodvb |
fail immediately if any of the parameters necessary to switch audio stream isn't set/correct; closes cid 55
|
2006-03-12 |
nicodvb |
check sh_video before seeking; closes cid 56
|
2006-03-12 |
nicodvb |
close channels file before exiting dvb_get_channels() if malloc(dvb_channels_list) fails; closes cid 161
|
2006-03-12 |
nicodvb |
init sh_a (new audio stream) to sh_audio (current audio stream); closes cid 241
|
2006-03-11 |
nicodvb |
dereference muxer->priv only after having checked muxer!=NULL in write_chunk(); closes cid 206
|
2006-03-11 |
nicodvb |
init msec in mp_get_titleset_length() before using it; closes cid 251
|
2006-03-11 |
nicodvb |
init variable in parse_mp4_object_descriptor before using it; fixes cid 237
|
2006-03-11 |
nicodvb |
init delta_pts before using it; fixes cid 239
|
2006-03-11 |
nicodvb |
check pce_ptr before using it; fixes cid 207
|
2006-03-11 |
rathann |
QuickTime in24 and in32 PCM audio support
|
2006-03-11 |
reynaldo |
added dinamically calculated gain factor at output stage to avoid clipping on sane ranges
|
2006-03-11 |
ods15 |
change max_distance max to 128kb instead of 65kb
|
2006-03-11 |
rtognimp |
Only MAX_STREAMS streams are allowed (cid 115)
|
2006-03-11 |
ods15 |
move bit flags to be more convinient...
|
2006-03-11 |
ods15 |
clarify, header_checksum is not included in forward_ptr and in packet checksum
|
2006-03-11 |
diego |
Simplify libcdio check.
|
2006-03-10 |
diego |
Make better use of pkg-config to check for/set proper libraries when
|
2006-03-10 |
rtognimp |
Fix memory leak cid 176
|
2006-03-10 |
rtognimp |
Fix memory leak cid 177
|
2006-03-10 |
rtognimp |
Fix possible use of body uninitialized. Remove an unneeded free (body
|
2006-03-10 |
ods15 |
remove edl.c pre-alloc, more readble and safe code
|
2006-03-10 |
michael |
SHOULD NOT be higher than 1/timebase limit
|
2006-03-10 |
michael |
div8 -> div16
|
2006-03-10 |
michael |
drop max_frame_size
|
2006-03-10 |
michael |
double muxing examples (cant hurt to explictly mention the most common)
|
2006-03-10 |
michael |
limit stuffing to prevent header_checksum from endup being useless due to a gb of 0x80 after a 'N'
|
2006-03-10 |
michael |
universal timestamp (= stream_id + timestamp in stream timebase)
|
2006-03-10 |
michael |
little clarification of sample_width/sample_height
|
2006-03-10 |
michael |
0x00 and 0xFF should be invalid (libnut does that already and it seems like a good idea to recommand)
|
2006-03-10 |
ods15 |
push back userdata stream_class
|
2006-03-10 |
michael |
header_checksum
|
2006-03-09 |
reimar |
free resources when load_raw fails
|
2006-03-09 |
reimar |
fix leak on read error (forgot to free demux packet)
|
2006-03-09 |
reimar |
fix minor (i.e. unlikely to ever happen) leak when init fails
|
2006-03-09 |
rtognimp |
Fix potential read from an unitialized pointer (CID: 236)
|
2006-03-09 |
reimar |
remove useless and memleak-causing strdup
|
2006-03-09 |
reimar |
fix another sizeof(dvd_input_t) bug (must be struct dvd_input_s instead)
|
2006-03-08 |
reimar |
in demux_ogg_read_packet initialize data to whole packet, reduces code and
|
2006-03-08 |
reimar |
name array is too small, use strlcpy instead of strncpy
|
2006-03-08 |
reimar |
UTF-8 is used everywhere else and seems to be more portable than utf8 (FreeBSD)
|
2006-03-08 |
henry |
revert the attempts for ccache fix
|
2006-03-08 |
reimar |
add default case to encoder switch-case (maybe an error message would be good as well).
|
2006-03-08 |
reimar |
fix memory leak when filter with given name does not exist.
|
2006-03-08 |
reimar |
Missing free_demux_packet after read error
|
2006-03-08 |
reimar |
Fix base64 encoding for basic auth according to RFC.
|
2006-03-08 |
reimar |
missing url_free when using proxy and connect fails
|
2006-03-08 |
reimar |
stream_id == MAX_STREAMS is invalid, since counting starts with 0.
|
2006-03-08 |
reimar |
"i < sizeof(buf)" must be "i < sizeof(buf) - 5", since later buf[i + 5] is used.
|
2006-03-08 |
reimar |
We start with 0, so ch (channel number) == AF_NCH is invalid, too (not just >)
|
2006-03-08 |
michael |
cosmetic
|
2006-03-08 |
reimar |
Automaticall convert message to console charset, use utf8 for GTK2 Gui
|
2006-03-08 |
michael |
remove info streams
|
2006-03-08 |
diego |
Add codecs2html dependencies.
|
2006-03-08 |
diego |
libcdio needs to link before -lwinmm in WIN32_LIB on Windows.
|
2006-03-08 |
reimar |
free tmp earlier, it is not needed below and might leak on errors otherwise
|
2006-03-08 |
reimar |
Missing initialization
|
2006-03-08 |
reimar |
initialize f to NULL, needed if desc=malloc... fails
|
2006-03-08 |
aurel |
If we have a tuner, use that as a reason we have audio support, and do
|
2006-03-07 |
henry |
fix incomplete abs->rel path conversion
|
2006-03-07 |
diego |
Fix compilation command in comment.
|
2006-03-07 |
diego |
Comment out debug output.
|
2006-03-07 |
diego |
Add codecs2html target.
|
2006-03-07 |
gpoirier |
synced with 1.1237
|
2006-03-07 |
diego |
Correct toolchain for building XML docs on Debian Sarge.
|
2006-03-06 |
gabrov |
synced with 1.47
|
2006-03-06 |
rathann |
10l to Guillaume. It's <option>, not <options>. xmllint would've told you that.
|
2006-03-06 |
diego |
Reduce output verbosity in non-verbose mode, change some printf to mp_msg.
|
2006-03-06 |
gpoirier |
various improvements of the section "Choosing the video codec"
|
2006-03-05 |
gabrov |
increasing sync tag to 1.45 after typo fix in English version
|
2006-03-05 |
gabrov |
typo fix
|
2006-03-05 |
diego |
Capitalize some sentences after colons.
|
2006-03-05 |
gabrov |
synced with 1.80
|
2006-03-05 |
gabrov |
synced with 1.35
|
2006-03-05 |
gabrov |
synced with 1.62
|
2006-03-05 |
gabrov |
file remove
|
2006-03-05 |
gabrov |
increased sync tag to 1.102 after Diego's update
|
2006-03-05 |
gabrov |
increased sync tag after Diego's update
|
2006-03-05 |
gabrov |
synced with 1.44
|
2006-03-05 |
gabrov |
synced with 1.85
|
2006-03-05 |
gabrov |
synced with 1.25
|
2006-03-05 |
diego |
Comment fix: mp_msg_levels[] is inited to -2, not 2.
|
2006-03-05 |
gabrov |
synced with 1.75
|
2006-03-05 |
gabrov |
synced with 1.16
|
2006-03-05 |
gabrov |
synced with 1.16
|
2006-03-05 |
gabrov |
synced with 1.28
|
2006-03-05 |
gabrov |
synced with 1.74
|
2006-03-05 |
gabrov |
synced with 1.32
|
2006-03-05 |
gabrov |
synced with 1.14
|
2006-03-05 |
gabrov |
synced with 1.36
|
2006-03-05 |
henry |
use relative paths for libav* build
|