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
|