2006-11-19 |
diego |
misc small fixes
|
2006-11-19 |
nicodvb |
in mp_property_{video,audio} permit uniniting of the corresponding chain
|
2006-11-19 |
nicodvb |
during DEMUXER_CTRL_SWITCH_x *arg set to -2 identifies 'disable stream x'
|
2006-11-19 |
kraymer |
MSGTRs for libass
|
2006-11-19 |
diego |
Remove settled FIXME.
|
2006-11-19 |
kraymer |
Sync w/ help_mp-en.h r21001
|
2006-11-19 |
gpoirier |
Add a new MPEG encoding example using lavf
|
2006-11-19 |
gpoirier |
add a link to Michael's de-interlacing filters, and replace the crappy
|
2006-11-19 |
reimar |
Remove superfluous demuxer->type==DEMUXER_TYPE_MATROSKA check,
|
2006-11-19 |
gpoirier |
allows to de- and reactivate yadif on the fly
|
2006-11-19 |
nplourde |
disable x11 gl support on osx
|
2006-11-19 |
uau |
Reinitialize some variables on af_resample reinit, fixes crash
|
2006-11-19 |
uau |
Fix printf format/argument count mismatch in mp_property_video
|
2006-11-19 |
gpoirier |
sync w/ r21026
|
2006-11-19 |
uau |
Move subtitle updating to a separate function, fix inverted condition
|
2006-11-19 |
reimar |
Fix obvious typo, although the exact effect is still unclear to me, see also bug #593.
|
2006-11-19 |
gpoirier |
sync w/r21004
|
2006-11-19 |
gpoirier |
sync w/ r20933, patch by Jerome Ferrari
|
2006-11-19 |
voroshil |
sync tag update
|
2006-11-19 |
voroshil |
Translated section "DECODING/FILTERING OPTIONS"
|
2006-11-19 |
reimar |
Remove (now hopefully unnecessary) workarounds added in r21056
|
2006-11-19 |
Gabrov |
synced with r21001
|
2006-11-19 |
reimar |
directly insert ffreep %%st(0) opcode for compatibility with old
|
2006-11-19 |
reimar |
Use ASMALIGN macro for better compatibility and remove SYS_DARWIN
|
2006-11-19 |
gpoirier |
sync with r20876, patch by Jerome Ferrari
|
2006-11-19 |
reimar |
Avoid code like "fstps %1+64(,%%ecx,4)\n\t", it might end up as
|
2006-11-19 |
Gabrov |
synced with r21058
|
2006-11-19 |
voroshil |
new slave command: radio_step_freq
|
2006-11-19 |
reimar |
Fix compilation error due to unescaped "s.
|
2006-11-19 |
nplourde |
fix mp3lib compilation on OSX
|
2006-11-19 |
reimar |
10l, compilation error in r21054
|
2006-11-19 |
reimar |
Generalize subtitle switching, demux_ogg does not need a special case
|
2006-11-19 |
voroshil |
translation/spelling fix.
|
2006-11-19 |
reimar |
Make -slang work again, sub->id is -2 by default, so -slang would be ignored
|
2006-11-19 |
reimar |
Create a sh_sub_t for ogg subtitles.
|
2006-11-19 |
nicodvb |
riformatted after previous commit
|
2006-11-19 |
nicodvb |
if in the list of pids appears at least one 8192 (while TS) remove all other pid filters
|
2006-11-19 |
reimar |
Support multiple subs in mov
|
2006-11-19 |
reimar |
Make sure sh_video == NULL when reinit_video_chain fails.
|
2006-11-19 |
reimar |
Do not just skip a file when vo init fails, instead try to play it
|
2006-11-19 |
lucabe |
Clarify that some of the non-SIMD code is now LGPLed.
|
2006-11-19 |
kraymer |
Update section "AUDIO FILTERS"; Some sync w/ r21026;
|
2006-11-19 |
reimar |
Fix clobber list, half of the modified registers were missing.
|
2006-11-19 |
eugeni |
Collect all includes of mplayer headers in libass in a single file (mputils.h).
|
2006-11-18 |
gpoirier |
sync w/ r20876, patch by Jerome Ferrari
|
2006-11-18 |
gpoirier |
sync with r20876, patch by Jerome Ferrari
|
2006-11-18 |
ods15 |
fix demux_nut to give proper (estimate) of percent position after a seek
|
2006-11-18 |
ods15 |
Add disabled EAGAIN testing code for libnut
|
2006-11-18 |
voroshil |
help_mp-ru.h sync with r21001
|
2006-11-18 |
nicodvb |
switch_audio and switch_video properties should be in the range -2..MAX_x_STREAMS-1
|
2006-11-18 |
diego |
Improve Id CIN description.
|
2006-11-18 |
kraymer |
fix wrong 60000/10001 fraction
|
2006-11-18 |
uau |
Fix double free in af_resample when reinited with suitable parameters
|
2006-11-18 |
kraymer |
r20969: document new key binding for switching video streams in MPEG-TS
|
2006-11-18 |
kraymer |
r21012: group together "quality" control options
|
2006-11-18 |
kraymer |
r20876: rename: XviD -> Xvid (man page part)
|
2006-11-18 |
kraymer |
r21008: remove xvid3's mpeg_quant, replace it by xvid4's quant_type
|
2006-11-18 |
uau |
When changing playback speed write the current speed to OSD only after
|
2006-11-18 |
ods15 |
move demux_nut priv calloc to init() instead of check_file()
|
2006-11-18 |
nicodvb |
TAB switches between programs
|
2006-11-18 |
nicodvb |
mention switch_video and switch_program
|
2006-11-18 |
nicodvb |
bind TAB to 'step_property switch_program'
|
2006-11-18 |
nicodvb |
switch_program property to switch to/set a new program
|
2006-11-18 |
nicodvb |
implemented DEMUXER_CTRL_IDENTIFY_PROGRAM
|
2006-11-18 |
nicodvb |
new DEMUXER_CTRL_IDENTIFY_PROGRAM to identify programs (a+v+s)
|
2006-11-18 |
gpoirier |
group together B-frames options with I,P frames options
|
2006-11-18 |
gpoirier |
group together xvid's rate control options
|
2006-11-18 |
reimar |
more mp_property_deinterlace simplification, patch by
|
2006-11-18 |
gpoirier |
group together "quant_type" and quant_*_matrix since they are related
|
2006-11-18 |
nicodvb |
implemented M_PROPERTY_SET in mp_property_{audio,video}
|
2006-11-18 |
gpoirier |
group together "debug" and "psnr", note that "threads" option is featured on 1.2.x release
|
2006-11-18 |
reimar |
reinit_video_chain might set sh_video = NULL, so check against that.
|
2006-11-18 |
gpoirier |
Move xvid 'grayscale' option close to 'interlacing'
|
2006-11-18 |
gpoirier |
group together "quality" control options
|
2006-11-18 |
gpoirier |
group together xvid's 'closed_gop' and 'packed' options
|
2006-11-18 |
gpoirier |
remove xvid3's divx5bvop and replace it by xvid4's closed_gop
|
2006-11-18 |
kraymer |
r21004: remove xvid3's quant_range, move xvid4 [min|max]_[i|p|b]quant options there instead
|
2006-11-18 |
gpoirier |
remove xvid3's mpeg_quant, replace it by xvid4's quant_type
|
2006-11-18 |
kraymer |
r21001: Add *BSD BT848 radio support
|
2006-11-18 |
diego |
support for XAN DPCM audio
|
2006-11-18 |
kraymer |
document new "D" keybinding for deinterlacing, introduced in
|
2006-11-18 |
gpoirier |
remove xvid3's quant_range, move xvid4 [min|max]_[i|p|b]quant options there instead
|
2006-11-18 |
gpoirier |
Xvid3 support is no more: Remove Xvid3-specific options
|
2006-11-18 |
uau |
Mark some functions static
|
2006-11-18 |
voroshil |
Add *BSD BT848 radio support
|
2006-11-18 |
diego |
Remove obsolete Xvid 3 support.
|
2006-11-18 |
diego |
Drop some unnecessary local changes.
|
2006-11-18 |
diego |
Make sure to pick up internal dvdcss.h before a globally installed one.
|
2006-11-18 |
diego |
Rename libdvdread to dvdread. We really only include only the dvdread
|
2006-11-17 |
diego |
support for some more fringe formats, still buggy ..
|
2006-11-17 |
reimar |
Try reading palette for vobsub
|
2006-11-17 |
reimar |
Support palette for general vobsub
|
2006-11-17 |
reimar |
Since vobsub_lang and sub_select do the same, 'b' and 'j' were bound
|
2006-11-17 |
reimar |
Pseudo-support for subtitles in http://samples.mplayerhq.hu/sub/jpn_engSUB_sample.3gp
|
2006-11-17 |
reimar |
consistently use M_PROPERTY_ERROR/M_PROPERTY_OK as return values.
|
2006-11-17 |
reimar |
Minor mp_property_deinterlace simplification
|
2006-11-17 |
reimar |
Add deinterlace property, patch by Carl Eugen Hoyos
|
2006-11-17 |
reimar |
Adapt code to annoying ShowCursor semantics (increases/decreases and returns
|
2006-11-17 |
ods15 |
missed piece in update to libnut API - non negative errors
|
2006-11-17 |
voroshil |
r20972: defined MSGTR_OSDVideo
|
2006-11-17 |
gpoirier |
sync w/r20969
|
2006-11-17 |
voroshil |
add public wrapper for get_frequency
|
2006-11-17 |
voroshil |
Change verbosity level from MSGL_V to MSGL_INFO for "Current frequency is"
|
2006-11-17 |
michael |
clarify syncpoint placement recommanditions
|
2006-11-17 |
michael |
seeking
|
2006-11-17 |
michael |
dts & synchronous decoder
|
2006-11-17 |
diego |
support flic video through lavf
|
2006-11-17 |
reimar |
Put files fully owned by my under GPL v2 "or later"
|
2006-11-17 |
gpoirier |
Fix AMD64 support, patch by Reimar Doffinger
|
2006-11-17 |
ods15 |
some more updates
|
2006-11-17 |
diego |
some updates
|
2006-11-17 |
kraymer |
fix some mixed up usage messages and unify with master copy
|
2006-11-17 |
kraymer |
r20972: defined MSGTR_OSDVideo
|
2006-11-17 |
nicodvb |
defined MSGTR_OSDVideo
|
2006-11-16 |
nicodvb |
COSMETICS: reformatted
|
2006-11-16 |
nicodvb |
restored circular looping when changing audio and video stream (previously broken)
|
2006-11-16 |
kraymer |
document new key binding for switching video streams in MPEG-TS
|
2006-11-16 |
nicodvb |
reset demuxer's buffered demux_packet after DEMUXER_CTRL_SWITCH_AUDIO
|
2006-11-16 |
nicodvb |
implemented DEMUXER_CTRL_SWITCH_VIDEO
|
2006-11-16 |
nicodvb |
associated _ to 'step_property switch_video'
|
2006-11-16 |
nicodvb |
handle video stream switch using 'switch_video' property'
|
2006-11-16 |
nicodvb |
added code to switch video stream
|
2006-11-16 |
nicodvb |
moved video codec/filters/outdevice initialization code to specific function
|
2006-11-16 |
michael |
forgotten 2 converters (yeah svn up, svn di svn ci isnt enough i should actually look at the code after svn up not just the diff ...)
|
2006-11-16 |
michael |
fixing the lamest bug in swscale, all the rgb/bgr->* code did 2x2 downsampling for chroma, it should just be 2x1 (the rest of the code also belived its 2x1 ...)
|
2006-11-16 |
diego |
cosmetics: Restore alphabetical order, align both tables.
|
2006-11-16 |
diego |
Remove stray newline.
|
2006-11-16 |
diego |
support for RoQ video and audio through libavformat
|
2006-11-16 |
diego |
support for Electronic Arts ADPCM audio
|
2006-11-16 |
diego |
support for Delphine CIN audio and video
|
2006-11-16 |
diego |
Mark internal lavf FourCCs as such.
|
2006-11-16 |
ods15 |
update to libnut API, non-negative errors
|
2006-11-16 |
reynaldo |
Removing redundant entry, kraymer is doing all this work while maintaining translations
|
2006-11-16 |
diego |
support for Interplay DPCM audio
|
2006-11-16 |
diego |
cosmetics: alphabetical order and prettyprinting for the CodecTag table
|
2006-11-16 |
diego |
support for Sierra VMD video
|
2006-11-16 |
diego |
Add support for Tiertex SEQ video.
|
2006-11-16 |
torinthiel |
synced with r20879
|
2006-11-15 |
diego |
Add support for Westwood IMA ADPCM audio.
|
2006-11-15 |
gpoirier |
Fix segfault with videos with unusual resolution, patch by Stanislav Maslovski % stanislav P maslovski A gmail P com %
|
2006-11-15 |
iive |
When testing lame preset presence, use actuall lame_set_preset() function to test its availablility in the library.
|
2006-11-15 |
voroshil |
missing small update about libsmb in previous commit
|
2006-11-15 |
voroshil |
r20933: libvorbis is not necessary for Vorbis playback, small wording improvement.
|
2006-11-15 |
ods15 |
update to libnut, no nut_skip_packet()
|
2006-11-15 |
ods15 |
update to libnut API, don't free the streams
|
2006-11-15 |
diego |
Output UTF-8 instead of legacy encodings by default.
|
2006-11-15 |
kraymer |
r20878: [cosmetics] (skipped)
|
2006-11-15 |
ods15 |
revert last 2 commits on nut.txt
|
2006-11-14 |
rtogni |
Don't spam the console with timestamps (non-error messages printed every
|
2006-11-14 |
rtogni |
Fix extradata passing to lavc RV20 decoder
|
2006-11-14 |
torinthiel |
[cosmetics] Fix indentation
|
2006-11-14 |
torinthiel |
Synced with r20933
|
2006-11-14 |
diego |
libvorbis is not necessary for Vorbis playback, small wording improvement.
|
2006-11-14 |
kraymer |
add character encoding info
|
2006-11-14 |
reimar |
Introduce step_property command.
|
2006-11-14 |
reimar |
Fix Unkown -> Unknown typo
|
2006-11-14 |
voroshil |
r20900: Missing : in -vf expand ar example
|
2006-11-14 |
gpoirier |
sync w/ 20637, patch by Francois franz A ephack P net
|
2006-11-14 |
ods15 |
bump date of NUT spec for previous commit
|
2006-11-14 |
ods15 |
allow info packets to appear in mid-stream, outside of main headers.
|
2006-11-14 |
ods15 |
update to libnut, add cache_syncpoints
|
2006-11-14 |
diego |
MEMALIGN_HACK --> CONFIG_MEMALIGN_HACK
|
2006-11-14 |
reimar |
10l copy&Ãpaste bug in subtitle sh handling
|
2006-11-14 |
uau |
Use vf control for reading pts from vf_vo
|
2006-11-14 |
gpoirier |
remplace le tutoiement par le vouvoiement de l'utilisateur (qui n'ont pas garde les vaches ensemble)
|
2006-11-14 |
reimar |
Fix statement-before-declaration warnings.
|
2006-11-14 |
uau |
Remove write-only variable
|
2006-11-14 |
uau |
Update OSD contents only after the correct values for the frame are known.
|
2006-11-14 |
diego |
Clarify messages for unavailable options.
|
2006-11-14 |
uau |
Move xscreensaver_heartbeat call next to vo check_events
|
2006-11-14 |
uau |
Replace sleep time calculation in main() with a separate function.
|
2006-11-14 |
uau |
simplify
|
2006-11-14 |
uau |
Move -frames check out of frame flip code (like -endpos earlier)
|
2006-11-14 |
uau |
Remove some unused code.
|
2006-11-14 |
uau |
Move endpos handling from page flip code to a saner location, change < to <=
|
2006-11-14 |
uau |
move vo event check together with gui event check
|
2006-11-14 |
ods15 |
update to libnut, rename nut.h->libnut.h
|
2006-11-14 |
uau |
Remove some incorrect code
|
2006-11-14 |
uau |
Update libao2 description, delete completely outdated "audio plugins" part
|
2006-11-14 |
uau |
Try filling audio buffers more if they're very large, add some comments.
|
2006-11-14 |
uau |
Move audio playing code from main() into a separate function.
|
2006-11-14 |
uau |
Remove useless check.
|
2006-11-14 |
uau |
Split some from main() into separate functions.
|
2006-11-13 |
gpoirier |
sync with r20900
|
2006-11-13 |
kraymer |
r20900: Missing : in -vf expand ar example
|
2006-11-13 |
reimar |
Missing : in -vf expand ar example
|
2006-11-13 |
gpoirier |
rename: XviD -> Xvid
|
2006-11-13 |
gpoirier |
sync with r20876
|
2006-11-13 |
voroshil |
r20872: Clarify -dumpaudio, it is not useful normally
|
2006-11-13 |
voroshil |
Update missing tags of previous commit
|
2006-11-13 |
voroshil |
r20876: rename: XviD -> Xvid
|
2006-11-13 |
reimar |
Try to handle oversized asf headers by ignoring anything beyond the first MB
|
2006-11-13 |
reimar |
Incomplete support for vobsub (missing palette support) and
|
2006-11-13 |
reimar |
Move sh_sub_t to stheader.h, where all the other sh structs are defined
|
2006-11-13 |
eugeni |
Support \t with acceleration.
|
2006-11-13 |
eugeni |
Partial fix for semitransparent glyph outlines.
|
2006-11-13 |
reimar |
Add forgotten new_sh_sub
|
2006-11-13 |
reimar |
Make subtitle stream handling more similar to audio and video streams.
|
2006-11-13 |
gpoirier |
Add missing translated strings
|
2006-11-13 |
michael |
pts definition by mans
|
2006-11-13 |
torinthiel |
Synced with 20876
|
2006-11-13 |
torinthiel |
Partial sync with r20879
|
2006-11-13 |
diego |
-vop has been deprecated a long time ago.
|
2006-11-13 |
diego |
vop --> vf
|
2006-11-13 |
diego |
Remove/fix outdated message.
|
2006-11-13 |
diego |
typo
|
2006-11-13 |
torinthiel |
[small fixes]
|
2006-11-13 |
torinthiel |
[cosmetics]
|
2006-11-13 |
kraymer |
r20866: Recommend gcc 3.4+.
|
2006-11-13 |
kraymer |
rename: XviD -> Xvid
|
2006-11-12 |
Gabrov |
synced with r20873
|
2006-11-12 |
diego |
update to 0.6.2, patch by Giacomo Comes, comes naic edu
|
2006-11-12 |
diego |
Misc issues noticed by Torinthiel.
|
2006-11-12 |
reimar |
Clarify -dumpaudio, it is not useful normally
|
2006-11-12 |
torinthiel |
Synced with r20870
|
2006-11-12 |
diego |
Restore PowerPC gcc note that I mistakenly removed.
|
2006-11-12 |
reimar |
Fix compilation with latest libavformat/avidec.c by adding ENABLE_ defines
|
2006-11-12 |
ods15 |
change include "nut.h" to <nut.h> to make gcc pick the correct nut.h for libnut de/muxer..
|
2006-11-12 |
nicodvb |
consistency fix: STREAM_CTRL_GET_TIME_LENGTH and STREAM_CTRL_GET_CURRENT_TIME now return time in (double) seconds
|
2006-11-12 |
diego |
Recommend gcc 3.4+.
|
2006-11-12 |
diego |
Mac OS X Server support
|
2006-11-12 |
reimar |
ffgif, fftiff and fftga support, patch by compn (tempn <at> twmi rr com)
|
2006-11-12 |
diego |
Remove duplicate message, the same info is printed anyway.
|
2006-11-12 |
michael |
least restrictive dts ordering rule which ensures frames are in decoding order
|
2006-11-11 |
Gabrov |
synced with r20817
|
2006-11-11 |
Gabrov |
synced with r20859
|
2006-11-11 |
kraymer |
r20834: The -gui command line option is back.
|
2006-11-11 |
kraymer |
1. convert single quotation mark to double one for better looking
|
2006-11-11 |
nicodvb |
removed duplicated check in demuxer_seek_chapter
|
2006-11-11 |
nicodvb |
make fail STREAM_CTRLs related to seeking/fetching time/chapter when the cache is enabled: they can't work atm
|
2006-11-11 |
nicodvb |
in demux_seek() if STREAM_CTRL_SEEK_TO_CHAPTER suceeds call DEMUXER_CTRL_RESYNC to notify the demuxer of the change
|
2006-11-11 |
kraymer |
add encoding info to some man pages
|
2006-11-11 |
kraymer |
remove very outdated and unmantained Swedish man page
|
2006-11-11 |
michael |
s/by/be/
|
2006-11-10 |
reimar |
Hack to make wrapper.S be compiled again. Someone who knows make please fix properly.
|
2006-11-10 |
rtogni |
Skip empty lines in front of winamp playlist.
|
2006-11-10 |
voroshil |
r20834: The -gui command line option is back.
|
2006-11-10 |
voroshil |
Translated section "VIDEO OUTPUT DRIVERS"
|
2006-11-10 |
diego |
typo, wrong variable name
|
2006-11-10 |
michael |
within array MUST for time_base_id
|
2006-11-10 |
michael |
clearer time_base_id description
|
2006-11-10 |
diego |
Ignore .depend.
|
2006-11-10 |
diego |
Add standard depend target.
|
2006-11-10 |
diego |
Remove loader_objfix.sh hack, it's only needed for very old OpenBSD versions.
|
2006-11-10 |
diego |
Use default variable names.
|
2006-11-10 |
diego |
Remove redundant variable.
|
2006-11-10 |
michael |
time_base_count
|
2006-11-10 |
michael |
stream_count
|
2006-11-10 |
diego |
Remove mmx.h, the licensing status was doubtful, and put a minimal
|
2006-11-10 |
diego |
typo/grammar
|
2006-11-10 |
diego |
The addition of loader/ to PARTS depended on a non-existing variable.
|
2006-11-10 |
diego |
The -gui command line option is back.
|
2006-11-10 |
kraymer |
r20774: Adding ability to check allowed frequency range.
|
2006-11-10 |
diego |
Mark file as UTF-8-encoded.
|
2006-11-10 |
ods15 |
shut warning on "realloc undefined" in demuxer.h
|
2006-11-10 |
ods15 |
update libnut API
|
2006-11-10 |
kraymer |
sync with r20817
|
2006-11-10 |
nicodvb |
idenfify now shows the timings of chapters of the chosen pgc
|
2006-11-09 |
rathann |
Disable linking mplayer (and internal static libavcodec) with
|
2006-11-09 |
nicodvb |
one more deuglification
|
2006-11-09 |
nicodvb |
COSMETICS: renamed dvdnav_priv to priv
|
2006-11-09 |
gpoirier |
put back accidentally reverted r20742 commit
|
2006-11-09 |
gpoirier |
sync w/ 20191, patch by Alexandre Coutherez %newt A neopulsar P org%
|
2006-11-09 |
voroshil |
Add missed 'break'.
|
2006-11-09 |
diego |
Allow disabling internal libdvdcss.
|
2006-11-09 |
kraymer |
r20711: MSGTRs for demux_avi.c
|
2006-11-09 |
diego |
Remove bogus OPTFLAGS settings.
|
2006-11-09 |
voroshil |
r20817: add full stop at end of sentence
|
2006-11-09 |
kraymer |
add full stop at end of sentence
|
2006-11-09 |
lucabe |
Synch with ffmpeg's r6938 "allow spaces in source and build directory names..."
|
2006-11-09 |
kraymer |
r20657: (does not apply)
|
2006-11-09 |
kraymer |
commented out broken MSGTR
|
2006-11-09 |
kraymer |
r20648: Document ao_openal.
|
2006-11-09 |
voroshil |
Move non driver-specific block to non-driver specific procedure, to avoid
|
2006-11-09 |
uau |
Change some constants in pts arithmetic from float to double.
|
2006-11-09 |
uau |
Changed code that used pts=0 in demux packets to indicate "not known".
|
2006-11-09 |
diego |
Revert one more local change without effect.
|
2006-11-08 |
gpoirier |
Fix crash when attempting to seek in a streamed unseekable stream, like
|
2006-11-08 |
diego |
10l: Overlooked one $(EXESUF) addition.
|
2006-11-08 |
diego |
Update for malloc cast changes.
|
2006-11-08 |
gpoirier |
sync with r20774
|
2006-11-08 |
nicodvb |
changed ugly sizeof(*type_ptr) width sizeof(type)
|
2006-11-08 |
diego |
Revert nonsensical local change hunk that had no effect at all.
|
2006-11-08 |
nicodvb |
COSMETICS: reformatted this ugly mess in a consistent manner
|
2006-11-08 |
diego |
Mark modified files as such.
|
2006-11-08 |
reimar |
Support URL redirections that do not specify full URL.
|
2006-11-08 |
rtogni |
Updated for controversial changes and irc-only decisions
|
2006-11-08 |
gpoirier |
partial sync
|
2006-11-08 |
diego |
Reset _ld_xvid so that stray libs do not appear on the link command line.
|
2006-11-08 |
michael |
dts, width/height explanation
|
2006-11-08 |
eugeni |
s/break/continue/. A crazy mistake, somehow unnoticed for more that 2 months.
|
2006-11-08 |
michael |
size and stream_id docs
|
2006-11-08 |
diego |
Remove unused variables.
|
2006-11-08 |
diego |
Rename xvid4 variable/option back to xvid so as not to break scripts.
|
2006-11-08 |
michael |
clearer frame_code explanation
|
2006-11-08 |
diego |
cosmetics: Fix indentation after last commit.
|
2006-11-08 |
diego |
Separate XviD 3 and XviD 4 tests.
|
2006-11-08 |
michael |
simple 1 line definition of what a keyframe is
|
2006-11-08 |
uau |
Change value used to indicate "unknown audio format" from 0 to -1.
|
2006-11-08 |
diego |
Remove some DivX 4 leftovers.
|
2006-11-08 |
voroshil |
r20774: Adding ability to check allowed frequency range.
|
2006-11-08 |
voroshil |
sync with r20774
|
2006-11-08 |
kraymer |
11l, revert r20782
|
2006-11-08 |
kraymer |
remove duplicate MSGTR
|
2006-11-08 |
kraymer |
MSGTRs for libvo/aspect.c and libvo/vo_xv.c
|
2006-11-08 |
kraymer |
MSGTRs for ao_alsa.c
|
2006-11-08 |
gpoirier |
symplify aligned memory allocation on mingw32 by using ffmpeg's av_malloc/av_free
|
2006-11-08 |
gpoirier |
partial sync with latest manpage commits
|
2006-11-08 |
diego |
Generated XSL files should be in UTF-8.
|
2006-11-08 |
diego |
Move some FourCC values from libavformat/riff.c to our private mapping.
|
2006-11-08 |
voroshil |
Spelling fix: Allowable -> Allowed
|
2006-11-08 |
voroshil |
Adding ability to check allowed frequency range.
|
2006-11-08 |
corey |
- explain lavc lmin option more clearly
|
2006-11-08 |
corey |
support lavc mblmin and mblmax
|
2006-11-08 |
diego |
Create binaries with proper executable suffix under Windows.
|
2006-11-08 |
nicodvb |
support for -dvdangle
|
2006-11-08 |
nicodvb |
near-precise seeking in dvd://
|
2006-11-07 |
uau |
Fix code that cuts audio data if the filters produce too much.
|
2006-11-07 |
gpoirier |
sync w/ r20739, patch by Sheldon % Jin jinsh2 A yahoo P com %
|
2006-11-07 |
nicodvb |
now the OSD shows the value returned by demuxer_get_current_time() rather than sh_video->pts
|
2006-11-07 |
nicodvb |
added demuxer_get_current_time() to get the current playtime (possibly aided by the stream layer)
|
2006-11-07 |
nicodvb |
now demux_seek() tries to seek aided by the stream layer, if possible
|
2006-11-07 |
nicodvb |
added definition of DEMUXER_CTRL_RESYNC
|
2006-11-07 |
nicodvb |
implemented STREAM_CTRL_GET_CURRENT_TIME and STREAM_CTRL_SEEK_TO_TIME (precise seeking)
|
2006-11-07 |
gpoirier |
Partial sync with en/mplayer.1 r20739
|
2006-11-07 |
nicodvb |
added definitions of STREAM_CTRL_GET_CURRENT_TIME STREAM_CTRL_SEEK_TO_TIME
|
2006-11-07 |
diego |
typo
|
2006-11-07 |
diego |
_inputmodules vs _noinputmodules typo fix
|
2006-11-07 |
michael |
feed av_log() through mp_msg()
|
2006-11-07 |
michael |
fprintf -> mp_msg
|
2006-11-07 |
voroshil |
Adding myself to man page translation and stram sections.
|
2006-11-07 |
voroshil |
Replace enneccesery O_RDWR with O_RDONLY
|
2006-11-07 |
voroshil |
Restoring volume level of radio card on exit.
|
2006-11-07 |
voroshil |
sync tag update, no real changes needed
|
2006-11-07 |
voroshil |
r20739: Remove remnants of long-gone libfame.
|
2006-11-07 |
mosu |
If parsing a seek head fails then mplayer should try continue parsing the file after the seek head.
|
2006-11-07 |
reimar |
Add our own CODEC_ID -> fourcc translation tables so we do not need
|
2006-11-07 |
reimar |
r20650 inverted the gtk1 check before setting charset, this
|
2006-11-07 |
kraymer |
remove stray comment line
|
2006-11-07 |
diego |
Fix linking on Cygwin and remove nonsense lseek64 --> lseek indirection,
|
2006-11-07 |
diego |
Remove bogus comment lines.
|
2006-11-07 |
diego |
Always compile with -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 like upstream.
|
2006-11-07 |
kraymer |
remove dead defines (spotted by mphelp_check.py)
|
2006-11-07 |
kraymer |
fix format identifiers mismatch
|
2006-11-07 |
voroshil |
Initial (partially, about 40%) translation.
|
2006-11-07 |
gpoirier |
Fix MacIntel build: "/nop" is illegal on Apple's older version of GAS
|
2006-11-06 |
diego |
Remove remnants of long-gone libfame.
|
2006-11-06 |
eugeni |
Bugfix: when copying ass_force_style_list, ending 0 was left out.
|
2006-11-06 |
diego |
typo
|
2006-11-06 |
diego |
output cosmetics
|
2006-11-06 |
jheryan |
Synced to 3.11.2006
|
2006-11-06 |
eugeni |
Calculate text bounding box in a way that does not depend on actual glyph
|
2006-11-06 |
diego |
Don't let the program speak as 'I'.
|
2006-11-06 |
diego |
Remove hackish setting of extra libraries through --enable-static=-lfoo,
|
2006-11-06 |
diego |
Remove deprecated install-path option.
|
2006-11-06 |
diego |
spelling/grammar/wording/consistency for the help output
|
2006-11-05 |
diego |
WIN32 was already being set from config.h.
|
2006-11-05 |
reimar |
Fix index-based seeking in audio-only files, fixes bug #621
|
2006-11-05 |
rtogni |
printf->mp_msg
|
2006-11-05 |
kraymer |
fix typo (noticed by jerome.ferrari lappis com)
|
2006-11-05 |
voroshil |
r20696: add MSGTR_MPDEMUX_MKV for demux_mkv.c
|
2006-11-05 |
diego |
Add -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 to CFLAGS like upstream does.
|
2006-11-05 |
voroshil |
Initial partial translation of man page
|
2006-11-05 |
eugeni |
Initialize fontconfig in VFCTRL_INIT_EOSD handler.
|
2006-11-05 |
voroshil |
r20699: Missing <option> tag
|
2006-11-05 |
reimar |
Fix comment, it's 'sowt', not 'swot' ('twos' reversed)
|
2006-11-05 |
diego |
Fix tdfx-related copy + paste typos, patch by Ville Skyttä, ville.skytta iki fi.
|
2006-11-05 |
eugeni |
Cosmetics: indentation fix.
|
2006-11-05 |
reimar |
Fix compilation: forgotten mp_msg.h include
|
2006-11-05 |
eugeni |
Fix an obvious typo.
|
2006-11-05 |
rtogni |
printf ->mp_msg
|
2006-11-05 |
eugeni |
Fix the following compiler warnings:
|
2006-11-05 |
rtogni |
Do not use abort()
|
2006-11-05 |
kraymer |
better wording for "workarounding"
|
2006-11-05 |
kraymer |
MSGTRs for demux_avi.c
|
2006-11-05 |
diego |
Add 4XM audio.
|
2006-11-05 |
torinthiel |
Synced with r20705
|
2006-11-05 |
kraymer |
r20696: add MSGTR_MPDEMUX_MKV for demux_mkv.c
|
2006-11-05 |
nicodvb |
spellfix and improvement suggested by Wanderer
|
2006-11-05 |
kraymer |
some fixes for latest demux_mkv messages
|
2006-11-05 |
torinthiel |
Unify ./configure script handling
|
2006-11-05 |
torinthiel |
Better URL markup
|
2006-11-05 |
torinthiel |
Better wording, especially if hyperlinks are not visible
|
2006-11-05 |
torinthiel |
Remove ugly indentation in <screen> tags
|
2006-11-05 |
torinthiel |
Don't break a paragraph in a middle of a thought
|
2006-11-05 |
torinthiel |
A bunch of missing <systemitem class="library"> tags
|
2006-11-05 |
torinthiel |
Missing <option> tag
|
2006-11-05 |
kraymer |
better wording for note about utf-8
|
2006-11-05 |
kraymer |
note for translators to use utf-8 encoding for help_mp files and xml docs
|
2006-11-05 |
kraymer |
add MSGTR_MPDEMUX_MKV for demux_mkv.c
|
2006-11-05 |
Gabrov |
synced with r20693
|
2006-11-05 |
kraymer |
fix overly long line
|
2006-11-05 |
kraymer |
markup fix
|
2006-11-05 |
kraymer |
version bump, no changes made
|
2006-11-05 |
kraymer |
Partial sync w/ en/mplayer.1 (6)
|
2006-11-05 |
diego |
consistency/grammar
|
2006-11-05 |
Gabrov |
synced with r20586
|
2006-11-05 |
voroshil |
Split too long line into a number of small one
|
2006-11-05 |
reimar |
Always respect w and h params to mpcodecs_config_vo over
|
2006-11-05 |
voroshil |
r20682: punctuation, full stop -> comma
|
2006-11-05 |
torinthiel |
(cosmetics) remove unneeded tabs
|
2006-11-05 |
nicodvb |
reccomend the usage of :tsaf with :format=dvd in -mpegopts
|
2006-11-05 |
nicodvb |
mention :tsaf on every instance of -mpegopts format=dvd
|
2006-11-05 |
torinthiel |
punctuation, full stop -> comma
|
2006-11-05 |
diego |
Remove empty variable.
|
2006-11-05 |
diego |
output cosmetics
|
2006-11-05 |
diego |
Fix some echo -n occurrences, patch by sci-fi@hush.ai.
|
2006-11-04 |
Gabrov |
synced with r20677
|
2006-11-04 |
nicodvb |
cosmetics: reformatted with only tabs
|
2006-11-04 |
nicodvb |
use calloc() instead of malloc()
|
2006-11-04 |
nicodvb |
nonsense removal: compare old and new frequency in order to skip tuning
|
2006-11-04 |
michael |
Corrigendum 1
|
2006-11-04 |
reimar |
Hack around Windows focus problem with -vo gl
|
2006-11-04 |
reimar |
ass renderer absolutely needs readable target mpi.
|
2006-11-04 |
reimar |
Remove completely useless cursor variable.
|
2006-11-04 |
diego |
Add FFmpeg fraps video decoder.
|
2006-11-04 |
eugeni |
More precise bounding box calculation for karaoke effects.
|
2006-11-04 |
rtogni |
Dummy EnumDisplaySettingsA, required by frapsvid.dll 2.8.1
|
2006-11-04 |
kraymer |
convert DOCS/xml/hu to UTF-8
|
2006-11-04 |
ods15 |
SHOULD not -> SHOULD NOT
|
2006-11-04 |
michael |
intro
|
2006-11-04 |
reimar |
Clarify state of openal ao.
|
2006-11-04 |
reimar |
Extended/reworked fontconfig test to work without pkg-config with versions
|
2006-11-04 |
henry |
changed email address
|
2006-11-04 |
voroshil |
no real change needed for r20657
|
2006-11-04 |
torinthiel |
Sync with r20637
|
2006-11-04 |
torinthiel |
Synced with r20658
|
2006-11-04 |
torinthiel |
(cosmetics) Unify and clarify blank lines usage
|
2006-11-04 |
torinthiel |
Move "and" to end of list, improves grammar
|
2006-11-04 |
henry |
update for r20654
|
2006-11-04 |
henry |
pass the interlacing info to the filter chain
|
2006-11-04 |
henry |
fix quantizer export for interlaced video
|
2006-11-03 |
eugeni |
Prefer microsoft-specific charmaps to all other.
|
2006-11-03 |
nicodvb |
don't set the resolution for dvr-ms files: in the asf headers it seems to
|
2006-11-03 |
diego |
Streamline and simplify internal vs external libdvdread handling.
|
2006-11-03 |
kraymer |
remove charset files (all of them are in UTF-8 now anyway)
|
2006-11-03 |
michael |
attempt to fix the unbound future frame issue with keyframes on the muxer side
|
2006-11-03 |
diego |
Document ao_openal.
|
2006-11-03 |
michael |
2nd try for a keyframe definition
|
2006-11-03 |
gpoirier |
partial sync
|
2006-11-03 |
eugeni |
Introduce MSGT_ASS, use it for all libass messages.
|
2006-11-03 |
voroshil |
no real change need for r20586, updating sync tag
|
2006-11-03 |
voroshil |
add missing tag update
|
2006-11-03 |
voroshil |
r20637:libmpdvdkit no longer exists.
|
2006-11-03 |
kraymer |
r20620: better description for -correct-pts
|
2006-11-03 |
kraymer |
r20571: cvidix tricks
|
2006-11-03 |
kraymer |
fix typo
|
2006-11-03 |
michael |
keyframe definition
|
2006-11-03 |
diego |
libmpdvdkit no longer exists.
|
2006-11-03 |
diego |
I'm effectively maintaining libdvdcss and libdvdread.
|
2006-11-03 |
michael |
main header typo
|
2006-11-03 |
michael |
move file up so its found first, this probably improves readability
|
2006-11-03 |
diego |
libmpdvdkit2 --> libdvdcss
|
2006-11-03 |
diego |
libmpdvdkit2 --> libdvdread
|
2006-11-03 |
diego |
libmpdvdkit2 --> libdvdread, it just contains libdvdread now.
|
2006-11-03 |
diego |
Remove stray line.
|
2006-11-03 |
diego |
Move libdvdcss into its own subdirectory.
|
2006-11-03 |
diego |
Remove useless/redundant SYS_LINUX and _REENTRANT defines from CFLAGS.
|
2006-11-03 |
diego |
Remove useless default target.
|
2006-11-03 |
diego |
Move the rest of the config.h parameters to the Makefile.
|
2006-11-03 |
diego |
Remove HAVE_MPLAYER check, we unconditionally compile with HAVE_MPLAYER set.
|
2006-11-03 |
diego |
bump version number
|
2006-11-03 |
diego |
Remove options not present in upstream config.h.in.
|
2006-11-03 |
diego |
Sync some cosmetics from upstream.
|
2006-11-03 |
diego |
typo, roff markup
|
2006-11-03 |
uau |
better description for -correct-pts
|
2006-11-03 |
eugeni |
Implement loading subtitles from memory.
|
2006-11-03 |
eugeni |
Bugfix: sub_recode could deallocate global sub_cp under some circumstances.
|
2006-11-03 |
torinthiel |
- random fixes
|
2006-11-03 |
kraymer |
Partial sync w/ en/mplayer.1 (5).
|
2006-11-03 |
torinthiel |
Synced with r20614
|
2006-11-02 |
torinthiel |
another missing <application>
|
2006-11-02 |
reimar |
Support backspace for -vo gl/gl2 under Windows
|
2006-11-02 |
reimar |
remove accidential ';' (that's what too much C programming does to you ;-) )
|
2006-11-02 |
reimar |
Check for existence of libcdio_paranoia, not libcdio, since the former is
|
2006-11-02 |
reimar |
Useless break in libcdio pkg-config check
|
2006-11-02 |
reimar |
Remove spurious $_inc_tmp in libcdio check
|
2006-11-02 |
voroshil |
Replace some chars with &#<somecode>; to allow make vim working properly with unicode on koi8r locale.
|
2006-11-02 |
reimar |
Set mpi stride, mostly fixes http://samples.mplayerhq.hu/MPEG2/res_change_ffmpeg_aspect.ts
|
2006-11-02 |
kraymer |
convert remaining help files to UTF-8
|
2006-11-02 |
lucabe |
Add support for conversions from the rgb565 and rgb555 formats
|
2006-11-01 |
diego |
Rework binary codec directory handling. Don't use directories from other
|
2006-11-01 |
reimar |
More code shuffling
|
2006-11-01 |
reimar |
cosmetics: move WIN32 read_toc code to allow for summarizing more common
|
2006-11-01 |
henry |
qp height should be in macroblocks, not pixels
|
2006-11-01 |
diego |
Do not mix declarations and statements.
|
2006-11-01 |
reimar |
Avoid code duplication for "last" toc entry.
|
2006-11-01 |
reimar |
simplify/unify read_toc
|
2006-11-01 |
reimar |
Factor out common code in stream_cddb read_toc function.
|
2006-11-01 |
voroshil |
some non russian/english characters (in people's names) copypasted from english page.
|
2006-11-01 |
reimar |
Remove useless code
|
2006-11-01 |
reimar |
libcdio also needs to link against libcdio_paranoia
|
2006-11-01 |
reimar |
ARCH_X86 simplifications
|
2006-11-01 |
diego |
Use common define for x86_32 and x86_64.
|
2006-11-01 |
reimar |
mp3lib asm does not compile on AMD64.
|
2006-11-01 |
diego |
Support for recent changes to ARCH_X86 handling in FFmpeg.
|
2006-11-01 |
reimar |
Proper libcdio detection also without pkg-config
|
2006-11-01 |
diego |
proper Subversion-speak for revision numbers
|
2006-11-01 |
torinthiel |
- Translated up to r20162 by Misiek y_0rk3r#tlen,pl with fixes by me
|
2006-11-01 |
torinthiel |
Missing comma added
|
2006-11-01 |
diego |
The col utility eats non-ASCII characters without the -p option it seems.
|
2006-11-01 |
diego |
cosmetics: Reformat section.
|
2006-11-01 |
diego |
paragraph about groff and UTF-8
|
2006-11-01 |
reimar |
gcc optimized != 0 check for extern function away, thus linking
|
2006-11-01 |
diego |
encoding is now UTF-8
|
2006-11-01 |
diego |
libdvdcss r202, my patch was committed upstream.
|
2006-11-01 |
diego |
Typo: lseek --> lseek64, the former is not used in the code.
|
2006-11-01 |
voroshil |
trivial sync with r20551
|
2006-11-01 |
reimar |
Do not modify parsed command-line values on config,
|
2006-11-01 |
reimar |
Test proper linking for cdda/cdio
|
2006-10-31 |
torinthiel |
Sync r20551 and some wording fixes
|
2006-10-31 |
torinthiel |
Bump sync tag, r20551
|
2006-10-31 |
torinthiel |
Revert broken encoding translation
|
2006-10-31 |
corey |
Typo fix: missing "get".
|
2006-10-31 |
diego |
cvidix tricks, based on a patch by Reimar
|
2006-10-31 |
diego |
Fix codec directory fallback, it was overriding the autodetection.
|
2006-10-31 |
kraymer |
update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
|
2006-10-31 |
diego |
Add copyright holders, mostly synced from the Debian package.
|
2006-10-31 |
diego |
precise location for dvbstream
|
2006-10-31 |
diego |
CVS -> SVN for FFmpeg, add pnm implementation from xine.
|
2006-10-31 |
diego |
uCIFS is gone, URL update.
|
2006-10-31 |
diego |
Implement proper codecs directory fallback.
|
2006-10-31 |
kraymer |
remove outdated encoding comments
|
2006-10-31 |
diego |
--with-codecsdir --> --codecsdir
|
2006-10-31 |
diego |
--with-codecsdir --> --codecsdir
|
2006-10-31 |
diego |
Rename all codecs directory options.
|
2006-10-31 |
kraymer |
r20534: An example of using -vf ass.
|
2006-10-31 |
diego |
Run dirclean instead of clean on distclean, this way we only need to
|
2006-10-31 |
jheryan |
:Little typo
|
2006-10-31 |
jheryan |
Synced to 26.10.2006 with respect to later utf-8 conversion.
|
2006-10-31 |
diego |
Unification of linker option handling, part 1 of many.
|
2006-10-31 |
diego |
CFLAGS are not necessary for linking.
|
2006-10-31 |
kraymer |
convert some unmaintained help_mp-* files to UTF-8
|
2006-10-31 |
voroshil |
convert help_mp-ru.h from koi8-r to UTF-8
|
2006-10-31 |
kraymer |
convert DOCS/xml/en and help_mp-en.h to UTF-8
|
2006-10-31 |
diego |
100l to me for not checking properly, really fix pkg-config detection now.
|
2006-10-31 |
diego |
10l, use a pkg-config parameter that makes it return 0...
|
2006-10-31 |
diego |
Test for the existence of pkg-config, fixes Bugzilla #553.
|
2006-10-30 |
diego |
Cygwin linking fix.
|
2006-10-30 |
rtogni |
printf -> mp_msg
|
2006-10-30 |
kraymer |
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
|
2006-10-30 |
rtogni |
Update from IMC and realrtsp auth
|
2006-10-30 |
rtogni |
Realrtsp authentication
|
2006-10-30 |
kraymer |
convert DOCS/xml/es and help/help_mp-es.h* to UTF-8
|
2006-10-30 |
diego |
Explain the risks of forcing options with --enable-* in a way that is
|
2006-10-30 |
kraymer |
convert DOCS/xml/pl and help/help_mp-pl* to UTF-8
|
2006-10-30 |
rtogni |
Intel Music Coder decoding via lavc
|
2006-10-30 |
diego |
Remove special output for outdated SDL. It's doubtful such old versions still
|
2006-10-30 |
kraymer |
convert DOCS/fr and help/help_mp-fr.* to UTF-8
|
2006-10-30 |
diego |
misc fixes by Sheldon Jin (jinsh2 yahoo com)
|
2006-10-30 |
diego |
wording/roff fix
|
2006-10-30 |
eugeni |
An example of using -vf ass.
|
2006-10-30 |
kraymer |
better wording for MSGTR_MENU_None
|
2006-10-30 |
reimar |
Also detect static fontconfig when pkg-config is not installed
|
2006-10-30 |
kraymer |
convert DOCS/de from ISO-8859-1 to UTF-8
|
2006-10-30 |
voroshil |
convert DOCS/ru from koi8r to UTF-8
|
2006-10-30 |
kraymer |
fix "iconv: illegal input sequence" error
|
2006-10-30 |
diego |
Add a parameter to enable colorized console output.
|
2006-10-30 |
diego |
Fix libmpdvdkit2 linking on Mac OS X.
|
2006-10-30 |
diego |
Remove redundant variable setting.
|
2006-10-30 |
diego |
Make libmpdvdkit2 compilation slightly more consistent with the other modules.
|
2006-10-29 |
nicodvb |
a previous commit introduced a bug that prevented tables
|
2006-10-29 |
reimar |
Fix possible crash: negative values may no be passed to render_one_glyph
|
2006-10-29 |
nicodvb |
simplified assignment of subtitles stream in ts_parse()
|
2006-10-29 |
reimar |
Handle windows path separator in filesel menu.
|
2006-10-29 |
reimar |
disable nonworking/broken code for now till I find out what it is supposed to do.
|
2006-10-29 |
eugeni |
Revert r20517.
|
2006-10-29 |
eugeni |
Move ass_library initialization code to ass_mp.c.
|
2006-10-29 |
eugeni |
Copy the following functions to libass to avoid dependency on the rest of mplayer:
|
2006-10-29 |
reimar |
Add VIDEOMEMORY_SIZE define to allow to easily change it.
|
2006-10-29 |
rtogni |
Prevent segfault if video codec init fails
|
2006-10-29 |
reimar |
Warn about vo_gl scaled-osd broken with -ass
|
2006-10-29 |
eugeni |
Fix width -> orig_width typo.
|
2006-10-29 |
eugeni |
Don't set PlayResX for plaintext subtitles.
|
2006-10-29 |
eugeni |
Add \N at the end of each subtitle line when converting from subdata.
|
2006-10-29 |
reimar |
Make sure we do not read beyond end of subtitle packet
|
2006-10-29 |
reimar |
realloc subtitle buffers since subcp_recode might have decreased their size.
|
2006-10-29 |
reimar |
Quick hack to implement percent-based seeking, also fixes seeking with gmplayer
|
2006-10-29 |
reimar |
Factor out common cdda stuff from cdio and cdparanoia tests.
|
2006-10-29 |
nicodvb |
handle broken ts packets before parsing the rest
|
2006-10-29 |
reimar |
Support new flac-in-ogg, fixes bug #229
|
2006-10-29 |
nicodvb |
cosmetics: reformatted after previous commit
|
2006-10-29 |
nicodvb |
1000l: fixed broken handling of the adaption field - part 2
|
2006-10-29 |
nicodvb |
fixed mishandling of stream_read() (it doesn't necessarily return -1 in case of error)
|
2006-10-29 |
nicodvb |
ts_parse() move section handling after stream_read() rather than repeating it
|
2006-10-29 |
diego |
Add some <application> tags.
|
2006-10-29 |
eugeni |
Always initialize and destroy ass_library.
|
2006-10-29 |
uau |
Always initialize libass to fix crashes caused by use without initialization.
|
2006-10-28 |
kraymer |
Partially synced with en/mplayer.1 (3).
|
2006-10-28 |
nicodvb |
removed useless check: when is_start is set the size of the payload
|
2006-10-28 |
kraymer |
fix some wordings
|
2006-10-28 |
nicodvb |
in ts_parse() centralized stream_read()+stream_skip(); smaller and cleaner
|
2006-10-28 |
eugeni |
Libass interface reworked:
|
2006-10-28 |
kraymer |
r20477: Add missing parenthesis
|
2006-10-28 |
kraymer |
r20440: Add ASS subtitle rendering options to gui.
|
2006-10-28 |
rtogni |
Add svn versions for rc1
|
2006-10-28 |
reimar |
Cleanup/simplify nsv check_file function.
|
2006-10-28 |
nicodvb |
readability cosmetics
|
2006-10-28 |
nicodvb |
unconditionally assign the language code when available;
|
2006-10-28 |
reimar |
Better check for non-broken NSVf-header to avoid incorrect detection.
|
2006-10-28 |
reimar |
If HAVE_FONTCONFIG is not defined, font_fontconfig might be declared both
|
2006-10-28 |
ods15 |
indentation fix
|
2006-10-28 |
nicodvb |
reformatted ts_parse() after previous commit
|
2006-10-28 |
ods15 |
make vf_geq read whitespace in equation param
|
2006-10-28 |
nicodvb |
removed unreachable code (when len=pes_parse2() returns 0)
|
2006-10-28 |
nicodvb |
10l: fixed misplaced adaption field check
|
2006-10-28 |
nicodvb |
removed commented crc32 code; I'll eventualy reuse the one in lavu
|
2006-10-28 |
nicodvb |
slight simplifications
|
2006-10-28 |
corey |
Add missing parenthesis. Patch by Andrew Savchenko, Bircoph <at> list <dot> ru.
|
2006-10-28 |
michael |
clarify pts related stuff
|
2006-10-27 |
kraymer |
Partial sync with en/mplayer.1 (2)
|
2006-10-27 |
diego |
Add a note about charset configuration to the Apache section.
|
2006-10-27 |
ods15 |
remove unused variable
|
2006-10-27 |
ods15 |
cosmetic, reindentation, tab removal
|
2006-10-27 |
ods15 |
update vf_geq to new ff_eval API
|
2006-10-27 |
reimar |
100l, forgotten "no" for nouse-filedir-conf caused "-use-filedir-conf"
|
2006-10-27 |
Gabrov |
synced with r20468
|
2006-10-27 |
Gabrov |
synced with r20445
|
2006-10-27 |
eugeni |
Add missing fontconfig_done() call.
|
2006-10-27 |
diego |
Sync with Debian package.
|
2006-10-27 |
michael |
"-o -" -> use stdout
|
2006-10-27 |
iive |
Add cmov detection to configure
|
2006-10-27 |
voroshil |
Fix translation inconsistencies, noticed by Torinthiel.
|
2006-10-26 |
eugeni |
Split ass_configure() into several smaller functions.
|
2006-10-26 |
diego |
Fix a multitude of roff errors and warnings.
|
2006-10-26 |
kraymer |
various orthography and wording fixes
|
2006-10-26 |
kraymer |
r20426: -chapter works with dvd:// and dvdnav://
|
2006-10-26 |
kraymer |
r20412: Fix some inconsistencies pointed out by Torinthiel.
|
2006-10-26 |
torinthiel |
Improve translation of autogenerated labels
|
2006-10-26 |
torinthiel |
Clearly state that main.xml is generated
|
2006-10-26 |
torinthiel |
sync r20341
|
2006-10-26 |
gpoirier |
sync w/ r20440, patch by Sheldon Jin
|
2006-10-26 |
voroshil |
r20379: Remove doubled -dvd-device information.
|
2006-10-26 |
torinthiel |
Transtale a skipped title
|
2006-10-26 |
voroshil |
r20355: typo
|
2006-10-25 |
torinthiel |
sync r20449
|
2006-10-25 |
torinthiel |
Typo fix
|
2006-10-25 |
reynaldo |
add two missing checks - PATCH by Karolina Lindqvist AT kramnet-se
|
2006-10-25 |
torinthiel |
sync r20442
|
2006-10-25 |
gpoirier |
Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
|
2006-10-25 |
ods15 |
finally document -correct-pts
|
2006-10-25 |
gpoirier |
fix linking issue on PPC64 with 64bits userland, patch by Markus Rothe markus A unixforces P net
|
2006-10-25 |
diego |
Sync with upstream r201.
|
2006-10-25 |
diego |
Remove confusing and probably wrong paragraph about libdvdcss.
|
2006-10-25 |
diego |
Sync with upstream r201.
|
2006-10-25 |
eugeni |
Add ASS subtitle rendering options to gui.
|
2006-10-24 |
torinthiel |
Microsync, just to keep documentation building
|
2006-10-24 |
torinthiel |
sync r20412
|
2006-10-24 |
torinthiel |
sync r20401
|
2006-10-24 |
reimar |
Fix single-black-pixel-in-upper-left-corner bug (how do people notice a single
|
2006-10-24 |
reimar |
Add proper flv fourcc
|
2006-10-24 |
diego |
Sync one more warning fix from upstream libdvdcss.
|
2006-10-24 |
diego |
Sync warning fixes from upstream libdvdcss.
|
2006-10-24 |
diego |
Remove modification notice from unmodified file.
|
2006-10-24 |
diego |
Sync cosmetics from upstream libdvdcss.
|
2006-10-24 |
reimar |
nother --disable-loader -> --disable-win32 fix.
|
2006-10-24 |
diego |
Add WMVA FourCC to ffvc1, patch by Peter Lemenkov, lemenkov gmail com.
|
2006-10-24 |
diego |
Add md5.[ch] to the list of files.
|
2006-10-24 |
kostya |
16-bit grayscale support
|
2006-10-23 |
nicodvb |
-chapter works with dvd:// and dvdnav://
|
2006-10-23 |
nicodvb |
support for -chapter option (same semanthics as for dvd://)
|
2006-10-23 |
Gabrov |
synced with r20423
|
2006-10-23 |
nicodvb |
simplified code to handle titleset transition (removed useless assignment)
|
2006-10-23 |
nicodvb |
spell fix
|
2006-10-23 |
nicodvb |
don't play any other title other than N when N is specified (with dvdnav://N)
|
2006-10-23 |
gpoirier |
sync w/ r20419
|
2006-10-23 |
gpoirier |
Yet some more CVS->CVS
|
2006-10-23 |
gpoirier |
sync w/ r20417
|
2006-10-23 |
gpoirier |
s/DarwinPorts/MacPorts/
|
2006-10-23 |
reimar |
Allow lowercase letters in AVI stream id, fixes bug #277
|
2006-10-23 |
reimar |
Proper detection of corresponding MPlayer image format for X server format for vo_x11.
|
2006-10-23 |
reimar |
Set aspect information in yuv4mpeg
|
2006-10-23 |
lucabe |
Properly set EXTRALIBS
|
2006-10-23 |
diego |
Fix some inconsistencies pointed out by Torinthiel.
|
2006-10-23 |
kraymer |
r20399: Remove bio2jack from list of required software.
|
2006-10-23 |
diego |
Remove a declaration-after-statement warning.
|
2006-10-23 |
gpoirier |
sync w/ r20408
|
2006-10-23 |
gpoirier |
swap telecine and pulldown, typo noticed by RC
|
2006-10-23 |
diego |
Add sync tag, patch by Sheldon Jin, jinsh2 yahoo com.
|
2006-10-23 |
Gabrov |
synced with r20405
|
2006-10-23 |
Gabrov |
man/hu/mplayer.1 synced with r20375
|
2006-10-23 |
diego |
Remove -fno-PIC check from configure and put -fPIC back at the beginning
|
2006-10-23 |
gpoirier |
add missing dots as in r20328
|
2006-10-23 |
attila |
it's "die Syntax" not "der Syntax"
|
2006-10-23 |
torinthiel |
<replaceable> tags aren't needed in literal example
|
2006-10-22 |
diego |
Remove bio2jack from list of required software.
|
2006-10-22 |
diego |
Replace $() by the slightly more portable ``.
|
2006-10-22 |
kraymer |
r20392: misc fixes
|
2006-10-22 |
kraymer |
r20379: Remove doubled -dvd-device information.
|
2006-10-22 |
diego |
misc fixes
|
2006-10-22 |
torinthiel |
Some more spelling fixes
|
2006-10-22 |
gpoirier |
sync w/r20375
|
2006-10-22 |
gpoirier |
sync w/r20379
|
2006-10-22 |
gpoirier |
sync w/r20341
|
2006-10-22 |
gpoirier |
sync w/r20361
|
2006-10-22 |
gpoirier |
sync w/r20361
|
2006-10-22 |
diego |
Update Andrew Weber's Email address.
|
2006-10-22 |
torinthiel |
Sync r20379 + small fixes
|
2006-10-22 |
reimar |
FFmpeg dv decoder can also output in 422P format.
|
2006-10-22 |
torinthiel |
Remove doubled -dvd-device information.
|
2006-10-22 |
diego |
grammar/wording fixes
|
2006-10-22 |
kraymer |
r20369: Warn about dangers of -use-filedir-conf option
|
2006-10-22 |
kraymer |
capitalization at beginning of sentence
|
2006-10-22 |
kraymer |
remove mkdir warnings
|
2006-10-22 |
reynaldo |
only a few lines remain missing
|
2006-10-22 |
rtogni |
Final changelog update for rc1 release
|
2006-10-22 |
rtogni |
Warn about dangers of -use-filedir-conf option
|
2006-10-22 |
rtogni |
Require latest version of codecs.conf
|
2006-10-22 |
kraymer |
remove outdated reference to "tvout-voodoo"; fixes compilation
|
2006-10-22 |
reimar |
Consistency fix: use "signed long long" for int_fast64_t instead of
|
2006-10-22 |
diego |
IPv6 tests for the presence of AF_INET6 but not struct sockaddr_in6. Glibc 2.0
|
2006-10-22 |
voroshil |
r20352: fix XviD spelling. replace some old DivX5's.
|
2006-10-22 |
diego |
Provide fallback definition for uint_fast64_t as well.
|
2006-10-22 |
kraymer |
r20358: Make documentation links point to the online version.
|
2006-10-22 |
kraymer |
remove some DivX version numbers
|
2006-10-22 |
diego |
cosmetics: Fix indentation after last commit.
|
2006-10-22 |
diego |
Do not check for the existence of LIRC devices during autodetection.
|
2006-10-22 |
diego |
Make documentation links point to the online version.
|
2006-10-22 |
Gabrov |
synced with r20355 (increased sync tag after typo fix in English master file)
|
2006-10-22 |
Gabrov |
synced with r20352
|
2006-10-22 |
diego |
typo
|
2006-10-22 |
Gabrov |
synced with r20191
|
2006-10-22 |
kraymer |
fix "typo"
|
2006-10-22 |
kraymer |
fix XviD spelling
|
2006-10-22 |
Gabrov |
synced with r20350
|
2006-10-22 |
nicodvb |
if no stream could be muxed flush_buffers() returns 0: prevents while(1) stall at the end
|
2006-10-22 |
Gabrov |
man/hu/mplayer.1 synced with 20336
|
2006-10-22 |
kraymer |
r20341: Remove obsolete parts, some updates.
|
2006-10-21 |
reimar |
Do not forget to clear subtitles when switching files for embedded subtitles.
|
2006-10-21 |
lorenm |
x264: don't enable turbo in the middle pass of a 3pass encode. (broke in r20060)
|
2006-10-21 |
gpoirier |
sync w/r20336
|
2006-10-21 |
voroshil |
r20318: capitalization fixes, add missing dots to sentences
|
2006-10-21 |
reimar |
Avoid crash after "AVI: No audio stream found -> no sound." message,
|
2006-10-21 |
kraymer |
change DOCS/html references to German translation
|
2006-10-21 |
diego |
Remove obsolete parts, some updates.
|
2006-10-21 |
reimar |
Try playing files with wrong wav header length, fixes riff_broken_hrdlen.wav
|
2006-10-21 |
reimar |
Add a call to x264enc_set_param in config, otherwise mencoder -ovc x264
|
2006-10-21 |
kraymer |
fixed sync tag
|
2006-10-21 |
kraymer |
r20317: Greatly simplify synopsis roff markup and add a bit of consistency.
|
2006-10-21 |
kraymer |
escape -mf
|
2006-10-21 |
reimar |
Remove #ifdef HAVE_FLAC, it was never needed and nowadays is never defined.
|
2006-10-21 |
reimar |
Do not use sh_audio->wf values if they are definitely invalid
|
2006-10-21 |
reimar |
Add flac twocc
|
2006-10-21 |
ptt |
added a ". ..." line before gmplayer
|
2006-10-21 |
ptt |
little fix, sorry
|
2006-10-21 |
ptt |
sync with r20317
|
2006-10-21 |
ptt |
applied patch for -endpos, to work without a blit_frame, pointed out by Andrew Savchenko
|
2006-10-21 |
kraymer |
some random fixes (wording, spelling..)
|
2006-10-21 |
kraymer |
add German translation of codecs.xml
|
2006-10-20 |
eugeni |
Don't forget to apply scaling coefficients to kerning values.
|
2006-10-20 |
reimar |
Cosmetics: indentation fix indentation broken by last two demuxer.c commits
|
2006-10-20 |
reimar |
Fix opening of demuxers without check_file function, broken by r20309.
|
2006-10-20 |
lorenm |
make any parse error in -x264encopts fatal
|
2006-10-20 |
gpoirier |
sync w/ r20321
|
2006-10-20 |
kraymer |
--enable-external-faad doesn't exist any more
|
2006-10-20 |
michael |
\, escaping
|
2006-10-20 |
gpoirier |
sync w/r20318
|
2006-10-20 |
kraymer |
capitalization fixes, add missing dots to sentences
|
2006-10-20 |
diego |
Greatly simplify synopsis roff markup and add a bit of consistency.
|
2006-10-20 |
diego |
Add fallback on the (undocumented) x86-64 -march option in
|
2006-10-19 |
diego |
Add gmplayer to list of ignored files.
|
2006-10-19 |
gpoirier |
sync w/ 20054
|
2006-10-19 |
diego |
Temporary hotfix: Move -fPIC after OPTFLAGS so that -fno-PIC gets overridden.
|
2006-10-19 |
diego |
Simplify OBJS handling.
|
2006-10-19 |
gpoirier |
sync w/ 20310
|
2006-10-19 |
diego |
Remove stray line.
|
2006-10-19 |
reimar |
Try other demuxers if open() fails.
|
2006-10-19 |
eugeni |
Fix center of rotation calculation. It was overly complex and
|
2006-10-19 |
voroshil |
r20183: Recommend gcc 4.x on PowerPC
|
2006-10-19 |
kraymer |
r20288: vf uspp description: it now uses snow, not mpeg4
|
2006-10-19 |
gpoirier |
sync with r20295, patch by Francois Badier %frabad A gmail P com%
|
2006-10-19 |
gpoirier |
What is the meaning of the numbers on the status line during the encoding process?
|
2006-10-19 |
lorenm |
make -passlogfile work with x264 again (broke in r20060)
|
2006-10-18 |
eugeni |
Center of rotation depends on alignment.
|
2006-10-18 |
eugeni |
Support separate rotation angle for each glyph.
|
2006-10-18 |
eugeni |
Move base point calculation to a separate function. Will be reused soon.
|
2006-10-18 |
eugeni |
Cosmetics: remove commented code.
|
2006-10-18 |
reimar |
redone subcp_recode: get rid of static buffer, skip lines that failed to
|
2006-10-18 |
eugeni |
Fix a typo in collision detection code.
|
2006-10-18 |
ptt |
typo fix
|
2006-10-18 |
gpoirier |
sync w/ r19738
|
2006-10-18 |
ptt |
sync with r20288
|
2006-10-18 |
gpoirier |
sync w/ r20288
|
2006-10-18 |
gpoirier |
sync w/ r20083
|
2006-10-18 |
kraymer |
more updates on chinese translation
|
2006-10-17 |
diego |
This file is not modified from the upstream version,
|
2006-10-17 |
nicodvb |
fixed corner case previously mishandled: don't play an audio only stream when
|
2006-10-17 |
lorenm |
vf uspp description: it now uses snow, not mpeg4
|
2006-10-17 |
diego |
Add configure switch to enable fixed-pointed mode of internal libfaad2.
|
2006-10-17 |
diego |
typo fixes
|
2006-10-17 |
syrjala |
s/vo_osd_changed/vo_osd_changed_flag
|
2006-10-17 |
syrjala |
Round buffer width and height to 16 pixels.
|
2006-10-17 |
kraymer |
rewording of config file usage
|
2006-10-17 |
kraymer |
r20257: Disable loading of file-specific configuration file from the same
|
2006-10-17 |
gpoirier |
sync w/20280
|
2006-10-17 |
kraymer |
remove me=3 leftover (x264)
|
2006-10-17 |
kraymer |
mention new -use-filedir-conf option in general config description
|
2006-10-17 |
gpoirier |
sync with 20277
|
2006-10-16 |
lorenm |
Update x264 option names that changed with r20060
|
2006-10-16 |
michael |
bilinear interpolation
|
2006-10-16 |
eugeni |
Remove an outdated debug message.
|
2006-10-16 |
michael |
200 byte is too little
|
2006-10-16 |
ptt |
sync up to r20265 + some li'l fix
|
2006-10-16 |
michael |
generic equation filter
|
2006-10-16 |
gpoirier |
sync w/ r19715
|
2006-10-16 |
gpoirier |
Woops, forgot to bump sync tag
|
2006-10-16 |
gpoirier |
Sync w/ 20260
|
2006-10-16 |
diego |
Skip -march tests for values that are aliases of already tested values.
|
2006-10-16 |
ptt |
li'l fix
|
2006-10-16 |
diego |
Remove unused variable.
|
2006-10-16 |
gpoirier |
Use American spelling of "gray" instead for British's "grey" for XviD option, while keeping backward compatibility
|
2006-10-16 |
diego |
small grammar fix
|
2006-10-16 |
gpoirier |
sync w/ r20257
|
2006-10-16 |
gpoirier |
r20237
|
2006-10-16 |
diego |
libdv may depend on libpthread.
|
2006-10-16 |
gpoirier |
Update x264 option names that changed with r20060
|
2006-10-16 |
gpoirier |
sync with r20132
|
2006-10-15 |
lorenm |
fix multiple instances of -x264encopts on the commandline (broke in r20060)
|
2006-10-15 |
rtogni |
Disable loading of file-specific configuration file from the same
|
2006-10-15 |
reimar |
Implement AOPLAY_FINAL_CHUNK support for dshow and win32 out.
|
2006-10-15 |
kraymer |
r20254: bump date, small consistency fix
|
2006-10-15 |
diego |
bump date, small consistency fix
|
2006-10-15 |
kraymer |
escape - (bobdeint)
|
2006-10-15 |
reynaldo |
as anounced, just some cleaning, purely janitorial changes
|
2006-10-15 |
reimar |
Move "Play CD/DVD/VCD/SVCD" submenu generation to right-click handling
|
2006-10-15 |
reimar |
Implement bob (pseudo?) deinterlacing for xvmc.
|
2006-10-15 |
kraymer |
r20237: Escape some more - signs.
|
2006-10-15 |
Gabrov |
man/hu/mplayer.1 synced with r20237
|
2006-10-15 |
kraymer |
convert chinese man page to UTF-8
|
2006-10-15 |
rtogni |
Support new realaudio codec names
|
2006-10-15 |
diego |
Remove Linux test from DirectFB check, it runs on some BSD systems at least.
|
2006-10-15 |
gpoirier |
syn with r20043, Patch by Emmanuel Turlay %bluesmanu AH gmail P com%
|
2006-10-15 |
reimar |
strcat->strcpy simplification
|
2006-10-15 |
gpoirier |
Actually convert sync tag to subversion style (and found out that this file is WAY outdated)
|
2006-10-15 |
reimar |
Set SetErrorMode to make sure no dialog box will pop up when no disk in CD/DVD drive.
|
2006-10-15 |
gpoirier |
Bump sync tag, remove useless FIXME
|
2006-10-15 |
kraymer |
missing console messages are (also) replaced by English versions
|
2006-10-15 |
kraymer |
update mailman links
|
2006-10-15 |
diego |
Escape some more - signs.
|
2006-10-15 |
diego |
Remove bogus warning about missing font.
|
2006-10-15 |
rtogni |
Fix timestamps for streams where kf_base gets negative
|
2006-10-15 |
diego |
Sebastian now coordinates translations, some cosmetics.
|
2006-10-15 |
diego |
Sync with FFmpeg r6700.
|
2006-10-15 |
reimar |
Fix crash because of last_glyph < first_glyph, probably caused by first line
|
2006-10-15 |
kraymer |
cosmetics: indentation
|
2006-10-15 |
reimar |
Implement -noidx since index can use quite a bit of memory, esp. when using valgrind.
|
2006-10-15 |
diego |
Remove test for framebuffer device from DirectFB check.
|
2006-10-15 |
voroshil |
Sync with r20191
|
2006-10-15 |
kraymer |
sync with r20191
|
2006-10-15 |
Gabrov |
synced with r20176
|
2006-10-15 |
diego |
Remove removed/renamed files.
|
2006-10-15 |
diego |
Add standard svn:eol-style and svn:keywords properties, remove svn:executable.
|
2006-10-15 |
Gabrov |
synced with r20183
|
2006-10-15 |
Gabrov |
synced with r20194
|
2006-10-15 |
Gabrov |
Deleting formats.xml and users-vs-dev.xml.
|
2006-10-15 |
Gabrov |
synced with r20083
|
2006-10-15 |
nicodvb |
during stream detection always parse ts_probesize bytes (even with -nosound set),
|
2006-10-14 |
reynaldo |
hurried pre-release update, partially synced with r20191
|
2006-10-14 |
vayne |
as per request, fullscreen and mute options have been added to the context menus.
|
2006-10-14 |
diego |
Create proper define for DFBMGA.
|
2006-10-14 |
diego |
Remove senseless DIRECTFBVERSION check, we require 0.9.13+ anyway.
|
2006-10-14 |
diego |
Remove intrinsics check, they are no longer used in FFmpeg.
|
2006-10-14 |
reimar |
Remove unused ABS define
|
2006-10-14 |
diego |
Sync mail-lists.xml removal.
|
2006-10-14 |
gpoirier |
sync: radio w/r20051, history.xml w/r14025, usage.xml w/r20041, install.xml w/r20183, documentation.xml r20085
|
2006-10-14 |
diego |
Use = instead of == for extra portability.
|
2006-10-14 |
diego |
Use = instead of == for extra portability.
|
2006-10-14 |
eugeni |
Zerofill libass static variables during initialization.
|
2006-10-14 |
eugeni |
Free FT_Stroker during libass deinitialization.
|
2006-10-14 |
kraymer |
r20189: Some more consistency for the -pvr options, typo.
|
2006-10-14 |
kraymer |
r20191: slight overall verbosity reduction
|
2006-10-14 |
rtogni |
Remove useless assignements, thanks reimar for noticing them
|
2006-10-13 |
eugeni |
Fix typo in sub_delay external specification.
|
2006-10-13 |
reimar |
Remove dead code (condition can obviously never be true)
|
2006-10-13 |
ben |
bails out if cdparanoia can't read cd (avoid lockup)
|
2006-10-13 |
vayne |
code simplification and minor bug fix for files restarting rather than moving to the next file within the playlist.
|
2006-10-13 |
reimar |
Shorten decoder works now with MPlayer
|
2006-10-13 |
diego |
FFmpeg Shorten audio decoder
|
2006-10-12 |
ptt |
litle bug, didn't compile :(
|
2006-10-12 |
ptt |
sync'd with r20191
|
2006-10-12 |
ptt |
some minor fixes & sync to r20194
|
2006-10-12 |
ptt |
some little consistency fixes
|
2006-10-12 |
diego |
updates, grammar/spelling
|
2006-10-12 |
reimar |
Changlog updated with help of svn log
|
2006-10-12 |
diego |
slight overall verbosity reduction
|
2006-10-12 |
voroshil |
r20172: Update paragraph about libdvdcss and libdvdread.
|
2006-10-12 |
diego |
Some more consistency for the -pvr options, typo.
|
2006-10-12 |
reimar |
10l, used MSGTR_Unknown instead of lang in mp_property_audio
|
2006-10-12 |
reimar |
simplify mp_property_sub
|
2006-10-12 |
kraymer |
r20183: Recommend gcc 4.x on PowerPC.
|
2006-10-12 |
reimar |
Cosmetics for previous mplayer.c patch
|
2006-10-12 |
reimar |
Simplify mp_property_audio
|
2006-10-12 |
diego |
Recommend gcc 4.x on PowerPC.
|
2006-10-12 |
reimar |
Cosmetics
|
2006-10-12 |
reimar |
strncpy->strlcpy
|
2006-10-12 |
reimar |
Remove useless return; at end of function
|
2006-10-12 |
reimar |
Simplify demux_mkv_get_sub_lang
|
2006-10-12 |
kraymer |
r20132: little typo fixes
|
2006-10-12 |
kraymer |
r20176: small consistency/format fix
|
2006-10-12 |
kraymer |
small consistency/format fix
|
2006-10-12 |
kraymer |
initial import of cd-dvd.xml (german translation)
|
2006-10-12 |
ptt |
modifications pointed out by reimar doffinger
|
2006-10-12 |
diego |
Merge the two libdvdcss/libdvdread paragraphs.
|
2006-10-12 |
diego |
Update paragraph about libdvdcss and libdvdread.
|
2006-10-12 |
diego |
Check for maeomo-specific libraries (Nokia 770).
|
2006-10-12 |
diego |
Use MOUSE_BTN0 instead of MOUSE_BASE for consistency with other vo drivers.
|
2006-10-11 |
diego |
Rename ABS macro to FFABS.
|
2006-10-11 |
kraymer |
11l (...)
|
2006-10-11 |
ptt |
little suffix fixes
|
2006-10-11 |
kraymer |
d'oh, missing " broke compilation
|
2006-10-11 |
rtogni |
Remove old hack to search for .ar and VIDO, we know where they are
|
2006-10-11 |
ods15 |
gcc 2.95 fix
|
2006-10-11 |
kraymer |
r20162: added OSD audio switching visualization
|
2006-10-11 |
ptt |
added OSD audio switching visualization
|
2006-10-11 |
reimar |
More possible memleaks.
|
2006-10-11 |
reimar |
Avoid memleak on error while reading attachments or multiple
|
2006-10-11 |
diego |
Remove duplicate min/max macro definition.
|
2006-10-11 |
diego |
Sync with FFmpeg r6642.
|
2006-10-11 |
diego |
Make the socklib check search gethostbyname/socket in libc.
|
2006-10-11 |
diego |
Streamline socklib check.
|
2006-10-11 |
diego |
Remove download script; no longer used in the official Debian package candidate.
|
2006-10-11 |
diego |
Move CFLAGS handling to common.mak.
|
2006-10-11 |
diego |
Run TOOLS/cpuinfo on x86_64 as well as x86.
|
2006-10-10 |
diego |
Change == to = in test comparisons for better portability.
|
2006-10-10 |
uau |
Change occurrences of "(int)*(void **)arg" to "*(int *)arg".
|
2006-10-10 |
rtogni |
Allows up to 8 bytes of extradata for cmsg24
|
2006-10-10 |
rtogni |
Fix extradata lenght when adding cmsg24 data
|
2006-10-10 |
rtogni |
Cleanup: remove some old commented out skips
|
2006-10-10 |
reimar |
Fix misdetection of http://samples.mplayerhq.hu/tta/tivo_misdetect.tta as TiVo file
|
2006-10-10 |
reimar |
Simplify (by using realloc with NULL parameter) and refactor code to grow
|
2006-10-09 |
rtogni |
Fix problems on live streams with huge timestamps, causing overflows and
|
2006-10-09 |
eugeni |
Reduce margins for plaintext subtitles.
|
2006-10-09 |
reimar |
Free track->language before assigning new value
|
2006-10-09 |
reimar |
Missing (in close function)/misplaced free for track structure itself.
|
2006-10-09 |
reimar |
Free track data if error occurs while reading trackentry
|
2006-10-09 |
vayne |
indentation fixes.
|
2006-10-09 |
reimar |
Free track encodings on error or demuxer close
|
2006-10-09 |
vayne |
added a simple timer to hide the mouse when in fullscreen mode.
|
2006-10-09 |
vayne |
fixed a crash bug as a result of the last change, as well as file skipping (hopefully)
|
2006-10-09 |
reimar |
replace malloc+memset by calloc
|
2006-10-09 |
reimar |
Remove cast of realloc result missed in last patch
|
2006-10-09 |
reimar |
Remove unneeded casts for malloc/realloc calls
|
2006-10-09 |
ptt |
removed unused definitions
|
2006-10-09 |
ptt |
little typo fixes
|
2006-10-09 |
ptt |
done! sync'ed with r20061, hoping not to have written 'strafalcioni'
|
2006-10-09 |
ptt |
sync'ed with r19361
|
2006-10-09 |
diego |
Create target for mplayer-rc.o so that it is not rerun unconditionally.
|
2006-10-09 |
ptt |
-endpos option added in changelog
|
2006-10-09 |
ptt |
sync'ed with r19979
|
2006-10-09 |
ptt |
sync'ed with (last) cvs 1.256
|
2006-10-09 |
ptt |
sync'ed with cvs (yet) 1.249
|
2006-10-08 |
ptt |
sync'ed with cvs (yet) 1.243
|
2006-10-08 |
Gabrov |
synced with r20061
|
2006-10-08 |
rathann |
Fixes
|
2006-10-08 |
nicodvb |
reinit codec chain when aspect ratio and/or resolution change
|
2006-10-08 |
Gabrov |
synced with r20119
|
2006-10-08 |
syrjala |
List dfbmga and directfb in _novomodules.
|
2006-10-08 |
syrjala |
Fix DirectFB version check. The old code simply concatenated the
|
2006-10-08 |
gpoirier |
sync with r19979, patch by Sheldon Jin % jinsh2 AH yahoo.com %
|
2006-10-08 |
rathann |
Remove spurious casts to int. Blessed by Reimar.
|
2006-10-08 |
reimar |
Cosmetics: remove lone (evil ;-) ) tab
|
2006-10-08 |
rathann |
Disable linking mplayer with mp3lame when --disable-encoder=mp3lame is
|
2006-10-08 |
diego |
Support for detection of extended instructions on ARM.
|
2006-10-08 |
diego |
Remove outdated/misleading comment about WavPack and libavformat.
|
2006-10-08 |
reimar |
Avoid crash with fontconfig 2.3.9x (as shipped with SuSE 10.1, FcDirScan is broken)
|
2006-10-08 |
ptt |
added myself to AUTHORS, as diego told me on 2006/09/26 :-)
|
2006-10-08 |
reimar |
WavPack files contain a complete, valid RIFF tag, so use extension (.wv)
|
2006-10-08 |
reimar |
a + b => (a + b) for defines, just to be sure.
|
2006-10-08 |
reimar |
Avoid memleak when calling parse_obj_params only for syntax-checking (dst == NULL)
|
2006-10-08 |
reimar |
Forgotten http_free on send error.
|
2006-10-08 |
diego |
Add support for TTA and WavPack.
|
2006-10-08 |
reimar |
Another != NULL check after dereferencing
|
2006-10-08 |
reimar |
Fix variable dereference before NULL check.
|
2006-10-08 |
reimar |
Useless initialization, they will be always set for result != 0
|
2006-10-07 |
reimar |
Cosmetics: consistent order for en-/disabled codecs list
|
2006-10-07 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program'.
|
2006-10-07 |
kraymer |
r20083: Unify labels of two solutions to similar problems.
|
2006-10-07 |
kraymer |
cosmetics: reformatting, aligning
|
2006-10-07 |
kraymer |
r20085: fix FIXME: move history to appendix
|
2006-10-07 |
uau |
Remove special warning printed when VIDIX is disabled
|
2006-10-07 |
diego |
Sync with latest BUILD_ROOT changes in FFmpeg.
|
2006-10-07 |
diego |
Replace -I.. by -I$(BUILD_ROOT).
|
2006-10-06 |
ivo |
print bits/s, not bytes/s
|
2006-10-06 |
corey |
Print current DVD title as ID_DVD_CURRENT_TITLE.
|
2006-10-06 |
gpoirier |
add gcc-4.x to the list of compilers displayed
|
2006-10-06 |
reimar |
EOSD performance debugging info.
|
2006-10-06 |
torinthiel |
- missing space before '('
|
2006-10-06 |
torinthiel |
sync r20085
|
2006-10-06 |
voroshil |
r20080: (cosmetics) add some empty lines to improve readability.
|
2006-10-05 |
nicodvb |
workaround redefinition of object_type as prev(object_type)+1
|
2006-10-05 |
kraymer |
fix FIXME: move history to appendix
|
2006-10-05 |
torinthiel |
sync r20083
|
2006-10-05 |
torinthiel |
Unify labels of two solutions to similar problems.
|
2006-10-05 |
torinthiel |
Missing space before '('
|
2006-10-05 |
torinthiel |
Remove unnecessary </itemizedlist><itemizedlist>,
|
2006-10-05 |
torinthiel |
(cosmetics) add some empty lines to improve readability
|
2006-10-05 |
torinthiel |
Sync 20074
|
2006-10-05 |
reimar |
Simplify: replace malloc + memset 0 by calloc
|
2006-10-05 |
reimar |
Fix demux_demuxers seeking if the video demuxer does not set
|
2006-10-05 |
reimar |
Implement absolute and percent-based seek
|
2006-10-05 |
diego |
Add ASS subtitles to the subtitles file chooser dialog.
|
2006-10-05 |
diego |
Sync with FFmpeg r6563.
|
2006-10-05 |
diego |
Simplify test program build.
|
2006-10-05 |
diego |
Remove stray $ from sync tag.
|
2006-10-05 |
jheryan |
Synced to 2.10.2006
|
2006-10-05 |
gpoirier |
Convert sync tags to Svn revision numbers (except encoding-guide.xml for now)
|
2006-10-05 |
jheryan |
Synced with 2.10.2006
|
2006-10-05 |
jheryan |
Synced with 2.10.2006
|
2006-10-05 |
gpoirier |
Warn about x264encopts new parser which breaks 3rd party tools
|
2006-10-05 |
kraymer |
r20061: document new x264 options through r579. (ssim, interlaced, deadzone_intra/inter)
|
2006-10-05 |
gpoirier |
Fix build failure
|
2006-10-05 |
torinthiel |
sync with r20051
|
2006-10-05 |
voroshil |
r20054: Remove outdated/duplicate parts from the SDL section.
|
2006-10-05 |
voroshil |
r19592: grammar/wording/markup fixes (was missed, due to wrong sync tag in r19637 commit)
|
2006-10-05 |
lorenm |
document new x264 options through r579. (ssim, interlaced, deadzone_intra/inter)
|
2006-10-05 |
lorenm |
Remove the x264 option parser, and pass the options on to libx264 as a string instead. This provides automatic support for all current and future x264 options.
|
2006-10-05 |
diego |
Test programs depend on $(LIB).
|
2006-10-05 |
nplourde |
Detect sse/2 on intel mac, Valtteri Vuorikoski(vuori@sci.fi)
|
2006-10-04 |
diego |
FFmpeg uses -D_ISOC9X_SOURCE and not -D_GNU_SOURCE in CFLAGS.
|
2006-10-04 |
kraymer |
r20054: Remove outdated/duplicate parts from the SDL section.
|
2006-10-04 |
diego |
Also ignore shared libraries.
|
2006-10-04 |
diego |
Remove outdated/duplicate parts from the SDL section.
|
2006-10-04 |
diego |
Mark ao_sdl as SDL-only.
|
2006-10-04 |
diego |
Add SDL-specific keys.
|
2006-10-04 |
diego |
some reformatting
|
2006-10-04 |
Gabrov |
synced with r20049
|
2006-10-04 |
torinthiel |
Partial sync to r20024, more to follow (hopefully soon)
|
2006-10-04 |
kraymer |
r20041: Add IDs to some examples/tables.
|
2006-10-04 |
voroshil |
Fix russian docs build error, caused by my r20046 commit
|
2006-10-04 |
voroshil |
r20041: Add IDs to some examples/tables.
|
2006-10-04 |
kraymer |
r19979: after a long time, finally i could add -endpos option to mplayer
|
2006-10-04 |
voroshil |
r19979: added MSGTR_MPEndposNosizeBased string
|
2006-10-04 |
diego |
Fix hz vs Hz typo.
|
2006-10-04 |
diego |
Remove unused files.
|
2006-10-04 |
diego |
Add IDs to some examples/tables.
|
2006-10-04 |
diego |
Remove cs_test and swscale-example on clean.
|
2006-10-04 |
diego |
Remove redundant EXTRALIBS declaration.
|
2006-10-04 |
diego |
Simplify compilation call by using $(EXTRALIBS).
|
2006-10-04 |
diego |
Fix warnings:
|
2006-10-04 |
diego |
Fix warnings:
|
2006-10-04 |
diego |
Make sync tags consistent.
|
2006-10-04 |
diego |
Remove stray $ from sync tags.
|
2006-10-04 |
gpoirier |
Remove outdate, obsolete and inflammatory rants section made in r19973 of English doc
|
2006-10-04 |
nicodvb |
warn the user to disable the cache when playing dvdnav streams
|
2006-10-04 |
diego |
Add a note about checking XML documentation build.
|
2006-10-04 |
kraymer |
r20028: faacopts :object is in the range 1..4, not 0..3
|
2006-10-04 |
diego |
Comment out sections that break the build.
|
2006-10-04 |
nicodvb |
faacopts :object is in the range 1..4, not 0..3
|
2006-10-04 |
torinthiel |
Recent updates, to r 20024
|
2006-10-04 |
diego |
Remove bogus #ifndef WORDS_BIGENDIAN.
|
2006-10-04 |
diego |
The language code for Norwegian Bokmal is nb, not no.
|
2006-10-03 |
aurel |
make some global var static (fix a build failure with shared lib on x86_64)
|
2006-10-03 |
corey |
make PSNR printing more consistent with other encoders
|
2006-10-03 |
diego |
Sync with FFmpeg r6543.
|
2006-10-03 |
diego |
Fix unused variable warning when compiling with MMX disabled.
|
2006-10-03 |
kraymer |
remove trailing periods in listing, insert dashes for "MPEG n"s
|
2006-10-03 |
kraymer |
r20008: correct parameter value case for -pvr vmode option
|
2006-10-02 |
eugeni |
Simplify and optimize bitmap blending.
|
2006-10-02 |
rathann |
Fix make install. 10l for Diego.
|
2006-10-01 |
gpoirier |
Compile fix for odd versions of binutils, namely the ones in Fedora.
|
2006-10-01 |
gpoirier |
Add support for "Safer Mode Extensions", "Supplemental SSE3", "Direct Cache Access"
|
2006-10-01 |
eugeni |
Add copyright notice and vim/emacs comments to libass and vf_ass.c.
|
2006-10-01 |
diego |
Work around ln limitations on MinGW.
|
2006-10-01 |
diego |
Remove unused variables.
|
2006-10-01 |
nicodvb |
Reset demuxer->sub (consistently with audio and video) after seeking and at the end
|
2006-10-01 |
voroshil |
Fixed typos and some translation errors.
|
2006-09-29 |
reimar |
Fix broken parse_time_size, it would cause MPlayer to parse its parameter twice,
|
2006-09-29 |
ben |
correct parameter value case for -pvr vmode option
|
2006-09-29 |
reimar |
Remove another duplicate and useless ;
|
2006-09-29 |
gpoirier |
Remove useless trailing ';'
|
2006-09-29 |
gpoirier |
Convert strings to comments since they're never used,
|
2006-09-29 |
diego |
Do not compile with -DDEBUG by default.
|
2006-09-29 |
diego |
Fix #ifdef indentation.
|
2006-09-28 |
vayne |
bug fix for replaying files when double clicking in the playlist.
|
2006-09-27 |
nicodvb |
in case of errors after decoding quit the main decoding
|
2006-09-27 |
ben |
updated en and fr man pages with changes introduced by new pvr layer
|
2006-09-27 |
ben |
updated ChangeLog due to new pvr handling
|
2006-09-27 |
ben |
removed ivtv driver dependancy in favor of native V4L2 MPEG API (requires Linux 2.6.18 and above)
|
2006-09-27 |
diego |
Sync section removal.
|
2006-09-27 |
gpoirier |
fixes by jerome ferrari
|
2006-09-27 |
gpoirier |
Lots of fixes by Jerome Ferrari
|
2006-09-27 |
gpoirier |
Some fixes by Jerome Ferrari
|
2006-09-27 |
lucabe |
Add support for YUVJ formats
|
2006-09-27 |
diego |
Fix longstanding drag and drop bug: Only n-1 files get played when n files
|
2006-09-27 |
voroshil |
r19974: Update gcc section. Some rewording.
|
2006-09-27 |
voroshil |
r19973: Remove outdate, obsolete and inflammatory rants section.
|
2006-09-27 |
kraymer |
r19975: Also mention sysctl for adjusting RTC settings.
|
2006-09-27 |
kraymer |
cosmetics: reformatting, aligning
|
2006-09-27 |
kraymer |
r19973: Remove outdate, obsolete and inflammatory rants section
|
2006-09-27 |
kraymer |
r19979: after a long time, finally i could add -endpos option to mplayer..
|
2006-09-26 |
corey |
vo_caca: use the pre-1.x compatibility layer so recent
|
2006-09-26 |
ben |
use a more generic ioctl as the one used was deprecated with Linux 2.6.18 kernel
|
2006-09-25 |
eugeni |
Add matroska v2 (SimpleBlock) support.
|
2006-09-25 |
ben |
cosmetic renames because pvr support will soon be less ivtv driver dependant
|
2006-09-25 |
ptt |
sync up to rev.19134
|
2006-09-25 |
diego |
nit: Subversion revision numbers are referenced as r12345.
|
2006-09-25 |
ptt |
after a long time, finally i could add -endpos option to mplayer executable.
|
2006-09-25 |
ptt |
sync'd up to rev.18570
|
2006-09-25 |
ptt |
sync'd up to (yet) CVS rev.1.1289 thanks to translation by daniele forghieri
|
2006-09-24 |
diego |
cosmetics
|
2006-09-24 |
diego |
Also mention sysctl for adjusting RTC settings.
|
2006-09-24 |
diego |
Update gcc section, some rewording.
|
2006-09-24 |
diego |
Remove outdate, obsolete and inflammatory rants section.
|
2006-09-24 |
eugeni |
Cosmetics: add some comments.
|
2006-09-24 |
eugeni |
Shadow support in libass.
|
2006-09-24 |
diego |
Remove version.h on distclean.
|
2006-09-24 |
diego |
Remove copy and paste error from FFmpeg sync, MPlayer does not support
|
2006-09-24 |
eugeni |
Free memory in ass_synth_done().
|
2006-09-24 |
nicodvb |
interpolate real fps of dvr-ms files using the extended stream properties.
|
2006-09-24 |
reimar |
Make fill_buffer function check for stream eof, fixes hang at eof (bug #580)
|
2006-09-24 |
lucabe |
Improve swscale-example to test conversions between all the possible
|
2006-09-23 |
ods15 |
simplifications, any error from libnut is fatal
|
2006-09-23 |
ods15 |
sync to new libnut
|
2006-09-23 |
eugeni |
Reduce size of non-blurred bitmaps.
|
2006-09-23 |
eugeni |
Cosmetics. Change indentation of block of code to make it consistent with
|
2006-09-23 |
reimar |
Missing part of previous patch to demux_real.c (revision 19958)
|
2006-09-23 |
faust3 |
move video memory info printf before the WIN32 workaround
|
2006-09-23 |
reimar |
int->unsigned to avoid crash to sign extension, partially fixes bug #580
|
2006-09-23 |
rik |
Cosmetics and comments.
|
2006-09-23 |
rik |
Patch by Karolina Lindqvist <karolina.lindqvist@kramnet.se>
|
2006-09-23 |
diego |
Update with more mime types.
|
2006-09-23 |
reimar |
Avoid buffer overflow: memory has do be allocated accordingly when overwriting a string!
|
2006-09-23 |
reimar |
Do not assign constant string to audio_driver_list, it is supposed
|
2006-09-23 |
diego |
Fix the sound mute switch in the GUI menu by moving the corresponding
|
2006-09-23 |
reimar |
Fix audio stream switching with demux_mkv:
|
2006-09-23 |
diego |
verbosity--;
|
2006-09-23 |
nicodvb |
when changing chapter, in the osd print the channel number in a more natural form:
|
2006-09-23 |
reimar |
Add forgotten emms which caused weird bugs like nan pts values.
|
2006-09-23 |
eugeni |
Better fix_outline implementation. No more "fix_outline failed" messages,
|
2006-09-22 |
reimar |
Fix width -> orig_width typo causing subtitles to be too far to the right
|
2006-09-22 |
reimar |
Whitespace-only cosmetics
|
2006-09-22 |
reimar |
Aggregate multiple small EOSD textures into one large since hundreds of
|
2006-09-22 |
reimar |
Cosmetics: move curtex++ out of for () into code body, needed for coming patch
|
2006-09-22 |
reimar |
use eosdDispList != 0 to check if eosd should be drawn instead of eosdtexCnt > 0
|
2006-09-22 |
reimar |
Make genEOSD behaviour with NULL data more explicit
|
2006-09-22 |
reimar |
Modify clearEOSD to make experimenting easier
|
2006-09-22 |
reimar |
remove useless zero-initialization code.
|
2006-09-22 |
eugeni |
Move calculation of text parameters (number of lines, height, etc.) from
|
2006-09-22 |
eugeni |
Move variable declaration to a more deeply nested block. It is not used outside of it.
|
2006-09-22 |
corey |
Add missing conversion from IMGFMT_I420 to PIX_FMT_YUV420P.
|
2006-09-22 |
jheryan |
synced to 14.9.2006
|
2006-09-22 |
kraymer |
r19927: Fix typos noticed by Paul TT.
|
2006-09-22 |
gpoirier |
remove some unbreakable lines roff errors.
|
2006-09-22 |
ods15 |
better rounding for audio_delay_fix in muxer_avi.c
|
2006-09-22 |
ptt |
sync up to (yet) CVS rev. 1.1260
|
2006-09-22 |
reimar |
Try .mxf with libavformat first, works around a too greedy mpeg-demuxer
|
2006-09-22 |
reimar |
Fix compilation if HAVE_MMX is defined but NAMED_ASM_ARGS isn't
|
2006-09-22 |
gpoirier |
synced with r19927
|
2006-09-22 |
diego |
Fix typos noticed by Paul TT.
|
2006-09-22 |
diego |
cosmetics
|
2006-09-21 |
eugeni |
Cosmetics: fix indentation after last commit.
|
2006-09-21 |
eugeni |
Fix FT_Stroker use in libass. The previous variant ended up with 0-width
|
2006-09-21 |
eugeni |
In r19831, font size multiplier was mistakenly applied to border width.
|
2006-09-21 |
lucabe |
Add conversion from IMGFMT_Y8 to PIX_FMT_GRAY8
|
2006-09-21 |
kraymer |
change help_mp-de.h charset to UTF-8
|
2006-09-20 |
nicodvb |
made file-static new_dvdnav_stream() and dvdnav_stream_read()
|
2006-09-20 |
nicodvb |
removed definitions of no more used or file-static functions
|
2006-09-19 |
nicodvb |
introduced new MP_CMD_DVDNAV_MOUSECLICK command (bound to mouse0);
|
2006-09-19 |
nicodvb |
removed old dvdnav_event definitions
|
2006-09-19 |
nicodvb |
show in the osd the number of the button selected by the mouse
|
2006-09-19 |
nicodvb |
removed dead code
|
2006-09-19 |
jonas |
Іnitial button value is -1. Only (button>0) is a correct button selection.
|
2006-09-19 |
nicodvb |
removed mention of dvdnav_event
|
2006-09-19 |
eugeni |
Sort events by ReadOrder (if both layer and start time are equal).
|
2006-09-19 |
eugeni |
Set ReadOrder values for external subtitles.
|
2006-09-19 |
eugeni |
Calculate text bounding box in such way that it does not depend on the height
|
2006-09-19 |
diego |
Remove just the targets, not the original codecs.
|
2006-09-19 |
eugeni |
Cosmetics: fix indentation after last commit.
|
2006-09-19 |
eugeni |
Don't call FcDirScan/FcDirSave with FontConfig >= 2.4.
|
2006-09-19 |
gpoirier |
sync with r19881
|
2006-09-19 |
rathann |
Allow shared libavcodec, but explain the implications.
|
2006-09-18 |
rathann |
Add (if applicable) footnote to binary codecs in the feature list.
|
2006-09-18 |
vayne |
fix for disabling screensaver when in fullscreen mode while using the sub window.
|
2006-09-18 |
nicodvb |
demuxer->movi_end is updated after ds_fill_buffer(),
|
2006-09-18 |
nicodvb |
permit seeking to 0: there's no reason to prevent it
|
2006-09-18 |
nicodvb |
in the previous commit I forgot to set s->end_pos=0
|
2006-09-18 |
nicodvb |
at titleset change call update_title_len() to reset stream->end_pos
|
2006-09-18 |
nicodvb |
don't seek until dvdnav_get_position() returns something meaningful
|
2006-09-18 |
eugeni |
Fix a stupid bug in list concatenation.
|
2006-09-18 |
Gabrov |
synced with r19895
|
2006-09-18 |
cladisch |
When the hardware sample format is AC3, do not force using an hardcoded
|
2006-09-18 |
diego |
Replace preprocessor hacks to work around compilers not supporting named
|
2006-09-18 |
cladisch |
When one of the PCM configuration function in init() fails, abort
|
2006-09-18 |
diego |
configure should fall back on -mcpu=pentium4 if -mcpu=prescott
|
2006-09-18 |
diego |
Replace silly compilation shell scripts by a simple Makefile.
|
2006-09-18 |
diego |
Fix compilation, too few arguments to fputs.
|
2006-09-18 |
uau |
Fix stupid use of multiplication to check signs which fails because of
|
2006-09-18 |
diego |
Restore original copyright notice as found in xine and xine-mms where this
|
2006-09-18 |
kraymer |
fix "groff comment issue" (' at beginning of line)
|
2006-09-18 |
kraymer |
r19881: Shorten scale filter parameter names to avoid excessive line length.
|
2006-09-18 |
diego |
Add hint about how to check man pages for markup errors.
|
2006-09-18 |
diego |
Add --disable-dvdnav to help output.
|
2006-09-18 |
gpoirier |
Fix missleading msg printed when subcp_open is given NULL as parameter (like as demux_ogg and demux_mkv do)
|
2006-09-18 |
diego |
roff markup fixes
|
2006-09-18 |
diego |
Shorten scale filter parameter names to avoid excessive line length.
|
2006-09-17 |
Gabrov |
synced with r19879
|
2006-09-17 |
eugeni |
Reduce code duplication in init_render_context().
|
2006-09-17 |
lucabe |
Remove the dependency of libswscale on img_format.h
|
2006-09-17 |
nicodvb |
better description of set_mouse_pos.
|
2006-09-17 |
lucabe |
Use PIX_FMT_* instead of IMGFMT_* when calling sws_getContext()
|
2006-09-17 |
lucabe |
Fix the PIX_FMT_* ---> IMGFMT_* conversion (PIX_FMT_RGB32 is IMGFMT_BGR32)
|
2006-09-17 |
diego |
Remove outdated graphics cards recommendations and fix wrong GTK dependency.
|
2006-09-17 |
diego |
Reword the font section to be a bit more descriptive.
|
2006-09-17 |
kraymer |
more appropriate translation for INTERACTIVE CONTROL
|
2006-09-17 |
kraymer |
r19865: Wording improvements, document only one half of -mouse-movements flag option.
|
2006-09-17 |
voroshil |
translation by Vladimir Voroshilov, voroshil gmail com
|
2006-09-17 |
ods15 |
conditional declerations are unnecessary
|
2006-09-17 |
ods15 |
conditional declerations are unnecessary
|
2006-09-17 |
ods15 |
Add demux_nut to MPlayer repo
|
2006-09-16 |
diego |
Remove obsolete font generator Gimp plugin.
|
2006-09-16 |
diego |
Wording improvements, document only one half of -mouse-movements flag option.
|
2006-09-16 |
diego |
minor wording/spelling changes
|
2006-09-16 |
diego |
The recent renaming of the gcc-checking switches to gcc-check was incomplete.
|
2006-09-16 |
eugeni |
Subtract glyph bitmap from outline bitmap.
|
2006-09-16 |
nicodvb |
documented set_mouse_pos
|
2006-09-16 |
nicodvb |
COSMETICS: fixed broken indentation
|
2006-09-16 |
nicodvb |
documented -[no]mouse-movements
|
2006-09-16 |
nicodvb |
when dvdnav is enabled associate MOUSE_BTN0 to dvdnav 6 (to simulate confirmation)
|
2006-09-16 |
nicodvb |
report mouse coordinates after movement to dvdnav; this permits to enable button selection using the mouse; patch by Jonas Jermann and me
|
2006-09-16 |
nicodvb |
report to mplayer with a slave command the coordinates of the pointer reported by x11; rescale coordinates to [0,1]x[0,1] range - patch by Jonas Jermann and me
|
2006-09-16 |
nicodvb |
removed superflous -I in the dvdnav section; patch by Timo Kanera - timo kanera de
|
2006-09-16 |
eugeni |
Add \be (blur edges) support to libass.
|
2006-09-16 |
eugeni |
Make blur() public. Will be used in libass.
|
2006-09-16 |
eugeni |
Store bitmap glyphs in a separate struct, instead of FreeType's internal buffer.
|
2006-09-16 |
voroshil |
translation by Vladimir Voroshilov, voroshil gmail com
|
2006-09-16 |
kraymer |
fix typos ("bytes" -> "Bytes")
|
2006-09-16 |
voroshil |
Fixed missed sync tag, thanks to Andrew Savchenko
|
2006-09-15 |
nicodvb |
at start, when not playing a specific titleset, try to call the Title menu (as is common practice among players)
|
2006-09-15 |
eugeni |
Change demuxer for "application/octet-stream" http streams from
|
2006-09-15 |
nicodvb |
in mp_dvdnav_handle_input() update current button only if the status of the previous operation succeeded; patch by Jonas Jermann
|
2006-09-15 |
nicodvb |
dvdnav_stream_reset() should be called on dvdnav_priv->dvdnav not on dvdnav_priv; patch by Jonas Jermann
|
2006-09-15 |
nicodvb |
removed code that propagated the slave command dvdnav_event that hasn't been handled for years; patch by Jonas Jermann
|
2006-09-15 |
nicodvb |
don't uninit the video_out when using -fixed-vo; patch by Jonas Jermann
|
2006-09-15 |
nicodvb |
when cmd == MP_CMD_DVDNAV_SELECT set reset=1 only if dvdnav_button_activate() succeeds, to avoid unneeded resets in main()
|
2006-09-15 |
faust3 |
disable multichannel mode, it never worked reliable
|
2006-09-15 |
kraymer |
r19839: Add repeated screenshot mode to vf_screenshot.
|
2006-09-15 |
eugeni |
Add repeated screenshot mode to vf_screenshot.
|
2006-09-14 |
diego |
Fix Irix build with gcc < 3.x, closes Bugzilla #572.
|
2006-09-14 |
voroshil |
r19829: Improve TrueType font installation section
|
2006-09-14 |
lorenm |
mmx implementation of yadif. 3.5x faster.
|
2006-09-14 |
lorenm |
cosmetics (indentation)
|
2006-09-14 |
lorenm |
cosmetics
|
2006-09-13 |
kraymer |
r19832: remove leftover parenthesis
|
2006-09-13 |
kraymer |
remove leftover parenthesis
|
2006-09-13 |
eugeni |
Make font outline width proportional to movie resolution.
|
2006-09-13 |
kraymer |
r19825: TrueType fonts now preferred over bitmap fonts, rewrite the font installation.
|
2006-09-13 |
diego |
Improve TrueType font installation section.
|
2006-09-13 |
diego |
Move subtitles and OSD section from the installation to the usage chapter.
|
2006-09-13 |
diego |
Slightly restructure font installation section.
|
2006-09-13 |
diego |
Move dvdcss.h to a dvdcss subdirectory, just like upstream libdvdcss does.
|
2006-09-13 |
diego |
TrueType fonts now preferred over bitmap fonts, rewrite the font installation.
|
2006-09-13 |
kraymer |
r19823: Remove mpsub section, the format is documented in DOCS/tech.
|
2006-09-13 |
diego |
Remove mpsub section, the format is documented in DOCS/tech.
|
2006-09-13 |
kraymer |
various fixes, rewording
|
2006-09-13 |
kraymer |
r19820: Marillat packages binary codecs, not bitmap fonts.
|
2006-09-13 |
diego |
Marillat packages binary codecs, not bitmap fonts.
|
2006-09-13 |
diego |
Don't explain how to install bitmap fonts, use TrueType fonts instead.
|
2006-09-13 |
eugeni |
Fix r19815: mkv_d->duration could be assigned an uninitialized value.
|
2006-09-12 |
eugeni |
Fix seeking in Matroska files with non-default TimecodeScale value.
|
2006-09-12 |
eugeni |
Fix block duration calculation in mkv demuxer.
|
2006-09-12 |
eugeni |
Fix movie duration calculation in case when TimecodeScale element comes after
|
2006-09-12 |
attila |
* remove extern definitions of functions in .c files
|
2006-09-12 |
voroshil |
r19809: link fix: The codecs page was merged into the download page
|
2006-09-12 |
kraymer |
r19810: Remove bogus and outdated codecs installation section.
|
2006-09-12 |
kraymer |
r19809: link fix: The codecs page was merged into the download page.
|
2006-09-12 |
diego |
Remove bogus and outdated codecs installation section.
|
2006-09-12 |
diego |
link fix: The codecs page was merged into the download page.
|
2006-09-12 |
diego |
Support for variable fps OGM files, blessed by Moritz.
|
2006-09-12 |
diego |
Move conditional compilation to the build system.
|
2006-09-12 |
kraymer |
r19801: Mailing list page URL changed.
|
2006-09-12 |
kraymer |
r19799: ability to pass channel name (not only number) to radio_set_channel
|
2006-09-12 |
voroshil |
Fix missing link change from previous commit
|
2006-09-12 |
voroshil |
No real change for r19801: already have correct url
|
2006-09-12 |
aurel |
add support for vp6 in flash
|
2006-09-11 |
diego |
Mailing list page URL changed.
|
2006-09-11 |
reimar |
Avoid division by zero DEMUXER_CTRL_GET_PERCENT_POS with only one frame by just
|
2006-09-11 |
voroshil |
ability to pass channel name (not only number) to radio_set_channel
|
2006-09-11 |
voroshil |
some typos fixed
|
2006-09-11 |
voroshil |
r19793: Fixes suggested by the Wanderer
|
2006-09-11 |
diego |
Clarify binary codecs section.
|
2006-09-11 |
voroshil |
Many translation and typo fixes.
|
2006-09-10 |
gpoirier |
separate independant clauses with a semicolon, as suggested by The Wanderer
|
2006-09-10 |
gpoirier |
Fixes suggested by The Wanderer
|
2006-09-10 |
voroshil |
r19779: RTC is no longer the default timing method
|
2006-09-10 |
Gabrov |
synced with r19790
|
2006-09-10 |
diego |
grammar fix
|
2006-09-10 |
diego |
Some more hints for binary packagers.
|
2006-09-10 |
diego |
small wording/spelling fixes
|
2006-09-10 |
nicodvb |
at start, reset dvdnav at the beginning of the stream after the first read (that is done to workaround a bug in dvdnav from cvs)
|
2006-09-10 |
nicodvb |
try to start from the root menu skipping all intros when playing dvdnav://-1; it's not guaranteed to work
|
2006-09-10 |
nicodvb |
keypad 7 returns to nearest dvdnav menu
|
2006-09-10 |
nicodvb |
KP7 bound to dvdnav 7 (previous menu)
|
2006-09-10 |
nicodvb |
permit to select previous dvdnav menu, in the order chapter->title->root
|
2006-09-09 |
nicodvb |
reassigned to KEY_KP? the dvdnav bindings used in input.conf
|
2006-09-09 |
rtogni |
VP50 and VP62 support via lavc
|
2006-09-09 |
nicodvb |
in mp_dvdnav_handle_input() assign the currently selected button, shown in the OSD by main()
|
2006-09-09 |
diego |
RTC is no longer the default timing method.
|
2006-09-09 |
nicodvb |
mention dvdnav keys bindings
|
2006-09-09 |
nicodvb |
mention that 'h' and 'k' work with dvb input, too
|
2006-09-09 |
nicodvb |
added unallocated keys to navigate the dvdnav menus
|
2006-09-09 |
nicodvb |
first touch of support for dvdnav menus; the selection is based on the keyboard selection and is completely blind: there's not the slightest visual feedback
|
2006-09-09 |
nicodvb |
added mp_dvdnav_handle_input to handle user's input (revived from the repository with few changes)
|
2006-09-09 |
nicodvb |
unconditionally include label goto_enable_cache (to be used next by dvdnav)
|
2006-09-09 |
diego |
Add proper GPL headers.
|
2006-09-09 |
voroshil |
r19767: Remove outdated hint about patching kernel sources.
|
2006-09-09 |
nicodvb |
if no track number specified play the whole disc, or the menus can't be shown at start
|
2006-09-09 |
nicodvb |
detect dvdnav before mpdvdkit and dvdread; if dvdnav is set mplayer will use the version of dvdread embedded in dvdnav
|
2006-09-09 |
diego |
FFmpeg VMware video codec
|
2006-09-09 |
diego |
Remove outdated hint about patching kernel sources.
|
2006-09-09 |
gpoirier |
fix broken term_osd output in update_osd_msg()
|
2006-09-09 |
ben |
better readability on selected menu item by tweaking alpha channel properties
|
2006-09-09 |
voroshil |
r19760: remove trailing slash from link
|
2006-09-09 |
uau |
-nortc is now the default, document -rtc instead. Change the description
|
2006-09-09 |
uau |
Disable rtc timing by default.
|
2006-09-08 |
Gabrov |
increased revision tag after typo fix in English faq.xml (synced with r19760)
|
2006-09-08 |
Gabrov |
remove trailing slash from link
|
2006-09-08 |
uau |
Remove useless extern declaration of nortc which is a static variable in
|
2006-09-08 |
Gabrov |
DOCS/xml/hu synced with r19757
|
2006-09-08 |
Gabrov |
man/hu/mplayer.1 synced with r19751
|
2006-09-08 |
voroshil |
translation by Vladimir Voroshilov, voroshil gmail com
|
2006-09-08 |
voroshil |
Sections structure synced with english pages.
|
2006-09-08 |
voroshil |
Removed outdated file. Content moved to documentation.xml.
|
2006-09-08 |
voroshil |
r19751: Abit of doc about dvdnav support in MPlayer, ...
|
2006-09-08 |
gpoirier |
Fixes suggested by Diego
|
2006-09-08 |
gpoirier |
Add a bit of doc about dvdnav support in MPlayer, and why you may want to use it.
|
2006-09-08 |
gpoirier |
rename formats.xml into containers.xml
|
2006-09-08 |
kraymer |
r19738: formats.xml --> containers.xml, the chapter was renamed long ago.
|
2006-09-08 |
kraymer |
r19742: Remove reference to nvidia-opinions section, it's completely outdated.
|
2006-09-08 |
kraymer |
19737: Remove 404 NuppelVideo link.
|
2006-09-08 |
voroshil |
r19738: formats.xml --> containers.xml, chapter wa renamed long ago
|
2006-09-08 |
voroshil |
r19739: readvcd link fix
|
2006-09-08 |
voroshil |
r19737: Remove 404 NuppelVideo link.
|
2006-09-08 |
voroshil |
r19736: Remove references to obsolete font generators and 404 links.
|
2006-09-07 |
diego |
Remove reference to nvidia-opinions section, it's completely outdated.
|
2006-09-07 |
diego |
Remove reference to gcc-296 section, it's very outdated now.
|
2006-09-07 |
diego |
Remove tvout-voodoo section that only consists of one broken link.
|
2006-09-07 |
diego |
readvcd link fix
|
2006-09-07 |
diego |
formats.xml --> containers.xml, the chapter was renamed long ago.
|
2006-09-07 |
diego |
Remove 404 NuppelVideo link.
|
2006-09-07 |
diego |
Remove references to obsolete font generators and 404 links.
|
2006-09-07 |
kraymer |
r19733: (hopefully last) mplayer lists link fix
|
2006-09-07 |
voroshil |
r19732: Mailing list descriptions are on homepage, remove from here
|
2006-09-07 |
kraymer |
(hopefully last) mplayer lists link fix
|
2006-09-07 |
diego |
Mailing list descriptions are on the homepage, remove from here.
|
2006-09-07 |
voroshil |
Outdated file synced with r19589
|
2006-09-07 |
voroshil |
fixed wrong synced tag
|
2006-09-07 |
voroshil |
r19687: Codecs page link fix, paragraph reworded
|
2006-09-07 |
voroshil |
Made better translation of some phrases, typos fixed
|
2006-09-07 |
voroshil |
Outdated file synced with r17322
|
2006-09-07 |
diego |
Add #include <limits.h>, fixes build on Solaris 8.
|
2006-09-06 |
voroshil |
Outdated file synced with r19715
|
2006-09-06 |
vayne |
ISO C90 warnings fixes
|
2006-09-06 |
voroshil |
updated missed sync tag
|
2006-09-06 |
eugeni |
Bugfix: timing for empty karaoke words was lost, resulting
|
2006-09-06 |
voroshil |
r19719: fix cpufreq link
|
2006-09-06 |
gpoirier |
Add support for POWER5 as found on IBM eServer OpenPower 720
|
2006-09-06 |
kraymer |
fix cpufreq link
|
2006-09-06 |
voroshil |
r19715: fix some more mailman links
|
2006-09-06 |
kraymer |
r19715: fix some more mailman links
|
2006-09-06 |
kraymer |
replace tabs by spaces (more readable in std editor..)
|
2006-09-06 |
kraymer |
fix some more mailman links
|
2006-09-06 |
kraymer |
r19713: fix link to amigasoft.net
|
2006-09-06 |
kraymer |
fix link to amigasoft.net
|
2006-09-06 |
kraymer |
sync of existing (German) xml docs:
|
2006-09-06 |
voroshil |
Outdated file synced with r18964
|
2006-09-06 |
diego |
Some more CVS --> Subversion changes, explain what to do with the sync tag
|
2006-09-06 |
diego |
Add official GPL header to make license explicit as discussed on ffmpeg-devel.
|
2006-09-06 |
voroshil |
better translation of some technical phrases, typos fixed
|
2006-09-06 |
gpoirier |
sync w/ r19688
|
2006-09-06 |
voroshil |
r19685: Fix mailing list URLs.
|
2006-09-06 |
voroshil |
Outdated file synced with r19685
|
2006-09-06 |
voroshil |
r19686: Remove the most outdated entries, small updates.
|
2006-09-06 |
voroshil |
Added myself to MAINTAINERS
|
2006-09-05 |
diego |
FFmpeg sync: Fall back on grep if svn client is not installed.
|
2006-09-05 |
rtogni |
Use better resolution for pts computation.
|
2006-09-05 |
nicodvb |
in fixup_vorbis_wf() set to 0 bitrates indicated as -1 (unspecified, according to the specs); patch by Andrew Savchenko - Bircoph list ru
|
2006-09-05 |
eugeni |
Workaround for broken fonts with bad ascender/descender.
|
2006-09-05 |
eugeni |
Change \fad behaviour so that it does not get cancelled by \r.
|
2006-09-05 |
eugeni |
Simplification.
|
2006-09-05 |
kraymer |
set svn:keywords and svn:eol-style properties for radio.xml
|
2006-09-05 |
kraymer |
fix charset issues and a little wording
|
2006-09-05 |
kraymer |
r19693: fix some typos
|
2006-09-05 |
kraymer |
fix some typos
|
2006-09-05 |
kraymer |
r19561: Clarify font load message.
|
2006-09-05 |
kraymer |
my old email address is not really in use any more..
|
2006-09-05 |
kraymer |
added radio.xml, patch by Christian Obst (christian_obst gmx net)
|
2006-09-05 |
kraymer |
r19688: insert linebreak
|
2006-09-05 |
kraymer |
insert linebreak
|
2006-09-05 |
diego |
Codecs page link fix, paragraph reworded.
|
2006-09-05 |
diego |
Remove the most outdated entries, small updates.
|
2006-09-05 |
diego |
Fix mailing list URLs.
|
2006-09-05 |
diego |
sync with r18247
|
2006-09-05 |
diego |
sync with r19677
|
2006-09-05 |
diego |
Remove reference to deleted divx4 section.
|
2006-09-05 |
diego |
sync with r19587
|
2006-09-05 |
diego |
sync with r18426
|
2006-09-04 |
diego |
Remind packagers not to use deprecated codecs and skins paths.
|
2006-09-04 |
diego |
Update binary codecs section.
|
2006-09-04 |
diego |
lists.mplayerhq.hu URL fix, comment out mailing list search.
|
2006-09-04 |
diego |
sync with r19587
|
2006-09-04 |
diego |
synced with r18606
|
2006-09-04 |
diego |
synced with r14024
|
2006-09-04 |
diego |
synced with r19620
|
2006-09-04 |
rtogni |
Experimental WVC1 decoding via lavc
|
2006-09-04 |
eugeni |
Add -ass-styles man page entry.
|
2006-09-04 |
eugeni |
Add vertical clipping for subtitles that were moved because of a collision.
|
2006-09-04 |
eugeni |
Fix possible unallocated memory read in libass line wrapping code.
|
2006-09-04 |
diego |
minor wording change
|
2006-09-04 |
gpoirier |
Add sws_getCachedContext(), which checks if context is valid or reallocs a new one instead.
|
2006-09-03 |
kraymer |
typo
|
2006-09-03 |
diego |
Remove Alex from some maintainer positions that he no longer has.
|
2006-09-03 |
diego |
Add note about translating in teams and taking over unmaintained translations.
|
2006-09-03 |
diego |
Remove outdated references to CVS.
|
2006-09-03 |
diego |
translation by Vladimir Voroshilov, voroshil gmail com
|
2006-09-03 |
rtogni |
Workaround for live Real streams starting with nonzero pts
|
2006-09-03 |
eugeni |
Apply -ass-force-style also to matroska plaintext subs.
|
2006-09-03 |
eugeni |
Cosmetics: restore indentation after recent changes.
|
2006-09-03 |
eugeni |
Add -ass-styles option. It allows to load styles from a file and use them
|
2006-09-03 |
eugeni |
Fix last commit.
|
2006-09-03 |
eugeni |
More checks in ass_render_event.
|
2006-09-03 |
eugeni |
Remove unneeded variable.
|
2006-09-03 |
diego |
Add some more mime types from the SUSE packman package.
|
2006-09-03 |
diego |
small markup/grammar fix
|
2006-09-03 |
eugeni |
ass-color and ass-border-color options.
|
2006-09-03 |
reimar |
Fix crash on DEMUXER_CTRL_SWITCH_AUDIO introduced by aid_vid_mismatch patch
|
2006-09-02 |
Gabrov |
added missing reference to radio.xml
|
2006-09-02 |
eugeni |
Add support for rendering matroska plaintext subtitles with libass.
|
2006-09-02 |
eugeni |
Matroska subtitles are always utf-8, no need to recode them.
|
2006-09-02 |
eugeni |
Fix read beyond the end of allocated memory block.
|
2006-09-02 |
eugeni |
Display track names in matroska files.
|
2006-09-02 |
eugeni |
Don't sort events when reading external subs. With r19644, the order does not matter.
|
2006-09-02 |
eugeni |
Better collision detection algorithm. The idea is to keep a subtitle in place
|
2006-09-02 |
nicodvb |
forgotten to pass the crc32 be2me_32()
|
2006-09-02 |
eugeni |
Remove some unused code.
|
2006-09-02 |
eugeni |
Read layer info from external subs.
|
2006-09-02 |
diego |
-lm needs to come before -laudio to avoid link errors in the NAS check.
|
2006-09-02 |
Gabrov |
synced with r19638
|
2006-09-02 |
Gabrov |
man/hu/mplayer.1 synced with r19635
|
2006-09-02 |
diego |
Fix sync tag.
|
2006-09-02 |
diego |
Set default svn:keywords and svn:eol-style properties.
|
2006-09-02 |
Gabrov |
DOCS/xml/hu synced with r19634
|
2006-09-02 |
diego |
Set default svn:eol-style and svn:keywords properties.
|
2006-09-02 |
diego |
new translation, synced with r17322
|
2006-09-02 |
attila |
Get rid of code I neither know nor use anymore.
|
2006-09-02 |
diego |
sync with r19587
|
2006-09-01 |
diego |
Document (no)global x264 encoding option.
|
2006-09-01 |
diego |
Add noglobal counterpart to the global flag.
|
2006-09-01 |
eugeni |
Make \fr* parameter a floating point value.
|
2006-09-01 |
eugeni |
Extract "application/x-font" attachments from matroska, in addition
|
2006-09-01 |
rik |
adding myself to the files in relevant places
|
2006-09-01 |
rik |
Patch from Karolina Lindqvist <karolina.lindqvist@kramnet.se>
|
2006-09-01 |
diego |
Remove stray and superflous #ifdef checks.
|
2006-09-01 |
ben |
fix build on some old 2.6 kernels, patch by Gernot Hillier
|
2006-09-01 |
diego |
Update with current status.
|
2006-09-01 |
diego |
wording/spelling cosmetics
|
2006-09-01 |
diego |
The FSF changed postal address.
|
2006-09-01 |
diego |
Add miniLZO and librtsp.
|
2006-08-31 |
eugeni |
Bugfix: potential write of unallocated memory.
|
2006-08-31 |
nicodvb |
include forgotten limits.h
|
2006-08-31 |
eugeni |
Bugfix: wrong height value used in font size calculation.
|
2006-08-31 |
diego |
Remove spurious line.
|
2006-08-31 |
diego |
Check for requirements at configure-time, not at run-time.
|
2006-08-31 |
diego |
Improve radio command descriptions.
|
2006-08-31 |
reimar |
Do not cast calloc/malloc results
|
2006-08-31 |
diego |
cosmetics: Fix ugly one-space indentation in radio check.
|
2006-08-31 |
gpoirier |
sync w/r19569
|
2006-08-31 |
diego |
wording/markup fixes
|
2006-08-31 |
kraymer |
r19606: documented -lavfdopts
|
2006-08-30 |
nicodvb |
mention -demuxer lavf in the dvb input section
|
2006-08-30 |
nicodvb |
documented -lavfdopts
|
2006-08-30 |
nicodvb |
split in 2 'horribly long line'
|
2006-08-30 |
nicodvb |
added lavfdopts to pass options to libavformat
|
2006-08-30 |
nicodvb |
make sure opt.h is present when detecting libavformat
|
2006-08-30 |
kraymer |
r19599: Improve radio section.
|
2006-08-30 |
rtogni |
Avoid a potential strdup(NULL)
|
2006-08-30 |
michael |
make the C code of the swscaler which i wrote LGPL
|
2006-08-29 |
diego |
Improve radio section.
|
2006-08-29 |
eugeni |
Change default font family and color for plain text subs.
|
2006-08-29 |
nicodvb |
accept dvdnav version >= 0.2.0; the previous code failed because the check test 020 -ge 0110 failed
|
2006-08-29 |
nicodvb |
complete range of frequencies for Ireland; patch by gmccullagh gmail com
|
2006-08-29 |
reimar |
description of radio slave commands, copied from TV command descriptions :-)
|
2006-08-29 |
eugeni |
Bugfix: strdup of NULL value.
|
2006-08-29 |
kraymer |
r19265: how to encode to PSP format (patch by Christian Obst, christian_obst gmx de)
|
2006-08-29 |
diego |
grammar/wording/markup fixes
|
2006-08-29 |
kraymer |
fixe some typos and formatting of -radio entry
|
2006-08-29 |
eugeni |
Apply -ass-force-style also to tracks generated from subdata.
|
2006-08-29 |
diego |
Fix build after radio commit, patch by Jindrich Makovicka.
|
2006-08-28 |
aurel |
fix build failure when ASS is disabled
|
2006-08-28 |
diego |
ftp.mplayerhq.hu --> upload.mplayerhq.hu
|
2006-08-28 |
reimar |
Cosmetics: reindent, remove tabs and break overlong lines.
|
2006-08-28 |
reimar |
Cosmetics: fix indentation after last patch
|
2006-08-28 |
reimar |
Hardware EOSD (ass) support.
|
2006-08-28 |
michael |
"global header" support, this is pretty much just copy and pasted code from
|
2006-08-28 |
eugeni |
Add EOSD support to vf_vo.
|
2006-08-28 |
reimar |
Forgot that AUTHORS has multiple sections and ended up putting
|
2006-08-28 |
reimar |
Part of radio patch by Vladimir Voroshilov (voroshil gmail com) that did not apply cleanly before.
|
2006-08-28 |
reimar |
svn diff does not show files you forgot to add, so recommend of svn status, too
|
2006-08-28 |
reimar |
Forgotten documentation part of radio support patch
|
2006-08-28 |
vayne |
bug fix for starting gmplayer with -fs when using the sub window
|
2006-08-28 |
vayne |
vo_colorkey change to avoid clashes with other black windows
|
2006-08-28 |
michael |
segfault fix
|
2006-08-28 |
reimar |
Radio support, patch by Vladimir Voroshilov (voroshil gmail com)
|
2006-08-28 |
eugeni |
Ignore '*' at the beginning of style name.
|
2006-08-28 |
eugeni |
Fix font scaling taking margins into account.
|
2006-08-28 |
diego |
Add missing backslashes.
|
2006-08-28 |
gpoirier |
sync with r19561
|
2006-08-28 |
eugeni |
Add -(no)ass-use-margins option.
|
2006-08-28 |
jheryan |
Synced to 25.8.2006
|
2006-08-28 |
jheryan |
Synced to 25.8.2006
|
2006-08-28 |
jheryan |
Synced to 25.8.2006
|
2006-08-28 |
diego |
live.com --> LIVE555
|
2006-08-27 |
diego |
Move MLIB_LIB to COMMON_LIBS.
|
2006-08-27 |
eugeni |
Cosmetics: fix indentation after r19562.
|
2006-08-27 |
eugeni |
Transition effects support.
|
2006-08-27 |
diego |
Clarify font load message.
|
2006-08-27 |
diego |
Reenable some encoders even for MPlayer-only compilation, some filters need it.
|
2006-08-27 |
diego |
Only add include flags if cc_check succeeded.
|
2006-08-27 |
diego |
Remove XMMS_CFLAGS from CFLAGS, the variable is never set.
|
2006-08-27 |
diego |
Clarify messages.
|
2006-08-27 |
eugeni |
Zero fill ass_settings_t before use.
|
2006-08-27 |
reimar |
Mixed up from and to charsets in iconv open failure message.
|
2006-08-26 |
diego |
Make --with-x11libdir and --with-mlibdir consistent with --with-*libdir.
|
2006-08-26 |
diego |
Remove superfluous --with-termcaplib option.
|
2006-08-26 |
diego |
Add --extra-libs option to pass linker flags.
|
2006-08-26 |
eugeni |
Simplify ass_glyph_cache_reset().
|
2006-08-26 |
reimar |
Fix mingw compilation
|
2006-08-26 |
reimar |
Cosmetics: recommit patch changing return values to defines
|
2006-08-26 |
reimar |
Recreate tcp.c as partial copy from network.c
|
2006-08-26 |
reimar |
remove to allow readding as copy from network.c
|
2006-08-26 |
reimar |
Get rid of demux_aid_vid_mismatch mess.
|
2006-08-26 |
eugeni |
Reset glyph cache on reconfigure.
|
2006-08-26 |
eugeni |
Add right and left margins support to libass.
|
2006-08-26 |
nicodvb |
don't try to autodetect aac in pes packets (the detection is prone to give wrong results); use the stream_type from the PMT instead
|
2006-08-26 |
diego |
Remove --with-madlibdir option, it never worked anyway.
|
2006-08-26 |
vayne |
Further fullscreen switching improvements. Fixes sub window position bug when exiting a file from fullscreen. Fixes sub window position when switching between windows and fullscreen modes.
|
2006-08-26 |
ben |
documented new slave mode commands
|
2006-08-26 |
ben |
extended slave mode with metadata retrieval commands
|
2006-08-25 |
ben |
added new helpers to allow easy metadata retrieval and make libmenu use them
|
2006-08-25 |
ben |
if double buffering is enabled, but vbeSetDisplayStart() fails, turn double buffering off (also adds support for VESA output under VMware).
|
2006-08-25 |
ben |
updated sample of libmenu config file with latest improvements
|
2006-08-25 |
ben |
new option for libmenu that allow display of properties and metadata of currently played stream
|
2006-08-25 |
diego |
Remove redundant variable that is contained in COMMON_LIBS.
|
2006-08-25 |
diego |
Remove redundant variables that are contained in COMMON_LIBS.
|
2006-08-25 |
diego |
Sync with the creation of the stream directory.
|
2006-08-25 |
diego |
Disentangle toolame CFLAGS and LDFLAGS handling.
|
2006-08-25 |
diego |
Disentangle libdv and vorbis linker flags.
|
2006-08-25 |
diego |
cosmetics: Move some parts to more sensible places.
|
2006-08-24 |
diego |
Fix .align is a power of two check.
|
2006-08-24 |
eugeni |
Add VFCTRL_DRAW_EOSD.
|
2006-08-24 |
reimar |
A value of 2 is valid for noup, too
|
2006-08-24 |
diego |
Fix MEncoder build when bitmap fonts are disabled.
|
2006-08-24 |
eugeni |
Fix previous commit.
|
2006-08-24 |
eugeni |
Simplify vf_ass initialization.
|
2006-08-24 |
diego |
cosmetics: Reorder some rules.
|
2006-08-24 |
diego |
Adapt .so pattern rule for more than one object file.
|
2006-08-24 |
diego |
Redundancy removal part IV: Create pattern rules for .o and .so creation.
|
2006-08-24 |
diego |
sis_vid.so should be created from more than one object.
|
2006-08-24 |
diego |
Remove nonsens comment.
|
2006-08-24 |
diego |
Redundancy removal part III: Unify LDFLAGS handling some more.
|
2006-08-24 |
diego |
Redundancy removal part II: Remove useless variable indirection.
|
2006-08-23 |
diego |
Redundancy removal part I: Unify CFLAGS and LDFLAGS handling.
|
2006-08-23 |
diego |
The way to ignore failing commands in Makefiles is to prepend a -.
|
2006-08-23 |
diego |
Simplify compilation commands with $< and $@.
|
2006-08-23 |
diego |
Remove useless define from MACH64 CFLAGS.
|
2006-08-23 |
kraymer |
r19508: Put -ass options in alphabetical order.
|
2006-08-23 |
kraymer |
r19507: syntax/consistency fix
|
2006-08-23 |
diego |
Remove reference to long-gone genfb driver.
|
2006-08-23 |
diego |
Put -ass options in alphabetical order.
|
2006-08-23 |
diego |
syntax/consistency fix
|
2006-08-23 |
gpoirier |
always use 3dnowext version of dct64 when supported by the CPU (K6-3+ and up).
|
2006-08-23 |
gpoirier |
sync w/ r19503
|
2006-08-23 |
gpoirier |
How to handle broken/copy protected VOB files?
|
2006-08-22 |
eugeni |
Add -ass-force-style to man page.
|
2006-08-22 |
diego |
Remove reference to non-existent variable.
|
2006-08-22 |
eugeni |
New cmdline option: -ass-force-style.
|
2006-08-22 |
diego |
demux_avs compilation should depend on WIN32DLL support, not a linker flag.
|
2006-08-22 |
diego |
Remove backup files from the win32 subdir as well.
|
2006-08-22 |
eugeni |
SSA/ASS parser reworked, with 2 main results:
|
2006-08-22 |
ben |
added new filter option to menu file browser to only display some files according to extension
|
2006-08-22 |
ben |
support multiple actions in menu's file browser using key bindings
|
2006-08-22 |
ben |
fix menu toggle/hide issues
|
2006-08-22 |
diego |
Remove useless else clauses.
|
2006-08-22 |
diego |
Enclose all space padded headings with quotes.
|
2006-08-22 |
gpoirier |
fix trailing space problem, which was preventing fontconfig to get compiled
|
2006-08-21 |
diego |
support for disabling/enabling bitmap font support from configure
|
2006-08-21 |
rfelker |
use of malloc without prototype.. very bad on 64bit archs
|
2006-08-21 |
diego |
Move libs common to MPlayer and MEncoder to COMMON_LIBS.
|
2006-08-21 |
diego |
Simplify VIDIX lib handling.
|
2006-08-21 |
rfelker |
no c++ decls!
|
2006-08-21 |
diego |
Remove unused variable.
|
2006-08-21 |
nicodvb |
100l: *chapter_name was copied from the pointer rather than strupd()-ed (and next free()d in mplayer.c
|
2006-08-21 |
nicodvb |
demuxer_seek_chapter() returns informations about chapters count and name
|
2006-08-21 |
nicodvb |
implemented STREAM_CTRL_GET_NUM_CHAPTERS
|
2006-08-21 |
nicodvb |
implemented STREAM_CTRL_GET_NUM_CHAPTERS
|
2006-08-21 |
nicodvb |
added STREAM_CTRL_GET_NUM_CHAPTERS to get total number of chapters from the stream reader
|
2006-08-21 |
eugeni |
Add public functions for removal of styles and events.
|
2006-08-21 |
diego |
cosmetics: Fix indentation after last commit.
|
2006-08-21 |
diego |
Properly disable tests that depend on X.
|
2006-08-21 |
diego |
Ignore generated test binaries.
|
2006-08-21 |
lucabe |
Allow to compile swscale tests
|
2006-08-21 |
diego |
Remove superfluous variable settings.
|
2006-08-21 |
gpoirier |
fix null pointer check in add_subtitles,
|
2006-08-21 |
diego |
cosmetics: indentation fix after last commit
|
2006-08-21 |
diego |
Remove duplicate check for $_faad_external = auto.
|
2006-08-21 |
diego |
Only run the check for external FAAD if internal FAAD is not used.
|
2006-08-20 |
rfelker |
missing header for struct timeval
|
2006-08-20 |
reimar |
Get rid of useless vf->priv casts
|
2006-08-20 |
diego |
Fix stray newline that should only be printed in verbose mode.
|
2006-08-20 |
gpoirier |
Fix audio stream selection in Gtk GUI
|
2006-08-20 |
reimar |
Avoid crash if initialization failed.
|
2006-08-20 |
reimar |
Handle 303 (See Other) redirect, part of a patch by Benjamin Zores (ben at geexbox org)
|
2006-08-20 |
nicodvb |
disable dvdnav if dvdnav-config is not present; patch by Ivo -ivop euronet nl-
|
2006-08-20 |
Gabrov |
help_mp-hu.h synced with r19462
|
2006-08-20 |
diego |
The X11 header check looks in $_extra_inc that contains directories in the
|
2006-08-19 |
diego |
Ouch, I mistakenly overwrote the contents from this file with a non-working
|
2006-08-19 |
nicodvb |
corrected _very_ misleading comment
|
2006-08-19 |
nicodvb |
implemented STREAM_CTRL_GET_TIME_LENGTH (duration of the pgc playing)
|
2006-08-19 |
nicodvb |
removed #if-0 code that dereferenced dvdnav_t's internal members, violating the opaque interface (current dvdnav doesn't even install dvdnav_internal.h system-wide for very good reasons)
|
2006-08-19 |
nicodvb |
10l: misplaced brace in a switch
|
2006-08-19 |
iive |
Fix xv and xinerama force on --enable-*
|
2006-08-19 |
diego |
Partial sync with message removal from DVD information output change.
|
2006-08-19 |
diego |
Print DVD audio channel and subtitle track information in non-verbose mode,
|
2006-08-19 |
diego |
trailing whitespace cosmetics
|
2006-08-19 |
diego |
Vorbis speedup, Windows GUI
|
2006-08-19 |
Gabrov |
help_mp-hu.h & xml/hu/ports.xml synced with r19449
|
2006-08-19 |
nicodvb |
seeking in dvdnav://
|
2006-08-19 |
nicodvb |
implemented seeking to chapter
|
2006-08-19 |
nicodvb |
sanity check: since chapter is 0-based it can't exceed nr_of_ptts-1
|
2006-08-18 |
nicodvb |
seeking by chapters in dvd://
|
2006-08-18 |
nicodvb |
support for seeking to chapter and getting current playing chapter
|
2006-08-18 |
nicodvb |
clarification in a comment
|
2006-08-18 |
nicodvb |
support relative seeking in the stream-driven case
|
2006-08-18 |
nicodvb |
new stream_ctrl to get currently playing chapter (needed for stream-driven relative chapter seeking)
|
2006-08-18 |
nicodvb |
seek to chapter using newly introduced demux_seek_chapter()
|
2006-08-18 |
nicodvb |
added first revision of demuxer_seek_chapter()
|
2006-08-18 |
nicodvb |
new STREAM_CTRL_SEEK_TO_CHAPTER (will be used by streams dvd[nav], maybe [s]vcd
|
2006-08-18 |
diego |
Some more consistency for the conditions under which tests are run.
|
2006-08-18 |
diego |
Also add uint_fast64_t to config.h when "int_fastXY_t in inttypes.h"
|
2006-08-18 |
diego |
Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.
|
2006-08-18 |
eugeni |
Fix seeking in matroska files when timecodes do not start from zero.
|
2006-08-18 |
corey |
replace echo with printf; fixes compilation when shell is dash and
|
2006-08-18 |
nplourde |
disable double buffer in vo_sdl on macosx. fix flicker issue.
|
2006-08-18 |
nplourde |
fix buffering issues with short audio samples on macosx. patch by Chris Roccati <roccati@pobox.com>
|
2006-08-18 |
nplourde |
fix missing symbol when compiling with live support on mac osx
|
2006-08-17 |
diego |
10l: Also rename configure option for gcc check.
|
2006-08-17 |
diego |
Rename gcc_checking variable to gcc_check.
|
2006-08-17 |
kraymer |
r19420: Missing part of revision 19414 commit (multiple demux_info_add with same opt argument)
|
2006-08-17 |
kraymer |
r19361: Reintroduce an ugly variant of the -gui/-nogui options.
|
2006-08-17 |
kraymer |
r19424: Update new DarwinPorts URL
|
2006-08-17 |
diego |
Move all internal -I parameters to the front of CFLAGS to avoid using external
|
2006-08-17 |
gpoirier |
Fixes by Jerome Ferrari % jerome P ferrari A lappis P com %
|
2006-08-17 |
gpoirier |
Update new DarwinPorts URL (as opendarwin.org is going bye-bye and
|
2006-08-17 |
reimar |
Add -Wdeclaration-after-statement to CFLAGS if available to ensure people
|
2006-08-17 |
gpoirier |
Fixes by Jerome Ferrari
|
2006-08-16 |
reimar |
Simplistic attempt to make H.264 over RTSP work.
|
2006-08-16 |
reimar |
Missing part of revision 19414 commit (multiple demux_info_add with same opt argument)
|
2006-08-16 |
reimar |
Update information and print new value when demux_info_add is called
|
2006-08-16 |
diego |
consistency cosmetics: Handle includes just like in other Makefiles.
|
2006-08-16 |
diego |
consistency cosmetics: Add -DNOAVIFILE_HEADERS to CFLAGS instead of to INCLUDE.
|
2006-08-16 |
lucabe |
Fix compilation as a win32 shared library (libavutil must be explicitly linked)
|
2006-08-16 |
uau |
Move mpeg aos to the end of the autodetection list. At least mpegpes
|
2006-08-16 |
vayne |
further improvements to fullscreen switching.
|
2006-08-16 |
gpoirier |
m-x whitespace-cleanup
|
2006-08-16 |
eugeni |
Fix wrong handling of transparency in \fad(\fade).
|
2006-08-15 |
eugeni |
Replace stdint.h with inttypes.h.
|
2006-08-15 |
eugeni |
Angle value from style was ignored. Not anymore.
|
2006-08-15 |
ivo |
display correct audio bitrate, samplerate and number of channels once
|
2006-08-15 |
ivo |
display corrected aspect ratio for mplayer -identify
|
2006-08-15 |
eugeni |
Add subdata to ass_track conversion for external subtitles.
|
2006-08-15 |
uau |
Fix compilation with -no-PIC and without -fomit-frame-pointer (used by
|
2006-08-15 |
eugeni |
Cosmetics: fix indentation after the last patch.
|
2006-08-15 |
eugeni |
Allow \fade to be used in place of \fad and vice versa.
|
2006-08-15 |
gpoirier |
Set encoder's input format to "native endiannes", instead of little endian.
|
2006-08-15 |
diego |
-fPIC support for libswscale
|
2006-08-14 |
nicodvb |
support for dvdnav is now auto-detected; removed support for dvdnav-dir
|
2006-08-14 |
diego |
H.261 through QuickTime DLL
|
2006-08-14 |
uau |
Remove empty function that isn't used anywhere (and never has been??).
|
2006-08-14 |
uau |
Fix buffer size sanity check to match what is actually required.
|
2006-08-14 |
ods15 |
Cosmetics (nothing but spaces, tabs, and a comment changed here..)
|
2006-08-14 |
reimar |
re-indent properly after last patch.
|
2006-08-14 |
reimar |
10l in last commit, move configured-check inside sh_video and sh_video->vfilter check.
|
2006-08-14 |
diego |
stupid typo in previous commit: lavc_mpegaudio_hp --> libavcodec_mpegaudio_hp
|
2006-08-14 |
reimar |
Do not call VFCTRL_FLUSH_FRAMES when the filter chain was never configured,
|
2006-08-14 |
reimar |
Make path separator for font path a define and set it to a better value for AMIGAOS
|
2006-08-14 |
diego |
Add a switch for disabling high precision mpeg audio decoding in libavcodec.
|
2006-08-14 |
Gabrov |
xml/hu/codecs.xml synced with r19387
|
2006-08-13 |
uau |
Change pcm decode_audio to return data based on minlen instead of maxlen
|
2006-08-13 |
michael |
trying to fix the reverting paragraph
|
2006-08-13 |
diego |
XAnim homepage URL fix
|
2006-08-13 |
ivo |
fix segfault if an unknown property is requested
|
2006-08-13 |
gpoirier |
Mention MacIntel support
|
2006-08-13 |
eugeni |
Replace %lld with PRId64, part 2.
|
2006-08-13 |
reimar |
Do not put ASMALIGN define under "if x86", x86_64 needs it, too, and it might
|
2006-08-13 |
diego |
Update for recent discussions on mplayer-dev-eng.
|
2006-08-13 |
diego |
sync with FFmpeg r5930
|
2006-08-13 |
eugeni |
MinGW treats %lld as %d. Replace it with PRId64.
|
2006-08-13 |
diego |
Update for changes from r19378 (ASMALIGN macro).
|
2006-08-13 |
diego |
Replace asmalign.h hack by ASMALIGN cpp macros from config.h.
|
2006-08-12 |
diego |
Port ASMALIGN preprocessor macro for .align handling from FFmpeg.
|
2006-08-12 |
eugeni |
Fix compilation with gcc 2.95.
|
2006-08-12 |
diego |
Print "no" if all of the Vorbis tests failed.
|
2006-08-12 |
uau |
Use COMPILE_MMX2 instead of HAVE_MMX2 to determine whether to compile
|
2006-08-12 |
gpoirier |
sync with 19361
|
2006-08-12 |
reimar |
Reuse UTF-8 reading code in libavutil
|
2006-08-12 |
Gabrov |
realign of MSGTR_Exit_SIGCRASH in help_mp-hu.h
|
2006-08-12 |
Gabrov |
help_mp-hu.h & man/hu/mplayer.1 synced with r19369
|
2006-08-11 |
rtogni |
Add support for 13k Voice (Qclp) in 3g2 files
|
2006-08-11 |
ivo |
replace calls to perror() with calls to mp_msg()
|
2006-08-11 |
diego |
Fix compilation with MMX disabled, the mmx_null and mmx_one constants don't need to
|
2006-08-10 |
michael |
pass average bitrate from encoder to (lavf) muxer
|
2006-08-10 |
diego |
editorial spelling/wording/grammar changes
|
2006-08-09 |
reimar |
Get rid of two initialized but unused variables
|
2006-08-09 |
michael |
update the moving & copying rules as disscussed on mplayer-dev + some (but not all as iam lazy) fixes by the wanderer
|
2006-08-08 |
reimar |
Disable Y800 colorspace support, otherwise mplayer uses it even when it's not supposed to.
|
2006-08-08 |
reimar |
Reintroduce an ugly variant of the -gui/-nogui options.
|
2006-08-08 |
reimar |
-logg must come before -lvorbisidec since both declare the same symbols.
|
2006-08-08 |
diego |
Reorganize libvorbis/Tremor detection, external Tremor should be detected now.
|
2006-08-08 |
diego |
spelling/clarification for --help output
|
2006-08-07 |
diego |
cosmetics: Rename TREMOR variable to TREMOR_INTERNAL for consistency.
|
2006-08-07 |
reimar |
Make sure we do not print the obsolete skin path when we did not find any skin.
|
2006-08-07 |
gpoirier |
remove trailing spaces + remove some obviously redudant words
|
2006-08-07 |
diego |
cosmetics: Rename some variables for consistency.
|
2006-08-07 |
gpoirier |
synced with r19348
|
2006-08-06 |
diego |
punctuation, slight clarification
|
2006-08-06 |
eugeni |
Restore empty line accidentally deleted with the previous commit.
|
2006-08-06 |
eugeni |
Mention mkv chapter seeking in ChangeLog and AUTHORS.
|
2006-08-06 |
reimar |
Support for version 1 (64 bit) mvhd and mdhd, taken from libavformat mov demuxer
|
2006-08-06 |
eugeni |
Add matroska chapter seeking capability.
|
2006-08-06 |
eugeni |
"[ass] init" message looks better when it starts with the capital letter 'I'.
|
2006-08-06 |
eugeni |
Use FontConfig cache to speedup mplayer startup.
|
2006-08-06 |
diego |
Fix bug introduced in LIVE555 test simplification, -lstdc++ should go last
|
2006-08-06 |
diego |
Prefer ffvorbis over Xiph Vorbis decoder, it's faster.
|
2006-08-05 |
uau |
Don't crash if audio init fails.
|
2006-08-05 |
lucabe |
Another PIX_FMT_ ---> IMGFMT_ conversion
|
2006-08-05 |
ben |
isolated tcp socket code from network.c to a dedicated file
|
2006-08-05 |
diego |
Simplify Tremor low accuracy test, label external Tremor as such.
|
2006-08-05 |
diego |
Do not assemble MMX, MMX2 or 3DNOW code unconditionally on X86 and X86_64.
|
2006-08-05 |
ben |
missing ifndef/define/endif couple in udp header
|
2006-08-05 |
ben |
kill a warning in getsockopt()
|
2006-08-05 |
ben |
kill a warning in getsockopt()
|
2006-08-05 |
diego |
10l, line from a local modification committed by accident.
|
2006-08-04 |
diego |
Unify include path handling in the build system, part III:
|
2006-08-04 |
diego |
Fix libcdio test after r19200, the detected include dir was not stored.
|
2006-08-04 |
diego |
Move store_ughvlc to demux_mov as demux_ogg is not always compiled in.
|
2006-08-04 |
nicodvb |
auto-detection of mpeg-ps in mov; initial patch by John Koleszar jkoleszar on2 com (fixed by me)
|
2006-08-04 |
ben |
added recent changes with independant stream layer library
|
2006-08-04 |
ben |
rtsp is a stream layer not demuxer
|
2006-08-04 |
ben |
inputs is for keys, this is stream
|
2006-08-04 |
ben |
a few more files i'll maintain
|
2006-08-04 |
ben |
removed some useless includes
|
2006-08-04 |
ben |
moved some definitions from rtp.h to rtp.c as they're not exported or used anywhere else
|
2006-08-04 |
ben |
removed udp socket creation code from rtp stack to a new dedicated udp helper file
|
2006-08-04 |
reimar |
-identify should display all ID_ messages, including DVD title length
|
2006-08-04 |
ben |
fix compilation of librtsp
|
2006-08-04 |
ben |
few cosmectic changes to remove duplication
|
2006-08-04 |
reimar |
Move ID_AUDIO_CODEC printing after codec init again (it didn't get printed otherwise).
|
2006-08-04 |
ben |
split rtp stack, udp input layer and rtp input layer from rtp.c
|
2006-08-04 |
ben |
proper inclusion of demuxer.h (including libmpdemux in Makefile only was to make previous split easier)
|
2006-08-04 |
ben |
moved pnm.h to stream/ (where it belongs)
|
2006-08-04 |
diego |
Merge DirectFB header check into DirectFB check.
|
2006-08-04 |
diego |
Remove silly check for $_inc_directfb, it is not set beforehand.
|
2006-08-04 |
diego |
Remove one more redundant test invocation.
|
2006-08-04 |
diego |
Simplify DirectFB header check.
|
2006-08-03 |
diego |
cosmetics: Fix DVB test indentation.
|
2006-08-03 |
diego |
cosmetics: Fix indentation after last commit.
|
2006-08-03 |
diego |
Run DVB (HEAD) test only when the corresponding variable is set to auto.
|
2006-08-03 |
diego |
Forgotten part of the LIVE555 configure test simplification.
|
2006-08-03 |
ben |
renamed dvdnav_stream to stream_dvdnav for consistency
|
2006-08-03 |
ben |
added dedicated file for mf:// input
|
2006-08-03 |
ben |
mf.[hc] belong to libmpdemux
|
2006-08-03 |
diego |
Recurse into subdirs before cleaning the top level to avoid error messages.
|
2006-08-03 |
ben |
renamed cue_read.c to stream_cue.c for consistency
|
2006-08-03 |
ben |
removed useless cue_read.h file
|
2006-08-03 |
ben |
renamed dvbin.c to stream_dvb.c for consistency
|
2006-08-03 |
ben |
conversion from stream_null to stream_tv was missing stream type
|
2006-08-03 |
ben |
correctly report audio input
|
2006-08-03 |
diego |
'make distclean' should remove all generated files, so also config.[h|mak].
|
2006-08-03 |
diego |
'make clean' now recurses through subdirectories as expected,
|
2006-08-03 |
diego |
Clean up memalign test and don't apply MEMALIGN_HACK to Darwin.
|
2006-08-03 |
diego |
typo, VC-1/WMV3/WMV9 decoder
|
2006-08-03 |
diego |
Enable FFmpeg WMV3 decoder, the binary decoder is still preferred.
|
2006-08-02 |
Gabrov |
synced with r19293
|
2006-08-02 |
diego |
Move conditional compilation of cdinfo.c to the build system.
|
2006-08-01 |
ben |
fix a/v sync issues when using ad_hwmpa
|
2006-08-01 |
diego |
Ignore .depend and stream.a.
|
2006-08-01 |
diego |
$inc_extra vs $_inc_extra typo, closes bug #543.
|
2006-08-01 |
uau |
Change toplevel Makefile to invoke subdirectory Makefiles
|
2006-08-01 |
diego |
Simplify LIVE555 test and make it more consistent with the other tests.
|
2006-08-01 |
diego |
We include libavcodec, libavformat, libavutil, libpostproc from FFmpeg now.
|
2006-08-01 |
nicodvb |
clarification on -mpegopts :vaspect
|
2006-07-31 |
diego |
New sentences should start on a new line.
|
2006-07-31 |
pacman |
Fix SVQ3 extradata handling so it works correctly with demux_lavf
|
2006-07-31 |
pacman |
Fix bogus pointer addition in the extraction of extradata from
|
2006-07-31 |
ben |
removed deprecated test.c file from libmpdemux
|
2006-07-31 |
nicodvb |
don't use vaspect on mpeg1 video streams
|
2006-07-31 |
ben |
fix includes due to libmpdemux split (patch by Stefan Huehner)
|
2006-07-31 |
ben |
add an explicit tv stream input instead of the previous hack in stream_null
|
2006-07-31 |
ben |
renamed cddX stream interface to stream_cddX for consistency
|
2006-07-31 |
ben |
introduce new 'stream' directory for all stream layer related components and split them from libmpdemux
|
2006-07-31 |
lucabe |
Add support for ffmpeg's pixel format names in libswscale
|
2006-07-31 |
attila |
Move the section describing the per movie config files
|
2006-07-30 |
diego |
Add Indexes to Options as suggested by Jaeho Shin.
|
2006-07-30 |
rtogni |
Remove useless include
|
2006-07-30 |
rtogni |
Make some more function static
|
2006-07-30 |
diego |
Clarify licensing situation.
|
2006-07-30 |
diego |
There is a reference to a file COPYRIGHT that we do not include, so paste
|
2006-07-30 |
rtogni |
md5 result is 16 bytes, not 20
|
2006-07-30 |
ben |
removed now useless duplicate includes
|
2006-07-30 |
diego |
LRMI has been removed some time ago.
|
2006-07-30 |
gpoirier |
How to encode movies for PSP
|
2006-07-30 |
diego |
Update for changes from r19139 and r19137.
|
2006-07-30 |
rtogni |
xor_table can't be NULL, remove useless check
|
2006-07-30 |
diego |
Make patch apply cleanly and with -p0, not a mix of -p0 and -p1.
|
2006-07-30 |
rtogni |
The real hash function is just a md5, replace with lavu code
|
2006-07-30 |
rtogni |
Update upstream references, add a missing file
|
2006-07-30 |
rtogni |
Restore a local diff lost during license fix at r19256
|
2006-07-30 |
michael |
alex didnt commit his (very incomplete) rfc conversion of my proposal so i commit mine here
|
2006-07-30 |
nicodvb |
no need to reming the copyright with msg_(), the notice in the source is enough
|
2006-07-30 |
uau |
Replace tremor files that had old headers saying "ALL REDISTRIBUTION
|
2006-07-29 |
diego |
Use LC_ALL instead of LANG since the former overrides the latter.
|
2006-07-29 |
diego |
cosmetics: Make patch apply cleanly.
|
2006-07-29 |
diego |
Add a paragraph about which Subversion version to use.
|
2006-07-29 |
diego |
Cope with localized Subversion clients.
|
2006-07-29 |
vayne |
updated documentation.
|
2006-07-29 |
vayne |
improved fullscreen switching
|
2006-07-29 |
nicodvb |
re-added forgotten return in send_mpeg_lpcm_packet()
|
2006-07-29 |
nicodvb |
final cleanup: implemented send_mpeg_pes_packet() and send_mpeg_lpcm_packet() using new send_mpeg_pes_packet_ll()
|
2006-07-29 |
reimar |
optimize and simplify memcpy usage, use mem2agpcpy_pic
|
2006-07-29 |
diego |
Add comment about Chinese AVS only working with lavf at the moment.
|
2006-07-29 |
nicodvb |
ptslen was set to 5 even when no pts==0
|
2006-07-29 |
ben |
typo fix
|
2006-07-29 |
rtogni |
Support for Chinese AVS
|
2006-07-29 |
gpoirier |
Part 2 of the various fixes features by Jerome Ferrari
|
2006-07-29 |
ben |
missed some escaping
|
2006-07-29 |
ben |
use DOCS writing standards for default values (asked by diego)
|
2006-07-29 |
gpoirier |
Part 1 of review of Jerome's Ferrari's patch
|
2006-07-29 |
attila |
disable dha kernelhelper support by default.
|
2006-07-29 |
gpoirier |
sync w/ r19233
|
2006-07-29 |
ben |
french manpage for pvr:// input
|
2006-07-29 |
ben |
added ivtv ao/vo in ChangeLog
|
2006-07-29 |
ben |
missing supported PVR card reference
|
2006-07-29 |
ben |
english manpage for pvr:// input
|
2006-07-28 |
uau |
Set user_muted in mp_property_mute(). Fixes mute turning off when
|
2006-07-28 |
ben |
updated en/fr manpages for ao_ivtv
|
2006-07-28 |
ben |
ao_ivtv driver in authors/maintainers files
|
2006-07-28 |
ben |
added audio output for ivtv cards
|
2006-07-28 |
nicodvb |
removed default outfile for -ao mpegpes
|
2006-07-28 |
nicodvb |
if HAVE_DVB isn't set don't fall back to outputting audiograb.mpg by default, fail instead
|
2006-07-28 |
reimar |
Some more documentation
|
2006-07-28 |
reimar |
Implement DEMUXER_CTRL_GET_TIME_LENGTH and DEMUXER_CTRL_GET_PERCENT_POS,
|
2006-07-28 |
reimar |
10l, last commit swapped U and V planes.
|
2006-07-28 |
reimar |
Handle frames with stride correctly (e.g. the "Version" source of current AVS).
|
2006-07-28 |
reimar |
Do not count each decoded frame twice.
|
2006-07-28 |
uau |
cosmetics: fix incorrect indentation left by reimar and extra word in
|
2006-07-28 |
nicodvb |
include sys/poll.h only when HAVE_DVB[_HEAD] is set
|
2006-07-28 |
reimar |
Cosmetics for last commit
|
2006-07-28 |
reimar |
Move more stuff under if (avs_has_video... to simplify later patches.
|
2006-07-28 |
reimar |
set pts of the demux patcket correctly
|
2006-07-28 |
reimar |
Move variable declarations to the block level where they are actually used
|
2006-07-28 |
reimar |
call av_release_clip at uninit, part of a patch by Gianluigi Tiesi <mplayer at netfarm it>
|
2006-07-28 |
uau |
Remove code that prevented the OSD current time from going back by one
|
2006-07-28 |
reimar |
Avoid large amounts of data on the stack (> 900k on 64 bit systems).
|
2006-07-28 |
reimar |
Do not treat AV_NOPTS_VALUE as a valid duration value.
|
2006-07-28 |
diego |
Comment some #endif lines.
|
2006-07-28 |
diego |
unused variable warning fix
|
2006-07-28 |
diego |
Fixes the format string for the warning message on line 182 (%x
|
2006-07-27 |
diego |
Remove $ from a variable in a comment to avoid irritating expansion.
|
2006-07-27 |
diego |
The C99 function strtof is unavailable in some BSD variants.
|
2006-07-27 |
diego |
Improve ao_mpegpes description.
|
2006-07-27 |
pacman |
Fix compile error due to extra "FF" at beginning of file in the FF{MIN,MAX}
|
2006-07-27 |
reynaldo |
fix wrong and unrelated change done in r19199
|
2006-07-27 |
reynaldo |
corrects some casts that previously discarded the const qualifier. Patch by Stefan Huehner, stefan AT Huehner-org
|
2006-07-27 |
diego |
Remove superfluous $_inc_extra parameter from cc_check call.
|
2006-07-27 |
diego |
Unify include path handling in the build system, part II.
|
2006-07-27 |
diego |
Remove inconsistency from libcdio test.
|
2006-07-27 |
reynaldo |
marks some read-only char* inside structs as const, patch by Stefan Huehner, stefan At huehner-org
|
2006-07-27 |
diego |
Remove silly test/include path cleanup.
|
2006-07-27 |
diego |
Remove unused variable.
|
2006-07-27 |
diego |
Rename _inc_soundcard to _include_soundcard, _inc variables are used
|
2006-07-27 |
diego |
Unify include paths in the build system, part I.
|
2006-07-27 |
diego |
Introduce general V4L variable/define.
|
2006-07-27 |
diego |
Missed HAVE_TV_V4L --> HAVE_TV_V4L1 rename.
|
2006-07-27 |
diego |
Rename *v4l variable to *v4l1.
|
2006-07-26 |
diego |
description of the arnd scale video filter parameter
|
2006-07-26 |
nicodvb |
new -ao mpegpes options
|
2006-07-26 |
nicodvb |
split the incestous intercourse between ao_mpegpes and vo_mpegpes; now the devices can be used separately
|
2006-07-26 |
reimar |
demuxer might not set i_bps, so do not divide by it in that case
|
2006-07-26 |
reimar |
Incorrect check in gxf demuxer leading to crash with textKO.gxf sample file
|
2006-07-26 |
lucabe |
Replace MIN() and MAX() with FFMIN() and FFMAX()
|
2006-07-26 |
gpoirier |
fix 3 bugs in libmpdemux/demux_mf.c
|
2006-07-25 |
boskicinek |
- synced with 18964 by Emdej and fixes from Boski
|
2006-07-25 |
gpoirier |
synced with r19181
|
2006-07-25 |
uau |
Regular expression for conversions had 'P' instead of 'p', fixed
|
2006-07-24 |
corey |
- Add missing "00" in -af pan usage line.
|
2006-07-24 |
gpoirier |
ketchup time (merge forgotten commit)
|
2006-07-24 |
gpoirier |
synced with r19161
|
2006-07-24 |
michael |
a tiny bit of cleanup
|
2006-07-24 |
michael |
vertical scaler with accurate rounding, some people on doom9 can see +-1 errors
|
2006-07-24 |
Gabrov |
hu/ports.xml & man/hu/mplayer.1 synced with r19175
|
2006-07-23 |
atmos4 |
Add simple edit list support to mov demuxer, it supports delay of audio and video tracks at the beginning of the file. E.g. video starts at 0.0s audio at 4.0s. It uses mplayers a/v-delay to achieve sync so please use with -framedrop for fastest sync. More Details in my mail to dev-eng from 2006-07-22.
|
2006-07-23 |
pacman |
Fix typo introduced in the memalign->av_malloc conversion (there is no
|
2006-07-23 |
reimar |
Missing part of the malloc -> av_malloc patch: memalign must be replaced as well!
|
2006-07-23 |
reimar |
Simplify and and speedup generation of yuv2rgb and gamma map tables
|
2006-07-23 |
gpoirier |
in some cases, vf_bmovl produces junk due to source and
|
2006-07-23 |
gpoirier |
-vf pp7 overblurs still parts of the image, which
|
2006-07-23 |
ben |
use mpeg packetizer helpers for sending lpcm packets
|
2006-07-23 |
ben |
removed now unnecessary define
|
2006-07-23 |
ben |
removed now unnecessary variable
|
2006-07-23 |
nicodvb |
reuse send_mpeg_lpcm_packet() instead of the old packetizer
|
2006-07-23 |
reimar |
Take start time into consideration when calculation percentage position
|
2006-07-23 |
nicodvb |
in decode_audio() memset(0) unused memory in buf before returning
|
2006-07-23 |
nicodvb |
don't do the work of mp_get_mp3_header() and, as a side effect, prevent a deadlock due to a missed cnt++
|
2006-07-22 |
nicodvb |
the value returned by decode_audio() must be the amount of _decoded_ bytes (finally it's beginning t work: no more toomanypackets... message)
|
2006-07-22 |
diego |
cosmetics/punctuation/spelling
|
2006-07-22 |
ben |
rename rtsp.c to stream_rtsp.c for consistency with other input modules
|
2006-07-22 |
rathann |
Native MPEG4 SP/ASP/AP support in Matroska.
|
2006-07-22 |
ben |
fix compilation if DVB is not defined
|
2006-07-22 |
ben |
display the right MPEG packet type
|
2006-07-22 |
ben |
use new mpeg_packetizer helpers
|
2006-07-22 |
nicodvb |
my_write() must return the bytes written
|
2006-07-22 |
nicodvb |
cosmetics: comments and reindentation asked by gxben
|
2006-07-22 |
nicodvb |
simplified mpeg packetizer used by hw mpeg decoders/vo - first round
|
2006-07-21 |
gpoirier |
Compile fix, patch by Aidan Thornton % makomk # lycos P co P uk %
|
2006-07-21 |
gpoirier |
sync r19134
|
2006-07-21 |
ben |
updated french man page with vo_ivtv description
|
2006-07-21 |
ben |
updated english man page with vo_ivtv description
|
2006-07-20 |
lucabe |
Use libavutil in libswscale, and allow it to be built out of the mplayer tree
|
2006-07-19 |
ben |
updated mpeg_packetizer include to new localization
|
2006-07-19 |
ben |
moved mpeg_packetizer helpers to libmpdemux
|
2006-07-19 |
ben |
added myself as maintainer of vo_ivtv driver
|
2006-07-19 |
ben |
added reference to ivtv vo driver
|
2006-07-19 |
ben |
added reference to ivtv card in mpegpes decoder info
|
2006-07-19 |
ben |
new vo driver for ivtv cards tv-out through internal h/w mpeg decoder
|
2006-07-19 |
ben |
new mpeg helpers to build and send mpeg 1/2 ps/pes packets (used by some vo drivers)
|
2006-07-19 |
rtogni |
Quit on eof, was broken by r17150
|
2006-07-19 |
rfelker |
10l, i broke this with my last commit. should be fixed now.
|
2006-07-19 |
rfelker |
10l, i missed ifdefs around the calls
|
2006-07-19 |
rfelker |
remove duplicate code and fix issue of compiling mmx code when we
|
2006-07-19 |
rfelker |
do not compile mmx/sse/3dnow code if not available
|
2006-07-19 |
rfelker |
old 10l: do not try to compile mmx code if we do not have mmx
|
2006-07-18 |
kraymer |
move -ass on top of -ass-* options
|
2006-07-18 |
kraymer |
r19131: 10l to someone..
|
2006-07-18 |
diego |
10l compilation fix: misplaced tag
|
2006-07-18 |
rfelker |
10l to someone..
|
2006-07-18 |
lorenm |
sync to x264 r537 (api change)
|
2006-07-17 |
uau |
Fix use of uninitialized variable
|
2006-07-17 |
michael |
remove vorbis and theora support by request of ivan
|
2006-07-17 |
diego |
10l typo, please check compilation before committing.
|
2006-07-16 |
michael |
clarify H.264 global header format
|
2006-07-16 |
nicodvb |
prevent buffer underflow; the code is still incorrect and leads to desync but at least it doesn't crash
|
2006-07-16 |
kraymer |
oops, r18816 was actually missing in previous commit
|
2006-07-16 |
kraymer |
r19087: Remove support for obsolete and non-free divx4/odivx libraries.
|
2006-07-16 |
kraymer |
r19081: Update some old and crufty sections.
|
2006-07-16 |
kraymer |
r19097: wording fix; default dvb tuning timeout is now 30 seconds
|
2006-07-16 |
kraymer |
r19087: Remove support for obsolete and non-free divx4/odivx libraries.
|
2006-07-16 |
kraymer |
r19050: grammar and consistency fixes
|
2006-07-16 |
kraymer |
r18964: wording fix
|
2006-07-16 |
kraymer |
sync of ports.xml:
|
2006-07-16 |
kraymer |
some xml docs review, based on patches by Kurt Lettmaier (k . lettmaier @at@ onlinehome.de)
|
2006-07-16 |
reynaldo |
marks several strings inside structs as const when they hold just
|
2006-07-16 |
reynaldo |
Removes an unneeded cast. Patch by Stefan Huehner, stefan AT.. huehner.org
|
2006-07-16 |
reynaldo |
marks several read-only string parameters and function return-values which can only be used read-only as const. Patch by Stefan Huehner, stefan _AT huener-org
|
2006-07-15 |
reynaldo |
minor arrangements to my entry
|
2006-07-15 |
reynaldo |
add stefan to AUTHORS file for his several cleanup patches
|
2006-07-15 |
michael |
clarify "extradata"
|
2006-07-15 |
reynaldo |
marks several read-only string parameters which aren't modified inside the called function as const. Patch by Stefan Huehner, stefan AT huehner-org
|
2006-07-15 |
diego |
now obsolete
|
2006-07-15 |
diego |
Change sync tags to rXXXX.
|
2006-07-15 |
diego |
Change function declararation w/o parameters to the correct foo(void) syntax.
|
2006-07-15 |
boskicinek |
- sync and fixes
|
2006-07-15 |
boskicinek |
- CVS --> SVN
|
2006-07-15 |
Gabrov |
help_mp-hu.h synced with r19087
|
2006-07-15 |
Gabrov |
Hungarian docs & man page synced with r19101
|
2006-07-15 |
ivo |
print frame type and keep track of last encountered keyframe
|
2006-07-15 |
ivo |
typo
|
2006-07-15 |
ivo |
new black frame detection filter
|
2006-07-14 |
rtogni |
Assume that missing streamcount means one stream, and missing mimetype
|
2006-07-14 |
nicodvb |
wording fix; default dvb tuning timeout is now 30 seconds
|
2006-07-14 |
nicodvb |
raise default tuning timeout to 30 seconds in order to give enough time to less sensitive cards; better tuners won't tune slower
|
2006-07-14 |
nicodvb |
cosmetical reformatting
|
2006-07-14 |
nicodvb |
simplification in dvb_step_channel
|
2006-07-14 |
nicodvb |
force demuxer type to mpegts to speed up detection and avoid useless and slow probes; this doesn't prevent to use stream_dvb with demux_lavf
|
2006-07-14 |
nicodvb |
removed obsolete file
|
2006-07-14 |
nicodvb |
moved LOF macros from dvb_defaults.h
|
2006-07-14 |
ivo |
added checks for stupid code like casting return value of malloc and friends,
|
2006-07-14 |
nicodvb |
removed never used macros; patch by zzam gentoo org (Matthias Schwarzott)
|
2006-07-14 |
ivo |
remove useless comment
|
2006-07-14 |
diego |
Remove support for obsolete and non-free divx4/odivx libraries.
|
2006-07-14 |
diego |
Mark several string parameters that are not modified in the function as const.
|
2006-07-14 |
ivo |
fix line >79 characters
|
2006-07-14 |
ivo |
fix matching of MSDOS line endings
|
2006-07-14 |
ivo |
also omit configure.log and the generated help_mp.h from files to check
|
2006-07-14 |
ivo |
CVS --> Subversion
|
2006-07-14 |
diego |
Update some old and crufty sections.
|
2006-07-14 |
diego |
printf --> mp_msg
|
2006-07-14 |
reynaldo |
removes unused parentheses lefted behind in the r19075 sizeof(char) cleanups, noticed by dalias
|
2006-07-13 |
diego |
Remove #if LIBAVCODEC_BUILD >= XXX and #if LIBAVFORMAT_BUILD >= XXX jungle.
|
2006-07-13 |
diego |
cosmetics to ease future patching
|
2006-07-13 |
eugeni |
Fix linking order. FontConfig should appear after libass.
|
2006-07-13 |
reynaldo |
more sizeof(char) fun
|
2006-07-13 |
diego |
dvd-device should also be enabled when dvdnav_stream is requested but stream_dvd
|
2006-07-13 |
reynaldo |
drops casts from void * on malloc/calloc from vidix/
|
2006-07-13 |
reynaldo |
little rephrasing and corrected reference to main->trunk
|
2006-07-13 |
reynaldo |
marks several function without a prototype which arent used outside its sourcefile as static, Patch by Stefan Huehner - stefan AT huehner-org
|
2006-07-13 |
reynaldo |
drops casts from void * on malloc/calloc, leftover on libmpcodecs
|
2006-07-13 |
eugeni |
Cosmetics.
|
2006-07-13 |
eugeni |
Use FcPatternAdd-Type instead of FcNameParse. The latter, as it turns out, requires escaping of some characters ('-', maybe more).
|
2006-07-13 |
reynaldo |
drops casts from void * on malloc/calloc from libmpdemux code
|
2006-07-13 |
reynaldo |
drops casts from void * on malloc/calloc from the gui code
|
2006-07-13 |
gpoirier |
Some systems[1] list the 970 as PPC970 on /proc/cpuinfo, so add support
|
2006-07-13 |
diego |
Compilation fix: Mark mp_property_find parameter as const.
|
2006-07-13 |
gpoirier |
some updates and corrections by Jerome Ferrari < jerome PP ferrari AH lappis PP com >
|
2006-07-13 |
michael |
rename mpcf.txt to nut.txt
|
2006-07-13 |
michael |
freeze (this is pretty much oded shimons patch from a few month ago)
|
2006-07-13 |
Gabrov |
man/hu/mplayer.1 synced with r19052
|
2006-07-13 |
gpoirier |
synced with r19051
|
2006-07-13 |
reynaldo |
marks several string parameters as const, as they are not modified inside the function, Patch by Stefan Huehner, stefan AT huehner-org
|
2006-07-13 |
diego |
Streamline GUI build.
|
2006-07-13 |
diego |
Clean up codec-cfg and friends handling.
|
2006-07-12 |
diego |
Remove non-existing CSS_INC.
|
2006-07-12 |
diego |
Simplify includes.
|
2006-07-12 |
diego |
Remove old and obsolete mplayer_wine QT DLL loading stuff.
|
2006-07-12 |
diego |
Rename OSD/SUB section to OSD/SUBTITLES.
|
2006-07-12 |
diego |
alphabetical order for the OSD/SUB section
|
2006-07-12 |
diego |
grammar and consistency fixes
|
2006-07-12 |
eugeni |
Support 6 argument variant of \move.
|
2006-07-12 |
Gabrov |
HU DOCS & man synced with r19046
|
2006-07-12 |
kraymer |
r19046: two small fixes
|
2006-07-12 |
kraymer |
two small fixes
|
2006-07-12 |
kraymer |
r19043: add missing comma [does not apply]
|
2006-07-12 |
kraymer |
r19039: Use only one global config.mak file.
|
2006-07-12 |
corey |
add missing comma
|
2006-07-12 |
diego |
OPTFLAGS already includes EXTRA_INC.
|
2006-07-12 |
diego |
There is only one config.mak file left, don't ignore the others anymore.
|
2006-07-12 |
diego |
There is only one global config.mak file left.
|
2006-07-12 |
diego |
Use only one global config.mak file.
|
2006-07-12 |
diego |
Remove useless variable.
|
2006-07-12 |
diego |
Sync with latest FFmpeg build system changes:
|
2006-07-12 |
vayne |
center sub window option within the preferences dialog.
|
2006-07-12 |
ivo |
remove check. libavutil is now mandatory
|
2006-07-12 |
diego |
Work around DTS_INC and MLIB_INC now being gone from FFmpeg.
|
2006-07-12 |
diego |
Make libavutil mandatory.
|
2006-07-12 |
boskicinek |
- svn sync tag added
|
2006-07-12 |
diego |
Remove copyright notice changes from local diff.
|
2006-07-12 |
boskicinek |
- incomplete but we probably need this (because we updated mencoder.xml already)
|
2006-07-12 |
diego |
Update with latest changes and make diff apply cleanly.
|
2006-07-12 |
diego |
updates + cosmetics
|
2006-07-12 |
boskicinek |
- svn sync tag added
|
2006-07-12 |
diego |
Remove remnants of old libmp1e support.
|
2006-07-12 |
diego |
Telecine article on divx.com has gone 404, link to Wikipedia instead.
|
2006-07-12 |
diego |
libavformat interdependencies have been fixed so disable all muxers
|
2006-07-12 |
reimar |
Fix for changed env parameter contents and improve speed.
|
2006-07-12 |
uau |
Fix = vs == typo
|
2006-07-11 |
diego |
sync with FFmpeg r5718
|
2006-07-11 |
diego |
Fix compilation with MEncoder disabled: Some libavformat demuxers have
|
2006-07-11 |
diego |
Fix 10l regexp mistake that disabled all decoders/encoders.
|
2006-07-11 |
diego |
xvmclib vs xvmclibdir typo
|
2006-07-11 |
reimar |
Somewhat fix Gui with xinerama, reuse existing code, maybe one day the Gui will
|
2006-07-11 |
diego |
Split _libavcodecs variable into _libavdecoders and _libavencoders.
|
2006-07-11 |
diego |
Disable FFmpeg muxers when not compiling MEncoder.
|
2006-07-11 |
diego |
Sync with FFmpeg: (de)muxers are now individually selectable.
|
2006-07-11 |
Gabrov |
help_mp-hu.h synced with r18916
|
2006-07-11 |
diego |
Add FFmpeg parsers to config.h as well.
|
2006-07-11 |
diego |
Mention that individual codec and parser en-/disabling is FFmpeg-specific.
|
2006-07-11 |
gpoirier |
sync w/ 18969 (latest Eng. version)
|
2006-07-11 |
gpoirier |
sync w/ r18942
|
2006-07-10 |
eugeni |
Support some recently discovered color formats.
|
2006-07-10 |
eugeni |
Ignoring FT_Glyph_Stroke() errors can potentially lead to double free().
|
2006-07-10 |
eugeni |
Only match outline fonts.
|
2006-07-10 |
ben |
appended pvr support in AUTHORS file
|
2006-07-10 |
ben |
added myself as maintainer of pvr input layer
|
2006-07-10 |
ben |
updated ChangeLog with new pvr:// input
|
2006-07-10 |
ben |
added new pvr:// input for ivtv based cards
|
2006-07-10 |
reimar |
vo_gl can do flipping without special filter
|
2006-07-10 |
reimar |
Fix negative stride handling in -dr case
|
2006-07-10 |
reimar |
Get rid of left-over incorrect UnmapBuffer hack
|
2006-07-10 |
gpoirier |
sync w/ r18928
|
2006-07-10 |
gpoirier |
sync w/ 18916
|
2006-07-10 |
gpoirier |
Sync w/ 18712
|
2006-07-10 |
gpoirier |
sync w/ 18702
|
2006-07-10 |
lucabe |
make libswscale build system similar to the libav* one
|
2006-07-10 |
reimar |
Fix off-by-one error for negative strides (flipped image)
|
2006-07-10 |
reimar |
Fix window size bug when starting with -fs and returning
|
2006-07-10 |
rfelker |
c++ decls, 100000000000l to whoever broke my code like this..
|
2006-07-10 |
rfelker |
more c++ decl crap
|
2006-07-10 |
rfelker |
more c++ decl crap
|
2006-07-10 |
rfelker |
1000000000l to whoever added c++ decl crap, probably uau..
|
2006-07-09 |
diego |
Simplify ASS handling second try, this time taking FreeType into account.
|
2006-07-09 |
eugeni |
Revert r18980, it breaks compilation under MinGW.
|
2006-07-09 |
reynaldo |
Marks several string parameters as const when they are not modified in the function, Patch by Stefan Huehner, stefan AT huehner-org
|
2006-07-09 |
diego |
10l, xvmclib(dir) does not specify a directory name.
|
2006-07-09 |
diego |
Consistent option and variable naming for x11libdir and xvmclibdir.
|
2006-07-09 |
diego |
_x11_paths should just be a list of paths without -L.
|
2006-07-09 |
diego |
Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org.
|
2006-07-09 |
diego |
Simplify ASS handling.
|
2006-07-09 |
diego |
Remove all encoders from the list of FFmpeg codecs when MEncoder is disabled.
|
2006-07-09 |
diego |
Sync with latest FFmpeg build system changes, now parsers can be
|
2006-07-09 |
eugeni |
Add my IRC nick.
|
2006-07-09 |
uau |
Change SRC_PATH for ffmpeg back to '..' to avoid hardcoding current
|
2006-07-09 |
gpoirier |
Fix code cosmetics
|
2006-07-09 |
Gabrov |
DOCS/xml/hu synced with r18973
|
2006-07-09 |
Gabrov |
DOCS/man/hu/mplayer.1 synced with r18969
|
2006-07-09 |
reynaldo |
makes several libaf functions static coz they are not used outside their source files. Patch by Stefan Huehner, stefan AT huehner-org
|
2006-07-09 |
reynaldo |
two variables are made static, one of them additionaly modified to const char*. Patch by Stefan Huehner, stefan AT huehner-org
|
2006-07-09 |
reynaldo |
make prefix const. Patch by Stefan Huehner, stefan AT huehner-org
|
2006-07-08 |
gpoirier |
Mention hardware DTS pass-through. This wasn't strictly needed, but requested in:
|
2006-07-08 |
reimar |
customtrect -vo gl suboption
|
2006-07-08 |
reimar |
forgotten customtlin -vo gl suboption documentation
|
2006-07-08 |
reimar |
Support for 16 bit ppms
|
2006-07-08 |
reimar |
More helpful ProgramEnvParameters.
|
2006-07-08 |
diego |
wording fix
|
2006-07-08 |
diego |
Remove unused variables, patch by Stefan Huehner stefan at huehner org.
|
2006-07-08 |
eugeni |
Add myself to maintainers.
|
2006-07-08 |
eugeni |
Add myself to AUTHORS.
|
2006-07-08 |
diego |
Do not compile FFmpeg muxers and encoders unless MEncoder is enabled.
|
2006-07-08 |
vayne |
small fix to properly display skins when switching skins during playback.
|
2006-07-08 |
vayne |
crash fix when clicking on volume sliders when in stop state.
|
2006-07-08 |
vayne |
handle sub-window WinID checks in the gui.
|
2006-07-08 |
uau |
Set svn:ignore
|
2006-07-08 |
uau |
Make some functions static.
|
2006-07-08 |
reimar |
Improve windows gui support
|
2006-07-08 |
reimar |
Do not fiddle (too much) with external (WinID) windows
|
2006-07-08 |
reimar |
OpenGL outputs actually support WinID, not to mention that showing the option
|
2006-07-08 |
reimar |
vo_init hack is no longer required after the last patch removed the call
|
2006-07-08 |
reimar |
No point in checking for X for windows gui, in addition the hackish
|
2006-07-08 |
diego |
small cosmetics
|
2006-07-08 |
diego |
grammar/markup fixes
|
2006-07-08 |
rtogni |
Revert r18878, always sync rm files using only pts (ignore framerate)
|
2006-07-08 |
gpoirier |
fix sound distortion on K-6, patch by Zuxy Meng zuxy PP meng AHHH gmail PP com
|
2006-07-08 |
rtogni |
Remove unused prototype
|
2006-07-08 |
reimar |
Change use_gui detection to accept also filenames only containing
|
2006-07-07 |
eugeni |
Indentation fix (cosmetics).
|
2006-07-07 |
eugeni |
Initial libass release (without mencoder support).
|
2006-07-07 |
eugeni |
Split guess_cp() in two functions:
|
2006-07-07 |
eugeni |
Make utf8_get_char non-static.
|
2006-07-07 |
eugeni |
Rename mkv_sh_sub_t to sh_sub_t, move it to demuxer.h.
|
2006-07-07 |
diego |
The symbol avcodec_pix_fmt_to_codec_tag is in libavcodec.a but referenced in
|
2006-07-07 |
gpoirier |
Add dct64_sse, a replacement for dct64_MMX. About 60% faster on its author's Pentium III
|
2006-07-07 |
reimar |
lavf demuxer works better for gxf
|
2006-07-07 |
reimar |
Some older MinGW versions have a broken INVALID_FILE_ATTRIBUTES, so hack around that for now.
|
2006-07-07 |
reimar |
Remove windows-specific hack that interfered with relative path
|
2006-07-07 |
reimar |
relative-to-absolute path fixes: Do not prepend drive letter to \\ paths.
|
2006-07-07 |
reimar |
Convince windows to allow window sizes > screen size
|
2006-07-07 |
diego |
usleep is still missing in MinGW, so leave it out of the MinGW version check.
|
2006-07-07 |
gpoirier |
Building on Mac OS 10.3 leads to several link errors: this new FAQ entry explains how to overcome this problem
|
2006-07-06 |
reimar |
Fix for case when both V4L and V4L2 are enabled
|
2006-07-06 |
diego |
some grammar/spelling/markup fixes for -rtsp-destination
|
2006-07-06 |
diego |
Move conditional compilation into the build system.
|
2006-07-06 |
diego |
cosmetics
|
2006-07-06 |
diego |
-rtsp-port and -rtsp-destination need to be #ifdef MPLAYER_NETWORK.
|
2006-07-06 |
Gabrov |
DOCS/xml/hu synced with r18923
|
2006-07-06 |
gpoirier |
Update MPlayerOSX checkout commandlines with subversion commandline
|
2006-07-06 |
uau |
Add a new video pts tracking mode, enabled by option -correct-pts.
|
2006-07-06 |
reynaldo |
several function from playtreeparser.c maked static,
|
2006-07-06 |
reynaldo |
modifies function declarations without parameters from ()
|
2006-07-06 |
vayne |
Initial win32 gui release.
|
2006-07-06 |
vayne |
Initial win32 gui release.
|
2006-07-05 |
reynaldo |
document the change on -edlout's behavior
|
2006-07-05 |
reynaldo |
Modifies behavior of -edlout
|
2006-07-05 |
diego |
MinGW 3.1 has added gettimeofday.
|
2006-07-05 |
diego |
Update with changes from r18894 (get_path as const).
|
2006-07-05 |
nicodvb |
inclusion of md5.c based on USE_LIBAVUTIL_SO
|
2006-07-05 |
nicodvb |
#define USE_LIBAVUTIL and USE_LIBAVUTIL_SO
|
2006-07-05 |
attila |
add a file saying that people should not try to compile
|
2006-07-05 |
diego |
remove unused variables, patch by Stefan Huehner stefan {dot} huehner {dot} org
|
2006-07-05 |
reynaldo |
all cosmetics, mainly denestifying of main edl operation's fill loop
|
2006-07-05 |
reynaldo |
fixes 1000l bug that made MPlayer segfault when an overlaping edl line was found
|
2006-07-05 |
reynaldo |
corectly report badly formated line number
|
2006-07-05 |
reynaldo |
reverts previous commit due to mixed cosmetics ...
|
2006-07-04 |
reimar |
move some ill-behaving demuxers further down the list
|
2006-07-04 |
michael |
trying to end the codec id battle
|
2006-07-04 |
nicodvb |
respect dvdnav's requests of WAIT to prevent while(1)
|
2006-07-04 |
nicodvb |
support for audio streams that appear after unsuccessful probing
|
2006-07-04 |
reimar |
Do not assign same texture number to GL_TEXTURE_2D and GL_TEXTURE_RECT,
|
2006-07-04 |
uau |
Add back the path part in 'libvo/font_load_ft.c' that was accidentally
|
2006-07-04 |
jheryan |
Sync with 18818
|
2006-07-04 |
jheryan |
Sync with 18835
|
2006-07-04 |
jheryan |
Sync to svn up to 27.6.2006
|
2006-07-04 |
reynaldo |
- Fix segfault on overlapping start/stop
|
2006-07-03 |
diego |
Remove silly variable indirection.
|
2006-07-03 |
reynaldo |
get_path as const, patch by Stefan Huehner, stefan AT huehner-org
|
2006-07-03 |
reynaldo |
parse_cfgfiles as static in mplayer.c/mencoder.c, patch by Stefan Huehner, stefan AT huehner-org
|
2006-07-03 |
diego |
Build font_load_ft.c only if FREETYPE is in config.mak, noticed by Jan Knutar.
|
2006-07-03 |
diego |
Remove unused variable, patch by Stefan Huehner stefan [at] huehner [dot] org
|
2006-07-03 |
reynaldo |
rm unnecesary casts from void* - part 4
|
2006-07-02 |
ivo |
fix linking on some systems
|
2006-07-02 |
ivo |
remove obsolete md5sum files. libavutil's implementation is used now
|
2006-07-02 |
ivo |
use libavutil's md5 implementation instead of local imported copy
|
2006-07-02 |
ivo |
disable vo_md5sum if there is no libavutil
|
2006-07-02 |
ivo |
cosmetics: move md5sum check down so it can depend on libavutil later
|
2006-07-02 |
reynaldo |
rm unnecesary casts from void* - part 3
|
2006-07-02 |
reynaldo |
rm unnecesary casts from void* - part 2
|
2006-07-01 |
ben |
updated english and french manpages with new -rtsp-destination option
|
2006-07-01 |
ben |
missing free() if bails out at step 12
|
2006-07-01 |
lucabe |
Remove unneeded code
|
2006-07-01 |
ben |
new rtsp-destination option which allows forcing destination ip address (fixes some issues with some reluctant rtsp servers)
|
2006-07-01 |
rtogni |
Fix A-V sync for real files (also live streams)
|
2006-07-01 |
reimar |
Get rid of unused variable
|
2006-07-01 |
reimar |
Make sure all texture units have a different texture bound.
|
2006-07-01 |
reynaldo |
this unrelated and erroneus change was applied on my previous commit, reverted
|
2006-07-01 |
reynaldo |
rm unnecesary void* casts - part 1
|
2006-06-30 |
reynaldo |
havent seen him in ages..
|
2006-06-30 |
diego |
Add some explanatory comments to #endif jungle.
|
2006-06-30 |
diego |
10l: wrong #endif removed.
|
2006-06-30 |
diego |
Remove #ifdef HAVE_DVD, the file is only compiled under #ifdef HAVE_DVD ...
|
2006-06-30 |
diego |
Move conditional FreeType support compilation to the build system.
|
2006-06-30 |
diego |
postproc --> libswscale
|
2006-06-30 |
diego |
postprocess.h was moved to libpostproc years ago..
|
2006-06-30 |
lucabe |
Move postproc ---> libswscale
|
2006-06-30 |
gpoirier |
Nicolas Le Gaillart has vanished
|
2006-06-30 |
diego |
Update list of documentation maintainers.
|
2006-06-30 |
reynaldo |
gets ride of a few more sizeof(char)s
|
2006-06-30 |
reynaldo |
more sizeof(char) fun
|
2006-06-30 |
reynaldo |
correct handling of sgi compressed images on amd64, patch by Paul-Francois Fontigny - pff AT filmik-be
|
2006-06-29 |
ben |
coverity report #179 from xine: variable "rest" not freed or pointed-to in function "rtsp_put" (see http://xine.cvs.sourceforge.net/xine/xine-lib/src/input/librtsp/rtsp.c?r1=1.19&r2=1.20)
|
2006-06-29 |
ben |
cosmetic patch to remove useless sizeof(char) statements
|
2006-06-29 |
ben |
increase buffer size, "CSeq: %u" has a worst case of 17 (fix 1.18 from xine, see http://xine.cvs.sourceforge.net/xine/xine-lib/src/input/librtsp/rtsp.c?r1=1.17&r2=1.18)
|
2006-06-29 |
ben |
be more tolerant on server responses parameters case (fix 1.17 from xine, see http://xine.cvs.sourceforge.net/xine/xine-lib/src/input/librtsp/rtsp.c?r1=1.16&r2=1.17)
|
2006-06-29 |
ben |
2 more unused functions removal (trying to sync with xine)
|
2006-06-29 |
ben |
removed unused hexdump()
|
2006-06-29 |
ben |
fix compilation under mingw (thanks to tempn AT twmi DOT rr DOT com for report and pacman for fix)
|
2006-06-29 |
gpoirier |
Add missing license, as chosen by its author
|
2006-06-29 |
gpoirier |
merges two asm constraints to one, patch by Zuxy Meng zuxy PP meng AHH gmail PP com
|
2006-06-29 |
gpoirier |
Switch to UTF-8, patch by Rickard Narstrom
|
2006-06-29 |
diego |
Fix misplaced apostrophe.
|
2006-06-28 |
pacman |
Clear up the "who is pacman / who is tcsetattr?" mystery
|
2006-06-28 |
pacman |
Remove bogus stream_eof() test - av_read_frame() has its own buffer and can
|
2006-06-28 |
pacman |
Respect AOPLAY_FINAL_CHUNK
|
2006-06-28 |
diego |
cosmetics
|
2006-06-28 |
diego |
Rewrite and extend the Subversion guidelines.
|
2006-06-28 |
diego |
typo/grammar fixes
|
2006-06-27 |
gpoirier |
More information on how to compile MPlayer on OSX with extra features
|
2006-06-27 |
ben |
includes before checking for defines (thanks Reimar for watching me)
|
2006-06-27 |
ben |
network code portability for win32
|
2006-06-27 |
ben |
avoid messing up with includes
|
2006-06-27 |
gpoirier |
remove MMX2 dependency (replace pshufw $78 with pswapd) so it can
|
2006-06-27 |
gpoirier |
fix conversion float to int to use saturated ops,
|
2006-06-26 |
ben |
don't declare same global var twice (break live555 compilation)
|
2006-06-26 |
ben |
updated DOCS with new generic (non LIVE555 dependant) usage of -rtsp-port option
|
2006-06-26 |
ben |
mention new rtsp demuxer in changelog file
|
2006-06-26 |
ben |
added new native rtsp demuxer code for mpeg-ts over rtp (now both real and non-real servers should be handled)
|
2006-06-26 |
ivo |
Add new Subversion beginners guide
|
2006-06-26 |
ivo |
Remove old CVS beginners guide
|
2006-06-26 |
ben |
added FreeSDP library in Copyright file
|
2006-06-26 |
kraymer |
r18824: URL update for Marillat Debian packages
|
2006-06-26 |
ben |
added myself as freesdp imported library maintainer
|
2006-06-26 |
ben |
new imported library in libmpdemux: freesdp (will be used by native rtsp demuxer)
|
2006-06-26 |
ben |
cosmetic changes to avoid constants redefinition
|
2006-06-26 |
reimar |
Avoid crash in uninit-without-config case
|
2006-06-26 |
diego |
URL update for Marillat Debian packages
|
2006-06-25 |
ben |
support for auto_close parameter in menu command list (geexbox patch)
|
2006-06-25 |
ben |
switch_ratio -1 slave command restores aspect ratio to default value (geexbox patch)
|
2006-06-25 |
ben |
declaring static functions with the same name than libc ones was not the best idea ever
|
2006-06-25 |
gpoirier |
Typo: use ptmpstr instead of tmpstr to strip leading spaces + add
|
2006-06-25 |
attila |
10l
|
2006-06-25 |
attila |
kill unused message string MSGTR_LIBVO_MGA_MgaInvalidOutputFormat
|
2006-06-25 |
attila |
reword some of the german translations of the mga message strings
|
2006-06-25 |
attila |
correctly prefix all messages from -vo mga with [MGA]
|
2006-06-25 |
attila |
fail with an error if the source resolution is larger than 1023x1023
|
2006-06-25 |
reimar |
Make sure mp_input_read_key_code always sleeps. Avoids 100% CPU load
|
2006-06-25 |
reimar |
Forgotten free on error
|
2006-06-25 |
reimar |
respect AOPLAY_FINAL_CHUNK and do not discard samples read from buffer
|
2006-06-25 |
reimar |
remove unused variable
|
2006-06-24 |
attila |
natsuki.mplayerhq.hu -> rsync.mplayerhq.hu
|
2006-06-24 |
nicodvb |
exit() is not allowed in any other function than main(); removed
|
2006-06-24 |
nicodvb |
fprintf -> ms_msg
|
2006-06-24 |
nicodvb |
static-ized a couple of functions
|
2006-06-24 |
nicodvb |
rtp reordering of packets; patch by Ernitron (ernitron@fastwebnet.it)
|
2006-06-23 |
ben |
prevent a buffer overflow to occur at teardown
|
2006-06-23 |
ben |
added myself as the new librtsp maintainer
|
2006-06-23 |
ben |
moved generic rtsp related files from realrtsp to librtsp
|
2006-06-23 |
ben |
remove some never called code
|
2006-06-23 |
ben |
prevent most RTSP streams from locking due to -idx
|
2006-06-23 |
ben |
added myself to AUTHORS file
|
2006-06-23 |
ben |
removed some includes that are now useless
|
2006-06-23 |
ben |
new RTSP demuxer dedicated file, based on old code from realrtsp one but intended to be much more generic
|
2006-06-23 |
ben |
some printf() to mp_msg() replacements
|
2006-06-23 |
ben |
move real_rtsp init/uninit code to its dedicated place to simplify a bit rtsp session demuxer
|
2006-06-23 |
diego |
Produce correct version string even when not run in a Subversion working copy.
|
2006-06-23 |
gpoirier |
fix charset of turkish help msg
|
2006-06-22 |
uau |
"make depend" requires version.h
|
2006-06-22 |
reimar |
remove pointless and sometimes incorrect lookupTex stuff
|
2006-06-22 |
reimar |
reduce number of texture indirections to support older cards
|
2006-06-22 |
diego |
CVS --> Subversion + better version.h handling
|
2006-06-22 |
diego |
CVS --> Subversion
|
2006-06-22 |
diego |
Adapt FFmpeg version.sh that only recreates version.h if its content changed.
|
2006-06-22 |
diego |
CVS --> Subversion in copyright notices
|
2006-06-22 |
diego |
Ignore libmpencoders.a.
|
2006-06-22 |
diego |
CVS --> Subversion as noticed by Jacob Beacham beacham**@**uiuc**.**edu
|
2006-06-22 |
diego |
Remove forgotten --disable-setlocale option from --help output.
|
2006-06-21 |
uau |
Revert Michael's VFCTRL_FLIP_PAGE changes ("svn merge -r 18781:18779 .")
|
2006-06-21 |
michael |
intercept VFCTRL_FLIP_PAGE if needed
|
2006-06-21 |
michael |
send flip_page() through the filter chain
|
2006-06-21 |
nicodvb |
support for -alang in demux_lavf
|
2006-06-21 |
nicodvb |
support for -alang
|
2006-06-21 |
ben |
cosmetic changes (defines will be used later in other parts of the code)
|
2006-06-21 |
diego |
Make most of the xpm-files read 'const char*' instead of 'char*'
|
2006-06-21 |
ben |
better RTSP RFC compliance (fixes in CSeq and TEARDOWN handling)
|
2006-06-21 |
diego |
Move #ifdefs around complete files into the build system.
|
2006-06-21 |
diego |
Ignore libraries.
|
2006-06-21 |
ivo |
rename cvs-howto.txt to svn-howto.txt
|
2006-06-21 |
diego |
Comment #ifdef #endif jungle.
|
2006-06-21 |
diego |
minor Subversion-related changes
|
2006-06-21 |
diego |
Comment some #endif directives to avoid confusion.
|
2006-06-21 |
diego |
Remove separation between Win32 DLL and DirectShow support in the build system.
|
2006-06-21 |
ivo |
add command for changing commit messages after the commit took place.
|
2006-06-20 |
nicodvb |
audio stream switching in demux_lavf
|
2006-06-20 |
nicodvb |
support for audio stream switching
|
2006-06-20 |
aurel |
fix a buffer overflow causing a segfault
|
2006-06-20 |
aurel |
CVS --> Subversion
|
2006-06-20 |
diego |
simplify
|
2006-06-19 |
nicodvb |
Remove misleading Encrypted VOB message; patch by Ismail Donmez (ismail ab pardus punctum org puntum tr)
|
2006-06-19 |
gpoirier |
Full sync to r18498
|
2006-06-19 |
gpoirier |
full update, patch by Tuncer Altay, tunceraltay (at) yahoo.com,
|
2006-06-19 |
nicodvb |
audio switching to any of the available tracks
|
2006-06-19 |
nicodvb |
feed any audio track present in the mux; switch to any of the available audio tracks
|
2006-06-19 |
diego |
Change integer to string comparison in hw.optional.altivec test since
|
2006-06-19 |
michael |
avcodec_close()
|
2006-06-18 |
nicodvb |
try to reduce the distance between consecutive frames with pts to no more than 0.4 seconds (required by dvds)
|
2006-06-18 |
kraymer |
fix link to help_mp-XX.h files in svn repo
|
2006-06-18 |
kraymer |
r18712: improved -vo gl:lscale documentation
|
2006-06-18 |
diego |
Conditionally run some CPU-architecture and OS-specific tests.
|
2006-06-18 |
diego |
Rename --with-dts*dir options to --with-libdts*dir for consistency and
|
2006-06-18 |
lucabe |
Software Scaler headers usage cleanup
|
2006-06-18 |
nicodvb |
prevent buffer overflow in the STD; simplified fill_packet() (moving part of the code to get_packet_stats())
|
2006-06-18 |
rathann |
Consistency fix.
|
2006-06-17 |
reimar |
respect saved default for cache enable when nothing specified on
|
2006-06-17 |
reimar |
Make header include order more similar to vo_gl.c
|
2006-06-17 |
diego |
Rename --with-libdvnav --> --with-dvdnavdir for consistency.
|
2006-06-17 |
diego |
Disentangle _win32 and _dshow, the test for _dshow is disabled anyway.
|
2006-06-17 |
diego |
Simplify and streamline FAAD detection.
|
2006-06-17 |
diego |
consistency fix: --with-foo switches shall not enable options.
|
2006-06-17 |
reimar |
Fix crash with all audio-only ogg files, the vorbis_info struct is not
|
2006-06-16 |
Gabrov |
DOCS/man/hu/mplayer.1 synced with r18712
|
2006-06-16 |
uau |
Rewrite audio EOF handling logic fixing some problems that could cause
|
2006-06-16 |
diego |
cosmetics: Rename some variables and command line parameters.
|
2006-06-16 |
uau |
Fix definition of reinit_audio_chain().
|
2006-06-16 |
nicodvb |
removed old dvdnav code
|
2006-06-16 |
diego |
Use a function for help output.
|
2006-06-16 |
gpoirier |
sync with 18730 (Use MPlayer's CPU detection module instead of libmpeg2's)
|
2006-06-16 |
diego |
option handling consistency fixes
|
2006-06-16 |
diego |
readability cosmetics
|
2006-06-16 |
gpoirier |
Use MPlayer's CPU detection module instead of libmpeg2's,
|
2006-06-16 |
diego |
Setting up a web server and FTP server.
|
2006-06-16 |
diego |
misc corrections
|
2006-06-16 |
ods15 |
typo
|
2006-06-15 |
rathann |
update copyright an changelog with new liba52 0.7.4
|
2006-06-15 |
rathann |
sync with liba52 0.7.4, patch by Emanuele Giaquinta >emanuele.giaquinta ! gmail * com<
|
2006-06-15 |
rathann |
sync with liba52 0.7.4, patch by Emanuele Giaquinta >emanuele.giaquinta ! gmail * com<
|
2006-06-15 |
rathann |
sync with liba52 0.7.4, patch by Emanuele Giaquinta >emanuele.giaquinta ! gmail * com<
|
2006-06-15 |
reimar |
Reduce number of OpenGL state changes when drawing OSD by first drawing alpha.
|
2006-06-15 |
reimar |
Do not parse numbers as octal, strip leading zeroes instead.
|
2006-06-15 |
reimar |
Support UTF8 in OSD text
|
2006-06-15 |
reimar |
Missing free for malloced char_seq in OSD code
|
2006-06-15 |
reimar |
Fix window position when changing videos while in fullscreen and for
|
2006-06-14 |
nicodvb |
reduced standard verbosity and changed output messages to more uniform descriptions
|
2006-06-14 |
nicodvb |
workaround: at every read update demux->movi_end with stream->end_pos; needed to show the progress bar when playing dvdnav streams
|
2006-06-14 |
nicodvb |
restored support for dvdnav only in the stream layer; all other functionalities are disabled
|
2006-06-14 |
uau |
When playing an audio only file use audio time instead of video time to
|
2006-06-14 |
uau |
Clean up audio pts handling, make audio pts tracking in the audio-only
|
2006-06-14 |
reimar |
improved -vo gl:lscale documentation
|
2006-06-14 |
uau |
Change free_sh_audio() to take demuxer and stream id as parameters
|
2006-06-14 |
uau |
Remove extern declaration for free_sh_audio() that is both unused and
|
2006-06-14 |
ivo |
More CVS --> Subversion changes
|
2006-06-14 |
ivo |
CVS --> Subversion
|
2006-06-14 |
gpoirier |
Fix problem when subtitle file name is shorter than ".utf-8"
|
2006-06-14 |
gpoirier |
fix uninitialized pointer value being passed to open_stream, where it is used in comparison.
|
2006-06-14 |
Gabrov |
DOCS/xml/hu/ports.xml synced with r18704
|
2006-06-14 |
diego |
Remove unnecessary rsync exclude.
|
2006-06-14 |
diego |
cosmetics
|
2006-06-14 |
diego |
formatting fixes
|
2006-06-14 |
gpoirier |
sync with r18697
|
2006-06-13 |
kraymer |
r18697: scaler -> scale typo fix
|
2006-06-13 |
kraymer |
review of large parts of xml documentation
|
2006-06-13 |
reimar |
Document lscale/cscale in -vo gl:help message
|
2006-06-13 |
reimar |
scaler -> scale typo fix
|
2006-06-13 |
reimar |
Do not use border for bicubic filter helper texture, since it will cause ATI
|
2006-06-13 |
gpoirier |
Fix a condition as suggested by Rich.
|
2006-06-13 |
gpoirier |
cosmetics
|
2006-06-13 |
gpoirier |
Fixes suggested by Ivo, and failure under non-root operation improved. Original patch by Mark Sanderson < mmp AH kiora P ath P cx > (reworked a bit to try to meet out commit policy).
|
2006-06-12 |
nicodvb |
audio stream switching in mpeg-ts
|
2006-06-12 |
nicodvb |
support for audio stream switching
|
2006-06-12 |
gpoirier |
add x264 encoding over lavc, Patch by our Dear Guru (Michael Niedermayer) ;)
|
2006-06-12 |
reimar |
Optimize bicubic filtering
|
2006-06-12 |
diego |
10l to Roberto for forgetting to add the release code name.
|
2006-06-12 |
diego |
typo noticed by Alexander Monakov monoid$$at$$fds-net$$dot$$ru
|
2006-06-12 |
gpoirier |
moves invariant code (chiefly MMX register initialization) out of loops as well as eliminating some memory accesses within the inner loop.
|
2006-06-11 |
nicodvb |
include stream_dvd's interface from libmpdemux/stream_dvd.h
|
2006-06-11 |
nicodvb |
moved stream_dvd's interface to stream_dvd.h
|
2006-06-11 |
nicodvb |
now any audio stream can be chosen during DEMUXER_CTRL_SWITCH_AUDIO, irrispective of the codec used
|
2006-06-11 |
nicodvb |
moved audio codec/filters/out to a separate function that is called both at init() and to switch audio stream
|
2006-06-11 |
rtogni |
Add pre7try3, final pre8 update
|
2006-06-11 |
gpoirier |
sync with r18656 (French man page is now in sync)
|
2006-06-11 |
reimar |
fix image adjustment (brightness etc.) for yuv=6
|
2006-06-10 |
kraymer |
sync with r18673
|
2006-06-10 |
attila |
Preliminary version of mirror howto
|
2006-06-10 |
reimar |
Do not require iconv program with --charset=noconv
|
2006-06-10 |
diego |
Expand and update the Solaris and AIX sections.
|
2006-06-09 |
rtogni |
Protect SIZE_MAX use
|
2006-06-09 |
pacman |
Fix declaration mixed in among statements in the recent dvr-ms code
|
2006-06-09 |
nicodvb |
moved store_ughvlc() before #ifdef HAVE_OGGVORBIS, so it can be used by other demuxers when libogg and/or libvorbis are missing
|
2006-06-09 |
nicodvb |
support for vorbis in mp4/mov
|
2006-06-09 |
nicodvb |
support for vorbis in mp4/mov
|
2006-06-09 |
nicodvb |
decoderConfigLen can be larger than 255 bytes
|
2006-06-09 |
kraymer |
r18656: Add yuv to rgb conversion using a 3D lookup texture
|
2006-06-09 |
kraymer |
add Kurt Lettmaier to AUTHORS
|
2006-06-09 |
diego |
Don't claim that amr_nb is disabled when the fixed point version is enabled.
|
2006-06-09 |
diego |
Generalize runtime linker support.
|
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
|
2006-03-05 |
nicodvb |
restored the ability to disable subtitles when cycling with slave command 'sub_select' (previously broken in release 1.900)
|
2006-03-05 |
lorenm |
sync to x264 r457 (direct_pred=3)
|
2006-03-05 |
ods15 |
cosmetics, rename max_size to max_frame_size
|
2006-03-05 |
lorenm |
snow supports vme=8
|
2006-03-04 |
pacman |
When centering a video with odd width, be sure to start on a pixel boundary.
|
2006-03-04 |
diego |
Make -xy help output consistent, output an empty line before and after.
|
2006-03-04 |
ods15 |
return index_ptr to inside index
|
2006-03-04 |
nplourde |
update activity every 30 sec
|
2006-03-04 |
nicodvb |
print ts_probe; 0x88 .. 0x8F in pes_private streams are not AC3 but DTS tracks (unsupported); save the size of the payload of the current PES packet in any case (used for ac3 detection)
|
2006-03-04 |
ods15 |
typo
|
2006-03-03 |
michael |
slightly better max_distance rule
|
2006-03-03 |
diego |
Reduce Real DLL/so loading verbosity, OKed by Roberto.
|
2006-03-03 |
michael |
the return of the monolithic index
|
2006-03-03 |
michael |
update tmp_field numbers (pretty much just cosmetic)
|
2006-03-03 |
michael |
simplify flags
|
2006-03-03 |
gpoirier |
Synced with 1.1234, patch by JiÅ?Ã? Heryán < technik AH domotech DOO cz >
|
2006-03-02 |
rtognimp |
This patch fixes pcm (twos, swot) in MOV.
|
2006-03-02 |
nicodvb |
don't fall back to MP_CMD_TV_LAST_CHANNEL after MP_CMD_DVB_SETCHANNEL; patch by calking a ieee d org
|
2006-03-02 |
michael |
syncpoint_start description
|
2006-03-01 |
nicodvb |
removed reference to inexistent extern variable
|
2006-03-01 |
nicodvb |
stream_control() returns int, not void
|
2006-03-01 |
michael |
add forward_ptr to syncpoint (+0.006% overhead)
|
2006-03-01 |
michael |
leading coeff for crc polynom
|
2006-03-01 |
michael |
width/height/samplerate MUST not be 0
|
2006-03-01 |
michael |
remove chapter_id == 0 special case
|
2006-03-01 |
diego |
Change obsolete references to design6 to design7.
|
2006-03-01 |
diego |
New website structure, the /homepage subdirectory is gone.
|
2006-03-01 |
gpoirier |
synced with 1.1235
|
2006-03-01 |
diego |
sync with 1.222
|
2006-03-01 |
gpoirier |
XviD multi-threaded encoding support
|
2006-02-28 |
pacman |
add Amiga-style AltiVec detection, patch from andrea at amigasoft dot net
|
2006-02-28 |
wanderer |
reverse 'low detail' for 'high detail' in 2-pass encoding explanation, patch by Jeff Clagg
|
2006-02-27 |
aurel |
update config.mak to match ffmpeg's version (fix alpha compilation)
|
2006-02-27 |
nicodvb |
try to get duration from the stream layer, if an implementation of STREAM_CTRL_GET_TIME_LENGTH is available
|
2006-02-27 |
nicodvb |
implement STREAM_CTRL_GET_TIME_LENGTH to return the duration of the dvd currently playing
|
2006-02-27 |
nicodvb |
added cur_title to dvd_priv_t in order to keep track of dvd title currently playing (range 1..N)
|
2006-02-27 |
nicodvb |
added new stream_control() and new command: STREAM_CTRL_GET_TIME_LENGTH
|
2006-02-27 |
corey |
Add audio_delay argument to demux_mkv_seek.
|
2006-02-27 |
gabrov |
synced with 1.101
|
2006-02-27 |
gabrov |
synced with 1.12
|
2006-02-27 |
gabrov |
fixed XML syntax error
|
2006-02-27 |
cladisch |
Output error messages from the ALSA library through mp_msg() instead of
|
2006-02-27 |
cladisch |
Show the actual ALSA version instead of the version mplayer was compiled
|
2006-02-26 |
gabrov |
synced with 1.101
|
2006-02-26 |
reimar |
Better fallback for APIENTRY when compiling for Windows
|
2006-02-26 |
gpoirier |
10l: section "13.3.6. Example" talks about a telecined source, but the example given doesn't have any ivtc filter!!
|
2006-02-25 |
ods15 |
cosmetic, trailing whitespace
|
2006-02-25 |
ods15 |
use short 'type' names
|
2006-02-25 |
ods15 |
allow rationals with denom of '1'
|
2006-02-25 |
ods15 |
CRC32 stuff
|
2006-02-24 |
nicodvb |
auto hide dvb menu if auto-close is specified in menu.conf; patch by Ben Zores ben a geexbox di org
|
2006-02-24 |
nicodvb |
DVB channels cycling; patch by Ben Zores ben p geekbox d org
|
2006-02-24 |
pacman |
Add a practical description of endian-independent RGB/BGR coding
|
2006-02-24 |
diego |
link fix
|
2006-02-24 |
diego |
Add some undocumented options.
|
2006-02-24 |
diego |
Document the noup suboption of the scale video filter.
|
2006-02-24 |
diego |
Add XML tool paths for SUSE 10.0
|
2006-02-24 |
ods15 |
Add uninit for audio before switching to next file and completing encode
|
2006-02-24 |
michael |
10l (dont limit dimension components independantly if noup)
|
2006-02-24 |
diego |
link fixes
|
2006-02-24 |
ods15 |
This now works correctly thanks to clear-to-end-of-line patch
|
2006-02-24 |
ods15 |
fix bit specification for fixed_fps
|
2006-02-24 |
pacman |
Fix rgb32tobgr16, rgb32to15, and rgb32tobgr15. All had the same problem that
|
2006-02-24 |
ods15 |
info packet stuff, chapters...
|
2006-02-23 |
reimar |
workaround for gl.h variants that do not define APIENTRY
|
2006-02-22 |
reimar |
use calloc instead of malloc in copy_func_pf, missing initialization of
|
2006-02-22 |
diego |
link fixes
|
2006-02-22 |
diego |
link fixes
|
2006-02-22 |
iive |
Use native bswap32 instruction when __CPU__ is x86_64 instead of generic 386 code
|
2006-02-22 |
nplourde |
properly detect cpu on x86 based mac
|
2006-02-21 |
diego |
Fix stylesheet path.
|
2006-02-21 |
diego |
Remove duplicate explanation of how man page format conversion.
|
2006-02-21 |
corey |
Fix video delay when encoding with B-frames.
|
2006-02-21 |
corey |
Fix video delay when encoding with B-frames.
|
2006-02-20 |
diego |
grammar, put options in alphabetical order
|
2006-02-20 |
gpoirier |
More complete ASF MIME detection, closing bug# 248,
|
2006-02-20 |
gpoirier |
sync with 1.1231
|
2006-02-20 |
ptt |
sync with 1.222 plus minor fix
|
2006-02-20 |
corey |
New option: -ignore-start
|
2006-02-20 |
ods15 |
fields should be in english...
|
2006-02-19 |
corey |
Typo fix: "URLs to forces" --> "URLs to force"
|
2006-02-19 |
gpoirier |
synced with 1.1229
|
2006-02-19 |
bertrand |
Allows the LIVE555 library to forces the client's port to be used
|
2006-02-19 |
diego |
Support MPEG-4 files with RMP4 fourcc, fixes greenlines.rmp4.p.avi.
|
2006-02-19 |
corey |
dwStart support for mencoder.
|
2006-02-19 |
ods15 |
deobfuscate some a/v sync code
|
2006-02-18 |
michael |
no upscale flag so automatic downscaling is possible in mencoder
|
2006-02-18 |
gpoirier |
upport another G4 flavour: MPC7447* chips.
|
2006-02-18 |
reimar |
include stdlib.h and stdio.h, they tend to be useful :-)
|
2006-02-18 |
corey |
dwStart support for mplayer.
|
2006-02-18 |
pacman |
Just a comment update, replacing a FIXME to reflect the new expectation of
|
2006-02-18 |
pacman |
don't call altivec_yuv2packedX() with a dstFormat that it doesn't support;
|
2006-02-17 |
ods15 |
more cosmetics
|
2006-02-17 |
ods15 |
some cleanup. enforce decode_delay to not be too high.
|
2006-02-17 |
pacman |
Fix vec_clip for gcc's that don't handle (vector signed short){16} according
|
2006-02-17 |
pacman |
Fix colormap save/restore for directcolor fb devices
|
2006-02-17 |
corey |
Second-try commit of this patch.
|
2006-02-16 |
aurel |
memalign segfaults when used without declaration on amd64 (default function return type is int so the pointer was trunctated to 32bits)
|
2006-02-16 |
aurel |
fix compilation without openal
|
2006-02-16 |
reimar |
OpenAL audio support, actual output is mono-only (no positioning yet).
|
2006-02-16 |
michael |
ng the fix for vCCoeffsBank patch by (Alan Curry <pacman TheWorld com>)
|
2006-02-16 |
michael |
make swscale-example compile patch by (Alan Curry <pacman TheWorld com>)
|
2006-02-16 |
iive |
include config.h before includes that need it
|
2006-02-14 |
rtognimp |
Add some more fourcc for DV and MPEG2 needed for some mov samples posted
|
2006-02-14 |
rtognimp |
Set SRC_PATH correctly, fixes libpostproc compilation
|
2006-02-14 |
rtognimp |
Import common.mak v1.1 from ffmpeg cvs, now it's needed by the building
|
2006-02-14 |
aurel |
Don't test the v4l2_input audioset field for audio capabilities but still try changing the mute setting (patch by Jesse Allen < the3dfxdude _at_ gmail.com >)
|
2006-02-14 |
diego |
Align memory at 16 byte boundaries.
|
2006-02-14 |
iive |
allow autodetection of pictures type when using mf://@file.list syntax
|
2006-02-13 |
gpoirier |
synced with 1.1227
|
2006-02-13 |
diego |
Remove obsolete big-endian FIXMEs.
|
2006-02-13 |
cladisch |
Fix the error handling in the play() function: add a handler for EINTR,
|
2006-02-13 |
cladisch |
This changes the software parameters to be more compatible with the
|
2006-02-13 |
cladisch |
Using non-blocking writes makes sense when the program wants to do other
|
2006-02-13 |
cladisch |
Remove the now superfluous mmap suboption.
|
2006-02-13 |
cladisch |
After removing play_mmap(), the play() function just unconditionally
|
2006-02-13 |
cladisch |
This patch removes mmap support because it doesn't have any benefit.
|
2006-02-13 |
ods15 |
fix index, first keyframe cannot be written with pts=0
|
2006-02-13 |
lorenm |
lavc exposes the reconstructed picture, so no need to decode it again
|
2006-02-12 |
gpoirier |
synced with 1.1226
|
2006-02-12 |
ods15 |
Make 'N' frame code implictly invalid
|
2006-02-12 |
henry |
do not forget to initialize dp->buffer
|
2006-02-12 |
diego |
Rephrase telecine and film2pal mpegopts.
|
2006-02-12 |
diego |
Remove stray space.
|
2006-02-12 |
gpoirier |
sync with 1.1224
|
2006-02-12 |
alex |
10l
|
2006-02-12 |
alex |
support openbsd/zaurus aswell
|
2006-02-12 |
alex |
one more hint for openbsd
|
2006-02-12 |
rtognimp |
Native ZMBV support via lavc
|
2006-02-12 |
nicodvb |
delay rff by 6, not 3 frames, so the rff will be in the middle of the 12 frames sequence
|
2006-02-12 |
nicodvb |
bugfixes and new soft-teleciner in muxer_mpeg.c
|
2006-02-12 |
nicodvb |
mention film2pal in -mpegopts
|
2006-02-12 |
nicodvb |
experimental film2pal and ntsc2pal soft teleciner
|
2006-02-12 |
henry |
forgotten cast (blows on gcc4)
|
2006-02-12 |
reimar |
we cannot continue without a crash when read_asf_header fails, since some
|
2006-02-12 |
reimar |
add some sanity checks to new/resize_demux_packet
|
2006-02-12 |
henry |
add a missing rule for libpostproc.a
|
2006-02-11 |
diego |
Sync with latest FFmpeg build system changes:
|
2006-02-11 |
gpoirier |
No sane person should encode last pass without at least 'mbd=2' and 'trell' (or should _really_ have _really good_ reasons)
|
2006-02-11 |
gpoirier |
Gives some examples of in which form MPEG* videos can come
|
2006-02-11 |
gpoirier |
Remove all the sections that are now merged in the XML doc
|
2006-02-11 |
nicodvb |
init frame duration to 1/fps when we have a frame but not the enclosing sequence header: it's workaround against lavf's demuxer that doesn't sync to seq_hdr unlike mplayer's native demuxers
|
2006-02-11 |
nicodvb |
muxer_mpeg MUST be used with audio_preload=0
|
2006-02-11 |
diego |
Mention recent big-endian/AltiVec fixes in postproc/.
|
2006-02-11 |
diego |
Move the v{Y,C}CoeffsBank vectors into the SwsContext, filling them in just
|
2006-02-11 |
diego |
cosmetics: indentation fixes
|
2006-02-11 |
diego |
Fix big-endian color permutation problems.
|
2006-02-11 |
ods15 |
Put index_ptr within index to avoid it popping out of nowhere.
|
2006-02-11 |
ods15 |
Add syncpoint_checksum after frame header
|
2006-02-10 |
nicodvb |
tff wasn't correctly unset in soft_telecine()
|
2006-02-10 |
diego |
Attila and I are root@mphq.
|
2006-02-10 |
reimar |
Make sure maxlen is respected, instead of just failing the assert later on.
|
2006-02-10 |
reimar |
add mpc extension so that playback starts faster.
|
2006-02-10 |
rathann |
Clarify feature removal policy: it must be approved on the mailing list.
|
2006-02-10 |
rathann |
Clarify policy on feature removal.
|
2006-02-10 |
ods15 |
change checksum to crc32
|
2006-02-10 |
cladisch |
ALSA changes
|
2006-02-10 |
cladisch |
Small fixes: make all global variables static, remove some unused
|
2006-02-10 |
cladisch |
Remove a call to snd_pcm_prepare() because snd_pcm_hw_params() does it
|
2006-02-10 |
cladisch |
Simplify get_delay(): we don't need to get the complete PCM status but
|
2006-02-10 |
cladisch |
Fix get_space(): we don't need to differentiate between the various PCM
|
2006-02-10 |
cladisch |
This adds support for more sample formats (U32, float BE, mu/A-law).
|
2006-02-10 |
cladisch |
This replaces the hardcoded numbers for the sample format widths with a
|
2006-02-09 |
corey |
Reverse commit of unfinished patch for passing audio_delay to the demuxers.
|
2006-02-09 |
faust3 |
support for Geforce FX5500 based on patch by Pascal Yu <yu_pascal at hotmail.com>
|
2006-02-09 |
cladisch |
I took over ao_alsa maintainership.
|
2006-02-09 |
rathann |
Patch by Stefan Huehner / stefan % huehner ! org \
|
2006-02-09 |
iive |
include config.h as img_format.h needs endian definitions, noticed by Alan Curry <pacman at theworld com>
|
2006-02-09 |
aurel |
fix -idx with ODML files (patch by Benjamin Zores < ben _at_ tutuxclan.org >)
|
2006-02-09 |
diego |
Correct RGB vs. BGR confusion, the macros vec_mstrgb24 and vec_mstbgr24 each
|
2006-02-08 |
rtognimp |
Fix CSeq answer for keepalive OPTIONS requests during playback
|
2006-02-08 |
rtognimp |
Add support for grayscale [m]jpeg
|
2006-02-08 |
diego |
altivec_yuv2packedX() ignores the requested output format and unconditionally
|
2006-02-08 |
diego |
expanded and improved NeoMagic TV-out section
|
2006-02-08 |
diego |
AltiVec operations need to have memory aligned on 16-byte boundaries.
|
2006-02-08 |
diego |
vYCoeffsBank and vCCoeffsBank are allocated and initialized using incorrect
|
2006-02-08 |
michael |
10l 1000 fps fix
|
2006-02-07 |
diego |
fftruespeech works now that the nBlockAlign issue is settled.
|
2006-02-07 |
reimar |
read data in nBlockAlign aligned chunks
|
2006-02-07 |
corey |
1. Include audio_delay as an argument to demux_seek.
|
2006-02-07 |
ods15 |
Fix mpng to work correctly with 16 bit png's. don't have any files to test
|
2006-02-07 |
ods15 |
EOR can only be (un)set for non delayed streams.
|
2006-02-07 |
ptt |
small syntax/upper-lowercase fix
|
2006-02-07 |
gpoirier |
synced with 1.1223
|
2006-02-07 |
danny |
Minor correction of last two updates
|
2006-02-07 |
ods15 |
Allow headers to be repeated anywhere
|
2006-02-07 |
nplourde |
let osx sleep if video is paused
|
2006-02-07 |
diego |
-fixed-vo shall no longer be called BETA-CODE.
|
2006-02-06 |
diego |
ZMB decoder
|
2006-02-06 |
diego |
Move ffrv10 and ffrv20 into RealVideo section, prefer ffrv20 over rv20.
|
2006-02-06 |
diego |
Mark ffrv20 as working.
|
2006-02-06 |
diego |
Add support for Zip Motion-Block Video (ZMB), patch by Kostya.
|
2006-02-06 |
nicodvb |
removed unused variables
|
2006-02-06 |
nicodvb |
fixed wrong delta_frame calculation that would affect soft-telecine
|
2006-02-06 |
diego |
Build muxers only when MEncoder is enabled.
|
2006-02-05 |
kraymer |
1.221: Typo fix
|
2006-02-05 |
kraymer |
1.1222: cs and ls swscale parameters accept different value ranges now.
|
2006-02-05 |
diego |
cs and ls swscale parameters accept different value ranges now.
|
2006-02-05 |
reimar |
reinitialize adapter_count to 0, EnumCallbackEx will not work otherwise
|
2006-02-04 |
ods15 |
Index repetition
|
2006-02-04 |
ods15 |
add compare_ts
|
2006-02-04 |
ods15 |
EOR in index
|
2006-02-04 |
michael |
change sws sharpen filter a little
|
2006-02-03 |
gpoirier |
synced with 1.1221
|
2006-02-02 |
diego |
Add -nocache option, -cache is not a flag option.
|
2006-02-02 |
faust3 |
avoid conflicting types error on cygwin
|
2006-02-02 |
lorenm |
x264 tweaks
|
2006-02-01 |
ptt |
typo fixes
|
2006-01-31 |
diego |
Only compile libmpencoders if MEncoder has been enabled.
|
2006-01-31 |
diego |
Move conditional compilation out of the code and into the build system.
|
2006-01-31 |
diego |
Move conditional compilation out of the code and into the build system.
|
2006-01-31 |
ptt |
sync up to 1.221
|
2006-01-31 |
ptt |
sync up to 1.1216
|
2006-01-30 |
diego |
update for recent developments
|
2006-01-30 |
nicodvb |
removed forgotten fprintf()
|
2006-01-30 |
nicodvb |
when linking to external libav* try using pkg-config first
|
2006-01-30 |
gabrov |
synced with 1.221
|
2006-01-30 |
gabrov |
Typo fix
|
2006-01-30 |
kraymer |
1.218: typo, consistency
|
2006-01-30 |
jheryan |
Synced with 1.1214
|
2006-01-30 |
ptt |
sync up to 1.202
|
2006-01-30 |
kraymer |
1.219: More detailed description of brd_scale.
|
2006-01-30 |
gpoirier |
synced with 1.1219 + typo fix
|
2006-01-30 |
gabrov |
synced with 1.216
|
2006-01-29 |
nicodvb |
mention TOOLS/encode2mpeglight
|
2006-01-29 |
nicodvb |
new tool to encode to mpeg using only mencoder; patch by Giacomo Comes <comes ad naic punctum edu>
|
2006-01-29 |
corey |
More detailed description of brd_scale.
|
2006-01-29 |
reimar |
Update musepack entry: I actually implemented seeking and sometimes -af volume is needed.
|
2006-01-29 |
rathann |
added missing entries since the last release (approved by Diego with small
|
2006-01-29 |
gpoirier |
synced with 1.1218
|
2006-01-29 |
diego |
typo, consistency
|
2006-01-29 |
diego |
Try to only use a linebreak without hyphenation (\:) where it makes sense.
|
2006-01-29 |
gpoirier |
synced with 1.1216
|
2006-01-29 |
diego |
Unify the handling of escaped spaces.
|
2006-01-29 |
diego |
Include MEncoder config files in list of files.
|
2006-01-29 |
diego |
French MEncoder docs are not synced yet.
|
2006-01-28 |
gpoirier |
10l: wrong syntax
|
2006-01-28 |
gpoirier |
SDL video out syntax has changed a while ago, but the XML was not updated since now :)
|
2006-01-28 |
diego |
Also remove objects in subdirectories.
|
2006-01-27 |
nicodvb |
use mp_a52_framesize() when liba52 is not available
|
2006-01-27 |
nicodvb |
export custom mp_a52_framesize(), needed to parse ac3 frames when liba52 is not present; will be moved in a more appropriate place sometimes in the future
|
2006-01-27 |
ods15 |
cosmetic, fix spacing
|
2006-01-27 |
nplourde |
MPlayer OSX port: Add a call to UDFFindFile to verify that we are opening a valid udf image. Patch by Emanuele Giaquita <emanuele.giaquinta@gmail.com>
|
2006-01-27 |
diego |
Make clean/distclean behave uniformly in all directories.
|
2006-01-27 |
diego |
Make clean/distclean behave uniformly in all directories.
|
2006-01-26 |
michael |
change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to muxer
|
2006-01-26 |
diego |
updates
|
2006-01-25 |
michael |
limits.h for INT_MAX
|
2006-01-25 |
michael |
correct block align
|
2006-01-25 |
kraymer |
sync to 1.220
|
2006-01-25 |
michael |
fix aac in mov/mp4
|
2006-01-25 |
albeu |
Fix the MSG?_FIXME and make the profiles help translatable.
|
2006-01-25 |
michael |
pass vbv_size & max_rate from encoder to muxer over muxer_stream_t (if this is wrong/silly/10000000l then dont hesitate to flame / reverse)
|
2006-01-24 |
michael |
setting codec_tag unconditionally to FMP4 is a bad idea (breaks mov/mp4)
|
2006-01-24 |
michael |
vglobal so the user can tell the encoder that she wants global headers ... one step closer to correct mov/mp4 muxing
|
2006-01-24 |
corey |
Typo fix: missing "by" in brd_scale recommendation.
|
2006-01-24 |
diego |
Fix up new profiles section and the MPLAYER_VERBSE environment variable.
|
2006-01-24 |
kraymer |
1.212: Make -list-options work in both MPlayer and MEncoder.
|
2006-01-24 |
kraymer |
1.1206: sync to x264 r398.
|
2006-01-24 |
kraymer |
major update of x264encopts, credits go to Alex Günsche < ag .ät. zirona.com>, thank you!
|
2006-01-24 |
albeu |
Make -list-options work in both MPlayer and MEncoder.
|
2006-01-24 |
albeu |
Profiles support.
|
2006-01-24 |
albeu |
New option type to print help text with a function.
|
2006-01-23 |
diego |
Using INT_MAX without including limits.h breaks compilation on MinGW.
|
2006-01-23 |
albeu |
Fix misuse of the M_OPT_TYPE_INDIRECT flag, it has nothing to do
|
2006-01-23 |
albeu |
Fix multiple help clauses on the command line with mencoder.
|
2006-01-23 |
diego |
Fix libav* linking order, libavutil needs to come after lavc/lavf.
|
2006-01-22 |
kraymer |
1.1210: support libavcodec's new sc_factor parameter
|
2006-01-22 |
corey |
support libavcodec's new sc_factor parameter
|
2006-01-22 |
diego |
proper support for shared libpostproc
|
2006-01-22 |
gpoirier |
s/LIVE.COM/LIVE555/ + URL update
|
2006-01-22 |
gpoirier |
s/LIVE.COM/LIVE555/ + URL update
|
2006-01-22 |
kraymer |
correcting sync version number
|
2006-01-22 |
kraymer |
add comment about sync status of this file
|
2006-01-22 |
kraymer |
let configure find docbookx.dtd (version 4.4)
|
2006-01-22 |
kraymer |
German man page review part XVII
|
2006-01-22 |
albeu |
100L m_option_copy should use the copy callback and not the set one.
|
2006-01-22 |
ods15 |
Interleave index to ease per-need decoding.
|
2006-01-22 |
rtognimp |
Quick&dirty compilation fix, needed after latest changes in ffmpeg build
|
2006-01-22 |
kraymer |
1.209: consistency fix over the previous consistency fix
|
2006-01-21 |
gpoirier |
consistency fix over the previous consistency fix
|
2006-01-21 |
gpoirier |
consitency fix
|
2006-01-21 |
gpoirier |
synced with 1.1208
|
2006-01-21 |
kraymer |
German man page review part XVI
|
2006-01-21 |
kraymer |
1.1207: MPLAYER_VERBOSE, new enviorment variable to control verbosity before init
|
2006-01-21 |
kraymer |
German man page review part XV
|
2006-01-20 |
diego |
Cygwin compilation fix
|
2006-01-20 |
diego |
List Derek Lewis as AIX/Solaris maintainer, patch by himself.
|
2006-01-20 |
diego |
Add Derek Lewis, patch by himself.
|
2006-01-20 |
diego |
AIX compiler CPU-option improvements
|
2006-01-20 |
diego |
AIX section for the ports description
|
2006-01-20 |
ods15 |
some updates
|
2006-01-20 |
ods15 |
MPLAYER_VERBOSE, new enviorment variable to control verbosity before init
|
2006-01-20 |
ods15 |
cosmetic change, shift stuff around to more logical places
|
2006-01-20 |
ods15 |
change goals slightly..
|
2006-01-20 |
ods15 |
bump date
|
2006-01-20 |
atmos4 |
Added DPI (Print-Resolution) and Pixel-Aspect awareness to vo_jpeg.
|
2006-01-20 |
diego |
Also define FF_POSTPROCESS when using shared libavcodec.
|
2006-01-20 |
kraymer |
German man page review part XIV
|
2006-01-19 |
nicodvb |
mention hwmpa
|
2006-01-19 |
nicodvb |
documented audio codec hwmpa
|
2006-01-19 |
rathann |
Implement XvMC lib autodetection for future use (currently disabled, but working
|
2006-01-19 |
diego |
Remove rule to build shared libpostproc, it does not belong in MPlayer.
|
2006-01-19 |
reimar |
Use free instead of speex_free - since speex_free does not appear in the
|
2006-01-19 |
gpoirier |
Typo fixes by Bounec
|
2006-01-19 |
diego |
Push "Building audio filter chain" up to verbose level.
|
2006-01-18 |
kraymer |
sync to 1.219
|
2006-01-18 |
rathann |
Mention possible region setting requirement for some RPC-2 drives.
|
2006-01-18 |
rathann |
FAQ about problems with playing DVDs on certain drives.
|
2006-01-18 |
iive |
prevent xvmc from been loaded before xv, and generally before any autoprobed output
|
2006-01-18 |
kraymer |
German man page review part XIII
|
2006-01-17 |
kraymer |
German man page review part XII (right from the beginning.. again..)
|
2006-01-17 |
reimar |
suppress error message at eof
|
2006-01-17 |
reimar |
avoid Solaris 10 compile error with gcc 3.4.5
|
2006-01-17 |
reimar |
faster and (IMHO) cleaner code.
|
2006-01-17 |
reimar |
function to read from a demuxer up to (and including) the specified
|
2006-01-17 |
diego |
Put settings into a more meaningful order, some cosmetics.
|
2006-01-17 |
diego |
Improve option descriptions.
|
2006-01-17 |
diego |
Remove multi-language setting specification, it has little use.
|
2006-01-17 |
diego |
Improve option descriptions.
|
2006-01-16 |
diego |
cosmetic whitespace / layout changes
|
2006-01-16 |
kraymer |
German man page review part X:
|
2006-01-16 |
diego |
Comment out default settings. MPlayer should behave the same w/ or w/o
|
2006-01-16 |
kraymer |
sync to 1.218
|
2006-01-16 |
diego |
Do not build the GUI by default in the Debian package to be more in line
|
2006-01-16 |
diego |
Remove overly loud "warning" from runtime-cpudetection message.
|
2006-01-16 |
gpoirier |
MEncoder's MPEG muxer needs -vf harddup to function properly, no add a note about this.
|
2006-01-16 |
diego |
Prefer native GSM over the binary codec.
|
2006-01-16 |
gpoirier |
sync with 1.1206
|
2006-01-16 |
diego |
typos
|
2006-01-16 |
lorenm |
sync to x264 r398.
|
2006-01-15 |
rtognimp |
Print some more useful data from header in verbose mode
|
2006-01-15 |
rtognimp |
Support sipr codec in old RealAudio files.
|
2006-01-15 |
nicodvb |
restored hwmpa with 'working' status and lowest priority
|
2006-01-15 |
nicodvb |
temporarily disabled hwmpa until I fix the priority
|
2006-01-15 |
nicodvb |
ad_hwmpa: pass-through fake audio codec for hardware mpeg decoders
|
2006-01-15 |
diego |
Change LIB to LIBNAME to fix compilation.
|
2006-01-14 |
diego |
10l: FFmpeg shared lib build information does not belong in MPlayer configure.
|
2006-01-14 |
reimar |
Always try to parse index chunk, no reason to check for movi_end
|
2006-01-14 |
diego |
Sync with latest FFmpeg build system changes.
|
2006-01-14 |
kraymer |
German man page review part X:
|
2006-01-14 |
rtognimp |
Fix printing of audio fourcc in hex format
|
2006-01-14 |
kraymer |
German man page review part IX:
|
2006-01-14 |
rathann |
add mod playback to the wishlist
|
2006-01-14 |
rtognimp |
Print audio 4cc for every stream, print 4cc of selected audio track
|
2006-01-14 |
diego |
Consistent variable names for shared libavcodec.
|
2006-01-14 |
diego |
Add --disable-libavcodec_so/--disable-libavformat_so.
|
2006-01-14 |
ptt |
sync up to 1.217
|
2006-01-14 |
rathann |
1l - one cast too many
|
2006-01-14 |
rathann |
Fix parallel make builds, patch by Oded Shimon.
|
2006-01-14 |
kraymer |
German man page review part VIII
|
2006-01-13 |
rathann |
This patch cleans up OPTFLAGS in Gui, removes hardcoded -Wall from
|
2006-01-13 |
kraymer |
German man page review part VII
|
2006-01-13 |
nicodvb |
dvd subtitles should be disabled by default, and enabled specifying -sid or -slang; this fix also restores the display of other subtitles types when dvd subs are present
|
2006-01-13 |
kraymer |
sync to 1.217
|
2006-01-13 |
jheryan |
Synced with 1.82
|
2006-01-13 |
jheryan |
Synced with 1.16
|
2006-01-13 |
jheryan |
Synced with 1.76
|
2006-01-13 |
jheryan |
Synced with 1.60
|
2006-01-13 |
jheryan |
Synced with 1.24
|
2006-01-13 |
jheryan |
Synced with 1.100
|
2006-01-13 |
jheryan |
Synced with 1.38
|
2006-01-13 |
jheryan |
Synced with 1.28
|
2006-01-13 |
jheryan |
Synced with 1.74
|
2006-01-13 |
jheryan |
Synced with 1.32
|
2006-01-13 |
diego |
Update licensing information: The FSF changed postal address.
|
2006-01-12 |
rathann |
massive attack: mp_msg printf format fixes
|
2006-01-12 |
diego |
Remove libxvmc-dev from build-depends.
|
2006-01-12 |
kraymer |
wording fix
|
2006-01-12 |
kraymer |
1.1202: Reformat examples to prevent linebreaks and hyphenation.
|
2006-01-11 |
kraymer |
1.1201: Explain DVDREAD_NOKEYS environment variable.
|
2006-01-11 |
kraymer |
1.1193: [does not apply]
|
2006-01-11 |
aurel |
remove build-depends used only for obsolete vo
|
2006-01-11 |
kraymer |
1.1186: Merry Christmas and happy cola-chugging!
|
2006-01-11 |
nplourde |
do not give focus to vo_macosx in shared buffer mode. Patch by Hector Chu<hectorchu@gmail.com>
|
2006-01-10 |
gpoirier |
I'm the new mailling list maintainer
|
2006-01-10 |
aurel |
xlibs-dev don't exist anymore, as well as libpng-dev and libgtk-dev.
|
2006-01-10 |
rathann |
convert some printfs to mp_msg
|
2006-01-09 |
nicodvb |
added support for external libavformat
|
2006-01-09 |
reimar |
CamStudio codec support
|
2006-01-09 |
danny |
Minor correction of last updates, credit to Paul TT
|
2006-01-08 |
diego |
OS X compilation fix: Include inttypes.h so that uint32_t is not undefined.
|
2006-01-08 |
diego |
support for Radeon 9550
|
2006-01-08 |
gpoirier |
sync w/ 1.1205
|
2006-01-08 |
diego |
Remove non-ASCII character.
|
2006-01-08 |
diego |
Update for current Debian package.
|
2006-01-08 |
diego |
Improve the Debian package configuration: Remove the vo module configuration,
|
2006-01-08 |
diego |
Quote some values to silence debconf warnings.
|
2006-01-08 |
diego |
Do not install .cvsignore files.
|
2006-01-08 |
nicodvb |
include the right avcodec.h, consistently with the rest of mplayer
|
2006-01-08 |
reimar |
fix crash if no video codec available
|
2006-01-08 |
henry |
fix premature end of audio playback (audio only)
|
2006-01-07 |
diego |
Add uppercase MPG2 fourcc.
|
2006-01-07 |
nicodvb |
disabled hack to read the properties of mpeg1/2 video in avi and asf: it's totally useless and leads mplayer to crash
|
2006-01-07 |
diego |
Remove empty sections, speak of container formats, not file formats.
|
2006-01-07 |
diego |
minor rewording
|
2006-01-07 |
reimar |
avoid some gcc 4 compiler warnings
|
2006-01-07 |
reimar |
Less ugly and easier to extend getFunctions
|
2006-01-06 |
diego |
Mention Chinese console messages.
|
2006-01-06 |
rtognimp |
Update for realrtsp bandwidth support
|
2006-01-06 |
rtognimp |
This patch makes real rtsp tell the server to deliver data at specified
|
2006-01-06 |
diego |
Reformat examples to prevent linebreaks and hyphenation. When occurring
|
2006-01-06 |
ods15 |
align byte is deprecated
|
2006-01-06 |
rtognimp |
Yet another MPEG-4 fourcc (Samsung SMP4)
|
2006-01-06 |
ods15 |
1) remove global_timebase
|
2006-01-06 |
ods15 |
MN rule
|
2006-01-06 |
ods15 |
1) change date and goals slightly
|
2006-01-06 |
diego |
Better default vo - xv instead of x11.
|
2006-01-06 |
diego |
Remove unused template file.
|
2006-01-06 |
diego |
100l, the vo selection should fall back to other vo drivers.
|
2006-01-05 |
diego |
build fix
|
2006-01-05 |
diego |
Improve overall structure by adding a few top-level chapters so that
|
2006-01-05 |
diego |
Add FFmpeg TrueSpeech.
|
2006-01-05 |
diego |
Add MPEG fourcc to all MPEG decoders.
|
2006-01-04 |
rtognimp |
Don't leak memory (free audio reordering buffers)
|
2006-01-04 |
rtognimp |
Remove assumption that all audio packets in a block have the same
|
2006-01-04 |
rtognimp |
1000.0l timestamps are float
|
2006-01-04 |
diego |
Explain DVDREAD_NOKEYS environment variable.
|
2006-01-04 |
diego |
Bandaid fix for compilation failure when creating main/.depend with GUI
|
2006-01-04 |
diego |
cosmetics: Make the patch apply without offsets.
|
2006-01-04 |
gpoirier |
Update copyright date to 2006
|
2006-01-04 |
diego |
Update with current changes.
|
2006-01-04 |
diego |
CONFIGURATION FILES section added to the man page.
|
2006-01-04 |
diego |
Expand the configuration file section to include MEncoder examples.
|
2006-01-04 |
mosu |
Improved handling of text subs in Matroska files with adjacent newlines (\N) resulting in more than SUB_MAX_TEXT lines to display. Patch by Robert Henney (robh () rut ! org).
|
2006-01-04 |
diego |
10l build fix
|
2006-01-04 |
gpoirier |
synced with 1.1198
|
2006-01-04 |
ptt |
little fixes i looked at after previous cvs commit :-)
|
2006-01-04 |
ptt |
sync with 1.1198 plus little fixes
|
2006-01-04 |
ptt |
fixed indentation for suboption brd_scale
|
2006-01-03 |
gpoirier |
synced with 1.1197
|
2006-01-03 |
nicodvb |
removed previously forgotten reording options/flags
|
2006-01-03 |
gpoirier |
Reverse commit 31 Dec 2005 18:56:35 -0000 1.34
|
2006-01-03 |
nicodvb |
removed frame reording option
|
2006-01-03 |
nicodvb |
removed broken frame reording code; unified audio and video frame storing code (in memory, not in the packets); simple workaround to handle non-standard framerate mpeg1/2 video
|
2006-01-03 |
nicodvb |
disable dvd subtitles by default
|
2006-01-03 |
ptt |
word consistency fix
|
2006-01-03 |
ptt |
sync up to 1.1167
|
2006-01-03 |
diego |
Restructure ports section.
|
2006-01-03 |
diego |
updates, spelling
|
2006-01-03 |
diego |
Fix _inc_extra handling in DirectFB check.
|
2006-01-03 |
diego |
small wording/spelling/syntax fixes
|
2006-01-03 |
gpoirier |
add bitexact's lavd flag desc.
|
2006-01-03 |
lorenm |
h264es: don't seek to non-keyframes
|
2006-01-03 |
rathann |
use $(INSTALLSTRIP) consistently
|
2006-01-02 |
rathann |
fix the translator names list so that it conforms to lastname, firstname
|
2006-01-02 |
nicodvb |
don't reset dvdsub->id unless -slang is specified; assign default sub stream id when demux->sub->id is -1 (autodetect)
|
2006-01-02 |
jheryan |
Synced with 1.216
|
2006-01-02 |
jheryan |
Synced with 1.1182
|
2006-01-02 |
corey |
Partial support for QuickTime sound atom version 2.
|
2006-01-02 |
ptt |
sync up to 1.216
|
2006-01-01 |
iive |
add Dicas MPEGable H.264/MPEG-4 AVC fourcc
|
2005-12-31 |
gpoirier |
Add Rich's advice posted on the thread:
|
2005-12-31 |
gpoirier |
"Currently mplayer looks for only one MP3 frame sync. The attached
|
2005-12-31 |
diego |
Add MPEG fourcc to mpeg12.
|
2005-12-31 |
nicodvb |
search next sequence_header untile a valid one is found
|
2005-12-31 |
diego |
Guide on creating quality skins.
|
2005-12-31 |
diego |
Build incomplete Russian docs last.
|
2005-12-31 |
henry |
check the intermediate audio buffer
|
2005-12-31 |
lorenm |
update x264 feature summary
|
2005-12-30 |
diego |
Mac OS update
|
2005-12-30 |
nicodvb |
simplification: don't use residual_buffer, but prepend remainder of current frame to next one (needed for future work; init frame->pos to 0 in reorder_frame(); fix: don't go beyond last frame in flush_buffer()
|
2005-12-30 |
gpoirier |
synced with 1.1194
|
2005-12-30 |
gpoirier |
synced with 1.1192
|
2005-12-30 |
lorenm |
sync to x264 r390 (bime)
|
2005-12-30 |
wanderer |
for roff: add missing linebreak in uspp description
|
2005-12-29 |
wanderer |
minor grammar/punctuation on lavc's keyint option
|
2005-12-29 |
wanderer |
further wording fix for uspp
|
2005-12-29 |
diego |
AIX PPC port
|
2005-12-29 |
diego |
Bump DH_COMPAT version.
|
2005-12-29 |
diego |
Add a basic watch file.
|
2005-12-29 |
diego |
Support vme=8 (iterative overlapped block).
|
2005-12-29 |
diego |
Include the snow wavelet comparison functions from DOCS/tech/snow.txt
|
2005-12-29 |
diego |
wording
|
2005-12-29 |
ods15 |
change erase to end of line, fall back to old behavior if no termcap found
|
2005-12-28 |
rathann |
fix dvdread version macro
|
2005-12-28 |
gpoirier |
Add bidir_refine to lavc's set of options, and document it.
|
2005-12-27 |
rtognimp |
wma2 fixed
|
2005-12-27 |
ods15 |
vpotmeter fix, scroll in the correct direction
|
2005-12-27 |
gpoirier |
fixes suggested by Diego
|
2005-12-27 |
ods15 |
new input command prefixes, pausing_keep, pausing_toggle
|
2005-12-27 |
ods15 |
Fix erase to end of line with windows, windows terminal does not support
|
2005-12-27 |
rtognimp |
Remove tables used by MPlayer native 14_4 and 28_8 codecs
|
2005-12-27 |
gpoirier |
New section: choosing the video codec for your encode: what to consider before picking it.
|
2005-12-26 |
ods15 |
fix setting colorkey in vidix mga_vid
|
2005-12-26 |
ods15 |
10000l to me, broke compilation on mingw, erase_to_end_of_line needs to be
|
2005-12-26 |
gpoirier |
Merry Christmas and happy cola-chugging!
|
2005-12-26 |
al |
- move our setenv() fallback implementation to osdep
|
2005-12-25 |
gpoirier |
Adds lavc's brd_scale and updates vb_strategy
|
2005-12-25 |
gpoirier |
support downscaling frames for dynamic b frame decission
|
2005-12-25 |
gpoirier |
synced with 1.1184
|
2005-12-25 |
ods15 |
add "pausing_keep" and "pausing_toggle" input cmd prefixes
|
2005-12-25 |
ods15 |
Use termcap "erase to end of line" character code instead of using spaces
|
2005-12-25 |
diego |
Add current Cygwin tool paths.
|
2005-12-25 |
diego |
Windows waveout is no longer the best choice under Windows.
|
2005-12-25 |
rathann |
prefer newer terminfo-capable libraries (ncurses or terminfo)
|
2005-12-25 |
ods15 |
improove termcap detection, -lncurses works too
|
2005-12-24 |
rtognimp |
Add "application/x-mms-framed" for ASF
|
2005-12-24 |
iive |
This cache-seek-min is definitly implemented. The not implemented one got removed...
|
2005-12-24 |
iive |
The <=132 frame rule is only valid at MacroBlock level not at frame one.
|
2005-12-24 |
rtognimp |
Typo in ASF demuxer selection by name (it's 'asf', not 'asv')
|
2005-12-22 |
gpoirier |
synced with 1.1182
|
2005-12-22 |
ods15 |
typo
|