2008-12-02 |
reimar |
100l, actually put the PTHREAD_CACHE define into config.h
|
2008-12-02 |
reimar |
Print ID_EXIT and exit reason message in identify mode when exiting.
|
2008-12-02 |
reimar |
Remove resize_d3d call from render_d3d_frame that was made useless
|
2008-12-02 |
reimar |
100l, do not call check_events from resize_d3d since there should be
|
2008-12-02 |
reimar |
Cosmetics: Remove unnecessary ()
|
2008-12-02 |
reimar |
Consistency cosmetics: do not compare against NULL in ifs
|
2008-12-02 |
reimar |
Cosmetics: remove spaces before argument (
|
2008-12-02 |
reimar |
Reorganize Direct3D initialization code.
|
2008-12-02 |
diego |
vo_direct3d.o depends on w32_common.o.
|
2008-12-02 |
diego |
Remove commented-out duplicate declarations.
|
2008-12-02 |
diego |
Remove unused declarations.
|
2008-12-01 |
reimar |
Add a note about some known issues with -vo sdl
|
2008-12-01 |
reimar |
Remove a lot of completely pointless mp_msg_test calls.
|
2008-12-01 |
kostya |
FFmpeg now has RV40 decoder
|
2008-11-30 |
diego |
Use standard unsigned long type instead of u_long.
|
2008-11-30 |
diego |
MNG demuxer by Stefan Schuermans, stefan blinkenarea org
|
2008-11-30 |
diego |
whitespace cosmetics
|
2008-11-30 |
nplourde |
use mmap instead of shmat for MPlayerOSX, patch by Adrian Stutz<adrian@sttz.ch>
|
2008-11-30 |
zuxy |
Correct detection of SSSE3 and SSE4a feature bits.
|
2008-11-28 |
reimar |
Move PTHREAD_CACHE define logic to configure.
|
2008-11-28 |
compn |
misc mplayer fixes
|
2008-11-28 |
reimar |
Fix cross-compilation: autodetect correct nm tool
|
2008-11-28 |
diego |
whitespace cosmetics: prettyprinting and indentation
|
2008-11-27 |
gpoirier |
factorize mouse hiding and screensaver disabling code
|
2008-11-26 |
uau |
configure: Move AANDCT config.mak entry and add config.h #defines
|
2008-11-26 |
reimar |
Fix compilation after FFmpeg r15940
|
2008-11-26 |
reimar |
Use D3DFMT_ constants where possible instead of MAKEFOURCC
|
2008-11-26 |
reimar |
Add support for RGB formats to vo_direct3d
|
2008-11-26 |
diego |
Update Tremor comment regarding fixed-point mode.
|
2008-11-25 |
cehoyos |
Enable compilation with icc 11.0.
|
2008-11-25 |
cehoyos |
Replace pushf/popf by explicit pushfl/popfl (32 bit) or pushfq/popfq
|
2008-11-25 |
reimar |
100l, OSD alpha textures were cleared to the wrong value.
|
2008-11-25 |
gpoirier |
typo fix + readability improvement
|
2008-11-24 |
torinthiel |
Another part of sync to 27843
|
2008-11-24 |
diego |
Sync with latest FFmpeg changes.
|
2008-11-24 |
compn |
add more informative comment
|
2008-11-24 |
diego |
Remove unnecessary #ifdef around a struct and a bunch of extern declarations.
|
2008-11-24 |
gpoirier |
now that we have a specific check to enable ao_macosx or not, don't let test
|
2008-11-24 |
gpoirier |
add specific test to check if we can enable ao_macosx not matter how vo_quartz test may turn out
|
2008-11-24 |
diego |
Do not initialize fb_dev_fd to -1, similar to vo_fbdev.c.
|
2008-11-24 |
diego |
cosmetics: Add/remove a few newlines similar to vo_fbdev.c.
|
2008-11-24 |
gpoirier |
cosmetics (svn diff --diff-cmd diff -x '-duwbBE' gives no differences)
|
2008-11-24 |
gpoirier |
avoid putting several statements on a single line
|
2008-11-24 |
gpoirier |
Use doxygen-style comments in file header. Remove tabs usage.
|
2008-11-24 |
gpoirier |
whitespace-cleanup
|
2008-11-24 |
gpoirier |
Allow vo_macosx to be compiled in 64-bits mode:
|
2008-11-24 |
reimar |
More hacks around ATI driver problems, 8.11 ignores UNPACK_BUFFER pointer offsets.
|
2008-11-24 |
gpoirier |
Replace QuickDraw calls in vo_quartz.c to fix warnings when compiling with current SDK versions.
|
2008-11-24 |
reimar |
Remove a ColorFill that is not necessary since the surface it is used
|
2008-11-24 |
reimar |
Make sure the backbuffer is cleared when the border size might have changed.
|
2008-11-24 |
diego |
Remove useless setting of frame_buffer to NULL as suggested by Reimar.
|
2008-11-24 |
diego |
cosmetics: indentation
|
2008-11-24 |
diego |
Move setting of frame_buffer variable out of 'if', as preferred by Reimar.
|
2008-11-24 |
diego |
Create a separate codecs.conf entry for Tremor and use it if MPlayer is
|
2008-11-24 |
diego |
Fix HAVE_VIS vs. HAVE_MVI typo, SPARC has MVI, not VIS.
|
2008-11-23 |
gpoirier |
sync w/r27979
|
2008-11-23 |
reimar |
Clear the whole window on resize in vo_x11 since we do not
|
2008-11-23 |
reimar |
Simplify vo_x11 check_events function
|
2008-11-23 |
reimar |
Do not draw in window if our image has not yet been adjusted to the new window size.
|
2008-11-23 |
reimar |
Remove unnecessary xf86vmode.h include.
|
2008-11-23 |
reimar |
Remove some usnused variables and commented-out code.
|
2008-11-23 |
reimar |
Use aspect.c code in vo_x11.c. Removes some inconsistencies in -wid handling.
|
2008-11-23 |
reimar |
Patch to improve/consistify coding style.
|
2008-11-23 |
reimar |
Fix indentation
|
2008-11-23 |
reimar |
Lock/unlock surface only once even when drawing many slices.
|
2008-11-23 |
reimar |
Move locked_rect from stack to priv struct in preparation for following patch.
|
2008-11-23 |
reimar |
Move the StretchRect call from draw_slices to render_d3d_frame.
|
2008-11-23 |
reimar |
Remove pointless is_cfG_finished variable.
|
2008-11-23 |
diego |
Handle fb_dev_name similar to vo_fbdev in vo_wii.
|
2008-11-23 |
diego |
Merge another if condition check to lessen differences to vo_fbdev.c.
|
2008-11-23 |
diego |
Use static variable instead of #define to lessen differences to vo_fbdev.c.
|
2008-11-23 |
diego |
Get rid of TTY_DEV_NAME #define to lessen differences to vo_fbdev.c.
|
2008-11-23 |
diego |
Merge another if condition check to lessen differences to vo_fbdev.c.
|
2008-11-23 |
diego |
Merge if condition check to lessen differences to vo_fbdev.c.
|
2008-11-23 |
diego |
Remove debug function.
|
2008-11-23 |
diego |
cosmetics: one more round of whitespace changes
|
2008-11-23 |
diego |
cosmetics: further reformatting to lessen differences to vo_fbdev.c
|
2008-11-23 |
diego |
cosmetics: complete reformatting, tabs to spaces, etc.
|
2008-11-23 |
diego |
cosmetics: Lessen differences to vo_wii.c.
|
2008-11-23 |
diego |
cosmetics: consistent formatting for if/else/case
|
2008-11-23 |
reimar |
Reimplement -endchapter support again for -dump*, it was broken in r25987.
|
2008-11-23 |
reimar |
Simplify handling of VOFLAG_MODESWITCHNG, merge assignment and declaration
|
2008-11-23 |
reimar |
Remove unused flip_flag variable
|
2008-11-23 |
diego |
cosmetics: Reformat some lines to lessen differences to vo_fbdev.c.
|
2008-11-23 |
diego |
cosmetics: Move up uninit() to avoid a forward declaration.
|
2008-11-23 |
diego |
cosmetics: consistent function declarations.
|
2008-11-23 |
diego |
cosmetics: Remove tabs and trailing whitespace.
|
2008-11-23 |
diego |
Remove unused variables and the related warnings along with them.
|
2008-11-22 |
bircoph |
Make description of the option more clear as suggested by
|
2008-11-21 |
reimar |
Remove a aspect calculation line.
|
2008-11-21 |
reimar |
Simplify handling of "flags" parameter
|
2008-11-21 |
reimar |
Add forgotten initialization if Flip_Flag to 0.
|
2008-11-21 |
diego |
cosmetics: typo fixes
|
2008-11-21 |
diego |
cosmetics: Write revision number with leading 'r'.
|
2008-11-21 |
compn |
add direct3d docs, ok'd by Guillaume
|
2008-11-21 |
bircoph |
Synced with r27967.
|
2008-11-21 |
reimar |
Fix and enable panscan handling for vo_direct3d
|
2008-11-20 |
diego |
cosmetics: Consistently place HEADERS before OBJS in all Makefiles.
|
2008-11-20 |
reynaldo |
Add all still missing lines, full sync against r27967
|
2008-11-20 |
reynaldo |
Trivial, add some more lines that were missing
|
2008-11-20 |
reynaldo |
Trivial, Cosmetics
|
2008-11-20 |
reynaldo |
COSMETICS, More line shifting to match English master
|
2008-11-20 |
reynaldo |
TRIVIAL, add some more missing lines
|
2008-11-20 |
reynaldo |
COSMETICS, More line shifting to match English master
|
2008-11-20 |
reynaldo |
TRIVIAL, some missing lines and a grammar correction
|
2008-11-20 |
reimar |
Cosmetics: rename variables etc. in vo_direct3d.c
|
2008-11-19 |
reimar |
Factor common code like -wid handling, vo_gc creation etc. out into
|
2008-11-19 |
gpoirier |
Add detection of x86 CPU features SSSE3 and SSE4a.
|
2008-11-19 |
reimar |
Simplify conditions in direct3d vo: remove == 1, change == 0 to ! etc.
|
2008-11-18 |
reynaldo |
Cosmetics, mostly line shifting to match English master
|
2008-11-18 |
reimar |
Add missing "static" qualifiers to vo_direct3d
|
2008-11-18 |
reimar |
100l, the video_out_drivers list must be sorted by priority, not
|
2008-11-18 |
reimar |
Direct3D based video_out module.
|
2008-11-18 |
reimar |
Doxygen documentation for w32_common.c
|
2008-11-18 |
bircoph |
On OpenBSD socklen_t is defined at sys/types.h, so latter is added
|
2008-11-18 |
reynaldo |
Trivial, Cosmetics
|
2008-11-18 |
reynaldo |
Trivial, Cosmetics
|
2008-11-18 |
reynaldo |
Add some more missing messages
|
2008-11-17 |
reimar |
100l, missing ' s' in sed command, probably caused all decoders to be
|
2008-11-17 |
diego |
Only enable CONFIG_FFT_MMX if both yasm and MMX are enabled.
|
2008-11-17 |
diego |
Set _have_yasm to "no" if yasm detection failed.
|
2008-11-17 |
reimar |
Remove a useless XGetGeometry call, the X11 event handling already
|
2008-11-17 |
diego |
Put variable declaration inside an #ifdef to avoid an unused variable warning.
|
2008-11-17 |
cehoyos |
Allow compilation with icc 10.1.
|
2008-11-16 |
diego |
Fix build: Remove some references to sections that no longer exist.
|
2008-11-16 |
reimar |
Get rid of (besides useless assignments) unused XSizeHints variable
|
2008-11-16 |
reimar |
Fix missing -DARCH_X86_64 for yasm on x86_64.
|
2008-11-16 |
bircoph |
Add yasm support to the build system.
|
2008-11-16 |
Gabrov |
synced with r27938
|
2008-11-16 |
reimar |
Use 64 bit numbers for file positions in the seek function in audio demuxer.
|
2008-11-15 |
reimar |
Remove explicit setting of vo_ontop since that is already done by vo_x11_create_vo_window
|
2008-11-15 |
reimar |
Remove a duplicated vo_x11_selectinput_witherr
|
2008-11-15 |
reimar |
respect -vf dsize etc. also for -rootwin, just like vo_xv does.
|
2008-11-15 |
bircoph |
Fix phrase to maintain consistency.
|
2008-11-15 |
reimar |
Sync with vo_x11: make sure we get expose events even when drawing to the root window.
|
2008-11-15 |
bircoph |
Synced with r26763.
|
2008-11-15 |
gpoirier |
On Darwin, don't use hostinfo on _all_ x86 variants to detect the running CPU,
|
2008-11-15 |
reimar |
100l, stream->cache_pid can not be used directly in pthread_create,
|
2008-11-15 |
reimar |
Remove a nonsensical "else" for the video mode switching case.
|
2008-11-15 |
reimar |
Use pthreads for the cache on Cygwin, since _beginthread is not available
|
2008-11-15 |
reimar |
include limits.h for INT_MAX.
|
2008-11-15 |
reimar |
Remove now unused variables.
|
2008-11-15 |
reimar |
Use vo_dwidth/vo_dheight for creating the windows instead of d_width/d_height.
|
2008-11-15 |
reimar |
Simplify vo_vm_switch and vo_vm_close, everyone was using the (almost) same
|
2008-11-15 |
reimar |
Set modified window position and monitor aspect in vo_vm_switch instead of in
|
2008-11-15 |
reimar |
Get rid of (besides useless assignments) unused XSizeHints variable
|
2008-11-15 |
reimar |
Set modeline_width/height to sane values in vo_vm_switch even when
|
2008-11-15 |
reimar |
Cosmetics: remove useless "extern"
|
2008-11-15 |
reimar |
Replace some of the different inconsistent XGetGeometry uses by a
|
2008-11-15 |
reimar |
Remove a useless XGetGeometry call, the X11 event handling already takes care of this.
|
2008-11-15 |
reimar |
Remove code from unused and since ages deprecated draw_frame function.
|
2008-11-15 |
reimar |
Remove vo_xv code that has been under #if 0 since ages.
|
2008-11-15 |
reimar |
vo_x11: do not replace the vo_gc created by the Gui.
|
2008-11-15 |
reimar |
Cosmetic changes to vo_x11 to reduce diff to vo_xv for future refactoring.
|
2008-11-15 |
reimar |
Cosmetics for vo_x11 control() to make it more similar to vo_xv.c
|
2008-11-15 |
reimar |
Fix grammar of comment and sync it with vo_x11.c
|
2008-11-15 |
reynaldo |
Adds Some missing messages - 1 of 3
|
2008-11-14 |
reimar |
Include cache2.h in cache2.c, fixes an implicit declaration warning for cache_do_control
|
2008-11-14 |
gpoirier |
sync w/r27906
|
2008-11-14 |
reimar |
Fix ati-hack to work again with ATI 8.9 and later drivers.
|
2008-11-13 |
reimar |
Use the proper IMGFMT_RGB24 and IMGFMT_BGR24 defines instead of
|
2008-11-13 |
gpoirier |
document x264's option subq=0, plus a bit of factoring and added details
|
2008-11-13 |
diego |
Print out that vo_macosx is disabled when Mac OS X APIs are not available.
|
2008-11-11 |
reimar |
Fix Windows OpenGL -wid:
|
2008-11-11 |
torinthiel |
Partial sync to 27843
|
2008-11-08 |
diego |
Sync with latest FFmpeg changes.
|
2008-11-08 |
bircoph |
Synced with r25786.
|
2008-11-07 |
bircoph |
Synced with r27402. Some spelling, typo fixes.
|
2008-11-06 |
reimar |
For fragment programs, check GL_MAX_TEXTURE_IMAGE_UNITS instead of GL_MAX_TEXTURE_UNITS.
|
2008-11-06 |
gpoirier |
sync w/r27895
|
2008-11-05 |
nicodvb |
set to -1 fds that were closed; handle the sec_fd only if CONFIG_DVB_HEAD isn't defined; patch by Reimar
|
2008-11-04 |
diego |
Add #include <string.h> for memset.
|
2008-11-04 |
diego |
Fix typo in psy-rd x264 option description.
|
2008-11-04 |
diego |
Add some const specifiers to function name variables; fixes a bunch of
|
2008-11-04 |
reimar |
Intialize unused fd variables to -1 (which is actually invalid) instead
|
2008-11-04 |
reimar |
Fix condition broken in r27401 which incorrectly caused stdin to be closed after playing DVB.
|
2008-11-04 |
bircoph |
Fix a typo.
|
2008-11-03 |
diego |
Remove outdated sections.
|
2008-11-03 |
diego |
Merge ARCH_BFIN lines.
|
2008-11-03 |
diego |
Add tests target for libswscale test programs.
|
2008-11-03 |
mru |
Remove forgotten ASM_OBJS in libswscale
|
2008-11-03 |
Gabrov |
synced with r27885
|
2008-11-03 |
ptt |
44% synced with r22753 (going on... ;))
|
2008-11-02 |
reimar |
lavc tscc decoder now also depends on zlib
|
2008-11-02 |
reimar |
Add a few more supported URL protocols
|
2008-11-02 |
reimar |
Forgotten reindent
|
2008-11-02 |
reimar |
Add a noicyx:// protocol to allow easier testing for misconfigured servers.
|
2008-11-02 |
reimar |
vfw.h needs a windows.h include before on MinGW64.
|
2008-11-02 |
reimar |
Change OpenGL support to work on unmodified MinGW64
|
2008-11-02 |
reimar |
Use libavutil FFMIN etc. instead of defining our own variants.
|
2008-11-02 |
reimar |
Avoid pointless casting of void*
|
2008-11-02 |
reimar |
Consistently use NULL for pointers instead of 0.
|
2008-11-02 |
reimar |
Fallback to non-fontconfig behaviour when fontconfig initialization fails.
|
2008-11-01 |
aurel |
vobsub: move extradata out of vobsub_t struct
|
2008-11-01 |
aurel |
vobsub: add sanity check
|
2008-10-31 |
diego |
Add an option that sets initial playback volume.
|
2008-10-31 |
reimar |
Missing free in malloc error case in COutputPinCreate.
|
2008-10-31 |
reimar |
Avoid useless casts of malloc results.
|
2008-10-31 |
reimar |
Avoid a potential memleak in parse_obj_params in case of a missing
|
2008-10-31 |
reimar |
Avoid a memleak if allocation of field_name fails, fixes bug #1319.
|
2008-10-30 |
diego |
Consistently use dashes to separate words in section IDs.
|
2008-10-30 |
diego |
Fix typo noticed by Paul TT.
|
2008-10-30 |
ptt |
linking corrections
|
2008-10-30 |
ptt |
synced with r27843
|
2008-10-30 |
ptt |
synced with r27843
|
2008-10-30 |
ptt |
synced with r27852
|
2008-10-30 |
ptt |
removed, as rev.27771
|
2008-10-30 |
ptt |
synced with r27770
|
2008-10-30 |
ptt |
synced with r27815
|
2008-10-30 |
ptt |
synced with r27640
|
2008-10-30 |
ptt |
synced with r27663
|
2008-10-30 |
ptt |
synced with r27683
|
2008-10-30 |
ptt |
updated links for other commit reference
|
2008-10-30 |
ptt |
synced with r27771
|
2008-10-30 |
ptt |
synced with r27833
|
2008-10-30 |
diego |
Move codec installation instructions from the codecs section to a more
|
2008-10-30 |
diego |
Restore XMMS input plugin section from removed section in a better place.
|
2008-10-29 |
diego |
We now require GNU make 3.81.
|
2008-10-29 |
ben |
Remove X11 backing store: this is now a useless flag.
|
2008-10-29 |
diego |
zlib is used in many places.
|
2008-10-29 |
diego |
Move libmad codec installation section to software requirements.
|
2008-10-28 |
diego |
section title wording fixes
|
2008-10-28 |
diego |
Group codec library installation instructions together in a codec
|
2008-10-28 |
diego |
Move general comments from the video codec section to the top level.
|
2008-10-28 |
diego |
Remove useless FFmpeg codec section.
|
2008-10-28 |
diego |
Make sure that linker flags passed as configure parameters appear before
|
2008-10-27 |
aurel |
Factorize vobsub idx/extradata handling.
|
2008-10-27 |
faust3 |
Disallow the modification of teletext properties when the tv demuxer is
|
2008-10-27 |
aurel |
Avoid calling init_vo_spudec() too early.
|
2008-10-27 |
diego |
Fix smartblur filter crash due to missing default scaler choice;
|
2008-10-27 |
vitor |
Silence GCC warnings:
|
2008-10-27 |
michael |
rgb2rgb.h was not really intended to be a public header, thus remove it.
|
2008-10-27 |
michael |
Remove rgb2rgb.h dependency.
|
2008-10-26 |
vitor |
Silence the following GCC warning:
|
2008-10-26 |
diego |
Merge two Xvid build steps.
|
2008-10-26 |
diego |
Remove reference to containers.xml, which was removed.
|
2008-10-26 |
diego |
Remove notice about necessary tool versions in Xvid section, the info is
|
2008-10-26 |
diego |
Remove obsolete and pointless reference to Xvid divxcompat mode.
|
2008-10-26 |
diego |
cosmetics: alphabetical order
|
2008-10-26 |
uau |
configure: Set CONFIG_MDCT and CONFIG_GOLOMB for libavcodec
|
2008-10-25 |
cehoyos |
Remove unused code that can't be compiled without svn archive.
|
2008-10-25 |
michael |
Do not attempt to use the unscaled yuv2rgb converter when height is odd because
|
2008-10-25 |
compn |
minor fix in example command line for users
|
2008-10-25 |
diego |
cosmetics: Reorder some FFmpeg-related config.h and config.mak entries.
|
2008-10-25 |
uau |
configure: Set CONFIG_FFT to fix libavcodec compilation
|
2008-10-25 |
uau |
vf_palette: Fix compilation after libswscale API changes
|
2008-10-24 |
ptt |
updated to r27402, jumping over 27072, by now, i'll do soon
|
2008-10-24 |
diego |
Conditionally declare a conditionally used variable, fixes the warning:
|
2008-10-24 |
diego |
10l: Revert SH4 removal, which is required in FFmpeg.
|
2008-10-23 |
vitor |
Cosmetics: alignment
|
2008-10-23 |
vitor |
Fix broken palette8to*.
|
2008-10-23 |
diego |
cosmetics: typo fix
|
2008-10-23 |
compn |
remove outdated message about outfmt=i420
|
2008-10-23 |
diego |
SH4 is an architecture, not a CPU extension.
|
2008-10-23 |
diego |
Add ARM pld instruction test for FFmpeg ARM optimizations.
|
2008-10-22 |
diego |
IWMMXT optimizations were removed from our internal libmpeg2 copy, so now
|
2008-10-22 |
diego |
Try to improve binary codec pack installation instructions.
|
2008-10-22 |
attila |
increase the max RTP packet size to 5MB as modern Elphel
|
2008-10-21 |
diego |
Determine default CD/DVD device in configure instead of using an #ifdef jungle.
|
2008-10-20 |
reimar |
Make cpuinfo.c compile under MinGW64
|
2008-10-20 |
diego |
Replace typeof by __typeof__, the former is a non-portable GNU extension.
|
2008-10-19 |
diego |
Translate a Hungarian comment, thanks to Denes Balatoni.
|
2008-10-19 |
conrad |
Convert typeof keyword into __typeof__
|
2008-10-19 |
reimar |
Avoid CreateThread and especially TerminateThread since they cause a memleak.
|
2008-10-19 |
reimar |
Remove useless casts.
|
2008-10-19 |
diego |
Improve error message when screen width and height are not set.
|
2008-10-19 |
diego |
Clarify screenw/screenh options, patch by Christian Ohm, chr.ohm gmx net.
|
2008-10-18 |
gpoirier |
improve documentation of latest x264's options
|
2008-10-18 |
reimar |
Use av_malloc/av_free for audio-related buffers to avoid crashes due to
|
2008-10-18 |
ranma |
pci.c includes dha.h, remove redundant MAX_* defines
|
2008-10-18 |
ranma |
MAX_PCI_DEVICES 64 is not enough on my system (even though lspci only shows 25 devices), upped to 256
|
2008-10-17 |
faust3 |
fixed image format detection for 15 bit color depths
|
2008-10-16 |
diego |
cosmetics: Reorganize config.h. Remove pointless comments, group together
|
2008-10-16 |
diego |
typo: _dev_dvd_openbsd --> _def_dvd_openbsd
|
2008-10-16 |
diego |
Create LIBDIR for binary codecs upon make install.
|
2008-10-16 |
diego |
Move dcbzl definition to the FFmpeg section of config.h where it belongs.
|
2008-10-16 |
diego |
Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.
|
2008-10-16 |
diego |
Revert declaring ThreadProc as void, it breaks the WINAPI.
|
2008-10-16 |
diego |
Add -nomsgcolor option to match -msgcolor, patch by swell.k gmail com.
|
2008-10-16 |
diego |
Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.
|
2008-10-16 |
diego |
Move DEFAULT_CDROM_DEVICE/DEFAULT_DVD_DEVICE to stream.h where it belongs.
|
2008-10-16 |
diego |
Move likely/unlikely macros to libmpdemux/demuxer.h where they are used.
|
2008-10-16 |
diego |
Move SCREEN_SIZE_X/Y definition to libmpcodecs/vd.c where it is used.
|
2008-10-16 |
diego |
Move X11_FULLSCREEN definition to x11_common.h where it belongs.
|
2008-10-16 |
diego |
cosmetics: Merge some preprocessor checks.
|
2008-10-16 |
faust3 |
fixed overlay x and y calculation
|
2008-10-16 |
diego |
Move attribute_used declaration from config.h to mangle.h where it is useful.
|
2008-10-16 |
diego |
Remove pointless attribute_used from variable declaration.
|
2008-10-16 |
diego |
Rename stream/netstream.h to stream/stream_netstream.h; netstream.h to make it
|
2008-10-16 |
flameeyes |
Convert asm keyword into __asm__.
|
2008-10-16 |
diego |
sun --> __sun in config.h preprocessor check
|
2008-10-14 |
diego |
misc updates for the Xvid, x264 and AAC sections
|
2008-10-14 |
diego |
cosmetics: Move _def_fast_unaligned to the FFmpeg section of config.h.
|
2008-10-14 |
diego |
cosmetics: Consistently name all header #define variables.
|
2008-10-14 |
diego |
Remove some pointless and/or outdated codec documentation sections.
|
2008-10-14 |
faust3 |
Honour differences between src and dst stride for packed yuv
|
2008-10-14 |
diego |
Remove section about containers. Its contents are non-informative, redundant,
|
2008-10-14 |
diego |
Update VIDIX vs. svgalib documentation.
|
2008-10-14 |
diego |
#include necessary libavcodec header and remove duplicated struct declaration.
|
2008-10-14 |
gpoirier |
update x264's section with r999 of x264
|
2008-10-14 |
diego |
Remove useless '#undef realloc', realloc is not referenced anywhere near.
|
2008-10-14 |
diego |
Remove duplicate extern declaration, fixes the warning:
|
2008-10-13 |
diego |
Remove unused variable ncomps.
|
2008-10-13 |
ods15 |
Fix double free in demux_nut, patch by Onur Küçük.
|
2008-10-13 |
diego |
Set HAVE_FAST_UNALIGNED for PowerPC as well, patch by Emanuele Giaquinta.
|
2008-10-13 |
diego |
Remove global definition of WIN32 in config.h for Cygwin.
|
2008-10-13 |
diego |
Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.
|
2008-10-13 |
diego |
Remove pointless #ifdef around the whole file, it is just a complicated #if 1.
|
2008-10-13 |
diego |
Declare ThreadProc as void, it does not return anything, fixes the warning:
|
2008-10-13 |
diego |
Remove unused function, fixes the warning:
|
2008-10-13 |
diego |
Unconditionally #include osdep/shem.h, fixes the warnings on Cygwin:
|
2008-10-13 |
diego |
Add missing Cygwin header, fixes the warning:
|
2008-10-13 |
diego |
Remove redundantly declared definitions FILE_ANY_ACCESS and CTL_CODE, fixes:
|
2008-10-13 |
diego |
Surround conditionally used function with corresponding #ifdef, fixes:
|
2008-10-13 |
diego |
Remove redundant variable declaration, fixes the warning:
|
2008-10-13 |
diego |
Remove check for byteswap.h, it was removed from FFmpeg.
|
2008-10-12 |
diego |
Remove unused variables.
|
2008-10-12 |
diego |
Remove redundant declaration of proc_priority.
|
2008-10-12 |
diego |
Filter out .hh and .h files in the C++ dependency generation command.
|
2008-10-12 |
diego |
Remove useless HAVE_STRCHR definition from config.h.
|
2008-10-12 |
diego |
Add missing support for some multimedia keys to X11 backend code.
|
2008-10-12 |
diego |
Move socklen_t typedef from config.h to stream/network.h.
|
2008-10-11 |
diego |
Do not provide a prototype for setenv in config.h, we do not provide a
|
2008-10-10 |
diego |
cosmetics: Move some config.h entries to more sensible places.
|
2008-10-10 |
diego |
cosmetics: Group codec-, network- and gui-related options together in config.h.
|
2008-10-09 |
diego |
cosmetics: Group system header and function definitions together in config.h.
|
2008-10-09 |
cehoyos |
Remove unused line (and fix an icc warning).
|
2008-10-09 |
cehoyos |
Replace numeric constants by their defines.
|
2008-10-09 |
flameeyes |
Mark some symbols in swscale.c as constant.
|
2008-10-09 |
flameeyes |
Mark dither_2x2_{8,4} static to swscale.c
|
2008-10-09 |
flameeyes |
Mark variation-specific interleaveBytes static.
|
2008-10-09 |
flameeyes |
Invert logic for the single-pass in swScale() functions.
|
2008-10-09 |
cehoyos |
Change variable types from int to enum PixelFormat.
|
2008-10-09 |
ulion |
Fix channel order for ffmpeg flac codec.
|
2008-10-08 |
vitor |
Do not set src[1] to the palette, it is now in the context
|
2008-10-08 |
vitor |
Add a new unscaled PAL8 -> RGB converter.
|
2008-10-08 |
kraymer |
r27182: apply parameter name change of no-correct-pts from r26842 to man page
|
2008-10-08 |
aurel |
Change one more variable type from int to enum PixelFormat.
|
2008-10-07 |
cehoyos |
Change variable types from int to enum PixelFormat.
|
2008-10-07 |
diego |
Remove unnecessary HAVE_AV_CONFIG_H #define.
|
2008-10-06 |
gpoirier |
sync w/r27691
|
2008-10-05 |
cehoyos |
Correctly place second const in declaration.
|
2008-10-05 |
diego |
Move find_backwards_asf_guid asfguid.h to asfheader.c, the only place where
|
2008-10-05 |
lu_zero |
gcc-apple specific fallback not necessary anymore
|
2008-10-05 |
cehoyos |
Disable mp3lib and liba52-internal for icc.
|
2008-10-05 |
diego |
Use HAVE_FAST_64BIT instead of nonstandard __WORDSIZE macro.
|
2008-10-05 |
Gabrov |
synced with r27718
|
2008-10-04 |
cehoyos |
Remove b5Dither, g5Dither and r5Dither from libswscale.
|
2008-10-04 |
diego |
Revert the removal of the likely/unlikely macros, they are still used.
|
2008-10-04 |
diego |
Merge variable declaration and export.
|
2008-10-04 |
cehoyos |
Remove g6Dither from libswscale.
|
2008-10-04 |
ranma |
Fix "format '%d' expects type 'int', but argument 6 has type 'size_t'" warning.
|
2008-10-04 |
diego |
Add a comment to lonely 'fi' for clarification.
|
2008-10-04 |
ranma |
Make alsa resume after suspend to disk (would say 'file descriptor is in bad state' before this change)
|
2008-10-04 |
diego |
cosmetics: more config.h reordering
|
2008-10-04 |
diego |
cosmetics: Reorder entries in config.h.
|
2008-10-04 |
diego |
100l: Revert incorrect removal or --ar and --ranlib options.
|
2008-10-04 |
diego |
cosmetics: Improve some config.h comments.
|
2008-10-04 |
diego |
Do not duplicate likely/unlikely #defines from libmpeg2/libavcodec in config.h.
|
2008-10-04 |
diego |
Remove unused HAVE_SYS_POLL_H definition from config.h.
|
2008-10-04 |
diego |
cosmetics: Move around some more stuff in config.mak.
|
2008-10-04 |
diego |
cosmetics: Move around stuff in config.mak.
|
2008-10-04 |
diego |
Remove unused LIBDIR Makefile variable from config.mak.
|
2008-10-04 |
diego |
Remove unused options --ar and --ranlib.
|
2008-10-04 |
diego |
Do not set DESTDIR to an empty value so that it can be overridden on the
|
2008-10-04 |
diego |
FAAC/FAAD are no longer the only available AAC encoders/decoders.
|
2008-10-04 |
diego |
Remove word size check and macro and use __WORDSIZE directly instead.
|
2008-10-04 |
diego |
Remove MPlayer-specific MP_WORDSIZE hack.
|
2008-10-04 |
diego |
Merge SPARC and SPARC64 sections in the CPU detection code.
|
2008-10-04 |
diego |
Skip setting variables to empty values in the CPU detection code.
|
2008-10-03 |
diego |
Remove MinGW cruft.
|
2008-10-03 |
diego |
100l copy and paste typo fix
|
2008-10-03 |
diego |
spelling cosmetics
|
2008-10-03 |
diego |
Fix vsscanf test.
|
2008-10-03 |
diego |
vo_fbdev now supports -geometry.
|
2008-10-03 |
diego |
whitespace cosmetics
|
2008-10-03 |
diego |
CVS --> Subversion
|
2008-10-03 |
gpoirier |
fix compilation w/ FFmpeg r15533
|
2008-10-03 |
diego |
Add missing #include for mplayer.h, fixes the warning:
|
2008-10-03 |
diego |
Filter out xpm files from the list of dependencies to check for recursive
|
2008-10-03 |
diego |
External liba52 parameters should only be enabled if the check succeeded.
|
2008-10-03 |
diego |
Internal liba52 should default to enabled.
|
2008-10-02 |
gpoirier |
fix FAQ about compiling 32 bit mplayer on x86_64
|
2008-10-01 |
reimar |
Use the existing pt_iter_goto_head function instead of reimplementing it
|
2008-10-01 |
reimar |
mpctx->playtree is a node, files can not be directly appended to it,
|
2008-10-01 |
reimar |
Add a "pause" property to allow checking if MPlayer is paused.
|
2008-10-01 |
reimar |
Add a m_property_flag_ro function for the default behaviour of a
|
2008-10-01 |
diego |
10l: Remove deleted file libmpeg2/motion_comp_iwmmxt.c from Makefile as well.
|
2008-10-01 |
diego |
Remove IWMMXT optimizations through libavcodec from libmpeg2.
|
2008-09-30 |
gpoirier |
sync w/r27651
|
2008-09-30 |
reimar |
Apply patch for oCERT #2008-013 / CVE-2008-3827
|
2008-09-29 |
gpoirier |
sync w/r27607
|
2008-09-29 |
diego |
Remove unused function fast_memcpy.
|
2008-09-29 |
diego |
cosmetics: indentation
|
2008-09-29 |
michael |
Revert mistakenly committed hunk.
|
2008-09-29 |
michael |
Print all cases that are tested, not just the ones that are bad.
|
2008-09-29 |
michael |
Fix infinite loop with spline, bug was introduced in r27612 by me.
|
2008-09-28 |
diego |
cosmetics: prettyprinting
|
2008-09-26 |
nicodvb |
slave command to get the number of chapters; patch by Kevin DeKorte - kdekorte gmail com
|
2008-09-25 |
reimar |
Since the pause loop now also runs commands, set mpctx->was_paused
|
2008-09-25 |
reimar |
Add an experimental pausing_keep_force slave mode command prefix
|
2008-09-25 |
reimar |
Do not special-case a grouping-subsegment length of 0.
|
2008-09-25 |
diego |
misc fixes for the GUI section
|
2008-09-24 |
voroshil |
Add debug message about loaded frequency tables.
|
2008-09-24 |
voroshil |
Make output messages of frequency selection code more useful by
|
2008-09-24 |
voroshil |
Fix overflow in frequency conversion code inside tvi_dshow.
|
2008-09-23 |
diego |
Add RVTR fourcc to ffrv20 decoder.
|
2008-09-23 |
diego |
Remove one more pointless and gcc-specific __attribute__ ((unused)).
|
2008-09-23 |
diego |
Restore function parameters mistakenly removed in previous commit.
|
2008-09-23 |
diego |
Remove pointless and gcc-specific __attribute__ ((unused)).
|
2008-09-21 |
diego |
Make sure -I. appears before all other -I flags.
|
2008-09-20 |
reimar |
Fix glAdjustAlignment parameter in glCreateClearTex
|
2008-09-20 |
reimar |
Change glCreateClearTex to use the same host data format as later uploads.
|
2008-09-20 |
compn |
add blackmagic 10bit decoder, works on v-codecs/R210/
|
2008-09-20 |
compn |
typo fix spotted by diego
|
2008-09-20 |
ben |
add outdir sub-option to vo png
|
2008-09-20 |
reimar |
Remove already disabled and probably long obsolete code that worked around an OpenBox bug.
|
2008-09-20 |
reimar |
Use already "prefetched" atoms instead of calling XInternAtom each time.
|
2008-09-20 |
compn |
another dup
|
2008-09-20 |
compn |
duplicate fourcc spotted by uoti
|
2008-09-20 |
compn |
fix typo
|
2008-09-19 |
compn |
sync with videolan
|
2008-09-19 |
compn |
sync with xine
|
2008-09-19 |
compn |
sync with libavformat/riff.c
|
2008-09-19 |
compn |
sync with libavformat/isom.c fourcc
|
2008-09-19 |
compn |
add windows NUL info
|
2008-09-19 |
compn |
document lavc/lavf avoption o suboption
|
2008-09-18 |
compn |
add lavfopts matroska suboption
|
2008-09-18 |
reimar |
Simplify cpudetect OS-support detection code, e.g. using one mp_msg to print either yes or no instead of two.
|
2008-09-18 |
lu_zero |
Uniform *ToY and *ToUV function signatures
|
2008-09-18 |
lu_zero |
Split mono2Y in monowhite and monoblack
|
2008-09-18 |
lu_zero |
Factorize unit32_t* casts for palette pointer
|
2008-09-17 |
diego |
Fix mapping between MPlayer and FFmpeg colorspaces after libswscale changes.
|
2008-09-16 |
rathann |
Add shared libswscale support.
|
2008-09-16 |
diego |
With -identify, ID_DVD_VOLUME_ID is not shown on some systems.
|
2008-09-16 |
diego |
Do not clobber _inc_extra variable when setting initial include flags.
|
2008-09-16 |
diego |
Initialize _def_liba52 and _def_liba52_internal before the liba52 checks
|
2008-09-16 |
michael |
Fix segfault with rgb24 and full_internal_chroma due to non-existing alpha
|
2008-09-16 |
compn |
yet another mpeg2 in mov fourcc xd5b, fixes XDCAMHD.mov
|
2008-09-15 |
syrjala |
Update the copyright statement.
|
2008-09-15 |
syrjala |
Cosmetics:
|
2008-09-15 |
syrjala |
Don't limit BES to non-synced single buffering when CRTC2 is used.
|
2008-09-15 |
syrjala |
Rename some variables and change some strings to make the CRTC1 code clearer.
|
2008-09-15 |
syrjala |
Add CRTC1 support.
|
2008-09-15 |
syrjala |
Remove BGR24 support since it has never worked anyway.
|
2008-09-15 |
rathann |
External liba52 support, part 2 of 2.
|
2008-09-15 |
rathann |
External liba52 support part 1 of 2.
|
2008-09-15 |
diego |
Use standard -I flags to compile codec-cfg.
|
2008-09-15 |
diego |
Add -I. to _inc_extra at the beginning instead of to CFLAGS at the end.
|
2008-09-15 |
diego |
riff.h and avi.h are not needed, but avio.h is.
|
2008-09-15 |
syrjala |
Eliminate void * arithmetic.
|
2008-09-15 |
diego |
Upgrade license of LGPL 2 or later files to LGPL 2.1 or later.
|
2008-09-15 |
diego |
Avoid useless line in libpostproc test.
|
2008-09-15 |
michael |
Avoid using floating point for calculating filter coefficients.
|
2008-09-14 |
michael |
Avoid some explicit types in sizeof().
|
2008-09-14 |
michael |
Use av_mallocz() instead of for() =0;
|
2008-09-14 |
michael |
Move dither tables from yuv2rgb to swscale, they have been written by me and
|
2008-09-14 |
Gabrov |
synced with r27607
|
2008-09-14 |
diego |
wording consistency cosmetics
|
2008-09-14 |
reimar |
Make -heartbeat-cmd and -stop-xscreensaver sections reference each other.
|
2008-09-13 |
diego |
Sync diff with libmpeg2 update.
|
2008-09-13 |
diego |
Update internal libmpeg2 copy to version 0.5.1.
|
2008-09-13 |
diego |
libmpeg-0.4.1.diff was renamed to libmpeg2_changes.diff.
|
2008-09-13 |
ben |
Fix libswscale build after r27561 if --enable-runtime-cpudetection is used.
|
2008-09-13 |
diego |
Remove version string from name of local changes diff file.
|
2008-09-13 |
michael |
Fix indention.
|
2008-09-13 |
michael |
Rename yuv2rgb variables to avoid name clashes with the ones used by bfin asm.
|
2008-09-13 |
compn |
multiple locales in mplayer wish
|
2008-09-13 |
michael |
Disable mmx routines that are not bitexact when the user wants
|
2008-09-13 |
michael |
Make horizontal mmx scaling code match C code.
|
2008-09-13 |
michael |
Ensure that additional filter coeffs that exist due to alignment
|
2008-09-12 |
michael |
yvu9toyv12Wrapper is not bitexact so disable it when the user wants
|
2008-09-12 |
michael |
Make the horizontal C scaler code clip only against INT16_MAX not 0,
|
2008-09-12 |
michael |
Add bitexact flag.
|
2008-09-12 |
michael |
The yuv->rgb tables are too small for clipping to be avoidable,
|
2008-09-12 |
michael |
Fix another 1000l bug in the mono input code.
|
2008-09-12 |
michael |
Add support for PIX_FMT_YUV440P.
|
2008-09-12 |
michael |
10000l PIX_FMT_MONOWHITE check was really a || 1.
|
2008-09-12 |
michael |
Support mono as input format.
|
2008-09-12 |
michael |
Add support for PIX_FMT_MONOWHITE as output format.
|
2008-09-12 |
michael |
rgb24toyv12 is not accurately rounding, so disable it as well when the
|
2008-09-12 |
michael |
Do not use the unscaled yuv->rgb converters if SWS_ACCURATE_RND is set,
|
2008-09-11 |
michael |
100000000000000l, forgot to commit header change for r27580.
|
2008-09-11 |
michael |
Fix typo that lead to averaging of the same pixel in rgb24ToUV_half().
|
2008-09-11 |
michael |
Remove mistakenly commited code I used for testing.
|
2008-09-11 |
michael |
Implement full horizontal chroma for rgb/bgr24/32 output.
|
2008-09-11 |
michael |
Do not do unneeded clipping in YSCALE_YUV_2_PACKEDX_C.
|
2008-09-11 |
michael |
Factorize yuv2packedXinC().
|
2008-09-11 |
michael |
Set rgb2yuv constants more accurately, makes no real difference though.
|
2008-09-11 |
michael |
Fix chroma yuv->rgb tables for jpeg style yuv, this was missed as it
|
2008-09-10 |
michael |
Correct normalization constant for the vertical filter.
|
2008-09-10 |
michael |
Make the 2point linear interpolation coefficients correct even for the
|
2008-09-10 |
michael |
Fix overflow.
|
2008-09-10 |
gpoirier |
sync w/r26990 and wording fixes, patch by Cédric Viou
|
2008-09-10 |
gpoirier |
wording fixes by Cédric Viou
|
2008-09-10 |
gpoirier |
typography and wording fixes, by Cédric Viou and myself
|
2008-09-10 |
michael |
Fix build failure due to %%eip on x86_64.
|
2008-09-10 |
michael |
Change RGB2YUV_SHIFT from 16 to 15 to make it able to work
|
2008-09-10 |
michael |
Add bgr/rgb15/16/32->UV-half to the macro so there is less code duplication
|
2008-09-10 |
michael |
Factorize RGB/BGR15/16/32->UV by using the preprocessor.
|
2008-09-10 |
michael |
Factorize rgb/bgr15/16/32->Y by using the preprocessor.
|
2008-09-10 |
michael |
Make SWS_FULL_CHR_H_INP work.
|
2008-09-10 |
diego |
spelling/wording cosmetics
|
2008-09-09 |
michael |
More accurate rounding for 8bit inputs.
|
2008-09-09 |
michael |
Rewrite bgr24->yuv mmx code, the new code is cleaner, more accurate,
|
2008-09-09 |
gpoirier |
more French typography fixes and wording fixes, by Cédric Viou and myself
|
2008-09-09 |
gpoirier |
lots of fixes, original patch by Cédric Viou
|
2008-09-09 |
michael |
Add table of rgb->yuv conversion coefficients.
|
2008-09-09 |
michael |
More correct rounding for the rgb/bgr->yuv converters.
|
2008-09-09 |
uau |
Make internal Matroska demuxer default again
|
2008-09-09 |
aurel |
revert r27551 which break much more things than it fixes
|
2008-09-09 |
diego |
Use preprocessor conditionals to disable CPU-extension-specific code. We cannot
|
2008-09-09 |
diego |
cosmetics: Fix offsets and fuzz in local diff.
|
2008-09-09 |
michael |
Prevent overflows during mpeg->jpeg yuv.
|
2008-09-08 |
uau |
Use internal demuxer for Matroska files for now
|
2008-09-08 |
uau |
Revert bad changes to SSA/ASS subtitle packet format
|
2008-09-08 |
gpoirier |
fix compilation with lavc version > r15270
|
2008-09-08 |
uau |
Fix compilation after libavcodec major version 52 changes
|
2008-09-08 |
michael |
Fix jpeg yuv.
|
2008-09-08 |
michael |
Fix typo in comment.
|
2008-09-07 |
michael |
Fix accurate rounding mode on x86_64.
|
2008-09-07 |
lu_zero |
Make ToY and ToUV family of function consistent part I
|
2008-09-07 |
michael |
Make fast bilinear scaler work again.
|
2008-09-07 |
diego |
'mp3lame' audio output codec was wrongly listed as 'lame'.
|
2008-09-07 |
diego |
Replace casual GPL notices by proper license headers.
|
2008-09-07 |
diego |
license header cosmetics
|
2008-09-07 |
diego |
license header cosmetics
|
2008-09-07 |
diego |
Remove wrong compilation instructions.
|
2008-09-07 |
diego |
Remove encode2mpeglight, it is only an outdated stripped-down version of the
|
2008-09-06 |
diego |
license header cosmetics
|
2008-09-06 |
diego |
Fix incorrect FSF address in license header.
|
2008-09-06 |
diego |
Replace casual GPL notice by proper license header.
|
2008-09-06 |
diego |
Remove outdated URL from vd_info_t struct.
|
2008-09-06 |
diego |
Remove version information from libmpeg2 vd_info_t struct.
|
2008-09-05 |
aurel |
libass: fix type mismatch between size parameter and the way it's used
|
2008-09-05 |
aurel |
libass: add a new ass_process_data() to process demuxed subtitle packets
|
2008-09-05 |
aurel |
demux_mkv: output correctly formated ASS packets
|
2008-09-05 |
bcoudurier |
simplify function selection code
|
2008-09-05 |
bcoudurier |
enable yuv422p to uyvy converter
|
2008-09-04 |
aurel |
a valid ASS line contains 9 ',' before actual text
|
2008-09-04 |
aurel |
lavf: the subtitles display duration is stored in pkt.convergence_duration
|
2008-09-04 |
michael |
Make 16bit grayscale output work.
|
2008-09-04 |
michael |
Fix SWS_FAST_BILINEAR and SWS_POINT with some unscaled rgb<->bgr converters.
|
2008-09-04 |
michael |
Support PIX_FMT_RGB32_1 and PIX_FMT_BGR32_1.
|
2008-09-04 |
michael |
Fix 4 and 8 bit RGB/BGR input.
|
2008-09-04 |
michael |
Remove workaround for rgb/bgr mess.
|
2008-09-04 |
michael |
Fix 4 of the unscaled rgb15/16 converters, each of these contained
|
2008-09-04 |
michael |
rgb vs bgr fix for the unscaled converters.
|
2008-09-04 |
michael |
Fix rgb15/16 vs. bgr part2.
|
2008-09-04 |
michael |
Fix rgb15/16 vs. bgr part1.
|
2008-09-04 |
michael |
Add fflush to prevent stdout & stderr from being mixed.
|
2008-09-01 |
aurel |
support E-AC-3 decoding using ffmpeg
|
2008-09-01 |
diego |
Remove Windows-specific #ifdefs, the file does not compile on MinGW anyway.
|
2008-09-01 |
diego |
Ignore .exe files on Windows.
|
2008-09-01 |
diego |
Rename --enable-tremor-external option to --enable-tremor along with the
|
2008-09-01 |
diego |
Do not refer to libcdio and liblzo as external in the help output.
|
2008-09-01 |
diego |
Rename --enable-faad-external option to --enable-faad along with the
|
2008-09-01 |
diego |
Initialize _def_faad* variables to disabled before setting them.
|
2008-09-01 |
diego |
Fall back on external libfaad check if internal libfaad check failed.
|
2008-09-01 |
diego |
Put '#define closesocket close' under proper '#ifndef HAVE_CLOSESOCKET'
|
2008-09-01 |
diego |
Move '#define closesocket close' preprocessor directive to a common place
|
2008-08-31 |
diego |
Revert moving closesocket definition and network headers to network.h.
|
2008-08-31 |
diego |
Only use winsock2.h to check for closesocket().
|
2008-08-31 |
diego |
Fix closesocket test, patch by Serge Levin, serge.levin.spb gmail com.
|
2008-08-31 |
diego |
Add necessary #include <stdlib.h> for realloc/calloc/free.
|
2008-08-31 |
reimar |
Remove unused GUID_t definition that also incorrectly defined GUID_DEFINED
|
2008-08-31 |
stefano |
Change header inclusion guard names in line with FFmpeg r15120.
|
2008-08-30 |
rathann |
Rename internal libdvdread fork from dvdread to libdvdread
|
2008-08-30 |
reimar |
Print DVD volume ID with -identify.
|
2008-08-29 |
diego |
Move duplicated '#define closesocket close' into network.h along with
|
2008-08-29 |
diego |
consistency cosmetics: Avoid using .. in #include paths.
|
2008-08-29 |
diego |
Sync libdvdcss with upstream version 1.2.10.
|
2008-08-29 |
diego |
Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.
|
2008-08-29 |
stefano |
Implement swscale_version().
|
2008-08-29 |
diego |
Remove pointless '#if 1 [...] #endif' around has_cpuid() function.
|
2008-08-29 |
diego |
Implement check for closesocket(), needed by libavformat, fixes Bugzilla #1257.
|
2008-08-27 |
aurel |
handle the lavfpref demuxer in the same way as the lavf one
|
2008-08-27 |
ptt |
synced with r27454
|
2008-08-27 |
ptt |
sync'ed to r27071
|
2008-08-26 |
diego |
Drop av_always_inline definition. It is duplicated from libavutil and
|
2008-08-26 |
diego |
Rename always_inline macro to av_always_inline so as not to clash with
|
2008-08-26 |
aurel |
prefer libavformat to demux matroska files
|
2008-08-26 |
reimar |
Fix forumla -> formula in comment
|
2008-08-24 |
ranma |
Fix 'cast from pointer to integer of different size' on 64bit architectures. Casting to long should work for 32bit and 64bit and not make a difference to the boolean operation (since 'format' is always 32bit (int) the upper 32bit of 'arg' won't matter, but the compiler should be happy now. Casting both to unsigned makes sure the compiler isn't messing things up by sign-extending 'format' to 64bit before masking)
|
2008-08-24 |
ranma |
Handle AOPLAY_FINAL_CHUNK
|
2008-08-24 |
aurel |
cosmetics: indentation
|
2008-08-24 |
aurel |
use new lavf API to grab sample_aspect_ratio from the demuxers
|
2008-08-23 |
ranma |
fix compiler warnings
|
2008-08-22 |
diego |
Remove unused and untested function. It is only part of our local patchset.
|
2008-08-22 |
diego |
Remove duplicate vsscanf fallback implementation, we have another in osdep/.
|
2008-08-22 |
reimar |
-geometry support for -vo fbdev.
|
2008-08-21 |
diego |
Sync libdvdcss with upstream version r212.
|
2008-08-21 |
diego |
Add support for AAC decoding through FFmpeg; libfaad is preferred for now.
|
2008-08-21 |
diego |
cosmetics: Remove trailing whitespace and tabs.
|
2008-08-18 |
diego |
Remove SKIP_DEPS trick. The same effect can be achieved without it.
|
2008-08-17 |
diego |
fix for alignment problem on older ARM cores
|
2008-08-17 |
diego |
Add check for ARM VFP instructions.
|
2008-08-15 |
gpoirier |
sync w/r27466
|
2008-08-15 |
diego |
Work correctly with very small files where less than outburst is to be played.
|
2008-08-15 |
michael |
Document -lavcopts o, aka libavcodec AVOption.
|
2008-08-14 |
diego |
FFmpeg no longer has fastmemcpy support, so no longer trigger recursing
|
2008-08-14 |
diego |
Remove unused static declarations, fixes the warnings:
|
2008-08-14 |
diego |
Use '#include <poll.h>' instead of '#include <sys/poll.h>'.
|
2008-08-14 |
diego |
100l: Rename missed preprocessor directives from a HAVE_ prefix to CONFIG_.
|
2008-08-13 |
aurel |
add mapping for real audio and video CODEC_ID to MPlayer's fourcc
|
2008-08-13 |
compn |
fixes spotted by diego
|
2008-08-13 |
aurel |
demux_lavf: fix mp_seek behavior in case of seeking error
|
2008-08-12 |
diego |
Remove pointless #ifdefs around extern declarations.
|
2008-08-12 |
diego |
Remove useless DVB-related #include.
|
2008-08-12 |
diego |
Enable PNG encoder in libavcodec for vf_screenshot only if zlib is enabled.
|
2008-08-12 |
compn |
updates
|
2008-08-11 |
ben |
Mention IVTV, S3 and SH_VEU drivers within VIDIX section of manpage.
|
2008-08-11 |
ben |
Update ChangeLog with latest VIDIX related changes regarding SuperH.
|
2008-08-11 |
ben |
Add VIDIX driver for SuperH Mobile VEU hardware block.
|
2008-08-11 |
ben |
Add proper VIDIX support for SuperH architecture.
|
2008-08-11 |
gpoirier |
sync w/r27348, patch by JRaSH
|
2008-08-11 |
compn |
fix audio in some rtsp streams, ok'd by lu_zero
|
2008-08-10 |
diego |
The PNG encoder in libavcodec needs to be enabled for vf_screenshot even if
|
2008-08-10 |
compn |
codecs.c note is very old and unneeded.
|
2008-08-09 |
gpoirier |
sync w/27407 + fixes
|
2008-08-09 |
diego |
Use translatable string instead of hardcoded message for process priority.
|
2008-08-09 |
diego |
Remove duplicated prototype for XShmGetEventBase(), because
|
2008-08-09 |
diego |
Skip dependency generation if we just run distclean or if skipping
|
2008-08-08 |
eugeni |
Don't print drawing commands on screen.
|
2008-08-07 |
eugeni |
If (has outline) blur(outline) else blur(glyph).
|
2008-08-07 |
eugeni |
\org turns off collision detection.
|
2008-08-07 |
eugeni |
Treat \h as space character.
|
2008-08-07 |
eugeni |
Calculate subtitle origin in floating point.
|
2008-08-07 |
eugeni |
Calculate subtitle position in floating point.
|
2008-08-07 |
diego |
Add separate variables for CFLAGS that are specific to internal libraries
|
2008-08-07 |
diego |
Remove unused Makefile variable.
|
2008-08-07 |
diego |
cosmetics: Rename some CFLAGS-related variables.
|
2008-08-07 |
diego |
10l: Remove stray backslash at end of line.
|
2008-08-07 |
diego |
Merge two redundantly declared lines into one.
|
2008-08-07 |
diego |
cosmetics: Sort things into alphabetical order in various places.
|
2008-08-07 |
ben |
Add NV12 colorspace support to VIDIX driver.
|
2008-08-07 |
diego |
Give a CONFIG_ prefix to preprocessor directives that lacked one and
|
2008-08-07 |
diego |
generalized SH architecture support by Magnus Damm, magnus.damm gmail com
|
2008-08-07 |
diego |
10l: MUSEPACK --> CONFIG_MUSEPACK
|
2008-08-07 |
diego |
Ahem, the MACOSX_FINDER_SUPPORT directive was renamed to MACOSX_FINDER.
|
2008-08-07 |
diego |
Rename font-related preprocessor directives.
|
2008-08-07 |
ben |
Fix wrong behavior with slave command by going back to the starting point
|
2008-08-07 |
diego |
Rename a bunch of miscellaneous preprocessor directives.
|
2008-08-06 |
diego |
Introduce CONFIG_ALSA preprocessor directive for ALSA 0.9 and 1.x.
|
2008-08-06 |
Gabrov |
synced with r27420
|
2008-08-06 |
diego |
Rename all preprocessor directives related to Apple / Mac OS X.
|
2008-08-05 |
diego |
Rename some audio-output-related preprocessor directives.
|
2008-08-05 |
diego |
Rename preprocessor definition in check skeleton.
|
2008-08-05 |
diego |
Rename preprocessor directives related to image libraries.
|
2008-08-04 |
ben |
Detect ppc64 and powerpc64 architectures as PowerPC variants.
|
2008-08-04 |
ben |
cosmetic: reindent after r27414
|
2008-08-04 |
ben |
Fixes unsafe 'chapter' command with get_property() call.
|
2008-08-04 |
ben |
cosmetic: reindent after r27412
|
2008-08-04 |
ben |
Fixes unsafe 'angle' command with get_property() call.
|
2008-08-04 |
ben |
Fixes unsafe 'switch_audio' command with set_property() call.
|
2008-08-04 |
ptt |
another round to get it in utf-8...
|
2008-08-04 |
diego |
Change a bunch of X11-specific preprocessor directives.
|
2008-08-03 |
gpoirier |
typo fix, bump sync tag
|
2008-08-03 |
ben |
Add video driver for Nintendo Wii/GameCube.
|
2008-08-03 |
diego |
Remove duplicated DVB definition line.
|
2008-08-03 |
diego |
Revert mistakenly committed temporary local change.
|
2008-08-03 |
diego |
Rename --enable-macosx-finder-support option to --enable-macosx-finder
|
2008-08-03 |
diego |
Rename _smbsupport variable to _smb.
|
2008-08-03 |
diego |
Change a bunch of video/audio-output-specific preprocessor directives from
|
2008-08-02 |
diego |
Set HAVE_DVB in configure when HAVE_DVB_HEAD is defined
|
2008-08-02 |
diego |
cosmetics: typo fixes
|
2008-08-02 |
compn |
cosmetics: reindent after last commit
|
2008-08-02 |
compn |
change ve_raw.c:set_format to not overwrite biCompression if force_fourcc is set.
|
2008-08-02 |
diego |
Change a bunch of video-output-specific preprocessor directives from a HAVE_
|
2008-08-02 |
diego |
Do not provide a prototype for vsscanf when vsscanf is available.
|
2008-08-02 |
diego |
Change a bunch of codec-specific preprocessor directives from a HAVE_
|
2008-08-02 |
diego |
Remove checks for HAVE_XVID3, that conditional was removed a long time ago.
|
2008-08-01 |
diego |
Fix ARM linking failure when IWMMXT support is disabled.
|
2008-08-01 |
diego |
Remove obsolete diff hunk that is no longer applied to the code.
|
2008-08-01 |
diego |
Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;
|
2008-08-01 |
diego |
Fix a misleading section in the libavcodec options manual indicating that a
|
2008-08-01 |
compn |
add hdv1 fourcc
|
2008-08-01 |
compn |
add some h263 fourccs
|
2008-08-01 |
compn |
add ADJV fourcc to mjpeg
|
2008-08-01 |
diego |
Initialize socklen_t variable to "no".
|
2008-08-01 |
compn |
add XIXL fourcc to videoxl codec
|
2008-07-31 |
diego |
Rename binary-codecs.sh to binary_codecs.sh as it is called in Debian.
|
2008-07-31 |
diego |
Revert previous broken rename of binary-codecs.sh that had random changes.
|
2008-07-31 |
diego |
Rename binary-codecs.sh once more to binary_codecs.sh as it is called in Debian.
|
2008-07-31 |
diego |
Rename install-w32codecs.sh --> binary-codecs.sh.
|
2008-07-30 |
gpoirier |
bump sync tag
|
2008-07-30 |
diego |
For the case that we add a typedef for socklen_t, we should #define
|
2008-07-30 |
diego |
Check for socklen_t in ws2tcpip.h as well.
|
2008-07-30 |
diego |
Rename preprocessor directive HAVE_MENU --> CONFIG_MENU.
|
2008-07-30 |
diego |
Remove unused HAVE_MENCODER definition.
|
2008-07-30 |
diego |
Rename two GUI-related preprocessor directives:
|
2008-07-30 |
diego |
Remove unused definition from config.h.
|
2008-07-30 |
diego |
Start unifying names of internal preprocessor directives.
|
2008-07-30 |
diego |
Drop USE_ prefix from USE_MPLAYER_CPUDETECT #define.
|
2008-07-30 |
diego |
Use conditional compilation instead of an #ifdef around the whole file.
|
2008-07-30 |
diego |
Remove unused definition from config.h.
|
2008-07-30 |
diego |
Add proper check for socklen_t.
|
2008-07-30 |
diego |
cosmetics: Group FFmpeg definitions together in config.h.
|
2008-07-30 |
compn |
add XDCAM and more HDV MPEG2 fourccs
|
2008-07-30 |
compn |
change arbitrary CODECS_MAX_FOURCC limit to larger arbitrary limit
|
2008-07-29 |
ptt |
changed 'Audio file' to 'Audio only' (to not get 'Audio file file' when played)
|
2008-07-28 |
diego |
Do not add __CYGWIN__ to CFLAGS on Cygwin, the system defines it anyway.
|
2008-07-28 |
diego |
Rework OS/2 configuration with respect to linker output formats.
|
2008-07-28 |
diego |
cosmetics: Add a separator comment.
|
2008-07-28 |
diego |
Move libdvdnav check before the CFLAGS section. It is still the last check
|
2008-07-28 |
ptt |
synced with r27348
|
2008-07-28 |
diego |
Move CFLAGS specific to internal libdvdread and libfaad2 to the Makefile and
|
2008-07-28 |
diego |
Remove unused HPUX #define from command line.
|
2008-07-28 |
diego |
Move libdvdcss-specific CFLAG settings to libdvdcss test.
|
2008-07-28 |
compn |
add ffvp6a codec
|
2008-07-28 |
compn |
add ffmotionpixels codec
|
2008-07-26 |
reimar |
Get rid of horrible code that relies on codec-set context variable,
|
2008-07-26 |
reimar |
Use GetTimerMS() instead of time() with srand.
|
2008-07-26 |
reimar |
Do not include sys/socket.h when using winsock2, it is pointless
|
2008-07-26 |
diego |
Revert to previous dependency checking behavior.
|
2008-07-26 |
diego |
Remove AltiVec vector declaration compiler compatibility macros.
|
2008-07-25 |
gpoirier |
compilation fix with GCC 4.0.1 on MacOSX tiger, broken by the removal of AVV() macro
|
2008-07-25 |
compn |
add list of supported vo's to -xineramascreen
|
2008-07-24 |
diego |
Add some more information about FTP mirror setup.
|
2008-07-24 |
diego |
Fix mailinglist vs. mailing list typo.
|
2008-07-24 |
diego |
cosmetics: Fix indentation after last commit.
|
2008-07-24 |
diego |
Remove AltiVec vector declaration compiler compatibility macros.
|
2008-07-24 |
reimar |
Fix configure hanging forever in iconv check using --charset=noconv
|
2008-07-24 |
reimar |
Remove outdated "X11 only" from xineramascreen option and try to make clearer
|
2008-07-23 |
gpoirier |
sync w/r27337
|
2008-07-23 |
ptt |
sync'd with r27337
|
2008-07-22 |
diego |
Add Dirac video support via libdirac and libschroedinger in libavcodec.
|
2008-07-22 |
reimar |
Enable runtime border/window decorations-toggling for Linux gl and gl2 vos.
|
2008-07-22 |
reimar |
No idea which vos support -noborder how well, though those based on
|
2008-07-22 |
reimar |
Support -noborder with X11-based vos
|
2008-07-22 |
reimar |
Make vo_x11_fullscreen not break vo_border (proper support still needs vo changes)
|
2008-07-22 |
reimar |
-border/-noborder are supported by gl/gl2, too, but only on Windows.
|
2008-07-22 |
diego |
Add instructions how to test the DNS round-robin virtual host, add a
|
2008-07-21 |
michael |
fix memleak
|
2008-07-21 |
michael |
Cleanup, use av_freep() instead of av_free(x); x=NULL
|
2008-07-19 |
diego |
Remove "en" from list of all man page languages when generating man page
|
2008-07-19 |
henry |
docs build fix
|
2008-07-19 |
diego |
Only build the documentation in the languages requested from configure.
|
2008-07-18 |
Gabrov |
synced with r27326
|
2008-07-18 |
ptt |
added missing revisions (26762 & 26795)
|
2008-07-18 |
ptt |
restored file encoding tu utf8 and corrected wrong chars, hoping it's ok now
|
2008-07-18 |
zuxy |
Remove unnecessary and troublesome inline
|
2008-07-18 |
michael |
Make C code in yuv2yuv1() do accurate rounding, this could be split
|
2008-07-17 |
michael |
indent
|
2008-07-17 |
michael |
Forgotten accurate rounding function YSCALEYUV2YV121_ACCURATE.
|
2008-07-17 |
michael |
simplify yuv2yuv1()
|
2008-07-17 |
diego |
Fix typo in msg_lang variable name that prevented the correct message
|
2008-07-17 |
michael |
10l forgot SWS_BILINEAR
|
2008-07-17 |
michael |
Ensure that exactly one scaler algo is used.
|
2008-07-17 |
ben |
File was missing its dedicated header inclusion.
|
2008-07-17 |
ben |
Maemo platform runs on Nokia N8x0 series too.
|
2008-07-17 |
reimar |
Avoid including avcodec.h in demuxer.h (and thus many other files) just to get
|
2008-07-17 |
reimar |
Our ALSA code needs alloca, so check for it in configure and include alloca.h
|
2008-07-17 |
diego |
cosmetics: Indent language handling after last commit.
|
2008-07-17 |
diego |
Rewrite translation handling in the build system.
|
2008-07-17 |
diego |
Simplify summary output, add an extra empty line to it.
|
2008-07-17 |
diego |
Remove note about localization from configure output.
|
2008-07-17 |
diego |
cosmetics: Rename _doc_lang variable to doc_lang.
|
2008-07-17 |
diego |
Evaluate man page installation rule for all available languages,
|
2008-07-17 |
zuxy |
Force gcc to emit function body under -gnu99
|
2008-07-16 |
reimar |
limits.h is required for UINT_MAX
|
2008-07-16 |
reimar |
And a 1000l for r27263, swapped a condition, thus setting size to
|
2008-07-16 |
reimar |
100l, fix calloc being called with the wrong argument due to reordering
|
2008-07-16 |
reimar |
Make sure demuxed ASF packet is properly padded after descrambling
|
2008-07-16 |
reimar |
Move duplicate FF_INPUT_BUFFER_PADDING_SIZE handling into demuxer.h
|
2008-07-16 |
diego |
Add variables for all available man page and documentation languages.
|
2008-07-16 |
reimar |
Do not just print a warning, also fix the len in ASF demuxer!
|
2008-07-16 |
diego |
Remove redundant check in message language test.
|
2008-07-16 |
diego |
Move the "all" option to the front of the list of available languages in
|
2008-07-16 |
diego |
cosmetics: Rename LANGUAGES variable to msg_langs.
|
2008-07-16 |
diego |
Replace output redirection with grep by POSIX standard options.
|
2008-07-16 |
diego |
Replace simple sed invocation by even simpler tr invocation.
|
2008-07-16 |
diego |
Merge two consecutive sed calls into one.
|
2008-07-15 |
diego |
Add IDs to some XML elements to avoid warnings.
|
2008-07-15 |
reimar |
Make af_hrtf tables static const
|
2008-07-15 |
reimar |
Add const to libaf/filter.c functions.
|
2008-07-15 |
reimar |
Replace S_IREAD|S_IWRITE by POSIX-compatible S_IRUSR|S_IWUSR (not exactly the same, but should not matter).
|
2008-07-15 |
reimar |
ALSA stupidly tries to define struct timeval and struct timespec, which
|
2008-07-15 |
diego |
Fix dlopen(), dlclose() dlsym() calls in configure test.
|
2008-07-15 |
diego |
Fix tgetent call in termcap configure test.
|
2008-07-15 |
diego |
Add two more missing headers to configure checks.
|
2008-07-15 |
diego |
Add missing return statements to configure tests.
|
2008-07-15 |
diego |
Add missing headers to configure checks.
|
2008-07-15 |
michael |
Remove -std=gnu99/gnu89/default dialect linux define, as it violates the
|
2008-07-14 |
reimar |
Try to keep decoded audio buffer aligned.
|
2008-07-14 |
reimar |
Change a broken check. FFMAX does not work as intended because trak->chunkmap[i].first
|
2008-07-13 |
astrange |
Cosmetics: reindent.
|
2008-07-13 |
astrange |
Remove const vector casts from Altivec.
|
2008-07-13 |
reimar |
Add support for FFmpeg DK3 ADPCM codec and prefer it over MPlayer's
|
2008-07-13 |
reimar |
Add support for FFmpeg's ADPCM codecs and make them the default
|
2008-07-13 |
reimar |
100l, do not use macros on functions that are not idempotent
|
2008-07-13 |
rathann |
Do not set _dvdreadconfig unconditionally.
|
2008-07-13 |
diego |
cosmetics: main (void) --> main(void)
|
2008-07-13 |
diego |
main(void) --> int main(void) in .align test
|
2008-07-13 |
diego |
Use correct header in libamr narrowband test.
|
2008-07-12 |
reimar |
Simplify and clamp coefficient index for MS ADPCM
|
2008-07-12 |
reimar |
100l, fix MS ADPCM decoding for e.g. http://samples.mplayerhq.hu/mov/qtaudio/surge-2-16-L-ms02.mov
|
2008-07-12 |
diego |
Dependency files should be refreshed when object files are rebuilt.
|
2008-07-12 |
nicodvb |
in dvd streams the title part ranges from 1 to 99
|
2008-07-11 |
reimar |
Reindent after last commit
|
2008-07-11 |
reimar |
Check size of tkdata before using it in mov demuxer.
|
2008-07-11 |
reimar |
Add atom_len sanity check to mov demuxer.
|
2008-07-11 |
reimar |
Quick hack to fix demux_mov crashes where easily possible.
|
2008-07-11 |
reimar |
Make really sure channels can only be 1 or 2 for imaadpcm
|
2008-07-11 |
reimar |
Simplify imaadpcm return statement
|
2008-07-11 |
reimar |
Check length of input buffer for msadpcm
|
2008-07-11 |
reimar |
Add a comment on shift vs. division
|
2008-07-11 |
reimar |
Scale msadpcm coefficients to fit into 8 bits
|
2008-07-11 |
reimar |
Simplify ad_msadpmc.c: Use AV_RL16, merge sign extension into LE_16 read and
|
2008-07-11 |
reimar |
Copy macro simplification from imaadpcm to msadpcm
|
2008-07-11 |
reimar |
Remove useless comments from ad_msadpcm
|
2008-07-11 |
reimar |
Make msadpcm arrays const
|
2008-07-11 |
reimar |
Remove unused macros
|
2008-07-11 |
reimar |
Explicitly include inttypes.h in ad_imaadpcm
|
2008-07-11 |
reimar |
1000l, fix demux_lavf compilation
|
2008-07-11 |
reimar |
Correct stream-seekability tests in demux_audio and demux_lavf
|
2008-07-10 |
reimar |
Only read wav header cbSize when there is enough space in header.
|
2008-07-10 |
reimar |
100l, assignment introduced in r27246 was exactly the wrong way around.
|
2008-07-10 |
reimar |
Cosmetics: reindent
|
2008-07-10 |
reimar |
Clean up reading of wav extradata.
|
2008-07-10 |
lu_zero |
100l, avoption splitted code added, I should double check with svn status...
|
2008-07-09 |
lu_zero |
Split AVOption/AVClass in a separate file. SoC Patch from Keiji Costantini
|
2008-07-09 |
reimar |
Fix stupid and almost pointless check-after-read code in asfheader.c.
|
2008-07-09 |
eugeni |
Fix \fn without an argument consuming the next '\'.
|
2008-07-09 |
gpoirier |
sync w/r27236
|
2008-07-08 |
diego |
Add -std=gnu99 to gcc CFLAGS if supported. This sets appropriate #defines to
|
2008-07-08 |
diego |
Mark function not used outside of the file as static.
|
2008-07-08 |
diego |
Remove declaration of extern inline function that is used nowhere from header
|
2008-07-08 |
ptt |
synced with r27236
|
2008-07-08 |
ptt |
another alphabetical order correction
|
2008-07-08 |
ptt |
moved o option beetwen m* and p*
|
2008-07-08 |
diego |
Add missing #include <sys/socket.h>, fixes the warnings:
|
2008-07-08 |
diego |
Use correct PRIu64 length modifier for uint64_t value, fixes the warning:
|
2008-07-07 |
diego |
Add support for MLP audio through FFmpeg.
|
2008-07-07 |
diego |
Run bash-specific shell scripts with bash, not sh.
|
2008-07-07 |
diego |
Give all shell scripts a .sh suffix for consistency.
|
2008-07-07 |
diego |
Replace bash-specific [[]] construct by a proper [] test.
|
2008-07-07 |
diego |
Replace == in []/test constructs with =, == is a bashism.
|
2008-07-07 |
diego |
Remove unnecessary function keyword from shell script function declarations,
|
2008-07-06 |
nicodvb |
avoid unnecessary strdup(); patch by Aurel
|
2008-07-06 |
diego |
Update homepage and license info for NuppelVideo.
|
2008-07-06 |
diego |
Add standard license header for NuppelVideo, i.e. GPL v2+.
|
2008-07-06 |
diego |
Introduce DRIVER_OBJS variable for list of all driver targets.
|
2008-07-06 |
diego |
Simplify codecs.conf.h generation rule.
|
2008-07-06 |
diego |
Merge version.h dependency declarations.
|
2008-07-06 |
diego |
Remove redundant dependencies for .rc files.
|
2008-07-06 |
diego |
Add a generic rule for .rc files and use it.
|
2008-07-06 |
diego |
cosmetics: Merge three lines into two.
|
2008-07-06 |
diego |
Also remove dhahelper and dhahelperwin on distclean.
|
2008-07-06 |
reimar |
One more hack for PBOs on ATI cards.
|
2008-07-06 |
reimar |
Move at-hack code a bit up for further changes
|
2008-07-06 |
lu_zero |
Remove ASSERT() macro. SoC Patch from Keiji Costantini
|
2008-07-06 |
lu_zero |
Reindent. SoC Patch from Keiji Costantini
|
2008-07-06 |
lu_zero |
Split simpleCopy into packedCopy and planarCopy. SoC Patch from Keiji Costantini
|
2008-07-05 |
gpoirier |
fix a FIXME: give the URL of the list of mailing lists (since we don't have a direct link to the list of archives)
|
2008-07-05 |
diego |
Surround stream cache specific code by an appropriate #ifdef; fixes linking
|
2008-07-05 |
diego |
Sync with r27208.
|
2008-07-05 |
nicodvb |
dvd:// streams accept the device path in the url; patch by Mathieu SCHROETER mathieu.schroeter gamesover ch
|
2008-07-05 |
diego |
Add some more -identify information for CDDB.
|
2008-07-05 |
diego |
Add disc ID to -identify output.
|
2008-07-05 |
diego |
Rename ALLPARTSLIBS variable to FFMPEGLIBS.
|
2008-07-05 |
diego |
Group some variable declarations together in sensible places.
|
2008-07-05 |
diego |
Declare FFmpeg dependencies in a more elegant way using the PARTS variable.
|
2008-07-04 |
kraymer |
r27182: apply parameter name change of no-correct-pts from r26842 to man page
|
2008-07-04 |
reimar |
100l: finally understood ATI PBO problem: width must be a power of two.
|
2008-07-04 |
reimar |
More stride alignment is needed to work reliably on ATI cards :-(
|
2008-07-04 |
diego |
Rename stream_livedotcom.c to stream_live555.c, the name is used everywhere.
|
2008-07-04 |
nicodvb |
cosmetics: in ifo_stream_oped() aligned the prototype to the style
|
2008-07-04 |
nicodvb |
in ifo_stream_open() propagate the device based on the dirname of stream->url; patch by Mathieu SCHROETER mathieu.schroeter gamesover ch
|
2008-07-04 |
nicodvb |
dvd_device must be handled exclusively by the option parser; it can't be changed at will in ifo_stream_open()
|
2008-07-04 |
nicodvb |
added support for the device part in the url; patch by
|
2008-07-04 |
reimar |
Check stdata_len before accessing stdata. Fixes bug #1125
|
2008-07-04 |
diego |
Simplify tool generation rules with a pattern rule.
|
2008-07-04 |
diego |
Only build loader tests on x86.
|
2008-07-04 |
diego |
Fix liba52/test linking, it needs -lm.
|
2008-07-04 |
diego |
spelling/grammar/wording overhaul
|
2008-07-04 |
diego |
Put common dependencies of mp3lib/test + mp3lib/test2 on a common line.
|
2008-07-04 |
diego |
whitespace cosmetics
|
2008-07-04 |
diego |
Place license header at the top of the file for consistency.
|
2008-07-04 |
diego |
Declare common netstream + vivodump dependencies in the common place.
|
2008-07-02 |
diego |
Remove unused variable.
|
2008-07-01 |
gpoirier |
sync w/r27182
|
2008-07-01 |
diego |
Fix FFmpeg subdirectory dependencies: The FFmpeg libraries depend on each
|
2008-07-01 |
kraymer |
apply parameter name change of no-correct-pts from r26842 to man page
|
2008-06-30 |
gpoirier |
sync w/r27179 + misc fixes of untranslated chunks
|
2008-06-30 |
kraymer |
r26502: Document rgbtest arguments
|
2008-06-30 |
kraymer |
remove two trailing whitespaces
|
2008-06-30 |
kraymer |
r25756: Document vo gl lscale=3
|
2008-06-30 |
kraymer |
r25385: Add new audio filter for encoding multi-channel audio into ac3 at runtime.
|
2008-06-30 |
kraymer |
r25179: Add missing forced linebreak, slight wording improvement.
|
2008-06-30 |
gpoirier |
consistency fix: capitalize Windows Media Player, and add <application> tag around it.
|
2008-06-30 |
gpoirier |
misc fixes, patch by Cédric Viou
|
2008-06-30 |
gpoirier |
sync w/r27132, patch by JRaSH
|
2008-06-30 |
gpoirier |
sync w/r27169
|
2008-06-30 |
voroshil |
Try to get frame rate information through VIDIOC_G_PARM if
|
2008-06-30 |
voroshil |
Fix division by zero in tvi_v4l2 which occures when capture device
|
2008-06-30 |
kraymer |
add missing escapes and full stops for scaletempo filter
|
2008-06-30 |
kraymer |
r24808: Add a space behind openal to get minimum length of 7
|
2008-06-30 |
kraymer |
r24772: DirectShow based tv:// driver for win32
|
2008-06-30 |
kraymer |
r24727: H.264 content can also be decoded with multiple threads
|
2008-06-30 |
kraymer |
version bump to 24719
|
2008-06-30 |
kraymer |
r27123: Add verbose messages about trying and searching for audio output drivers.
|
2008-06-30 |
kraymer |
r27067: Remove pointless #ifdef.
|
2008-06-30 |
kraymer |
r27066: update comments, whitespace cosmetics
|
2008-06-30 |
kraymer |
r27065: whitespace consistency cosmetics
|
2008-06-30 |
kraymer |
r26863: make use of the new MGA_VID_VERSION ioctl to check
|
2008-06-30 |
kraymer |
r25605: properties to get and set angle
|
2008-06-30 |
kraymer |
r24924: Add audio filter scaletempo
|
2008-06-29 |
nicodvb |
removed struct dvdnav_event_t that is 1) unused; 2) has an improper name. You can't turn your back for a second...
|
2008-06-29 |
kraymer |
r24790: Disable channel scanner when no tuner is present.
|
2008-06-29 |
kraymer |
remove trailing whitespaces
|
2008-06-29 |
reimar |
Replace asserts by proper conditions to allow playback of some broken but
|
2008-06-29 |
reimar |
Half size for adpcm_index
|
2008-06-29 |
reimar |
Simplify predictor updates
|
2008-06-29 |
reimar |
Get rid of 16-bit sign extension macro
|
2008-06-29 |
reimar |
Simplify some imaadpcm macros
|
2008-06-29 |
reimar |
Directly pass arrays into decode_nibbles
|
2008-06-29 |
reimar |
Use smaller types for tables
|
2008-06-29 |
reimar |
Make imaadpcm tables const
|
2008-06-29 |
reimar |
Simplify code to read index/predictor
|
2008-06-29 |
reimar |
Add a few size checks to IMA decoder. The code is still a mess though,
|
2008-06-29 |
reimar |
Simplify ad_imaadpcm decode_audio function
|
2008-06-29 |
reimar |
Make sure we do not use uninitialized data in case of a short read.
|
2008-06-29 |
reimar |
Do not use stdata before checking its length
|
2008-06-28 |
vayne |
mingw uses Windows sockets.
|
2008-06-28 |
gpoirier |
sync w/r27123, patch by JRaSH, %jrash06 A 163 P com%
|
2008-06-27 |
gpoirier |
sync w/r27132
|
2008-06-26 |
compn |
one more wish, and an update
|
2008-06-25 |
kraymer |
r24772: DirectShow based tv:// driver for win32
|
2008-06-25 |
lu_zero |
Complete the code move across librtsp, fixes the rtsp_close collision with libnemesi
|
2008-06-25 |
lu_zero |
Move rtsp_close away by simplification - avoids symbol clash with libnemesi
|
2008-06-24 |
compn |
some updates
|
2008-06-24 |
compn |
add ffmdec and ffadpcmxa
|
2008-06-24 |
diego |
Fix/restore the description of the rectangle video filter.
|
2008-06-24 |
diego |
Touch FFmpeg libraries after recursing into their subdirectories.
|
2008-06-24 |
diego |
Do not unconditionally recurse into FFmpeg subdirectories. Instead, just
|
2008-06-24 |
diego |
Add missing 'struct input_id id' to Apple IR configure check.
|
2008-06-23 |
eugeni |
Check if the font set returned from FcFontSort in not NULL.
|
2008-06-23 |
eugeni |
Reindent.
|
2008-06-23 |
eugeni |
Only use application font dir if library->fonts_dir is not NULL.
|
2008-06-23 |
diego |
Dependency files need to get updated when any of their dependencies are
|
2008-06-23 |
diego |
Rename some definitions to avoid clashing with system headers, fixes:
|
2008-06-22 |
corey |
Add verbose messages about trying and searching for audio output drivers.
|
2008-06-22 |
diego |
Replace misuse of echores in libdvdnav check by _res_comment.
|
2008-06-22 |
reimar |
100l, bpp is bits per pixel, not bytes
|
2008-06-21 |
ben |
revert non-acked r27106
|
2008-06-20 |
ben |
cosmetic: be consistent
|
2008-06-20 |
ben |
fixes two bugs:
|
2008-06-20 |
ben |
fix obviously wrong option description
|
2008-06-20 |
ben |
Remove useless typedef for VDXContext.
|
2008-06-20 |
ben |
cosmetic: give a coherent indentation
|
2008-06-20 |
ben |
remove some useless functions from vidix api
|
2008-06-20 |
ben |
remove useless 'else'
|
2008-06-20 |
ben |
renamed vidixlib.c to vidix.c
|
2008-06-20 |
ben |
remove now useless vidixlib.h file
|
2008-06-20 |
gpoirier |
sync w/r27107, patch by Cédric Viou
|
2008-06-20 |
ben |
move content of vidixlib.h into vidix.h
|
2008-06-20 |
ben |
cosmetic: give coherent indentation
|
2008-06-20 |
gpoirier |
use the new URL of NUT container website
|
2008-06-20 |
ben |
Only "pop" subtree params if they had previously been "pushed",
|
2008-06-20 |
gpoirier |
sync w/r27102, patch by Cédric Viou and minor fixes by myself
|
2008-06-20 |
ben |
Add auto-close option to libmenu playlist handling part.
|
2008-06-20 |
ben |
Allow conditional compilation of yuv4mpeg video out.
|
2008-06-20 |
gpoirier |
fix a couple of broken URL links
|
2008-06-20 |
ben |
Keep old dvdnav sub-command options for a while in order
|
2008-06-19 |
ben |
Change DVDNAV command key names.
|
2008-06-19 |
diego |
Reorder some functions to avoid implicit declaration warnings.
|
2008-06-18 |
ben |
Group all input command defines in one big enum
|
2008-06-17 |
diego |
Add copyright and license statement.
|
2008-06-17 |
diego |
It cannot hurt to add -E to the diff options to avoid whitespace changes.
|
2008-06-17 |
diego |
Add missing #includes that are required for things used in the header.
|
2008-06-17 |
gpoirier |
sync w/r27057
|
2008-06-17 |
diego |
Add missing #includes to fix 'make checkheaders'.
|
2008-06-16 |
reimar |
Try harder to honour CTRL+C etc. during dumpstream
|
2008-06-16 |
diego |
cosmetics: Remove useless parentheses, align.
|
2008-06-16 |
reimar |
Chapter support for lavf demuxer.
|
2008-06-16 |
reimar |
Support NULL name parameter for demuxer_add_chapter.
|
2008-06-16 |
diego |
cosmetics: Break overly long lines.
|
2008-06-16 |
diego |
cosmetics: indentation, whitespace changes
|
2008-06-16 |
diego |
cosmetics: consistent * placement
|
2008-06-16 |
diego |
cosmetics: one more if brace placement fix
|
2008-06-16 |
diego |
M-x untabify
|
2008-06-16 |
diego |
cosmetics: Remove all trailing whitespace.
|
2008-06-16 |
diego |
cosmetics: Split/join multiline statements.
|
2008-06-16 |
diego |
cosmetics: Consistently format all if, for, while constructs.
|
2008-06-16 |
diego |
Remove one more commented-out line.
|
2008-06-16 |
diego |
cosmetics: Make all function declarations consistent by moving the opening
|
2008-06-16 |
diego |
Remove one more commented-out line.
|
2008-06-16 |
diego |
Remove pointless comments and commented-out code.
|
2008-06-16 |
diego |
Add missing string.h #include for memcpy prototype;
|
2008-06-16 |
diego |
Add missing #includes to fix 'make checkheaders'.
|
2008-06-15 |
diego |
cosmetics: Group internal codec library tests together.
|
2008-06-15 |
diego |
Document where the files vidix/dhahelperwin/ntverp.h and
|
2008-06-15 |
diego |
cosmetics: Group entries by directory instead of randomly.
|
2008-06-15 |
diego |
Add the ugly HELP_MP_DEFINE_STATIC back, otherwise we produce warnings like
|
2008-06-15 |
diego |
cosmetics: Remove empty line for consistency.
|
2008-06-15 |
diego |
-alang/-slang do not depend on dvdread support.
|
2008-06-15 |
diego |
Remove pointless HELP_MP_DEFINE_STATIC definition.
|
2008-06-15 |
diego |
Remove pointless #ifdef.
|
2008-06-15 |
diego |
update comments, whitespace cosmetics
|
2008-06-15 |
diego |
whitespace consistency cosmetics
|
2008-06-15 |
diego |
Remove now unused messages.
|
2008-06-15 |
diego |
Move message about which adapter is used to verbose mode.
|
2008-06-15 |
diego |
spelling/wording fixes
|
2008-06-15 |
diego |
Add parentheses to expression to avoid the warning:
|
2008-06-15 |
compn |
6 months of changes
|
2008-06-14 |
diego |
standard license headers for mga_vid
|
2008-06-14 |
attila |
add MGA_VID_GET_VERSION ioctl to old mga_vid driver for compatibility with "new" mplayer
|
2008-06-14 |
voroshil |
Ability for specifying TV standard individually for each TV channel.
|
2008-06-13 |
lu_zero |
Fix support for libnemesi installed on nonstandard paths
|
2008-06-12 |
lu_zero |
Unbreak audio, thanks to Uoti for the insight
|
2008-06-11 |
gpoirier |
sync w/r23225, plus misc fixes
|
2008-06-11 |
gpoirier |
fix w/r24604, misc fixes
|
2008-06-11 |
gpoirier |
sync w/r21537 and misc fixes
|
2008-06-11 |
gpoirier |
fix file to conform to French typography
|
2008-06-11 |
gpoirier |
add missing <application> tag around MPlayer,
|
2008-06-11 |
gpoirier |
sync w/r26997
|
2008-06-10 |
gpoirier |
sync w/r27044, patch by Cedric Dumez-Viou %Cedric P Dumez-Viou A obs-nancay P fr%
|
2008-06-10 |
nicodvb |
libdvdnav need libdvdread from the same repository
|
2008-06-09 |
ben |
Fix mencoder built from dvdnav enabled.
|
2008-06-09 |
diego |
Give name to font_desc struct, patch by Bryan Henderson, giraffedata gmail com.
|
2008-06-09 |
diego |
Add information about the mga_vid Subversion repository.
|
2008-06-09 |
diego |
Mention that svgalib_helper only works with kernel 2.4.x.
|
2008-06-09 |
diego |
Make a section out of the svgalib_helper paragraph.
|
2008-06-09 |
gpoirier |
require latest x264 to enable MEncoder's x264 support
|
2008-06-08 |
diego |
Slightly reduce VIDIX video output verbosity.
|
2008-06-08 |
gpoirier |
sync w/r26853
|
2008-06-08 |
diego |
Add standard license headers.
|
2008-06-08 |
diego |
Add comments to a few #endif preprocessor directives.
|
2008-06-08 |
diego |
Remove unused variable, fixes the warning:
|
2008-06-08 |
diego |
OBJS should end in .o, not .c.
|
2008-06-08 |
diego |
VIS OBJS should end in .o, not .c; patch by Jan Knutar, jknutar nic fi.
|
2008-06-08 |
diego |
Add missing #include, patch by Jan Knutar, jknutar nic fi.
|
2008-06-08 |
diego |
Add command to create dhahelper device to install-dhahelper target.
|
2008-06-08 |
diego |
Rename loader/driver.[ch] to loader/drv.[ch], otherwise loader/driver.h can
|
2008-06-08 |
diego |
Add dhahelper CFLAGS where appropriate if enabled.
|
2008-06-08 |
diego |
Add support for enabling VIDIX dhahelper.
|
2008-06-08 |
diego |
Remove pointless and commented-out #ifdef.
|
2008-06-08 |
diego |
Fix silly typo in CFLAG_SVGALIB_HELPER variable name.
|
2008-06-08 |
diego |
Fix dhahelper.h #include paths.
|
2008-06-07 |
diego |
Restore support for compiling with svgalib_helper.
|
2008-06-07 |
diego |
Only check for VIDIX PCI device name database if VIDIX is enabled.
|
2008-06-07 |
diego |
Make sure that the LC_ALL variable is exported to the environment of
|
2008-06-07 |
ben |
Factorizes dvdnav aid retrieval code.
|
2008-06-07 |
ben |
Add routine that provides audio ID corresponding to logical number
|
2008-06-07 |
ulion |
Fix channel order for libvorbis decoder, original patched by Nicolas George.
|
2008-06-07 |
ulion |
rename AF_CHANNEL_LAYOUT_LAVC_VORBIS* => AF_CHANNEL_LAYOUT_VORBIS*.
|
2008-06-07 |
ben |
Rename some functions as they are mplayer related and not
|
2008-06-07 |
ben |
rename for consistency
|
2008-06-07 |
ben |
Add routine to determine if SPU has changed in dvdnav stream.
|
2008-06-07 |
ben |
Add routine to determine if audio has changed in dvdnav stream.
|
2008-06-07 |
ben |
declare some functions as static
|
2008-06-07 |
diego |
No need to set LC_ALL=C for individual shell commands,
|
2008-06-07 |
diego |
The VIDIX PCI files should be regenerated when the awk script
|
2008-06-07 |
ben |
remove C++ inclusion guard from vidix headers
|
2008-06-07 |
diego |
Add default definition for SVGA device.
|
2008-06-07 |
ben |
remove useless vidix versioning stuff
|
2008-06-07 |
ben |
remove duplicated code
|
2008-06-07 |
ben |
Drop some useless parameter from vidix init routine
|
2008-06-07 |
ben |
Drop support for external libvidix (unmaintained and not up-to-date)
|
2008-06-07 |
ben |
Save DVDNAV palette info.
|
2008-06-07 |
ben |
vidix s3 headers was missing proper header
|
2008-06-07 |
diego |
Remove unused variable, fixes the warning:
|
2008-06-06 |
ben |
Removed unused freepath variable.
|
2008-06-06 |
compn |
add VIDM fourcc to divx/xvid, based on this patch:
|
2008-06-06 |
compn |
add psiv codec, works on psi_v-sample.mov
|
2008-06-06 |
compn |
add qtactl codec
|
2008-06-06 |
diego |
Remove unnecessary -o option from windres invocation.
|
2008-06-06 |
diego |
Fix codec-specific options syntax declaration to be less confusing and wrong.
|
2008-06-06 |
gpoirier |
sync w/r26806
|
2008-06-06 |
diego |
Fix the linking of TOOLS/netstream and TOOLS/vivodump.
|
2008-06-06 |
diego |
Use standard license header, merge changelog into license header and TODO.
|
2008-06-05 |
ben |
Remove useless braces on if() statement.
|
2008-06-05 |
ben |
Ensure 'path' string is 0 terminated.
|
2008-06-04 |
gpoirier |
fix fixes, patch by Benoit Fouet
|
2008-06-04 |
diego |
Run the whole documentation through ispell.
|
2008-06-04 |
diego |
Remove another reference to a removed configure option.
|
2008-06-04 |
diego |
Remove references to removed configure options.
|
2008-06-04 |
diego |
Get rid of needless emphasis.
|
2008-06-04 |
diego |
Document VIDIXIVTVALPHA environment variable.
|
2008-06-04 |
diego |
Move Matrox TV-out cable section to the end of the Matrox chapter.
|
2008-06-04 |
diego |
Move Matrox TV-out cable instructions into their own section.
|
2008-06-04 |
diego |
Fix some typos and update the Matrox TV output section. The relevant
|
2008-06-04 |
diego |
Remove unnecessary mangle.h #include.
|
2008-06-04 |
gpoirier |
sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
|
2008-06-04 |
michael |
Remove due to objections by ivan.
|
2008-06-04 |
diego |
small spelling/wording fixes
|
2008-06-04 |
diego |
mphq2 runs svn 1.4.x.
|
2008-06-03 |
diego |
Use size_t instead of int for a variable that is compared to the result
|
2008-06-03 |
ivo |
correct spelling error ;)
|
2008-06-03 |
michael |
List more actions which have proven controversial in the past.
|
2008-06-03 |
gpoirier |
grammar fixes by Benoit Fouet
|
2008-06-03 |
gpoirier |
sync w/r26920, patch by Cedric Dumez-Viou %Cedric P Dumez-Viou A obs-nancay P fr%
|
2008-06-03 |
gpoirier |
add missing <option> tags around the option "filmdint"
|
2008-06-03 |
gpoirier |
fix incorrect XML structure (I should have been more carefull when I checked in the previous version)
|
2008-06-03 |
gpoirier |
sync w/r26936, patch by Cedric Viou % Cedric P Dumez-Viou A obs-nancay P fr %
|
2008-06-03 |
diego |
Add reverting commits to the list of potentially controversial actions.
|
2008-06-02 |
Gabrov |
synced with r26967
|
2008-06-02 |
diego |
Use LC_ALL instead of LANG in config.mak to prevent locale settings from
|
2008-06-02 |
diego |
10l: Restore LANG variable in config.mak so that shell commands are not
|
2008-06-02 |
diego |
Remove unused variable LANG from config.mak.
|
2008-06-02 |
diego |
Remove unused variable TARGET_OS from config.mak.
|
2008-06-02 |
diego |
cosmetics: Restructure config.mak logically and alphabetically.
|
2008-06-02 |
diego |
Remove unused variable TARGET_CPU from config.mak.
|
2008-06-02 |
diego |
Remove unnecessary FFmpeg hack from config.mak.
|
2008-06-02 |
nicodvb |
call demux_flush() where appropriate
|
2008-06-02 |
nicodvb |
use demux_flush() where appropriate
|
2008-06-02 |
nicodvb |
added and reused demux_flush() instead of emptying the demux_stream buffers;
|
2008-06-01 |
bcoudurier |
restore needed cast to correct type with const
|
2008-06-01 |
reimar |
100l, fix wrong order of cases in cache_do_control
|
2008-06-01 |
reimar |
Properly free memory allocate by liba52.
|
2008-06-01 |
nicodvb |
tiny reindentation
|
2008-06-01 |
nicodvb |
disable dvdnav when using the internal dvdread
|
2008-06-01 |
nicodvb |
reindented the dvdread detection block
|
2008-06-01 |
nicodvb |
changed the code that checks the presence of the external dvdread
|
2008-06-01 |
nicodvb |
removed support for Ogle's dvdread
|
2008-06-01 |
bcoudurier |
cast to correct type, suppress warnings
|
2008-06-01 |
bcoudurier |
cast to correct type, suppress warnings
|
2008-06-01 |
bcoudurier |
cast to correct type, suppress warning
|
2008-06-01 |
bcoudurier |
cast to correct type, suppress warnings
|
2008-06-01 |
bcoudurier |
add const, suppress warnings
|
2008-06-01 |
bcoudurier |
remove useless casts
|
2008-06-01 |
bcoudurier |
add const, suppress warnings
|
2008-06-01 |
bcoudurier |
add const, suppress warnings
|
2008-06-01 |
bcoudurier |
remove useless casts
|
2008-05-31 |
diego |
Change spelling of XviD to Xvid as has already been done in the (rest of the)
|
2008-05-31 |
rtogni |
Fix compilation with internal dvdnav
|
2008-05-31 |
nicodvb |
adapted to the dvdread->libdvdread transition in dvdnav's repository
|
2008-05-31 |
nicodvb |
warn to always disable the internal dvdread; still menus are supported now
|
2008-05-30 |
diego |
Add install-dhahelperwin target to simplify dhahelper installation on Windows.
|
2008-05-30 |
diego |
Merge vidix/dhahelperwin/Makefile into top-level Makefile.
|
2008-05-30 |
diego |
Merge vidix/dhahelper/Makefile into top-level Makefile.
|
2008-05-30 |
diego |
Rename kernelhelper to dhahelper, that name is more fitting.
|
2008-05-30 |
diego |
Fix #include paths.
|
2008-05-30 |
diego |
dhasetup.exe can be created via make instead of calling gcc directly.
|
2008-05-30 |
diego |
Rework AltiVec CFLAGS detection. '-maltivec -mabi=altivec' should be used
|
2008-05-30 |
reimar |
Handle NULL control function in cache_execute_control, fixes crash with http urls.
|
2008-05-30 |
diego |
Check for ALTIVEC_H instead of __APPLE_CC__ to decide which AltiVec vector
|
2008-05-30 |
diego |
Check for HAVE_ALTIVEC_VECTOR_BRACES instead of __APPLE_CC__.
|
2008-05-30 |
diego |
Check for AltiVec vector declaration syntax.
|
2008-05-29 |
diego |
typo noticed by Mark Pilgrim, mark diveintomark org
|
2008-05-29 |
eugeni |
The size of output buffer is stored in 'osize', not 'size'.
|
2008-05-29 |
eugeni |
Clear iconv conversion state also in libass.
|
2008-05-29 |
eugeni |
Offset should be size_t.
|
2008-05-29 |
eugeni |
Clear iconv conversion state after each subtitle line.
|
2008-05-29 |
diego |
Remove extra messages.
|
2008-05-29 |
diego |
Fix mismatching messages.
|
2008-05-29 |
diego |
Fix mismatching translated messages as pointed out by TOOLS/mphelp_check.py.
|
2008-05-29 |
gpoirier |
fix problems picked up by mphelp_check.py
|
2008-05-29 |
diego |
The install-drivers target should depend on the drivers target.
|
2008-05-28 |
iive |
Revert commit r26897.
|
2008-05-28 |
diego |
Merge drivers/Makefile into top-level Makefile.
|
2008-05-28 |
diego |
Fix setting of CFLAGS for Radeon modules.
|
2008-05-28 |
diego |
Disable unused function, fixes the warning:
|
2008-05-28 |
diego |
mga_vid driver wording fixes
|
2008-05-27 |
diego |
Move messages header file creation to a separate shell script.
|
2008-05-27 |
ben |
Add a slave command to stop stream playback.
|
2008-05-27 |
reimar |
Initialize sh_audio/sh_video->ds
|
2008-05-27 |
reimar |
Simplify/make new_sh behaviour more consistent when a stream gets redefined.
|
2008-05-27 |
reimar |
Cosmetics: simplify
|
2008-05-27 |
reimar |
Move native musepack demuxer further down in demuxer list
|
2008-05-27 |
diego |
Revert declaration .NOTPARALLEL. Unfortunately this special target does not
|
2008-05-27 |
diego |
Mark VIDIX_PCI_FILES targets as NOTPARALLEL. They are all created
|
2008-05-27 |
diego |
Use 'grep -q' instead of redirecting grep output to /dev/null.
|
2008-05-27 |
diego |
mga_vid string wording fix
|
2008-05-27 |
diego |
Fix typo in string name.
|
2008-05-27 |
diego |
Instead of removing code from this imported library, place it under #if 0.
|
2008-05-27 |
diego |
cosmetics: Fix pointless weird indentation.
|
2008-05-27 |
diego |
cosmetics: XviD --> Xvid
|
2008-05-27 |
diego |
cosmetics: Move toolsclean target to a better place.
|
2008-05-27 |
diego |
Update comment heading.
|
2008-05-27 |
diego |
cosmetics: Consistently place '-o $@' in compiler command line.
|
2008-05-27 |
diego |
Simplify codec-cfg-test command with $^.
|
2008-05-27 |
diego |
Fix codecs2html linking.
|
2008-05-27 |
diego |
Merge doxygen_clean rule into distclean.
|
2008-05-27 |
diego |
codecs2html and codec-cfg-test are removed by toolsclean. Do not remove
|
2008-05-27 |
diego |
Add codecs2html to TESTS variable.
|
2008-05-27 |
diego |
Fix dependency declaration for codecs2html.
|
2008-05-27 |
diego |
cosmetics: Move some rules to better places.
|
2008-05-27 |
diego |
Add missing -I. to fix codecs2html compilation.
|
2008-05-27 |
diego |
Add codec-cfg-test to list of TESTS.
|
2008-05-27 |
diego |
Correct dependency declaration for codec-cfg-test.
|
2008-05-27 |
diego |
There is no need to ignore the return value of an 'rm -rf' command.
|
2008-05-27 |
diego |
Fix codec-cfg-test linking.
|
2008-05-27 |
diego |
Link codec-cfg programs against mp_msg-mencoder.o instead of mp_msg.o.
|
2008-05-27 |
diego |
Fix codec-cfg-test compilation.
|
2008-05-26 |
reimar |
Emulate STREAM_CTRL_GET_TIME_LENGTH if cache is used.
|
2008-05-26 |
compn |
add qclp fourcc
|
2008-05-25 |
gpoirier |
sync w/r26863, patch by JRaSH % jrash06 A 163 P com %
|
2008-05-25 |
reimar |
Readd fourcc used by MTV format. Note that BGR->YUV conversion
|
2008-05-25 |
reimar |
Remove incorrectly added formats
|
2008-05-25 |
reimar |
Render everything as early as possible, doing as little as possible in
|
2008-05-25 |
reimar |
Reorder flip_page to make moving around do_render call easier
|
2008-05-25 |
reimar |
Split flip_page function
|
2008-05-24 |
reimar |
Simplify yuv to rgb conversion matrix stuff.
|
2008-05-24 |
reimar |
Cosmetics: align
|
2008-05-24 |
reimar |
update doxygen comments
|
2008-05-24 |
reimar |
Add a filter strength parameter for blurring/sharpening scalers.
|
2008-05-24 |
reimar |
Forgotten changes to gl_common.h
|
2008-05-24 |
reimar |
Use a struct instead of a huge and further growing argument list.
|
2008-05-24 |
reimar |
Add basic support for stream controls with cache enabled.
|
2008-05-24 |
reimar |
Re-add (hackish) support for -chapter (only start chapter, end is not supported) with -dumpstream.
|
2008-05-23 |
attila |
make use of the new MGA_VID_VERSION ioctl to check
|
2008-05-23 |
attila |
sync mga_vid.h to revision 265 from the mga_vid repo
|
2008-05-23 |
attila |
revert changes 26035 and 26061
|
2008-05-23 |
Gabrov |
synced with r26853
|
2008-05-23 |
ptt |
little fixes
|
2008-05-23 |
reimar |
Get rid of "define RECURSIVE_RULE" since a lot of make version have problems
|
2008-05-22 |
eugeni |
Cosmetics: reindent after the last commit.
|
2008-05-22 |
eugeni |
Read all faces of a memory font, not just the first one.
|
2008-05-22 |
reimar |
Saner handling of VOCTRL_PAUSE/VOCTRL_RESUME
|
2008-05-22 |
reimar |
Simplify equalizer handling for vo gl
|
2008-05-22 |
reimar |
Update gl vo section with the new force-pbo suboption.
|
2008-05-22 |
gpoirier |
fix a lot of mistranslations and typos, patch by Cedric Dumez-Viou
|
2008-05-22 |
eugeni |
Fix compilation with FontConfig <= 2.2.96.
|
2008-05-21 |
reimar |
Avoid crash with video stream switching and -nosound
|
2008-05-21 |
reimar |
Make internal subtitle and subtitle switching work with -audiofile
|
2008-05-21 |
reimar |
Use av_alloc_put_byte instead of custom protocol.
|
2008-05-21 |
voroshil |
r26675: update paragraphs related to x264, and update its checkout command
|
2008-05-21 |
reimar |
Add some codec specifications needed to play MTV files.
|
2008-05-21 |
voroshil |
r26512: consistently print fps with three digits of precision
|
2008-05-21 |
reimar |
Continue detection if it is not clear if we have a MP3 or flac file.
|
2008-05-21 |
ptt |
left an english phrase in, removed.
|
2008-05-21 |
compn |
remove extra dash in nocorrect-pts option
|
2008-05-20 |
ben |
add potentially missing types
|
2008-05-20 |
Gabrov |
synced with r26839
|
2008-05-19 |
eugeni |
In case 2 styles have the same name, prefer the latest one.
|
2008-05-19 |
diego |
Output a better informative message if no AltiVec CFLAGS can be found.
|
2008-05-19 |
diego |
Do not run second AltiVec CFLAG check in a subshell; the variable that is
|
2008-05-19 |
diego |
If character set conversion for help_mp.h is required, do it on the whole
|
2008-05-19 |
diego |
The multiple inclusion guard in help_mp.h has to cover the whole file,
|
2008-05-18 |
diego |
Simplify help_mp.h generation commands by using $@.
|
2008-05-18 |
diego |
Do not hide that we are running a helper script.
|
2008-05-18 |
diego |
Move the logic that decides if untranslated messages need to be added to
|
2008-05-18 |
diego |
Replace hack to disable iconv conversion of messages with something more sane.
|
2008-05-18 |
diego |
Only run AltiVec compiler tests on PowerPC.
|
2008-05-18 |
ben |
fix compilation of input.c if neither macosx/linux apple remote code
|
2008-05-18 |
diego |
Remove unused strip target.
|
2008-05-18 |
diego |
Merge directory installation commands.
|
2008-05-18 |
diego |
one less level of indirection for install and program targets
|
2008-05-18 |
diego |
10l: Fix MAN_LANG creation for real this time.
|
2008-05-18 |
diego |
10l: missing quotes in sed command
|
2008-05-18 |
diego |
install-mplayer and install-mencoder targets should depend on install-dirs.
|
2008-05-18 |
diego |
Do not install DATADIR always, the GUI installation target takes care of this.
|
2008-05-18 |
diego |
Install the required man page directories in the man page targets.
|
2008-05-18 |
diego |
Replace hackish shell loops for man page installation with make constructs.
|
2008-05-18 |
diego |
Create directories for the translated man pages in the install-dirs target.
|
2008-05-18 |
diego |
Split MAN_LANG Makefile variable into MAN_LANG and MAN_LANG_ALL with
|
2008-05-18 |
diego |
Introduce make variable common to the GTK and Windows GUI and use it
|
2008-05-18 |
diego |
install-mencoder-man depends on install-mplayer-man.
|
2008-05-18 |
diego |
Replace shell for loop with proper foreach make construct in uninstall target.
|
2008-05-18 |
diego |
Always uninstall English man pages instead of never.
|
2008-05-18 |
diego |
Remove (hopefully obsolete) codecs.conf workaround.
|
2008-05-18 |
diego |
Introduce a pattern rule for install-mplayer and install-mencoder targets.
|
2008-05-18 |
diego |
Separate install-mencoder and install-mencoder-man targets.
|
2008-05-18 |
diego |
The install-gui target depends on the install-mplayer target.
|
2008-05-18 |
diego |
Simplify installation rules with $<.
|
2008-05-18 |
diego |
Do not remove gmplayer.1, it is never installed.
|
2008-05-18 |
diego |
10l: Add missing parentheses in AltiVec test logic.
|
2008-05-18 |
gpoirier |
Document x264's AQ options
|
2008-05-18 |
ben |
Sort alphabetically
|
2008-05-18 |
diego |
There is no need to ignore errors from 'rm -f' commands.
|
2008-05-18 |
diego |
Remove skin download instructions, they have no place in the Makefile.
|
2008-05-18 |
ben |
Declare new Linux AppleIR remote support.
|
2008-05-18 |
ben |
Make "Menu" button of AppleIR remote call OSD Menu instead
|
2008-05-18 |
ben |
Allow DVD Menus to be controlled by AppleIR Remote.
|
2008-05-18 |
ben |
Keep AppleIR enabled by default on MacOSX but have it disable on Linux.
|
2008-05-18 |
ben |
Document the -noar command-line option in en/fr manpages.
|
2008-05-18 |
ben |
Do not enable AppleIR by default.
|
2008-05-18 |
ben |
Do not consider TAGS file under SVN.
|
2008-05-18 |
ben |
Add support for AppleIR Remote as an input under Linux systems.
|
2008-05-17 |
diego |
Add section about code from NuppelVideo / RTJPEG.
|
2008-05-17 |
diego |
Add missing MPLAYER_ prefix to multiple inclusion guards.
|
2008-05-16 |
compn |
add ffmpeg ea maxis xa adpcm audio decoder
|
2008-05-16 |
diego |
cosmetics: Remove useless parentheses from return statements.
|
2008-05-16 |
diego |
cosmetics: Remove pointless parentheses from return statements.
|
2008-05-16 |
diego |
cosmetics: Remove pointless parentheses from return statements.
|
2008-05-16 |
diego |
cosmetics: Remove useless parentheses from return statements.
|
2008-05-16 |
diego |
cosmetics: Remove useless parentheses from from return statements.
|
2008-05-16 |
diego |
cosmetics: Remove pointless parentheses from return calls.
|
2008-05-16 |
diego |
cosmetics: Remove useless parentheses from return statements.
|
2008-05-15 |
diego |
Remove unused function, fixes the warning:
|
2008-05-15 |
diego |
Add missing stream.h #include, fixes the warning:
|
2008-05-15 |
diego |
Remove unused variable, fixes the warning:
|
2008-05-15 |
diego |
cosmetics: Break overly long lines.
|
2008-05-15 |
diego |
Mark static tables const.
|
2008-05-14 |
compn |
add gsm in aif, works on aif-gsm610.aif
|
2008-05-14 |
diego |
Add stanza about files taken from the MJPEG Tools suite.
|
2008-05-14 |
diego |
Mark files that were imported from the MJPEG Tools suite as such.
|
2008-05-14 |
diego |
10l: Revert license header cleanup on imported files.
|
2008-05-14 |
diego |
Use standard license headers with standard formatting.
|
2008-05-14 |
diego |
Use standard license headers with standard formatting.
|
2008-05-14 |
compn |
its typo spotted by diego
|
2008-05-14 |
diego |
Use standard license headers with standard formatting.
|
2008-05-14 |
diego |
Use standard license headers with standard formatting.
|
2008-05-14 |
diego |
Speak of libass instead of MPlayer in the libass license headers.
|
2008-05-14 |
diego |
Use standard license headers with standard formatting.
|
2008-05-14 |
compn |
clean up dll keyword
|
2008-05-14 |
compn |
add rl2 codec
|
2008-05-14 |
gpoirier |
sync w/r26762
|
2008-05-14 |
ulion |
Add detection code for abnormal pts jump when seeking previous.
|
2008-05-14 |
ulion |
Seek by pts accurately.
|
2008-05-13 |
corey |
Remove '(pass 1/2)' from some lavcopts. These options really worked on
|
2008-05-13 |
ben |
Add a new suboption to -vo xv and -vo xvmc that allows selection
|
2008-05-13 |
ben |
Use more intuitive and user-friendly DVDNAV control keys.
|
2008-05-13 |
ben |
Delcare a dvdnav-specific input section if the currently played
|
2008-05-13 |
diego |
Use standard license headers.
|
2008-05-13 |
diego |
Use standard license header with standard formatting.
|
2008-05-13 |
diego |
Add standard license header.
|
2008-05-13 |
diego |
Fix one more license header wording detail for consistency.
|
2008-05-13 |
diego |
Use standard license header.
|
2008-05-13 |
diego |
Fix typo in install-gui target dependency.
|
2008-05-12 |
eugeni |
Cosmetics: remove some commented code.
|
2008-05-12 |
eugeni |
Change subtitle selection order by giving "indirect" ways of specifying the
|
2008-05-12 |
diego |
Use standard license headers.
|
2008-05-12 |
diego |
consistency cosmetics: Move some parts of file headers around; typo fixes.
|
2008-05-12 |
nicodvb |
-psprobe can be used in mpeg-pes streams, too
|
2008-05-12 |
compn |
ptx is an internal fourcc
|
2008-05-12 |
diego |
Remove pointless changelogs.
|
2008-05-12 |
diego |
Use standard license header and add back credits line for Marcel Naziri.
|
2008-05-12 |
diego |
Remove pointless changelog from file header.
|
2008-05-12 |
compn |
add ffsiff, works on game-formats/SIFF/
|
2008-05-12 |
compn |
add ffptx , works on ptx samples
|
2008-05-11 |
eugeni |
When building font pattern, treat both ' ' and '-' as word separators.
|
2008-05-11 |
eugeni |
Fix possible free of unallocated memory.
|
2008-05-11 |
diego |
Remove unused file, it has never been compiled.
|
2008-05-11 |
diego |
Oops, remove stray .TP.
|
2008-05-11 |
diego |
Use standard license header.
|
2008-05-11 |
gpoirier |
sync w/r26732
|
2008-05-11 |
reimar |
Add license headers to av_opts
|
2008-05-11 |
michael |
Factorize "int i".
|
2008-05-11 |
diego |
cosmetics: wording/spelling fixes
|
2008-05-11 |
diego |
cosmetics: Fix unknow vs. unknowN typo.
|
2008-05-11 |
diego |
Mark new options Michael committed as undocumented.
|
2008-05-11 |
reimar |
Add newlines at end of file, this is required for text files and gcc
|
2008-05-11 |
Gabrov |
synced with r26729
|
2008-05-11 |
gpoirier |
MPlayer uses Subversion, not GIT, 10L to me, and thanks to Mizda for spotting this
|
2008-05-10 |
michael |
AVOption support for lavf demuxing
|
2008-05-10 |
michael |
AVOptions support for lavf muxing.
|
2008-05-10 |
michael |
Reformat very ugly code.
|
2008-05-10 |
michael |
AVOption support for video encoders.
|
2008-05-10 |
michael |
AVOptions support for libavcodec based video decoders.
|
2008-05-10 |
michael |
AVOptions support.
|
2008-05-10 |
michael |
Replace a really ugly hack by a clean but not thread safe solution.
|
2008-05-10 |
reimar |
Request a timer resolution of 1 ms on Windows, the default of
|
2008-05-10 |
diego |
Prefer FSF-style AltiVec flags over Apple-style.
|
2008-05-10 |
diego |
Simplify AltiVec compiler flag test.
|
2008-05-10 |
reimar |
usec_sleep(0) is not the same as not sleeping at all.
|
2008-05-10 |
diego |
Simplify AltiVec CFLAG test.
|
2008-05-10 |
diego |
Replace some if constructs with && in the AltiVec test.
|
2008-05-10 |
diego |
cosmetics: whitespace changes, spelling, code moving in AltiVec test.
|
2008-05-10 |
reimar |
Add . to windres include path (otherwise version.h is not found).
|
2008-05-10 |
reimar |
Add force-pbo suboption for faster OpenGL output.
|
2008-05-10 |
diego |
Only check for and set AltiVec flags if AltiVec or runtime CPU detection is
|
2008-05-10 |
gpoirier |
Consistency fix: all DVD encoding examples had ":aspect=16/9" option, so put
|
2008-05-10 |
diego |
Remove outdated FIXME comment.
|
2008-05-10 |
reimar |
Add ati-hack suboption that aligns the lines to 32/64 bytes for PBO transfers
|
2008-05-09 |
diego |
Add some comment headings to divide the Makefile into logical chapters.
|
2008-05-09 |
diego |
cosmetics: Move some stuff around for more logical grouping.
|
2008-05-09 |
superdump |
Remove in_asm_used_var_warning_killer()
|
2008-05-09 |
gpoirier |
sync w/r26674
|
2008-05-09 |
diego |
FFmpeg parts no longer require extra -I CFLAGS.
|
2008-05-09 |
diego |
Sync with latest FFmpeg changes.
|
2008-05-09 |
diego |
Use full path for #includes from another directory.
|
2008-05-09 |
diego |
cosmetics: indentation
|
2008-05-08 |
diego |
Add options to handle the external libraries in libavcodec, which require
|
2008-05-08 |
diego |
Add option to disable mp3lame.
|
2008-05-08 |
diego |
cosmetics: Rename _lavc_* variables to _*_lavc.
|
2008-05-08 |
diego |
cosmetics: Rename _def_lavc_* variables to _def_*_lavc.
|
2008-05-08 |
diego |
Remove useless output.
|
2008-05-08 |
compn |
add h264 speedups
|
2008-05-08 |
ulion |
Reindent for last commit.
|
2008-05-08 |
ulion |
Distinguish between ac3 and dts by format tag.
|
2008-05-08 |
eugeni |
Define FC_FULLNAME and FC_EMBOLDEN to fix compilation with ancient fontconfig.
|
2008-05-08 |
eugeni |
If both full name and family are available, use the former in inexact match warning.
|
2008-05-08 |
eugeni |
Remove extra family names from the search pattern after FcFontSort and
|
2008-05-08 |
diego |
Add paragraph about homepage translation.
|
2008-05-08 |
diego |
Clarify order of importance for translations.
|
2008-05-08 |
diego |
Move some blocks around for better text structuring.
|
2008-05-08 |
diego |
Add paragraph headings.
|
2008-05-07 |
diego |
small wording fix
|
2008-05-07 |
diego |
more complete mphelp_check.py command lines, typo, clarifications
|
2008-05-07 |
diego |
Remove obscure comment about libmp3lame depending on Vorbis.
|
2008-05-07 |
diego |
1l: Remove leftover _lavc_x264 variable.
|
2008-05-07 |
reimar |
Avoid dependency on newer pulseaudio version.
|
2008-05-07 |
diego |
Mike Baker agreed to relicense his parts of the code as GPL v2+ on IRC.
|
2008-05-07 |
diego |
Relicense file as GPL v2+; bero granted permission on IRC.
|
2008-05-06 |
diego |
Always enable x264 in libavcodec if x264 is enabled.
|
2008-05-06 |
ptt |
synced with r26649
|
2008-05-06 |
ptt |
synced with r26674
|
2008-05-06 |
gpoirier |
update paragraphs related to x264, and update its checkout command
|
2008-05-05 |
compn |
add h264 to list of supported codecs
|
2008-05-05 |
diego |
cosmetics: sort lines (correctly)
|
2008-05-05 |
ulion |
Remove useless variable startup_time, since we do not need it any more.
|
2008-05-04 |
lu_zero |
cosmetics: Shuffle lines around and add empty lines.
|
2008-05-04 |
lu_zero |
Build sparc arch specific code using the Makefile
|
2008-05-04 |
diego |
cosmetics: alphabetical order
|
2008-05-04 |
diego |
Rewrite (gcc) compiler check to default to enabling compilation and not set
|
2008-05-03 |
diego |
cosmetics: Remove trailing whitespace.
|
2008-05-03 |
diego |
cosmetics: Remove unused argc/argv parameters from test programs.
|
2008-05-03 |
diego |
cosmetics: Consistently compactify and reformat test programs.
|
2008-05-03 |
diego |
Ignore generated header object files.
|
2008-05-03 |
diego |
Add missing header #includes to fix 'make checkheaders'.
|
2008-05-03 |
diego |
Make the checkheaders target work non-recursively.
|
2008-05-03 |
diego |
cosmetics: Fix one misindented line.
|
2008-05-03 |
diego |
Use a regular expression to filter out all external library parts from FFmpeg.
|
2008-05-03 |
diego |
Remove dead code; LIBVORBIS_ENCODER is deleted from _libavencoders elsewhere.
|
2008-05-03 |
diego |
External libraries used by FFmpeg now have a lib prefix in their name.
|
2008-05-03 |
diego |
Only compile and use libmpeg2 AltiVec code when AltiVec is available. The
|
2008-05-03 |
reimar |
vo_gl -dr actually works fine with non-readable MP_IMGTYPE_IP and MP_IMGTYPE_IPB.
|
2008-05-03 |
reimar |
Fix compilation: disable libdirac and libschroedinger FFmpeg de- and encoders.
|
2008-05-03 |
reimar |
Fix 100l: mpi->height must be used to calculate required memory, not mpi->h.
|
2008-05-03 |
reimar |
VLB audio is quite similar to AAC, and faad decodes somewhat usably (though
|
2008-05-03 |
ulion |
Fix the second fontconfig_init function as the declaration in the .h file.
|
2008-05-03 |
diego |
Remove modification notes from unmodified files.
|
2008-05-03 |
reimar |
Update documentation for the gl2 driver to make clear gl is usually preferred.
|
2008-05-02 |
eugeni |
Fix some not entirely correct and misleading messages.
|
2008-05-02 |
eugeni |
Print more info about selected font.
|
2008-05-02 |
eugeni |
Rewrite font family check in a simpler way.
|
2008-05-02 |
eugeni |
Move font family check to the end of the list.
|
2008-05-02 |
eugeni |
Cosmetics: rename local variables to better reflect their contents.
|
2008-05-02 |
eugeni |
Check ASF packet size before calling demux_asf_read_packet. Fixes segfault
|
2008-05-01 |
diego |
cosmetics: Reindent after last commit and reformat comment.
|
2008-05-01 |
diego |
Always run the GCC AltiVec test so that the correct AltiVec CFLAGS get picked
|
2008-05-01 |
diego |
cosmetics: Fix indentation after last commits.
|
2008-05-01 |
diego |
Remove obsolete gcc 2.96 warning message. This was also used for e.g. icc,
|
2008-05-01 |
diego |
Remove --disable-gcc-check option and related code.
|
2008-05-01 |
diego |
Rename cc_verc_fail variable to cc_fail.
|
2008-05-01 |
reimar |
Remove a comment that makes no longer sense (since quite some time actually)
|
2008-05-01 |
reimar |
Support 32 bit float and integer formats in ao_pcm.c
|
2008-05-01 |
reimar |
Add support for 32 bit format to ao_pulse.
|
2008-05-01 |
reimar |
Make ao_pulse fall back to s16le format instead of just failing.
|
2008-05-01 |
reimar |
realrtsp depends on librtsp/rtsp.c
|
2008-05-01 |
diego |
Remove recurse target. Instead, make FFmpeg parts depend on the phony recurse
|
2008-05-01 |
diego |
cosmetics: Simplify altivec.h test.
|
2008-05-01 |
diego |
cosmetics: Fix indentation after last commit.
|
2008-05-01 |
diego |
Check for altivec.h always, not just when AltiVec is enabled.
|
2008-05-01 |
diego |
Build libmpeg2 AltiVec code on PPC always, not just when AltiVec is available.
|
2008-05-01 |
diego |
Fix compilation on PPC without AltiVec.
|
2008-05-01 |
diego |
Enable Alpha/ARM optimizations in libmpeg2.
|
2008-05-01 |
eugeni |
Skip '@' at the beginning of the font name.
|
2008-05-01 |
eugeni |
Only warn if both font family and its full name are different from requested.
|
2008-05-01 |
eugeni |
Allow inexact font family matching.
|
2008-04-30 |
diego |
Remove tools on distclean, not on clean.
|
2008-04-30 |
diego |
Add testclean target and make distclean depend upon it.
|
2008-04-30 |
diego |
Introduce TEST_OBJS variable for objects to link all test files against
|
2008-04-30 |
diego |
Set libdvdcss CFLAGS for dvdread from configure.
|
2008-04-30 |
diego |
whitespace cosmetics
|
2008-04-30 |
diego |
Add new tests target to build all test programs and remove them on distclean.
|
2008-04-30 |
diego |
Link loader test files against mp_msg-mencoder.o instead of mp_msg.o.
|
2008-04-30 |
diego |
Add compilation rule for libvo/aspecttest and (hackishly) fix linking.
|
2008-04-30 |
eugeni |
Remove libass dependency on global font_fontconfig variable.
|
2008-04-30 |
diego |
Add $(EXESUF) to test rules.
|
2008-04-30 |
diego |
Remove loader/wine/avifmt.h #include, the AVI types declared there conflict
|
2008-04-30 |
diego |
Add missing string.h #include to fix a bunch of implicit declaration warnings.
|
2008-04-30 |
diego |
Remove unused fast_memcpy() function and link against the object that
|
2008-04-30 |
diego |
cosmetics: Move some variable declarations to better places.
|
2008-04-30 |
diego |
Disable unused function.
|
2008-04-30 |
diego |
Mark all functions that are only used within the file as static.
|
2008-04-30 |
diego |
The recurse target does not depend on help_mp.h.
|
2008-04-30 |
diego |
Make the default target depend on the recurse target again so that the
|
2008-04-30 |
diego |
Explicitly declare which dependency files need generated headers.
|
2008-04-30 |
diego |
Use consistent include paths, we always build from the top level now.
|
2008-04-30 |
diego |
Remove unnecessary version.h #includes.
|
2008-04-30 |
diego |
Rebuild version.h only when the working directory was updated.
|
2008-04-30 |
diego |
Sync codec short name changes from FFmpeg.
|
2008-04-29 |
diego |
Move CFLAGS setting to configure.
|
2008-04-29 |
compn |
change cvs > svn
|
2008-04-29 |
compn |
add info lines to ffmimic, ffkmvc. fixes codec-status table.
|
2008-04-29 |
diego |
Link tools against mp_msg-mencoder.o instead of mp_msg.o.
|
2008-04-29 |
diego |
Merge mpcommon.mak into Makefile.
|
2008-04-29 |
diego |
cosmetics: Move version.h/help_mp.h generation rules to a better place.
|
2008-04-29 |
diego |
10l: Add missing \ for line continuation.
|
2008-04-29 |
diego |
Do not rebuild version.h at every Makefile change.
|
2008-04-29 |
diego |
Convert clean/distclean into non-recursive targets.
|
2008-04-29 |
diego |
Remove generated headers and generated helper binaries only on distclean.
|
2008-04-29 |
diego |
Remove unnecessary dependency declaration.
|
2008-04-29 |
diego |
Merge nearly identical SRCS_COMMON lines.
|
2008-04-28 |
diego |
Get rid of now obsolete library rules and variables.
|
2008-04-28 |
diego |
cosmetics: Reorder commands in (dist)clean targets.
|
2008-04-28 |
diego |
Remove '-' prefix from 'rm -f' commands for consistency.
|
2008-04-28 |
diego |
Mark phony checkheaders target as such.
|
2008-04-28 |
diego |
Merge now redundant clean and distclean rules into the top-level Makefile.
|
2008-04-28 |
ulion |
Force to uint64_t first to avoid direct conversion from double to unsigned int.
|
2008-04-28 |
diego |
Remove code for .depend generation, inclusion and related hacks.
|
2008-04-28 |
diego |
.depend should no longer be ignored.
|
2008-04-28 |
diego |
Run 'make depend', not 'make .depend' in FFmpeg subdirectories.
|
2008-04-28 |
diego |
Remove unnecessary CFLAGS hack.
|
2008-04-28 |
diego |
Remove unnecessary -I.. from CFLAGS, change -I../libavutil to -Ilibavutil.
|
2008-04-28 |
diego |
Use consistent #include paths without "../".
|
2008-04-28 |
diego |
Use full path for libavutil #includes.
|
2008-04-28 |
diego |
Consistently #include mpbswap.h instead of bswap.h everywhere.
|
2008-04-28 |
diego |
Merge loader/Makefile into top-level Makefile.
|
2008-04-28 |
diego |
Restore line mistakenly commented out in the last commit.
|
2008-04-28 |
diego |
Make sure all autogenerated .h and .c files exist in the vidix subdirectory
|
2008-04-28 |
diego |
Remove calls to Restore_LDT_Keeper, exit() is called immediately afterwards
|
2008-04-28 |
diego |
Add missing ldt_keeper.h #include; this fixes a bunch of implicit declaration
|
2008-04-28 |
diego |
Merge TEST_OBJS and TEST_LDFLAGS.
|
2008-04-28 |
diego |
Add -g to CFLAGS, not to LDFLAGS.
|
2008-04-28 |
diego |
Merge test program compilation rules using patterns.
|
2008-04-28 |
diego |
Add CFLAGS to test program compilation commands.
|
2008-04-28 |
diego |
Add missing ../osdep/mmap_anon.o to TEST_OBJS.
|
2008-04-28 |
diego |
Remove unnecessary linker flags.
|
2008-04-28 |
diego |
Add missing #include, fixes the warning:
|
2008-04-28 |
diego |
Adjust printf length modifier, fixes the warning:
|
2008-04-28 |
diego |
Comment out variables only used in commented-out code, fixes the warnings:
|
2008-04-28 |
diego |
Link against individual objects, the osdep library is not generated anymore.
|
2008-04-28 |
diego |
Remove obsolete and non-working test program.
|
2008-04-28 |
diego |
Make OBJS depend on the recurse target instead of just the all target.
|
2008-04-28 |
diego |
Remove .S files from list of files to generate dependencies for.
|
2008-04-27 |
diego |
Merge mp3lib/Makefile into top-level Makefile.
|
2008-04-27 |
diego |
Merge liba52/Makefile into top-level Makefile.
|
2008-04-27 |
diego |
Remove unnecessary compilation command that shadows GNU Make builtin command.
|
2008-04-27 |
diego |
Remove unnecessary -lm linker flag from test program compilation command.
|
2008-04-26 |
diego |
Merge libmpeg2/Makefile into top-level Makefile.
|
2008-04-26 |
diego |
clean and distclean rules do the same thing.
|
2008-04-26 |
diego |
clean and distclean rules do the same thing.
|
2008-04-26 |
diego |
Merge vidix/Makefile into top-level Makefile.
|
2008-04-26 |
diego |
Merge clean and distclean rules.
|
2008-04-26 |
diego |
Mark alltools target as phony.
|
2008-04-26 |
diego |
Only compile libmpcodecs/ve_qtvideo.c on Windows.
|
2008-04-26 |
diego |
Add alltools target and variable to build non-linking tools.
|
2008-04-26 |
diego |
Only add vidix to parts when VIDIX is enabled.
|
2008-04-26 |
diego |
Take Objective C files into account when generating dependencies.
|
2008-04-26 |
diego |
Add rule for generating dependency files from Objective C files.
|
2008-04-25 |
diego |
Revert accidentally committed changes.
|
2008-04-25 |
diego |
Only add loader to parts if WIN32DLL is enabled.
|
2008-04-25 |
diego |
Ignore test program.
|
2008-04-25 |
diego |
Only compile decode_i586.c on x86_32.
|
2008-04-25 |
diego |
Remove useless comments with compilation commands.
|
2008-04-25 |
diego |
Fix test program linking.
|
2008-04-25 |
diego |
Add return statement, fixes the warning:
|
2008-04-25 |
diego |
Remove redundant declaration, fixes the warning:
|
2008-04-25 |
diego |
Add return statement, fixes the warning:
|
2008-04-25 |
diego |
Remove unused variable.
|
2008-04-25 |
diego |
Add missing #include, fixes the warning:
|
2008-04-25 |
diego |
Take name of getch file to link against from config.mak.
|
2008-04-25 |
diego |
Merge dvdread/Makefile into top-level Makefile.
|
2008-04-25 |
diego |
DVDCSS_INTERNAL has been renamed to LIBDVDCSS_INTERNAL.
|
2008-04-24 |
diego |
Merge libfaad2/Makefile into top-level Makefile.
|
2008-04-24 |
diego |
Rename make variable DVDCSS_INTERNAL --> LIBDVDCSS_INTERNAL.
|
2008-04-24 |
diego |
Merge libdvdcss/Makefile into top-level Makefile.
|
2008-04-24 |
diego |
Merge libmpdemux/Makefile into top-level Makefile.
|
2008-04-24 |
diego |
Explicitly include dependency information in top-level Makefile.
|
2008-04-24 |
diego |
dependency generation infrastructure for C++ files
|
2008-04-24 |
diego |
Include mpcommon.mak before declaring dependencies, which require mpcommon.mak.
|
2008-04-24 |
diego |
Make sure necessary header files are created before recursing.
|
2008-04-24 |
diego |
#include base64.h with full path.
|
2008-04-24 |
diego |
Move libfaad2 fixed-point CFLAGS setting to configure.
|
2008-04-24 |
diego |
Expand conditional addition of elements to variables with a form that permits
|
2008-04-24 |
diego |
Merge stream/Makefile into top-level Makefile.
|
2008-04-24 |
diego |
Merge libmpcodecs/Makefile into top-level Makefile.
|
2008-04-24 |
diego |
cosmetics: alphabetical order
|
2008-04-23 |
corey |
consistently print fps with three digits of precision
|
2008-04-23 |
corey |
use existing MSGTR_FilefmtFourccSizeFpsFtime translatable string macro
|
2008-04-23 |
diego |
There is no need to remove .a files from subdirectories, they are only
|
2008-04-23 |
diego |
Merge libvo/Makefile into top-level Makefile.
|
2008-04-23 |
diego |
EXTRAXX_INC flags should now be added to .depend compilation,
|
2008-04-23 |
diego |
Merge libao2/Makefile into top-level Makefile.
|
2008-04-23 |
diego |
Remove useless 0 flag from s printf conversion specifier, fixes the warning:
|
2008-04-23 |
reimar |
Take audio delay into account when seeking in avisynth demuxer.
|
2008-04-23 |
reimar |
Calculate fps as double-precision to make switching to double-precision fps values easier.
|
2008-04-22 |
diego |
Merge tremor/Makefile into top-level Makefile.
|
2008-04-22 |
diego |
Move Tremor low accuracy CFLAGS handling to configure.
|
2008-04-22 |
diego |
Only add loader to PARTS on x86.
|
2008-04-22 |
diego |
.depend has to get all the CFLAGS that the files it contains dependency
|
2008-04-22 |
diego |
Create standard recursive rules from a template.
|
2008-04-22 |
diego |
Use directory name as library name template.
|
2008-04-22 |
nicodvb |
added support for dvdread-config (from our svn), called as fallback when dvdread isn't detected
|
2008-04-22 |
diego |
Simplify phony target declaration.
|
2008-04-22 |
diego |
Add an unconditional phony recurse rule and make the binaries depend on it.
|
2008-04-22 |
attila |
revert commits 26437-26439 the right way[tm]
|
2008-04-22 |
diego |
Only add available CPU extensions to config.mak.
|
2008-04-22 |
diego |
Move phony target declaration to the bottom of the file; add distclean target.
|
2008-04-22 |
diego |
Add BFI video support through FFmpeg.
|
2008-04-22 |
diego |
Add standard GPL header to individual files.
|
2008-04-22 |
diego |
Use standard GPL header.
|
2008-04-22 |
diego |
Remove redundant definitions that are already present on the command line.
|
2008-04-22 |
diego |
Merge TOOLS/Makefile into the top-level Makefile.
|
2008-04-21 |
rtogni |
Fix potential segfault in debug printf in expSetFilePointer
|
2008-04-21 |
Gabrov |
synced with r26484
|
2008-04-21 |
gpoirier |
sync w/r26460, patch by JRaSH %jrash06 A 163 P com%
|
2008-04-21 |
gpoirier |
sync w/r26067, patch by mehmet köse % voltrem A gmail P com %
|
2008-04-21 |
gpoirier |
sync w/r26460
|
2008-04-21 |
diego |
Remove pointless '0' flag from fprintf call, fixes the warning:
|
2008-04-20 |
diego |
Add $(EXESUF) to netstream rule.
|
2008-04-20 |
diego |
Only build modify_reg on x86.
|
2008-04-20 |
diego |
Simplify list of files to remove on make clean.
|
2008-04-20 |
diego |
fastmemcpybench is a phony target. Do not try to remove a file by that name.
|
2008-04-20 |
rtogni |
Support for MSU SCLS (Screen Capture Lossless Codec) with SCLS.DLL
|
2008-04-20 |
rtogni |
Add status to mimic and kmvc codecs
|
2008-04-20 |
corey |
add better information about inverse-telecining with vf_filmdint
|
2008-04-20 |
rtogni |
Add support for msn siren audio coced via binary dll sirenacm.dll
|
2008-04-20 |
rtogni |
Canopus HQ tries to load the auxiliary dlls with lowercase filename
|
2008-04-19 |
compn |
add canopus codecs, patch by Gianluigi Tiesi
|
2008-04-19 |
rtogni |
Revert r26412: policy violation
|
2008-04-19 |
rtogni |
Revert r26411: policy violation
|
2008-04-19 |
attila |
revert commits 26437-26439
|
2008-04-19 |
diego |
Add dependency information to recursive rules. While more eager than strictly
|
2008-04-19 |
diego |
Add missing recursive rule for libmpcodecs/libmpencoders.a.
|
2008-04-19 |
diego |
cosmetics: Sort recursive rules alphabetically.
|
2008-04-18 |
diego |
per-file dependencies (for the non-recursive parts)
|
2008-04-18 |
diego |
Adjust dependency generation prerequisites to new structure.
|
2008-04-18 |
diego |
Always generate dependency information. This also allows dropping the
|
2008-04-18 |
ptt |
synced with r26460
|
2008-04-18 |
ptt |
restore options alphabetical order
|
2008-04-18 |
diego |
Mark phony targets as such.
|
2008-04-18 |
diego |
Simplify phony target declaration.
|
2008-04-18 |
diego |
10l: Rename remaining instances of $i to $lang.
|
2008-04-17 |
diego |
cosmetics: __asm__ __volatile__ --> asm volatile
|
2008-04-16 |
reimar |
Prefer libavformat musepack demuxer over internal one (which does not even support v8).
|
2008-04-15 |
albeu |
noconfig fix, disable_gui_conf was not defined when compiling mencoder.
|
2008-04-15 |
corey |
typo: crahes --> crashes
|
2008-04-15 |
corey |
Refer to where encoding quality is described.
|
2008-04-15 |
corey |
As of r19025, the "above link" refers to an article, not a guide.
|
2008-04-14 |
albeu |
Fix the indentation after the noconfig patch.
|
2008-04-14 |
albeu |
10L, forgot to commit the documentation for the -noconfig options.
|
2008-04-14 |
albeu |
Add options to disable some or all config files.
|
2008-04-14 |
albeu |
Add support for system wide config file in mencoder.
|
2008-04-13 |
uau |
demux_asf: Fix operator precedence in packet length check
|
2008-04-13 |
diego |
Add libpostproc to list of pseudo-dependencies.
|
2008-04-13 |
diego |
Declare all clean targets phony in mpcommon.mak.
|
2008-04-13 |
diego |
The TAGS and tags targets are not phony.
|
2008-04-13 |
diego |
Add gui subdirectories to DIRS instead of manually cleaning them.
|
2008-04-13 |
diego |
Replace shell for loop by proper make foreach construct.
|
2008-04-13 |
albeu |
Replace the trivial command line preparser with a more robust version
|
2008-04-13 |
attila |
cosmetics: fix indentation
|
2008-04-13 |
attila |
move the #ifdef HAVE_XINERAMA to enclose the whole function
|
2008-04-13 |
attila |
Always calculate the xinerama screen mplayer is on.
|
2008-04-13 |
diego |
Fix DEPEND_CMD, there was one level of variable indirection too much.
|
2008-04-13 |
diego |
Sync with latest FFmpeg changes.
|
2008-04-13 |
diego |
Add Makefile variable for DVB OSD menu, saves one ifeq.
|
2008-04-13 |
nicodvb |
in preparation for multi-frontend patch replaced file-static device names with sprintf() calls in 2 functions
|
2008-04-13 |
diego |
Replace "all rights reserved" statement with standard GPL license header.
|
2008-04-13 |
diego |
Restore compilation of osdep/mplayer-rc.o.
|
2008-04-13 |
zuxy |
Set dll_type and rv_handle for drvc.dll
|
2008-04-13 |
diego |
Relicense test/example files as LGPL with Michael's permission.
|
2008-04-13 |
zuxy |
Add Chinese comment
|
2008-04-13 |
diego |
Restore grayscale decoding support with FFmpeg.
|
2008-04-12 |
diego |
Fix MPDEPEND_CMD to work with more than one subdirectory level.
|
2008-04-12 |
diego |
Backport SSE2-optimized IDCT routines from upstream libmpeg2.
|
2008-04-12 |
diego |
wording improvements suggested by the Wanderer
|
2008-04-12 |
nicodvb |
removed useless parameter :type from -dvbin (the frontend type is reported by the card)
|
2008-04-12 |
nicodvb |
removed defunct options :vid and :aid from -dvbin (they were useless from the start)
|
2008-04-12 |
zuxy |
Oops...should be "drv43260.dll" instead of "drv34260.dll"
|
2008-04-12 |
zuxy |
Cosmetic fix for r26419
|
2008-04-12 |
zuxy |
Dlls can be relocated when loading so rely on filename instead of absolute
|
2008-04-12 |
zuxy |
Indentation fix for r26417
|
2008-04-12 |
zuxy |
Don't print "Could not patch" messages when we haven't actually tried to patch.
|
2008-04-12 |
zuxy |
Check for drvc.dll entries for mingw32
|
2008-04-12 |
diego |
Ignore dependency files.
|
2008-04-12 |
diego |
Make include paths consistent; do not use ../ in them.
|
2008-04-12 |
uau |
demux_real.c: Always use MP_NOPTS_VALUE for unknown pts
|
2008-04-12 |
uau |
demux_mkv.c: Mark some static tables const
|
2008-04-12 |
uau |
Reformat demuxer.c
|
2008-04-12 |
uau |
Remove global demuxer_type
|
2008-04-12 |
uau |
subreader.c: remove unused code
|
2008-04-12 |
reimar |
Remove another two useless special-case from flac metadata reading function
|
2008-04-12 |
reimar |
Simplify: use AV_RB24
|
2008-04-12 |
reimar |
Remove useless checks
|
2008-04-12 |
reimar |
Simplify (currently disabled) get_flac_metadata
|
2008-04-12 |
diego |
Update include paths to account for build system changes.
|
2008-04-12 |
diego |
typo fixes
|
2008-04-12 |
zuxy |
Enable runtime control for colorful and/or module name output
|
2008-04-11 |
uau |
Remove unused function demux_read_data_pack
|
2008-04-11 |
uau |
Makefile: Fix compilation on systems with dvb support
|
2008-04-11 |
diego |
Remove unused make variable.
|
2008-04-11 |
diego |
Merge ./gui/Makefile into ./Makefile, one less instance of recursive make.
|
2008-04-11 |
diego |
Add gui/ prefix to some #include paths so that compilation from the
|
2008-04-11 |
diego |
Add GUI_GTK make variable.
|
2008-04-11 |
diego |
typo in filename
|
2008-04-11 |
diego |
Remove duplicate #include.
|
2008-04-11 |
diego |
Update comment to account for renamed header file.
|
2008-04-11 |
diego |
Split cfg-common.h into two separate header files. It was being included twice
|
2008-04-11 |
diego |
Ahem, libmenu objects should only be compiled when OSD menu is enabled.
|
2008-04-11 |
diego |
vf_pp7 does not depend on libavcodec.
|
2008-04-11 |
diego |
vf_screenshot depends on libavcodec.
|
2008-04-11 |
diego |
Remove unused TARGET_WIN32 setting.
|
2008-04-11 |
diego |
Remove Win32 linker option for netstream. Other winsock using code does not
|
2008-04-11 |
diego |
Add a config.mak variable to control compilation of the Win32 GUI.
|
2008-04-11 |
diego |
Remove unused definition.
|
2008-04-10 |
rtogni |
Support for vorbis.acm decoder (used for some implementations of vorbis
|
2008-04-10 |
ptt |
if it's 'for lang in...' it's better off to use $$lang as a variable next ;)
|
2008-04-10 |
diego |
Fix illegal identifier: Rename _ftype_t macro to FLOAT_TYPE.
|
2008-04-09 |
rtogni |
1000l fix linking after r26378
|
2008-04-09 |
compn |
document ignore option
|
2008-04-09 |
diego |
10l: libass compilation should be conditional.
|
2008-04-09 |
diego |
Rename ASS make variable to LIBASS.
|
2008-04-09 |
diego |
Remove useless #include.
|
2008-04-09 |
diego |
Merge libaf/Makefile into Makefile, one less instance of recursive make.
|
2008-04-09 |
diego |
Remove some useless quotes from #error preprocessor directives.
|
2008-04-09 |
diego |
Use quotes instead of angular brackets for local includes.
|
2008-04-09 |
diego |
Handle af_ladspa conditional compilation in the usual way.
|
2008-04-09 |
diego |
Remove -I CFLAGS hack, -I../libavcodec is no longer in CFLAGS.
|
2008-04-09 |
diego |
Do not build subrip with debugging symbols.
|
2008-04-09 |
diego |
cosmetics: Group dependency declarations together.
|
2008-04-09 |
diego |
Remove redundant compilation commands that shadow builtin rules.
|
2008-04-09 |
diego |
List libraries to link to in dependency list.
|
2008-04-09 |
diego |
cosmetics: Add CFLAGS to compilation commands everywhere.
|
2008-04-09 |
diego |
Remove unnecessary ../libmpcodecs/img_format.o from list subrip objects.
|
2008-04-09 |
diego |
Update for latest changes to linking dependencies.
|
2008-04-09 |
diego |
Add missing #includes to pass 'make checkheaders' to codecs.conf.h.
|
2008-04-09 |
diego |
Restore osdep/mmap-os2.c compilation, which was accidentally removed.
|
2008-04-09 |
diego |
cosmetics: Align columns.
|
2008-04-09 |
diego |
Fix nonsensical license header, mpeg2dec is not GNU Make.
|
2008-04-09 |
albeu |
Split the lavf taglists out of the lavf muxer to allow using libmpmux
|
2008-04-09 |
albeu |
Split the aac header parsing out of aac demuxer to allow using libmpmux
|
2008-04-09 |
albeu |
Remove the need for code using stream to export an mp_input_check_interrupt()
|
2008-04-09 |
albeu |
Make stream independent of libmpdemux, the asf demuxer and streaming
|
2008-04-08 |
diego |
Merge libass/Makefile into Makefile, one less recursive make directory.
|
2008-04-08 |
diego |
cosmetics: Rename some shell variables to give them more descriptive names.
|
2008-04-08 |
diego |
cosmetics: Merge shell commands into one line.
|
2008-04-08 |
diego |
Do not suppress command output.
|
2008-04-08 |
diego |
Merge osdep/Makefile into the top-level Makefile, thus getting rid
|
2008-04-08 |
diego |
Move decision about which getch2 and timer file to compile to configure.
|
2008-04-08 |
diego |
Move decision about whether or not to compile osdep/mmap_os2.c to configure.
|
2008-04-08 |
diego |
Merge simplifications from FFmpeg r12764.
|
2008-04-07 |
diego |
Fix FFmpeg DEPEND_CMD to account for latest changes and add MPDEPEND_CMD.
|
2008-04-07 |
diego |
Sync with FFmpeg's shiny new non-recursive build system.
|
2008-04-07 |
mru |
non-recursive makefiles
|
2008-04-07 |
reimar |
reset() should not senselessly close and reopen
|
2008-04-07 |
reimar |
AUDIO_DRAIN makes no sense directly after opening
|
2008-04-07 |
diego |
Build all parts in the libmenu subdirectory nonrecursively.
|
2008-04-07 |
diego |
There is no more need to ignore .depend and libinput.a.
|
2008-04-07 |
diego |
According to the Icon Theme Specification icon names should have no extension.
|
2008-04-06 |
diego |
Get rid of recursive make for the input/ subdirectory.
|
2008-04-06 |
diego |
Update Makefile to account for native/RTjpegN.c --> native/rtjpegn.c renaming.
|
2008-04-06 |
diego |
Use DEPEND_CMD as set by configure to generate dependency information instead
|
2008-04-06 |
diego |
100l: Revert previous accidental commit.
|
2008-04-06 |
diego |
Rename RTJPEG files so that filenames consist of lowercase name only.
|
2008-04-06 |
compn |
add dvcpro 50 in mov fourcc, patch by j _ta_ v2v.cc
|
2008-04-05 |
Gabrov |
synced with r26333
|
2008-04-05 |
diego |
Add multiple inclusion guards to help_mp.h.
|
2008-04-05 |
diego |
Use the more natural ">" instead of "1>" for stdout redirection.
|
2008-04-05 |
reimar |
Fix lots and lots of other demuxers broken by r26301
|
2008-04-05 |
reimar |
Remove another useless cast
|
2008-04-05 |
reimar |
Remove useless cast
|
2008-04-05 |
reimar |
Do proper parsing for DVR-MS files, this fixes playback with ffmpeg decoder
|
2008-04-05 |
reimar |
Set demuxer->audio->id to avoid breakage due to r26301
|
2008-04-05 |
reimar |
Set correct codec tag for raw rgb in mov, fixes
|
2008-04-04 |
diego |
Export some more information for FFmpeg's buid system.
|
2008-04-04 |
compn |
add switch_aspect cycle wish
|
2008-04-04 |
iive |
Change I_TYPE -> FF_I_TYPE to fix compilation.
|
2008-04-03 |
reimar |
Change I_TYPE -> FF_I_TYPE to fix compilation.
|
2008-04-03 |
reimar |
Better mark variables that are changed by the signal handler as volatile
|
2008-04-02 |
uau |
Add some const qualifiers to reduce warnings
|
2008-04-01 |
diego |
Remove now useless PARTS-yes line.
|
2008-04-01 |
diego |
Darwin and Win32 DVD support libs are handled separately, take them back
|
2008-04-01 |
diego |
Initialize _dvdread variable to "no" in the dvdread check.
|
2008-04-01 |
diego |
Remove pointless comments from local diff.
|
2008-04-01 |
diego |
cosmetics: Fix some typos and trailing whitespace in local changes.
|
2008-04-01 |
diego |
Revert local changes that pointlessly add #ifdefs all over libmpeg2 to disable
|
2008-04-01 |
uau |
Remove unnecessary includes
|
2008-04-01 |
diego |
Do not #include libavutil/common.h. It is not used directly and mpbswap.h
|
2008-03-31 |
diego |
Ahem, fix quoting of $ in DEPEND_CMD.
|
2008-03-31 |
diego |
Add DEPEND_CMD to config.mak (sync with FFmpeg).
|
2008-03-31 |
diego |
Rename HAVE_XVMC_ACCEL to HAVE_XVMC for consistency and to sync with FFmpeg.
|
2008-03-31 |
diego |
cosmetics: Group all FFmpeg settings together in config.mak.
|
2008-03-31 |
diego |
HAVE_MLIB was renamed to CONFIG_MLIB in FFmpeg.
|
2008-03-31 |
diego |
We currently use %U as argument to the Exec entry to indicate that gmplayer
|
2008-03-31 |
uau |
command.h: Remove unnecessary includes
|
2008-03-31 |
uau |
mp_core.h: Fix use of 'mp_image_t' without definition
|
2008-03-30 |
eugeni |
Case insensitive parsing of SSA/ASS section headers.
|
2008-03-30 |
eugeni |
Skip BOM at the beginning of text in ASS parser.
|
2008-03-30 |
eugeni |
Support 'default' attribute for audio and subtitle tracks.
|
2008-03-29 |
diego |
Fix wrong #endif comment.
|
2008-03-29 |
reimar |
Fix possible integer overflow in malloc by using calloc instead.
|
2008-03-28 |
ptt |
synced with r26297
|
2008-03-28 |
ptt |
compacted new libavformat's 'ipod' description
|
2008-03-28 |
reimar |
Handle property commands in idle mode.
|
2008-03-28 |
uau |
Include some .h files in corresponding .c files
|
2008-03-27 |
ptt |
synced with r26073
|
2008-03-27 |
ptt |
it's synced with r23520
|
2008-03-27 |
ptt |
it's synced with r26258
|
2008-03-27 |
ptt |
it's synced with r24035
|
2008-03-27 |
ptt |
it's synced with r25566
|
2008-03-27 |
ptt |
it's synced with 26146
|
2008-03-27 |
ptt |
synced with 23516 (it was already ok)
|
2008-03-27 |
ptt |
remove excessive space character
|
2008-03-27 |
ptt |
grammar fix
|
2008-03-27 |
ptt |
38% synced with r22753
|
2008-03-27 |
diego |
cosmetics: prettyprinting
|
2008-03-27 |
diego |
some more DragonFly BSD changes, patch by Hasso Tepper, hasso estpak ee
|
2008-03-27 |
ptt |
better explanation and grammar fix
|
2008-03-27 |
ptt |
grammar fix
|
2008-03-27 |
diego |
support for DragonFly BSD, patch by Hasso Tepper, hasso estpak ee
|
2008-03-27 |
diego |
Remove bsd() system check. Lumping different *BSD systems together like
|
2008-03-26 |
diego |
sync with FFmpeg r12599
|
2008-03-26 |
diego |
cosmetics: Reindent X11 header search section after last commit.
|
2008-03-26 |
diego |
Do not look for X11 headers on the host when cross-compiling.
|
2008-03-25 |
diego |
Classify mlib as a configurable option, not as a hardware feature.
|
2008-03-25 |
ptt |
synced with r26271
|
2008-03-25 |
gpoirier |
add "ipod" to the list of formats handled by lavf
|
2008-03-25 |
diego |
Add FFmpeg Mimic decoder.
|
2008-03-24 |
diego |
Mention that '-frames 0' is useful with -identify, closes bug #1046.
|
2008-03-22 |
diego |
Fix 64 bit shared library compilation with MMX2 by properly using PIC mangling.
|
2008-03-22 |
diego |
cosmetics: comment typo fixes
|
2008-03-21 |
ptt |
better wording
|
2008-03-21 |
compn |
add complete fifo instructions, user didnt know to use mkfifo first.
|
2008-03-21 |
reimar |
Ignore if we fail to get disc key, fixes playback of one of my DVDs which
|
2008-03-19 |
ptt |
synced with r26260
|
2008-03-18 |
diego |
Remove redundant ARCH_POWERPC #ifdef around HAVE_ALTIVEC.
|
2008-03-18 |
diego |
Move sub_utf8_prev declaration out of the DUMPSUBS #ifdef.
|
2008-03-18 |
eugeni |
Compilation fix.
|
2008-03-17 |
nicodvb |
another DCA audio identified (0x86) used in BD; patch by kirill belokurov gmail com
|
2008-03-17 |
reimar |
Experimental support for -framedrop with -correct-pts.
|
2008-03-17 |
reimar |
Make FFmpeg mpeg1/2 decoder the default over libmpeg2
|
2008-03-17 |
diego |
fix typo: lavcoptc --> lavcopts
|
2008-03-17 |
zuxy |
Fix a typo that causes an assertion to always fail.
|
2008-03-16 |
voroshil |
Fix missed part of previous sync.
|
2008-03-16 |
voroshil |
r26072: removed nonsense in the dvbin section
|
2008-03-16 |
voroshil |
Sync tag update
|
2008-03-16 |
voroshil |
r25994: typo fix: inited --> initialized
|
2008-03-16 |
Gabrov |
synced with r26251
|
2008-03-15 |
diego |
typo
|
2008-03-15 |
diego |
Remove unused MACOSX definition.
|
2008-03-15 |
diego |
Use HAVE_QUICKTIME instead of MACOSX preprocessor condition.
|
2008-03-15 |
diego |
Introduce HAVE_QUICKTIME definition and use it where appropriate.
|
2008-03-15 |
diego |
Remove the unused function roundToInt16. It is a duplicate of the same function
|
2008-03-15 |
diego |
Use __AMIGAOS4__ instead of AMIGA, like everywhere else.
|
2008-03-15 |
diego |
Add a separate definition for quartz.
|
2008-03-15 |
diego |
10l: Really disable coreaudio where intended.
|
2008-03-15 |
diego |
Consistently use __APPLE__ instead of MACOSX as preprocessor condition.
|
2008-03-15 |
diego |
Do not disable all Mac OS X support when pthreads are unavailable.
|
2008-03-15 |
diego |
MACOSX_COREVIDEO --> corevideo
|
2008-03-15 |
diego |
Introduce a separate definition for Mac OS X coreaudio support.
|
2008-03-15 |
diego |
Fix wrong res_comment.
|
2008-03-15 |
diego |
Simplify preprocessor condition for QT codecs, configure already does the
|
2008-03-14 |
diego |
Remove duplicate #include of mpbswap.h.
|
2008-03-14 |
reimar |
Add FFmpeg DNxHD codec support
|
2008-03-14 |
diego |
#include config.h before all other headers.
|
2008-03-14 |
ptt |
synced with r26232
|
2008-03-13 |
ptt |
synced with r26014
|
2008-03-13 |
ptt |
added missing escapes
|
2008-03-13 |
ptt |
better syntax for A key
|
2008-03-13 |
ptt |
sync'ed to r26067
|
2008-03-13 |
ptt |
removed an english line left in
|
2008-03-12 |
diego |
typos
|
2008-03-12 |
reimar |
Fix and simplify lscale=2 (bicub_x) scaler, produced funny
|
2008-03-11 |
vayne |
removed redundant wincfg.h.
|
2008-03-11 |
vayne |
more header / declaration cleanups; fixes a lot of warnings as well as a preempt to removal of redundant wincfg.h.
|
2008-03-11 |
ptt |
34% synced with r22753
|
2008-03-11 |
vayne |
mingw uses windows sockets.
|
2008-03-11 |
reimar |
Fix handling of comments in input.c, current code had useless ifs and in addition
|
2008-03-11 |
reimar |
Try to fix the description of what mbcmp influences, please fix if I misunderstood the code.
|
2008-03-11 |
diego |
Mark Y variable in EPILOG macro as av_unused to avoid unused variable warnings.
|
2008-03-10 |
diego |
Add missing header #include.
|
2008-03-10 |
diego |
Add missing header #includes to fix 'make checkheaders'.
|
2008-03-10 |
diego |
sync with FFmpeg r12398
|
2008-03-10 |
diego |
Add missing header #includes to fix 'make checkheaders'.
|
2008-03-10 |
diego |
Remove useless #include.
|
2008-03-10 |
diego |
Add missing header #include to fix 'make checkheaders'.
|
2008-03-10 |
diego |
af_export.c is only compiled if HAVE_SYS_MMAN_H is set, so using that
|
2008-03-10 |
diego |
typo
|
2008-03-10 |
diego |
CONFIG_SWSCALER --> CONFIG_SWSCALE to match FFmpeg changes.
|
2008-03-10 |
benoit |
Make av_class a pointer to const.
|
2008-03-10 |
benoit |
define VOF as double of VOFW.
|
2008-03-10 |
zuxy |
Disable QTX emulation on win32; fix builds on cygwin and mingw32.
|
2008-03-10 |
diego |
Remove redundant swScaler: output from places where av_log()
|
2008-03-09 |
iive |
Fix wrong check for vidix usage.
|
2008-03-09 |
iive |
Don't use void * arithmetic.
|
2008-03-09 |
iive |
Handle vga_init() error and output error message.
|
2008-03-08 |
diego |
CONFIG_PP --> CONFIG_POSTPROC, sync with FFmpeg
|
2008-03-08 |
diego |
Move HP-UX SCSI header check from the internal libdvdread check to the
|
2008-03-08 |
diego |
cosmetics: Remove useless empty line.
|
2008-03-08 |
diego |
cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.
|
2008-03-08 |
ben |
remove duplicated pci ids in nvidia vidix driver
|
2008-03-07 |
diego |
Grayscale encoding/decoding with FFmpeg is no longer enabled, remove references
|
2008-03-07 |
diego |
Add missing header #includes to fix 'make checkheaders'.
|
2008-03-07 |
diego |
Add missing header #includes to fix 'make checkheaders'.
|
2008-03-07 |
diego |
This header uses parts of stdint.h, so #include it.
|
2008-03-07 |
diego |
Add missing header #includes to fix 'make checkheaders'.
|
2008-03-07 |
mru |
simplify library version handling
|
2008-03-07 |
diego |
Remove unnecessary #ifdef nesting.
|
2008-03-07 |
diego |
cosmetics: Decrapify the indentation of the last few blocks of main().
|
2008-03-07 |
diego |
Add parentheses where necessary to fix || conditions to work as intended.
|
2008-03-07 |
diego |
Remove duplicate conditions in dvdread check.
|
2008-03-07 |
diego |
Set ASFLAGS in configure and initialize it as necessary for OS/2.
|
2008-03-07 |
diego |
sync with FFmpeg r12354
|
2008-03-06 |
mru |
consolidate CFLAGS, LDFLAGS, EXTRALIBS assignment
|
2008-03-06 |
gpoirier |
sync w/r26067, patch by JRaSH jrash06 A 163 P com
|
2008-03-06 |
gpoirier |
sync w/r26057, patch by JRaSH jrash06 A 163 P com
|
2008-03-06 |
bcoudurier |
change sws_format_name to return const char*, supress many warnings
|
2008-03-06 |
bcoudurier |
remove redundant SwScaler text since av_log uses AVClass context
|
2008-03-06 |
diego |
Add some more paths to find tools on Slackware 12.
|
2008-03-06 |
diego |
Fix printf format string mismatch, eliminates the warning:
|
2008-03-06 |
diego |
Add necessary header #includes to fix 'make checkheaders'.
|
2008-03-06 |
uau |
ve_vfw.c: #include aviheader.h instead of wine avifmt.h
|
2008-03-06 |
diego |
Disable S3 VIDIX driver on non-x86 platforms.
|
2008-03-06 |
diego |
10l: ENABLE_GRAY needs to be present for libavcodec to compile.
|
2008-03-05 |
diego |
Add missing header #includes to fix 'make checkheaders'.
|
2008-03-05 |
diego |
Do not enable grayscale decoding in FFmpeg, it slows down the
|
2008-03-05 |
diego |
Add ENABLE_DECODERS/ENABLE_DEMUXERS alongside CONFIG_DECODERS/CONFIG_DEMUXERS
|
2008-03-05 |
reimar |
Yet another hdv fourcc
|
2008-03-05 |
diego |
Add missing header #includes to fix 'make checkheaders'.
|
2008-03-05 |
diego |
Add missing header #includes to fix 'make checkheaders'.
|
2008-03-05 |
diego |
Rename url.c/url.h to the less generic gtk_url.c/gtk_url.h.
|
2008-03-05 |
diego |
Add missing header #includes to fix 'make checkheaders'.
|
2008-03-05 |
diego |
consistency cosmetics: Use #ifdef everywhere instead of #if defined().
|
2008-03-05 |
michael |
One more (forgotten) fix for fixing sws_flags.
|
2008-03-05 |
michael |
Turn ancient V offset numerical constants into named ones.
|
2008-03-05 |
ulion |
Fix ffvorbis decoder's output channel order with channel reordering function.
|
2008-03-04 |
diego |
Add necessary #includes to pass 'make checkheaders'.
|
2008-03-04 |
diego |
Move duplicated extern declarations of mp_msg_levels and mp_msg_level_all
|
2008-03-04 |
diego |
Remove pointless extern keyword from function declaration.
|
2008-03-04 |
diego |
#include parser-cfg.h instead of declaring m_config_parse_config_file extern.
|
2008-03-04 |
diego |
Remove pointless extern keyword from function declaration.
|
2008-03-04 |
diego |
Add comments to #endif preprocessor directives.
|
2008-03-04 |
diego |
Simplify preprocessor conditionals: USE_LIBAV* is defined when compiling
|
2008-03-04 |
diego |
Remove pointless #ifdef USE_LIBAVCODEC inside #ifdef USE_LIBAVCODEC.
|
2008-03-03 |
nicodvb |
search channels.conf in mplayer's instdir if all other searches fail; patch by foxcore gmail com
|
2008-03-03 |
diego |
Remove ugly workaround for conflicting dca.h headers, it is no longer
|
2008-03-03 |
diego |
Only demux_lavf.o explicitly needs -I../libavcodec in CFLAGS.
|
2008-03-03 |
diego |
Add directory names to libavcodec #includes.
|
2008-03-03 |
diego |
Remove unnecessary addition of -Ilibavformat to CFLAGS.
|
2008-03-03 |
diego |
cosmetics: prettyprinting and alphabetical order
|
2008-03-03 |
diego |
Move decision about whether or not to compile Windows emulation
|
2008-03-03 |
diego |
Move decision about whether or not to compile wrapper.S to configure.
|
2008-03-03 |
diego |
Add CFLAG_STACKREALIGN unconditionally to win32.o CFLAGS, configure takes care
|
2008-03-03 |
gpoirier |
replace all occurences of "M$" by "Microsoft" because it's what we really meant, and "M$" nickname is quite childish
|
2008-03-03 |
diego |
Add checkheaders target, ported from FFmpeg.
|
2008-03-03 |
diego |
Add ID_SEEKABLE information to -identify output.
|
2008-03-03 |
diego |
#include osdep/mman.h if sys/mman.h is not available.
|
2008-03-03 |
uau |
configure: Set CONFIG_ENCODERS=yes in config.mak unconditionally
|
2008-03-02 |
diego |
Revert fixing illegal identifiers to fix compilation on MinGW. Unfortunately
|
2008-03-01 |
reimar |
Fix comment, qclp fourcc is Qclp not QCLP
|
2008-03-01 |
Gabrov |
synced with r26138
|
2008-03-01 |
diego |
Fix illegal identifiers starting with _ and capital letters.
|
2008-03-01 |
diego |
Wrap '#include <sys/mman.h>' in HAVE_SYS_MMAN_H.
|
2008-03-01 |
diego |
Replace __MINGW32__ preprocessor check with proper HAVE_SYS_MMAN_H check.
|
2008-03-01 |
diego |
Remove va_start/vsnprintf workaround for OS/2.
|
2008-03-01 |
diego |
Merge two #ifdefs.
|
2008-03-01 |
diego |
cosmetics: reindent, detabify
|
2008-03-01 |
diego |
Remove duplicate extern declaration.
|
2008-02-29 |
ben |
fix bad function prototype
|
2008-02-29 |
ben |
Remove now deprecated Savage VIDIX driver sources
|
2008-02-29 |
ben |
Use MPlayer consistent define naming convention for newly introduce
|
2008-02-29 |
ben |
New S3 VIDIX driver.
|
2008-02-29 |
eugeni |
Add missing #include.
|
2008-02-29 |
eugeni |
Support switching to/from nosound in demux_lavf.
|
2008-02-29 |
eugeni |
Remove unused function.
|
2008-02-29 |
eugeni |
Reindent.
|
2008-02-29 |
eugeni |
Don't select audio stream in lavf and mkv demuxers.
|
2008-02-29 |
eugeni |
Select audio stream in mplayer and mencoder, overriding demuxer decision.
|
2008-02-29 |
eugeni |
Set audio->sh correctly when switching audio tracks. The same for video tracks.
|
2008-02-29 |
eugeni |
Don't select subtitle track in lavf and mkv demuxers.
|
2008-02-29 |
eugeni |
Demuxer-independent subtitle track selection.
|
2008-02-29 |
eugeni |
Demuxer-independent functions for selecting tracks based on language.
|
2008-02-29 |
eugeni |
Remove stupid checks of free() argument.
|
2008-02-29 |
eugeni |
Fill sh_sub_t.lang in lavf, mkv and ogg demuxers. Use it for printing subtitle
|
2008-02-29 |
eugeni |
Fill sh_audio_t.lang in lavf and mkv demuxers. Use it for printing audio track
|
2008-02-29 |
eugeni |
Add language info to sh_sub_t and sh_audio_t.
|
2008-02-28 |
reimar |
Attempt to fix -chapter broken for mkv in r25987
|
2008-02-28 |
diego |
joystick.c is only ever compiled on Linux, remove pointless #ifdef
|
2008-02-28 |
diego |
TARGET_OS2 is never set, use __OS2__ instead.
|
2008-02-28 |
diego |
Use _res_comment in joystick check.
|
2008-02-28 |
diego |
cache support for OS/2
|
2008-02-27 |
diego |
mmap() support for OS/2
|
2008-02-26 |
reimar |
Mention nvidia fix for vo gl and especially changed screensaver support
|
2008-02-26 |
diego |
Default to disabling VIDIX on platforms where it is not known to work.
|
2008-02-26 |
mru |
less preprocessor magic in version number macros
|
2008-02-26 |
uau |
configure: define ENABLE_ENCODERS for FFmpeg
|
2008-02-25 |
nicodvb |
in ds_fill_buffer() disabled the code that demuxes until the arrival of the right reference_clock
|
2008-02-25 |
compn |
sun rasterfile decoder
|
2008-02-25 |
diego |
FFmpeg now uses different (unified) #include paths.
|
2008-02-25 |
diego |
10l: Revert nonsense commit.
|
2008-02-25 |
diego |
Fix outdated comment.
|
2008-02-25 |
diego |
Remove old EMU_OLD cruft.
|
2008-02-25 |
mru |
#include "libavutil/avutil.h" in swscale.h
|
2008-02-24 |
diego |
Replace silly check for config.h inclusion, just include it.
|
2008-02-24 |
diego |
Disable internal VIDIX on OS/2, patch by Dave Yeo, dave.r.yeo gmail com.
|
2008-02-24 |
diego |
Wrap HAVE_XXX macros with RUNTIME_CPUDETECT, because when RUNTIME_CPUDETECT is
|
2008-02-24 |
diego |
Enable SSE detection on OS/2.
|
2008-02-24 |
diego |
cosmetics: Break one unreadable long line.
|
2008-02-24 |
reimar |
__asm __volatile -> asm volatile part 3
|
2008-02-24 |
reimar |
Compile codec-cfg binary with -O, avoids problems due to compilers
|
2008-02-24 |
diego |
Add MPLAYER_ prefix to multiple inclusion guard of generated file.
|
2008-02-24 |
diego |
On OS/2, fall back on the directory where MPlayer is installed if both
|
2008-02-24 |
diego |
On Win32 and OS/2, 'x:filename' path style without '\' path separator
|
2008-02-24 |
diego |
Add missing #includes for Mac OS X, fixes the warning
|
2008-02-24 |
diego |
Add #include <sys/sysctl.h> for Mac OS X, fixes the warning
|
2008-02-24 |
reimar |
Do not use a global temps variable, this is ugly and does not compile with ICC.
|
2008-02-24 |
reimar |
Avoid a pointless special-case for opening a file
|
2008-02-24 |
reimar |
Get rid of pointless and confusing comments
|
2008-02-24 |
cehoyos |
Only icc 10.1 will be supported.
|
2008-02-24 |
cehoyos |
Check for -mno-omit-leaf-frame-pointer (compilation fix for icc 10.1.012).
|
2008-02-23 |
diego |
Remove mistakenly committed hunk.
|
2008-02-23 |
diego |
Properly detect ARM mc acceleration.
|
2008-02-23 |
diego |
Add MPLAYER_ prefix to multiple inclusion guards.
|
2008-02-23 |
diego |
Merge two #ifdefs into one.
|
2008-02-23 |
diego |
#define ATTRIBUTE_ALIGNED_MAX in config.h instead of hardcoding it.
|
2008-02-23 |
diego |
Move libdca definition to a better place in config.h.
|
2008-02-23 |
nicodvb |
warn to always include PMT and PCR pids in channels.conf (dvb)
|
2008-02-23 |
nicodvb |
removed nonsense in the dvbin section
|
2008-02-23 |
nicodvb |
reset_fifos() resets demuxer->reference_clock to MP_NOPTS_VALUE
|
2008-02-23 |
nicodvb |
read the PCR of the currently playing program (if available) in demuxer->reference_clock
|
2008-02-23 |
nicodvb |
New member in demuxer_t: reference_clock.
|
2008-02-22 |
eugeni |
Comment out dump_glyph(): it is unused and, as it is now, breaks compilation.
|
2008-02-22 |
eugeni |
Check glyph bounding box before rasterizing and complain if it is too large.
|
2008-02-22 |
eugeni |
Some debugging routines.
|
2008-02-22 |
eugeni |
Better handling of behind-the-camera objects.
|
2008-02-22 |
eugeni |
Print FreeType version in libass init. Makes error logs slightly more helpful.
|
2008-02-22 |
diego |
Add MPLAYER_ prefix to the multiple inclusion guards of generated header files.
|
2008-02-22 |
diego |
Add MPLAYER_ prefix to multiple inclusion guards.
|
2008-02-22 |
diego |
Add MPLAYER_ prefix to multiple inclusion guards.
|
2008-02-22 |
cehoyos |
Discard two symbols from libswscale.
|
2008-02-22 |
diego |
Fix continuous scrolling on OS/2 due to status line updates unless -quiet
|
2008-02-21 |
diego |
Create standard multiple inclusion guards.
|
2008-02-21 |
reimar |
Fix copy&paste typo in rgbtest documentation
|
2008-02-21 |
diego |
Remove misplaced #endif comment.
|
2008-02-21 |
gpoirier |
sync w/r26052
|
2008-02-21 |
gpoirier |
sync w/ r26019
|
2008-02-21 |
gpoirier |
improve DTD dection of MacPort-install docbook package
|
2008-02-21 |
reimar |
Document rgbtest arguments
|
2008-02-21 |
diego |
Replace Alpha MVI compiler workarounds by a proper configure check.
|
2008-02-21 |
diego |
Use standard multiple inclusion guard.
|
2008-02-21 |
diego |
Remove unused #define from config.h.
|
2008-02-21 |
diego |
OS/2 getch2() support
|
2008-02-21 |
diego |
Rename mp_input_win32_slave_cmd_func to mp_input_slave_cmd_func.
|
2008-02-21 |
eugeni |
Fix r26032: wrong sub stream id assigned to dvdsub_id.
|
2008-02-21 |
diego |
Add multiple inclusion guard.
|
2008-02-21 |
diego |
Add missing multiple inclusion guards.
|
2008-02-21 |
diego |
Consistently use filename as multiple inclusion guard.
|
2008-02-20 |
gpoirier |
sync w/r25566, patch by mesecam %mesecam A gmail P com%
|
2008-02-20 |
gpoirier |
sync w/r25308, patch by mesecam %mesecam A gmail P com %
|
2008-02-20 |
reimar |
Fix compilation with ASS disabled
|
2008-02-20 |
diego |
Remove pointless #ifdefs around extern declarations.
|
2008-02-20 |
diego |
vf_sab mirrors coefficients past the edge of the picture instead of cropping:
|
2008-02-20 |
diego |
Add support for DOS-style file:///x:/path paths.
|
2008-02-19 |
diego |
cosmetics: Move definitions to a more standard place.
|
2008-02-19 |
diego |
Add standard license header and make copyright notices consistent.
|
2008-02-19 |
mru |
Clean up lib* version definitions
|
2008-02-19 |
gpoirier |
sync w/r24342, patch by jfallah mesecam at gmail dot com
|
2008-02-19 |
eugeni |
Support -slang in lavf demuxer.
|
2008-02-19 |
albeu |
Fill stream->end_pos if possible, fixing lavf demuxers that need to seek.
|
2008-02-19 |
diego |
typo fixes, port of my patch for upstream libmpeg2
|
2008-02-19 |
diego |
Fix illegal identifiers, port of my patch to upstream libmpeg2.
|
2008-02-18 |
diego |
Refactor AltiVec macros as done for FFmpeg.
|
2008-02-18 |
diego |
Refactor AltiVec macros as done for FFmpeg.
|
2008-02-18 |
diego |
This header should not have multiple inclusion guards, it is meant
|
2008-02-18 |
diego |
cosmetics: indent, remove trailing whitespace
|
2008-02-18 |
diego |
Merge the two conditional definitions of get_current_dir_name.
|
2008-02-18 |
gpoirier |
sync w/r26017
|
2008-02-18 |
diego |
basic support for OS/2 in configure
|
2008-02-18 |
diego |
Set SYS_BEOS for libdvdcss compilation on BeOS.
|
2008-02-17 |
reimar |
Allow specifying a size for -vf rgbtest
|
2008-02-17 |
reimar |
Document af-*, copied from vf-*
|
2008-02-17 |
reimar |
Make -af-pre, -af-add, -af-del and -af-clr available.
|
2008-02-17 |
compn |
removed wrong example
|
2008-02-17 |
Gabrov |
synced with r26015
|
2008-02-17 |
reimar |
Document that framedrop needs -no-correct-pts
|
2008-02-17 |
compn |
-dumpstream will not dump chapters anymore
|
2008-02-17 |
mru |
remove duplicate AV_STRINGIFY() definition
|
2008-02-16 |
diego |
Do not check for __APPLE_ALTIVEC__, just check for __APPLE_CC__.
|
2008-02-16 |
diego |
Apple gcc defines __APPLE_ALTIVEC__ with -faltivec.
|
2008-02-16 |
diego |
FLAT objects cannot have multiple sections, so using the L1 attributes breaks
|
2008-02-16 |
reimar |
Avoid reinit of vo with the exactly same parameters over and over.
|
2008-02-16 |
nicodvb |
when seeking in H264 an SPS *should* be a valid entry point; feel free to change it if it's wrong
|
2008-02-16 |
nicodvb |
cosmetics
|
2008-02-16 |
nicodvb |
in ts_detect_streams() try to identify the program found based on vpid and apid if the previous attempts failed for lack of infos
|
2008-02-15 |
uau |
libvo: change asm syntax to use ASMALIGN and " # nop"
|
2008-02-15 |
reimar |
Support icyx://.
|
2008-02-15 |
reimar |
Always display Icy-Metadata if available, whether we recognize an ICY-Server
|
2008-02-15 |
reimar |
Move printing of Icy-Metadata into an extra function
|
2008-02-15 |
reimar |
Remove useless code
|
2008-02-15 |
reimar |
Detect IceCast also by Icy-MetaInt header part in http_streaming_start(),
|
2008-02-15 |
benoit |
More explicit unsupported pixel format error messages.
|
2008-02-14 |
reimar |
Try to make fps float -> AVRational conversion work better.
|
2008-02-14 |
reimar |
Change force_fps and force_ofps to double
|
2008-02-14 |
reimar |
Change mf_fps to double
|
2008-02-14 |
cehoyos |
Revert accidentally committed line of r25994.
|
2008-02-14 |
diego |
typo fix: inited --> initialized
|
2008-02-13 |
compn |
add ffpcx decoder, works on my samples.
|
2008-02-13 |
cehoyos |
Fix typo.
|
2008-02-13 |
diego |
typo
|
2008-02-13 |
diego |
Translate stray Italian term.
|
2008-02-12 |
iive |
Implement test for system byteswap.h header file.
|
2008-02-12 |
reimar |
Change to always use MP_NOPTS_VALUE (instead of sometimes 0) for unknown pts.
|
2008-02-11 |
nicodvb |
-chapter is now handled uniformly calling demuxer_seek_chapter() instead
|
2008-02-11 |
gpoirier |
sync w/ r25984
|
2008-02-11 |
reimar |
Try harder to find OpenGL functions on Windows.
|
2008-02-11 |
reimar |
Slightly document alpha for OSD color
|
2008-02-11 |
reimar |
Support alpha for vo gl osdcolor
|
2008-02-11 |
reimar |
Remove an extern for a variable that no longer exists
|
2008-02-11 |
reimar |
Remove left-over extern definitions that should not be there
|
2008-02-11 |
diego |
#include just libavutil/common.h, not all of libavutil/intreadwrite.h.
|
2008-02-10 |
gpoirier |
sync w/r25973
|
2008-02-10 |
reimar |
Make some variables static.
|
2008-02-10 |
reimar |
Avoid a useless extra pointer variable.
|
2008-02-10 |
reimar |
Do not uselessly erase background, OpenGL will take care of drawing everything.
|
2008-02-10 |
diego |
Disable v4l2 if pthreads are not available, fixes bug #1015.
|
2008-02-10 |
reimar |
Avoid -wid message processing blocking MPlayer.
|
2008-02-10 |
reimar |
Hint about possible libmpeg2 problems with -hardframedrop
|
2008-02-10 |
reimar |
Forward mouse messages to -wid Window.
|
2008-02-10 |
voroshil |
r25770: URL updates for contributed win32 stuff.
|
2008-02-10 |
voroshil |
Sync tag update: changes in original text are
|
2008-02-10 |
voroshil |
Sync tag update
|
2008-02-10 |
voroshil |
r25605: properties to get and set angle; patch by oattila chello hu
|
2008-02-09 |
cehoyos |
Make dither4 & dither8 const.
|
2008-02-09 |
reimar |
Make sure the -wid window does not get notified when we destroy our attached child window.
|
2008-02-09 |
reimar |
Hack: Create a child window for Windows OpenGL with -wid, since (esp. nVidia)
|
2008-02-09 |
compn |
cosmetic typo fix, geneate > generate
|
2008-02-09 |
reimar |
Use AV_RB*, reduces x86_64 code size by almost 1kB.
|
2008-02-08 |
nicodvb |
in some still unknown system format 0x82 identifies AUDIO_DTS
|
2008-02-08 |
reimar |
example for setting WMP user-agent string, helps when playlists
|
2008-02-08 |
reimar |
Disable http->mmshttp rewriting hack introduced in r25168,
|
2008-02-07 |
reimar |
Add aspect_fit declaration missing for w32_common.
|
2008-02-06 |
reimar |
Add speex tag
|
2008-02-05 |
rtogni |
Check buffer index while reading to avoid sig11
|
2008-02-05 |
gpoirier |
sync w/r25955
|
2008-02-05 |
gpoirier |
typo fix, noticed by JRaSH
|
2008-02-05 |
reimar |
It seems that mencoder can not handle correct-pts (lots of "No pts ..." messages),
|
2008-02-04 |
diego |
Add dv50 fourcc to libdv and ffdv, fixing the following sample:
|
2008-02-03 |
reimar |
Do not reset correct_pts in mp_dvdnav_reset_stream, it does not seem necessary
|
2008-02-03 |
reimar |
Allow demuxers to choose a default value for correct_pts
|
2008-02-02 |
reimar |
Implement keepaspect for Windows OpenGL vos.
|
2008-02-02 |
reimar |
Make aspect adjustment calculation simpler and more flexible.
|
2008-02-02 |
Gabrov |
synced with r25947
|
2008-02-01 |
reimar |
Add windows cp1256 encoding for arabic, fixes bug #1007
|
2008-02-01 |
iive |
Update the test for ivtv output driver.
|
2008-02-01 |
reimar |
ao_functions_t should be const, part 1
|
2008-02-01 |
reimar |
Redraw display on toggling border
|
2008-01-31 |
reimar |
Always redraw video on resize.
|
2008-01-30 |
reimar |
Remove unused variable.
|
2008-01-30 |
reimar |
Fix get_space calculation to always leave some space, esp. for the currently playing buffer.
|
2008-01-30 |
reimar |
Change code to also work with different outburst sizes
|
2008-01-30 |
reimar |
Reduce number of UnqueueBuffer calls
|
2008-01-30 |
reimar |
alSourceRewindv seems to be broken in particular in Creatives Windows-Implementation,
|
2008-01-30 |
reimar |
Also accept OpenAL32 as library name for OpenAL, it is used by some Windows-Implementations
|
2008-01-30 |
rtogni |
Update for security fixes
|
2008-01-30 |
reimar |
Avoid a MANGLE, there is no register pressure and the generated code
|
2008-01-30 |
reimar |
mark constants as such
|
2008-01-30 |
reimar |
Simplify: use DECLARE_ASM_CONST
|
2008-01-30 |
eugeni |
Add support for attachments in lavf demuxer.
|
2008-01-30 |
ulion |
Split osd related stuff from mp_core.h into new header file mp_osd.h.
|
2008-01-29 |
rtogni |
Stream IDs must be written as hex numbers. Fixes
|
2008-01-29 |
diego |
Consistently give all libass multiple inclusion guards a LIBASS_ prefix.
|
2008-01-29 |
reimar |
Add a comment to the #if 0
|
2008-01-29 |
nicodvb |
Ben co-maintains stream_dvdnav.c
|
2008-01-29 |
nicodvb |
clarification about dvd still menus
|
2008-01-29 |
reimar |
Check that index is still within bounds of samples array.
|
2008-01-29 |
reimar |
Make sure chunkmap values are within bounds when using them.
|
2008-01-29 |
reimar |
Do not pointlessly read data, just skip it.
|
2008-01-29 |
reimar |
Disable reading of flac metadata, mere metadata is not worth such a mess.
|
2008-01-29 |
reimar |
Properly check length of flac metadata.
|
2008-01-29 |
nicodvb |
dvd still menus and latm aac
|
2008-01-29 |
nicodvb |
show dvdnav selection in the OSD only when the osd_level>1; patch by foxcore gmail com
|
2008-01-29 |
reimar |
Fix r25817 to not always destroy codec_tag, this broke playback of e.g. ape files.
|
2008-01-29 |
reimar |
Allow for larger fragment programs.
|
2008-01-29 |
reimar |
More places that should use SEEK_ABSOLUTE / SEEK_FACTOR
|
2008-01-29 |
reimar |
Use defines to give names to the different seek flags.
|
2008-01-29 |
reimar |
Make some assembler constants global instead of declaring them multiple times.
|
2008-01-29 |
reimar |
Make mov subtitles work with -ass
|
2008-01-28 |
ivo |
clarify comments/docs about lav* being the preferred place to implement new
|
2008-01-28 |
reimar |
Support CODEC_ID_MOV_TEXT
|
2008-01-28 |
reimar |
Simplify a condition that probably is not necessary at all
|
2008-01-28 |
kraymer |
sync with r25663 and misc. fixes, patch by JRaSH
|
2008-01-28 |
ivo |
copy note on new demuxers and codecs to the top of the array as well to be
|
2008-01-28 |
reimar |
Use DECLARE_ASM_CONST where possible in libswscale code
|
2008-01-28 |
gpoirier |
sync w/ r25821
|
2008-01-28 |
reimar |
vcd_read must read exactly VCD_SECTOR_DATA bytes.
|
2008-01-28 |
ivo |
note on new demuxers and codecs, add them to lav* instead of libmp*
|
2008-01-28 |
ivo |
port libmpdemux demuxers to libavformat or rewrite from scratch
|
2008-01-28 |
diego |
Get rid of redundant dbg_printf redefinition. Fixes some warnings:
|
2008-01-28 |
diego |
Consistently use uppercase filename as multiple inclusion guard.
|
2008-01-28 |
diego |
Fix compilation failure because bitfile was undefined:
|
2008-01-27 |
diego |
Add multiple inclusion guards.
|
2008-01-27 |
diego |
Replace with the output of the updated alaw-gen generator program.
|
2008-01-27 |
diego |
Add multiple inclusion guards to generated header file.
|
2008-01-27 |
diego |
Change format string so that the table is nicely aligned.
|
2008-01-27 |
diego |
The alaw tables should be const.
|
2008-01-27 |
diego |
Rename some identifiers to not use leading underscores.
|
2008-01-27 |
diego |
Fix illegal identifiers, names starting with __ are reserved for the system.
|
2008-01-27 |
diego |
Change #warning to FIXME comments.
|
2008-01-27 |
diego |
Fix illegal identifiers, names starting with __ are reserved for the system.
|
2008-01-27 |
diego |
Remove setting of ldconfig, it is unused.
|
2008-01-27 |
reimar |
Reindent
|
2008-01-27 |
reimar |
Simplify subtitle handling with -ass
|
2008-01-27 |
reimar |
Support mov subtitle format directly instead of converting to text in the demuxer
|
2008-01-27 |
ben |
reindent after r25881
|
2008-01-27 |
ben |
sub_scale command can now handle both ass and non-ass subs at a time
|
2008-01-27 |
reimar |
Make sure sub_font is freed.
|
2008-01-27 |
reimar |
Allow independent scaling of vo_font and sub_font.
|
2008-01-27 |
kraymer |
sync with r25821, patch by JRaSH (jrash06 163 com)
|
2008-01-27 |
reimar |
Remove $Id$ tags, they make diffs between different versions
|
2008-01-27 |
reimar |
Always use inline instead of _inline, the former is supported by all
|
2008-01-27 |
reimar |
Use the standard "static inline" instead of some broken ifdef mess
|
2008-01-27 |
reimar |
Prefer lavf mov demuxer over our own, it should work better most of the time now.
|
2008-01-26 |
reimar |
Simplify init_vobsub: pass palette via extradata.
|
2008-01-26 |
reimar |
Support vobsub palette in extradata, as exported by libavformat
|
2008-01-26 |
reimar |
100l, inverted condition for AVSEEK_FLAG_BACKWARD
|
2008-01-26 |
reimar |
Used wrong condition for using AVSEEK_FLAG_BACKWARD, it should depend on
|
2008-01-26 |
reimar |
Cosmetics: remove some trailing whitespace
|
2008-01-26 |
reimar |
Add QDM2 codec identifier
|
2008-01-26 |
reimar |
Partially support vobsub subtitles from lavf demuxers (palette support missing)
|
2008-01-26 |
nicodvb |
in the crazy ES probing code return DEMUXER_TYPE_MPEG_ES (mpeg12v) only if we have at least a couple of SEQ/GOP startcodes
|
2008-01-26 |
nicodvb |
in the PMT stream_type==0x11 indicates AAC in LATM streams, that now libfaad can decode; re-added
|
2008-01-26 |
nicodvb |
added code to check and handle the presence of LATM streams in the init() and decode() functions
|
2008-01-26 |
nicodvb |
added AudioSpecificConfigFromBitfile() -that reads from an initizialized
|
2008-01-26 |
nicodvb |
generic functions and structures to parse and statekeep LATM streams
|
2008-01-26 |
nicodvb |
in GASpecificConfig 1 bit (extensionflag3) wasn't being read and the comment was misplaced, too
|
2008-01-26 |
ben |
factorize 2 tests
|
2008-01-26 |
ben |
Check for stream change in dvdnav.
|
2008-01-26 |
ben |
add a new state flag to dvdnav in order to notify if
|
2008-01-26 |
ben |
remove useless casts
|
2008-01-26 |
ben |
simplify by a one-liner
|
2008-01-26 |
ben |
remove the spu_set field, replaced by a flag
|
2008-01-26 |
ben |
this end brace was not correctly indented
|
2008-01-26 |
ben |
automatically set spu button highlight when nav cell has changed
|
2008-01-26 |
ben |
Add support for dvdnav still frames playback.
|
2008-01-25 |
ben |
set -vc=ffmpeg12 as dvdnav prefered decoder
|
2008-01-25 |
diego |
spelling cosmetics
|
2008-01-24 |
ben |
add documentation about switch_angle and switch_title slave commands
|
2008-01-24 |
ben |
array was defined for 6 elements while 7 were declared
|
2008-01-24 |
ben |
type expected by dvdnav_get_title_string() is const
|
2008-01-24 |
ben |
remove some redundant declarations
|
2008-01-24 |
ben |
Add new command to switch between dvdnav titles
|
2008-01-23 |
ben |
cosmetic: reindent code after r25843
|
2008-01-23 |
ben |
sub_scale command now works with ass subtitles renderer
|
2008-01-23 |
eugeni |
Add ass_use_margins command and property to shift subtitles to margins and back
|
2008-01-23 |
eugeni |
Add global ass_force_reload flag.
|
2008-01-23 |
diego |
Ignore compare.
|
2008-01-23 |
rtogni |
Zero codec_inited in the init() function, so that it's cleared everytime
|
2008-01-23 |
reimar |
Add a few const attributes
|
2008-01-23 |
iive |
Use the proper option name for constant quantizer
|
2008-01-23 |
iive |
Move Zoran video controller check after the libavcodec one.
|
2008-01-23 |
diego |
Disable unused functions find_handle_2, find_handle_by_name, fixes the warning:
|
2008-01-23 |
diego |
Disable unused function test_heap, fixes the warning:
|
2008-01-23 |
diego |
Remove unused function exp_ftol_wrong, fixes the warning:
|
2008-01-23 |
diego |
Remove unused function fixup_address, fixes the warning:
|
2008-01-23 |
diego |
Remove unused DPRINTF__ macro.
|
2008-01-23 |
diego |
Move compare.c to TOOLS, add it to the Makefile and document it.
|
2008-01-21 |
reimar |
Fix typo in comment
|
2008-01-21 |
reimar |
Remove useless casts
|
2008-01-21 |
Gabrov |
synced with r25826
|
2008-01-21 |
diego |
Surround variable declarations by preprocessor conditionals to avoid warnings:
|
2008-01-21 |
diego |
Comment out unused variables, fixes the warnings:
|
2008-01-20 |
rtogni |
Prevent possible buffer overflow on album_title[]
|
2008-01-20 |
rtogni |
Clear tmp between ip6 check and string escape to prevent reuse of the
|
2008-01-20 |
diego |
Fix a ton of illegal identifiers. Identifiers starting with __ or _ and a
|
2008-01-20 |
cehoyos |
Added missing single quotation mark.
|
2008-01-20 |
ulion |
Fix compilation failue:
|
2008-01-20 |
ulion |
Fix vobsub_seek use same reseek method as vobsub_get_packet did.
|
2008-01-20 |
ulion |
Fix auto-sub code to support filenames with any extension length.
|
2008-01-20 |
rtogni |
Allow overriding the codec_tag for audio codecs, and always override
|
2008-01-20 |
reimar |
Fragment programs must use unix eol.
|
2008-01-20 |
reimar |
Avoid some pointer conversion warnings (the code is messy but not wrong)
|
2008-01-20 |
reimar |
Add missing vo_w32_border prototype
|
2008-01-20 |
reimar |
Fix some function types from unspecified to empty argument list
|
2008-01-20 |
reimar |
Remove redundant declarations (already in video_out.h)
|
2008-01-19 |
iive |
Extend the precision of rationale conversion so
|
2008-01-19 |
reimar |
-panscan should also work for right and left borders
|
2008-01-19 |
reimar |
Some reindentation
|
2008-01-19 |
reimar |
Reindent
|
2008-01-19 |
reimar |
Simplify and keep terminating end-of-line
|
2008-01-19 |
reimar |
Remove a broken and useless hack to avoid a memcpy
|
2008-01-19 |
reimar |
Cached file must be 0-terminated since we use string processing functions on it
|
2008-01-19 |
reimar |
Make sure we do not write the terminating 0 out of bounds
|
2008-01-19 |
diego |
Add missing #include, fixes the warning:
|
2008-01-19 |
diego |
Use ld conversion specifier for long int argument, fixes the warning:
|
2008-01-19 |
diego |
Add missing #include, fixes the warning:
|
2008-01-19 |
reimar |
Fix endless loop if nAvgBytesPerSec is 0.
|
2008-01-19 |
reimar |
Avoid a division by 0 if i_bps is 0.
|
2008-01-19 |
reimar |
Fix usage example comment
|
2008-01-19 |
reimar |
Fix a coefficient for lscale=5 OpenGL mode
|
2008-01-19 |
diego |
Add name to email address.
|
2008-01-19 |
reimar |
Avoid warning:
|
2008-01-19 |
reimar |
Fix some types to const
|
2008-01-19 |
reimar |
audio_out / video_out structs should be treated as const
|
2008-01-19 |
reimar |
Fix warning:
|
2008-01-19 |
reimar |
Avoid void* arithmetic
|
2008-01-19 |
reimar |
Simplify and silence lots of warnings
|
2008-01-19 |
reimar |
Add the edge-enhancement filter based on edgedetect I had lying around.
|
2008-01-19 |
reimar |
Fix using both lscale and cscale 4
|
2008-01-18 |
gpoirier |
sync w/r25786
|
2008-01-18 |
reimar |
Add a fragment program for 5x5 unsharp masking
|
2008-01-18 |
reimar |
Remove leftover backslash
|
2008-01-18 |
reimar |
Simplify
|
2008-01-18 |
reimar |
Use the same unsharp filter template for 2D and RECT textures
|
2008-01-18 |
reimar |
Small typo in message
|
2008-01-18 |
diego |
Remove broken test program that likely never worked.
|
2008-01-17 |
benoit |
Change (a == NULL) condition to (!a) and (a != NULL) condition to (a).
|
2008-01-17 |
benoit |
Remove some useless parentheses.
|
2008-01-17 |
benoit |
Cosmetics: whitespaces
|
2008-01-17 |
benoit |
Remove non cosmetic spaces inside parentheses.
|
2008-01-17 |
benoit |
Description: remove superfluous parentheses.
|
2008-01-17 |
benoit |
Check param in sws_getCachedContext().
|
2008-01-17 |
ulion |
Fix code to prevent from accessing queue->packets[-1].pts that causes a crash.
|
2008-01-16 |
reimar |
Fix OpenGL unsharp filter
|
2008-01-16 |
diego |
typo fix
|
2008-01-16 |
diego |
VIDIX is no longer a shared library.
|
2008-01-16 |
diego |
URL updates for contributed win32 stuff.
|
2008-01-16 |
diego |
better ao/vo profile examples
|
2008-01-16 |
diego |
misc markup fixes
|
2008-01-16 |
diego |
misc spelling fixes
|
2008-01-15 |
ptt |
removed a english part, left in here, sigh
|
2008-01-15 |
ptt |
little grammar fix
|
2008-01-15 |
ptt |
synced with r25757
|
2008-01-15 |
ptt |
added missing "&"
|
2008-01-15 |
ptt |
added missing escapes
|
2008-01-15 |
ptt |
syncet to r25663
|
2008-01-15 |
ptt |
updated my mail address
|
2008-01-15 |
compn |
add default deinterlace key
|
2008-01-15 |
reimar |
Create/allocate conversion textures before scaler textures.
|
2008-01-15 |
reimar |
Add experimental unsharp-mask OpenGL scaler. Certainly not yet perfect.
|
2008-01-15 |
reimar |
Document vo gl lscale=3
|
2008-01-15 |
reimar |
Add a forgotten case to create_scaler_textures, avoids an incorrect warning.
|
2008-01-15 |
reimar |
Remove a useless cast
|
2008-01-14 |
diego |
The GUI requires font support.
|
2008-01-14 |
reimar |
Seems that all - should be escaped in the man page
|
2008-01-14 |
reimar |
Extend heartbeat-cmd man page entry
|
2008-01-13 |
rtogni |
Simplify/cleanup of real_calc_response_and_checksum()
|
2008-01-13 |
rtogni |
Don't oversize realchallenge buffers
|
2008-01-13 |
reimar |
Put bff_mask into muxer context instead of a global variable.
|
2008-01-13 |
reimar |
Fix the bug where the window would become smaller each time vo_ontop is toggled.
|
2008-01-13 |
reimar |
Make some radeon vidix driver tables static and const
|
2008-01-13 |
reimar |
Make mp_properties const
|
2008-01-13 |
reimar |
All the m_property stuff works fine with constant m_option_t
|
2008-01-13 |
reimar |
Make xpm arrays really const (I missed that they are not strings but
|
2008-01-13 |
reimar |
Make all gui xpm bitmaps const
|
2008-01-13 |
reimar |
gui_opts should be const for win32 gui as well (why, oh why, was all
|
2008-01-13 |
reimar |
Win32 gui has the same m_option_print error handling bug
|
2008-01-13 |
reimar |
Fix 100l: error check for m_option_print was unreachable
|
2008-01-13 |
reimar |
Make big gui_opts array const
|
2008-01-13 |
reimar |
Make several mapping tables related to input processing const.
|
2008-01-13 |
reimar |
Mark qt default palette tables as const
|
2008-01-13 |
reimar |
Make all demuxer_desc_t const, thus moving them to .rodata
|
2008-01-13 |
reimar |
First step towards making all demuxer_desc_t const
|
2008-01-13 |
reimar |
Remove a useless assignment (there is an if just a few lines above
|
2008-01-13 |
reimar |
Simplify cue-parsing
|
2008-01-13 |
reimar |
Get rid of quite useless inum variable
|
2008-01-13 |
reimar |
Add a forgotten #ifdef USE_ASS around ass_free_track
|
2008-01-13 |
reimar |
Use AV_WB*
|
2008-01-13 |
reimar |
Remove some useless () and {}
|
2008-01-13 |
reimar |
Simplify
|
2008-01-13 |
reimar |
Use AV_WB16 instead of ugly memcpy hacks
|
2008-01-13 |
reimar |
Use AV_RB* instead of custom variants.
|
2008-01-13 |
reimar |
Use sizeof instead of size variables/defines
|
2008-01-13 |
reimar |
Make some pnm data const
|
2008-01-13 |
reimar |
dvb_demuxdev etc. are only used in dvb_tune.c so make them static
|
2008-01-13 |
reimar |
Make several arrays const
|
2008-01-13 |
reimar |
Remove some unused extern variables
|
2008-01-13 |
reimar |
stream_opts should be const
|
2008-01-13 |
reimar |
stream_info_t opts and protocols point to constant data as well.
|
2008-01-13 |
reimar |
Make all tvi_info_t const
|
2008-01-13 |
reimar |
Make some tvi_functions_t pointers const that I forgot to change before
|
2008-01-13 |
reimar |
Remove useless ifdefs
|
2008-01-13 |
reimar |
Add type to extern declaration
|
2008-01-13 |
reimar |
Make dvd_audio_stream_types and dvd_audio_stream_channels const
|
2008-01-13 |
reimar |
tvi_functions_t should be const
|
2008-01-13 |
reimar |
Add forgotten const for pal_ireland.
|
2008-01-13 |
reimar |
Remove another 2 useless casts
|
2008-01-13 |
reimar |
Get rid of another useless cast
|
2008-01-13 |
reimar |
Remove a cast useless since r24425.
|
2008-01-13 |
reimar |
Move variable declaration into block where it is used.
|
2008-01-13 |
reimar |
Remove result from warning string, it has no useful meaning here.
|
2008-01-13 |
reimar |
Remove a useless cast
|
2008-01-13 |
nicodvb |
moved pes_header from file-static to send_mpeg_pes_packet_ll()
|
2008-01-13 |
rik |
fix bug in error message (found by Diego through a compiler warning)
|
2008-01-12 |
reimar |
Use a transform_color function to reduce code duplication
|
2008-01-12 |
reimar |
Write functions used by send_mpeg_*_packet may _not_ modify data
|
2008-01-12 |
reimar |
ps1_header and ps2_header should be const
|
2008-01-12 |
reimar |
Add a few "const" attributes.
|
2008-01-12 |
reimar |
Remove unused variable
|
2008-01-12 |
reimar |
Move uselessly global variables
|
2008-01-12 |
reimar |
Adjust list of colourspaces supported by vd_ijpg
|
2008-01-12 |
reimar |
Colourspace conversions do _not_ belong into a decoder!
|
2008-01-12 |
reimar |
Cosmetics: get rid of huge amounts of trailing whitespace
|
2008-01-12 |
reimar |
Remove an unused global variable
|
2008-01-12 |
reimar |
Avoid uselessly global variables
|
2008-01-12 |
reimar |
100l, free strdup'd strings
|
2008-01-12 |
reimar |
Builtin codecs array can now be const
|
2008-01-12 |
reimar |
Replace the persistent CODECS_FLAG_SELECTED by a local "stringset" with
|
2008-01-12 |
eugeni |
Do not try to guess font metrics based on its bounding box.
|
2008-01-12 |
eugeni |
Add libass support to demux_lavf.
|
2008-01-12 |
eugeni |
Instead of keeping attachments in mkv demuxer, use demuxer_add_attachment().
|
2008-01-12 |
eugeni |
Add demuxer interface for attachments.
|
2008-01-11 |
eugeni |
Remove global_ass_track. Instead create an ass_track for each 't' track.
|
2008-01-11 |
eugeni |
Move all subtitle parsing from mkv demuxer to update_subtitles().
|
2008-01-11 |
eugeni |
Init and destroy ass_tracks in demuxer.c based on sh_sub->type value.
|
2008-01-11 |
eugeni |
Set extradata for subtitle tracks in mkv demuxer.
|
2008-01-11 |
eugeni |
Add extradata to sh_sub_t.
|
2008-01-11 |
eugeni |
Factorize private data decoding for subtitle tracks in mkv demuxer.
|
2008-01-11 |
reimar |
Make code slightly less confusing to me
|
2008-01-11 |
reimar |
Slightly deobfuscate
|
2008-01-11 |
reimar |
Another small simplification. Slightly worse performance in the case
|
2008-01-11 |
reimar |
Slightly simplify read_buffer code
|
2008-01-11 |
reimar |
Simplify: use memset
|
2008-01-11 |
reimar |
Fix indentation
|
2008-01-11 |
reimar |
Remove useless cast
|
2008-01-11 |
ben |
document vo.* and ao.* playback profiles
|
2008-01-11 |
ulion |
Fix buffer overflow bug by calculate the buffer size accurately.
|
2008-01-10 |
ben |
allow profile loading per audio/video output
|
2008-01-10 |
reimar |
Add an extra check to avoid a case that cause black lines in scaled
|
2008-01-10 |
eugeni |
Clear demuxed data when subtitle track is changed.
|
2008-01-10 |
eugeni |
Use malloc for codecdata. Fixes segfault in free_sh_sub.
|
2008-01-10 |
ben |
updated english manpage with protocol/extension profile loading feature
|
2008-01-10 |
ben |
factorizes variable check
|
2008-01-10 |
ben |
add support for per protocol and per extension playback profile loading
|
2008-01-10 |
ben |
export m_config_set_profile()
|
2008-01-10 |
ben |
allow generation of ctags and etags
|
2008-01-10 |
ulion |
Deny the code using realpath().
|
2008-01-09 |
gpoirier |
sync w/r25657
|
2008-01-09 |
reimar |
Codecdata must always be malloc'd, fixes free being called with an
|
2008-01-09 |
compn |
dumpstream is NOT a better way to copy a dvd title
|
2008-01-09 |
compn |
dvd-device can specify iso files too
|
2008-01-09 |
uau |
Set CONFIG_SWSCALER in order to avoid imgresample
|
2008-01-09 |
uau |
Remove unnecessary <signal.h> includes
|
2008-01-08 |
reimar |
Use getppid instead of getpid and move a snprintf to where it is actually needed.
|
2008-01-08 |
reimar |
Simplify a needlessly complex use of snprintf
|
2008-01-08 |
reimar |
Do not use exit_player in the signal handler, this code just can not
|
2008-01-08 |
eugeni |
Clear fonts when the file is closed.
|
2008-01-08 |
eugeni |
Fix ass_clear_fonts not deallocating fontdata.
|
2008-01-08 |
diego |
Fix illegal identifiers, names starting with __ are reserved for the system.
|
2008-01-07 |
diego |
Fix illegal identifier, names starting with _ and uppercase are reserved.
|
2008-01-07 |
diego |
Fix illegal identifier, names starting with _ and uppercase are reserved.
|
2008-01-07 |
diego |
Fix #endif comment, sync with libdvdcss r208.
|
2008-01-07 |
eugeni |
No need to reinvent strdup...
|
2008-01-07 |
kraymer |
sync with r25158, patch by JRaSH
|
2008-01-07 |
eugeni |
Deallocate audio track codecdata.
|
2008-01-07 |
eugeni |
Copy font data to ass_library instead of referencing demuxer-owned memory.
|
2008-01-07 |
ulion |
Set freetype flag in the font_desc_t when using a freetype font.
|
2008-01-07 |
reimar |
Add heartbeat-cmd option
|
2008-01-07 |
reimar |
Remove some now unused screensaver stuff code.
|
2008-01-07 |
reimar |
Remove most of the messy screensaver code in favour of only XResetScreenSaver
|
2008-01-07 |
reimar |
Use a screensaver_off variable to save current state and avoid
|
2008-01-06 |
diego |
Fix illegal identifiers: Names starting with __ or _ and uppercase are reserved
|
2008-01-06 |
reimar |
Make some functions in mplayer.c static
|
2008-01-06 |
diego |
Relicense to GPL v2 or later with Reimar's permission.
|
2008-01-06 |
reimar |
Whitespace-only cosmetics: get rid of tabs
|
2008-01-06 |
diego |
Rename common.[ch], there are too many files by that name.
|
2008-01-06 |
diego |
cosmetics: alphabetical order
|
2008-01-06 |
diego |
Rename common.[ch] to gtk_common.[ch], there are too many files by that name.
|
2008-01-06 |
rtogni |
Don't overread audio data
|
2008-01-06 |
rtogni |
Don't dynamically allocate sub_packet_lengths[] in raac demuxing.
|
2008-01-06 |
rtogni |
Do not pass timestamp to realvideo binary decoder
|
2008-01-06 |
diego |
Remove unused definition.
|
2008-01-06 |
diego |
Remove changelog from file header, we have revision control for this.
|
2008-01-06 |
diego |
cosmetics: Whitespace changes, add comments to some #endif directives.
|
2008-01-06 |
diego |
Remove all test programs with 'make clean'.
|
2008-01-06 |
diego |
/usr/lib/win32 --> /usr/local/lib/codecs
|
2008-01-06 |
diego |
Remove compilation command comments.
|
2008-01-06 |
diego |
Ignore test programs.
|
2008-01-06 |
diego |
Comment out non-existing mp_msg_set_level function to fix linking.
|
2008-01-06 |
diego |
Fix compilation by replacing a broken macro with in-place code.
|
2008-01-06 |
diego |
Fix compilation due to conflicting type declaration:
|
2008-01-06 |
diego |
Add missing #include so that the header works standalone.
|
2008-01-06 |
diego |
Add proper compilation rules for qtx/list and qtx/qtxload and remove silly
|
2008-01-06 |
diego |
Get the dshow test program closer to linking.
|
2008-01-06 |
diego |
Fix warnings:
|
2008-01-06 |
diego |
Add missing #includes to fix compilation:
|
2008-01-05 |
eugeni |
Allow overriding [Script Info] parameters with -ass-force-style option.
|
2008-01-05 |
ben |
Give a sense to this sentence
|
2008-01-05 |
nicodvb |
angle switching in dvd
|
2008-01-05 |
nicodvb |
documented angle commands
|
2008-01-05 |
diego |
Fix typo, LIBNAME should be LIBNAME_COMMON.
|
2008-01-05 |
nicodvb |
properties to get and set angle; patch by oattila chello hu
|
2008-01-05 |
nicodvb |
properties to change angle; patch by oattila chello hu
|
2008-01-05 |
nicodvb |
wrapper functions to get/set angle: the wrapping is needed to RESYNC the demuxer; patch by oattila chello hu
|
2008-01-05 |
nicodvb |
implemented _ANGLE STREAM_CTRLs, patch by oattila chello hu
|
2008-01-05 |
nicodvb |
implemented _ANGLE STREAM_CTRLs, patch by oattila chello hu
|
2008-01-05 |
nicodvb |
NEW STREAM_CTRLs: STREAM_CTRL_GET_NUM_ANGLES STREAM_CTRL_GET_ANGLE STREAM_CTRL_SET_ANGLE
|
2008-01-05 |
nicodvb |
in the PMT stream_type==0x11 identified AAC in LATM-over-LOAS syntax that isn't decodable yet, removed
|
2008-01-05 |
lorenm |
remove code for colorspaces x264 doesn't support
|
2008-01-05 |
nicodvb |
fixed bug when playing multi-angle titles: the address field in the agli data
|
2008-01-05 |
lorenm |
fix artifacts in -vf fspp. regression in r23476.
|
2008-01-05 |
ulion |
Fix property audio_delay bug when step up/down with arg value NULL.
|
2008-01-04 |
gpoirier |
sync w/r25587
|
2008-01-03 |
Gabrov |
synced with r25592
|
2008-01-03 |
uau |
Add HAVE_SOCKLEN_T to config.h for FFmpeg
|
2008-01-02 |
diego |
Relicense file to GPL v2 or later with the permission of Rudolf Marek,
|
2008-01-02 |
diego |
Add proper license header.
|
2008-01-02 |
diego |
Get rid of build system hackery to generate mga_crtc2_vid.o and rage128_vid.o.
|
2008-01-02 |
diego |
Properly express dependencies for generated .c and .h files.
|
2008-01-02 |
nicodvb |
when {v|a}_o_mpegpes:card isn't specified by the user mplayer uses the first available card
|
2008-01-02 |
nicodvb |
when :card isn't specified by the user search the first available card
|
2008-01-02 |
cehoyos |
Add an example for dvdnav:// usage with path.
|
2008-01-02 |
diego |
Use _ISOC99_SOURCE instead of _GNU_SOURCE.
|
2008-01-02 |
zuxy |
Happy New Year!
|
2008-01-02 |
diego |
10l: Replace #define with #endif where I really meant to write #endif.
|
2008-01-01 |
diego |
Add multiple inclusion guards to all header files that lack them.
|
2008-01-01 |
diego |
Add a comment that explains why this header has no multiple inclusion guards.
|
2008-01-01 |
diego |
Replace multiple inclusion guards with leading underscores by default names.
|
2008-01-01 |
diego |
Consistently use _H in multiple inclusion guard.
|
2008-01-01 |
diego |
consistency cosmetics: Do not #define multiple inclusion guards to 1.
|
2008-01-01 |
diego |
Consistently use just the name of the #ifdef directive in preprocessor comments.
|
2008-01-01 |
diego |
consistency cosmetics
|
2008-01-01 |
diego |
Consistently use just the name of the #ifdef directive in #endif comments.
|
2008-01-01 |
diego |
Fix wrong #endif comment that does not match the #ifdef directive.
|
2008-01-01 |
diego |
Port typo fixes from FFmpeg.
|
2008-01-01 |
diego |
Remove compilation command from source file, it is already in the Makefile.
|
2008-01-01 |
diego |
Fix license header to read Lesser General Public License 2.1,
|
2008-01-01 |
diego |
unrarlib.o no longer exists, link against unrar_exec.o.
|
2008-01-01 |
diego |
Add explanatory comments to #endif preprocessor directives.
|
2008-01-01 |
nicodvb |
include dvdnav.h from its installation directory rather than appending
|
2008-01-01 |
gpoirier |
update copyright year to 2008
|
2008-01-01 |
nicodvb |
removed inclusion of unneeded header (forgotten in previous commit)
|
2008-01-01 |
nicodvb |
private structures belong to the C file using them, not to header files included somewhere else
|
2007-12-31 |
diego |
Add explanatory comments to the #endif part of multiple inclusion guards.
|
2007-12-31 |
diego |
Add comments to some #endif directives.
|
2007-12-31 |
diego |
Remove superfluous README file, its content is in the Copyright file.
|
2007-12-31 |
diego |
Comment out the correct #endif directive.
|
2007-12-31 |
diego |
Relicense files marked as GPL v2 to GPL v2 or later.
|
2007-12-31 |
diego |
Fix typo in multiple inclusion guard comment.
|
2007-12-31 |
diego |
Relicense GPL v2 files as GPL v2+ and add proper license headers.
|
2007-12-31 |
ulion |
Default use the dir where the current playing file located if path not set.
|
2007-12-30 |
diego |
Relicense files written by Nick Kurshev and marked as "GPL v2" to
|
2007-12-30 |
diego |
Add proper license header.
|
2007-12-30 |
diego |
Add missing #include, fixes the warning:
|
2007-12-30 |
diego |
Remove unused variable, fixes the warning:
|
2007-12-30 |
diego |
Remove redundant extern declarations, fixes the warnings:
|
2007-12-30 |
gpoirier |
sync w/r25529, patch by JRaSH: jrash06 A 163 P com
|
2007-12-30 |
diego |
Remove unused static variables, fixes the warnings:
|
2007-12-30 |
diego |
Remove unused variables, fixes the warnings:
|
2007-12-30 |
diego |
Disable unused code, fixes the warning:
|
2007-12-30 |
diego |
Add missing #include for vo_draw_text.
|
2007-12-30 |
diego |
Do not duplicate MJpegContext struct, #include the proper header instead.
|
2007-12-30 |
diego |
Add missing #include, fixes the warning:
|
2007-12-30 |
diego |
typo
|
2007-12-30 |
eugeni |
Improve comments for ass_process_* functions.
|
2007-12-30 |
eugeni |
Return from ass_start_frame immediately if the track is empty.
|
2007-12-29 |
Gabrov |
synced with r25539
|
2007-12-28 |
diego |
Use proper length specifiers in mp_msg calls, fixes the warnings:
|
2007-12-28 |
diego |
Fix warnings when compiling test application.
|
2007-12-28 |
eugeni |
Fix update_subtitles() checking subtitle type for the wrong track.
|
2007-12-28 |
ptt |
synced with r25455
|
2007-12-28 |
eugeni |
Add detection of *lrint* and round* functions to configure.
|
2007-12-28 |
diego |
Make windres binary name configurable, useful for cross-compiling.
|
2007-12-28 |
ulion |
Remove redundant option 'auto-close' from cmdlist and filesel.
|
2007-12-27 |
diego |
typo in preprocessor condition
|
2007-12-27 |
diego |
Remove unused static variable pass, fixes the warning:
|
2007-12-26 |
ulion |
From now on, libmenu does not steal all input keys from input modules.
|
2007-12-26 |
ulion |
Support ?(!NAME:TEXT) format for expanding string by property.
|
2007-12-25 |
reimar |
Add a missing free of the avctx
|
2007-12-25 |
ulion |
Use '-' instead of '_' in option name.
|
2007-12-25 |
ulion |
Remove useless scope.
|
2007-12-25 |
ulion |
Change the default osd menu command for AR_MENU in comment of input.conf.
|
2007-12-25 |
ulion |
Simplify the condition code.
|
2007-12-24 |
reimar |
Add some const/static qualifiers as appropriate
|
2007-12-24 |
reimar |
Use realloc_struct in more places for consistency
|
2007-12-24 |
reimar |
Get rid of some of the more excessive () and casts.
|
2007-12-24 |
diego |
pci_db2c.awk creates more than just two .c files, add the rest to the rule.
|
2007-12-24 |
diego |
Skip unnecessary (debug) output; obey the rule of silence.
|
2007-12-24 |
lu_zero |
Make sure we have an rtsp session
|
2007-12-23 |
diego |
typo: begining --> beginning
|
2007-12-23 |
reimar |
Replace LOAD_LE32 etc. by AV_RL32 etc.
|
2007-12-23 |
reimar |
Add a read_varlen function to reduce some code duplication
|
2007-12-23 |
iive |
Fix compilation of liba52/test.c testing and benchmarking application.
|
2007-12-22 |
reimar |
Set vo_mouse_autohide in gl and gl2 vos, so the mouse hiding behaviour
|
2007-12-22 |
diego |
cosmetics: Remove trailing whitespace, reformat one comment.
|
2007-12-22 |
diego |
Add proper copyright/license headers.
|
2007-12-22 |
reimar |
Add missing X11/extensions/scrnsaver.h include
|
2007-12-22 |
diego |
Remove wrong and misleading comments.
|
2007-12-22 |
diego |
typos
|
2007-12-22 |
diego |
cosmetics: grammar/spelling
|
2007-12-22 |
reimar |
100l, fix compilation.
|
2007-12-22 |
ulion |
Grammar fix.
|
2007-12-22 |
ulion |
Add copyright info for s/pdif code from VideoLAN.
|
2007-12-22 |
diego |
Add missing #include, fixes
|
2007-12-22 |
diego |
cosmetics: Remove trailing whitespace.
|
2007-12-22 |
diego |
cosmetics: spelling fixes
|
2007-12-22 |
reimar |
Set is_streamed correctly, should make network playback work more reliably.
|
2007-12-22 |
reimar |
Get rid of URLProtocol mess (especially problematic since it made use
|
2007-12-22 |
reimar |
Typo fix in message
|
2007-12-22 |
reimar |
Simplify int_fastXY_t test in configure.
|
2007-12-22 |
ulion |
Do not send mouse movements events in root win mode.
|
2007-12-22 |
reimar |
Remove useless #ifdefs
|
2007-12-22 |
reimar |
Add support for XScreenSaverSuspend
|
2007-12-22 |
ulion |
Check availability before check argument for getting gamma properties.
|
2007-12-22 |
ulion |
Revert to r25490, since the r25491 is not correct.
|
2007-12-22 |
ulion |
Combine code for check availability of property audio(id).
|
2007-12-22 |
ulion |
Combine common code for check whether chapter is available.
|
2007-12-22 |
ulion |
OSD menu support mouse selection.
|
2007-12-22 |
ulion |
Move two variable to the scope where they are indeed used.
|
2007-12-21 |
reimar |
Simplify a little bit
|
2007-12-21 |
reimar |
Remove a check that is never in any way useful
|
2007-12-21 |
diego |
comment typo fixes
|
2007-12-21 |
reimar |
Avoid some le2me_ASF_* stuff operating directly on buffer, should
|
2007-12-21 |
diego |
The lagarith DLL requires an MMX2 CPU.
|
2007-12-21 |
reimar |
Remove another useless cast
|
2007-12-21 |
reimar |
100l, buffer bound checks work better when done _before_ access.
|
2007-12-21 |
reimar |
Reduce some extreme parsing ugliness (mostly cosmetic)
|
2007-12-21 |
reimar |
Remove useless alloc casts
|
2007-12-21 |
reimar |
Reduce code duplication: add a asf_read_wrapper function that never does partial reads
|
2007-12-20 |
ptt |
30% synced with r22753
|
2007-12-20 |
reimar |
Move more variables into the block where they are used
|
2007-12-20 |
reimar |
Move a variable to where it is used
|
2007-12-20 |
ulion |
Support send mouse movements commands to mplayer.
|
2007-12-20 |
ulion |
Fix stream_cache to use sector_size set in stream_t.
|
2007-12-20 |
reimar |
Move ds->current=NULL; further up to the free_demux_packet.
|
2007-12-20 |
ulion |
Fix comment from unrarlib to unrar_exec
|
2007-12-20 |
ulion |
Remove redundant code since unrarlib was removed.
|
2007-12-20 |
reimar |
Use tv_sec instead of tv_usec to set 1 second timeout, e.g. NetBSD
|
2007-12-20 |
diego |
Remove internal unrarlib copy, the new unrarexec code is a strict superset.
|
2007-12-20 |
benoit |
Make sure strides have positive values before converting.
|
2007-12-20 |
ulion |
Add variable bx, dx to simplify code of function menu_draw_list.
|
2007-12-20 |
ulion |
Add local variable 'line_h' to simplify code of function menu_list_draw.
|
2007-12-19 |
ulion |
Ignore mouse pos command when pausing.
|
2007-12-19 |
ulion |
Currently menu title did not align center together with menu items when x>=0.
|
2007-12-19 |
ulion |
Calculate and draw osd accurately.
|
2007-12-19 |
ulion |
Make libmenu init and uninit in proper place.
|
2007-12-19 |
ulion |
Vobsub support tridx setting in .idx file.
|
2007-12-19 |
ulion |
Use calloc instead of malloc when allocate vobsub_t.
|
2007-12-19 |
gpoirier |
sync w/r25455
|
2007-12-19 |
ulion |
Protocol name should be case insensitive.
|
2007-12-19 |
ulion |
Merge 'Jump to ...' with 'Prev/Next' menu item into one item 'Prev/Next ...'.
|
2007-12-18 |
diego |
typo noticed by Paul TT
|
2007-12-18 |
rik |
change license from GPLv2 to 'GPL v2 or later', requested by Diego, I can do that since I wrote the files (based on other stuff from MPlayer (and some external things under GPL v2 or later))
|
2007-12-18 |
gpoirier |
sync w/25440
|
2007-12-18 |
ulion |
Use NSMakeRect and NSRect in correct way:
|
2007-12-18 |
ulion |
Fix wrong code in last commit.
|
2007-12-18 |
ulion |
Fix mouse button mapping:
|
2007-12-18 |
ulion |
Here should add the minb to x when x>=0 because in later code
|
2007-12-18 |
ulion |
Fix the menu uninit function name.
|
2007-12-18 |
ulion |
Replace another m_struct_t by 'struct m_struct_st' to remove depedency
|
2007-12-18 |
diego |
Stop MPlayer from complaining about bogus AviSynth DLL load failures.
|
2007-12-18 |
ulion |
Remove dependency on m_struct.h when include libmenu/menu.h.
|
2007-12-18 |
ulion |
Do not operate on vobsub when no video (Bug #312).
|
2007-12-17 |
ben |
r25345 patched the wrong line.
|
2007-12-17 |
ulion |
Record screen size and display size in vo_ variables.
|
2007-12-17 |
ulion |
screen_frame is only used for fullscreen mode.
|
2007-12-17 |
ulion |
Fix the expand text's format by the source.
|
2007-12-17 |
ulion |
Caching toc header in vcd private structure for later use.
|
2007-12-17 |
ulion |
Add cdda stream control for chapter commmands.
|
2007-12-17 |
ulion |
Fix indent for last commit.
|
2007-12-17 |
ulion |
Ignore elements of keybindings other than 'binding'.
|
2007-12-17 |
ulion |
Remove NO_REPEAT mask from keycode, fix keycode matching for JOY_BTN0, etc.
|
2007-12-17 |
ulion |
Display parsed keycode in verbose output.
|
2007-12-17 |
gpoirier |
mention that the sync is partial
|
2007-12-17 |
gpoirier |
partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%
|
2007-12-17 |
diego |
cosmetics: Remove trailing whitespace.
|
2007-12-17 |
ulion |
Modified for using chapter property for $(NAME:TEXT) or ?(NAME:TEXT).
|
2007-12-17 |
ulion |
Fix memory leak.
|
2007-12-17 |
ulion |
The function parameter 'preferred_language' should be const char *.
|
2007-12-17 |
diego |
Use correct #include for waitpid, fixes the warning:
|
2007-12-16 |
diego |
Remove useless stray #include.
|
2007-12-16 |
diego |
Replace some more broken SYS_DARWIN preprocessor conditionals with __APPLE__.
|
2007-12-16 |
ulion |
Should not change stream->pos in fill_buffer function.
|
2007-12-16 |
diego |
cosmetics: reformatting
|
2007-12-16 |
diego |
There are no special rules for commits to the build system.
|
2007-12-16 |
ulion |
Support cddb on darwin.
|
2007-12-16 |
ben |
make libass use sub_font_name whenever it's possible
|
2007-12-16 |
gpoirier |
sync w/ r25389 (up-to-date!!)
|
2007-12-16 |
gpoirier |
sync w/r25315
|
2007-12-15 |
nicodvb |
10l, in dvb_free_config() channels' names must be free individually
|
2007-12-15 |
ben |
cosmetic: indent after r25415
|
2007-12-15 |
ben |
do not override *file_format if already set by asf_streaming_start()
|
2007-12-15 |
reimar |
pa_stream_write reportedly needs locking of the main loop
|
2007-12-15 |
reimar |
Fix indentation
|
2007-12-15 |
reimar |
Remove pointless pa_stream_trigger call
|
2007-12-15 |
reimar |
Documentation for waitop function
|
2007-12-15 |
ulion |
Make the end_sector accessable (it should be).
|
2007-12-15 |
ulion |
Add auto-update property for property menu item.
|
2007-12-15 |
nicodvb |
removed the obscene priv->stream entry. Someone must have injected vodka in my milk when I wrote it
|
2007-12-15 |
nicodvb |
get rid of the file-static dvb_config and free the config at close() . Patch by Andrew Calkin and me
|
2007-12-15 |
ulion |
Only read disc info once and save it for later using.
|
2007-12-15 |
nicodvb |
dvb cleanup: call dvb_(set|step)_channel() without dereferencing stream->priv (1000l to me)
|
2007-12-15 |
ulion |
The buffer used for pread need be aligned, but currently it got an offset 23
|
2007-12-15 |
ulion |
Get end position of last track by adding its starting address with track size.
|
2007-12-15 |
ulion |
Replace printf with mp_msg.
|
2007-12-14 |
gpoirier |
partial sync with some of the latest commits
|
2007-12-14 |
uau |
Always enable largefile support by default
|
2007-12-14 |
ben |
implemented frame selection for savage driver
|
2007-12-14 |
ben |
fix frame size calculation
|
2007-12-14 |
ben |
remove useless code parts
|
2007-12-14 |
ben |
bgr24 and bgr32 support
|
2007-12-14 |
ben |
rgb -> bgr
|
2007-12-14 |
ben |
register values were already set: simplify
|
2007-12-14 |
ulion |
Only print one track info when exactly seeking to the beginning of a track.
|
2007-12-14 |
ulion |
Support chapter in OSD menu.
|
2007-12-14 |
ulion |
Support chapter as a property.
|
2007-12-14 |
ulion |
Fix stream cdda seeks to CD's end and hangs forever bug.
|
2007-12-14 |
ulion |
Support using unrar executable to access rar-compressed vobsub files.
|
2007-12-14 |
cehoyos |
Cosmetics: Fix indentation.
|
2007-12-14 |
cehoyos |
Set correct image format for 24bit "raw " in mov files.
|
2007-12-13 |
ulion |
Add demuxer functions for chapter feature.
|
2007-12-13 |
ulion |
Add new audio filter for encoding multi-channel audio into ac3 at runtime.
|
2007-12-12 |
nicodvb |
cosmetics: partially reformatted this monstruosity
|
2007-12-12 |
nicodvb |
fix memleaks; patch by andrew calkin from gmail com
|
2007-12-12 |
ben |
reverted r25323: deprecated by ulion's recent patches
|
2007-12-12 |
ptt |
synced with r25379
|
2007-12-12 |
compn |
add lagarith codec, someone finally found it in the wild.
|
2007-12-12 |
ulion |
Fix libass to support -nofontconfig.
|
2007-12-12 |
diego |
cosmetics: Remove ugly and inconsistent uppercasing from filenames.
|
2007-12-12 |
diego |
cosmetics: Move public function declarations together.
|
2007-12-12 |
diego |
Add missing declaration for dct64_altivec, fixes the warning:
|
2007-12-12 |
ulion |
Fix memory leak. I thought asx_get_attrib() return a const char *,
|
2007-12-12 |
ulion |
Fix memory leak, reported by Andrew Calkin <andrew P calkin A gmail P com>.
|
2007-12-12 |
ulion |
Remove headers not used.
|
2007-12-12 |
ulion |
Add OSD menu keybindings for Apple Remote.
|
2007-12-12 |
ulion |
Update comment that navigating keys is defined in menu.conf.
|
2007-12-11 |
diego |
Replace SYS_DARWIN by __APPLE__ and __DARWIN__ where appropriate.
|
2007-12-11 |
diego |
Add missing #include <stdio.h>, fixes the warning:
|
2007-12-11 |
diego |
support for xtensa CPU architecture
|
2007-12-11 |
diego |
Slightly simplify preprocessor conditionals.
|
2007-12-11 |
diego |
Ahem, fix breakage of last commit: The AltiVec detection code has three
|
2007-12-11 |
ben |
allow osd menu being controlled by joystick
|
2007-12-11 |
diego |
Do not set SYS_AMIGAOS4, it is unused.
|
2007-12-11 |
diego |
SYS_AMIGAOS4 --> __AMIGAOS4__
|
2007-12-11 |
diego |
slight consistency change for default DVD device selection
|
2007-12-11 |
diego |
Remove redundant condition from list of CD/DVD-ROM devices.
|
2007-12-11 |
diego |
Do not set -DSYS_DARWIN, it is unused.
|
2007-12-11 |
diego |
Replace SYS_DARWIN condition by __APPLE__ || __DARWIN__.
|
2007-12-11 |
diego |
Remove redundant and obfuscating preprocessor conditional.
|
2007-12-11 |
diego |
Replace SYS_DARWIN conditional by the more correct __APPLE__.
|
2007-12-11 |
diego |
There is a check for altivec.h in configure so use the preprocessor directive
|
2007-12-11 |
diego |
Replace SYS_DARWIN conditional directive around gcc macros by __APPLE_CC__.
|
2007-12-11 |
reimar |
Make init_video function in dec_video static, it is not used outside that file.
|
2007-12-11 |
diego |
Identifiers starting with __ are reserved for the system.
|
2007-12-11 |
diego |
Remove pointless HAVE_ALTIVEC around the whole file, it is only compiled when
|
2007-12-11 |
diego |
Relicense as GPL v2 or later like the rest of liba52.
|
2007-12-11 |
ulion |
Fix spudec to display current vobsub immediately after a seek.
|
2007-12-11 |
ulion |
Make up missing changelog for dts wav support.
|
2007-12-11 |
ulion |
Support to run multiple mplayer commands set in menu.conf
|
2007-12-11 |
ulion |
Add new function for parsing and queueing multi-commands separated by \n or \r.
|
2007-12-10 |
compn |
some changes
|
2007-12-10 |
ben |
Fixed VIDIX color bug that was introduced when Radeon VIDIX driver
|
2007-12-10 |
ben |
Dump the ati radeon DISP_MERGE_CNTL register to ease the
|
2007-12-10 |
ulion |
Fix all current known multi-channel wrong order problems by adding
|
2007-12-10 |
ulion |
Fix memory leak that tmp allocated but maybe not used.
|
2007-12-10 |
diego |
Fix printf format string length modifiers, removes about a trillion warnings.
|
2007-12-10 |
diego |
Comment out unused variable.
|
2007-12-10 |
ulion |
Fix mylstat() call to parent dir where the subdir has no exec permission.
|
2007-12-10 |
diego |
Remove unused parameters from main(), fixes the warnings:
|
2007-12-10 |
diego |
Fix printf format string length modifiers, removes the warnings:
|
2007-12-10 |
diego |
Fix printf format string length modifiers, removes the warnings:
|
2007-12-10 |
diego |
spelling/grammar/wording/formatting
|
2007-12-10 |
ulion |
Fix my wrong code in r25530.
|
2007-12-10 |
ulion |
Make up missing header update in r25326.
|
2007-12-10 |
ulion |
Move temp variable declaration into inner loop scope.
|
2007-12-10 |
ulion |
Ignore heading spaces when parsing command.
|
2007-12-10 |
ulion |
Fix missing command line bug by making the input parameter constant.
|
2007-12-09 |
nicodvb |
associate mpeg12 ffourccs to vc_mpegpes (fixes playback with hw mpeg12 decoders and demux_lavf)
|
2007-12-09 |
ulion |
Combine common code for dealing with file action and dir action.
|
2007-12-09 |
ulion |
Use recorded last path only when stat it ok.
|
2007-12-09 |
ulion |
Convert vobsub custom colors from rgb to yuv using a common function.
|
2007-12-08 |
ben |
identifiers starting with an underscore are reserved by the C standard
|
2007-12-08 |
nicodvb |
removed stupid checks
|
2007-12-08 |
ben |
rework of libmenu open_dir()
|
2007-12-08 |
ulion |
Remove useless include added in last commit by mistake.
|
2007-12-08 |
cehoyos |
Allow usage of icc 10.1
|
2007-12-08 |
ulion |
Move vobsub palette->yuv convert code into a common function.
|
2007-12-08 |
diego |
Add missing declarations for AltiVec functions, fixes the warnings:
|
2007-12-08 |
ulion |
Remove useless variable aoIsCreated since we took good care of init failure.
|
2007-12-08 |
ulion |
Restore y of palette into the same value range as it was in the .ifo file.
|
2007-12-07 |
diego |
Fix 'make checkheaders' on AltiVec-enabled systems.
|
2007-12-06 |
diego |
minor spelling/grammar fixes
|
2007-12-06 |
ptt |
cleanup and conformation of values description for -ass-hinting
|
2007-12-06 |
zuxy |
Do not PostQuitMessage when destroying a child window.
|
2007-12-05 |
ivo |
suppress silly messages when checktree is not called from the root of the tree
|
2007-12-05 |
ivo |
only check source code for gnuisms
|
2007-12-05 |
ivo |
simpler and more easily expandable test whether we need a shortlist that
|
2007-12-05 |
ivo |
test for presence of .svn directory if we are supposed to traverse the tree
|
2007-12-05 |
ptt |
three little corrections...
|
2007-12-05 |
ptt |
initial submit for revision... 24% synced with r22753
|
2007-12-05 |
ulion |
Prevent from outputing mass of 'skip' log messages in verbose level.
|
2007-12-05 |
ivo |
when gathering the list of files to check via svn info, also include
|
2007-12-04 |
ben |
sync ivtv driver with vidix.sf.net (multiple revisions)
|
2007-12-04 |
ben |
sync with vidix.sf.net r319: remove useless vars
|
2007-12-04 |
ben |
sync with vidix.sf.net r317: fixes colorspace issues for vidix savage driver
|
2007-12-04 |
ben |
Sync with vidix.sf.net r320: ati radeon >= R5xx do not have overlay
|
2007-12-04 |
ben |
sync with vidix.sf.net r318: resolve bitfield collision in vidix radeon driver (patch by Guillaume Lecerf)
|
2007-12-04 |
ben |
add new configure option to disable VIDIX PCI device name database (saves a 300 kB on mplayer binary)
|
2007-12-04 |
lu_zero |
Rename demuxer tags to clarify
|
2007-12-04 |
lu_zero |
live555 and libnemesi support coexists
|
2007-12-04 |
lu_zero |
10l ... the header was used there too
|
2007-12-04 |
lu_zero |
Remove non necessary header
|
2007-12-04 |
lu_zero |
Make libnemesi use specific struct and DEMUXER_TYPE
|
2007-12-04 |
ulion |
Add cleanup codes for init() failure to prevent leak.
|
2007-12-04 |
ulion |
When auto loading subs, log warning instead of error for load failure.
|
2007-12-04 |
ulion |
Remove hardcoded key->cmd bindings in libmenu, support custom key bindings
|
2007-12-03 |
diego |
Use correct printf length modifiers, fixes the following warnings:
|
2007-12-03 |
ivo |
cosmetics/indentation
|
2007-12-03 |
ivo |
when gathering the list of files to check via svn info, also include
|
2007-12-03 |
ivo |
add functions that are not specifically marked as being deprecated or obsolete,
|
2007-12-03 |
ben |
synchronized with vidix.sf.net r315: remove now useless defines
|
2007-12-03 |
ben |
synchronized with vidix.sf.net r315: update savage driver pci ids list
|
2007-12-03 |
ptt |
syncd with r25278
|
2007-12-03 |
Gabrov |
synced with r25282
|
2007-12-03 |
rfelker |
10l, len may change after initialization time
|
2007-12-03 |
rfelker |
fix declaration after statement, take 2
|
2007-12-03 |
rfelker |
fix declaration after statement
|
2007-12-03 |
ulion |
Skip empty vobsub streams when selecting subtitles.
|
2007-12-03 |
corey |
fix typo
|
2007-12-03 |
ulion |
Fix custom palette format from rgb to yuv, we use it as yuv in the spudec.
|
2007-12-02 |
diego |
Remove unused variables, fixes the warnings:
|
2007-12-02 |
reimar |
Get rid of some useless extra ()
|
2007-12-02 |
reimar |
mime_type_table is const as well
|
2007-12-02 |
reimar |
Add a few forgotten static/const attributes in tvi_vbi.c
|
2007-12-02 |
reimar |
Make wsKeyNames array const
|
2007-12-02 |
reimar |
evNames / evBoxs should be "static const"
|
2007-12-02 |
reimar |
stream_opts arrays should be const
|
2007-12-02 |
reimar |
Make m_option_t arrays referenced by cfg-common.h const
|
2007-12-02 |
reimar |
Table of ID3 genres should be const as well
|
2007-12-02 |
reimar |
Format mapping table should be const
|
2007-12-02 |
reimar |
Preserve unsv:// protocol specifier over http redirects.
|
2007-12-02 |
cehoyos |
Fix playback of streams with more than one video track (only one supported).
|
2007-12-02 |
reimar |
Get rid of fsPressed variable and related code. It does not really
|
2007-12-02 |
reimar |
Parameter of Filter function can be const, removes the warning
|
2007-12-02 |
reimar |
Fix return type of getGtkEntryText, it must be const
|
2007-12-02 |
reimar |
Make the main m_option_t arrays const
|
2007-12-02 |
reimar |
Add appropriate const specifiers to some custom parse functions.
|
2007-12-02 |
reimar |
Move fakemono extern to cfg-common.h where it is actually used.
|
2007-12-02 |
reimar |
Remove pointless ifdefs around extern declarations
|
2007-12-02 |
reimar |
Option print functions may not and do not modify value
|
2007-12-02 |
ulion |
Do not queue empty cmd.
|
2007-12-02 |
reimar |
Mark more m_option_t uses as const
|
2007-12-02 |
reimar |
Get rid of some "discards qualifiers" warnings
|
2007-12-02 |
reimar |
First try to mark some things in m_config correctly as const
|
2007-12-02 |
reimar |
get/set video colors string is constant
|
2007-12-02 |
reimar |
vf_equalizer_t string is constant
|
2007-12-02 |
reimar |
Make osd font const
|
2007-12-02 |
reimar |
Make all vf_info_t structs const
|
2007-12-02 |
reimar |
Mark the vo_functions_t definitions as const where possible.
|
2007-12-02 |
reimar |
Mark several uses of vo_functions_t as const to stop some of the current
|
2007-12-02 |
reimar |
Remove completely outdated commented-out code
|
2007-12-02 |
diego |
Fix some spelling typos
|
2007-12-02 |
reimar |
Make vo info structs const
|
2007-12-02 |
reimar |
Remove last remains of long-gone VOCTRL_SCREENSHOT
|
2007-12-02 |
reimar |
Remove video_out_png extern in vo_vesa (remains of ill-advised
|
2007-12-02 |
reimar |
Remove casts that are (no longer) necessary
|
2007-12-02 |
reimar |
Use proper type for vidix_preinit parameter instead of void *
|
2007-12-02 |
reimar |
Mark all stream_info_t as const
|
2007-12-02 |
voroshil |
When IFO file is opened (detected by extension), set dvd-device to IFO file's
|
2007-12-02 |
reimar |
Make auto_open_streams array itself const
|
2007-12-02 |
ulion |
Add type info to menu_t, now we can get the menu name and the type name of menu.
|
2007-12-01 |
reimar |
auto_open_streams should have const type, fix also the places where it is used
|
2007-12-01 |
reimar |
Finally replace get_uint?? by AV_RL??
|
2007-12-01 |
reimar |
Get rid of annoying, space-wasting sizeof(uint32_t)
|
2007-12-01 |
reimar |
Bigendian fix for ogg in AVI
|
2007-12-01 |
reimar |
Use a loop instead of doing the same thing three times
|
2007-12-01 |
reimar |
Use a pointer variable for extradata to simplify init_avi_with_ogg
|
2007-12-01 |
reimar |
Set sh_video->format when parsing aviheader, otherwise it might never
|
2007-12-01 |
reimar |
Remove some pointless casts
|
2007-12-01 |
reimar |
Create correct extradata for vorbis audio when used as avi sub-demuxer
|
2007-12-01 |
reimar |
Fix some typos in comments, grammar is still bad.
|
2007-12-01 |
reimar |
Fix typos in comments to stop them hurting my eyes
|
2007-12-01 |
nicodvb |
at startup show audio and subtitle streams available in the chosen title with all their properties
|
2007-12-01 |
uau |
Fix ao_null with float samples
|
2007-12-01 |
uau |
ao_null: Make duration of "buffered" audio constant
|
2007-11-30 |
michael |
simplify
|
2007-11-30 |
ivo |
10l for me. I should read my own comments just above it ;)
|
2007-11-30 |
ivo |
less code for initializing default settings
|
2007-11-30 |
ivo |
add test for deprecated and obsolete functions
|
2007-11-30 |
reimar |
Make outburst and buffersize depend on channel count.
|
2007-11-30 |
reimar |
100l, bzero is deprecated, use memset instead
|
2007-11-30 |
ben |
this variable was nothing but a useless memleak
|
2007-11-30 |
ben |
this local variable can be static
|
2007-11-30 |
ulion |
Remove stray line that slipped through in last commit.
|
2007-11-30 |
ulion |
Fix warnings:
|
2007-11-30 |
diego |
Comment some #endif directives.
|
2007-11-30 |
reimar |
Add support for Apple's yuv2 raw format
|
2007-11-30 |
reimar |
Add the correct format substitutions to make the raw decoders
|
2007-11-30 |
ulion |
Support double buffering, fix osd flicker.
|
2007-11-30 |
ulion |
Fix play window not get actived problem on Leopard.
|
2007-11-29 |
ulion |
Ignore empty event.
|
2007-11-29 |
nicodvb |
-identify also shows the duration(s) of the title(s)
|
2007-11-29 |
nicodvb |
cosmetics: moved identification code to a separate function
|
2007-11-29 |
ivo |
Proper license header.
|
2007-11-29 |
ivo |
Remove redundant changelog from comments
|
2007-11-29 |
ivo |
Proper license header.
|
2007-11-29 |
ivo |
Remove redundant changelog comments. There's always svn log.
|
2007-11-29 |
ivo |
Remove redundant changelog from comments. There's always svn log.
|
2007-11-29 |
diego |
Fix multiple inclusion guards, identifiers starting with __ are reserved
|
2007-11-29 |
ulion |
Even when vobsub is forced, .ifo file is still not necessary,
|
2007-11-29 |
nicodvb |
when no title is chosen -identify all titles present in the dvd
|
2007-11-29 |
nicodvb |
with -identify show the title being described
|
2007-11-28 |
nicodvb |
-identify shows chapters times when playing dvd streams
|
2007-11-28 |
nicodvb |
-identify chapters of chosen title
|
2007-11-28 |
voroshil |
r24924: Add audio filter scaletempo
|
2007-11-28 |
voroshil |
r25011: a couple of tricks to improve playback resistance and usability of dvb streams
|
2007-11-28 |
voroshil |
r25058: Add missed translatable string in my previous commit
|
2007-11-28 |
ulion |
Add an example for play DTS-CD with passsthrough.
|
2007-11-28 |
zuxy |
Correct VCD track no. calculation on Windows.
|
2007-11-28 |
zuxy |
Avoid gcc warning:
|
2007-11-28 |
zuxy |
Return correct length in ID_VCD_TRACK_n_MSF
|
2007-11-28 |
ulion |
Set protocol for the vo proxy used in shared-buffer mode.
|
2007-11-27 |
lu_zero |
Enable -rtsp-port for nemesi
|
2007-11-27 |
lu_zero |
Remove stray var
|
2007-11-27 |
ptt |
synced with r25179
|
2007-11-27 |
ulion |
Added myself, as suggested by Diego.
|
2007-11-27 |
ulion |
Takeover as maintainer of mplayer osx port with Nicolas' blessing.
|
2007-11-27 |
diego |
Add missing forced linebreak, slight wording improvement.
|
2007-11-27 |
ulion |
Use const char * to replace a char * parameter.
|
2007-11-27 |
ulion |
Fix warnings:
|
2007-11-26 |
ptt |
synced with r24954
|
2007-11-26 |
ptt |
synced with r24604
|
2007-11-26 |
ptt |
synced with r24346
|
2007-11-26 |
ptt |
was synced to r25017, my fault sorry
|
2007-11-26 |
ptt |
synced with r25011
|
2007-11-26 |
ptt |
synced with r25146
|
2007-11-26 |
ptt |
synced with 25158
|
2007-11-26 |
reimar |
100l in play_tree_parser_get_line, check that there actually is
|
2007-11-26 |
reimar |
Replace http:// URLs in asx files by mmshttp://.
|
2007-11-26 |
reimar |
Simplify convert_14bits_to_16bits function in ad_hwac3
|
2007-11-26 |
voroshil |
Add missing '\n' in tv scanner results output.
|
2007-11-26 |
ulion |
Fix warning on Leopard, tested ok on Tiger:
|
2007-11-26 |
ulion |
Fix warning:
|
2007-11-26 |
ulion |
Support stream redirection from http to mms, fix bug #927.
|
2007-11-26 |
ulion |
Fix code to make sure the browse starting path within the menu-chroot path.
|
2007-11-25 |
nicodvb |
10l, removing the conditional bitfields from (audio|sub)_mapping_t requires the big->native conversion
|
2007-11-25 |
diego |
Restore copyright/license notices that were stripped off.
|
2007-11-25 |
diego |
Remove mapdev.vxd. It is a non-free Win9x/DOS binary and its usage remains
|
2007-11-25 |
ulion |
Make up missed update for osd message.
|
2007-11-25 |
ulion |
Support select subtitle by source, add 4 properties:
|
2007-11-24 |
cehoyos |
Since FFmpeg r11077, some muxers/demuxers don't exist in libavformat anymore.
|
2007-11-24 |
voroshil |
Revert r25089 (Ignore video formats which are supported by device
|
2007-11-24 |
voroshil |
Move requested format at top and shift all oters down
|
2007-11-24 |
voroshil |
Сreate empty format arrays in case of error in init_chain_common.
|
2007-11-24 |
ulion |
Support convert 14-bit DTS stream into 16-bit stream if needed,
|
2007-11-23 |
nicodvb |
pgc->subp_control and pgc->audio_control are no more bitfields,
|
2007-11-23 |
nicodvb |
replaced audio_mapping_t and sub_mapping_t with uint16_t and uint32_t
|
2007-11-23 |
ulion |
Fix memory leak of image_data.
|
2007-11-23 |
ulion |
Fix a memory leak when working in shared_buffer mode.
|
2007-11-23 |
ulion |
Check boundary for queue's current_index.
|
2007-11-23 |
diego |
Clarify playtree explanation.
|
2007-11-23 |
iive |
Bring (de)muxer_lavf up to date with the libavformat API changes introduced by FFmpeg commit r11071.
|
2007-11-23 |
lu_zero |
Enable Theora support
|
2007-11-23 |
ulion |
Prevent from using data->len when data is NULL (when play() return NULL).
|
2007-11-23 |
ulion |
Move the setCurrentTexture call into flip_page(), fix osd flicker problem.
|
2007-11-22 |
diego |
Fix half-baked last commit.
|
2007-11-22 |
nicodvb |
don't include anymore the dvdread headers from the dvdnav directory
|
2007-11-22 |
diego |
Remove ! operator hack, we require a POSIX-compatible-shell.
|
2007-11-22 |
diego |
Invert the logic to check the cmp return value cmp to avoid using the ! operator.
|
2007-11-22 |
diego |
comment spelling/grammar fixes
|
2007-11-22 |
gpoirier |
mention VC-1/WMV MMX speed-up in the changelog
|
2007-11-22 |
iive |
Fix compilation error.
|
2007-11-21 |
ulion |
Fix a wrong cmdline example of using -menu-chroot.
|
2007-11-21 |
voroshil |
Compilation fix (typo)
|
2007-11-21 |
lu_zero |
AAC support (aac-hbr only)
|
2007-11-21 |
lu_zero |
Media Format to fourcc conversion (from amol)
|
2007-11-21 |
ulion |
Make hwdts support more dts format identification, 14bits or 16bits, LE or BE.
|
2007-11-21 |
diego |
Rename timer-lx.c --> timer-linux.c.
|
2007-11-21 |
diego |
main() --> main(void)
|
2007-11-21 |
diego |
main() --> main(void)
|
2007-11-21 |
diego |
Remove unused function write_psm_block(), fixes the warning:
|
2007-11-21 |
ulion |
Support dump AF_FORMAT_AC3 format.
|
2007-11-21 |
voroshil |
Sizes of arpmt and arStreamCaps must be equal.
|
2007-11-21 |
zuxy |
vcd://<n> now works for MinGW32 too, hence the updated doc
|
2007-11-20 |
voroshil |
Move code related to chain initialization and similar
|
2007-11-20 |
voroshil |
Fix mplayer crash caused by r25116
|
2007-11-20 |
kostya |
Musepack SV8 lavc decoder support
|
2007-11-20 |
diego |
Put colon inside replaceable tag.
|
2007-11-20 |
voroshil |
Remove no more needed check
|
2007-11-20 |
voroshil |
Fix totally wrong (due to mess of brackets) structures size check.
|
2007-11-20 |
voroshil |
Replace several parameters for get_available_formats_stream
|
2007-11-19 |
voroshil |
New routine for reconnecting two pins with new media type
|
2007-11-19 |
voroshil |
Move pointer to SampleGrabber filter into chain structure.
|
2007-11-19 |
voroshil |
Move common chain uninit code into separate routine.
|
2007-11-19 |
voroshil |
pass chain structure instead of several variables to build_sub_graph
|
2007-11-19 |
voroshil |
fix missed change
|
2007-11-19 |
voroshil |
Add capture filter's pointer to vbi chain structure too.
|
2007-11-19 |
voroshil |
Code unification: get rid of local variable arpmtVBI
|
2007-11-19 |
voroshil |
Add major media type to chain structure
|
2007-11-19 |
voroshil |
One step of code cleanup: move all variables, related
|
2007-11-19 |
ulion |
Let NSApp handle events when uninit to fix the delay dealloc bug of mpGLView.
|
2007-11-19 |
voroshil |
100l: Fix long standing copy-paste error:
|
2007-11-18 |
reimar |
Add padding and unroll loop 4x for at least another 10% speedup
|
2007-11-18 |
reimar |
Change to a 64 bit accumulation variable instead of shifting.
|
2007-11-18 |
reimar |
100l, *ppc++ was supposed to be replaced by ppc[i] in r25100, but that is not any faster.
|
2007-11-18 |
reimar |
Use "long" instead of "int" for innermost loop variable.
|
2007-11-18 |
reimar |
Rearrange scaletempo inner loop.
|
2007-11-18 |
nicodvb |
warn users to disable dvdread internal (at least for the moment: there's
|
2007-11-18 |
reimar |
100l, someone mixed up && and ||, so if allocation of only one buffers failed
|
2007-11-18 |
reimar |
Avoid some casts by changing int8_t* to void* in af_scaletempo
|
2007-11-18 |
voroshil |
Add all passed to VID_SET_FORMAT formats to the end of
|
2007-11-18 |
voroshil |
Ensure that when VID_GET_FORMAT ioctl is called,
|
2007-11-18 |
voroshil |
(cosmetics) Indentation fix of previous commit.
|
2007-11-18 |
voroshil |
New media format negotiation code:
|
2007-11-18 |
voroshil |
Move setting media format code
|
2007-11-18 |
voroshil |
Pass all available formats to chain building routine and
|
2007-11-18 |
reimar |
100l, fix uint32_t* instead of uint32_t typo in demux_mf type->fourcc table
|
2007-11-18 |
voroshil |
Ignore video formats which are supported by device
|
2007-11-18 |
voroshil |
Fix crash when pin connection fails.
|
2007-11-18 |
voroshil |
Prevent chains from building more than once.
|
2007-11-18 |
voroshil |
Handle "out of memory" error.
|
2007-11-18 |
voroshil |
Move chains building code into separate routines.
|
2007-11-18 |
ulion |
Add a wish which is available in some filters and players on win32.
|
2007-11-17 |
nicodvb |
mention the new build system
|
2007-11-17 |
voroshil |
(cosmetics) Lookup table alignment.
|
2007-11-17 |
voroshil |
Service routine for constructing AM_MEDIA_TYPE structure from
|
2007-11-17 |
voroshil |
Disable terminating directshow chains with NullRenderer filter,
|
2007-11-17 |
voroshil |
Fix bogus bits per pixel values in lookup table.
|
2007-11-17 |
reimar |
Cleanup sg_io_hdr initialization a bit
|
2007-11-17 |
reimar |
We do not have any use for the sense data, so we don't need a buffer for it.
|
2007-11-17 |
voroshil |
(cosmetics) Indentation fix
|
2007-11-17 |
reimar |
Some more cosmetics
|
2007-11-17 |
reimar |
Move the zeroing directly before the other initialization code
|
2007-11-17 |
reimar |
Move everything that sets buffer values together.
|
2007-11-17 |
reimar |
Another place that can use AV_WB32
|
2007-11-17 |
reimar |
Some cosmetics in dvd_set_speed
|
2007-11-17 |
reimar |
Move the DVD speed factor -> KB/s conversion into the case
|
2007-11-17 |
reimar |
Add a missing close() to dvd_set_speed function
|
2007-11-17 |
reimar |
Open device file only right before we need it, so we do not
|
2007-11-17 |
reimar |
Do not print Ok message when setting speed limit failed
|
2007-11-17 |
reimar |
AV_WB16(..., 1000) more obviously represents one second that assigning
|
2007-11-17 |
reimar |
Use AV_WB32 instead of manual bit-fiddling when setting DVD speed
|
2007-11-17 |
reimar |
GPCMD_SET_STREAMING command is 12 bytes large, not 16
|
2007-11-17 |
rtogni |
Ignore stream id when checking rdt packet flags
|
2007-11-17 |
reimar |
Remove a pointless #ifdef
|
2007-11-17 |
reimar |
Replace if-else constructs for type -> fourcc mapping by a table in demux_mf
|
2007-11-17 |
ulion |
Fix pausing_toggle not continue play bug when it follows a pause immediately.
|
2007-11-16 |
nicodvb |
report why the dvd couldn't be opened. Patch by Jan Knutar jknutar+nic+fi
|
2007-11-16 |
voroshil |
Add missed translatable string in my previous commit
|
2007-11-16 |
voroshil |
Make sure that mplayer will receive actual media type
|
2007-11-16 |
voroshil |
Fix FPS from bitrate calculation (was 8 times larger than real value).
|
2007-11-15 |
rtogni |
Print warning about encrypted audio tracks
|
2007-11-15 |
ulion |
Remove the pause filter and the cmd queue hack, to know the mplayer going to
|
2007-11-14 |
nicodvb |
removed forgotten and out of date comment
|
2007-11-14 |
nicodvb |
removed unneeded checks on MP_DVDNAV and DVDNAV_FORMAT_AC3 (we need and assume our fork)
|
2007-11-14 |
nicodvb |
reindentation
|
2007-11-14 |
nicodvb |
removed unneeded checks on the version of dvdnav (the acceptance of
|
2007-11-14 |
compn |
change fftiff from untested to working
|
2007-11-14 |
compn |
add tif support to demux_mf
|
2007-11-14 |
voroshil |
Not all cards supports changing country code.
|
2007-11-14 |
diego |
libogg muxer no longer exists in FFmpeg.
|
2007-11-14 |
compn |
remove technical changes as pointed out by uau and diego, another update
|
2007-11-14 |
compn |
mencoder has mkv nut and mxf output using lavf
|
2007-11-14 |
compn |
some updates
|
2007-11-13 |
diego |
The FFmpeg WMV2 decoder is no longer buggy now that J-frames are supported.
|
2007-11-13 |
lu_zero |
Check for second stream presence, fixes single stream playback (from amol)
|
2007-11-13 |
lu_zero |
10l video != audio
|
2007-11-13 |
lu_zero |
support extradata for audio streams
|
2007-11-13 |
lu_zero |
fetch metadata for audio (from amol)
|
2007-11-13 |
lu_zero |
Revert stray commit r25027
|
2007-11-13 |
compn |
fix typo spotted by corey
|
2007-11-13 |
ulion |
Remove an useless conditional suggested by Emanuele Giaquinta.
|
2007-11-13 |
lu_zero |
Check for second stream presence, fixes single stream playback (from amol)
|
2007-11-13 |
voroshil |
Add missing call to audio_in_uninit in v4l2 tv driver.
|
2007-11-12 |
reimar |
Replace stupid "unsigned long" by the correct uint32_t.
|
2007-11-12 |
reimar |
Use proper inttypes.h types instead of broken uint32 etc. defines
|
2007-11-12 |
lu_zero |
10l video != audio
|
2007-11-12 |
lu_zero |
support extradata for audio streams
|
2007-11-12 |
lu_zero |
fetch metadata for audio (from amol)
|
2007-11-12 |
lu_zero |
Add support for mpeg4video-es (from dario)
|
2007-11-12 |
lu_zero |
fix forcefps (from amol)
|
2007-11-12 |
lu_zero |
Refactor demux_nemesi (from amol)
|
2007-11-11 |
lu_zero |
unaligned store, should fix bug #893
|
2007-11-11 |
diego |
Prefer DMO Windows Media codecs over the DShow ones. They are considerably
|
2007-11-11 |
ulion |
Remove useless definition.
|
2007-11-11 |
diego |
OGG_MUXER was renamed to LIBOGG_MUXER in FFmpeg.
|
2007-11-11 |
zuxy |
Better handling of win32 GUI thread:
|
2007-11-11 |
ulion |
Indent fix for last change.
|
2007-11-11 |
ulion |
Support mute when passthrough to digital output.
|
2007-11-10 |
diego |
wording/grammar/spelling/formatting
|
2007-11-10 |
nicodvb |
& => &
|
2007-11-10 |
diego |
Get rid of M$ silliness.
|
2007-11-10 |
nicodvb |
at the end of open() warn users that seeking won't work correctly if the cache is enabled
|
2007-11-10 |
nicodvb |
switch_audio works with many other formats than described
|
2007-11-10 |
nicodvb |
small rephrasing
|
2007-11-10 |
nicodvb |
a couple of tricks to improve playback resistance and usability of dvb streams
|
2007-11-10 |
reimar |
Make crash-debug gdb auto-execute "bt"
|
2007-11-10 |
reimar |
Restore terminal for gdb with -crash-debug by calling getch2_disable()
|
2007-11-10 |
ulion |
Fix dead lock when changing and restoring stream format for digital output,
|
2007-11-10 |
ulion |
Make page up and down with proper page size instead of always 10 rows.
|
2007-11-09 |
reimar |
J/X8-Frames in WMV2 are finally supported!
|
2007-11-09 |
diego |
Add missing header files, fixes the warnings:
|
2007-11-09 |
diego |
Add missing header file, fixes the warnings:
|
2007-11-09 |
diego |
Remove misleading comment and remove unnecessary #includes.
|
2007-11-09 |
diego |
Rearrange headers to get rid of an #undef and remove unnecessary headers.
|
2007-11-09 |
diego |
Remove unnecessary dsputil.h #include, fixes the warnings:
|
2007-11-09 |
diego |
#include libavcodec/eval.h instead of manually declaring ff_eval.
|
2007-11-09 |
rfelker |
const fix
|
2007-11-09 |
rfelker |
ack, can't believe i wrote this crap with void pointer arithmetic
|
2007-11-09 |
rfelker |
begin moving const filter data to .text/.rodata sections
|
2007-11-09 |
rfelker |
stage 1 of applying const to vf structs
|
2007-11-09 |
rfelker |
vf_screenshot does not depend on libpng; it uses libavcodec now
|
2007-11-09 |
rfelker |
correct const usage in the option handling code so that tables can be
|
2007-11-09 |
ulion |
Enable ontop command from mplayer to be sent to mplayer osx.
|
2007-11-09 |
zuxy |
Sync with Linux kernel with some latest feature bits.
|
2007-11-08 |
cehoyos |
Fix possible null-pointer-dereference in stream_fill_buffer().
|
2007-11-08 |
cehoyos |
Fix possible null-pointer-dereference in parse_smil().
|
2007-11-08 |
reimar |
Simplify decode_audio function a bit.
|
2007-11-08 |
ulion |
Fix pause key problem in correct way, only handle pause cmd when showing menu.
|
2007-11-08 |
ulion |
Fix cmd filter memory leak, free the cmd after filter ate it.
|
2007-11-07 |
ulion |
Handle mouse up event to get double click support from mp_fifo.
|
2007-11-06 |
rathann |
add support for newer libdca
|
2007-11-06 |
ulion |
Fix mouse right button and middle button incorrect identifications.
|
2007-11-06 |
ulion |
Fix KPENTER keycode value.
|
2007-11-06 |
ulion |
Fix the prevent system idle code. Original code also works, but not as expected.
|
2007-11-06 |
ulion |
Fix the prevent system idle code. Original code also works, but not as expected.
|
2007-11-06 |
ulion |
Warning fixes:
|
2007-11-06 |
diego |
cosmetics: output grammar/spelling fixes
|
2007-11-06 |
diego |
cosmetics: Comment grammar and spelling fixes.
|
2007-11-06 |
diego |
Reduce excessive verbosity: Move debug messages to the appropriate MSGL
|
2007-11-06 |
reimar |
Fix typo in error message
|
2007-11-06 |
ulion |
Fix memory leak caused by after calling mp_input_get_cmd didn't free the cmd.
|
2007-11-05 |
nicodvb |
reindented
|
2007-11-05 |
nicodvb |
10l, setting a non-existent timestamp (default 0.0) when the pts flag isn't set in
|
2007-11-05 |
voroshil |
Fix memory leak.
|
2007-11-05 |
voroshil |
Fix segmentation fault after audio initialization failure in tv driver.
|
2007-11-05 |
ulion |
Add include to fix warning:
|
2007-11-05 |
gpoirier |
sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
|
2007-11-05 |
ulion |
Warning fixes:
|
2007-11-04 |
iive |
10l Diego, revert commit 24966.
|
2007-11-04 |
diego |
Fix previous incorrect commit, +/- has higher precedence than shifts.
|
2007-11-04 |
diego |
The function names of [rgb|bgr]1[56]to[UV|Y] had rgb<->bgr flipped.
|
2007-11-04 |
diego |
Escape some more '-'.
|
2007-11-04 |
Gabrov |
synced with r24954
|
2007-11-04 |
ulion |
Old code for dvdsub_id fix assume the global_sub_indices[SUB_SOURCE_DEMUX]
|
2007-11-03 |
diego |
Avoid short forms; has the added benefit of allowing compilation with gcc 2.95
|
2007-11-03 |
reimar |
Add an example on how to use slave mode with a fifo
|
2007-11-03 |
diego |
Add some parentheses to fix the following warnings:
|
2007-11-03 |
compn |
add some updates
|
2007-11-03 |
reimar |
Fix link to email explaining the paused vf_menu behaviour change
|
2007-11-03 |
diego |
Replace some Hungarian comments, thanks to Denes Balatoni for the translation.
|
2007-11-03 |
diego |
Escape a ton of '-'. Note that this is likely not complete.
|
2007-11-03 |
diego |
another round of '-' escapes
|
2007-11-03 |
diego |
one more '-' escape, wording fix
|
2007-11-03 |
diego |
Escape some more '-' where appropriate.
|
2007-11-03 |
reimar |
Remove idiotic check that would always be false
|
2007-11-03 |
reimar |
Explain new ao_pulse option syntax
|
2007-11-03 |
reimar |
Change parsing to allow host == NULL and sink != NULL
|
2007-11-03 |
reimar |
Simplify argument "parsing"
|
2007-11-03 |
reimar |
Make sink variable local, it is only used in one place
|
2007-11-03 |
reimar |
Remove a check+abort, this case should never happen anyway, and if it does
|
2007-11-03 |
gpoirier |
sync w/r24924, patch by JRaSH %jrash06 A 163 P com%
|
2007-11-03 |
voroshil |
r24875: program switching in demux_lavf
|
2007-11-03 |
voroshil |
r24892: move errors and a warning to help_mp-en.h
|
2007-11-03 |
voroshil |
r24907: Remove paragraph that no long applies: runtime SSE detection on Windows.
|
2007-11-02 |
cehoyos |
We support gcc 2.95 (fixes r24928).
|
2007-11-02 |
nicodvb |
in video_read_frame() set the keyframe flag in demuxer->video when dealing with
|
2007-11-02 |
Gabrov |
synced with r24938
|
2007-11-02 |
nicodvb |
prevent unlikely memleak
|
2007-11-02 |
nicodvb |
10l, priv->use_psm can be 1 only if the format is genmpeg2
|
2007-11-02 |
nicodvb |
add streams to the PSM only if priv->use_psm is set, otherwise the muxer would
|
2007-11-02 |
nicodvb |
moved to fix_parameters() the decision of the necessity of the PSM based on the format of the video stream
|
2007-11-02 |
nicodvb |
removed no more needed variable
|
2007-11-02 |
nicodvb |
moved to fix_parameters() the code that decides if the PSM is needed
|
2007-11-02 |
nicodvb |
repeat the PSM once every second (in terms of delta_scr) otherwise playing the file from the middle would miss the first instance
|
2007-11-02 |
nicodvb |
remove the registration descriptor from the PSM: writing the fourcc in it makes it total crap
|
2007-11-02 |
nicodvb |
100% cosmetics: reformatted with tabs and symmetric braces and removed useless braces and trailing tabs
|
2007-11-01 |
diego |
Add missing #include to fix GNU/kFreeBSD compilation, see Debian bug #448791.
|
2007-11-01 |
uau |
A/V sync: take audio filter buffers into account
|
2007-11-01 |
uau |
af_scaletempo: code cleanup
|
2007-11-01 |
uau |
af_scaletempo: Fix crash in option parsing
|
2007-11-01 |
uau |
af_scaletempo: Fix audio copy position
|
2007-11-01 |
uau |
Add audio filter scaletempo
|
2007-11-01 |
uau |
Make output samplerate independent of -speed
|
2007-11-01 |
uau |
Simplify init_audio_filters() arguments
|
2007-11-01 |
uau |
audio: simplify buffer allocation code
|
2007-11-01 |
uau |
Change decode_audio() interface
|
2007-11-01 |
uau |
Clean up some fields in stheader.h structs
|
2007-11-01 |
uau |
Remove some pointless 'inline' qualifiers
|
2007-11-01 |
uau |
libaf: Remove rational number implementation
|
2007-11-01 |
uau |
libaf: change filter input/output ratio calculations
|
2007-11-01 |
uau |
Remove unused functions in af.c
|
2007-11-01 |
uau |
Replace hopefully unreachable code with abort()
|
2007-11-01 |
uau |
dec_audio.c: Make some functions static
|
2007-11-01 |
uau |
Simplify audio buffer allocation logic
|
2007-11-01 |
uau |
Reindent dec_audio.c
|
2007-11-01 |
voroshil |
typo
|
2007-10-31 |
diego |
Escape some more '-' where appropriate.
|
2007-10-31 |
ptt |
corrected vqscale indentation
|
2007-10-31 |
zuxy |
Remove paragraph that no long applies: runtime SSE detection on Windows.
|
2007-10-31 |
ulion |
Fix input.conf parse bug when comment follows key binding in the same line.
|
2007-10-30 |
diego |
Remove outdated Hungarian translation of the playtree documentation.
|
2007-10-30 |
cehoyos |
Add a backslash.
|
2007-10-30 |
nicodvb |
removed unused variables and parameters
|
2007-10-30 |
compn |
spelling
|
2007-10-30 |
compn |
remove thanks
|
2007-10-30 |
diego |
Explain the difference between '-' and '\-', correctly now.
|
2007-10-30 |
diego |
movie player for Linux --> movie player
|
2007-10-30 |
diego |
Add some missing escapes for '-'.
|
2007-10-30 |
diego |
Consistently use \- in option names.
|
2007-10-30 |
diego |
Remove unused variable:
|
2007-10-30 |
diego |
Comment out uninit function, its use is commented out. Fixes warning:
|
2007-10-30 |
diego |
Remove commented-out and unused fmt_list array.
|
2007-10-30 |
diego |
Remove unused fmt_list array, fixes the warnings:
|
2007-10-30 |
compn |
move errors and a warning to help_mp-en.h
|
2007-10-30 |
diego |
Remove unused functions, fixes the warnings:
|
2007-10-30 |
diego |
Disable clear_screen function, the call to the function is commented out
|
2007-10-30 |
diego |
Comment out unused variable, fixes the warning:
|
2007-10-30 |
diego |
Remove unused functions, fixes the warnings:
|
2007-10-30 |
diego |
Disable function that is only used in disabled code, fixes warning:
|
2007-10-30 |
diego |
sync with FFmpeg r10874
|
2007-10-30 |
zuxy |
Detect IPv6 support on Windows
|
2007-10-29 |
lu_zero |
Fix fps guessing
|
2007-10-29 |
lu_zero |
Update to use newer libnemesi, should fix desync, fps guessing may fail now
|
2007-10-28 |
rtogni |
Change the frame format passed to lavc realvideo decoders to adapt for
|
2007-10-28 |
gpoirier |
sync w/r24875
|
2007-10-28 |
iive |
Cleanup guess_buffer_cp() a bit, remove tmp variable, break the loop on success.
|
2007-10-28 |
iive |
Our enca code uses strdup() on the input encoding name, as we don't modify it we can use the original constant string.
|
2007-10-27 |
nicodvb |
removed silly #if 1
|
2007-10-27 |
nicodvb |
DEMUXER_TYPE_TV is always defined, thus removed corresponding #ifdef USE_TV.
|
2007-10-27 |
nicodvb |
reindented previously modified code
|
2007-10-27 |
nicodvb |
program switching in demux_lavf
|
2007-10-27 |
nicodvb |
program switching in demux_lavf
|
2007-10-27 |
nicodvb |
implemented DEMUXER_CTRL_IDENTIFY_PROGRAM to permit program switching
|
2007-10-27 |
nicodvb |
permit identification and selection of programs
|
2007-10-27 |
nicodvb |
permit the transititions no stream <-> some streams and viceversa (needed for forthcoming program switching patch)
|
2007-10-27 |
nicodvb |
moved to a new function handle_stream() the code to parse the streams and assign the demuxer_streams
|
2007-10-27 |
zuxy |
Make functions static if they aren't referenced externally.
|
2007-10-27 |
zuxy |
Remove unused variables.
|
2007-10-27 |
nicodvb |
in process_userdata() move debugging messages from stdout to stderr
|
2007-10-27 |
nicodvb |
removed funny calls to fflush(stdout) after mp_msg()
|
2007-10-27 |
nicodvb |
removed more empty spaces and empty lines
|
2007-10-27 |
nicodvb |
replaced giant if() with if(pre-calculated variable) (there was even a bug: PS doesn't necessarily contain mpeg12)
|
2007-10-27 |
zuxy |
Cosmetic fix for r24861
|
2007-10-27 |
nicodvb |
cosmetics: removed tabs/empty lines/trailing spaces and done a partial reformatting where desperately needed
|
2007-10-27 |
zuxy |
Avoid crash after recovering from screensaver
|
2007-10-27 |
nicodvb |
cosmetics: moved to function find_video_codec() and reused in video_read_*() the code that identifies the various mpeg* formats
|
2007-10-27 |
reimar |
Remove assert. Not only are they no help at all and proper checks should
|
2007-10-27 |
voroshil |
Basic support for Closed Captioning Roll-up mode.
|
2007-10-27 |
ulion |
Reset two static variables for nosub range when subdata changed/switched.
|
2007-10-25 |
eugeni |
Cosmetics: fix indentation after last commit.
|
2007-10-25 |
eugeni |
Check return value of add_face.
|
2007-10-25 |
uau |
demuxer.c: Remove useless code
|
2007-10-25 |
compn |
fixed osd on mac
|
2007-10-25 |
voroshil |
r24740: misc roff fixes
|
2007-10-25 |
voroshil |
r24745: libavcodec now supports dnxhd encoding.
|
2007-10-25 |
voroshil |
r24772: DirectShow based tv:// driver for win32
|
2007-10-25 |
voroshil |
Don't wait for filling entire audio ringbuffer at each call to grab_audio_frame.
|
2007-10-25 |
voroshil |
Add missing call to audio_in_start_capture.
|
2007-10-24 |
ivo |
add missing include (errno.h). fix compilation on openbsd
|
2007-10-24 |
Gabrov |
synced with r24841
|
2007-10-23 |
zuxy |
Get rid of void pointer arithmetic.
|
2007-10-23 |
ulion |
Fix input command parser for using only tab to separate the arguments.
|
2007-10-23 |
ulion |
Fix GetTimerMS() discontinuous return value bug caused by GetTimer() overflow
|
2007-10-22 |
diego |
A missing break statement caused SDLK_PLUS to be triggered twice on one press.
|
2007-10-22 |
ptt |
type fix: there was a 'not' too much
|
2007-10-22 |
ptt |
synced with r24837
|
2007-10-22 |
ptt |
synced with r24820
|
2007-10-22 |
ptt |
sunc with r24790
|
2007-10-22 |
diego |
Spelling, vf_ow parameters are optional.
|
2007-10-22 |
diego |
fix warning:
|
2007-10-22 |
ptt |
grammar fix
|
2007-10-22 |
compn |
support for wavpack in matroska
|
2007-10-21 |
aurel |
add support for wavpack into matroska
|
2007-10-21 |
diego |
Fix warning:
|
2007-10-21 |
compn |
vp6vfw can decode vp6f too
|
2007-10-21 |
reimar |
Replace hardcoded 0 by equivalent O_RDONLY
|
2007-10-21 |
reimar |
Check ICDecompressGetFormatSize to avoid crashes.
|
2007-10-21 |
diego |
Remove some unused code, fixes the following warnings:
|
2007-10-21 |
diego |
Remove unused code and fix warning:
|
2007-10-21 |
reimar |
ao_openal is mine as well (however someone else developing it further would be welcome)
|
2007-10-21 |
reimar |
I'll be maintaining ao_pulse for now
|
2007-10-20 |
diego |
_vorbis_block_alloc() is used w/o prototype, this will crash on ia64.
|
2007-10-20 |
diego |
Remove unnecessary lines from patch headers.
|
2007-10-20 |
diego |
Certain VIDIX drivers only work on x86, disable for other arches.
|
2007-10-20 |
uau |
Disable libavcodec libvorbis encoder
|
2007-10-20 |
reimar |
Clarify that -vo gl bicubic filtering is B-spline, not polynomial
|
2007-10-20 |
reimar |
Set CONFIG_LIBVORBIS correctly
|
2007-10-20 |
reimar |
Add ASF/MXF decryption support to Changelog
|
2007-10-20 |
voroshil |
Simplify handling SET_NORM for V4l1: replace several if-else-if and switch
|
2007-10-20 |
voroshil |
czech/slovak character set fixes:
|
2007-10-19 |
eugeni |
Avoid text deformation and subtitles moving outside the screen in pan-and-scan
|
2007-10-19 |
ptt |
indentation fix+typo fix
|
2007-10-19 |
rfelker |
reminder that this filter has broken global vars
|
2007-10-19 |
diego |
Mark constant argument of mp_header_process_sequence_header as such.
|
2007-10-18 |
reimar |
-ao pulse in changelog
|
2007-10-18 |
reimar |
Add missing ao_pulse.c
|
2007-10-18 |
reimar |
Replace Polyp- by PulseAudio output.
|
2007-10-18 |
reimar |
Add a space behind openal to get minimum length of 7
|
2007-10-18 |
reimar |
Docs update: -ao openal handles more than one channels since some time already
|
2007-10-18 |
compn |
add comment to endif
|
2007-10-18 |
reimar |
Fix typo in comment
|
2007-10-18 |
diego |
Sync with latest FFmpeg changes.
|
2007-10-18 |
diego |
Sync with FFmpeg r10774.
|
2007-10-18 |
diego |
Rename LIB to LIBNAME for consistency.
|
2007-10-18 |
diego |
1l: Update wrong #endif comment.
|
2007-10-18 |
diego |
Add FFMPEG_ prefix to all multiple inclusion guards.
|
2007-10-17 |
zuxy |
Remove unused static function get_image().
|
2007-10-17 |
compn |
Add Coinitialize function to vfw encoder and win32 loader.
|
2007-10-17 |
compn |
simple avoid wine complaints fix by sherpya
|
2007-10-16 |
Gabrov |
synced with r24795
|
2007-10-16 |
compn |
better vfw encoding workaround for vp7 fourcc
|
2007-10-16 |
compn |
add some changes
|
2007-10-16 |
compn |
add nellymoser to changelog
|
2007-10-16 |
compn |
add nellymoser codec to mplayer with internal fourcc NELL
|
2007-10-16 |
voroshil |
After receiving EINTR 'read' syscall should be restarted.
|
2007-10-15 |
voroshil |
Disable channel scanner when no tuner is present.
|
2007-10-15 |
Gabrov |
synced with r24788
|
2007-10-15 |
ptt |
now italian DOCS are there to be referenced...
|
2007-10-14 |
voroshil |
Fix mplayer segfault when v4l driver initialization (at setting norm
|
2007-10-14 |
voroshil |
#ifdef's in tv.c and tv.h becomes more and more hard to maintain.
|
2007-10-14 |
reimar |
Add -lavfdopts cryptokey
|
2007-10-14 |
diego |
small grammar fix
|
2007-10-14 |
diego |
Consistently set NOTE: in italics.
|
2007-10-14 |
voroshil |
Remove unnecessary curly braces.
|
2007-10-14 |
voroshil |
8 bytes buffer is not enough for at least SECAM-DK.
|
2007-10-14 |
voroshil |
Replace duplicated code with call to routine
|
2007-10-14 |
voroshil |
10l: routine sets norm from parameter, but prints value of tv norm option
|
2007-10-14 |
voroshil |
(cosmetics) indentation fix of my previous commit and small readability
|
2007-10-14 |
voroshil |
Remove driver-dependent #ifdef from norm_from_string routine.
|
2007-10-14 |
voroshil |
(cosmetics) remove trailing whitespace
|
2007-10-13 |
iive |
10l fix compilation with v4l2
|
2007-10-13 |
voroshil |
Add me as author of dshow tv:// driver
|
2007-10-13 |
voroshil |
Changelog entry for dshow tv:// driver
|
2007-10-13 |
voroshil |
DirectShow based tv:// driver for win32
|
2007-10-13 |
compn |
add more warning fixes change
|
2007-10-13 |
nplourde |
Fix deallocate bug which sometimes causes a crash when reinitializing.
|
2007-10-13 |
nplourde |
bugfix for ao_macosx last dts passthrough patch, patch by Ulion, ulion2002 gmail com
|
2007-10-13 |
diego |
support Y800 in raw video
|
2007-10-13 |
nicodvb |
removed useless inclusion of error.h
|
2007-10-12 |
zuxy |
Reorder #includes to get rid of the FIXME
|
2007-10-12 |
zuxy |
Remove unnecessary #include <malloc.h>
|
2007-10-11 |
diego |
cosmetics: typo
|
2007-10-11 |
zuxy |
Silence a gcc warning: "wrong type argument to increment".
|
2007-10-11 |
nplourde |
Add support for AC-3/DTS passthrough.
|
2007-10-10 |
diego |
Sync with FFmpeg changes, NO_DCBZL was renamed to HAVE_DCBZL.
|
2007-10-09 |
ptt |
my fault, left a wrong line, corrected
|
2007-10-09 |
reimar |
Make vf_screenshot use the libavcodec PNG encoder
|
2007-10-09 |
ptt |
synced with r24344
|
2007-10-09 |
ptt |
synced with r24342
|
2007-10-09 |
ptt |
synced with r24710
|
2007-10-09 |
ptt |
synced with r24087
|
2007-10-09 |
ptt |
synced with r24082
|
2007-10-09 |
ptt |
synced up to r24293
|
2007-10-09 |
cehoyos |
Added PAFF decoding
|
2007-10-09 |
diego |
Fix Zip Motion Blocks Video codec name.
|
2007-10-09 |
compn |
add DNxHD (SMPTE VC-3) encoder
|
2007-10-08 |
compn |
add vf ow filter for rc3
|
2007-10-08 |
diego |
Remove Makefile changes from upstream diff. They are strictly local.
|
2007-10-08 |
diego |
cosmetics: Align some lines.
|
2007-10-08 |
gpoirier |
document filter -vf ow: Overcomplete Wavelet denoiser.
|
2007-10-08 |
diego |
libavcodec now supports dnxhd encoding.
|
2007-10-08 |
diego |
cosmetics: Fix inconsistent indentation in directfb test.
|
2007-10-08 |
diego |
Simplify directfb/dfbmga test.
|
2007-10-08 |
diego |
cosmetics: Fix indentation after previous commit.
|
2007-10-08 |
diego |
Remove useless code, the same check is performed a few lines above.
|
2007-10-08 |
diego |
misc roff fixes
|
2007-10-08 |
diego |
Remove the check for specific gcc versions, because:
|
2007-10-08 |
jheryan |
sync to r24573
|
2007-10-08 |
jheryan |
sync to 21.9.2007
|
2007-10-08 |
jheryan |
sync to r24423
|
2007-10-08 |
voroshil |
Sync tag update
|
2007-10-07 |
rtogni |
rc2 was released in 2007, not 2006
|
2007-10-07 |
rtogni |
rc2
|
2007-10-07 |
Gabrov |
synced with r24727
|
2007-10-07 |
gpoirier |
H.264 content can also be decoded with multiple threads
|
2007-10-07 |
rtogni |
Add rc1try2 and rc1try3
|
2007-10-07 |
rtogni |
Fix output channle ordering
|
2007-10-07 |
reimar |
I have mostly taken over maintaining x11_common stuff as well
|
2007-10-07 |
cehoyos |
Changed proposed monitorpixelaspect value for -vo aa to 0.5 as asked by Rich.
|
2007-10-07 |
nplourde |
enable fullscreen command from mplayer to be sent to mplayer osx
|
2007-10-07 |
reimar |
Make sure forked code does not try to display a GTK message box (and thus crashes)
|
2007-10-07 |
voroshil |
r24706: Add hint to monitorpixelaspect for -vo aa.
|
2007-10-07 |
voroshil |
r24709: Documentation follows implementation: Encrytped DVB channels are never
|
2007-10-06 |
rathann |
import cleaned-up RPM spec files
|
2007-10-06 |
rtogni |
Typo
|
2007-10-05 |
Gabrov |
synced with r24711
|
2007-10-05 |
cehoyos |
rtsp-stream-over-tcp also works with NEMESI.
|
2007-10-05 |
cehoyos |
Fix typo.
|
2007-10-05 |
cehoyos |
Documentation follows implementation: Encrytped DVB channels are never
|
2007-10-05 |
cehoyos |
Default monitorpixelaspect is 1.
|
2007-10-05 |
cehoyos |
Fix typo.
|
2007-10-05 |
cehoyos |
Add hint to monitorpixelaspect for -vo aa.
|
2007-10-05 |
ptt |
synced with r24656
|
2007-10-04 |
ptt |
sync'ed with r24136
|
2007-10-04 |
ptt |
sync'd up to r24056
|
2007-10-04 |
ptt |
sync'd up to r24423
|
2007-10-04 |
nicodvb |
in update_stats() removed a wrong 'else' that would prevent h264 headers to be recognized:
|
2007-10-04 |
michael |
change double arrays to float (this should be accurate enough)
|
2007-10-04 |
michael |
fix infinite loop
|
2007-10-04 |
uau |
Fix missing subtitles after seeking back
|
2007-10-03 |
michael |
overcomplete wavelet denoiser
|
2007-10-03 |
nicodvb |
support for DTS as specified in DVB (untested)
|
2007-10-03 |
reimar |
The combination _vis=yes and proc=v9 makes no sense and will not even compile.
|
2007-10-03 |
voroshil |
Format 0x01 cannot be used with "AMV IMA ADPCM", because it belongs to normal PCM.
|
2007-10-03 |
reimar |
Do not uselessly set _x264 to the value it already has
|
2007-10-03 |
reimar |
"AMV IMA ADPCM" can not use 0x1 as tag, it breaks normal PCM.
|
2007-10-03 |
reimar |
Get rid of mp_msg_test in vo_png, only reason to use it is performance and
|
2007-10-03 |
reimar |
Use IMGFMT_IS_BGR instead of mpi->flags&MP_IMGFLAG_SWAPPED, this is easier
|
2007-10-03 |
reimar |
Make a local-only variable static in vo_png
|
2007-10-02 |
reimar |
Set biWidth/biHeight in fli demuxer
|
2007-10-02 |
reimar |
Make sure there is no uninitialized data in BITMAPINFOHEADER created by fli demuxer
|
2007-10-02 |
reimar |
Remove ugly unused struct name from typedef
|
2007-10-02 |
diego |
cosmetics: Fix AltiVec spelling.
|
2007-10-01 |
diego |
Fix warning:
|
2007-10-01 |
diego |
Detect support of and add necessary CFLAGS to avoid crashes when loading
|
2007-10-01 |
diego |
Move misplaced paragraph to the right question and fix the wording.
|
2007-10-01 |
diego |
Remove stray XML tags that broke compilation.
|
2007-10-01 |
diego |
Remove useless quotes.
|
2007-09-30 |
cehoyos |
Added EOF detection for RTSP via live555
|
2007-09-30 |
cehoyos |
Clarify some RTSP changes
|
2007-09-30 |
nicodvb |
mention the recent telecining bugfix in muxer_mpeg
|
2007-09-30 |
rtogni |
Disable direct rendering for ROQ video, the buffer management used by
|
2007-09-30 |
attila |
revert changes r23805, r23819 and r23866 to restore the mga_vid check
|
2007-09-30 |
lu_zero |
Require atleast libnemesi 0.6.2 (range api and h263 support
|
2007-09-30 |
voroshil |
AMV demuxer and audio/video decoder
|
2007-09-29 |
lu_zero |
Gentoo patches for Xext
|
2007-09-29 |
diego |
Give temporary executable file the system-specific executable extension.
|
2007-09-29 |
diego |
Move declaration of temporary file variables to after the system-specific
|
2007-09-29 |
diego |
Fix Theora check without pkgconfig, -ltheora will not link on its own,
|
2007-09-29 |
diego |
Nuke some more outdated and confusing comments.
|
2007-09-29 |
diego |
Remove redundant comment.
|
2007-09-29 |
diego |
Remove useless comment.
|
2007-09-29 |
diego |
cosmetics: Move the command to remove configure.log out of a block of variable
|
2007-09-29 |
gpoirier |
sync w/24656
|
2007-09-29 |
diego |
spelling cosmetics
|
2007-09-29 |
diego |
Enable SSE on MinGW, many builds out there seem to use it without ill effect.
|
2007-09-29 |
compn |
add flac speedups
|
2007-09-29 |
kraymer |
compile fix for faq.xml
|
2007-09-29 |
voroshil |
r24655: analyzeduration option for lavf demuxer
|
2007-09-29 |
Gabrov |
synced with r24656
|
2007-09-29 |
kraymer |
r24030: Document special A-V sync issues with FLV files
|
2007-09-29 |
reimar |
AVI can do video stream switching, too
|
2007-09-29 |
henry |
analyzeduration option for lavf demuxer
|
2007-09-29 |
henry |
remove useless int->double conversion
|
2007-09-29 |
henry |
fix warnings
|
2007-09-29 |
voroshil |
r24646: add -lavfdopts format option
|
2007-09-28 |
nicodvb |
fixed bug introduced with previous commit: patch_panscan() must work in the sequence_display_extension, not on se_ptr
|
2007-09-28 |
nicodvb |
1000l, the tff flag was never cleared before being overwritten with the value on bff_mask;
|
2007-09-28 |
iive |
Define profiles_t as const to fix a warning. Prevent profiles[] from been exported.
|
2007-09-28 |
gpoirier |
sync w/r24646
|
2007-09-28 |
reimar |
Update translations to not recommend -vc dummy (it is too crash-happy)
|
2007-09-28 |
henry |
add -lavfdopts format option
|
2007-09-28 |
lu_zero |
h263 exposed
|
2007-09-28 |
kraymer |
r23578: Fix license header.
|
2007-09-28 |
kraymer |
version bumps for codecs.xml and tvinput.xml
|
2007-09-28 |
kraymer |
some whitespace cosmetics
|
2007-09-28 |
voroshil |
missing sync tag update
|
2007-09-28 |
kraymer |
r22718: add new audio and video codecs to libavcodec list
|
2007-09-27 |
kraymer |
r22679: Some more details for the mga_vid section taken from drivers/README.
|
2007-09-27 |
kraymer |
some whitespace cosmetics
|
2007-09-27 |
kraymer |
r22141: Move all "Encoding with the XXX codec family" sections together.
|
2007-09-27 |
kraymer |
r21897: Rephrase mga_vid section.
|
2007-09-27 |
kraymer |
r21896: Document vo_tdfx_vid.
|
2007-09-27 |
kraymer |
r21861: explain how to use MEncoder to create QuickTime-compatible files
|
2007-09-27 |
kraymer |
r21748: Reformatting round continued
|
2007-09-27 |
kraymer |
r21744: Mention that you can use different image formats with mf://
|
2007-09-27 |
kraymer |
r21705: remove stray propmt from example
|
2007-09-27 |
kraymer |
r21612: replace " with ", better readability
|
2007-09-27 |
kraymer |
r21599: vstrict=0 is required to create DVDs decodable by standalone dvd players
|
2007-09-27 |
kraymer |
"fake" commit (postpone cosmetics from r21537 for now)
|
2007-09-27 |
diego |
Revert wrong ARCH_BFIN --> HAVE_BFIN change.
|
2007-09-27 |
rfelker |
fixing uau's GNUisms... 100l
|
2007-09-26 |
diego |
Disable unused query_format functions for now until they are
|
2007-09-26 |
cehoyos |
Fix compilation after FFmpegs r10594.
|
2007-09-26 |
diego |
Disable buggy unused function via #if 0, blessed by Rich.
|
2007-09-26 |
diego |
Remove unused crappy hash_pic function, blessed by Rich.
|
2007-09-26 |
reimar |
BFIN is an architecture not a CPU extension, so move it from _cpuexts_all to _arch_all
|
2007-09-26 |
ben |
have ChangeLog a bit more generic about vidix ati drivers upgrade
|
2007-09-26 |
diego |
warning fixes:
|
2007-09-25 |
cehoyos |
Fix playback of streams with more than one audio track (only one supported).
|
2007-09-25 |
kraymer |
r24550: msglevel 5 is the default.
|
2007-09-25 |
diego |
misc updates and spelling fixes
|
2007-09-25 |
diego |
cosmetics: misc typo fixes
|
2007-09-25 |
diego |
Add IRC nick for Gianluigi Tiesi.
|
2007-09-25 |
diego |
The FFmpeg RoQ video decoder now uses 444P colorspace.
|
2007-09-24 |
reimar |
Simplify: initialize at declaration at the start of the function
|
2007-09-24 |
reimar |
Get rid of rather pointless asserts
|
2007-09-24 |
uau |
ao_alsa: Fix get_space() return values larger than buffersize
|
2007-09-24 |
uau |
demux_audio.c: Fix timestamp handling
|
2007-09-24 |
uau |
codecs.conf: Change Monkey's Audio decoder status to "working"
|
2007-09-24 |
Gabrov |
synced with r24606
|
2007-09-24 |
voroshil |
r24604: Teletext documentation
|
2007-09-24 |
voroshil |
r24558: Clarify the relationship between -msglevel and MPLAYER_VERBOSE.
|
2007-09-24 |
voroshil |
Teletext documentation
|
2007-09-24 |
voroshil |
Fix compilation with enabled radio capture and disabled OSS audio.
|
2007-09-24 |
diego |
warning fix:
|
2007-09-24 |
aurel |
add support for yuva420p colorspace (yuv420p + alpha)
|
2007-09-24 |
diego |
Pass URLs to gmplayer when executing, it accepts URLs on the command line.
|
2007-09-24 |
diego |
Remove Application from list of Categories, it is not a valid category.
|
2007-09-24 |
diego |
French typo
|
2007-09-24 |
michael |
cosmetic (get rid of _ at the start of local variable names)
|
2007-09-23 |
diego |
According to MSDN a thread must call CoUninitialize once for each successful
|
2007-09-23 |
voroshil |
Add new features, implemented in tv://
|
2007-09-23 |
faust3 |
add functions for the vga register access patch by Guillaume LECERF <foxcore at gmail.com>
|
2007-09-22 |
iive |
Fix building without network.
|
2007-09-22 |
reimar |
Change outdated note for -subfps
|
2007-09-22 |
reimar |
Revert r24103, it was nonsense and add a comment that explains the code
|
2007-09-22 |
nicodvb |
removed unused function parameters
|
2007-09-22 |
nicodvb |
in ts_detect_streams() moved the iteration condition inside the loop
|
2007-09-20 |
faust3 |
add some commented register dumping code
|
2007-09-20 |
Gabrov |
synced with r24573
|
2007-09-20 |
lu_zero |
libnemesi changelog item
|
2007-09-19 |
faust3 |
rivatv_lock_nv04 is actually an extended version of rivatv_lock_nv03 (patch by Guillaume LECERF <foxcore at gmail.com>)
|
2007-09-19 |
lu_zero |
libnemesi support, yet another rtsp/rtp library...
|
2007-09-19 |
diego |
I have overhauled the build system.
|
2007-09-19 |
diego |
I don't maintain any Windows ports, but the Debian package.
|
2007-09-19 |
reimar |
Fix loads of typos
|
2007-09-19 |
diego |
Add myself as Debian package maintainer, Dariush has not been active in years.
|
2007-09-19 |
reimar |
(Re)move idiotic checks, ret can't be < 0 or > 0 if the loop condition
|
2007-09-19 |
reimar |
Fix a few typos
|
2007-09-18 |
eugeni |
More precise line spacing.
|
2007-09-18 |
eugeni |
Fix text height calculation. It depends on line spacing.
|
2007-09-18 |
eugeni |
Fix an obviously incorrect comment.
|
2007-09-18 |
eugeni |
Enable ass_line_spacing option.
|
2007-09-18 |
voroshil |
Implement setting gain control for video devices (usually webcams)
|
2007-09-18 |
diego |
MPEG-2 blocks at qp 1 get overfiltered by spp, apparently because "qp>>1" turns
|
2007-09-18 |
reimar |
Mention that libavc png decoder depends on zlib
|
2007-09-18 |
diego |
Add comment that clears up what _WINGDI_H is for.
|
2007-09-18 |
diego |
Mark phony targets as such.
|
2007-09-18 |
diego |
Simplify commands with automatic variables.
|
2007-09-18 |
faust3 |
fix indentation after the last change (patch by Guillaume LECERF <foxcore at gmail.com>
|
2007-09-18 |
Gabrov |
synced with r24565
|
2007-09-18 |
diego |
Replace stdint.h #include by functionally equivalent inttypes.h.
|
2007-09-18 |
diego |
Replace x-dev dependency with x11proto-core-dev.
|
2007-09-18 |
reimar |
Explain how to use diff -uwbBE with svn directly
|
2007-09-17 |
faust3 |
it is no longer necessary to reboot the system after the dhahelperwin installation (based on code by Romain Lievin from the tilp project)
|
2007-09-17 |
faust3 |
- make dhahelperwin compile with mingw
|
2007-09-17 |
faust3 |
Make dhasetup more verbose based on code by
|
2007-09-17 |
faust3 |
rename windows ddk makefile to nmakefile so that a makefile for mingw can be added
|
2007-09-17 |
diego |
Clarify the relationship between -msglevel and MPLAYER_VERBOSE.
|
2007-09-17 |
faust3 |
fix resolution detection for NV03 and NV04 cards, patch by Guillaume LECERF <foxcore at gmail.com>
|
2007-09-17 |
diego |
Upstream committed both of my libdvdcss patches.
|
2007-09-17 |
diego |
Leading underscores in identifiers are reserved in C.
|
2007-09-17 |
diego |
warning fix:
|
2007-09-17 |
voroshil |
r24550: msglevel 5 is the default.
|
2007-09-17 |
voroshil |
r24549: i_certify is no longer an option
|
2007-09-16 |
diego |
Clarify description of MPLAYER_VERBOSE.
|
2007-09-16 |
diego |
msglevel 5 is the default.
|
2007-09-16 |
compn |
i_certify is no longer an option
|
2007-09-16 |
compn |
reimar cleaned up tivo demuxer
|
2007-09-16 |
compn |
vfw2menc works on linux/windows
|
2007-09-16 |
diego |
Merge three sed invocations into one.
|
2007-09-16 |
diego |
Install man pages in $(PREFIX)/share/man instead of $(PREFIX)/man
|
2007-09-16 |
compn |
vfw2menc works on linux and windows x86 only
|
2007-09-16 |
reimar |
Make vd_ffmpeg work with lavf demuxer also for RealVideo.
|
2007-09-16 |
reimar |
ao_mpegpes does not support S16_LE format, do not claim it does!
|
2007-09-16 |
reimar |
Fix typo in comment
|
2007-09-15 |
ben |
reverted useless r24539
|
2007-09-15 |
ben |
added monkey audio fourcc in wave header
|
2007-09-15 |
reimar |
Add support for cook audio (though most .rm files don't work with lavf
|
2007-09-15 |
ben |
avoid rivatv_lock_nv40() from trashing the screen (patch by Guillaume Lecerf <fox at geexbox dot org>)
|
2007-09-15 |
ben |
fix screen width and height calculation on nvidia vidix (patch by Guillaume Lecerf (fox at geexbox dot org)
|
2007-09-15 |
uau |
getch2: Fix incorrect test
|
2007-09-15 |
ben |
prevent some vidix drivers to get compiled on powerpc, they are not intended to work
|
2007-09-15 |
ben |
restored vidix build on powerpc
|
2007-09-15 |
ben |
the IN/OUT PORT 8/16/32 functions rely on inb/inw/inl/outb/outw/outl that are not available on alpha and powerpc architectures
|
2007-09-15 |
ben |
this flag needs to be defined for pread() on powerpc
|
2007-09-15 |
ben |
ifdef one variable that is not used with alpha and powerpc architectures
|
2007-09-15 |
reimar |
Copy AC-3 bsmod field into IEC data-type field as required by the specs
|
2007-09-15 |
reimar |
Handle swab when input length is odd (treat it as if there was an additional
|
2007-09-15 |
reimar |
Avoid one more code duplication
|
2007-09-15 |
reimar |
get rid of pointless size parameter for tmf_load_chunk
|
2007-09-15 |
reimar |
Avoid using demux->stream->end_pos, it rarely does any good.
|
2007-09-15 |
reimar |
Slightly simplify IsValidAudioPacket
|
2007-09-15 |
reimar |
Simplify another two ifs into one
|
2007-09-15 |
reimar |
Make one mp_msg call out of 3
|
2007-09-15 |
reimar |
Simpler and more robust tar parsing
|
2007-09-15 |
reimar |
Get rid of bloated ty_extension function
|
2007-09-15 |
reimar |
Do not uselessly name structs
|
2007-09-15 |
reimar |
Remove another variable and reorder to avoid wasting space due to alignment
|
2007-09-15 |
reimar |
PTS should be passed as int64_t to demux_ty_CopyToDemuxPacket
|
2007-09-15 |
reimar |
Remove now useless parameters from demux_ty_CopyToDemuxPacket
|
2007-09-15 |
reimar |
Remove more unused code and variables
|
2007-09-15 |
diego |
cosmetics: Fix typo in function name.
|
2007-09-15 |
nicodvb |
removed unused members from dvdnav_priv_t
|
2007-09-15 |
nicodvb |
Removed dead code related to stills.
|
2007-09-15 |
ben |
updated changelog with recent monkey audio decoder support
|
2007-09-15 |
zuxy |
Revert r24446 since it breaks mingw32 build: _WINGDI_H is defined in wingdi.h
|
2007-09-14 |
reimar |
live recordings can contain 0-size type 0 chunks, ignore them instead
|
2007-09-14 |
reimar |
Move some more variable declarations
|
2007-09-14 |
reimar |
Remove tabs and trailing whitespace
|
2007-09-14 |
reimar |
A few more useless ()
|
2007-09-14 |
reimar |
Minor simplifications
|
2007-09-14 |
reimar |
Further simplify demux_ty_FindESHeader
|
2007-09-14 |
reimar |
Optimize demux_ty_FindESHeader
|
2007-09-14 |
reimar |
Remove some commented-out debugging code
|
2007-09-14 |
reimar |
Fix demux_ty_FindESHeader so it won't overread
|
2007-09-14 |
reimar |
Simplify demux_ty_FindESPacket by reusing demux_ty_FindESHeader
|
2007-09-14 |
reimar |
Remove unused demux_ty_FindESPacket parameter
|
2007-09-14 |
reimar |
Simplify demux_ty_FindESHeader
|
2007-09-14 |
reimar |
Move variable declarations into the block where they are used
|
2007-09-14 |
reimar |
Another piece of duplicate code
|
2007-09-14 |
reimar |
Avoid a big piece of duplicated code
|
2007-09-14 |
reimar |
Get rid of more code duplication
|
2007-09-14 |
reimar |
Simplify XDS handling
|
2007-09-14 |
reimar |
Reduce code duplication
|
2007-09-14 |
reimar |
Greatly simplify IsValidAudioPacket, though this might break something
|
2007-09-14 |
reimar |
Simplify IsValidAudioPacket
|
2007-09-14 |
reimar |
Do not misuse a_streams for private info, demuxer->priv is for that!
|
2007-09-14 |
reimar |
Use AV_RB24
|
2007-09-14 |
reimar |
get rid of pointless pesFileId variables
|
2007-09-14 |
reimar |
Simplify AV_RB32 / 256 -> AV_RB24
|
2007-09-14 |
reimar |
Use AV_RB32 instead of tivobuffer2hostlong
|
2007-09-14 |
reimar |
Yet more cosmetics
|
2007-09-14 |
reimar |
Move timestamps to int64_t and use MP_NOPTS_VALUE
|
2007-09-14 |
reimar |
Demuxers are _not_ supposed to set ds->pts!
|
2007-09-14 |
reimar |
Fix completely broken get_ty_pts (it's an ordinary MPEG timestamp)
|
2007-09-14 |
reimar |
Another ty simplification
|
2007-09-14 |
reimar |
Remove unused variable
|
2007-09-14 |
reimar |
tmf_totalsize is not used either, remove it
|
2007-09-14 |
reimar |
More simplifications
|
2007-09-14 |
reimar |
Get rid of some quite pointless variables
|
2007-09-14 |
reimar |
Move boundary check before use!
|
2007-09-14 |
voroshil |
pthreads support is required for teletext
|
2007-09-14 |
reimar |
Remove unused tmf_totalchunks
|
2007-09-14 |
reimar |
Simplify EOF handling
|
2007-09-14 |
reimar |
Simplify tmf_filetooffset
|
2007-09-14 |
reimar |
Small simplifications
|
2007-09-14 |
reimar |
10l, placed terminating 0 at the wrong place.
|
2007-09-14 |
reimar |
Avoid strlcpy, tar headers already have space to ensure 0-termination
|
2007-09-14 |
reimar |
Do not ignore last chunk in .tmf files, it will cause part of the file to be
|
2007-09-14 |
reimar |
Cosmetics: remove lots of useless () and {}.
|
2007-09-14 |
reimar |
Use CHUNKSIZE define in a few more places
|
2007-09-14 |
reimar |
Simplify ty_extensionis
|
2007-09-14 |
reimar |
Make demux_ty internal functions static
|
2007-09-14 |
reimar |
Use strtol instead of horribly suboptimal ty_octaltodecimal
|
2007-09-14 |
reimar |
Fix ESD check: use an ESD function to actually check linking and do
|
2007-09-14 |
reimar |
sigill_handler_sse is not needed and can not compile on 64 bit systems
|
2007-09-14 |
reimar |
Do not check for X86_FXSR_MAGIC define, it is missing in newer
|
2007-09-14 |
reimar |
Remove unused sigfpe handler
|
2007-09-14 |
reimar |
Remove test for SSE exception support that has been commented out since ages.
|
2007-09-14 |
reimar |
Fix off-by-one error if fsize is odd (does handling that case even make sense?)
|
2007-09-14 |
reimar |
Mark DTS tables as const
|
2007-09-14 |
reimar |
Fix 10l typo in syncword
|
2007-09-14 |
reimar |
Improved comments, based on patches by Ulion [ulion2002 gmail com]
|
2007-09-14 |
reimar |
Simplify and fix big-endian hwac3 header generation code.
|
2007-09-13 |
reimar |
Deobfuscate: use IMGFMT_RGB_DEPTH and IMGFMT_IS_BGR
|
2007-09-13 |
voroshil |
Fix missing reset/initialization (with tv parameters) of
|
2007-09-13 |
ben |
added monkey audio file extensions to extension table
|
2007-09-13 |
voroshil |
Move AM_MEDIA_TYPE structure definition to mediatype.h.
|
2007-09-13 |
reimar |
Check wLongsPerEntry before using it.
|
2007-09-13 |
diego |
Remove useless preprocessor check, _WINGDI_H is never defined.
|
2007-09-13 |
uau |
Add support for FFmpeg Monkey's Audio decoder
|
2007-09-13 |
diego |
warning fixes:
|
2007-09-13 |
reimar |
Replace constant by appropriate define
|
2007-09-13 |
diego |
Remove leading underscores from multiple inclusion guards,
|
2007-09-13 |
diego |
Fix include path.
|
2007-09-12 |
diego |
Remove redundant #ifndef, __WINE_MMSYSTEM_H is never defined.
|
2007-09-12 |
diego |
cosmetics: Use uppercase for multiple inclusion guards and comment #endifs.
|
2007-09-12 |
diego |
Remove useless #ifndef, __WINE_WINGDI_H is never defined.
|
2007-09-12 |
diego |
Remove redundant multiple inclusion guard.
|
2007-09-12 |
reimar |
DOCS/tech/colorspaces.txt says I420 and IYUV are the same, so add IYUV at the
|
2007-09-12 |
voroshil |
r24423: Implementation of tv:// driver autodetection.
|
2007-09-12 |
voroshil |
r24423: Implementation of tv:// driver autodetection.
|
2007-09-12 |
diego |
Consistently use path as multiple inclusion guard.
|
2007-09-12 |
Gabrov |
synced with r24423
|
2007-09-12 |
diego |
Add missing #include to fix compilation.
|
2007-09-12 |
reimar |
Do not replace _ by - if x86_64 is given in --target.
|
2007-09-11 |
gpoirier |
sync w/r24423
|
2007-09-10 |
cehoyos |
Fix indentation after r24367.
|
2007-09-10 |
kraymer |
r24294: suboption consistency, add fixme document -vivo suboptions
|
2007-09-10 |
voroshil |
Revert r24424.
|
2007-09-10 |
voroshil |
Fix for:
|
2007-09-10 |
voroshil |
Fix for a lot of
|
2007-09-10 |
voroshil |
Implementation of tv:// driver autodetection.
|
2007-09-10 |
diego |
cosmetics: Add comments to some #endif preprocessor directives.
|
2007-09-10 |
diego |
warning fixes:
|
2007-09-10 |
diego |
warning fix:
|
2007-09-10 |
diego |
warning fix:
|
2007-09-10 |
diego |
warning fixes:
|
2007-09-10 |
voroshil |
Fix for:
|
2007-09-10 |
voroshil |
Fix for:
|
2007-09-10 |
voroshil |
Proper fix for:
|
2007-09-10 |
diego |
cosmetics: Fix silly typo.
|
2007-09-10 |
diego |
warning fix:
|
2007-09-10 |
diego |
warning fixes:
|
2007-09-10 |
diego |
warning fix:
|
2007-09-10 |
diego |
warning fixes:
|
2007-09-10 |
diego |
warning fixes:
|
2007-09-10 |
diego |
warning fixes:
|
2007-09-10 |
diego |
warning fixes:
|
2007-09-10 |
diego |
warning fixes:
|
2007-09-10 |
diego |
warning fixes:
|
2007-09-10 |
diego |
warning fix:
|
2007-09-10 |
diego |
warning fixes:
|
2007-09-10 |
diego |
warning fixes:
|
2007-09-10 |
diego |
warning fixes:
|
2007-09-10 |
diego |
warning fixes:
|
2007-09-10 |
diego |
warning fix:
|
2007-09-10 |
diego |
warning fix:
|
2007-09-10 |
diego |
warning fix:
|
2007-09-10 |
cehoyos |
Revert the part of r24389 that broke compilation of mencoder.
|
2007-09-10 |
voroshil |
r24386: move lavc option out of XviD section, to lavc section
|
2007-09-10 |
voroshil |
Fix warnings:
|
2007-09-10 |
voroshil |
Fix warnings:
|
2007-09-10 |
voroshil |
Fix warnings:
|
2007-09-10 |
voroshil |
Fix warnings:
|
2007-09-10 |
voroshil |
fix warnings:
|
2007-09-10 |
voroshil |
Fix warnings:
|
2007-09-10 |
voroshil |
Fix warnings:
|
2007-09-09 |
Gabrov |
synced with r24386
|
2007-09-09 |
gpoirier |
move lavc option out of XviD section, to lavc section
|
2007-09-09 |
voroshil |
Fix redundant declaration warnings for variables already defined
|
2007-09-09 |
voroshil |
Option adevice is implemented for all tv:// drivers.
|
2007-09-09 |
diego |
Add comments to some #endif preprocessor directives.
|
2007-09-09 |
Gabrov |
synced with r24381
|
2007-09-09 |
diego |
Move vo_3dfx check after vo_dga check, vo_3dfx needs -lXxf86dga to link.
|
2007-09-09 |
diego |
warning fix:
|
2007-09-09 |
diego |
warning fix:
|
2007-09-09 |
diego |
warning fix:
|
2007-09-09 |
diego |
warning fix:
|
2007-09-09 |
diego |
warning fix:
|
2007-09-09 |
reimar |
Add nuv codec tag mapping
|
2007-09-09 |
reimar |
Mark lavfpref demuxer as safe, so it that it is actually used for e.g.
|
2007-09-09 |
compn |
add instruction how to use parallel h264 deoding
|
2007-09-08 |
zuxy |
Fix fast_cmov detection broken by r24371
|
2007-09-08 |
zuxy |
Use -march=native (avail. since gcc 4.2) when possible
|
2007-09-08 |
gpoirier |
Add a check for c->head being NULL in pullup_free_context().
|
2007-09-08 |
voroshil |
Add "teletext patches" string to Otvos Attila's list
|
2007-09-08 |
reimar |
Fix borders for xmga broken by r23675. Tested by Diego.
|
2007-09-08 |
voroshil |
Avoid releasing of unallocated memory.
|
2007-09-08 |
voroshil |
Fix for:
|
2007-09-08 |
voroshil |
More accurate calculating of teletext
|
2007-09-08 |
voroshil |
Implement boxes for subtitle teletext pages.
|
2007-09-08 |
voroshil |
Always initialize pUnk pointer with zero.
|
2007-09-08 |
voroshil |
Decrease teletext page rendering frequency from 1/frame to about 4/sec.
|
2007-09-07 |
cehoyos |
Fix typo in r24360
|
2007-09-07 |
uau |
Fix compilation after FFmpeg AUDIO_(DE)MUXER split
|
2007-09-07 |
voroshil |
r24356: spelling fixes, pointed by Diego
|
2007-09-07 |
cehoyos |
Fix compilation after FFmpeg r10426.
|
2007-09-06 |
diego |
Clarify teletext tlang option.
|
2007-09-06 |
voroshil |
spelling fixes, pointed by Diego
|
2007-09-06 |
voroshil |
r24294: suboption consistency, add fixme document -vivo suboptions
|
2007-09-06 |
voroshil |
r24216: Add missed in r24212 strings definitions
|
2007-09-06 |
voroshil |
r24216: Add missed in r24212 strings definitions
|
2007-09-06 |
ivo |
add ; at the end of the sed commands. this fixes operation under cygwin.
|
2007-09-06 |
ivo |
remove cut&paste from ffmpeg mistake. cd "$1" does not make any sense here,
|
2007-09-06 |
diego |
Fix AltiVec autodetection: The autodetection was overriding configure
|
2007-09-06 |
reimar |
Support lowdelay flag
|
2007-09-05 |
gpoirier |
mention Slice-based parallel H.264 decoding in changelog
|
2007-09-05 |
gpoirier |
sync w/ r24329
|
2007-09-05 |
diego |
Replace short region code explanation by more detailed section.
|
2007-09-05 |
cehoyos |
Fix compilation after FFmpeg r10411.
|
2007-09-05 |
diego |
Remove technical description of DVDs and libdvdread implementation.
|
2007-09-05 |
diego |
Allow XF86AudioLowerVolume/XF86AudioRaiseVolume keys to be handled by MPlayer.
|
2007-09-05 |
diego |
Matroska muxer now available in libavformat.
|
2007-09-04 |
diego |
Move debug message to verbose output level.
|
2007-09-04 |
diego |
Remove obsolete libac3 entry.
|
2007-09-04 |
diego |
warnig fix (blessed by Rich):
|
2007-09-04 |
reimar |
Add a bicubic scaler that needs a lot more instruction but no
|
2007-09-03 |
reimar |
Do not reset user-enabled mute on EOF, but only on exit.
|
2007-09-03 |
voroshil |
Fix for:
|
2007-09-03 |
reimar |
Fix compilation after patch to remove global vo_hdc
|
2007-09-03 |
reimar |
Remove global vo_hdc, since it is recommended to release a DC as soon as possible.
|
2007-09-03 |
reimar |
Remove checks that in the worst case will completely break fullscreen
|
2007-09-03 |
reimar |
Make sure aspect hint is adjusted on aspect change
|
2007-09-02 |
reimar |
Cosmetics: set vo_hint.flags at more consistent places (directly before
|
2007-09-02 |
Gabrov |
synced with r24329
|
2007-09-02 |
uau |
manpage fix: escape '\' in -vf geq description
|
2007-09-02 |
nicodvb |
decerebrated-proof guide to the instalation of dvdnav
|
2007-09-02 |
kraymer |
fix broken MinGW-Howto link
|
2007-09-02 |
Gabrov |
synced with r24310
|
2007-09-02 |
voroshil |
Increase number of skipped buffers to 5 to avoid mixing teletext pages from
|
2007-09-01 |
nicodvb |
a mouse selection may require at least a video codec reinit
|
2007-09-01 |
nicodvb |
implemented STREAM_CTRL_GET_ASPECT_RATIO
|
2007-09-01 |
nicodvb |
moved to reinit_video_chain() the assignment of sh_video->stream_aspect, where it makes more sense
|
2007-09-01 |
voroshil |
Make sure that no pages will left in cache during
|
2007-09-01 |
nicodvb |
if the stream reader supports it assign to the video the stream aspect ratio
|
2007-09-01 |
nicodvb |
added .stream_aspect to st_video_t: if non-zero and if not specified otherwise
|
2007-09-01 |
nicodvb |
implemented STREAM_CTRL_GET_ASPECT_RATIO
|
2007-09-01 |
nicodvb |
introduced STREAM_CTRL_GET_ASPECT_RATIO to report the aspect ratio read from the stream layer (if supported)
|
2007-09-01 |
voroshil |
Drop out control chars from page header in time position.
|
2007-09-01 |
iive |
Remove imported rational calculation code and use the original one from avutil.
|
2007-09-01 |
voroshil |
Fix missed -1 -> 0x3f7f changes for subpage number.
|
2007-09-01 |
voroshil |
Fix displaying start page when it has subpages.
|
2007-09-01 |
voroshil |
Proper support for flashing chars in teletext pages.
|
2007-08-31 |
gpoirier |
sync w/r24310
|
2007-08-31 |
voroshil |
Support for selecting language via packet 28.
|
2007-08-31 |
mhoffman |
renaming ARCH_BFIN to HAVE_BFIN
|
2007-08-31 |
diego |
Make DGA 1 and DGA 2 separately selectable.
|
2007-08-31 |
diego |
warning fixes:
|
2007-08-31 |
diego |
Remove pointless forward declarations.
|
2007-08-30 |
diego |
cosmetics: Sort some lines, whitespace changes.
|
2007-08-30 |
cehoyos |
Added Sun VO driver for Denes Balatoni
|
2007-08-30 |
kraymer |
ignore some symlinked files
|
2007-08-29 |
Gabrov |
synced with r24301
|
2007-08-29 |
compn |
replace deleted line
|
2007-08-29 |
voroshil |
Small code simplification as suggested by Reimar:
|
2007-08-29 |
voroshil |
Simplify code by using FFSWAP
|
2007-08-29 |
voroshil |
(cosmetics) replace tabs with spaces
|
2007-08-29 |
voroshil |
(cosmetics) fix indentation of previous commit
|
2007-08-29 |
voroshil |
Implement Hold/Release graphics (showing control chars as
|
2007-08-29 |
voroshil |
Implement Flash/Steady (swapping foreground/background colors)
|
2007-08-29 |
compn |
suboption consistency, add fixme document -vivo suboptions
|
2007-08-29 |
compn |
remove planned features, ok by diego
|
2007-08-29 |
kraymer |
sync with r24137, patch by JRaSH
|
2007-08-29 |
voroshil |
Make charset constants naming consistant
|
2007-08-29 |
diego |
Purge looooong obsolete remnants of vo_fsdga.
|
2007-08-29 |
diego |
Remove unused extern int declaration.
|
2007-08-29 |
cehoyos |
Silence make's 'Please run configure again' if it was already run.
|
2007-08-29 |
diego |
cosmetics: Fix up whitespace, indentation and similar things.
|
2007-08-29 |
diego |
Fix linking on Windows.
|
2007-08-29 |
diego |
warning fixes:
|
2007-08-29 |
diego |
warning fix:
|
2007-08-29 |
diego |
Build test programs with standard CFLAGS and use implicit rules.
|
2007-08-29 |
diego |
warning fix:
|
2007-08-29 |
diego |
Add FFmpeg AC-3 decoder.
|
2007-08-28 |
diego |
warning fixes:
|
2007-08-28 |
Gabrov |
synced with r24216
|
2007-08-28 |
diego |
typos
|
2007-08-28 |
diego |
cosmetics: typo fix UNSUPORTED --> UNSUPPORTED
|
2007-08-28 |
iive |
Fix compilation by adding forgotten comma.
|
2007-08-28 |
voroshil |
Conversion tables for Serbian/Croatian, Ukrainian and Greek charsets.
|
2007-08-28 |
diego |
Remove pointless #ifdef HAVE_XVMC within get_format(), all of the function
|
2007-08-28 |
diego |
warning fix:
|
2007-08-28 |
diego |
warning fix:
|
2007-08-28 |
diego |
warning fix:
|
2007-08-28 |
diego |
warning fix:
|
2007-08-28 |
diego |
warning fix:
|
2007-08-28 |
diego |
cosmetics: Add some explanatory comments to #endif directives.
|
2007-08-28 |
diego |
warning fix:
|
2007-08-28 |
voroshil |
Move channels option parsing code into separate routine.
|
2007-08-28 |
diego |
warning fix:
|
2007-08-28 |
voroshil |
Implement X/27/0 packet decoding.
|
2007-08-28 |
reimar |
Add code to clear left and right borders not only top and bottom.
|
2007-08-28 |
diego |
Clean up the way get_path is handled: Compile get_path.c to an object to link
|
2007-08-28 |
diego |
warning fix:
|
2007-08-28 |
diego |
warning fix:
|
2007-08-28 |
diego |
warning fix:
|
2007-08-28 |
diego |
warning fix:
|
2007-08-28 |
diego |
warning fix:
|
2007-08-28 |
diego |
warning fix:
|
2007-08-28 |
diego |
Mark xx function as returning char, fixes:
|
2007-08-28 |
diego |
Remove nonsensical #ifdef.
|
2007-08-28 |
attila |
Assume first xinerama screen, in case xmga could
|
2007-08-28 |
voroshil |
Implement 8/30 format 1 teletext packet decoding
|
2007-08-28 |
kraymer |
Typo
|
2007-08-27 |
rtogni |
BGR15 is also a valid format for 4xm video
|
2007-08-27 |
nicodvb |
in stream_control() remove redefinition of d in a case block, previously assigned in the same function
|
2007-08-27 |
nicodvb |
in open_s() unified failure code in fail:
|
2007-08-27 |
reimar |
Fix wrong calculation of nbooleans that causes a crash on 64 bit systems
|
2007-08-27 |
reimar |
Set sample_rate and bit_rate from sh_audio as fallback in case sh_audio->wf
|
2007-08-27 |
reimar |
Process any waiting commands (got_cmd set). Should fix e.g. smplayer.
|
2007-08-27 |
diego |
Simplify the addition of -g to some CFLAGS.
|
2007-08-27 |
diego |
Move common link libs/objects into a variable.
|
2007-08-27 |
diego |
consistent linking order
|
2007-08-27 |
diego |
Do not overwrite config.h unless it was changed. Mostly taken from FFmpeg.
|
2007-08-27 |
diego |
Simplify linkage parameters.
|
2007-08-27 |
diego |
warning fixes:
|
2007-08-27 |
diego |
warning fixes:
|
2007-08-27 |
diego |
warning fixes:
|
2007-08-27 |
diego |
warning fixes:
|
2007-08-27 |
diego |
warning fixes:
|
2007-08-27 |
diego |
warning fixes:
|
2007-08-27 |
diego |
warning fixes:
|
2007-08-27 |
diego |
Remove unnecessary fastmemcpybench prerequisite.
|
2007-08-27 |
diego |
Remove unused #include.
|
2007-08-27 |
diego |
Fix a ton of warnings:
|
2007-08-27 |
diego |
Simplify bmovl-test compilation call.
|
2007-08-27 |
diego |
Fix "incompatible implicit declaration of built-in function 'exit'" warnings.
|
2007-08-27 |
diego |
Mark phony targets as such.
|
2007-08-27 |
diego |
Move fastmemcpybench objects to link against into prerequisites.
|
2007-08-27 |
diego |
warning fix:
|
2007-08-27 |
diego |
warning fix:
|
2007-08-27 |
diego |
warning fix:
|
2007-08-27 |
diego |
warning fixes:
|
2007-08-27 |
diego |
Revert last commit, -mstackrealign was added in gcc 4.2 and should not
|
2007-08-27 |
diego |
Better handling of Alpha MVI CPU extensions (untested).
|
2007-08-26 |
diego |
Fix warnings:
|
2007-08-26 |
kraymer |
r24050: MP3 audio encoder was renamed to libmp3lame in FFmpeg.
|
2007-08-26 |
voroshil |
(cosmetics) remove unnecessary ';'
|
2007-08-26 |
voroshil |
Add missed in r24212 strings definitions
|
2007-08-26 |
voroshil |
r24125: Automatic TV channels scanning ability for MPlayer.
|
2007-08-26 |
voroshil |
r24180: Document xorg.conf option needed for Xv playback on Intel cards.
|
2007-08-26 |
voroshil |
Replace perror() with mp_msg()
|
2007-08-26 |
voroshil |
Implement TVI_CONTROL_TUN_GET_SIGNAL in *BSD BT848 driver.
|
2007-08-26 |
voroshil |
10l: Move #endif upper to reflect changes in r24054.
|
2007-08-26 |
voroshil |
Fix typo
|
2007-08-26 |
reimar |
Remove unused _def_altivec
|
2007-08-26 |
voroshil |
Suboptions structure should be passed as array not as address of array.
|
2007-08-26 |
reimar |
Simplify VIS detection. Also adds ENABLE_VIS define and changes "#define HAVE_VIS = yes"
|
2007-08-26 |
voroshil |
Add teletext specification reference
|
2007-08-26 |
voroshil |
Remove ugly Russian language support hack.
|
2007-08-26 |
voroshil |
Add support for Latin National Option Sub-Sets
|
2007-08-26 |
voroshil |
Enable decoding of packet X/24, it is usual teletext line
|
2007-08-25 |
reimar |
Split lschunks function further, it is simply too huge to do any useful changes (e.g. for
|
2007-08-25 |
diego |
Get netstream closer to linking.
|
2007-08-25 |
diego |
warning fix:
|
2007-08-25 |
diego |
Fix subrip and vivodump linking.
|
2007-08-25 |
diego |
Ignore modify_reg.
|
2007-08-25 |
diego |
Mark vfw2menc as Windows-only.
|
2007-08-25 |
diego |
warning fix:
|
2007-08-25 |
diego |
warning fix:
|
2007-08-25 |
diego |
warning fix:
|
2007-08-25 |
diego |
Fix warning:
|
2007-08-25 |
diego |
warning fix:
|
2007-08-25 |
diego |
Fix warning:
|
2007-08-25 |
diego |
Remove pointless variable declaration, the code that sets it is long-gone.
|
2007-08-25 |
voroshil |
10l: "&" should be done after ">>"
|
2007-08-25 |
diego |
Remove stray comment, the code it commented is long-gone.
|
2007-08-25 |
voroshil |
Language bits in teletext page header are
|
2007-08-25 |
diego |
Fix warnings:
|
2007-08-25 |
diego |
Fix warning:
|
2007-08-25 |
diego |
Fix warnings:
|
2007-08-25 |
diego |
Extract a poor int declaration from within the uncouth grip of an if statement
|
2007-08-25 |
diego |
Fix warnings:
|
2007-08-25 |
diego |
Fix warning:
|
2007-08-25 |
rathann |
Document xorg.conf option needed for Xv playback on Intel cards.
|
2007-08-25 |
diego |
Fix warning:
|
2007-08-25 |
diego |
Fix warnings:
|
2007-08-25 |
diego |
Fix warnings:
|
2007-08-25 |
diego |
Add multiple inclusion guards.
|
2007-08-25 |
diego |
Fix warning:
|
2007-08-25 |
diego |
Move button variable into the if () where it is actually used.
|
2007-08-25 |
diego |
Remove redundant extern declarations, #include the right headers instead.
|
2007-08-25 |
gpoirier |
sync w/r24084
|
2007-08-25 |
diego |
Fix redundant redeclaration warnings.
|
2007-08-25 |
diego |
Fix unused variable warning when USE_DVDNAV is not defined.
|
2007-08-25 |
diego |
Remove redundant extern variable declarations, include proper headers instead.
|
2007-08-25 |
diego |
Remove redundant variable declaration.
|
2007-08-25 |
diego |
Remove redundant variable declarations.
|
2007-08-25 |
diego |
Remove redundant variable declaration.
|
2007-08-25 |
diego |
Remove redundant variable declarations.
|
2007-08-25 |
diego |
Remove redundant variable declaration.
|
2007-08-25 |
diego |
Remove redundant variable declaration.
|
2007-08-25 |
diego |
Fix some unused variable warnings.
|
2007-08-25 |
reimar |
Revert r24158, it is not necessary with unsigned bitfield
|
2007-08-25 |
reimar |
Change bitfield to unsigned so that we get the usual truth values
|
2007-08-25 |
Gabrov |
synced with r24137
|
2007-08-25 |
reimar |
Hack around broken bitfields in gcc 4.2
|
2007-08-25 |
reimar |
Fix invalid fd check, the bug is somewhere else though.
|
2007-08-25 |
reimar |
HACK: check added fds for validity because otherwise mplayer
|
2007-08-25 |
reimar |
Fix loads of warnings
|
2007-08-25 |
uau |
Handle queued commands from input event functions immediately
|
2007-08-25 |
uau |
Watch X11 fd in main input select() if using vo xv
|
2007-08-25 |
uau |
Add separate event input type for terminal+vo
|
2007-08-25 |
uau |
Use a single select() for both key and slave input
|
2007-08-25 |
uau |
Clean up getch2() code somewhat
|
2007-08-25 |
uau |
Make terminal input work more like VO key input
|
2007-08-25 |
uau |
Remove unused function
|
2007-08-25 |
uau |
Use bitfield instead of manual bit fiddling in input.c
|
2007-08-25 |
diego |
Remove redundant variable declaration.
|
2007-08-25 |
diego |
Fix unused variable warning.
|
2007-08-24 |
reimar |
Add missing pixelformat conversion function prototype
|
2007-08-24 |
diego |
Move Apple gcc AltiVec vector declaration syntax to libavutil.
|
2007-08-24 |
diego |
Add -mstackrealign to CFLAGS on Darwin, fixes loading WMV9 DLL.
|
2007-08-24 |
diego |
Remove redundant extern variable declaration.
|
2007-08-24 |
diego |
Fix unused variable warning.
|
2007-08-24 |
diego |
Remove unused variable.
|
2007-08-24 |
diego |
Remove silly #ifdef around the complete file.
|
2007-08-24 |
diego |
misc markup fixes
|
2007-08-24 |
diego |
Wording and markup improvements for the -tvscan option.
|
2007-08-24 |
diego |
Leading underscores in identifiers are forbidden.
|
2007-08-24 |
diego |
Remove fallback round implementation that is protected by a preprocessor
|
2007-08-24 |
diego |
Remove unused extern variable declaration.
|
2007-08-24 |
diego |
Remove redundant variable declaration along with the corresponding warning.
|
2007-08-24 |
diego |
1000l: Revert stray hunk that crept in with last commit.
|
2007-08-24 |
diego |
Use consistent include path.
|
2007-08-23 |
cehoyos |
Removed uninitialized variable.
|
2007-08-23 |
reimar |
Use new request_channels
|
2007-08-23 |
diego |
100l typo: ENTER --> KPENTER
|
2007-08-23 |
diego |
Fix KPENTER keycode value on Mac OS X.
|
2007-08-23 |
voroshil |
Automatic TV channels scanning ability for MPlayer.
|
2007-08-23 |
voroshil |
Fix blue color for yv12 and i420 image formats in "automute" screen
|
2007-08-22 |
cehoyos |
Fix compilation of live555 support after FFmpegs r10173.
|
2007-08-22 |
diego |
CONFIG_DARWIN was removed from FFmpeg.
|
2007-08-22 |
diego |
Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).
|
2007-08-22 |
reimar |
Finally fix --enable-debug compilation
|
2007-08-22 |
voroshil |
Fix [soc:eoc] stubs.
|
2007-08-22 |
voroshil |
r24050: MP3 audio encoder was renamed to libmp3lame in FFmpeg.
|
2007-08-22 |
voroshil |
r24030: Document special A-V sync issues with FLV files
|
2007-08-22 |
voroshil |
sync tag update
|
2007-08-21 |
diego |
Remove Windows-only replacement gettimeofday() implementation, both Cygwin
|
2007-08-21 |
reimar |
Set DVD speed earlier to avoid drive spinup during open
|
2007-08-21 |
Gabrov |
synced with r24110
|
2007-08-21 |
uau |
Remove unnecessary OSD visibility code
|
2007-08-21 |
uau |
Minor code cleanup
|
2007-08-20 |
diego |
Add some missing libavcodec video encoders.
|
2007-08-20 |
diego |
Sort libavcodec encoders.
|
2007-08-20 |
nicodvb |
reimplemented nav_read_PCI() and nav_read_DSI() using getbits() rather than relying on bitfields layout in memory
|
2007-08-20 |
reimar |
Runtime-patching for windows to fix crash with drv43260.dll
|
2007-08-20 |
iive |
remove gconvert_uri_to_filename() and use url_unescape_string() instead.
|
2007-08-20 |
reimar |
We can support SEEK_END seeks only when stream->end_pos is known
|
2007-08-20 |
reimar |
Add support for AVSEEK_SIZE in demux_lavf
|
2007-08-20 |
reimar |
-subfps makes sense for frame-based subtitle formats as well!
|
2007-08-19 |
reimar |
Do not seek to an invalid position.
|
2007-08-19 |
nicodvb |
added from dvdnav's dvdread getbits() code to be used in forthcoming patch to read correctly NAV data
|
2007-08-19 |
reimar |
Replace dvdread bswap.h by something more sane for us.
|
2007-08-19 |
reimar |
Fix a bug in stream_read_qword_le due to sign extension from int to uint64_t.
|
2007-08-18 |
nplourde |
added proper e-mail address
|
2007-08-18 |
nplourde |
added double click support in vo_macosx. Patch by Ulion <ulion2002@gmail.com>
|
2007-08-18 |
reimar |
Functions that do not return a value must be void
|
2007-08-18 |
reimar |
Text files must end with a newline
|
2007-08-18 |
reimar |
Remove duplicate extern declaration
|
2007-08-18 |
Gabrov |
increasing sync tag after Apple Remote message added
|
2007-08-18 |
Gabrov |
synced with r24091
|
2007-08-18 |
diego |
Add libdvdcss-specific CFLAGS in the correct place.
|
2007-08-18 |
uau |
Remove an unnecessary #ifdef
|
2007-08-17 |
diego |
Complete the list of libavcodec audio encoders.
|
2007-08-17 |
diego |
Ignore main.xml.
|
2007-08-17 |
diego |
Reorder installation requirements list, wording/spelling.
|
2007-08-17 |
diego |
Sync local diff with latest changes.
|
2007-08-17 |
diego |
Sync libdvdread with version 0.9.7.
|
2007-08-16 |
diego |
small libavcodec audio codec clarifications
|
2007-08-16 |
diego |
misc fixes and additions
|
2007-08-16 |
rathann |
Explicitly mention the need to rebuild MPlayer after installing AMR libs.
|
2007-08-16 |
mhoffman |
adding help for --ar --ranlib
|
2007-08-16 |
diego |
Move setting of res_comment for internal dvdread to a more sensible place.
|
2007-08-16 |
mhoffman |
allow setting of ranlib from the commandline of configure
|
2007-08-16 |
mhoffman |
allow setting of ar from the commandline of configure
|
2007-08-16 |
diego |
Remove local MinGW gettimeofday() implementation, there is now a native
|
2007-08-16 |
diego |
Sync local diff with current version.
|
2007-08-16 |
diego |
Sync libdvdread with version 0.9.6.
|
2007-08-15 |
diego |
Sync local diff with current version.
|
2007-08-15 |
diego |
cosmetics: Do not add trailing whitespace to lines we change.
|
2007-08-15 |
diego |
Sync another change from upstream.
|
2007-08-15 |
diego |
Remove modification comments from files that are no longer modified.
|
2007-08-15 |
diego |
Sync libdvdread with version 0.9.5 (cosmetic changes).
|
2007-08-15 |
diego |
cosmetics: alphabetical order
|
2007-08-15 |
diego |
1000l: Forgot to add new files, *sigh*.
|
2007-08-15 |
diego |
Sync libdvdread with version 0.9.5 (functional changes).
|
2007-08-15 |
diego |
Identifiers should not start with two underscores.
|
2007-08-15 |
diego |
Remove unused variable.
|
2007-08-15 |
diego |
cosmetics: Reorder lines for consistency.
|
2007-08-15 |
diego |
Document how to encode with some more libavcodec audio codecs.
|
2007-08-15 |
diego |
Clarify comment as pointed out by Ulion.
|
2007-08-15 |
uau |
Remove pointless #ifdef
|
2007-08-14 |
gpoirier |
AC3 --> AC-3, as done in r24056
|
2007-08-14 |
diego |
Rename TMPO to TMPEXE, it is an executable, not an object file.
|
2007-08-14 |
diego |
cosmetics: prettyprint
|
2007-08-14 |
diego |
Apple Remote support
|
2007-08-13 |
diego |
AC3 --> AC-3
|
2007-08-13 |
diego |
Document how to encode with some libavcodec audio codecs.
|
2007-08-13 |
diego |
Fix compilation on BSD.
|
2007-08-13 |
diego |
Remove unused variables.
|
2007-08-13 |
cehoyos |
Fix likely mistake when using char*.
|
2007-08-13 |
cehoyos |
Remove additional warnings when using icc - similar to -Wno-pointer-sign.
|
2007-08-12 |
diego |
MP3 audio encoder was renamed to libmp3lame in FFmpeg.
|
2007-08-12 |
diego |
Remove unused definition.
|
2007-08-12 |
diego |
Remove outdated lines.
|
2007-08-12 |
diego |
Declare all vo_gamma variables in libvo/video_out.h and remove them from
|
2007-08-12 |
diego |
Fix UDP select timeout.
|
2007-08-09 |
gpoirier |
Change "object type complexity" parameter of FAAC in the
|
2007-08-09 |
reimar |
The "svn copy" method for reverting has worked flawlessly for me without
|
2007-08-09 |
diego |
Move some more compiler flags to configure.
|
2007-08-09 |
reimar |
When a new subtitle stream becomes available check if it is the one that
|
2007-08-08 |
diego |
Remove unused definition.
|
2007-08-08 |
cehoyos |
printf in mp_image.h was changed to fprintf in r17972.
|
2007-08-08 |
cehoyos |
Fix warning: too many arguments for format
|
2007-08-08 |
cehoyos |
Cosmetics: Remove empty block.
|
2007-08-08 |
cehoyos |
Define teletext_control() in tvi_v4l.c and tvi_v4l2.c.
|
2007-08-08 |
kraymer |
r23920: Teletext support (and editor's info)
|
2007-08-08 |
reimar |
Add <application> tag around MEncoder
|
2007-08-08 |
ptt |
synced with r24030
|
2007-08-08 |
ptt |
synced with r23996
|
2007-08-08 |
cehoyos |
Remove useless #include and silence warnings when compiling find_sub.c.
|
2007-08-08 |
diego |
Move some #defines into configure/config.h.
|
2007-08-08 |
reimar |
Document special A-V sync issues with FLV files
|
2007-08-08 |
cehoyos |
bbox[n] and spu->scaled_start_row are unsigned, comparison with 0 is pointless.
|
2007-08-08 |
kraymer |
Chinese man page translation is in sync now
|
2007-08-08 |
kraymer |
This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r23996
|
2007-08-07 |
kraymer |
r23996: Hint at mf://@... syntax
|
2007-08-07 |
cehoyos |
Kill two warnings.
|
2007-08-07 |
michael |
make x264 work again after the h264-libx264 renaming
|
2007-08-07 |
diego |
Move HAVE_INTTYPES_H definition to a more sensible place in config.h.
|
2007-08-07 |
diego |
Improve error message.
|
2007-08-07 |
diego |
HAVE_INTTYPES_H is in config.h, HAVE_STDINT_H is never reached.
|
2007-08-07 |
ptt |
synced with r23982
|
2007-08-07 |
ptt |
synced to r23983
|
2007-08-07 |
diego |
HAVE_INTTYPES_H is already declared in config.h.
|
2007-08-07 |
Gabrov |
synced with r24016
|
2007-08-06 |
cehoyos |
Added Alan Nisotas modify_reg.
|
2007-08-05 |
gpoirier |
sync w/ r23996
|
2007-08-04 |
cehoyos |
Move alloc_mpi and copy_mpi from libmenu/vf_menu.c to libmpcodecs/mp_image.c.
|
2007-08-04 |
cehoyos |
Moved dvdtimetomsec to stream_dvd_common.c.
|
2007-08-04 |
diego |
Remove unused variables.
|
2007-08-04 |
nicodvb |
cosmetics: removed commented code and small reindentation
|
2007-08-04 |
nicodvb |
removed unused variables
|
2007-08-04 |
reimar |
Add a dummy guiMessageBox so it still compiles when MPlayer was configured with
|
2007-08-04 |
iive |
Fix compilation of ass_fontconfig.c when fontconfig is disabled.
|
2007-08-03 |
reimar |
Handle case where get_image is called twice without a draw_image in-between
|
2007-08-03 |
reimar |
Give the cpuinfo binary the right suffix $_exesuf
|
2007-08-03 |
reimar |
Forgot to add the main vo_xvr100.c file
|
2007-08-03 |
reimar |
add XVR-100 vo, patch by Balatoni Denes (dbalatoni interware hu)
|
2007-08-03 |
eugeni |
Don't apply windows-like font scaling if hhea or os2 tables contain invalid
|
2007-08-03 |
eugeni |
Workaround for fonts with zero ascender/descender in horizontal header.
|
2007-08-03 |
eugeni |
Factor out common code from ass_font_new and ass_font_reselect.
|
2007-08-03 |
eugeni |
More simple and correct font reselection.
|
2007-08-03 |
cehoyos |
Added missing newline.
|
2007-08-02 |
uau |
Revert setting audio output channel count for FFmpeg
|
2007-08-02 |
voroshil |
r23996: Hint at mf://@... syntax
|
2007-08-02 |
reimar |
Hint at mf://@... syntax
|
2007-08-02 |
compn |
fix B-frame consistency pointed out by diego, add MPEG-1/2 speedups
|
2007-08-01 |
reimar |
Set lavc_context->channels before opening the codec, it is sufficient to
|
2007-08-01 |
compn |
xan wc4 video decoding, removed bframe warning message
|
2007-08-01 |
uau |
Define ENABLE_GRAY for FFmpeg
|
2007-08-01 |
ptt |
better wording - thanx nico :)
|
2007-08-01 |
voroshil |
r23982: i_certify_that_my_video_stream_does_not_use_b_frames is gone.
|
2007-08-01 |
diego |
10l for committing untested changes, a test call was missing.
|
2007-08-01 |
kraymer |
r23687: Implemented tv://[<channel>][/<input_id>] url syntax
|
2007-08-01 |
voroshil |
(cosmetics) Make TV detection code two spaces indented
|
2007-08-01 |
voroshil |
Enable teletext for V4Lv1.
|
2007-08-01 |
reimar |
Fix detection of xan audio. -noidx or -forceidx still is necessary
|
2007-08-01 |
diego |
Added FIXME skeletons for missing lavc options.
|
2007-08-01 |
diego |
i_certify_that_my_video_stream_does_not_use_b_frames is gone.
|
2007-08-01 |
diego |
i_certify_that_my_video_stream_does_not_use_b_frames is gone.
|
2007-08-01 |
reimar |
Ugly hack to make xanlib.dll work.
|
2007-08-01 |
voroshil |
r23897: Experimental negative panscan values
|
2007-08-01 |
voroshil |
r23891: typo fix: childs --> children
|
2007-07-31 |
compn |
add possibly incorrect subfont entry
|
2007-07-31 |
michael |
allow to specify the audio bitrate in bits (some codecs need that ...)
|
2007-07-31 |
michael |
get rid of this idiotic i_certify_that_my_video_stream_does_not_use_b_frames
|
2007-07-31 |
michael |
make muxer store the provided timestamps
|
2007-07-31 |
michael |
make timestamps out of hot air
|
2007-07-31 |
michael |
make a few more parameters accessable from mplayer
|
2007-07-31 |
reimar |
mixer.afilter must be set to NULL when filter chain is destroyed on uninit.
|
2007-07-31 |
ivo |
Make the printoption function take the default values from the variable
|
2007-07-31 |
ivo |
cosmetics, indentation
|
2007-07-31 |
ivo |
Shorten (un)setting of all test flags
|
2007-07-31 |
ivo |
Much smaller command line parser
|
2007-07-31 |
ptt |
another little corrections
|
2007-07-31 |
ptt |
added missing ":"'s
|
2007-07-31 |
ptt |
better wording
|
2007-07-31 |
ptt |
sorry, left english phrase in...
|
2007-07-31 |
ptt |
synced with r23962
|
2007-07-31 |
ptt |
added missing ':' for separator
|
2007-07-31 |
ptt |
synced to r23920
|
2007-07-31 |
ivo |
Update copyright info and license
|
2007-07-31 |
ivo |
cosmetics, break overly long lines
|
2007-07-31 |
ivo |
replace ^I by $TAB now that TAB is global
|
2007-07-31 |
ivo |
only test for stupid code and reserved identifiers if there are any .c or .h
|
2007-07-31 |
ivo |
10l, forgot to make TAB global
|
2007-07-31 |
ivo |
Test for reserved identifiers.
|
2007-07-31 |
diego |
Identifiers starting with underscores are reserved.
|
2007-07-31 |
diego |
UTF-8 conversion
|
2007-07-30 |
iive |
Make teletext depend on freetype. Fixes compilation failer (in sub.c).
|
2007-07-30 |
reimar |
100l, forgot to add -DGL_WIN32 to CFLAGS for Windows OpenGL test
|
2007-07-30 |
reimar |
Extend OpenGL configure test to also check for glx/wgl and proper linking.
|
2007-07-30 |
gpoirier |
sync w/23588
|
2007-07-30 |
ivo |
remove GNUism (case range)
|
2007-07-30 |
ivo |
Add test for GNUisms
|
2007-07-30 |
voroshil |
Teletext support for V4Lv1
|
2007-07-30 |
voroshil |
10l: wrong pointer was initialized (causes crash during startup).
|
2007-07-30 |
ben |
h/w -> hardware
|
2007-07-30 |
reimar |
Change V4L2 MPEG decoder check so it can actually fail
|
2007-07-30 |
reimar |
Comment out purely debugging printf that in addition uses __FUNCTION__ which
|
2007-07-30 |
reimar |
Fix hopefully final 150 sector offset VCD bug. Caused no noticeable problems on Linux
|
2007-07-30 |
reimar |
Simplify sun SCSI command generation
|
2007-07-30 |
reimar |
big 10L of r9888 located: passed fd instead of pointer to sun_vcd_read
|
2007-07-30 |
reimar |
Move extern int audio_output_channels; to ad_internal.h
|
2007-07-30 |
reimar |
Indicate desired number of output channels to ffmpeg audio decoder.
|
2007-07-30 |
reimar |
Avoid void * arithmetic
|
2007-07-30 |
reimar |
Use the standard inline instead of __inline
|
2007-07-30 |
reimar |
Another missed case-range
|
2007-07-30 |
reimar |
Do not use gnu case-range extension if it's easy to avoid
|
2007-07-30 |
reimar |
Use goto instead of useless recursion that might fill up the stack
|
2007-07-30 |
reimar |
Do not use a return value for a void function
|
2007-07-30 |
reimar |
C99 varargs in macros can not be empty, adjust definition so it compiles
|
2007-07-30 |
Gabrov |
synced with r23928
|
2007-07-30 |
voroshil |
Subtraction should be done after & operation.
|
2007-07-30 |
voroshil |
Drop out overlooked debug line
|
2007-07-29 |
ben |
update man page with v4l2 a/v outputs
|
2007-07-29 |
ben |
v4l2 audio/video outputs for linux 2.6.22+ kernels (outputs formerly known as ivtv)
|
2007-07-29 |
voroshil |
Teletext support
|
2007-07-29 |
voroshil |
Teletext support
|
2007-07-29 |
reimar |
More doxygen comments
|
2007-07-29 |
voroshil |
Teletext support
|
2007-07-29 |
voroshil |
Teletext support.
|
2007-07-29 |
voroshil |
Teletext support.
|
2007-07-29 |
reimar |
Simplify and fix missing offset for Darwin vcd_get/set_msf functions
|
2007-07-29 |
reimar |
Document -rawvideo format="format string"
|
2007-07-29 |
reimar |
Make VCD work on little-endian macs
|
2007-07-29 |
reimar |
Make vcd_get_track_end actually return the end, not the start on Darwin
|
2007-07-29 |
reimar |
Make the vcd seek and get track end functions actually have an effect
|
2007-07-29 |
diego |
punctuation, new sentences on new lines
|
2007-07-29 |
diego |
libdvdcss patch got committed.
|
2007-07-29 |
reimar |
Fix wrong return type in darwin VCD code
|
2007-07-29 |
voroshil |
Replacing global variables in radio:// with
|
2007-07-29 |
voroshil |
Removing global variables from tv://
|
2007-07-29 |
voroshil |
Removing global variables from tv://
|
2007-07-29 |
voroshil |
Removing global variables from tv://
|
2007-07-29 |
voroshil |
Removing global variables from tv://
|
2007-07-29 |
voroshil |
Removing global variables from tv://
|
2007-07-29 |
voroshil |
Removing global variables from tv://
|
2007-07-29 |
voroshil |
Removing global variables from tv://
|
2007-07-29 |
voroshil |
Removing global variables from tv://
|
2007-07-29 |
voroshil |
Removing forward declarations of routines used only in tv.c
|
2007-07-29 |
voroshil |
Cosmetics.
|
2007-07-29 |
voroshil |
Cosmetics: move two routines up
|
2007-07-28 |
reimar |
Set -vo gl slice-height default to 0, the current default of 4 seems
|
2007-07-28 |
reimar |
Experimental negative panscan values
|
2007-07-28 |
reimar |
Use a new variable for user-supplied monitor-aspect so we can overwrite
|
2007-07-28 |
reimar |
make sure update_xinerama_info is always called even when using the
|
2007-07-28 |
diego |
Give message string a more meaningful name.
|
2007-07-28 |
diego |
cosmetics: misc typo fixes
|
2007-07-28 |
diego |
typo fix: childs --> children
|
2007-07-28 |
diego |
typo fix: childs --> children
|
2007-07-28 |
diego |
Names starting with underscores are reserved.
|
2007-07-28 |
diego |
typo
|
2007-07-28 |
reimar |
Fix some typos in comments
|
2007-07-28 |
voroshil |
r23852: af channels example for ffdca to ALSA reordering
|
2007-07-27 |
reimar |
Remove extern index_mode, it is already in demuxer.h
|
2007-07-27 |
reimar |
Make sure fformat is set before use
|
2007-07-27 |
reimar |
Remove some unneeded extern variable declarations
|
2007-07-27 |
reimar |
Remove completely pointless extra return statements
|
2007-07-27 |
reimar |
Fix MSF -> sector conversion being 150 sectors of
|
2007-07-27 |
reimar |
Simplify track length calculation
|
2007-07-27 |
reimar |
Some more *BSD vcd_read simplification
|
2007-07-27 |
reimar |
Fix several 100l
|
2007-07-27 |
reimar |
Factor out some common code
|
2007-07-27 |
reimar |
Somewhat unified *BSD vcd reading
|
2007-07-27 |
reimar |
READ_TOC for making *BSD code more similar
|
2007-07-27 |
ptt |
synced with r23225
|
2007-07-27 |
reimar |
One ifdef less
|
2007-07-27 |
reimar |
Simplify NetBSD vcd_read code
|
2007-07-27 |
reimar |
vcd_inc_msf function also for freebsd vcd_read
|
2007-07-27 |
reimar |
More VCD cosmetics
|
2007-07-26 |
reimar |
100l, return is missing a value
|
2007-07-26 |
reimar |
Cosmetics to reduce diff between Free- and netBSD vcd stuff
|
2007-07-26 |
reimar |
10l, fix vcd netbsd compilation
|
2007-07-26 |
reimar |
TOCADDR macro as first step to common *BSD vcd reading code
|
2007-07-26 |
iive |
Disable building of vo_mga on all linux platforms despite not having Matrox card.
|
2007-07-26 |
ptt |
synced with r23856
|
2007-07-26 |
gpoirier |
Intel Mac is fully supported these days
|
2007-07-26 |
gpoirier |
add Hitachi SuperH (SH3) support
|
2007-07-25 |
uau |
Fix configure regexp for enabling FFmpeg features
|
2007-07-25 |
reimar |
Simplify: use FFMAX
|
2007-07-25 |
reimar |
Remove some useless "extern" before function prototypes
|
2007-07-25 |
reimar |
avoid ff_config_enable doing partial matches.
|
2007-07-25 |
reimar |
subdata must be set to NULL when the corresponding data was freed.
|
2007-07-25 |
reimar |
Do not set vo_sub to NULL on changing subtitles, update_subtitles
|
2007-07-25 |
diego |
small wording improvement
|
2007-07-24 |
rtogni |
Fix for bugzilla #835
|
2007-07-24 |
kraymer |
more Spanish man page updates by Fernando TarÃn (lists.im gmail com)
|
2007-07-24 |
kraymer |
r23416: Drop the metadata stuff and replace it with generic property string expansion.
|
2007-07-24 |
reimar |
af channels example for ffdca to ALSA reordering
|
2007-07-23 |
rtogni |
Compilation fix workaround for dca.h conflict (it exists in libavcodec
|
2007-07-23 |
ptt |
another correction
|
2007-07-23 |
ptt |
a bunch of corrections, suggested by Nico Sabbi, tnx
|
2007-07-23 |
ptt |
synced with r21537
|
2007-07-23 |
ptt |
now it's synced, to r23342
|
2007-07-23 |
ptt |
my fault doesn't compile html docs...
|
2007-07-23 |
ptt |
synced with r23342
|
2007-07-22 |
diego |
Make the assembler accept VIS instrucitions on ultraSPARC.
|
2007-07-22 |
attila |
document "default" behaviour if CopyFromParent is passed as colormap
|
2007-07-22 |
attila |
10l
|
2007-07-22 |
rtogni |
DTS decoding via libdca
|
2007-07-22 |
voroshil |
Update sync tag
|
2007-07-21 |
diego |
Remove unused definition.
|
2007-07-21 |
ptt |
(finally) synced with r23272
|
2007-07-20 |
reimar |
Use --static flag for pkg-config if --enable-static was used.
|
2007-07-20 |
reimar |
!00l, last commit mixed up "normal" ggi and ggiwmh tests.
|
2007-07-20 |
reimar |
Change ggi and SDL tests so that linking problems with --enable-static are more
|
2007-07-20 |
diego |
Remove vo_syncfb, which was unused for 5 years.
|
2007-07-20 |
mhoffman |
integrating blackfin optimized yuyvtoyv12 converter
|
2007-07-20 |
mhoffman |
removing reference to bfin_sram.h its not used anylonger
|
2007-07-20 |
mhoffman |
adding blackfin optimized yuyvtoyv12 converter
|
2007-07-19 |
gpoirier |
sync w/r23747, patch by JRaSH % jrash06 A 163 P com %
|
2007-07-19 |
reimar |
Somewhat hackish fix for A-V desync with ao_oss and frame stepping:
|
2007-07-19 |
reimar |
Get rid of a few more useless malloc casts
|
2007-07-19 |
reimar |
Make sure all demuxer subtitles can be selected with 'j', even
|
2007-07-19 |
reimar |
Remove some more useless *alloc casts
|
2007-07-19 |
benoit |
UltraSPARC VIS yuv2rgb
|
2007-07-19 |
zuxy |
Explanation for CPUID flag 'ibs'
|
2007-07-18 |
nicodvb |
fixed bug introduced with the addition of get_ext_stream_properties()
|
2007-07-18 |
Gabrov |
synced with r23747 with corrections
|
2007-07-18 |
Gabrov |
synced with r23748
|
2007-07-18 |
voroshil |
r23748: Leave out (no) prefix from option names for consistency.
|
2007-07-18 |
diego |
Rename mga_vid test to make it more descriptive.
|
2007-07-18 |
voroshil |
r23745: Add the sub_scale property and command.
|
2007-07-18 |
Gabrov |
fix redundant redeclaration warning
|
2007-07-18 |
reimar |
fopen is in stdio.h, so add this include.
|
2007-07-18 |
diego |
Fix a bunch of redundant redeclaration warnings.
|
2007-07-18 |
diego |
Remove unused variables.
|
2007-07-18 |
diego |
Restore vo_mga check, it is Linux-only.
|
2007-07-18 |
gpoirier |
sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
|
2007-07-18 |
benoit |
use YUV440P in swscale
|
2007-07-17 |
ptt |
better translation of 'clip'
|
2007-07-17 |
ptt |
better translation
|
2007-07-17 |
ptt |
synced with r23748
|
2007-07-17 |
ptt |
sync'd with r23747
|
2007-07-17 |
diego |
Remove pointless printing of include and linker paths.
|
2007-07-17 |
diego |
Do not test for the existence of device files during configuration,
|
2007-07-17 |
diego |
Modify X11 headers check so as not to add /usr/include, the default system
|
2007-07-17 |
diego |
Remove /usr/include from the list of places to check for headers,
|
2007-07-17 |
diego |
Put a compilation fix bandaid in place for the png.h issue.
|
2007-07-17 |
diego |
Revert include flag reordering, it does not fix the compilation problem.
|
2007-07-17 |
diego |
Remove commented-out dynamic linking check.
|
2007-07-17 |
diego |
Remove unused scandir() check and fallback implementation.
|
2007-07-17 |
diego |
Remove unused ftello() check and fallback implementation.
|
2007-07-17 |
diego |
Remove unused fseeko() check and fallback implementation.
|
2007-07-17 |
diego |
This was rewritten by Michael, switch copyrights to him and license to LGPL.
|
2007-07-17 |
ptt |
another piece translated :)
|
2007-07-16 |
rtogni |
realrtsp smil files can also use ' as field delimiter instead of "
|
2007-07-16 |
diego |
Reorder CFLAGS, fixes compilation after addition of png.h to FFmpeg.
|
2007-07-16 |
diego |
Remove incomplete compilation fix bandaid.
|
2007-07-16 |
diego |
Remove redundant "all rights reserved" statement, OKed by Walken.
|
2007-07-16 |
reimar |
Avoid crash if a non-existent audio track is selected with -aid
|
2007-07-16 |
diego |
bandaid compilation fix
|
2007-07-16 |
zuxy |
Use native Windows thread API when pthreads isn't available.
|
2007-07-15 |
nicodvb |
added support for -alang and -slang with dvdnav:// streams
|
2007-07-15 |
reimar |
Make sure that sub->id is -2 and sub->sh is NULL if subtitle doesn't
|
2007-07-15 |
compn |
subs working with lavf change
|
2007-07-14 |
diego |
Let us not pretend to be checking for devfs when we are not.
|
2007-07-14 |
diego |
Mark mp3lib, liba52 and libmpeg2 tests as internal.
|
2007-07-14 |
diego |
Group all vo driver checks together.
|
2007-07-14 |
diego |
Move QuickTime codecs check together with the other codecs checks.
|
2007-07-14 |
diego |
typo
|
2007-07-14 |
reimar |
Use stream_read_qword_le
|
2007-07-13 |
aurel |
add support for subtitles thru lavf
|
2007-07-13 |
diego |
Simplify termios test.
|
2007-07-13 |
diego |
typo, wrong variable name in check
|
2007-07-13 |
diego |
Rename nut option and variables to libnut, FFmpeg also contains NUT support.
|
2007-07-13 |
diego |
Remove useless variable indirection.
|
2007-07-13 |
diego |
Remove redundant variable setting.
|
2007-07-13 |
attila |
Fix segfault if an 'strf' chunk couldn't be found in avi
|
2007-07-13 |
aurel |
fix typo in a comment
|
2007-07-11 |
iive |
Print the number of the Unknow color format,
|
2007-07-11 |
rtogni |
Add check for mkstemp
|
2007-07-11 |
lorenm |
remove unused variables
|
2007-07-11 |
lucabe |
Remove unused file (this time for real)
|
2007-07-11 |
diego |
Remove unused test for round().
|
2007-07-11 |
diego |
Remove unused stddef.h check.
|
2007-07-11 |
diego |
Simplify soundcard.h check.
|
2007-07-11 |
diego |
Remove unused variable.
|
2007-07-11 |
zuxy |
Use -font for subtitles when -subfont is not given, patch by kiriuja
|
2007-07-11 |
cehoyos |
Revert r23758: It broke -vf uspp and -vf mcdeint.
|
2007-07-10 |
albeu |
10L, sub_scale need freetype, add the #ifdef.
|
2007-07-10 |
lucabe |
Resurrect yuv2rgb_init.c, to add a proper license (and some comments about
|
2007-07-10 |
cehoyos |
Fix compilation with -disable-mencoder
|
2007-07-10 |
zuxy |
fix unaligned memory access in asfheader.c, courtesy of Balatoni Denes
|
2007-07-09 |
diego |
Remove unnecessary #ifdef around the whole file.
|
2007-07-09 |
diego |
Remove unnecessary #ifdef around the whole file.
|
2007-07-09 |
diego |
ISO8859-1 --> UTF-8
|
2007-07-09 |
diego |
Mention Bethesda Software VID and Atrac 3 decoders.
|
2007-07-09 |
diego |
ISO8859-1 --> UTF-8
|
2007-07-09 |
compn |
add af_pan balance/fix changes
|
2007-07-09 |
compn |
add sub_scale and loop changes
|
2007-07-09 |
compn |
loop wish fulfilled
|
2007-07-09 |
diego |
Leave out (no) prefix from option names for consistency.
|
2007-07-09 |
albeu |
Add a loop command and property.
|
2007-07-09 |
albeu |
Move loop_times into mpctx.
|
2007-07-09 |
albeu |
Add the sub_scale property and command.
|
2007-07-08 |
voroshil |
Remove unnecessary flip for RGB in v4l1.
|
2007-07-08 |
nicodvb |
100% cosmetics: reindentation and removal of trailing spaces
|
2007-07-08 |
nicodvb |
unified the skip of header and stuffing bytes after the parsing of pes_extension[12] fields
|
2007-07-08 |
voroshil |
r23687: Implemented tv://[<channel>][/<input_id>] url syntax
|
2007-07-08 |
voroshil |
r23690: fix BUK->BUP typo
|
2007-07-07 |
nicodvb |
100000000000000l, cured painful stab at the grammar
|
2007-07-07 |
torinthiel |
Synced with 23536
|
2007-07-07 |
torinthiel |
Synced with 23520
|
2007-07-07 |
torinthiel |
Synced with 23579
|
2007-07-07 |
torinthiel |
And antoher one, missed by me previously
|
2007-07-07 |
torinthiel |
Some typos found and fixed by arctgx <arctgx@tlen.pl>
|
2007-07-07 |
torinthiel |
Xvid name change
|
2007-07-07 |
Gabrov |
synced with r23731
|
2007-07-07 |
nicodvb |
10l, forgot to skip the stuffing bytes eventually prepended to vc1 packets (identified by pes_extension2 subid)
|
2007-07-07 |
nicodvb |
cosmetics: split separate instructions in separate lines
|
2007-07-07 |
nicodvb |
proper parsing of pes_extension[12] fields (replaces the previous code that relied on specific flags set
|
2007-07-06 |
iive |
Fix crash on some DVDs
|
2007-07-06 |
reimar |
Fix CSS format strings, they could print more than two digits for
|
2007-07-06 |
reimar |
Add ENABLE_THREADS and ENABLE_SMALL defines
|
2007-07-06 |
reimar |
Remove empty strlcat and strlcpy files
|
2007-07-05 |
reimar |
Add some missing frees.
|
2007-07-05 |
reimar |
Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpy
|
2007-07-05 |
diego |
license header consistency cosmetics
|
2007-07-05 |
diego |
Group all copyright and author notices together.
|
2007-07-04 |
diego |
Remove unused variables.
|
2007-07-04 |
diego |
Also remove generated tools on distclean.
|
2007-07-04 |
diego |
small grammar fix
|
2007-07-04 |
diego |
Remove LIBXVID_ENCODER from the list of libavcodec encoders if the test fails.
|
2007-07-04 |
diego |
Write configure parameters to configure.log.
|
2007-07-03 |
lucabe |
Remove unused file
|
2007-07-03 |
kraymer |
roff fix (new line for new sentence)
|
2007-07-03 |
diego |
Sync FFmpeg changes:
|
2007-07-03 |
diego |
Cygwin has had inttypes.h since version 1.5.
|
2007-07-03 |
diego |
The file is compiled conditional to USE_DVDREAD so the #ifdef USE_DVDREAD
|
2007-07-03 |
diego |
The header is always included conditional to USE_DVDREAD,
|
2007-07-02 |
diego |
Do not use leading underscores in multiple inclusion guards, they are reserved.
|
2007-07-02 |
cehoyos |
Add equivalent of -Wno-pointer-sign for icc
|
2007-07-02 |
diego |
Consistently use filename as multiple inclusion guard.
|
2007-07-02 |
diego |
Consistently use filenames as multiple inclusion guards.
|
2007-07-02 |
diego |
Add consistent GUI prefix to multiple inclusion guards.
|
2007-07-02 |
diego |
Add multiple inclusion guard.
|
2007-07-02 |
diego |
Consistently use filenames as multiple inclusion guards.
|
2007-07-02 |
ptt |
first step of video.xml translation... (it's soooo huuuuuge..... :))
|
2007-07-02 |
diego |
Fix 'make checkheaders'.
|
2007-07-02 |
diego |
Remove obsolete and misleading comment.
|
2007-07-02 |
diego |
Ignore .ho files.
|
2007-06-30 |
voroshil |
Cosmetics.
|
2007-06-30 |
voroshil |
Don't override input= option value is no input id is passed in tv:// url.
|
2007-06-29 |
nplourde |
bugfix intel mac vo_quartz, PlanarPixmapInfoYUV420 structure requires big-endian value. author Taihei Monma tmkk@mac.com
|
2007-06-29 |
rtogni |
wvx files (mimetype video/x-ms-wvx) are asx playlists. Fix bugzilla #750
|
2007-06-29 |
ptt |
synced to r23690, since it is
|
2007-06-29 |
ptt |
another bunch of corrections, suggested by nico
|
2007-06-29 |
ptt |
synced with r23579
|
2007-06-29 |
ptt |
revert r23538. my fault, didn't see there where 2 phrases, sorry...
|
2007-06-29 |
kraymer |
fix BUK->BUP typo
|
2007-06-29 |
ptt |
sparse grammar and syntactical corrections
|
2007-06-29 |
voroshil |
remove file that was added by mistake.
|
2007-06-28 |
voroshil |
Implemented tv://[<channel>][/<input_id>] url syntax
|
2007-06-28 |
reimar |
Get rid of my_memcpy_pic code duplication in many filters.
|
2007-06-28 |
diego |
comment grammar fixes
|
2007-06-27 |
diego |
Get rid of duplicate processor feature variables.
|
2007-06-27 |
diego |
Add comments to some preprocessor directives.
|
2007-06-27 |
diego |
Mark main() function as a function that takes no parameters.
|
2007-06-27 |
Gabrov |
synced with r23680
|
2007-06-27 |
reimar |
Fix vo_x11_clearwindow_part: x position is one less to avoid not clearing
|
2007-06-27 |
diego |
Fix "control reaches end of non-void function" warnings.
|
2007-06-27 |
diego |
Fix unused variable warnings.
|
2007-06-27 |
diego |
Fix implicit declaration of function warnings.
|
2007-06-27 |
reimar |
Remove some unused variables
|
2007-06-27 |
reimar |
Make X11 window creation and (with -fixed-vo) management simpler and more
|
2007-06-27 |
diego |
Remove check for localtime_r, the function is not used within MPlayer.
|
2007-06-26 |
kraymer |
r23504: -lavdopts threads is only implemented for mpeg[12]
|
2007-06-26 |
ben |
fix Radeon/Rage128 vidix with I420 colorspace (U/V were inverted)
|
2007-06-26 |
reimar |
Lots of cosmetics for gl2
|
2007-06-26 |
reimar |
Remove two unused variables
|
2007-06-26 |
reimar |
Remove overly complex and unused per-subtexture "dirty" handling
|
2007-06-26 |
reimar |
Remove now unused variable
|
2007-06-26 |
reimar |
remove useless calloc cast
|
2007-06-26 |
ptt |
synced with r23609
|
2007-06-26 |
reimar |
Remove some unused code and useless error checking that only clutters the code
|
2007-06-25 |
reimar |
Hint at the Makefile for information how to build dha with svgalib_helper
|
2007-06-25 |
reimar |
Hint at --disable-* options as a workaround for outdated binutils.
|
2007-06-25 |
ptt |
synced with r23608 + other fixes
|
2007-06-24 |
rtogni |
start= and end= parameters on realrtspurls may be optionally quoted with
|
2007-06-24 |
reimar |
config.h must be included before other headers
|
2007-06-24 |
reimar |
Hide our swab prototype when the system has swab since at least the
|
2007-06-24 |
reimar |
Make sure we always have a swab() prototype when we use it,
|
2007-06-24 |
reimar |
Use proper PRI?64 format strings
|
2007-06-24 |
reimar |
define HAVE_FAST_UNALIGNED on x86 (32 and 64 bit).
|
2007-06-24 |
reimar |
Remove unused and trivial string variable
|
2007-06-24 |
reimar |
Remove unused function.
|
2007-06-24 |
reimar |
Remove unused (static) function prototype.
|
2007-06-24 |
reimar |
Fix format string to match actual type.
|
2007-06-24 |
reimar |
Move variable into the block where it actually used
|
2007-06-24 |
reimar |
index_mode is already defined in demuxer.h
|
2007-06-24 |
reimar |
get rid of useless *alloc casts
|
2007-06-24 |
reimar |
Get rid of: useless variable, useless cast and void * arithmetic
|
2007-06-24 |
reimar |
Use AV_RL32
|
2007-06-24 |
reimar |
Fix format strings to match argument type
|
2007-06-24 |
reimar |
Remove unused query_format function in vf_harddup.
|
2007-06-24 |
reimar |
Return value of gtk_entry_get_text is const, so declare variables as const as well.
|
2007-06-24 |
reimar |
ff_gcd is already in libavutil/common.h, no need for an extra prototype here
|
2007-06-24 |
reimar |
Avoid more void * arithmetic
|
2007-06-24 |
reimar |
revert broken r23628, mp_core.h is not included by cfg.h, so double extern
|
2007-06-24 |
reimar |
get_path prototype is already in interface.h and probably many more places.
|
2007-06-24 |
reimar |
Avoid vo_sdl void * arithmetic
|
2007-06-24 |
reimar |
Remove completely pointless "!= 1".
|
2007-06-24 |
reimar |
Another unneeded xinerama_screen extern
|
2007-06-24 |
reimar |
xinerama_screen is already declared in video_out.h
|
2007-06-24 |
reimar |
Add missing return value for x11 error handler
|
2007-06-24 |
reimar |
Cast sizeof() to int in mp_msg arguments so it fits the format string on 64bit
|
2007-06-24 |
reimar |
Avoid void * arithmetic
|
2007-06-24 |
reimar |
Some comment typo fixes
|
2007-06-24 |
reimar |
make opt argument of demux_info_get const.
|
2007-06-24 |
reimar |
Remove two unused functions in asxparser
|
2007-06-24 |
reimar |
Get rid of a completely useless cast
|
2007-06-24 |
reimar |
ass_enabled is already in mp_core.h
|
2007-06-24 |
reimar |
Do not prototype spudec_draw_scaled twice
|
2007-06-24 |
reimar |
suboverlap_enabled is already declared in included subreader.h
|
2007-06-24 |
reimar |
vo_init is x11 specific and has no place in video_out.h.
|
2007-06-24 |
reimar |
Remove redundant vo_format_name, included img_format.h already provides it
|
2007-06-24 |
reimar |
Add a (almost correct) prototype for vcd_seek_to_track
|
2007-06-24 |
reimar |
pstrcpy -> av_strlcpy
|
2007-06-24 |
reimar |
Fix dvd:// subtitle handling to always report the MPEG stream id, because
|
2007-06-24 |
reimar |
Remove the now unused demux_mkv_change_subs function
|
2007-06-24 |
reimar |
Simplify and correct subtitle selection, no more special cases for
|
2007-06-24 |
reimar |
Set demuxer->sub->sh to one of the s_streams like done for audio and video.
|
2007-06-24 |
voroshil |
r23504: -lavdopts threads is only implemented for mpeg[12]
|
2007-06-24 |
voroshil |
r23578: Fix license header.
|
2007-06-24 |
voroshil |
r23588: The audio balance feature implemented with af_pan.
|
2007-06-23 |
aurel |
add myself as co-maintainer of demux_mkv.c
|
2007-06-23 |
reimar |
Fix r23353, it broke ao_sun on non-BSD due to accidentially removing
|
2007-06-23 |
reimar |
Fix memleak due to not freeing demuxer->s_streams
|
2007-06-23 |
reimar |
100l, last demux_mkv patch passed ints instead of pointers to them to sscanf
|
2007-06-23 |
reimar |
Use sh_sub_t instead of mkv_track_t argument where possible, simplifying the code a bit.
|
2007-06-23 |
reimar |
Document the effect of -really-quiet on gmplayer.
|
2007-06-23 |
diego |
Nico claims to never have had any problems with X11 compilation on Mandrake.
|
2007-06-22 |
reimar |
Hack around some fullscreen issues with gl under Windows
|
2007-06-22 |
lu_zero |
unbreak armv6 previously broken by me...
|
2007-06-22 |
mhoffman |
integrating ff_bfin_get_unscaled_swscale into the system
|
2007-06-22 |
mhoffman |
adding Blackfin swscale_bfin infrastructure, and the first swscale routine uyvy to yv12 video resampler
|
2007-06-22 |
mhoffman |
document pointer offset by -8
|
2007-06-22 |
mhoffman |
re pipeline loop, to eliminate extra chroma reads
|
2007-06-22 |
mhoffman |
correct chroma skewing bug, caused by incorrect stride adjustments
|
2007-06-21 |
lu_zero |
Unbreak altivec
|
2007-06-21 |
ptt |
grammar error fixed
|
2007-06-21 |
ptt |
elected me as italian docs translation mantainer, so i can get my own insults ;)
|
2007-06-21 |
ptt |
sync'ed with r23588
|
2007-06-21 |
ptt |
other corrections, pointed out by emanuele aina (italian translation project)
|
2007-06-21 |
ptt |
a few corrections, pointed out nicely by nico sabbi, thanx
|
2007-06-21 |
ptt |
added some carriage returns and full stops, plus a missing 'option'
|
2007-06-21 |
voroshil |
Revert r23530.
|
2007-06-20 |
uau |
demux_mkv very long seek fix
|
2007-06-20 |
uau |
Fix demuxer.h multiple inclusion guard
|
2007-06-20 |
reimar |
Remove useless demnuxer.h include from matroska.h, it creats "hundreds" of
|
2007-06-20 |
cehoyos |
Simplify network timeout calculation.
|
2007-06-20 |
zuxy |
The audio balance feature implemented with af_pan.
|
2007-06-19 |
compn |
some more reqs from users
|
2007-06-19 |
reimar |
Simplify generation of CPU-extensions HAVE_ and ENABLE_ defines
|
2007-06-19 |
reimar |
Simplify generation of ARCH_ and corresponding ENABLE_ defines
|
2007-06-19 |
reimar |
Add an optional third parameter to ff_config_enable in preparation
|
2007-06-19 |
reimar |
Allow to disable x86 cpu extensions (e.g, via --disable-sse) even with
|
2007-06-19 |
gpoirier |
fix typos noted by Nicolas Legrand
|
2007-06-19 |
diego |
Port changes for older Subversion releases from FFmpeg.
|
2007-06-18 |
diego |
misc small fixes
|
2007-06-18 |
diego |
Activate license notice.
|
2007-06-18 |
diego |
Fix license header.
|
2007-06-18 |
ptt |
they said 'colla' was cacophonic.... probably indeed it was :) changed.
|
2007-06-18 |
ptt |
synced with r21930
|
2007-06-18 |
cehoyos |
Silence three warnings.
|
2007-06-18 |
cehoyos |
Stop playing at eof or if no data arrives for ten seconds.
|
2007-06-18 |
gpoirier |
sync w/ r23561
|
2007-06-17 |
zuxy |
More accurate seeking for demuxers lacking DEMUXER_CTRL_GET_TIME_LENGTH control
|
2007-06-17 |
zuxy |
Add AF_CONTROL_PAN_BALANCE control
|
2007-06-17 |
reimar |
Set subtitle type in mpg demuxer. Fixes subtitle switching with 'j'
|
2007-06-17 |
reimar |
Merge (trivial) dvdnav and dvdread subtitle selection code
|
2007-06-17 |
reimar |
Make sure we do not access demuxer->s_streams out of bounds
|
2007-06-16 |
uau |
Remove broken option reset from per-file loop
|
2007-06-16 |
rtogni |
Compilation fix: define some ENABLE needed by lavc
|
2007-06-16 |
reimar |
Add HAVE_ Makefile variables needed by ffmpeg
|
2007-06-16 |
reimar |
Missing libswscale part of TARGET_ -> HAVE_ change
|
2007-06-16 |
reimar |
Follow ffmpeg TARGET_ARCH_* -> ARCH_* change.
|
2007-06-16 |
reimar |
Copile fix: missing libswscale part of ffmpeg r9322 TARGET_ARCH -> ARCH change.
|
2007-06-16 |
gpoirier |
add missing IDCT algothim, as defined in libavcodec/avcodec.h
|
2007-06-15 |
eugeni |
When parsing ass-force-style arguments, search for '=' and '.' characters with
|
2007-06-15 |
eugeni |
Make sure there is at least one style in ass_track when parsing events.
|
2007-06-15 |
ptt |
synced with r23536
|
2007-06-15 |
compn |
update wishlist
|
2007-06-13 |
diego |
misc spelling fixes
|
2007-06-13 |
cehoyos |
Do not allow to compile gui without PNG decoder in libavcodec.
|
2007-06-13 |
ptt |
grammatical error fixed
|
2007-06-13 |
zuxy |
Remove incorrect comment: pan defaults to block all, instead of pass-thru.
|
2007-06-13 |
zuxy |
Avoid zero output for pan filter; zero output now means same # of channels
|
2007-06-13 |
zuxy |
Make pan reentrant. Multiple pans in chain work fine.
|
2007-06-12 |
nicodvb |
clearly specify the valid substream id range, rather than using unreadable bitmasks (it also prevents misdetection 0xFF as valid)
|
2007-06-12 |
gpoirier |
refine the example of -menu-chroot yet more
|
2007-06-12 |
gpoirier |
give an example of -menu-chroot usage
|
2007-06-12 |
ptt |
little corrections suggested by nico sabbi , thanx
|
2007-06-12 |
cehoyos |
Fix compilation after FFmpeg r9283.
|
2007-06-11 |
voroshil |
r23516: little indentation fix
|
2007-06-10 |
diego |
Sync with FFmpeg r9278.
|
2007-06-10 |
lu_zero |
avoid utter breakage on non-x86, patch from Chris Roccati <roccati@at@pobox.dot.com>
|
2007-06-10 |
ptt |
yes, interleave was deeply wrong translated. corrected
|
2007-06-10 |
ptt |
changed forgotten $Revision... to synced with.... sorry :(
|
2007-06-10 |
ptt |
small grammar fixes
|
2007-06-10 |
ptt |
removed a forgotten part in english plus small corrections
|
2007-06-10 |
ptt |
capital char and relative dot at end of phrase removed
|
2007-06-10 |
ptt |
<note><para> indentation corrected
|
2007-06-10 |
ptt |
caps character after "Explanation:" in tvinput.xml
|
2007-06-10 |
ptt |
added italian translation of codecs.xml & containers.xml
|
2007-06-10 |
aurel |
Don't set random codec parameters for AC3/DTS in mkv.
|
2007-06-10 |
Gabrov |
synced with r23531
|
2007-06-10 |
gpoirier |
sync w/r23530
|
2007-06-10 |
nicodvb |
removed functions that were used to parse mpeg12 video (no more video); patch by John Donaghy
|
2007-06-10 |
voroshil |
Teletext support for tv:// (v4l and v4l2 only)
|
2007-06-09 |
nicodvb |
init ts_probe to 0 and probe up to TS_MAX_PROBE_SIZE if the parameter
|
2007-06-09 |
lorenm |
x264 no longer defaults to qp=26.
|
2007-06-09 |
nicodvb |
added support for DTS1 audio descriptor
|
2007-06-09 |
nicodvb |
1000000l, descriptor VC-1 identifies VIDEO_VC1, not AUDIO_DTS
|
2007-06-09 |
henry |
set the window aspect hint
|
2007-06-08 |
compn |
add mmes fourcc for mpeg2 in avi files
|
2007-06-08 |
cehoyos |
Simplify addition of -Wdeclaration-after-statement to CFLAGS.
|
2007-06-08 |
cehoyos |
Support icc 10.0.
|
2007-06-08 |
gpoirier |
sync w/r23504
|
2007-06-08 |
ptt |
reversed previus modification (r23517)
|
2007-06-08 |
ptt |
changed vowels to accented utf8 vowels
|
2007-06-08 |
ptt |
other two files translated :)
|
2007-06-08 |
ptt |
small indentation and tags fixes
|
2007-06-08 |
ptt |
little indentation fix
|
2007-06-08 |
zuxy |
Enable SIMD optmizations for mp3lib on AMD64
|
2007-06-08 |
ptt |
sync'ed up to r23504
|
2007-06-08 |
voroshil |
Add regular #define for header file.
|
2007-06-08 |
ptt |
italian xml/html docs translation - first step. up till now accented vowels are
|
2007-06-08 |
cehoyos |
Cosmetics: Fix indentation after last commit.
|
2007-06-08 |
cehoyos |
Add -Wdeclaration-after-statement etc. only to gcc.
|
2007-06-08 |
cehoyos |
Compile C++ files with the same compiler as all other files.
|
2007-06-08 |
reimar |
Fix yuv2rgb C functions to work for widths divisible by 4 but not by 8
|
2007-06-08 |
reimar |
Fix config declarations so that things like rtc=no work in addition to nortc=yes
|
2007-06-08 |
reimar |
Set errno to 0 after printing it, not before
|
2007-06-08 |
voroshil |
Fix compiler warnings.
|
2007-06-08 |
lorenm |
-lavdopts threads is only implemented for mpeg[12]
|
2007-06-07 |
cehoyos |
Add -Wpointer-arith, -Wredundant-decls and -Wdisabled-optimization to CFLAGS.
|
2007-06-07 |
eugeni |
Fix segfault when encoding from an mkv file with embedded fonts.
|
2007-06-07 |
reimar |
Mention change to libamr in Changelog
|
2007-06-07 |
nicodvb |
in vidix check protect [A-Z] and [a-z] with single quotes as in other checks; fixes some untranslated lowercases
|
2007-06-07 |
reimar |
100l, fix compile error in r23498 due to bad copy in paste
|
2007-06-07 |
reimar |
RGB8/BGR8 IMGFMTs are paletted in case of swscale input.
|
2007-06-07 |
voroshil |
implement "bind sections"
|
2007-06-07 |
cehoyos |
Add -Wno-switch to CFLAGS.
|
2007-06-07 |
cehoyos |
Fix r23494: It broke gcc 2.95.3
|
2007-06-07 |
cehoyos |
Add -Wno-pointer-sign to CFLAGS
|
2007-06-07 |
reimar |
Add 2vuy fourcc to rawuyvy codec
|
2007-06-07 |
diego |
Add -Wall (back) to default CFLAGS.
|
2007-06-07 |
cehoyos |
Remove 'CONFIG_LIB=1' line from config.mak when not using libfaac.
|
2007-06-07 |
cehoyos |
Fix compilation after FFmpeg r9235.
|
2007-06-07 |
uau |
Calculate pts with double precision in demux_asf
|
2007-06-07 |
zuxy |
10l: correct Core 2 detection under x86-64
|
2007-06-06 |
kraymer |
Partial sync with en/mplayer.1 r23455 (patch by JRaSH)
|
2007-06-06 |
voroshil |
r23440: New "automute" tv:// option.
|
2007-06-06 |
zuxy |
Change some static temporary vars to automatic ones because mingw32 binutils
|
2007-06-06 |
zuxy |
Align output pointer so that we can use movaps instead of movups in dct64_sse;
|
2007-06-05 |
ptt |
little correction to make nroff not to complain about line lennghts....
|
2007-06-05 |
ben |
protect _vidix_drivers variable, allowing --with-vidix-driver option to actually handle more than one driver
|
2007-06-05 |
ptt |
sync'd up to r23467
|
2007-06-05 |
diego |
Create a new MSGT for just the status line.
|
2007-06-05 |
reimar |
Do not use fast_memcpy when data is read again immediately afterwards.
|
2007-06-05 |
reimar |
Do not use fast_memcpy for small size copy, esp. when the size is constant
|
2007-06-05 |
reimar |
Replace implicit use of fast_memcpy via macro by explicit use to allow
|
2007-06-05 |
reimar |
Use avcodec_decode_audio2 in ad_ffmpeg.c
|
2007-06-05 |
kraymer |
r23410: add documentation for new -menu-chroot option
|
2007-06-05 |
mhoffman |
correcting spelling error, yuv2rgb888_line was renamed to yuv2rgb24_line
|
2007-06-05 |
reimar |
Make gmplayer show right colors if X server does not use native byteorder.
|
2007-06-05 |
reimar |
Avoiding sscanf in cddb support reading more data with %s than buffer size
|
2007-06-05 |
diego |
Keep -pipe option in CFLAGS even in debug mode.
|
2007-06-05 |
gpoirier |
sync w/23467 (was just a typo in english doc, no incidence here)
|
2007-06-05 |
corey |
then/than typo spotted by "JRaSH"
|
2007-06-05 |
diego |
Keep unused parameter warnings in debug mode.
|
2007-06-05 |
kraymer |
r23416: Drop the metadata stuff and replace it with generic property
|
2007-06-04 |
reimar |
get rid of Gui code that has been commented out since ages
|
2007-06-04 |
reimar |
Factor out some duplicated gui code
|
2007-06-04 |
reimar |
Remove some useless code
|
2007-06-04 |
zuxy |
Use 'static inline' instead of 'inline static' to avoid warnings
|
2007-06-04 |
zuxy |
Change '%ld' to '%d' to remove warnings introduced by r23452
|
2007-06-04 |
zuxy |
Correct dct64 functions' declarations
|
2007-06-03 |
zuxy |
Remove unused parameter for mp_msg
|
2007-06-02 |
gpoirier |
sync w/ r23455
|
2007-06-02 |
gpoirier |
compilation fix after commit r9172 to ffmpeg, patch by Aurel
|
2007-06-02 |
ptt |
new sentences on new lines, diego says ;-P
|
2007-06-02 |
ptt |
sync'ed up to r23440 + a _big_ correction of tv suboptions
|
2007-06-02 |
zuxy |
Remove non-existing make_decode_tables_MMX()
|
2007-06-02 |
zuxy |
Use int and uint32_t instead of long and unsigned long, when appropriate.
|
2007-06-02 |
zuxy |
Make realloc_struct inline as other functions defined in demuxer.h
|
2007-06-02 |
diego |
10l: Remove overlooked instance of NOAVIFILE_HEADERS.
|
2007-06-02 |
eugeni |
Revert r23443, it breaks compilation without libass.
|
2007-06-02 |
diego |
Get rid of superfluous __WINE__ #define, it was always enabled and
|
2007-06-02 |
diego |
Get rid of superfluous NOAVIFILE_HEADERS #define, it was always enabled and
|
2007-06-02 |
diego |
Get rid of superfluous MPLAYER #define, it was always enabled and
|
2007-06-02 |
nicodvb |
prog_id is an uint16_t; reported by Mario Rossi (mariofurire googlemail com)
|
2007-06-02 |
compn |
update manual date, its been 8 months...
|
2007-06-01 |
eugeni |
Recode the whole subtitle file to utf-8 before parsing.
|
2007-06-01 |
eugeni |
Move code for reading a file and recoding it to utf-8 to a separate function.
|
2007-06-01 |
voroshil |
mjpeg support for v4l2 tv:// driver
|
2007-05-31 |
voroshil |
New "automute" tv:// option.
|
2007-05-31 |
voroshil |
r23370: added missing fps
|
2007-05-31 |
voroshil |
r23416: Drop the metadata stuff and replace it with generic property string expansion.
|
2007-05-31 |
zuxy |
Remove no more used TARGET_BUILTIN_VECTOR and TARGET_BUILTIN_3DNOW
|
2007-05-31 |
albeu |
Add new properties percent_pos and time_pos.
|
2007-05-31 |
albeu |
Make the length property use the time type.
|
2007-05-31 |
albeu |
Move the time printing code out of the length property.
|
2007-05-31 |
albeu |
Add a print function for the time option type.
|
2007-05-31 |
jheryan |
sync to 24.5.2007
|
2007-05-31 |
albeu |
Add the recently introduced properties to the documentation.
|
2007-05-31 |
albeu |
Allow setting the direction in the step_property command.
|
2007-05-31 |
albeu |
Fix the step_property coammand to correctly handle the step size with
|
2007-05-31 |
mhoffman |
Adding myself to the authors page.
|
2007-05-31 |
ptt |
little fix
|
2007-05-31 |
ptt |
sync.d up to r23425!!! ehi, it's updated :)))
|
2007-05-31 |
ptt |
removed unneeded space
|
2007-05-31 |
ptt |
removed an unneeded comma
|
2007-05-31 |
ptt |
added '&' for 'e.g.'
|
2007-05-30 |
ptt |
sync'd up to r23416
|
2007-05-30 |
ptt |
moved a line below, since probably it's righter there...
|
2007-05-30 |
ptt |
added a missing space char
|
2007-05-30 |
ptt |
sync'd up to r22845
|
2007-05-30 |
benoit |
rename attribute_unused to av_unused as it is declared in common.h
|
2007-05-30 |
zuxy |
Use play duration instead of send duration to calculate the length
|
2007-05-30 |
albeu |
Drop the metadata stuff and replace it with generic property string expansion.
|
2007-05-30 |
albeu |
Make command.h usable without the MPContext typedef.
|
2007-05-30 |
albeu |
Add PRINT to the samplerate property.
|
2007-05-30 |
albeu |
Fix fallback on the default GET_TYPE for unvailable/disabled
|
2007-05-29 |
albeu |
Make all the info available via the metadata API available via properties.
|
2007-05-29 |
albeu |
Rework the property API to allow sub properties such as
|
2007-05-29 |
ben |
add documentation for new -menu-chroot option
|
2007-05-29 |
ben |
new -menu-chroot option that prevent OSD file selection menu to go to an unwanted location (yeah, chroot ;-))
|
2007-05-29 |
diego |
Only one section remains unfinished, typo.
|
2007-05-29 |
diego |
typo
|
2007-05-29 |
kraymer |
r23325: dv does not support YVU9
|
2007-05-29 |
kraymer |
add note about unfinished "codec specific encoding options" section
|
2007-05-28 |
reimar |
Get rid of __attribute__((__packed__)) in Matroska demuxer
|
2007-05-28 |
diego |
Add LGPL license header.
|
2007-05-28 |
cehoyos |
10l: r23399 broke mov/mp4 demuxing
|
2007-05-28 |
ptt |
little typo fix
|
2007-05-28 |
diego |
Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.
|
2007-05-28 |
diego |
Remove some unused variables, patch by timwoj ieee org.
|
2007-05-28 |
diego |
Move variable declaration into conditional to avoid an unused variable warning.
|
2007-05-28 |
diego |
Remove unused variables.
|
2007-05-27 |
michael |
HAVE_MMX1 -> HAVE_ONLY_MMX1 (makes more sense ...)
|
2007-05-27 |
reimar |
More fastmemcpy.h removal
|
2007-05-27 |
reimar |
Remove more pointless fastmemcpy.h includes in libvo
|
2007-05-27 |
reimar |
Removed useless fastmemcpy.h includes in video decoders
|
2007-05-27 |
reimar |
Remove two useless fastmemcpy.h includes in gui code.
|
2007-05-27 |
reimar |
Remove useless fastmemcpy.h include for filters that do not even do any memcpy.
|
2007-05-27 |
gpoirier |
sync w/ r23370
|
2007-05-27 |
Gabrov |
synced with r23388
|
2007-05-27 |
gpoirier |
Partial sync with r23370, with only one section obsolete.
|
2007-05-27 |
rik |
compilation fix: ff_ _encode added and temporarily disabled mjpeg_write_tables
|
2007-05-26 |
nicodvb |
fixed off-by-one bug during chapter-listing; fixed by Jared Breland (list-mplayer@legroom.net) and me
|
2007-05-25 |
ben |
allow left key command to close text menus too
|
2007-05-25 |
ben |
rename some menu open functions, to avoid confusion with libc native open()
|
2007-05-25 |
zuxy |
Record what was produced by make_decode_table_MMX() and used that data to
|
2007-05-24 |
jheryan |
Sync to 30.3.2007
|
2007-05-24 |
michael |
more sensless repo moving ..moving ...
|
2007-05-24 |
voroshil |
remove unnecessary stubs which were not ever used.
|
2007-05-23 |
ivo |
ffmpeg -sws_flags command line option to set swscaler flags
|
2007-05-23 |
zuxy |
Remove hardcoded registers
|
2007-05-22 |
Gabrov |
synced with r23370
|
2007-05-22 |
zuxy |
Replace hardcoded 32-bit leal with equivalent add/sub so pointer arithmetic will be 64-bit under AMD64
|
2007-05-22 |
zuxy |
Set i_bps for ASF video streams according to extended stream properties
|
2007-05-22 |
zuxy |
Remove unused synth_1to1_mono()
|
2007-05-21 |
ptt |
sync'ed up with r21654
|
2007-05-21 |
voroshil |
make v4l1 driver work properly.
|
2007-05-21 |
ptt |
sync'ed up with r21561
|
2007-05-21 |
ptt |
added missing fps
|
2007-05-21 |
voroshil |
missed sync tag update
|
2007-05-21 |
voroshil |
r23367: little alignment fixes
|
2007-05-21 |
ptt |
little alignment fixes
|
2007-05-21 |
ptt |
sync'ed up with r23028
|
2007-05-21 |
ptt |
little fixes
|
2007-05-21 |
zuxy |
10l: cosmetic: more trailing whitespaces removed
|
2007-05-21 |
zuxy |
Cosmetic: remove trailing whitespaces
|
2007-05-21 |
zuxy |
New tags introduced for AMD K10 and Intel Penryn
|
2007-05-21 |
diego |
Add "uclinux" as an accepted system type in the linux() test.
|
2007-05-21 |
zuxy |
Rewrite generic code in decode_MMX.c in C for easier AMD64 port. Slightly faster than original assembly.
|
2007-05-20 |
ben |
missed part of gui code change while introducing -subfont option (patch by Piotr Kaczuba)
|
2007-05-20 |
eugeni |
Fix #if condition.
|
2007-05-20 |
eugeni |
FT_Request_Size does not exist in FreeType 2.1.*. Fallback to FT_Set_Char_Size.
|
2007-05-20 |
ben |
add new -subfont option, that allows having a different font for OSD (controls and menu) and subtitles
|
2007-05-20 |
ben |
get rid of -menu-utf8 and -menu-unicode once for all, patch by Guillaume Lecerf
|
2007-05-20 |
reimar |
Move common ioctl outside of ifdef
|
2007-05-20 |
reimar |
Clean up some unused code and #ifdef mess in ao_sun.c
|
2007-05-20 |
reimar |
Implement flushing of audio data. Fixes bug #754.
|
2007-05-20 |
reimar |
Fix OpenBSD compilation: strndup is a GNU extension.
|
2007-05-20 |
reimar |
Remove unused code, if it is ever needed it can be recovered from history
|
2007-05-20 |
zuxy |
Add SSSE3 check
|
2007-05-19 |
ben |
buggy joystick initialization, works much better without this
|
2007-05-19 |
voroshil |
-----mencoder.xml----
|
2007-05-19 |
eugeni |
Correct font size in libass.
|
2007-05-19 |
mhoffman |
Blackfin optimized uyvytoyv12 routine. the implementation includes chroma averaging.
|
2007-05-19 |
reimar |
Update regexp to ffmpegs version to avoid incorrect CONFIG_MP3_HEADER_DECOMPRESS_DECODER
|
2007-05-19 |
reimar |
Fix compilation: Create CONFIG_*_BSF in config.mak
|
2007-05-19 |
diego |
Add ID to example.
|
2007-05-19 |
zuxy |
Fix bug in reference code
|
2007-05-18 |
eugeni |
Revert y-axis rotation. Change order of rotations.
|
2007-05-18 |
corey |
cosmetics: fix indentation for previous commit
|
2007-05-18 |
corey |
PIX_FMT_NONE is -1, not 0, so if stream->imgfmt is 0, ctx->pix_fmt gets
|
2007-05-17 |
diego |
Clean up VIDIX test.
|
2007-05-17 |
diego |
10l: leftover line from incompletely split commit
|
2007-05-17 |
diego |
Remove awk test. awk is a basic Unix tool, any implementation is sufficient.
|
2007-05-17 |
diego |
Move the internal VIDIX check from a random place into the VIDIX section.
|
2007-05-17 |
diego |
Remove redundant negation of _vidix_internal for the 'sunos && not x86' case,
|
2007-05-17 |
diego |
Merge internal and external VIDIX checks.
|
2007-05-17 |
diego |
ffdts is no more.
|
2007-05-17 |
reimar |
Reuse AV_RL macros in ogg demuxer instead of its own overcomplicated implementations of it.
|
2007-05-17 |
reimar |
Make use of new AV_RL64
|
2007-05-17 |
reimar |
Remove useless setting of dp->len, it is already set to that value by
|
2007-05-17 |
corey |
Pass imgfmt from lavc encoder to lavf muxer (this is needed for dv).
|
2007-05-17 |
corey |
Add imgfmt (AKA pixel format) to muxer_stream_t so that encoders can
|
2007-05-17 |
corey |
1L to me: dv does not support YVU9.
|
2007-05-16 |
reimar |
"inline" is used elsewhere and more portable than "__inline"
|
2007-05-16 |
reimar |
Include string.h for memcpy, fastmemcpy.h alone is not enough.
|
2007-05-16 |
diego |
Remove extern C declarations for C++.
|
2007-05-15 |
reimar |
Avoid passing test invalid arguments when string is empty.
|
2007-05-14 |
kraymer |
fix typo
|
2007-05-14 |
kraymer |
r23152: Add -ass-hinting option for setting font hinting method.
|
2007-05-14 |
eugeni |
Support fractional font sizes.
|
2007-05-14 |
eugeni |
Limit ass_font_set_transform to nonrotating transformations.
|
2007-05-14 |
reimar |
Make vd_raw VDCTRL_QUERY_FORMAT simpler to understand
|
2007-05-14 |
voroshil |
r23308: List dv in pixel formats lavc's dv encoder supports.
|
2007-05-14 |
compn |
fix formating of lavcopts format suboptions
|
2007-05-14 |
uau |
Fix double free() in demux_asf.c
|
2007-05-14 |
uau |
Output message fix
|
2007-05-13 |
compn |
add svq1 lavcopts format colorspace
|
2007-05-13 |
diego |
Add standard license header, confirmed by Nick in private mail.
|
2007-05-13 |
diego |
ARMv6 detection, patch by Siarhei Siamashka, siarhei.siamashka gmail com
|
2007-05-13 |
corey |
List dv in pixel formats lavc's dv encoder supports.
|
2007-05-13 |
gpoirier |
Blackfin optimized YUV420 to RGB CSC Color Space Converters.
|
2007-05-13 |
corey |
Add DV fourcc.
|
2007-05-13 |
rtogni |
Compilation fix after ffmpeg r9010 (bitstream filters optional
|
2007-05-12 |
voroshil |
r23283: wrong suboption for vo gif89a, revision 16722 shows the problem, this manpage error is 18 months old!
|
2007-05-12 |
voroshil |
r23271: libdha is no more.
|
2007-05-12 |
reimar |
Simplify -flip handling on vo_x11.c
|
2007-05-12 |
reimar |
Fix crash with -flip on 64 bit systems, the result of
|
2007-05-12 |
reimar |
Factor common code out of if in x11_common.c
|
2007-05-11 |
diego |
Compile internal FFmpeg libraries only when configure enabled the static
|
2007-05-11 |
diego |
help output typo noticed by Ramiro Polla
|
2007-05-11 |
compn |
update changelog and bump codecs.conf release number
|
2007-05-11 |
ivo |
cosmetics; one test per line for all isXXX(x) macros
|
2007-05-11 |
diego |
Add correct boilerplate license headers.
|
2007-05-11 |
diego |
prettyprinting cosmetics
|
2007-05-10 |
ben |
new VIDIX driver for IVTV cards, original patch by Lutz Koschorreck
|
2007-05-10 |
compn |
add txd codec, works with http://samples.mplayerhq.hu/game-formats/txd/fronten2.txd .
|
2007-05-10 |
compn |
update copyright year'
|
2007-05-10 |
reimar |
Fix indentation broken in r23287
|
2007-05-10 |
reimar |
Support theora in mkv. Sample: http://samples.mplayerhq.hu/Matroska/theora.mkv
|
2007-05-10 |
reimar |
Avoid code duplication in mkv demuxer for standard fourcc/extradata handling
|
2007-05-10 |
reimar |
Fix track info being read for the wrong track introduced in r20598
|
2007-05-10 |
reimar |
Missing -1 in the FreeBSD code to get the first CD track number
|
2007-05-10 |
gpoirier |
sync w/r23283, fix a French typo
|
2007-05-10 |
reimar |
Reuse linux code for reading png images for windows Gui,
|
2007-05-10 |
compn |
wrong suboption for vo gif89a, revision 16722 shows the problem, this manpage error is 18 months old!
|
2007-05-09 |
eugeni |
Don't deallocate font data if it will be used later.
|
2007-05-09 |
ivo |
remove the need of one extra shift in rgb16ToUV
|
2007-05-09 |
reimar |
Ignore comments where no '=' follows the comment name (otherwise
|
2007-05-09 |
ivo |
Fix rgb15ToUV. Correct order of components and use one shift less.
|
2007-05-09 |
ben |
allow sis vidix driver to access registers and avoid segfaulting (patch by Andrew Calkin)
|
2007-05-08 |
ben |
cosmetic: indent
|
2007-05-08 |
ben |
cosmetic: use K&R coding style, as in reste of the file
|
2007-05-08 |
ben |
added my latest contribution to VIDIX in AUTHORS file
|
2007-05-08 |
ben |
take the lead on VIDIX, as pointed out by Diego
|
2007-05-08 |
ben |
removed obsolete section
|
2007-05-08 |
diego |
10l syntax error
|
2007-05-08 |
diego |
libdha is no more.
|
2007-05-08 |
michael |
try to limit the mess from the svn moves by pointing to the new location
|
2007-05-08 |
voroshil |
r23240: document lavc's 'level' option, patch by Carl Eugen Hoyos
|
2007-05-08 |
ben |
mention myself (besides Sascha) to VIDIX import and maintainship
|
2007-05-08 |
ben |
libdha is gone now, don't mention it anymore
|
2007-05-08 |
ben |
notify of pvr channel navigation feature in ChangeLog
|
2007-05-08 |
ben |
added Sven latest contribution to AUTHORS file
|
2007-05-08 |
ben |
added proper GPL headers to new stream/pvr.h file
|
2007-05-08 |
ben |
give credits to Sven for pvr channel navigation
|
2007-05-08 |
ben |
support for PVR channel navigation (patch by Sven Gothel <sgothel at jausoft dot com>)
|
2007-05-08 |
ben |
description for -menu-keepdir option
|
2007-05-08 |
diego |
These files are now in the separate NUT repository.
|
2007-05-07 |
gpoirier |
add MPlayer's local changes introduced in r23258
|
2007-05-07 |
gpoirier |
compile fix for regression introduced by r23254
|
2007-05-07 |
nicodvb |
For DVR-MS:
|
2007-05-07 |
ben |
fix libmenu compilation with fridibi enabled
|
2007-05-07 |
ben |
cast to what's really expected
|
2007-05-07 |
gpoirier |
iWMMXt-accelerated DCT and motion compensation for ARM processors
|
2007-05-07 |
ivo |
test for tab characters
|
2007-05-07 |
compn |
note about gui depending on libavcodec instead of libpng
|
2007-05-07 |
ivo |
do not run stupid code checks if chfilelist is empty
|
2007-05-07 |
ben |
use already existing function to get utf8 char in libmenu (thx to reimar)
|
2007-05-07 |
ben |
used FFMAX macro as pointed out by reimar
|
2007-05-07 |
ben |
removed useless casts as pointed out by reimar
|
2007-05-07 |
ben |
new -menu-keepdir option that allows libmenu file browser to always restart browsing from the last place we were instead of current dir
|
2007-05-07 |
ben |
support for hebrew through fribidi in libmenu (geexbox patch #580)
|
2007-05-07 |
ben |
support for unicode/utf8 in libmenu (geexbox patch #545)
|
2007-05-07 |
reimar |
remove unused code
|
2007-05-07 |
reimar |
Fix Gui colors for 32 bit png images after switch to libavcodec decoding
|
2007-05-07 |
cehoyos |
Fix compilation after FFmpeg r8921
|
2007-05-06 |
cehoyos |
document lavc's 'level' option
|
2007-05-06 |
gpoirier |
document lavc's 'level' option, patch by Carl Eugen Hoyos
|
2007-05-06 |
cehoyos |
Play amr_nb and amr_wb with FFmpegs r8880
|
2007-05-05 |
reimar |
mplayer.rc depends on version.h
|
2007-05-05 |
diego |
Fix "inline keyword not at beginning of declaration" warning.
|
2007-05-05 |
voroshil |
r23225: The GUI no longer depends on libpng.
|
2007-05-03 |
gpoirier |
sync with r23028, patch by JRaSH % jrash06 A 163 P com%
|
2007-05-03 |
eugeni |
Move variables and a function under #ifdef FC_VERSION to avoid warnings.
|
2007-05-03 |
eugeni |
Deallocate FontConfig objects.
|
2007-05-03 |
eugeni |
Fix stupid bug in r23229.
|
2007-05-03 |
eugeni |
Deallocate string.
|
2007-05-03 |
eugeni |
In ass_font_new, allocate temporary ass_font_t on stack and return the pointer
|
2007-05-03 |
eugeni |
Make cache_*_add functions return the pointer to new (copied) value.
|
2007-05-03 |
Gabrov |
synced with r23227
|
2007-05-03 |
cehoyos |
add "level" as lavc option
|
2007-05-03 |
diego |
MJPEG decoding does not depend on libjpeg.
|
2007-05-03 |
diego |
The GUI no longer depends on libpng.
|
2007-05-03 |
diego |
Simplify libamr_nb test.
|
2007-05-03 |
diego |
cosmetics: Rename remaining instances of amr_* to libamr_*.
|
2007-05-03 |
diego |
Rename amr_nb and amr_wb options to libamr_*.
|
2007-05-03 |
diego |
FFmpeg sync: Rename AMR config settings to LIBAMR.
|
2007-05-03 |
diego |
cosmetics: Rename _amr* variables to _libamr*.
|
2007-05-03 |
diego |
FFmpeg sync: Rename DTS_DECODER --> LIBDTS_DECODER.
|
2007-05-02 |
reimar |
Use calloc instead of malloc+memset
|
2007-05-02 |
reimar |
Missing free on error in conv24to32
|
2007-05-02 |
reimar |
Simplify bgr2rgb
|
2007-05-02 |
reimar |
Remove unused function
|
2007-05-02 |
reimar |
Make functions and variables not used outside bitmap.c static
|
2007-05-02 |
reimar |
Simplify conv24to32 for-loop
|
2007-05-02 |
reimar |
Remove useless extern before function prototypes
|
2007-05-02 |
reimar |
Remove libpng dependency for Gui, use libavcodec instead
|
2007-05-02 |
reimar |
Disable internal vidix on PPC linux, it breaks compilation.
|
2007-05-02 |
diego |
Fix commit nick.
|
2007-05-02 |
eugeni |
Always deallocate glyphs. Fixes memory leak.
|
2007-05-02 |
benoit |
cosmetics: indentation after previous patch
|
2007-05-02 |
benoit |
test if color conv fonction exists prior to using it
|
2007-05-01 |
eugeni |
Fix NULL pointer dereference in demux_mkv that happens when
|
2007-05-01 |
gpoirier |
sync w/ r23162
|
2007-05-01 |
nicodvb |
dvdnav:// depends on our fork of libdvdnav
|
2007-05-01 |
nicodvb |
reindented dvdread check block
|
2007-05-01 |
nicodvb |
libdvdnav now depends on our fork of the library; only the version without
|
2007-05-01 |
diego |
Reuse common Makefile infrastructure.
|
2007-05-01 |
diego |
cosmetics: Move depend target (preparation for upcoming change).
|
2007-05-01 |
diego |
Clarify whom to send translations to.
|
2007-05-01 |
eugeni |
Update comments.
|
2007-05-01 |
eugeni |
Cosmetics.
|
2007-05-01 |
eugeni |
Move glyph_to_bitmap() call and outline glyph deallocation to
|
2007-05-01 |
gpoirier |
sync w/ r23152
|
2007-05-01 |
eugeni |
Minor code simplification.
|
2007-05-01 |
eugeni |
Move get_bitmap_glyph() call to a separate loop.
|
2007-05-01 |
eugeni |
Move transform_3d() call to get_bitmap_glyph().
|
2007-05-01 |
eugeni |
Make a function static.
|
2007-05-01 |
eugeni |
Don't recalculate rotation radius.
|
2007-05-01 |
eugeni |
Bugfix: glyph cache depends on border width, because it contains outline_glyph
|
2007-05-01 |
diego |
Merge FFmpeg dependency handling into the individual tests.
|
2007-05-01 |
diego |
cosmetics: Fix bogus indentation.
|
2007-04-30 |
ben |
synced with upstream vidix, prevented some drivers to work on some configs/archs
|
2007-04-30 |
ben |
deprecated comment from the time the pvr code was half V4L2 and half IVTV specific
|
2007-04-30 |
ben |
one more spelling fix
|
2007-04-30 |
ben |
accurate X200 memory size detection (patch by rjoco77 at kezdionline dot ro)
|
2007-04-30 |
ben |
spelling fix
|
2007-04-30 |
Gabrov |
synced with r23179
|
2007-04-30 |
diego |
cosmetics attack, part IV: Remove all tabs and prettyprint/reindent the code.
|
2007-04-30 |
voroshil |
r23161: Remove outdated and wrong references to codecs.conf.
|
2007-04-30 |
voroshil |
sync tag update
|
2007-04-30 |
iive |
10l to Diego for breaking svn (again).
|
2007-04-29 |
diego |
cosmetics attack, part III: Remove all tabs and prettyprint/reindent the code.
|
2007-04-29 |
diego |
cosmetics: Fix stray wrongly indented line.
|
2007-04-29 |
diego |
cosmetics attack, part II: Remove all tabs and prettyprint/reindent the code.
|
2007-04-29 |
diego |
Fix several implicit declarations of functions warnings.
|
2007-04-29 |
diego |
Remove duplicate #include.
|
2007-04-29 |
reimar |
Remove unused variable,
|
2007-04-29 |
voroshil |
(cosmetics) replace tabs with spaces
|
2007-04-29 |
voroshil |
typo fix.
|
2007-04-28 |
voroshil |
(cosmetics) more indentation fixes.
|
2007-04-28 |
vayne |
add missing case value, fixes functionality when using some skins.
|
2007-04-28 |
vayne |
compilation fix for disabling dvd functionality, patch by <bangbangbear at gmail dot com>, slightly modified by me.
|
2007-04-28 |
compn |
update wishlist
|
2007-04-28 |
ben |
notify new Radeon chipsets supported by VIDIX driver
|
2007-04-28 |
ben |
updated manpages with new vidix subdevice names
|
2007-04-28 |
diego |
Remove outdated and wrong references to codecs.conf.
|
2007-04-28 |
diego |
cosmetics: Fix one more stray wrongly indented line.
|
2007-04-28 |
diego |
cosmetics: Remove all trailing whitespace and tabs, indentation fixes.
|
2007-04-28 |
diego |
cosmetics attack, part I: Remove all tabs and prettyprint/reindent the code.
|
2007-04-28 |
diego |
cosmetics: Replace manual tab indentation by \n\t as in the rest of the file.
|
2007-04-28 |
reimar |
Mention change to monitorpixelaspect=1 default in Changelog
|
2007-04-28 |
voroshil |
r23152: Add -ass-hinting option for setting font hinting method.
|
2007-04-27 |
cehoyos |
Make -monitorpixelaspect 1 the default.
|
2007-04-27 |
reimar |
Do not set VFCAP_EOSD_UNSCALED if we use scaled-osd
|
2007-04-27 |
eugeni |
Add -ass-hinting option for setting font hinting method.
|
2007-04-27 |
eugeni |
Fix division by zero in "\t" parsing.
|
2007-04-27 |
cehoyos |
Add configures arguments to its output
|
2007-04-27 |
cehoyos |
Fix compilation with *_PROTOCOLs in libavformat
|
2007-04-26 |
diego |
Mark loader as unmaintained.
|
2007-04-26 |
diego |
cosmetics: Remove trailing whitespace.
|
2007-04-26 |
diego |
100l: Fix another round of copy and paste typos.
|
2007-04-26 |
diego |
Fix cut and paste typo, _def_libpostproc --> _def_libpostproc_a.
|
2007-04-26 |
diego |
10l: Remove stray 'fi'.
|
2007-04-26 |
ben |
onboard X200 GPU (shared memory) returns a 0 RAM size (patch by rjoco77@kezdionline.ro)
|
2007-04-26 |
ben |
support for some onboard X200 GPU (patch by rjoco77@kezdionline.ro)
|
2007-04-26 |
vayne |
header / declarations cleanup, also fixes broken compilation.
|
2007-04-26 |
diego |
Don't declare -lm as a dependency of swscale-example.
|
2007-04-26 |
diego |
Simplify preprocessor directives: There is a general variable for
|
2007-04-26 |
diego |
Simplify #include directives.
|
2007-04-26 |
diego |
Add config.h variables for static FFmpeg libraries.
|
2007-04-26 |
diego |
Ooops, variable names got confused during copy and paste:
|
2007-04-26 |
diego |
Merge config.h variable declarations into libpostproc test.
|
2007-04-26 |
diego |
Remove unused libavformat #define.
|
2007-04-26 |
diego |
Merge config.h variable declarations into libavformat test.
|
2007-04-26 |
diego |
Merge config.h variable declarations into libavcodec test.
|
2007-04-26 |
diego |
Merge config.h variable declarations into libavutil test.
|
2007-04-26 |
diego |
indentation cosmetics
|
2007-04-26 |
diego |
Remove redundant comments.
|
2007-04-26 |
diego |
Clean up static libavcodec check, just checking for a file is enough.
|
2007-04-26 |
diego |
Fix typo in _libavcodec vs _libavcodec_a variable name.
|
2007-04-26 |
diego |
cosmetics: Fix indentation, merge some lines in the FFmpeg checks.
|
2007-04-26 |
diego |
Merge static and shared libpostproc checks.
|
2007-04-26 |
diego |
Merge static and shared libavformat checks.
|
2007-04-26 |
diego |
Move misplaced res_comment to where it actually takes effect.
|
2007-04-26 |
diego |
Merge static and shared libavcodec checks.
|
2007-04-26 |
diego |
10l elif syntax error
|
2007-04-26 |
diego |
Merge checks for static and shared libavutil.
|
2007-04-26 |
diego |
Add general variables for either static or shared FFmpeg libraries.
|
2007-04-26 |
diego |
Give variable names for static FFmpeg libraries a '_a' suffix.
|
2007-04-26 |
diego |
Remove large automatics from stack.
|
2007-04-26 |
diego |
Add CXX include flags to dependency file generation CFLAGS to generate correct
|
2007-04-26 |
Gabrov |
synced with r23100
|
2007-04-25 |
diego |
AMR-NB fixed-point mode external library support was removed from FFmpeg.
|
2007-04-25 |
compn |
make -really-quiet hide the mencoder version tags. patch copied from michael
|
2007-04-25 |
diego |
cosmetics: Rename Makefile variables CONFIG_VIDIX_* --> VIDIX_*.
|
2007-04-25 |
diego |
cosmetics: Rename Makefile variable CONFIG_ASS --> ASS.
|
2007-04-25 |
diego |
cosmetics: Remove CONFIG_ prefix from FFmpeg library Makefile variables.
|
2007-04-25 |
diego |
Consistently use quotes instead of angled brackets in #include
|
2007-04-25 |
diego |
typo: mingw --> mingw32
|
2007-04-25 |
diego |
Declarations and code should not be mixed.
|
2007-04-25 |
diego |
Add support for Bethesda Software VID video.
|
2007-04-24 |
cehoyos |
CONFIG_EBX_AVAILABLE & CONFIG_EBP_AVAILABLE are now called
|
2007-04-24 |
eugeni |
Do not use FT_Glyph_Copy with NULL glyphs.
|
2007-04-24 |
kraymer |
r23028: with -identify show audio and video id
|
2007-04-24 |
ods15 |
compilation fix, manually include help_mp.h
|
2007-04-24 |
voroshil |
r23100: Update AMR instructions.
|
2007-04-23 |
diego |
Update AMR instructions.
|
2007-04-23 |
ben |
allows cross-compilation for PPC target when using a toolchain defined as powerpc
|
2007-04-23 |
voroshil |
r19039 was missed in first sync (r19631). fixed.
|
2007-04-23 |
diego |
Use proper GPL header.
|
2007-04-23 |
diego |
spelling cosmetics
|
2007-04-23 |
diego |
Gui --> gui
|
2007-04-23 |
diego |
Mark incompletely translated file as such.
|
2007-04-23 |
diego |
Set _audio_input to yes for V4L2 as well.
|
2007-04-23 |
diego |
Use standard GPL header.
|
2007-04-22 |
diego |
cosmetics: Sort PARTS.
|
2007-04-22 |
reimar |
Cosmetics: remove duplicate space in ifdef
|
2007-04-22 |
diego |
Remove duplicate entries from PARTS.
|
2007-04-22 |
diego |
Add Makefile variable for audio input that is enabled by V4L or radio capture.
|
2007-04-22 |
nicodvb |
demuxer_desc_lavf_preferred depends on USE_LIBAVFORMAT or USE_LIBAVFORMAT_SO
|
2007-04-22 |
diego |
Add Makefile variable for either internal or external VIDIX.
|
2007-04-22 |
diego |
Readd an explicit rule for Objective C files. Apparently only Apple's fork of
|
2007-04-22 |
nicodvb |
include inttypes.h in the check for dvdnav
|
2007-04-22 |
ben |
u_int -> unsigned int, fixes MinGW compilation (patch by Xuebin Wu)
|
2007-04-22 |
ben |
remove useless include that breaks MinGW (patch by Xuebin Wu)
|
2007-04-22 |
ben |
fix dha compilation if SVGAHELPER is used (patch by Carl Eugen Hoyos
|
2007-04-22 |
reimar |
Add .mp4 to gmplayer list of known video formats
|
2007-04-22 |
voroshil |
spelling, wording
|
2007-04-22 |
ben |
simplified depth definition
|
2007-04-22 |
ben |
declare variables as static
|
2007-04-22 |
ben |
removed useless vars
|
2007-04-22 |
ben |
declare variables and functions as static
|
2007-04-22 |
ben |
declare variables as static
|
2007-04-22 |
ben |
declare variable as static
|
2007-04-22 |
ben |
removed old code, that has been commented out for too long time
|
2007-04-22 |
ben |
declare variable as static
|
2007-04-22 |
ben |
useless else case
|
2007-04-22 |
ben |
removed never called function
|
2007-04-22 |
ben |
declare variables as static
|
2007-04-22 |
ben |
simplified depth definition
|
2007-04-22 |
ben |
removed useless code from vidix drivers
|
2007-04-22 |
reimar |
Suggest svn diff command that does not show most cosmetics
|
2007-04-22 |
ben |
updated vidix files headers whenever it's possible to have a clear GPL statement
|
2007-04-22 |
ben |
kill a few warnings
|
2007-04-22 |
ben |
updated the ati vidix driver with the one from upstream vidix, it now supports much more GPUs (including all Radeon > 9600 and X series)
|
2007-04-22 |
nicodvb |
after a DVDNAV_VTS_CHANGE event report the title being played
|
2007-04-22 |
voroshil |
r23028: with -identify show audio and video id; patch by Andrew Savchenko (Bircoph list ru)
|
2007-04-21 |
Gabrov |
synced with r23028
|
2007-04-21 |
ben |
fix for mingw: u_long becomes unsigned long
|
2007-04-21 |
ben |
added a new value for alpha colorkey (will be needed by further ati vidix driver upgrade)
|
2007-04-21 |
ben |
u_char is broken under mingw, use unsigned char instead, fix by aurel
|
2007-04-21 |
ben |
better fix for r23001, u_int becomes unsigned int, dont force it to uin32_t
|
2007-04-21 |
eugeni |
Deallocate glyphs in a separate loop.
|
2007-04-21 |
eugeni |
Always deallocate glyphs. Fixes a memory leak.
|
2007-04-21 |
eugeni |
Reset outline glyph cache when configuration changes.
|
2007-04-21 |
eugeni |
Scale camera distance.
|
2007-04-21 |
compn |
update year of mencoder version line
|
2007-04-20 |
eugeni |
Remove unused variables.
|
2007-04-20 |
eugeni |
Cosmetics.
|
2007-04-20 |
eugeni |
Allow caching of rotated glyphs.
|
2007-04-20 |
eugeni |
Add shift_[xy] (vector that is added to the glyph before transformation) to
|
2007-04-20 |
eugeni |
Fill bitmap_hash_key during parsing stage, call get_bitmap_glyph() much later.
|
2007-04-20 |
eugeni |
Remove bbox and advance vector from bitmap cache.
|
2007-04-20 |
eugeni |
Store outline_glyph (glyph border) in glyph cache.
|
2007-04-20 |
eugeni |
Cosmetics: reindentation.
|
2007-04-20 |
eugeni |
Because of the outline glyph cache it is now possible for glyph_info_t to have
|
2007-04-20 |
eugeni |
Make get_*_glyph return void.
|
2007-04-20 |
eugeni |
Move outline glyph generation to a separate function, using outline glyph
|
2007-04-20 |
eugeni |
Oops, fix compilation broken in r23037.
|
2007-04-20 |
eugeni |
Collect hit/miss statistic in hash map, and print in -v mode.
|
2007-04-20 |
eugeni |
Add outline glyph cache (unused yet).
|
2007-04-20 |
eugeni |
Rename glyph cache to bitmap cache.
|
2007-04-20 |
eugeni |
Add generic hash map implementation.
|
2007-04-20 |
eugeni |
A meaningless cosmetic change.
|
2007-04-20 |
eugeni |
Add perspective projection.
|
2007-04-20 |
eugeni |
Applying transformation matrix to the glyph and the shift vector separately is
|
2007-04-20 |
eugeni |
Cosmetics: reindentation.
|
2007-04-20 |
eugeni |
Disable caching of rotated glyphs.
|
2007-04-20 |
nicodvb |
with -identify show audio and video id; patch by Andrew Savchenko (Bircoph list ru)
|
2007-04-20 |
diego |
Intel's Conroe-L makes use of extended models, so adjust CPU detection
|
2007-04-20 |
voroshil |
r22985: Move translatable strings from tv.c to help_mp*
|
2007-04-19 |
ptt |
Sync'd up to r23003
|
2007-04-19 |
reimar |
Mono audio should be supported by NAS, too.
|
2007-04-18 |
compn |
update release number and add atrac3 in wav format, works on /samples/a-codecs/atrac3/sample.ATRAC3.66kbps.44100Hz.Stereo.wav
|
2007-04-18 |
ivo |
preserve alpha channel when converting rgb32 to bgr32 in plain C
|
2007-04-18 |
ivo |
fix red_15mask and green_15mask. the previous values were wrong and caused
|
2007-04-18 |
diego |
FFmpeg Atrac 3
|
2007-04-18 |
diego |
Bethesda software VID video decoder
|
2007-04-18 |
ivo |
test widths all down to one. this tests whether the scalers correctly switch
|
2007-04-18 |
diego |
Merge both USE_DVDREAD sections.
|
2007-04-18 |
diego |
Fix preprocessor conditionals: libdvdnav includes libdvdread and configure
|
2007-04-18 |
ivo |
skip MMX code in rgb24tobgr24 if the size of the input is smaller than the
|
2007-04-18 |
ivo |
skip MMX code in rgb32to16 if the size of the input is smaller than the
|
2007-04-18 |
ivo |
skip MMX code in rgb32to15 if the size of the input is smaller than the
|
2007-04-17 |
ivo |
slightly faster rgb32tobgr32; avoid one add and one cmp
|
2007-04-17 |
rfelker |
big surprise.. uau broke gcc 2.95 as usual
|
2007-04-17 |
rfelker |
5l: don't die when config file contains dvd options and dvd support is missing
|
2007-04-16 |
ivo |
New implementation of rgb32tobgr32
|
2007-04-16 |
reimar |
Ignore mp4a audio tag, it is meaningless since we get it for all mp4 files
|
2007-04-16 |
diego |
cosmetics: tabs --> spaces
|
2007-04-16 |
kraymer |
minor fixes for r23004
|
2007-04-16 |
Gabrov |
synced with r23003
|
2007-04-16 |
kraymer |
r22985: Move translatable strings from tv.c to help_mp*
|
2007-04-16 |
voroshil |
Remove duplicated line
|
2007-04-15 |
ben |
bad prototype for driver init function
|
2007-04-15 |
ben |
u_int seems unknown under mingw
|
2007-04-15 |
compn |
lowres supports some h264 files
|
2007-04-15 |
voroshil |
add entry for recently fixed "device" and "adevice" suboptions in *BSD BT848 tv
|
2007-04-15 |
diego |
Report if internal, external of dvdnav version of dvdread is used.
|
2007-04-15 |
diego |
Disabled VCD support under Cygwin, it fails to link.
|
2007-04-15 |
diego |
Remove unused variable.
|
2007-04-15 |
diego |
Update amr-nb and amr-wb checks for changes in FFmpeg.
|
2007-04-15 |
michael |
improve horizontal chroma resolution with pal
|
2007-04-15 |
michael |
convert palette to yuv instead of converting each pixel after pal->rgb
|
2007-04-14 |
ben |
added vidix driver for Permedia2 cards from upstream vidix
|
2007-04-14 |
ben |
added conditional vidix drivers compilation
|
2007-04-14 |
reimar |
Use lavf_preferred mechanism to replace more extension-based detection hacks
|
2007-04-14 |
reimar |
Add lavf_preferred demuxer for lavf formats we want to be probed
|
2007-04-14 |
voroshil |
typo
|
2007-04-13 |
voroshil |
cosmetics. restore empty line removed in r22985.
|
2007-04-13 |
eugeni |
Fix a stupid bug in r22473: bbox is zero-filled everytime when a glyph
|
2007-04-13 |
voroshil |
Move translatable strings from tv.c to help_mp*
|
2007-04-12 |
diego |
Remove redundant setting of variables when compiling FFmpeg libraries,
|
2007-04-12 |
ivo |
cosmetics, expand all tabs to four spaces.
|
2007-04-12 |
ivo |
Replace huge switch statement by a lookup table.
|
2007-04-12 |
voroshil |
r22975: cosmetics: remove trailing white space
|
2007-04-12 |
diego |
Revert previous broken removal of partial dependency list.
|
2007-04-11 |
ivo |
cosmetics after last commit; remove superfluous braces
|
2007-04-11 |
ivo |
Remove code duplication in sws_rgb2rgb_init.
|
2007-04-11 |
kraymer |
r22845: Clarify -xineramascreen -2 behaviour
|
2007-04-11 |
lorenm |
support format=y8 with -ovc raw
|
2007-04-11 |
kraymer |
cosmetics: remove trailing white space
|
2007-04-11 |
ben |
updated changelog with recent vidix api changes
|
2007-04-11 |
ben |
these are actually AGP bridges, not video adapters (should fix
|
2007-04-11 |
ben |
this TnT2 chipset is actually NV4/5 arch but for sure not NV30
|
2007-04-11 |
kraymer |
more updates for Spanish man page by Fernando TarÃn (lists im gmail com)
|
2007-04-11 |
diego |
Convert source comments into proper codecs.conf entry comments.
|
2007-04-11 |
diego |
Add some more game formats that FFmpeg now supports.
|
2007-04-11 |
diego |
Remove *ancient* ldd debugging junk.
|
2007-04-11 |
diego |
Remove the .norecurse hack. It bloats the Makefile, adds maintenance burden,
|
2007-04-11 |
voroshil |
Rework of *BSD BT848 detection for radio://
|
2007-04-10 |
eugeni |
Remove unused includes.
|
2007-04-10 |
eugeni |
Don't check if user-supplied default font path exists.
|
2007-04-09 |
rtogni |
Cleanup real_calc_response_and_checksum()
|
2007-04-09 |
rtogni |
Merge calc_response_string() into real_calc_response_and_checksum()
|
2007-04-09 |
rtogni |
Simplify calc_response_string()
|
2007-04-09 |
rtogni |
10000000l learn to count
|
2007-04-09 |
rtogni |
Size of response is known, no need to calculate it
|
2007-04-09 |
rtogni |
The size of xor_table is known and fixed, no need to calculate it
|
2007-04-09 |
voroshil |
r22916: Ability to specify video and audio capture device names
|
2007-04-09 |
voroshil |
r22951: Move netstream documentation into TOOLS/README.
|
2007-04-09 |
nicodvb |
better seeking in dvdnav://
|
2007-04-09 |
nicodvb |
implemented STREAM_CTRL_GET_CURRENT_TIME and STREAM_CTRL_SEEK_TO_TIME - dvdnav from mphq required
|
2007-04-09 |
diego |
10l typo
|
2007-04-09 |
voroshil |
remove ugly #include from tvi_bsdbt848.c
|
2007-04-09 |
diego |
Move netstream documentation into TOOLS/README.
|
2007-04-09 |
diego |
Move TOOLS/cpuinfo.c into the root directory.
|
2007-04-08 |
nicodvb |
more human description of -mpegopts :interleaving2
|
2007-04-08 |
nicodvb |
documented -mpegopts :interleaving2
|
2007-04-08 |
nicodvb |
added :interleaving2, a better method to determine which stream whouls be flushed
|
2007-04-08 |
voroshil |
Fix typo in r22772 which causes compilation error under *BSD.
|
2007-04-08 |
nicodvb |
in mpegfile_write_header(only for mpeg1/2) don't overwrite the values of bufsize with dwSuggestedBufferSize (those values are completely invented)
|
2007-04-08 |
nicodvb |
reindentation
|
2007-04-08 |
nicodvb |
in the system header set audio_locked/video_locked only for dvd and vcd
|
2007-04-08 |
nicodvb |
small syntax fix: muxrate is expressed in units of 400 bits/second, not 50 bytes per second
|
2007-04-07 |
diego |
Ignore generated pci_*.[ch] files.
|
2007-04-07 |
ben |
trashed deprecated libdha dir
|
2007-04-07 |
ben |
moved old README file from libdha dir to vidix one
|
2007-04-07 |
reimar |
Start to separate bad-autodetection hacks from other stuff in extension-based
|
2007-04-07 |
diego |
.dxa files should be handled by libavformat.
|
2007-04-07 |
diego |
support for C93 video
|
2007-04-07 |
nicodvb |
10l, the scr must be reset before overwriting the first pack with the correct system header (format=mpeg1|2)
|
2007-04-07 |
diego |
support for THP ADPCM audio
|
2007-04-07 |
rtogni |
qdrw changed output format in ffmpeg r8630, sync codecs.conf and require
|
2007-04-07 |
diego |
typo
|
2007-04-07 |
eugeni |
Fix lost hard linebreaks in libass by repeating the loop when both soft and
|
2007-04-07 |
ben |
missing includes in generated file
|
2007-04-07 |
ben |
restored pci_db2c.awk file from previous broken commit
|
2007-04-07 |
attila |
Add "Requirements" and "Mailinglist" section
|
2007-04-07 |
nicodvb |
reversed r22879 until I discover why it's giving so many sync problems; I'll eventually recommit it in a fixed form
|
2007-04-06 |
rtogni |
Support Windows codecs from RealPlayer10
|
2007-04-06 |
diego |
Remove useless #includes.
|
2007-04-06 |
diego |
Remove useless #includes.
|
2007-04-06 |
diego |
consistent include paths for config.h et al.
|
2007-04-06 |
diego |
Consistent include paths for config.h.
|
2007-04-06 |
reimar |
BMP support for mf://
|
2007-04-06 |
ben |
missing headers in vidix drivers registry files
|
2007-04-06 |
ben |
renamed libdha.[hc] to dha.[hc]
|
2007-04-06 |
ben |
merged libdha and libvidix, moved all files from libdha to vidix directory
|
2007-04-06 |
diego |
There was a fallback value for libtheora linker flags, but it was never added
|
2007-04-05 |
voroshil |
Ability to specify video and audio capture device names
|
2007-04-04 |
gpoirier |
typo fix (s/M/N/) in IMPORTA_M_T
|
2007-04-04 |
gpoirier |
sync with r22902
|
2007-04-04 |
cehoyos |
Fix compilation after FFmpeg r8619.
|
2007-04-03 |
rtogni |
Length of interleaved RTSP frames (0x24) in only 16 bit, the other byte
|
2007-04-03 |
cehoyos |
Use teardownMediaSession() instead of teardownMediaSubsession()
|
2007-04-03 |
cehoyos |
Fix crash when trying to convert from or to RGBi (i<15) as in bgr8torgb24
|
2007-04-03 |
voroshil |
r22854: Remove empty section.
|
2007-04-03 |
voroshil |
r22845: Clarify -xineramascreen -2 behaviour
|
2007-04-03 |
vayne |
thread compatibility fixes for Win9x. based on patch by sergemp at mail dot ru.
|
2007-04-03 |
diego |
Use "generic" optimization instead of 686 as default for runtime-cpudetection
|
2007-04-03 |
diego |
Mention DNS round-robin system in the mirroring HOWTO.
|
2007-04-01 |
uau |
"()" to "(void)" function param list fixes
|
2007-04-01 |
aurel |
remove useless ()
|
2007-04-01 |
nicodvb |
restored previous definition of -mpegopts :drop and :tsaf (r22900); they were there for a good reason
|
2007-04-01 |
nicodvb |
removed unexplainable and escaped trailing spaces from -mpegopts :drop and :tsaf
|
2007-04-01 |
nicodvb |
documented -mpegopts :adelay
|
2007-04-01 |
nicodvb |
removed init_apts and init_vpts; added :adelay in addition to :vdelay
|
2007-04-01 |
ben |
GeForce 6x00 and above are actually referenced as NV40 in X.Org driver (though it doesn't work better right now)
|
2007-04-01 |
nicodvb |
cosmetics: removed trailing spaces
|
2007-04-01 |
ben |
segfaults if name is NULL
|
2007-04-01 |
diego |
Use thp, not mjpeg as dll to decode THP files so that the THP hacks in the
|
2007-04-01 |
diego |
Add support for the THP game format.
|
2007-04-01 |
diego |
typo fixes ported from VLC
|
2007-04-01 |
ben |
updated pci ids list, fixed vidix drivers compilation and added nearly exhaustive pci ids for nvidia driver
|
2007-04-01 |
ben |
allow passing :help to -vo [cx]vidix to get list of all compiled in vidix drivers
|
2007-04-01 |
cehoyos |
mention most RTSP changes
|
2007-04-01 |
ben |
killed warnings in cyberblade driver
|
2007-04-01 |
ben |
killed warnings in rage128 driver
|
2007-04-01 |
ben |
killed warnings in pm3 driver
|
2007-04-01 |
ben |
killed warnings in savage driver
|
2007-04-01 |
ben |
killed warnings in sis driver
|
2007-04-01 |
ben |
killed warnings in unichrome driver
|
2007-04-01 |
ben |
simplified function prototypes to avoid casts but keep external API compatibility
|
2007-04-01 |
diego |
Move pci.db out of its single-file subdirectory.
|
2007-04-01 |
diego |
Do not remove or ignore pci.db.
|
2007-04-01 |
ben |
useless externs
|
2007-04-01 |
nicodvb |
in flush_buffers() removed code that required the presence of an amount of audio data >= video data in the temporal domain
|
2007-04-01 |
ben |
removed references to no longer used internal drivers functions
|
2007-04-01 |
ben |
updated vidix.h from upstream vidix project
|
2007-04-01 |
ben |
checking for dynamic drivers version number is now pointless
|
2007-04-01 |
ben |
switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a fully static library with all drivers built-in
|
2007-04-01 |
diego |
Ignore netstream and fix its compilation; remove object files on make clean.
|
2007-04-01 |
diego |
Move netstream.c out of its single-file subdirectory.
|
2007-04-01 |
diego |
Remove unnecessary dependencies.
|
2007-04-01 |
diego |
Get netstream somewhat closer to linking.
|
2007-04-01 |
cehoyos |
Support h264 over rtsp
|
2007-04-01 |
cehoyos |
Cosmetics: Move variable declaration and initialization up.
|
2007-04-01 |
diego |
Move driver files directly into the vidix directory.
|
2007-03-31 |
diego |
Merge all VIDIX drivers into libvidix.a.
|
2007-03-31 |
diego |
Append objects derived from sources to OBJS_*. This way the OBJS_* variables
|
2007-03-31 |
diego |
Move QNX-specific settings next to the other OS-specific settings.
|
2007-03-31 |
diego |
Don't compile cpuinfo and fastmemcpybench by default.
|
2007-03-31 |
iive |
Use FT_Glyph_StrokeBorder to render only the outside border.
|
2007-03-31 |
diego |
Move the generation of OBJS_* from SRCS_* up before the addition of OBJS_*-yes
|
2007-03-31 |
diego |
Sync with removed tools.
|
2007-03-31 |
diego |
Remove obsolete TV output tools.
|
2007-03-31 |
diego |
Remove unused/nonworking wallpaper setting utility.
|
2007-03-31 |
diego |
Remove unused benchmarking scripts.
|
2007-03-31 |
diego |
Remove obsolete bitmap font tools.
|
2007-03-31 |
diego |
Remove obsolete/unnecessary/trivial scripts and programs.
|
2007-03-31 |
diego |
Build libdha statically like all the other libraries.
|
2007-03-31 |
diego |
Remove empty section.
|
2007-03-31 |
cehoyos |
Gui: Show correct time after seeking in audio-only files.
|
2007-03-31 |
Gabrov |
synced with r22772
|
2007-03-31 |
Gabrov |
synced with r22800 (missing from previous commit)
|
2007-03-31 |
Gabrov |
synced with r22849
|
2007-03-31 |
Gabrov |
synced with r22845
|
2007-03-30 |
uau |
Set CONFIG_EBP_AVAILABLE, CONFIG_EBX_AVAILABLE for FFmpeg
|
2007-03-30 |
diego |
Handle proper compilation on Mac OS X.
|
2007-03-30 |
gpoirier |
sync w/ r21155
|
2007-03-30 |
reimar |
Clarify -xineramascreen -2 behaviour
|
2007-03-29 |
diego |
cosmetics: Remove all trailing whitespace.
|
2007-03-29 |
diego |
some sync by Fernando TarÃn, lists.im gmail com
|
2007-03-29 |
rathann |
Missing svn add from r22841.
|
2007-03-29 |
rathann |
Code cleanup: don't include a .c file in mplayer.c and fix a few
|
2007-03-29 |
diego |
Remove stray variable that was causing tests to fail randomly.
|
2007-03-29 |
diego |
OpenGL reportedly works fine on Mac OS X, see Bugzilla #784.
|
2007-03-28 |
nicodvb |
replaced ! with not as adviced by Reimar
|
2007-03-28 |
nicodvb |
mention vidix in Solaris/x86
|
2007-03-28 |
nicodvb |
don't disable vidix_internal on sparc/x86 when vidix==auto (this damn diff made me twist the log)
|
2007-03-28 |
nicodvb |
in solaris the I/O device to mmap() is /dev/xsvc, not /dev/mem
|
2007-03-27 |
kraymer |
Spanish man page updates by Fernando TarÃn
|
2007-03-27 |
gpoirier |
document edgedetect.fp, emboss.fp
|
2007-03-26 |
cehoyos |
Revert r22819
|
2007-03-26 |
iive |
prevent building xvmc with the old api.
|
2007-03-26 |
iive |
sync to lavcodecs version
|
2007-03-26 |
kraymer |
r22637: Allow to specify frequencies in channels option.
|
2007-03-26 |
kraymer |
Spanish man page updates by Fernando TarÃn
|
2007-03-26 |
cehoyos |
Handle X-QT extradata in a slightly more correct way
|
2007-03-26 |
cehoyos |
Gui: Allow progress bar to move when playing mov or mp4 files
|
2007-03-25 |
diego |
Merge realcodecs/ documentation into the README.
|
2007-03-25 |
diego |
Use the top-level TOOLS Makefile to build the Real codecs wrappers.
|
2007-03-25 |
rathann |
Fixes:
|
2007-03-25 |
rtogni |
Add description of realcodecs subdir
|
2007-03-25 |
rtogni |
Check buffer size in header dump functions
|
2007-03-25 |
diego |
Fall back on plain awk during the awk test. It should be safe to assume
|
2007-03-25 |
cehoyos |
Fix compilation of libvo/vo_xvmc.c
|
2007-03-25 |
voroshil |
r22800: Get rid of useless conditional, using svgalib_helper now requires modifying
|
2007-03-24 |
iive |
Fix double close() in ve_vfw.c
|
2007-03-24 |
diego |
Linking hotfix, libavutil needs to come after libavcodec/libavformat.
|
2007-03-24 |
diego |
Unconditionally add -li386 to LDFLAGS on OpenBSD/x86-32.
|
2007-03-24 |
diego |
cosmetics: Reorder parts of the Makefile in order to group parts sensibly together.
|
2007-03-24 |
diego |
Unconditionally add all subdirectories to PARTS. This way make clean always
|
2007-03-24 |
diego |
Move the addition of basic include flags to configure.
|
2007-03-24 |
diego |
libavutil/ is not optional, compile it unconditionally.
|
2007-03-24 |
diego |
Error out if the libavutil subdirectory is unavailable.
|
2007-03-24 |
diego |
Fix make depend: Declare extra dependencies before the rule.
|
2007-03-24 |
diego |
Move the addition of osdep/mplayer-rc.o to a place where it actually gets added to OBJS_MPLAYER.
|
2007-03-24 |
diego |
Remove multistage recursion for the vidix subdirectory and recurse from the
|
2007-03-24 |
diego |
Remove generated test program on clean, not just on distclean.
|
2007-03-24 |
diego |
Merge INCLUDES into CFLAGS and remove now redundant commands and rules.
|
2007-03-24 |
diego |
Ignore test program.
|
2007-03-24 |
diego |
cosmetics: Shorten long lines, remove trailing whitespace.
|
2007-03-24 |
diego |
Move test program removal on distclean to mpcommon.mak.
|
2007-03-24 |
rtogni |
Use AV_WB* instead of swap+memcpy+swap
|
2007-03-24 |
diego |
Get rid of useless conditional, using svgalib_helper now requires modifying
|
2007-03-24 |
diego |
Remove unnecessary explicit dependency.
|
2007-03-24 |
diego |
Build shared lib on all platforms.
|
2007-03-24 |
diego |
Remove OpenBSD linking hack. If this is (still) necessary, it needs to be
|
2007-03-24 |
diego |
Remove files maintained by Reimar that he no longer sees a use for.
|
2007-03-24 |
diego |
cosmetics: Shorten overly long lines.
|
2007-03-24 |
diego |
Update copyright year.
|
2007-03-24 |
nicodvb |
at open() discard front margin/empty sectors (fixes demuxing by libavformat); patch by Zuxy meng
|
2007-03-24 |
attila |
the mirror howto isnt preliminary anymore
|
2007-03-24 |
voroshil |
r22622: Wording improvement as suggested by Michael.
|
2007-03-24 |
voroshil |
r22547: fix up some longer than 80 char lines , and use suggestion from Diego.
|
2007-03-24 |
voroshil |
r22547: fix up some longer than 80 char lines , and use suggestion from Diego.
|
2007-03-24 |
voroshil |
r22772: Radio driver loading rework.
|
2007-03-23 |
diego |
cosmetics: Merge #ifdefs for better readability.
|
2007-03-23 |
compn |
add mf://bmp wish, remove deinterlace filter during playback
|
2007-03-23 |
aurel |
call vbeGetControllerInfo() only once
|
2007-03-22 |
gpoirier |
sync with r22779
|
2007-03-22 |
ptt |
lexical fixes
|
2007-03-22 |
ptt |
syntax/lexical fixes
|
2007-03-22 |
ptt |
sync'd up to r21452
|
2007-03-22 |
ptt |
sync'd up to r22772
|
2007-03-22 |
kraymer |
roff fix: escape dash for options
|
2007-03-22 |
cehoyos |
r22776: 'D' also turns off and on kerndeint
|
2007-03-22 |
cehoyos |
Fix filepos calculation
|
2007-03-22 |
cehoyos |
'D' also turns off and on kerndeint
|
2007-03-22 |
cehoyos |
allows to de- and reactivate kerndeint on the fly
|
2007-03-22 |
cehoyos |
Every X-QT stream needs video frame rate (not just avc, mpeg4 and svq3)
|
2007-03-22 |
michael |
reasonable cutoff frequency default
|
2007-03-21 |
voroshil |
Radio driver loading rework.
|
2007-03-21 |
cehoyos |
Fix comment about defining HAVE_POSIX_SELECT
|
2007-03-21 |
diego |
Conditionally compile vf_bmovl.c instead of enclosing all of the file
|
2007-03-21 |
diego |
Invert logic for HAVE_NO_POSIX_SELECT to HAVE_POSIX_SELECT to be in line
|
2007-03-20 |
rtogni |
Declare eof only when stream 0 gets eof
|
2007-03-20 |
rtogni |
Fix for realrtsp urls with more than 2 streams:
|
2007-03-20 |
diego |
Remove unnecessary unistd.h include.
|
2007-03-20 |
diego |
Remove MinGW hack, it's no longer needed.
|
2007-03-20 |
diego |
Rename open to af_open so as not to conflict with a previous header definition.
|
2007-03-20 |
diego |
Add missing $(EXESUF).
|
2007-03-20 |
ptt |
tab typo fixed
|
2007-03-20 |
diego |
Add vfw2menc to the Makefile.
|
2007-03-20 |
ptt |
sync'd up to r22483
|
2007-03-20 |
diego |
Add explicit SDL include path. This should allow compilation even when
|
2007-03-20 |
diego |
Add return 0 to fix the following warning:
|
2007-03-20 |
diego |
Include stdlib.h and string.h to fix the following warnings:
|
2007-03-20 |
diego |
Add #include <string.h> to fix the following warning:
|
2007-03-20 |
diego |
Move gltest and bmovl-test into the main TOOLS directory, subdirectories
|
2007-03-19 |
diego |
--enable-win32 was renamed to --enable-win32dll.
|
2007-03-19 |
compn |
ok so cljr , vcr1 and msmpegv1 dont actually work... removed
|
2007-03-19 |
compn |
aiff isnt there as well, TEST FIRST, THEN DOCUMENT COMPN!
|
2007-03-19 |
compn |
gsm requires libgsm so remove it
|
2007-03-19 |
compn |
add rest of lavc encoders to list (vcr1, cljr, jpegls, ffvhuff, msmpeg4v1)
|
2007-03-19 |
compn |
split sonic into sonic/sonicls and wma into wmav1/wmav2
|
2007-03-19 |
compn |
add png and gif encoders, how to use them with mencoder is another question
|
2007-03-19 |
reimar |
Explain workaround for -vo gl:scaled-osd -ass image corruption.
|
2007-03-19 |
voroshil |
Add missing bogus norm warning for v4l2
|
2007-03-19 |
voroshil |
Make sure bogus parameter will not be ignored by user.
|
2007-03-19 |
diego |
Simplify Makefile.
|
2007-03-19 |
diego |
Conditionally compile af_export instead of having #ifdef around the file.
|
2007-03-19 |
diego |
Move -I. to the front of CFLAGS, works around problems with headers from
|
2007-03-19 |
diego |
Remove commented-out -Wall CFLAGS, can be set from configure/config.mak.
|
2007-03-19 |
diego |
Remove commented-out Cygwin CFLAGS settings.
|
2007-03-19 |
diego |
Move setting Cygwin specific CFLAGS to configure.
|
2007-03-19 |
michael |
video filters i maintain ...
|
2007-03-18 |
diego |
The -Wdeclaration-after-statement test needs a C program.
|
2007-03-18 |
diego |
Move -I. and -I.. to the front of CFLAGS so that headers in the root directory
|
2007-03-18 |
diego |
Move libav* include CFLAGS to mpcommon.mak instead of duplicating them.
|
2007-03-18 |
cehoyos |
Added myself, as suggested by Diego
|
2007-03-18 |
nicodvb |
check that definition of prototype of sysi86(int, void*) doesn't conflict; fixed compilation in opensolaris
|
2007-03-18 |
diego |
Merge CFLAGS lines.
|
2007-03-18 |
diego |
Move setting CXXFLAGS to configure.
|
2007-03-18 |
rtogni |
Support multiple tags in a single line and tags on the same line as the
|
2007-03-18 |
diego |
Add live555 include flags to EXTRAXX_INC, not EXTRA_INC.
|
2007-03-18 |
nicodvb |
shared libavcodec is not at all broken/obsolete, but simply discouraged
|
2007-03-18 |
diego |
Group (system-specific) CFLAGS settings together.
|
2007-03-18 |
diego |
Move Cygwin specific #define setting to system OS-specific settings section.
|
2007-03-18 |
diego |
Move setting of TARGET_WIN32 together with other Win32 settings.
|
2007-03-18 |
diego |
Rename win32 variable to the more sensible name win32dll.
|
2007-03-18 |
diego |
Remove conditional addition of CONFIG_DARWIN to CFLAGS, it's added
|
2007-03-18 |
gpoirier |
sync with r22637
|
2007-03-18 |
rtogni |
Support application/smil as mimetype for smil-over-realrtsp
|
2007-03-18 |
compn |
add ffbmp decoder, cant figure out fourcc bit so use format for avi...
|
2007-03-18 |
diego |
Move fast cmov detection code from the PPC section into the x86 section
|
2007-03-18 |
compn |
add new audio and video codecs to libavcodec list
|
2007-03-18 |
diego |
support for setting and detecting FAST_CMOV
|
2007-03-18 |
compn |
add some updates
|
2007-03-18 |
uau |
Fix configure -march detection for athlon-xp
|
2007-03-18 |
diego |
Remove empty directory.
|
2007-03-18 |
michael |
fix full range (jpeg yuv) chroma
|
2007-03-18 |
attila |
cosmetics, fix indentation
|
2007-03-18 |
attila |
allow horizontal resolutions >1024 in case we have a G550
|
2007-03-18 |
attila |
sync mga_vid.h to the one in the mga_vid repo.
|
2007-03-17 |
diego |
Move files from radeon/ subdirectory here.
|
2007-03-17 |
compn |
add fourcc for dxa files, approved by diego
|
2007-03-17 |
diego |
Remove radeonfb, the version in the Linux kernel is much better.
|
2007-03-17 |
compn |
add ffdxa , works on samples/game-formats/dxa/epic.dxa
|
2007-03-17 |
diego |
Do not disable cache on MinGW, just disable shmem compilation.
|
2007-03-17 |
diego |
'make install' now takes care of most manual installation steps for *_vid.o.
|
2007-03-17 |
diego |
Nuke MIPS-specific compiler bug workaround, it's unlikely to help anyway.
|
2007-03-17 |
diego |
wording/spelling/grammar/updates/cosmetics
|
2007-03-17 |
diego |
Merge Makefile from radeon/ subdirectory into this one.
|
2007-03-17 |
diego |
Create device nodes upon install.
|
2007-03-17 |
compn |
update release number
|
2007-03-17 |
diego |
Introduce OBJS variable for the list of objects to build.
|
2007-03-17 |
compn |
add ffdca decoder
|
2007-03-17 |
diego |
Remove support for 2.5.x kernels.
|
2007-03-17 |
diego |
Add a link to Attila's mga_vid port to Linux 2.6.x.
|
2007-03-17 |
diego |
Remove useless compilation commands that are provided by builtin rules.
|
2007-03-17 |
diego |
Merge test rules using general pattern.
|
2007-03-17 |
diego |
Install tdfx_vid.o as well.
|
2007-03-17 |
diego |
Remove now unnecessary MGA_VID_OBJ variable indirection.
|
2007-03-17 |
diego |
Remove pointless variable indirection.
|
2007-03-17 |
diego |
Remove remnants of Linux 2.6 support, the mga_vid.c part was made to
|
2007-03-17 |
diego |
Remove pointless variable indirection for -I options.
|
2007-03-17 |
diego |
Remove unnecessary -I option from CFLAGS.
|
2007-03-17 |
diego |
tdfx_vid compilation has been simplified.
|
2007-03-17 |
voroshil |
New slave command: tv_step_freq <offset in MHz>
|
2007-03-17 |
diego |
cosmetics: Remove superfluous comment.
|
2007-03-17 |
diego |
Remove superfluous .o creation rule, it's the same as the builtin one.
|
2007-03-17 |
diego |
Remove unused variables INCLUDES and MOD_PATH_PREFIX.
|
2007-03-17 |
diego |
Remove unused variable AFLAGS.
|
2007-03-17 |
diego |
Put -D options in CPPFLAGS, don't duplicate -D__KERNEL__.
|
2007-03-17 |
diego |
Some more details for the mga_vid section taken from drivers/README.
|
2007-03-17 |
diego |
wording/spelling/cosmetics
|
2007-03-17 |
diego |
Rename tdfx_vid_tst to tdfx_vid_test.
|
2007-03-17 |
diego |
Merge README.linux.2.6 into general README.
|
2007-03-17 |
diego |
Merge Rage128 README into general README.
|
2007-03-17 |
voroshil |
10l: omitted '-e' in my r22630 commit.
|
2007-03-17 |
diego |
Build tdfx_vid.o and tdfx_vid_tst by default under Linux 2.4.
|
2007-03-17 |
diego |
Merge CFLAGS and INCLUDES where appropriate.
|
2007-03-17 |
diego |
Make strange clean/distclean rules behave in a more standard fashion.
|
2007-03-17 |
diego |
Get rid of ugly conditionals.
|
2007-03-17 |
diego |
Get rid of stupid recursion within a single directory.
|
2007-03-17 |
diego |
Remove unnecessary include options from compilation command.
|
2007-03-17 |
diego |
Simplify compilation commands.
|
2007-03-17 |
diego |
Remove rule for non-existing file.
|
2007-03-17 |
diego |
Simplify compilation command.
|
2007-03-17 |
diego |
Mark phony targets as such.
|
2007-03-17 |
diego |
whitespace cosmetics
|
2007-03-17 |
diego |
Mark phony targets as such.
|
2007-03-17 |
diego |
Split dependency and rule declaration, avoids duplicate command.
|
2007-03-17 |
diego |
Simplify compilation commands.
|
2007-03-17 |
diego |
Bring somewhat closer to linking, still won't work, though.
|
2007-03-17 |
diego |
Simplify link command.
|
2007-03-17 |
diego |
Bring netstream somewhat closer to linking, still won't work.
|
2007-03-17 |
diego |
Remove unnecessary -I option from CFLAGS.
|
2007-03-17 |
diego |
Mark phony targets as such.
|
2007-03-17 |
diego |
Merge INCLUDE and CFLAGS, fixes Cola from last commit.
|
2007-03-17 |
diego |
Remove unused variable.
|
2007-03-17 |
diego |
Fix compilation, bswap.h is now mpbswap.h.
|
2007-03-17 |
diego |
Remove redundant rule for creating .o files from .c files, it's builtin.
|
2007-03-17 |
diego |
Remove obsolete .SUFFIXES variable.
|
2007-03-17 |
diego |
Remove nonsensical unused rules.
|
2007-03-16 |
diego |
Use quotes instead of angular brackets for non-system includes.
|
2007-03-16 |
diego |
Bring vivodump closer to linking; remains broken.
|
2007-03-16 |
diego |
Fix linking: libswscale depends on libavutil, verbose was multiply defined...
|
2007-03-16 |
diego |
Fix compilation due to reorganized header files.
|
2007-03-16 |
diego |
whitespace cosmetics
|
2007-03-16 |
diego |
Remove duplicate largefile CFLAGS that are set from configure.
|
2007-03-16 |
diego |
Turn on largefile support for libdvdcss as well.
|
2007-03-16 |
diego |
Remove CFLAGS that are already set by configure.
|
2007-03-16 |
diego |
Put special CFLAGS for low accuracy tremor in the Makefile, similar to the
|
2007-03-16 |
kraymer |
r22492: documented -reuse-socket
|
2007-03-16 |
diego |
Remove unnecessary -I option from CFLAGS.
|
2007-03-16 |
voroshil |
Allow to specify frequencies in channels option.
|
2007-03-16 |
voroshil |
Mark myself as new TV maintainer as suggested by Jindrich Makovicka
|
2007-03-16 |
compn |
add cdvc fourcc to ffdv , works on /incoming/video_format_0x43564443.avi
|
2007-03-16 |
uau |
Matroska seeking fixes
|
2007-03-16 |
gpoirier |
sync with r22503
|
2007-03-16 |
compn |
add mute bind which has been default for a while, any other missing defaults?
|
2007-03-16 |
compn |
some updates from memory and mplayer irc users
|
2007-03-16 |
voroshil |
libavcodec's DXA decoder is dependent on zlib
|
2007-03-16 |
diego |
Remove useless -I./skin from CFLAGS.
|
2007-03-16 |
diego |
Don't look for header files in ../../ anymore. Compilation was broken unless
|
2007-03-15 |
diego |
Remove unnecessary -I./wm option from CFLAGS.
|
2007-03-15 |
diego |
Remove useless -I../loader option from CFLAGS.
|
2007-03-15 |
diego |
Use explicit path for headers from the dshow/ subdirectory.
|
2007-03-15 |
diego |
Use explicit path for headers from the loader/ directory.
|
2007-03-15 |
diego |
Add explicit location for headers from the stream/ directory.
|
2007-03-15 |
diego |
Wording improvement as suggested by Michael.
|
2007-03-15 |
diego |
Add live555 include flags to CXXFLAGS only.
|
2007-03-15 |
diego |
Add a FIXME note about new sentences on new lines.
|
2007-03-15 |
diego |
Add explicit location for headers from the libmpdemux/ directory.
|
2007-03-15 |
diego |
Add explicit location for headers from the stream/ directory.
|
2007-03-15 |
diego |
Add explicit location for headers from the stream/ directory.
|
2007-03-15 |
diego |
Add AmigaOS support, patch by Andrea Palmatè, andrea amigasoft net.
|
2007-03-15 |
diego |
Simplify setting special CFLAGS for decode_i586.o.
|
2007-03-15 |
diego |
Remove unnecessary Darwin entry from CFLAGS.
|
2007-03-15 |
diego |
Simplify conditional expression.
|
2007-03-15 |
diego |
Remove Darwin AltiVec CFLAGS settings, configure handles this.
|
2007-03-15 |
michael |
update password-gpg rule from ffmpeg
|
2007-03-15 |
michael |
update >5 line reindention rule to what is in ffmpeg
|
2007-03-15 |
michael |
update spliting rule to what i just added to ffmpeg
|
2007-03-15 |
michael |
cosmetic (move warning point after the existing policy points instead of the middle)
|
2007-03-15 |
diego |
Remove addition of AltiVec flags to CFLAGS, configure takes care of this.
|
2007-03-15 |
diego |
Remove unnecessary include from CFLAGS.
|
2007-03-15 |
diego |
Use explicit header location, don't use CFLAGS for simple subdirectories.
|
2007-03-15 |
reimar |
Check for eof in loop searching for data chunk.
|
2007-03-15 |
diego |
Reuse common parts of all Makefiles.
|
2007-03-15 |
diego |
Use versioned names explicitly instead of employed backwards-named variables.
|
2007-03-15 |
diego |
Simplify conditional expression.
|
2007-03-15 |
diego |
Remove Cygwin case from conditional, it's overridden by the Win32 case.
|
2007-03-15 |
diego |
Revert previous broken commit.
|
2007-03-15 |
diego |
Remove Cygwin case from conditional, it's overridden by the Win32 case.
|
2007-03-15 |
diego |
Rename LIBS variable to more standard name EXTRALIBS.
|
2007-03-15 |
diego |
Fix test program linkage.
|
2007-03-15 |
diego |
Include loader/ prefix in #include path everywhere.
|
2007-03-15 |
diego |
SHORTNAME is not a target so it should not be used as prerequisite.
|
2007-03-15 |
diego |
Merge two clean commands.
|
2007-03-15 |
diego |
whitespace cosmetics
|
2007-03-15 |
diego |
Use standard variable names for SRCS and OBJS.
|
2007-03-15 |
diego |
Install targets should not remove files.
|
2007-03-14 |
diego |
Add pci_names.c as prerequisite of the all target instead of the .o files.
|
2007-03-14 |
diego |
Use the install program detected by configure.
|
2007-03-14 |
diego |
Remove useless .SUFFIXES variable.
|
2007-03-14 |
diego |
Remove unused SONAME_FLAGS variable.
|
2007-03-14 |
diego |
Remove commented out superfluous lines.
|
2007-03-14 |
diego |
Simplify rules using make shorthands.
|
2007-03-14 |
diego |
whitespace cosmetics
|
2007-03-14 |
diego |
Simplify handling of extra library flags.
|
2007-03-14 |
diego |
Remove superfluous rule and variables, X_LIB does not exist any longer.
|
2007-03-14 |
diego |
Remove superfluous variable indirection.
|
2007-03-14 |
diego |
Reuse common parts of all Makefiles through mpcommon.mak.
|
2007-03-14 |
diego |
Rename all target to libs.
|
2007-03-14 |
diego |
Separate prerequisites and rules to avoid redundant rules.
|
2007-03-14 |
diego |
whitespace cosmetics
|
2007-03-14 |
diego |
Generate dependency information.
|
2007-03-14 |
diego |
Remove superfluous rule and variable.
|
2007-03-14 |
diego |
Properly mark all phony targets as such.
|
2007-03-14 |
diego |
Rename VIDIX_CFLAGS to CFLAGS.
|
2007-03-14 |
diego |
Remove unused variable.
|
2007-03-14 |
compn |
dont start newline with a space and readd subdirectory
|
2007-03-14 |
kraymer |
major man page update
|
2007-03-14 |
diego |
Use 'libs' instead of 'all' target.
|
2007-03-14 |
diego |
Reuse common parts of all Makefiles through mpcommon.mak.
|
2007-03-14 |
diego |
Don't remove 'test' on distclean, there is no such file.
|
2007-03-14 |
diego |
cosmetics: Rename variables for consistency with other Makefiles.
|
2007-03-14 |
diego |
consistency cosmetics
|
2007-03-14 |
diego |
Simplify library generation rule.
|
2007-03-14 |
diego |
Merge all and do_drivers rules.
|
2007-03-14 |
diego |
Remove superfluous/obsolete rules and variables.
|
2007-03-13 |
diego |
dep/depend should be a double colon target as well.
|
2007-03-13 |
diego |
cosmetics: Move some parts around to make more sense overall.
|
2007-03-13 |
diego |
Fix live555 compilation when stream cache is disabled.
|
2007-03-13 |
diego |
cosmetics: Move depend target in preparation for upcoming changes.
|
2007-03-13 |
diego |
Simplify test program compilation.
|
2007-03-13 |
diego |
Fix test program compilation.
|
2007-03-13 |
diego |
Rename mp3lib/libMP3.a to mp3lib/libmp3.a for consistency.
|
2007-03-13 |
diego |
Simplify CFLAGS handling.
|
2007-03-13 |
diego |
Remove unnecessary -I option.
|
2007-03-13 |
diego |
Remove unnecessary -I option.
|
2007-03-13 |
gpoirier |
fix wrong typo fix, as noted by Diego
|
2007-03-13 |
diego |
cosmetics: Fix indentation, reorder some lines for consistency.
|
2007-03-13 |
gpoirier |
fix some trivial typos
|
2007-03-13 |
compn |
fix up some longer than 80 char lines , and use suggestion from Diego.
|
2007-03-13 |
diego |
Give more descriptive names to the source and library variables and split
|
2007-03-13 |
diego |
Remove useless #define.
|
2007-03-13 |
diego |
Give the library generation target a more sensible name.
|
2007-03-13 |
diego |
Add common sources to .depend target.
|
2007-03-13 |
diego |
Handle common parts at the objects instead of at the sources level.
|
2007-03-12 |
diego |
codecs.conf.h needs to be made before .depend.
|
2007-03-12 |
diego |
Mark phony targets as such.
|
2007-03-12 |
diego |
dirclean target was removed, don't mark as phony.
|
2007-03-12 |
rtogni |
Remove code duplication in smil parser
|
2007-03-12 |
nicodvb |
cosmetics: renamed variable amr as headersize, more meaningful; patch by Carl Eugen Hoyos
|
2007-03-12 |
rtogni |
Support smil embedded into xml, fixes bugzilla #768
|
2007-03-12 |
diego |
mp_msg.c is never built with -DCODECS2HTML.
|
2007-03-12 |
diego |
Remove -DCODECS2HTML from .depend creation.
|
2007-03-12 |
voroshil |
r22521: Clarify -reuse-socket description.
|
2007-03-12 |
voroshil |
r22408: add -tv driver=help entry, also add dshow tv driver
|
2007-03-12 |
voroshil |
r22413: add xvfwopts compdata and vfw2menc documentation and change to better mencoder example
|
2007-03-12 |
voroshil |
r22331: Remove some #if 0 code
|
2007-03-12 |
diego |
Clarify that commits should not be split arbitrarily by file/directory.
|
2007-03-12 |
diego |
spelling/punctuation
|
2007-03-12 |
ivo |
fix forgotten \
|
2007-03-12 |
compn |
add vcd:// for win32, patch by zuxy meng
|
2007-03-12 |
diego |
Source files should not contain non-ASCII characters.
|
2007-03-12 |
compn |
add vcd:// for win32, patch by zuxy meng
|
2007-03-12 |
compn |
add vcd support to mingw, patch by zuxy meng
|
2007-03-12 |
diego |
minor clarification
|
2007-03-12 |
diego |
Clarify -reuse-socket description.
|
2007-03-12 |
diego |
typo
|
2007-03-12 |
diego |
Fix comment about test application compilation.
|
2007-03-11 |
diego |
Add codec-cfg-test, remove now obsolete entries.
|
2007-03-11 |
diego |
Add codec-cfg-test target.
|
2007-03-11 |
uau |
Allow demuxers to return packets with no pts in -correct-pts mode
|
2007-03-11 |
uau |
Reindent messy functions before working on them
|
2007-03-11 |
diego |
Make sure docbook 4.x gets preferred over 3.x.
|
2007-03-11 |
diego |
mplayer.c and mencoder.c are already in SRCS_MPLAYER and SRCS_MENCODER
|
2007-03-11 |
diego |
wording/spelling for lscale=2 suboption
|
2007-03-11 |
diego |
'make clean' should remove generated binaries.
|
2007-03-11 |
diego |
Merge clean and dirclean targets.
|
2007-03-11 |
reimar |
forgotten lscale=2 part for gl_common.h
|
2007-03-11 |
reimar |
Document lscale=2
|
2007-03-11 |
reimar |
Add a new GPU-based scaling method to vo gl
|
2007-03-11 |
uau |
Move the sh_audio->delay field to mpctx->delay.
|
2007-03-10 |
vayne |
fixed dvd chapter and title switching
|
2007-03-10 |
vayne |
removed redundant assignments, these get handled in evDropFile
|
2007-03-09 |
nicodvb |
corrected description of -reuse-socket as described by Rich
|
2007-03-09 |
ods15 |
remove some lines which should have never been in demux_nut.c, broke CPU
|
2007-03-09 |
uau |
Include <string.h> explicitly.
|
2007-03-09 |
diego |
Rename to a more sane spelling.
|
2007-03-09 |
gpoirier |
Improve MPlayerOSX building process:
|
2007-03-09 |
uau |
Move command.c.tmp over now identical command.c
|
2007-03-09 |
uau |
Change to match current command.c (same functionality).
|
2007-03-09 |
uau |
Add alternative way to create command.c to svn history,
|
2007-03-08 |
rtogni |
100l, allocated buffer was too small.
|
2007-03-08 |
reimar |
Support function lookup via ordinal
|
2007-03-08 |
reimar |
Allow declaring special undefined functions that will return NULL
|
2007-03-08 |
nicodvb |
documented -reuse-socket
|
2007-03-08 |
nicodvb |
optionally reuse the socket if -reuse-socket is selected; patch by Yong Hwan (sio4 users sf net) simplified by me
|
2007-03-08 |
diego |
Add more FourCC values for the Xvid decoder.
|
2007-03-08 |
diego |
Remove unused variable lev_text, patch by Zuxy Meng, zuxy.meng gmail com.
|
2007-03-08 |
diego |
spelling/punctuation/grammar/wording improvements, no semantic changes
|
2007-03-08 |
diego |
Add PIX_FMT_PAL8 to isPacked().
|
2007-03-08 |
reimar |
100l, last patch broke window resizing with xv and xvmc.
|
2007-03-07 |
diego |
Merge all .PHONY target declarations.
|
2007-03-07 |
gpoirier |
Fix ratio aspect on Matroska files, broken with recent 'spect change in DVB' patch
|
2007-03-07 |
diego |
Fix unkown --> unkNown typo.
|
2007-03-07 |
uau |
Fix audio samplerates below 7000 Hz.
|
2007-03-06 |
nicodvb |
support for AMR; it works inserting in the first byte of the demux_packet
|
2007-03-06 |
kraymer |
mplayer.1
|
2007-03-06 |
reimar |
Factor out some duplicated code in vo_xv and vo_xvmc
|
2007-03-06 |
compn |
__defines are reserved for gcc
|
2007-03-06 |
reimar |
Simplify config by using code available in video_out.c
|
2007-03-06 |
reimar |
Fix bad uninit when switching DVB channels.
|
2007-03-06 |
eugeni |
A function always returning 0 could as well return void.
|
2007-03-06 |
eugeni |
Text alignment should not use bounding boxes of individual glyphs.
|
2007-03-06 |
eugeni |
Reset advance vector and glyph bounding box if glyph could not be found.
|
2007-03-05 |
nicodvb |
removed unused definition of insertRTPData(); it's not only unused,
|
2007-03-05 |
Gabrov |
synced with r22428
|
2007-03-05 |
Gabrov |
synced with r22469
|
2007-03-05 |
lorenm |
truncate mencoder's output file if it exists, instead of overwriting just part of it.
|
2007-03-05 |
reimar |
Audio should now work fine, so remove the ENABLE_AUDIO ifdef
|
2007-03-05 |
reimar |
Implement percent-based seeking
|
2007-03-05 |
reimar |
Fix seeking for avisynth audio.
|
2007-03-05 |
reimar |
Fix DEMUXER_CTRL_GET_PERCENT_POS with -novideo
|
2007-03-05 |
reimar |
remove pointless cast to int
|
2007-03-05 |
reimar |
Remove subcp_open/subcp_close from mkv demuxer, they are useless since a long time.
|
2007-03-05 |
reimar |
Allow to add/modify keybind for '#'
|
2007-03-05 |
diego |
-nomouseinput is no longer X11 only.
|
2007-03-04 |
reimar |
Add code to detect and convert to console codepage on Windows.
|
2007-03-04 |
reimar |
Include stdio.h for printf
|
2007-03-04 |
nicodvb |
when seeking consider stream->start_pos instead of 0 as initial position; patch by Zuxy Meng approved by Michael
|
2007-03-04 |
compn |
getopt is only needed on msvc, remove from mingw/linux compile info
|
2007-03-04 |
kraymer |
10l, remove local-only file from ignore list
|
2007-03-04 |
compn |
add vfw2menc info into README
|
2007-03-04 |
kraymer |
shut up 'svn status' by ignoring symlinked files
|
2007-03-04 |
compn |
add -xvfwopts compdata suboption to man page
|
2007-03-04 |
reimar |
Remove variable that is unnecessary after last patch
|
2007-03-04 |
reimar |
Remove hack that sets demuxer->video->pts after seeking, it seems no longer needed.
|
2007-03-04 |
reimar |
Set pts also for audio packets
|
2007-03-04 |
reimar |
Already frameno == num_frames means we reached EOF.
|
2007-03-04 |
reimar |
Fix crash with avisynth audio-only files and take audio length into account when length is queried.
|
2007-03-04 |
reimar |
Support more avisynth audio sample types (untested)
|
2007-03-04 |
reimar |
Remove useless void * casts
|
2007-03-04 |
reimar |
Do not read more audio samples than available
|
2007-03-04 |
reimar |
Fix pakcet -> packet typo in output
|
2007-03-04 |
reimar |
Set format tag for float samples correctly (currently useless)
|
2007-03-04 |
reimar |
nomouseinput option should not depend on HAVE_X11.
|
2007-03-04 |
reimar |
Add support for tracking mouse movements.
|
2007-03-04 |
reimar |
Move/simplify some variable declarations
|
2007-03-04 |
reimar |
Demuxers have no business setting o_bps
|
2007-03-04 |
reimar |
First half-working avisynth audio support
|
2007-03-04 |
reimar |
Fix wrong setting of samplesize (must be bytes per sample, not bits)
|
2007-03-04 |
reimar |
ENABLE_AUDIO now selects only between -nosound and -aid 0 as default, can be overridden at runtime.
|
2007-03-04 |
reimar |
Enable aid/vid stream selection, although it is quite useless currently.
|
2007-03-04 |
reimar |
Whitespace-only cosmetics: get rid of all remaining tabs
|
2007-03-04 |
reimar |
Generate resize events when size of -wid window changes.
|
2007-03-04 |
reimar |
Fix type and usage of avs_get_audio function
|
2007-03-04 |
reimar |
Fix and simplify the WideCharToMultiByte and MultiByteToWideChar pseudo-implementations.
|
2007-03-04 |
nicodvb |
print the disc_id without using a buffer
|
2007-03-03 |
uau |
Fix copy-paste bug (must have broken something in the GUI)
|
2007-03-03 |
compn |
wrong capitolization, thats a comma not a period
|
2007-03-03 |
compn |
warn users about drm files, patch by zuxy meng
|
2007-03-03 |
compn |
warn users about DRM asf files, patch by zuxy meng
|
2007-03-03 |
vayne |
supposed to be using global m_config here, and this wasn't even getting set.
|
2007-03-03 |
reimar |
The original asm code for the stub returned 0, restore that behaviour.
|
2007-03-03 |
reimar |
Discard earlier failure in building filter chain when trying a new codec.
|
2007-03-03 |
nicodvb |
10000l; in previous commit I allocated a buffer 1 byte too short
|
2007-03-03 |
nicodvb |
replaced 1 instances of sprintf() with snprintf(); patch by njkain gmail com.
|
2007-03-03 |
nicodvb |
replaced 2 instances of sprintf() with snprintf() and one instance
|
2007-03-03 |
eugeni |
Fix incorrect spacing introduced in r22231:
|
2007-03-03 |
diego |
live555 version 2006.03.03 or later is needed to compile MPlayer.
|
2007-03-02 |
vayne |
cosmetics, fix indentation as pointed out by Reimar
|
2007-03-02 |
voroshil |
Rework of copying samples from directshow codecs.
|
2007-03-02 |
eugeni |
10l: x2scr used twice instead of y2scr.
|
2007-03-02 |
eugeni |
Bugfix: transform origin to screen coordinates.
|
2007-03-02 |
compn |
add xvfwopts compdata and vfw2menc documentation and change to better mencoder example
|
2007-03-02 |
vayne |
add missing playtree entry
|
2007-03-02 |
michael |
a small step toward 4 plane support
|
2007-03-02 |
michael |
copy src to prevent the user supplied argumet from being changed
|
2007-03-02 |
compn |
10l: dshow isnt in svn yet
|
2007-03-02 |
compn |
add -tv driver=help entry, also add dshow tv driver
|
2007-03-02 |
vayne |
simplify and modify fullscreen switching to avoid improper aspects
|
2007-03-02 |
vayne |
add forgotten case value as per recent changes to mplayer.c
|
2007-03-01 |
michael |
rename to *_proposal.txt
|
2007-03-01 |
michael |
clarify quorum and majority requirements in respect to debians voting system
|
2007-03-01 |
michael |
url with a good description of how to determine the winner from the votes
|
2007-03-01 |
reimar |
Explain how to select all DVB channels on a frequency.
|
2007-03-01 |
reimar |
Fix a possible crash on 64 bit systems when the lumSrcPtr or chrSrcPtr
|
2007-03-01 |
michael |
s/admin/leader/
|
2007-03-01 |
voroshil |
tv driver loading rework. As a side effect "-tv driver=help" option is
|
2007-03-01 |
michael |
weaken veto right
|
2007-03-01 |
ivo |
winsocks expects an int in milliseconds instead of struct timeval to set
|
2007-03-01 |
reimar |
Replace MIN with FFMIN
|
2007-03-01 |
reimar |
Use libavutil's av_clip* instead of unreadable MIN/MAX chaos.
|
2007-03-01 |
reimar |
Use libavutil AV_RB/AV_WB macros instead of defining out own variants.
|
2007-03-01 |
reimar |
Add missing registers to asm code in mp3lib
|
2007-03-01 |
michael |
clarify root vs admin
|
2007-03-01 |
michael |
spelling fixes by ivan
|
2007-03-01 |
ivo |
10l to me, typo. it should have read clflush
|
2007-03-01 |
ivo |
cosmetics, missing space
|
2007-03-01 |
ivo |
cflsh->clflush to keep consistent with Linux kernel
|
2007-03-01 |
voroshil |
Update release tag due to previous functional changes as noticed by Ivan
|
2007-03-01 |
michael |
new policy draft
|
2007-03-01 |
voroshil |
Update 3ivx decoder to latest version and allow it to load required library.
|
2007-03-01 |
voroshil |
Mark wma9spdshow audio codec as working, because hissing in audio (only one known
|
2007-03-01 |
uau |
Seek to -ss position, not 0, in per-file loop.
|
2007-02-28 |
reimar |
comment is a C-string and \ must be properly escaped as \\
|
2007-02-28 |
nicodvb |
test the continuity of timestamps for STREAMTYPE_VCD, too; patch by Zuxy Meng
|
2007-02-28 |
nicodvb |
cleaned stream_seek() : simplified the alignment to STREAM_BUFFER_SIZE or s->sector_size
|
2007-02-28 |
ivo |
do not rely on svn internals and use svn info instead
|
2007-02-28 |
compn |
add comment about voxware on windows
|
2007-02-28 |
ivo |
also respond to --help, -h and -? command line options
|
2007-02-28 |
ivo |
fix printing of -(no)svn option
|
2007-02-28 |
ivo |
clarify -none command line option
|
2007-02-28 |
gpoirier |
remove C99-ism (mixed declaration and code),
|
2007-02-27 |
nicodvb |
implementation of DEMUXER_CTRL_GET_TIME_LENGTH and DEMUXER_CTRL_GET_PERCENT_POS; patch by the usual Hoyos
|
2007-02-27 |
nicodvb |
assign missing frametime as 1.0/fps; patch by Carl Eigen Hoyos
|
2007-02-27 |
nicodvb |
1000l, removed code that messed with the internals of demux_packet_t (but there's still more); patch by C.E.Hoyos fixed by me
|
2007-02-27 |
nicodvb |
removed duplicated code in demux_seek(); stream_seek() already aligns to STREAM_BUFFER_SIZE boundary
|
2007-02-27 |
nicodvb |
100000l: average != semidistance, fixed seeking to the middle position; patch by Zuxy meng (zuxy.megn gmail com)
|
2007-02-27 |
diego |
10l: Add missing definition of USE_STREAM_CACHE.
|
2007-02-27 |
voroshil |
Fix unresolved symbols related to ws2_32 lib when compiling under MinGW with live555.
|
2007-02-27 |
diego |
Move the decision about stream cache compilation to configure.
|
2007-02-27 |
diego |
Move glob-win.c out of MinGW section, configure handles it.
|
2007-02-27 |
diego |
Simplify strip parameter for install handling.
|
2007-02-27 |
diego |
grammar/spelling
|
2007-02-27 |
diego |
small updates
|
2007-02-27 |
diego |
Simplify .depend file inclusion.
|
2007-02-27 |
diego |
Simplify .depend file inclusion.
|
2007-02-27 |
diego |
Adding an extra -I.. parameter is no longer necessary.
|
2007-02-27 |
diego |
Add commit nick for Rik Snel.
|
2007-02-27 |
rik |
compilation fix clip_uint8 -> av_clip_uint8
|
2007-02-27 |
uau |
Seek to -ss position without first starting audio/video from the start.
|
2007-02-27 |
diego |
Remove useless conditional.
|
2007-02-26 |
nicodvb |
copy the content of QDM2 atom as extradata for ffqdm2 playback; patch by Carl Eugen Hoyos
|
2007-02-26 |
ben |
support for new ivtv api
|
2007-02-26 |
voroshil |
Fix wrong typecast, which can cause MPlayer crash
|
2007-02-25 |
nicodvb |
2 less variables
|
2007-02-25 |
nicodvb |
cosmetics: reformatted
|
2007-02-25 |
nicodvb |
removed unused variables
|
2007-02-25 |
nicodvb |
simplified parse_mpeg12_video()
|
2007-02-25 |
rathann |
Support for PowerPC 440x embedded CPUs.
|
2007-02-25 |
nicodvb |
member real_framerate is completely useless
|
2007-02-25 |
reimar |
mpcommon.c is a partial copy of mplayer.c, so recommit it as such.
|
2007-02-25 |
reimar |
The fragment program functions are and most likely always will be ARB-only,
|
2007-02-25 |
voroshil |
Replace __MINGW32__ by more consistent WIN32_LOADER. This should fix compilation under
|
2007-02-25 |
reimar |
10, checked for the wrong thing. Do aspect scaling only in config_video_out
|
2007-02-25 |
nicodvb |
cosmetics: reindented
|
2007-02-25 |
nicodvb |
removed commented/useless code from parse_mpeg12_video()
|
2007-02-25 |
reimar |
Add av_ prefix to clip functions
|
2007-02-24 |
compn |
10l to me for bad todo items
|
2007-02-24 |
compn |
iive says xvmc stuff is long done
|
2007-02-24 |
compn |
remove some old and add new TODO
|
2007-02-24 |
diego |
Simplify .depend file inclusion.
|
2007-02-24 |
diego |
cosmetics: Fix some common typos, appropiate --> appropRiate,
|
2007-02-24 |
reimar |
10l, avoid crash on invalid subtitle id
|
2007-02-24 |
Gabrov |
synced with r22331
|
2007-02-24 |
uau |
Remove some #if 0 code
|
2007-02-24 |
uau |
Move parsing of the -ss option to the option code.
|
2007-02-23 |
diego |
some more consistency for the VIDIX installation.
|
2007-02-23 |
Gabrov |
synced with r22292
|
2007-02-23 |
Gabrov |
synced with r22326
|
2007-02-23 |
vayne |
Gui compilation fixes
|
2007-02-23 |
voroshil |
Fix loading of mpeg4ds direct show video codec under win32, broken in r22322
|
2007-02-23 |
voroshil |
Free AM_MEDIA_TYPE structure content when CEnumMediaTypes object is destroyed
|
2007-02-23 |
voroshil |
Moving duplicated (and sometimes wrong) AM_MEDIA_TYPE related code into separate file
|
2007-02-23 |
voroshil |
Fixed loading of VoxWare and wma9sp binary audio codecs using dshow engine.
|
2007-02-23 |
uau |
Fix \a parsing broken in r22291
|
2007-02-23 |
uau |
Fix error in comment
|
2007-02-23 |
uau |
Reset the edl_decision flag after the seek is done.
|
2007-02-23 |
uau |
Separate function for seeking
|
2007-02-22 |
uau |
Remove useless fflush(stdout) calls. mp_msg already flushes output, and
|
2007-02-22 |
uau |
Move EDL code to separate functions
|
2007-02-22 |
uau |
Move some related variables together & add a comment
|
2007-02-22 |
compn |
update to 0.1 version from website
|
2007-02-22 |
compn |
add original website url per al3x comment
|
2007-02-22 |
voroshil |
r22276: Reallocate event_images_t, removing limit on simultanious events count.
|
2007-02-22 |
diego |
typo
|
2007-02-22 |
eugeni |
Add some missing includes.
|
2007-02-22 |
reimar |
Declarations must be before code
|
2007-02-22 |
uau |
Fix nonsense function type
|
2007-02-22 |
diego |
cosmetics: typo fixes, usefuLL --> useful and aswell --> as well
|
2007-02-21 |
uau |
Cleanup, move "global" state from the frame_time_remaining mainloop
|
2007-02-21 |
ivo |
fix compilation with gcc 2.95.3
|
2007-02-21 |
uau |
Fix GUI compilation
|
2007-02-21 |
uau |
Add missing "if (use_gui)" before some GUI calls
|
2007-02-21 |
uau |
Fix menu to work with mpctx
|
2007-02-21 |
diego |
cosmetics: Fix some common typos, sepErate --> sepArate, deciSSion --> deciSion.
|
2007-02-21 |
eugeni |
Oops, forgot {} before "else".
|
2007-02-21 |
uau |
Add missing #ifdef
|
2007-02-21 |
uau |
Split command/property handling from mplayer.c to a new file command.c.
|
2007-02-20 |
nicodvb |
a/r handled correctly by vd_ffmpeg
|
2007-02-20 |
nicodvb |
insert extradata in sh_video->bih+1 instead of pushing it to demuxer->video as separate packet; patch by C.E.Hoyos
|
2007-02-20 |
nicodvb |
reinit the vo when aspect ratio changes; patch by C.E. Hoyos approved by Michael
|
2007-02-20 |
eugeni |
Cosmetics: fix indentation.
|
2007-02-20 |
eugeni |
With \t(\b) text becomes bold at the middle of time interval, not at the end
|
2007-02-20 |
ivo |
make message translatable
|
2007-02-20 |
eugeni |
Any style modifier followed by no recognizable parameter resets to the default.
|
2007-02-20 |
ivo |
more cosmetics
|
2007-02-20 |
ivo |
proper GPL heading
|
2007-02-20 |
ivo |
cosmetics
|
2007-02-20 |
eugeni |
\fn without an argument resets font family to the value from style.
|
2007-02-20 |
eugeni |
Fix display order of events.
|
2007-02-20 |
ivo |
proper authors of xmms demuxer
|
2007-02-20 |
michael |
dont set 0 nBlockAlign
|
2007-02-20 |
ivo |
probe ~/.xmms/Plugins for plugins too, so users without root access on their
|
2007-02-20 |
diego |
Fix compilation after addition of LIBGSM_MS decoder/encoder to FFmpeg.
|
2007-02-19 |
eugeni |
Both (-1) and 1 mean bold font in SSA/ASS styles.
|
2007-02-19 |
eugeni |
Add \t(\b) support.
|
2007-02-19 |
eugeni |
Fix bounding box calculation with \fscx/\fscy.
|
2007-02-19 |
eugeni |
Fix \fscx/\fscy animation.
|
2007-02-19 |
eugeni |
Correct implementation of text spacing.
|
2007-02-19 |
eugeni |
Reallocate event_images_t, removing limit on simultanious events count.
|
2007-02-19 |
iive |
Don't free and then allocate surfaces when config() is called again with same resolution and format.
|
2007-02-19 |
faust3 |
10l: comparison of char* ptrs with string literals
|
2007-02-19 |
uau |
Remove remnants of the nonfunctional "grab_frames" command.
|
2007-02-19 |
diego |
10l copy and paste bug in the license header
|
2007-02-19 |
diego |
Fix license header.
|
2007-02-18 |
alex |
Controllable quality setting of VFW enconding, through the dumped state of the dialog box. Patch by Gianluigi Tiesi
|
2007-02-18 |
rtogni |
smil over realrtsp
|
2007-02-18 |
diego |
liblzo support fix, take X: forgotten variable setting.
|
2007-02-18 |
reimar |
Fix 10 in r22250, do not use screendimensions if not set
|
2007-02-18 |
reimar |
Set classhint directly after creating window just as all other vos do, in accordance with ICCCM.
|
2007-02-18 |
michael |
clarify that language must be a 3 letter code
|
2007-02-18 |
reimar |
Revert r22255 on iive's request.
|
2007-02-18 |
uau |
Mark myself as MPlayer sync/core maintainer
|
2007-02-18 |
diego |
Make liblzo conditional to the appropriate #defines.
|
2007-02-18 |
nicodvb |
all options must be GLOBAL; patch by Trent Piepho (xyzzy speakeasy org)
|
2007-02-18 |
rtogni |
Add support for smil playlist served over realrtsp
|
2007-02-18 |
diego |
Remove internal minilzo, external liblzo can be used instead.
|
2007-02-18 |
diego |
Use liblzo2 instead of liblzo1, it's not bigger but faster.
|
2007-02-18 |
diego |
Use external liblzo instead of internal minilzo.
|
2007-02-18 |
reimar |
Some typo fixes in svn-howto
|
2007-02-18 |
reimar |
Avoid parts of xvmc reinit when source format does not change
|
2007-02-18 |
uau |
Remove unused variable "osd_level_saved"
|
2007-02-17 |
nicodvb |
omit length field of AAC-LATM audio streams; fixes decoding by faad. Patch by Carl Eugen Hoyos (cehoyos ag or at)
|
2007-02-17 |
reimar |
Make sure that -sid works even if the number of subtitles initially detected
|
2007-02-17 |
reimar |
Move some subtitle handling from mplayer.c to mpcommon.c and share it with mencoder.c
|
2007-02-17 |
reimar |
Move common vo initialization code to video_out.c
|
2007-02-17 |
nicodvb |
cosmetics
|
2007-02-17 |
ods15 |
1000l fix for mencoder -hr-edl-seek with -ovc copy, waiting for keyframe
|
2007-02-17 |
michael |
negative stride and h_size-=8 fix
|
2007-02-17 |
michael |
swap palette on big endian
|
2007-02-17 |
michael |
palette init code for IMGFMT_RGB4 and IMGFMT_RG4B
|
2007-02-17 |
michael |
BGR/RGB4 byte formats as input
|
2007-02-17 |
michael |
add IMGFMT_RGB8 palette init code what moron actually added init code just for half of the formats?!
|
2007-02-17 |
michael |
another ridiculous palette bug which has nothing to do with the new palete support in sws
|
2007-02-17 |
voroshil |
wording, typos fix
|
2007-02-17 |
michael |
mplayer canot handle DR1 with CODEC_ID_INTERPLAY_VIDEO (later needs too many buffers it seems)
|
2007-02-16 |
eugeni |
Restore a minus sign that was lost in r22231.
|
2007-02-16 |
uau |
Don't segfault if no -format is given for lavf
|
2007-02-16 |
michael |
PAL8 ...
|
2007-02-16 |
michael |
pal8 input
|
2007-02-16 |
voroshil |
r22201: some clarification about dvb-out playback
|
2007-02-16 |
voroshil |
r22184: When setting the non-audio bit for hwac3 output, just try to set the...
|
2007-02-16 |
eugeni |
Implement \frx and \fry (and reimplement \frz) as 3d rotations.
|
2007-02-16 |
eugeni |
Consistently name z-axis rotation angle "frz".
|
2007-02-16 |
eugeni |
Move conversions between 16.16, 26.6 fixed point and int, double to separate
|
2007-02-16 |
compn |
update wishlist, approved by diego
|
2007-02-16 |
nicodvb |
support for H263-2000; patch by Carl Eugen Hoyos
|
2007-02-15 |
eugeni |
Select the first charmap in the font, if FreeType did not autoselect any.
|
2007-02-15 |
eugeni |
\r resets \frz to style value.
|
2007-02-15 |
eugeni |
Fix \t(\frz) handling.
|
2007-02-15 |
eugeni |
\org(0,0) is different from no \org at all.
|
2007-02-15 |
reimar |
We definitely want to avoid an emulated poll()
|
2007-02-15 |
compn |
fix my entry to authors
|
2007-02-15 |
reimar |
Simplify code by using separate variables for large common expressions.
|
2007-02-15 |
reimar |
Fix two 10l memleaks in vo_xvmc.c
|
2007-02-14 |
diego |
random small fixes
|
2007-02-14 |
reimar |
English grammar fix: There is no 's' after "does not exist"
|
2007-02-14 |
reimar |
100l copy-and-paste bug. Do not print video info when the problem is with subtitles
|
2007-02-14 |
michael |
demuxers must ignore unknown lang/country codes, it seems we all agree that this should be stated clearly
|
2007-02-14 |
reimar |
Print list of lavf muxer formats with format=help.
|
2007-02-14 |
diego |
some clarifications and updates
|
2007-02-13 |
diego |
Move setting _ld_extra and _inc_extra for live to autodetection part,
|
2007-02-13 |
diego |
Strip leading spaces from processor names.
|
2007-02-12 |
rtogni |
Fix compilation after rename of AC3 decoder to LIBA52 in ffmpeg r7939
|
2007-02-12 |
diego |
Fix setting of mtrr variable.
|
2007-02-12 |
diego |
misc fixes and updates
|
2007-02-12 |
diego |
Always disable libnut demuxer in libavformat.
|
2007-02-12 |
diego |
Revert libnut option names, the issue is fixed in FFmpeg.
|
2007-02-11 |
rtogni |
More strncat() misuses.
|
2007-02-11 |
rtogni |
strncat() misuses, may have been exploitable.
|
2007-02-11 |
rtogni |
Precent overflow of this->m_sVhdr->bmiHeader buffer, may have been
|
2007-02-11 |
rtogni |
Precent overflow of this->m_sVhdr->bmiHeader buffer, may have been
|
2007-02-11 |
rtogni |
More boundary checks for fixed-length arrays. Some of them may have been
|
2007-02-11 |
reimar |
Clear/update subtitles after seeking backwards.
|
2007-02-11 |
nicodvb |
some clarification about dvb-out playback
|
2007-02-10 |
reimar |
Move variable declaration to appropriate place
|
2007-02-10 |
reimar |
Cosmetics: remove tabs added in last commit from otherwise tab-free file.
|
2007-02-10 |
uau |
Fix memory leak when changing playback speed
|
2007-02-10 |
uau |
Fix memory leaks.
|
2007-02-10 |
uau |
Use AF_NCH for max number of channels instead of private CHANS define.
|
2007-02-10 |
gpoirier |
sync w/r22150
|
2007-02-10 |
uau |
Fix nonsense tests like previously in af_pan.
|
2007-02-10 |
uau |
Fix nonsense tests ("if (af->data->audio)" before "if (af->data)").
|
2007-02-10 |
michael |
clarify description of reserved_count in frame header patch by (Clemens Ladisch cladisch,fastmail,net)
|
2007-02-10 |
nicodvb |
removed ages-old and insane #if0-ed and commented code
|
2007-02-09 |
gpoirier |
Changelog update, based on Compn's patch
|
2007-02-09 |
nicodvb |
vc1 in mpeg*
|
2007-02-09 |
nicodvb |
substream id 0x98..0x9f identifies dts
|
2007-02-09 |
kraymer |
r22150: key-fifo-size default changed
|
2007-02-09 |
kraymer |
r22184: When setting the non-audio bit for hwac3 output, ...
|
2007-02-09 |
kraymer |
only output fail/success message, this was wrong from the beginning
|
2007-02-09 |
cladisch |
When setting the non-audio bit for hwac3 output, just try to set the
|
2007-02-09 |
nicodvb |
when seeking in h264 sync to idr frames
|
2007-02-09 |
uau |
Handle libavformat libnut dependencies.
|
2007-02-09 |
nicodvb |
when playing vc1 content sync to sequence or entry point header
|
2007-02-09 |
nicodvb |
vc1 in mpegts
|
2007-02-09 |
kraymer |
fix typo, line break, wording
|
2007-02-08 |
kraymer |
missing escape character
|
2007-02-08 |
reimar |
Quick hack mostly for documentation purposes to make -aid work with mms://
|
2007-02-08 |
reimar |
Avoid crash when uninit is called without ever calling config in x264 encoder
|
2007-02-08 |
reimar |
Make sure sub->sh is set when a subtitle is selected
|
2007-02-08 |
reimar |
Cosmetics: add space after comma in output
|
2007-02-07 |
nicodvb |
when seeking and the codec is VC1 sync to sequence or entry point headers
|
2007-02-07 |
nicodvb |
when the video codec is mpeg4video copy the content of the esds in extradata; patch by ceyes ag or at
|
2007-02-07 |
iive |
Revert part of commit r22170.
|
2007-02-07 |
reimar |
Fix compilation after deprecation of some lav log level and
|
2007-02-07 |
gpoirier |
Fix libnut build failure.
|
2007-02-06 |
reimar |
Support selecting a specific lavf demuxer and listing available ones via -lavfdopts
|
2007-02-06 |
reimar |
Avoid calling aspect on each frame and make ass subtitles work better with panscan
|
2007-02-06 |
reimar |
Support some weird AVI header, fixes bug 742
|
2007-02-06 |
reimar |
Add missing checks in RealVideo slice handling code.
|
2007-02-06 |
gpoirier |
sync w/r22107
|
2007-02-06 |
uau |
reindent
|
2007-02-06 |
uau |
Fix multiple appearing or appearing+disappearing subs in the same frame
|
2007-02-05 |
uau |
Add missing type to declaration and remove unused variable
|
2007-02-05 |
rathann |
Fix a few gcc warnings, approved by Diego and Reimar.
|
2007-02-05 |
uau |
Fix code updating subtitle array which only moved the text, not endpts.
|
2007-02-05 |
reimar |
Make sure buffer is aligned so no unaligned access happens.
|
2007-02-05 |
voroshil |
r22104: Add global field dominance flag instead of duplicating this "everywhere"
|
2007-02-05 |
voroshil |
r22129: Link to the mencoder-users list for mencoder stuff
|
2007-02-05 |
reimar |
Another round of subtitle code cleanup
|
2007-02-05 |
voroshil |
r22139: Try to clarify scale filter usage hint.
|
2007-02-05 |
kraymer |
typo fixes
|
2007-02-05 |
reimar |
Set sub_utf8 for mov subs.
|
2007-02-05 |
reimar |
str_list separator backslash-escaping
|
2007-02-05 |
reimar |
key-fifo-size default changed
|
2007-02-05 |
reimar |
Reserve half of fifo for key release events to help avoiding stop buttons
|
2007-02-05 |
reimar |
Sanity check for vo window dimensions, helps avoid division by zero
|
2007-02-05 |
reimar |
beckend -> backend typo fix in printf
|
2007-02-05 |
kraymer |
fix unintentional line break
|
2007-02-05 |
reimar |
Experimental support for multichannel ladspa effects
|
2007-02-05 |
diego |
some more docbook paths, patch by Torinthiel
|
2007-02-05 |
gpoirier |
synced with r22104
|
2007-02-05 |
kraymer |
r22123: tinterlace mode 4 leaves height unchanged.
|
2007-02-05 |
diego |
Move all "Encoding with the XXX codec family" sections together.
|
2007-02-05 |
diego |
vp6vfw.dll appears to no longer crash under Linux.
|
2007-02-05 |
diego |
Try to clarify scale filter usage hint.
|
2007-02-05 |
diego |
wording/formatting
|
2007-02-05 |
diego |
formatting/wording
|
2007-02-05 |
diego |
FFmpeg #defines must be uppercase now.
|
2007-02-05 |
michael |
10l
|
2007-02-05 |
michael |
skip first (green) frame
|
2007-02-04 |
diego |
100l: Copy and paste typo, library dependencies and rules are separated now.
|
2007-02-04 |
reimar |
Use defined() syntax instead without ().
|
2007-02-04 |
rtogni |
Add timeout to tcp connections, avoid hanging forever.
|
2007-02-04 |
nicodvb |
support for SVQ3 in X-QT; patch by Carl Eugen Hoyos (cehoyos ag or at) approved by Ross
|
2007-02-04 |
reimar |
Link to the mencoder-users list for mencoder stuff
|
2007-02-04 |
diego |
Fix MMX2 check, _sse is set to "kernel_check", not "yes".
|
2007-02-04 |
reimar |
Fix vqscale description to match at least somewhat the code.
|
2007-02-04 |
reimar |
Go away you stupid setlocale!!
|
2007-02-04 |
Gabrov |
synced with r22123
|
2007-02-04 |
reimar |
Get rid of useless last_ptr assignment
|
2007-02-04 |
reimar |
tinterlace mode 4 leaves height unchanged.
|
2007-02-04 |
reimar |
Support for AOPLAY_FINAL_CHUNK in ao_sdl.c
|
2007-02-04 |
reimar |
Do not read beyond end of data chunk if chunk_size is set.
|
2007-02-04 |
lorenm |
r21753 broke compile-time detection of mmx flags on x86_64
|
2007-02-03 |
uau |
Convert patterns to upper case to fix compilation after r22117.
|
2007-02-03 |
kraymer |
r22107: Move -vo gl suboptions that should be irrelevant for the average user
|
2007-02-03 |
diego |
Speed up config.h generation by transforming FFmpeg part names to uppercase
|
2007-02-03 |
kraymer |
r22089: x264's crf takes a float argument
|
2007-02-03 |
kraymer |
r22062: alphabetical order
|
2007-02-03 |
kraymer |
r21959: Apply ancient double-click patch that nobody cares to comment on.
|
2007-02-03 |
kraymer |
insert line break for readability
|
2007-02-03 |
nicodvb |
demux_mpg_probe() seek to the initial position before returning - patch by reimar
|
2007-02-03 |
diego |
Merge both library rules by separating the rule from the dependencies.
|
2007-02-03 |
reimar |
Cosmetics
|
2007-02-03 |
reimar |
Avoid crash in uninit if codec not found
|
2007-02-03 |
kraymer |
formatting fixes for r22104
|
2007-02-03 |
reimar |
Move -vo gl suboptions that should be irrelevant for the average user
|
2007-02-03 |
nicodvb |
removed unused variables
|
2007-02-03 |
reimar |
Update gl:help output a bit
|
2007-02-02 |
reimar |
Add global field dominance flag instead of duplicating this "everywhere"
|
2007-02-01 |
gpoirier |
synced with r22089 (again)
|
2007-02-01 |
gpoirier |
sync w/r22089
|
2007-02-01 |
reimar |
mf demuxer only works with mf:// urls, so check for that.
|
2007-02-01 |
diego |
Consider SRCS2 as well when generating dependency information.
|
2007-01-31 |
reimar |
Make mkv demuxer use ffmpeg LZO as well.
|
2007-01-31 |
reimar |
Use ffmpeg lzo instead of (also quite outdated) minlzo in nuppelvideo.
|
2007-01-31 |
reimar |
use ffmpeg's LZO
|
2007-01-31 |
reimar |
Use export type mpi, everything else is a fragile hack.
|
2007-01-31 |
reimar |
Avoid a static variable and instead use variable in context
|
2007-01-31 |
reimar |
Swap palette on bigendian.
|
2007-01-31 |
voroshil |
r22060: describe -psprobe
|
2007-01-31 |
diego |
Wrong variable name used in libfaac check.
|
2007-01-31 |
lorenm |
libfaac detection skipped linking, and thus only checked for headers and not libs
|
2007-01-31 |
diego |
Simplify extcheck calls by moving some logic into the function.
|
2007-01-31 |
lorenm |
x264's crf takes a float argument
|
2007-01-31 |
diego |
Allow forcing processor features on and off.
|
2007-01-31 |
diego |
Fix looooooongstanding bug:
|
2007-01-30 |
diego |
cosmetics: Move around a few options for better logical grouping.
|
2007-01-30 |
diego |
cosmetics: consistent formatting
|
2007-01-30 |
diego |
Unification of parameter handling part 3 of many:
|
2007-01-30 |
diego |
Unification of parameter handling part 2 of many:
|
2007-01-30 |
diego |
Unification of parameter handling part 1 of many:
|
2007-01-30 |
reimar |
cosmetics: remove useless commented-out stuff.
|
2007-01-30 |
reimar |
More simplification
|
2007-01-30 |
reimar |
Simplify
|
2007-01-30 |
reimar |
Fix vd_lzo, broken since r18069, i.e. April 2006!
|
2007-01-30 |
reimar |
Move network detection further up to simplify detection of dependant stuff.
|
2007-01-30 |
reimar |
Support 16bit bigendian PCM audio from libavformat
|
2007-01-30 |
diego |
Document -noidx.
|
2007-01-30 |
diego |
typo
|
2007-01-30 |
diego |
URL fix
|
2007-01-30 |
diego |
cosmetics: Reorder install targets.
|
2007-01-30 |
diego |
Mark phony targets as such.
|
2007-01-30 |
diego |
Replace ifeq structure in the install target by a set of dependent targets.
|
2007-01-30 |
michael |
better back_ptr_div16 description by (Clemens Ladisch ((( cladisch ( fastmail (( net
|
2007-01-29 |
nicodvb |
reduced verbosity
|
2007-01-29 |
nicodvb |
5l, check that the codec type detected by ts_detect_streams() is actually audio before fixing it in the array
|
2007-01-29 |
nicodvb |
fix audio type when ts_detect_streams detects that a private1 stream is actually ac3
|
2007-01-29 |
reimar |
Expand property documentation
|
2007-01-29 |
reimar |
List available properties
|
2007-01-29 |
eugeni |
Bugfix: glyph and bitmap pointers could be left uninitialized after
|
2007-01-29 |
diego |
alphabetical order
|
2007-01-29 |
diego |
typo, new sentences on lines of their own
|
2007-01-28 |
nicodvb |
describe -psprobe
|
2007-01-28 |
nicodvb |
sanity checks during codec detection; also reset demuxer->stream->eof
|
2007-01-28 |
diego |
Remove references to no longer existing documentation.
|
2007-01-28 |
diego |
Move platform-specific stuff together.
|
2007-01-28 |
diego |
Move _ldd setting to a saner place.
|
2007-01-28 |
nicodvb |
added code to scan the video stream to search the actual video codec used;
|
2007-01-28 |
nicodvb |
include math.h for fabsf()
|
2007-01-28 |
nicodvb |
cosmetics: reindentation and braces removal
|
2007-01-28 |
nicodvb |
moved scoreboarding code to 2 separate functions (update_stats() and clear_stats()) to be reused next
|
2007-01-28 |
lu_zero |
stray fflush spotted by Aurel
|
2007-01-28 |
lorenm |
fix a segfault if -x264encopts is the last commandline option (with no argument)
|
2007-01-28 |
uau |
Fix base64_encode() max output length checking.
|
2007-01-28 |
lu_zero |
Make example and test build and link correctly
|
2007-01-28 |
lu_zero |
av_logify
|
2007-01-28 |
voroshil |
Doxygen comments for used DirectShow methods.
|
2007-01-28 |
reimar |
Mark m_struct_t defaults as const
|
2007-01-28 |
lu_zero |
fix endianess, see bug #727
|
2007-01-28 |
faust3 |
10l: screen_height calculation was using an uninitialized variable
|
2007-01-28 |
reimar |
Fix number of rows in interlaced mode.
|
2007-01-28 |
rtogni |
Accept rdt packets with "is-reliable" flag set
|
2007-01-28 |
reimar |
10l, confused current "frame" with canvas width.
|
2007-01-28 |
nicodvb |
set has_valid_timestamps and corresponding first and final pts only after
|
2007-01-28 |
reimar |
Hack: use refmode == 1 instead of == 0, as browsers behave like this
|
2007-01-28 |
reimar |
Set sh_video->bih->biWidth properly, fixes decoding after latest dec_video.c change
|
2007-01-27 |
rtogni |
Call real_fix_timestamp() after seeking, to avoid video freezing
|
2007-01-27 |
voroshil |
fix overlooked debug message
|
2007-01-27 |
voroshil |
Changing debug messages and renaming method names according to their
|
2007-01-27 |
voroshil |
fix typos from previous commit
|
2007-01-27 |
voroshil |
Cosmetics. Doxygen comments.
|
2007-01-27 |
ptt |
synced up to r21221
|
2007-01-27 |
reimar |
Implement FIXME: Restore original width/height when CODECS_FLAG_ALIGN16
|
2007-01-27 |
reimar |
Simplify and make lzo decompression code more similar to zlib one.
|
2007-01-27 |
reimar |
Forgotten free on error
|
2007-01-27 |
voroshil |
r21989: fix typo
|
2007-01-27 |
reimar |
*dest = malloc (*size); is useless directly before *dest = realloc (*dest, *size);
|
2007-01-27 |
ptt |
synced up to r21906
|
2007-01-27 |
reimar |
Handle mp_msg_charset == NULL correctly in filename_recode.
|
2007-01-27 |
reimar |
Cosmetics: remove tabs, almost all added during last patch, from
|
2007-01-26 |
Gabrov |
synced with r22016
|
2007-01-26 |
diego |
fastmemcpy.h always has to include inttypes.h on systems that need it.
|
2007-01-26 |
gpoirier |
filename double-conversion, especially usefull for CJK users :-)
|
2007-01-26 |
gpoirier |
Remove illegal definition of underscored-prefixed symbol "__MODULE__":
|
2007-01-26 |
gpoirier |
get rid of void pointer arithmetic, as spotted by ICC
|
2007-01-25 |
diego |
Do not create font subdir of data directory, bitmap font support is deprecated.
|
2007-01-25 |
diego |
Remove confusing line about forcing MP3 demuxing.
|
2007-01-25 |
diego |
Remove comment printed by -demuxer help, it belongs in the copyright header.
|
2007-01-25 |
diego |
Clarify -delay.
|
2007-01-25 |
reimar |
Remove ff_gcd prototype and include avutil.h instead where it is defined.
|
2007-01-25 |
rathann |
10l to Gabrov for breaking docs build.
|
2007-01-25 |
diego |
build fix: Disable libtheora encoding over lavc.
|
2007-01-25 |
diego |
Sync with FFmpeg r7699.
|
2007-01-25 |
diego |
Simplify conditional compilation handling.
|
2007-01-24 |
diego |
Address age-old FIXMEs about tdfx_vid, tdfxfb and 3dfx vo drivers.
|
2007-01-24 |
rtogni |
Use interleaver id to select the correct interleaver instead of guessing
|
2007-01-24 |
diego |
Quote some expressions, might help with some shells.
|
2007-01-24 |
rtogni |
Use interleaver id to select the correct interleaver instead of guessing
|
2007-01-24 |
rtogni |
Fix compilation if no libogg/libvoribs installed
|
2007-01-24 |
diego |
Rename a few variables to match FFmpeg.
|
2007-01-24 |
rtogni |
Fix compilation after ffmpeg changes in r7619
|
2007-01-23 |
nicodvb |
better autodetection of framerate in case of h264; it works correctly with b-frames.
|
2007-01-23 |
reimar |
Include string.h to make sure memcpy is not used without prototype
|
2007-01-23 |
lucabe |
Pass a context to av_log(), when possible
|
2007-01-23 |
diego |
Bring MPlayer closer to compilation after latest FFmpeg changes.
|
2007-01-22 |
nicodvb |
substream 0x75 doesn't seem to be a valid vc1 stream, after all; removed
|
2007-01-22 |
nicodvb |
set priv->last_pts to the pts read only if the pts was really read; patch by zaek7q gmx net (Christian Aistleitner)
|
2007-01-22 |
diego |
Fix FSF address and otherwise broken license headers.
|
2007-01-22 |
diego |
Fix license headers and FSF postal address.
|
2007-01-21 |
diego |
Sync with FFmpeg r7634.
|
2007-01-21 |
diego |
Discard -Wdeclaration-after-statement warning.
|
2007-01-21 |
Gabrov |
synced with r21906
|
2007-01-21 |
Gabrov |
synced with r21989
|
2007-01-21 |
Gabrov |
fix typo
|
2007-01-21 |
reimar |
Fix compilation: define CONFIG_ZLIB in config.mak
|
2007-01-21 |
voroshil |
r21959: Apply ancient double-click patch that nobody cares to comment on.
|
2007-01-21 |
reimar |
Instead of printing a useless "sig11 coming soon" message, just abort parsing
|
2007-01-21 |
reimar |
Sanity-check sh_video->bih->biSize
|
2007-01-21 |
reimar |
Simplify by using av_codec_get_id and include riff.h only in demux_lavf.c
|
2007-01-21 |
reimar |
Add ignore key bind
|
2007-01-21 |
reimar |
Move code to ignore mouse wheel "down" events to fifo.c (needed because
|
2007-01-21 |
reimar |
Another AVCodecTag compile fix
|
2007-01-21 |
reimar |
Forgotten CodecTag -> AVCodecTag
|
2007-01-21 |
reimar |
Fix compilation after lavf changes
|
2007-01-21 |
reimar |
support -ffourcc with -of lavf
|
2007-01-20 |
diego |
Simplify install calls.
|
2007-01-20 |
diego |
Remove redundant informative output.
|
2007-01-20 |
diego |
Don't suppress make output during installation.
|
2007-01-20 |
diego |
some simplifications
|
2007-01-20 |
diego |
Move ldconfig platform differences into configure where they belong.
|
2007-01-20 |
diego |
Move ranlib setting to a more sensible place.
|
2007-01-20 |
nicodvb |
in h264_parse_sps() reuse mp_unescape03()
|
2007-01-20 |
nicodvb |
vc1 probing code: if sh_video->bih can't be callocated exit
|
2007-01-20 |
nicodvb |
in vc1 probing code, all packets before the first sequence header must be skipped, not read
|
2007-01-20 |
nicodvb |
removed unused variables; replaced wrong call to realloc() with calloc() in vc1 probing code
|
2007-01-20 |
nicodvb |
decode vc1 sequence header and frame it in video_read_frame();
|
2007-01-20 |
nicodvb |
demux vc1 (stream id 0x1Fd with 0x55 <= substream id <= 0x5F in the pes_extension_2 payload)
|
2007-01-20 |
nicodvb |
added function to parse vc1 sequence header
|
2007-01-19 |
reimar |
BE_32 -> AV_RB32
|
2007-01-19 |
reimar |
Compile fix: LE_* -> AV_RL*
|
2007-01-19 |
nicodvb |
include the right riff.h according to USE_LIBAVFORMAT_SO|USE_LIBAVFORMAT; please stop breaking code that uses *_SO
|
2007-01-18 |
gpoirier |
sync w/ r21959
|
2007-01-18 |
Gabrov |
synced with r21959
|
2007-01-18 |
reimar |
Apply ancient double-click patch that nobody cares to comment on.
|
2007-01-18 |
voroshil |
r21930: gcc_bug++;
|
2007-01-18 |
eugeni |
In .srt, any line containing only spaces and tabs marks the end of the
|
2007-01-18 |
diego |
grammar/spelling/wording in comments
|
2007-01-17 |
kraymer |
r21954: "-lavdopts fast" has applied to mpeg4 and h264 for a while
|
2007-01-17 |
lorenm |
"-lavdopts fast" has applied to mpeg4 and h264 for a while
|
2007-01-17 |
Gabrov |
synced with r21952
|
2007-01-17 |
nicodvb |
1000l; fixed wrong operator precedence
|
2007-01-17 |
kraymer |
version bump (for changes in r21907)
|
2007-01-17 |
kraymer |
r21727: Must refer to option name instead of internal variable
|
2007-01-17 |
kraymer |
r21691: added smb:// to the list of allowed input urls
|
2007-01-17 |
michael |
print_version() and others get executed before the command line has been parsed so -really-quiet does not silence them even though it should according to the verbosity level set by it, this simple change/hack fixes it
|
2007-01-17 |
nicodvb |
unified creation of sh_audio and sh_video is ts_add_stream; patch by elupus
|
2007-01-16 |
diego |
Update copyright year.
|
2007-01-16 |
nicodvb |
in evo files [e]ac3 substreams range from 0xc0 to 0xcf
|
2007-01-16 |
nicodvb |
at open() assign *file_format=DEMUXER_TYPE_MPEG_PS to avoid useless demuxer probing
|
2007-01-16 |
gpoirier |
fix identation, broken by last commit
|
2007-01-16 |
gpoirier |
speeds up mplayer execution by over FIVE times when all of the of the following apply:
|
2007-01-16 |
henry |
fix crash with http://sam.zoy.org/zzuf/lol-mplayer.m2v
|
2007-01-16 |
reimar |
Interlaced gif support
|
2007-01-16 |
reimar |
Change some types to uint8_t where appropriate
|
2007-01-16 |
reimar |
"Cosmetics" Introduce a memcpy function doing both transparent
|
2007-01-15 |
nicodvb |
one more #if 1 removed
|
2007-01-15 |
nicodvb |
removed useless #if1s added too long time ago
|
2007-01-15 |
nicodvb |
in EVO files substreams 0xC0 of private streams 0xBD contain [e]ac3.
|
2007-01-15 |
gpoirier |
get rid of two spaces after a period (instead of one)
|
2007-01-15 |
gpoirier |
fixes suggested by Diego
|
2007-01-15 |
gpoirier |
update and factorize information about x264's multi-threading mode
|
2007-01-15 |
gpoirier |
update x264's subq otion description
|
2007-01-15 |
diego |
gcc_bug++;
|
2007-01-15 |
diego |
demux_rtp_codec.cpp:100: `INT_MAX' undeclared (first use this function)
|
2007-01-14 |
rtogni |
10l, fix inverted check for "<media" in smil playlist
|
2007-01-14 |
diego |
Move toolame vs twolame logic into the $_toolame=auto case.
|
2007-01-14 |
diego |
Move Paolo Tresoldi out of the GUI skin section.
|
2007-01-14 |
diego |
Make twolame disable toolame.
|
2007-01-14 |
diego |
Move twolame check before toolame check.
|
2007-01-14 |
voroshil |
Adding me and Andrew Savchenko as authors of Russian docs translation
|
2007-01-14 |
voroshil |
r21882: sync to x264 r607 (update description of threads)
|
2007-01-14 |
voroshil |
translation status update
|
2007-01-14 |
voroshil |
spelling, wording fix
|
2007-01-14 |
voroshil |
sync tag update
|
2007-01-14 |
voroshil |
r21917: typo fixes
|
2007-01-14 |
gpoirier |
typo fixes:
|
2007-01-13 |
vayne |
fix typo for gettimeofday()
|
2007-01-13 |
vayne |
proper fix for avoiding file skipping when mplayer is already playing a file.
|
2007-01-13 |
reimar |
Cosmetics
|
2007-01-13 |
reimar |
Implement gif transparency
|
2007-01-13 |
reimar |
Fix: refmodes 2 and 3 leave useref unchanged
|
2007-01-13 |
reimar |
Cosmetics
|
2007-01-13 |
reimar |
Implement refmode == 2 in gif demuxer
|
2007-01-13 |
reimar |
Partially support gif using "reference" images
|
2007-01-13 |
reimar |
memset + malloc -> calloc
|
2007-01-13 |
diego |
Nuke MSGTR_CopyCodecsConf, it's gone from the master file.
|
2007-01-13 |
diego |
DO NOT recommend or even suggest installing codecs.conf.
|
2007-01-13 |
reimar |
Cast SWidth/SHeight to uint16_t, since that's what they actually are.
|
2007-01-13 |
reimar |
Forgot to adjust length of memset
|
2007-01-13 |
reimar |
Simplify gif demuxer by using memcpy_pic
|
2007-01-13 |
reimar |
One more bounds check, though IMO the gif lib really should do this.
|
2007-01-13 |
reimar |
Simplify
|
2007-01-13 |
reimar |
Fix crash for gif images that have Top or Left set
|
2007-01-13 |
reimar |
Fix invalid read for gifs with a palette for less than 256 colors
|
2007-01-13 |
reimar |
Move global variables in gif demuxer into priv struct
|
2007-01-13 |
diego |
Rephrase mga_vid section.
|
2007-01-13 |
diego |
Document vo_tdfx_vid.
|
2007-01-13 |
diego |
Do not add libavutil unconditionally to CFLAGS.
|
2007-01-13 |
diego |
cosmetics: typo fix pallete --> palette
|
2007-01-13 |
diego |
Frametime was being read from the wrong offset, compare
|
2007-01-13 |
diego |
cosmetics: typo pallete --> palette
|
2007-01-13 |
diego |
Add missing config.mak entry for gettimeofday().
|
2007-01-12 |
gpoirier |
compile fix after latest swscaler changes (r21888)
|
2007-01-12 |
gpoirier |
add support for avc1 in X-QT over RTSP
|
2007-01-12 |
lucabe |
deprecate sws_scale_ordered(), as it now is a duplicate of sws_scale()
|
2007-01-12 |
lucabe |
Add "support for both orderings of the slices (top->down / bottom->up)"
|
2007-01-12 |
voroshil |
sync tag update
|
2007-01-12 |
voroshil |
r21879: fix wrong option names that were suggested to use to produce
|
2007-01-12 |
voroshil |
spelling, wording
|
2007-01-12 |
diego |
100l misplaced #endif
|
2007-01-11 |
lorenm |
sync to x264 r607 (update description of threads)
|
2007-01-11 |
voroshil |
r21865: Audio track switching works with DVDs as well.
|
2007-01-11 |
diego |
Remove superfluous #ifdefs.
|
2007-01-11 |
gpoirier |
fix wrong option names that were suggested to use to produce
|
2007-01-11 |
voroshil |
Typo
|
2007-01-10 |
reimar |
10l, typo breaks compilation because HAVE_SYS_MMAN_H is not set correctly
|
2007-01-10 |
torinthiel |
Sync tag bump
|
2007-01-10 |
diego |
Split strl.c into strl(cat|cpy).c and move #ifdefs into the build system.
|
2007-01-10 |
diego |
Split fseeko.c into fseeko.c and ftello.c, move #ifdefs into the build system.
|
2007-01-10 |
diego |
Move #ifdef directives around complete files into the build system.
|
2007-01-10 |
diego |
Remove redundant ifdef, this file is only ever compiled on MinGW.
|
2007-01-10 |
diego |
consistent include path
|
2007-01-10 |
diego |
bswap.h --> mpbswap.h
|
2007-01-10 |
diego |
Remove misleading comment.
|
2007-01-10 |
diego |
Remove generated pci_* files on clean, not just on distclean.
|
2007-01-10 |
gpoirier |
upgrade copyright years
|
2007-01-10 |
diego |
GNU/kFreeBSD support, closes Bugzilla #704.
|
2007-01-10 |
diego |
Audio track switching works with DVDs as well.
|
2007-01-10 |
diego |
small updates
|
2007-01-10 |
diego |
libmpeg2 updated to 0.4.1
|
2007-01-10 |
diego |
CONFIG_DTS was renamed to CONFIG_LIBDTS in FFmpeg.
|
2007-01-10 |
gpoirier |
explain how to use MEncoder to create QuickTime-compatible files
|
2007-01-09 |
rtogni |
Don't drop last rdt packet on eof
|
2007-01-09 |
nicodvb |
removed static declaration before non-instantiated struct; patch by cehoyos ag or at
|
2007-01-08 |
michael |
dont write an index and dont use memory to build one if -noidx is specified
|
2007-01-08 |
voroshil |
r21848: clarify a few things about the interaction between *cmp and mbd options
|
2007-01-08 |
voroshil |
r21848: clarify a few things about the interaction between *cmp and mbd options
|
2007-01-08 |
voroshil |
Two crash issues fixed:
|
2007-01-07 |
reimar |
Make sure we do not crash when eof is reset, e.g. due to an attempt to seek.
|
2007-01-07 |
reimar |
Avoid invalid memory access in ass_process_subtitle for empty subtitles
|
2007-01-07 |
nicodvb |
in dvb_get_config() open the frontend in READ_ONLY mode for probing (worksaround some buggy driver)
|
2007-01-07 |
reimar |
Document sub_add_text and sub_clear_text
|
2007-01-07 |
diego |
Remove superfluous CONFIG_X11_GRAB_DEVICE_DEMUXER=no.
|
2007-01-07 |
gpoirier |
fix typo
|
2007-01-07 |
gpoirier |
clarify a few things about the interaction between *cmp and mbd options
|
2007-01-06 |
Gabrov |
synced with r21624
|
2007-01-06 |
reimar |
Simplify demux_ogg to use the sub_clear_text and sub_add_text functions.
|
2007-01-06 |
reimar |
Subtitle handling cleanup: factor out code for parsing embedded subtitles
|
2007-01-06 |
Gabrov |
synced with r21748
|
2007-01-06 |
nicodvb |
reindented
|
2007-01-06 |
nicodvb |
init to 0 feparams before tuning
|
2007-01-06 |
reimar |
Set default values for proc and iproc for x86_32 case.
|
2007-01-06 |
reimar |
Include "internal" libavformat/riff.h also when dynamic libavformat is used
|
2007-01-06 |
diego |
Fix dependencies for pci_names.c.
|
2007-01-06 |
reimar |
Include libavformat/riff.h when building with static libavformat and
|
2007-01-06 |
Gabrov |
synced with r21741
|
2007-01-06 |
gpoirier |
woops, actually fix URL this time
|
2007-01-06 |
lucabe |
replace some av_malloc();memset(...,0,...) sequences with av_mallocz()
|
2007-01-06 |
nicodvb |
removed useless reporting code
|
2007-01-06 |
nicodvb |
moved actual tuning code from check_status() to tune_it()
|
2007-01-06 |
nicodvb |
don't add pid 0 if it's already present in the list
|
2007-01-06 |
gpoirier |
update comment url
|
2007-01-05 |
reimar |
Simplify after last demux_ogg commit
|
2007-01-05 |
reimar |
Do not access ogg_d->subs after freeing it.
|
2007-01-05 |
reimar |
sizeof() is long, thus %d format in error message is wrong.
|
2007-01-05 |
reimar |
Make ds_get_next_pts return MP_NOPTS_VALUE instead of -1 on error,
|
2007-01-05 |
reimar |
Do not abort on X11 errors, most are not at all fatal.
|
2007-01-05 |
reimar |
move runtime cpu detection check after detection of host architecture,
|
2007-01-04 |
gpoirier |
add autodetection support for docbook stuff installed in /opt, such as macports do for ex.
|
2007-01-04 |
reimar |
Use av_d2q to produce the fps fraction, this usually produces more sane fractions
|
2007-01-04 |
reimar |
Fix printf types: AVRational members are ints, not 64 bit.
|
2007-01-04 |
ben |
allows OSD menu to be displayed when using MPEG PES video out
|
2007-01-04 |
ben |
restore volume if muted at exit
|
2007-01-04 |
ben |
fix detection of rage128/radeon using vidix driver on powerpc (which seems to keep them disabled), no impact on other archs
|
2007-01-04 |
ben |
don't fatal if saving vesa state failed (this always fails on qemu, with this patch vesa now works under qemu)
|
2007-01-04 |
ben |
increased a bit max param length as it can be too short to declare tv channels when you have a long list of
|
2007-01-04 |
ben |
support for vidix on ATI Radeon 9600SE cards
|
2007-01-04 |
gpoirier |
fix gprof support (aka work around gprof's brain dead design)
|
2007-01-04 |
torinthiel |
Synced with r21760, typos
|
2007-01-04 |
torinthiel |
translated r21748
|
2007-01-02 |
Gabrov |
synced with r21537
|
2007-01-02 |
Gabrov |
synced with r21737
|
2007-01-02 |
voroshil |
better wording and typos fixing
|
2007-01-02 |
voroshil |
r21791: avoid a possible confusion, as suggested by Wanderer
|
2007-01-01 |
rtogni |
More free() that were forgotten in r21806 memleak fix
|
2007-01-01 |
nicodvb |
set dp->stream_pts only when feeding the video stream to workaround
|
2007-01-01 |
rtogni |
Memleak fix (implement sdpplin_free() and use it)
|
2007-01-01 |
rtogni |
Fix invalid memory access if identifier is unknown
|
2006-12-31 |
aurel |
Comment about lavf required for musepack and remove unneeded format entry.
|
2006-12-31 |
nicodvb |
removed unused variable
|
2006-12-31 |
rtogni |
I've found a mistake in encoding-guide:
|
2006-12-31 |
rtogni |
Fix potential buffer overflow in asm rules matching code
|
2006-12-31 |
nicodvb |
use demuxer->stream_pts rather than stream_control(STREAM_CTRL_GET_CURRENT_TIME)
|
2006-12-31 |
nicodvb |
replace call to ds_read_packet() with the usual stream_read()+ds_add_packet() sequence;
|
2006-12-31 |
nicodvb |
added stream_pts to demuxer_t and demux_packet_t to hold the time value reported by the stream layer
|
2006-12-31 |
michael |
sort
|
2006-12-31 |
rathann |
Fix build with shared libavutil. Approved by Diego.
|
2006-12-30 |
nicodvb |
reindentation
|
2006-12-30 |
iive |
Fix double free of *http_hdr at server error.
|
2006-12-29 |
gpoirier |
avoid a possible confusion, as suggested by Wanderer
|
2006-12-29 |
vayne |
small oops fix from my last commit
|
2006-12-29 |
michael |
the avi spec does not allow random samplesize whoever wrote this should be shot
|
2006-12-29 |
michael |
dont read index if -noidx
|
2006-12-29 |
michael |
first step toward amr-nb muxing support
|
2006-12-29 |
vayne |
fix to allow adding multiple files to the playlist with the open file dialog.
|
2006-12-29 |
gpoirier |
sync with r21758
|
2006-12-29 |
nicodvb |
spellfix
|
2006-12-28 |
aurel |
don't compile demux_mpc.c when libmpcdec is disabled
|
2006-12-28 |
Gabrov |
synced with r21612
|
2006-12-28 |
vayne |
remove two unused functions.
|
2006-12-28 |
vayne |
avoid code duplication.
|
2006-12-28 |
aurel |
add support for musepack native decoder from ffmpeg (require -demuxer lavf)
|
2006-12-27 |
kraymer |
file added: Chinese translation for cd-dvd.xml
|
2006-12-26 |
Gabrov |
synced with r21741
|
2006-12-26 |
lucabe |
change all the occurrences of "FFMIN(FFMAX())" to clip_uint8() or clip()
|
2006-12-26 |
lucabe |
Mark some variables as possibly unused to avoid warnings
|
2006-12-26 |
lucabe |
Add some explicit casts to avoid "assignment from incompatible pointer type"
|
2006-12-26 |
lucabe |
Add some other casts, to remove void pointers arithmetic
|
2006-12-26 |
lucabe |
Add some explicit casts to avoid some warnings
|
2006-12-26 |
lucabe |
Remove some void pointers arithmetic
|
2006-12-26 |
Gabrov |
synced with r21741
|
2006-12-26 |
Gabrov |
synced with r21748
|
2006-12-26 |
Gabrov |
synced with r21612
|
2006-12-26 |
Gabrov |
synced with r21686
|
2006-12-25 |
voroshil |
Translation of menc-feat-telecine sect1 in encoding-guide.xml.
|
2006-12-25 |
Gabrov |
audio.xml & bugreports.xml synced with r21764
|
2006-12-24 |
voroshil |
Translation of menc-feat-vcd-dvd sect1 in encoding-guide.xml
|
2006-12-24 |
voroshil |
Translation of menc-feat-x264 sect1 in encoding-guide.xml
|
2006-12-24 |
voroshil |
r21758: Subtitle formats are listed in subreader.h, not libmpdemux/demuxer.h.
|
2006-12-24 |
voroshil |
r21748: Reformatting round continued
|
2006-12-24 |
diego |
Directly point to the Subversion instructions.
|
2006-12-24 |
diego |
Remove undocumented redundant key bindings.
|
2006-12-24 |
diego |
Subtitle formats are listed in subreader.h, not libmpdemux/demuxer.h.
|
2006-12-24 |
diego |
100l syntax error
|
2006-12-24 |
diego |
cosmetics: Fix indentation after last commit.
|
2006-12-24 |
diego |
Run less CPU checks when runtime CPU detection is enabled.
|
2006-12-24 |
diego |
Exit when runtime CPU detection is requested on unsupported arches.
|
2006-12-24 |
diego |
Rename x86 test to x86_32 and provide an x86 test for both x86_32 and x86_64.
|
2006-12-23 |
diego |
Extend runtime CPU detection to x86-64.
|
2006-12-23 |
torinthiel |
Synced with r21748
|
2006-12-23 |
diego |
Amiga OS 4 support
|
2006-12-23 |
diego |
Amiga OS 4 needs a large sample size.
|
2006-12-23 |
torinthiel |
Reformatting round continued
|
2006-12-23 |
nicodvb |
replace call to UDFFindFile() (that is not part of the public API) with DVDOpenFile()
|
2006-12-23 |
diego |
Properly fix compilation without code duplication.
|
2006-12-23 |
voroshil |
r21741: Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
|
2006-12-23 |
torinthiel |
Mention that you can use different image formats with mf://
|
2006-12-23 |
torinthiel |
Synced with r21741 (or just tag bump)
|
2006-12-23 |
torinthiel |
And <simpara> -> <para> continued, those languages somehow slipped by during
|
2006-12-23 |
torinthiel |
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
|
2006-12-23 |
rik |
compilation fixes: define always_inline and don't use uint64_t_C
|
2006-12-23 |
ods15 |
Sync to libnut, nom->num
|
2006-12-23 |
voroshil |
r21736: Add <keycombo> barkup for key combinations
|
2006-12-23 |
torinthiel |
Add <menuchoice> <guimenu> <guisubmenu> <guimenuitem> markup for menus.
|
2006-12-23 |
torinthiel |
Add <keycombo> markup for key combinations
|
2006-12-23 |
diego |
Fix disabling individual demuxers, parsers and decoders
|
2006-12-23 |
diego |
cosmetics: Rename variables to simplify upcoming patches.
|
2006-12-23 |
diego |
Remove x11grab hack, it's now disabled by default in FFmpeg.
|
2006-12-22 |
nicodvb |
smb:// can be used as an output stream
|
2006-12-22 |
kraymer |
sync with r21655, based on a file conversion of help_mp-zh_CN.h
|
2006-12-22 |
lucabe |
Clarify that yuv2rgb_init.c cannot be used under LGPL
|
2006-12-22 |
voroshil |
r21722: ffv1 and ffvhuff haven't required vstrict=-2 for a while
|
2006-12-22 |
lucabe |
Remove useless include (not needed now that libswscale uses libavutil)
|
2006-12-22 |
voroshil |
Must refer to option name instead of internal variable
|
2006-12-22 |
reynaldo |
fix correct addressing of user, some gram and ortographical fixes too - only partial
|
2006-12-22 |
diego |
wording and markup improvements
|
2006-12-22 |
diego |
small wording/markup improvements
|
2006-12-21 |
kraymer |
sync of Spanish translation for help_mp-es.h
|
2006-12-21 |
lorenm |
ffv1 and ffvhuff haven't required vstrict=-2 for a while
|
2006-12-21 |
nicodvb |
fix compilation on the most delicious variant of unix (mingw) that lacks S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH
|
2006-12-21 |
uau |
Fix display of multiple simultaneous subtitles without libass.
|
2006-12-21 |
voroshil |
Fixed wrong sync tag
|
2006-12-21 |
voroshil |
r21691: added smb:// to the list of allowed input urls
|
2006-12-21 |
voroshil |
r21686: [cosmetocs] minor fixes after reformatting round
|
2006-12-21 |
voroshil |
Typos, spelling fixes
|
2006-12-21 |
reimar |
Remove duplicate vo_sub extern definition.
|
2006-12-21 |
gpoirier |
Pass quant tables to next filters
|
2006-12-21 |
voroshil |
Fixed:
|
2006-12-21 |
diego |
consistent naming for revision tags
|
2006-12-21 |
diego |
Remove very outdated Italian translation.
|
2006-12-21 |
voroshil |
Typos
|
2006-12-21 |
torinthiel |
Synced with 21706
|
2006-12-21 |
torinthiel |
Synced with 21537
|
2006-12-21 |
torinthiel |
Move message translation outside <screen> tags
|
2006-12-21 |
torinthiel |
[cosmetics] <simpara> -> <para>, for consistency
|
2006-12-21 |
torinthiel |
Still some reformatting:
|
2006-12-20 |
nicodvb |
reindented after yesterday's commit
|
2006-12-20 |
kraymer |
new file: DOCS/xml/zh_CN/mencoder.xml
|
2006-12-20 |
lucabe |
Fix compilation of non-MMX code with gcc 2.95
|
2006-12-20 |
kraymer |
alsa messages for Spanish help file
|
2006-12-20 |
voroshil |
Translation of menc-feat-video-for-windows sect1 in encoding-guide.xml
|
2006-12-20 |
lucabe |
Allow to compile swscale's non-SIMD code under the LGPL license.
|
2006-12-20 |
gpoirier |
synced with r21697
|
2006-12-20 |
gpoirier |
typo fix in denoise3d's chroma_tmp option description
|
2006-12-20 |
voroshil |
Translation of menc-feat-xvid sect1 in encoding-guide.xml
|
2006-12-20 |
kraymer |
sync with r21655
|
2006-12-20 |
kraymer |
add source files comments to libass messages
|
2006-12-19 |
kraymer |
Spanish translation for libass help messages
|
2006-12-19 |
nicodvb |
mentioned file:// and smb:// as alternative stream outputs for mencoder
|
2006-12-19 |
nicodvb |
added smb:// to the list of allowed input urls
|
2006-12-19 |
nicodvb |
support for writing over smb shares
|
2006-12-19 |
nicodvb |
in WRITE mode open the output file with mode 0666; umask will filter it
|
2006-12-19 |
voroshil |
Translation of menc-feat-enc-libavcodec sect1 in encoding-guide.xml
|
2006-12-19 |
torinthiel |
Sync tag bumped to 21686
|
2006-12-19 |
torinthiel |
[cosmetics] minor fixes after reformatting round
|
2006-12-19 |
torinthiel |
Synced with 21537
|
2006-12-19 |
torinthiel |
Synced with 21624
|
2006-12-19 |
torinthiel |
Synced with 21612
|
2006-12-19 |
kraymer |
r21465: [cosmetics] Reindent XML source
|
2006-12-19 |
kraymer |
r21508: emphasis the fact that leaving black borders really hurts quality
|
2006-12-18 |
nicodvb |
update the list of files I maintain
|
2006-12-18 |
kraymer |
r21425: Some fixes for previous commit, 10l for me
|
2006-12-18 |
kraymer |
r21423: Consistent capitalization of table entries
|
2006-12-18 |
nicodvb |
output streams
|
2006-12-18 |
nicodvb |
muxers now write to output muxer->stream rather than to muxer->file
|
2006-12-18 |
nicodvb |
support functions for writing to streams
|
2006-12-18 |
nicodvb |
implemented STREAM_CTRL_GET_SIZE
|
2006-12-18 |
nicodvb |
new STREAM_CTRL_GET_SIZE to get size of output stream
|
2006-12-18 |
nicodvb |
in STREAM_WRITE mode open the stream with O_RDWR|O_CREAT, S_IRUSR|S_IWUSR and disable seek_forward for pipes
|
2006-12-18 |
nicodvb |
added member and definitions for output streams
|
2006-12-18 |
reimar |
Color console had a big bug nobody noticed, so mark this feature as
|
2006-12-18 |
reimar |
Fix possible crashes with colorized mplayer output
|
2006-12-18 |
kraymer |
remove outdated html docs, Chinese translation
|
2006-12-18 |
reimar |
doxify a comment
|
2006-12-18 |
reimar |
Require 12 consecutive MPEG-audio headers before detecting as audio.
|
2006-12-18 |
kraymer |
svn move xml/zh to xml/zh_CN
|
2006-12-17 |
nicodvb |
-dvd-speed
|
2006-12-17 |
rtogni |
lavc vp6 decoder now supports also VP60 and VP61
|
2006-12-17 |
voroshil |
r21651: add missing line break
|
2006-12-17 |
voroshil |
r21652: support for limiting dvd speed; patch by Tobias Diedrich (ranma tdiedrich se)
|
2006-12-17 |
voroshil |
Trnaslated section "CODEC SPECIFIC ENCODING OPTIONS (MENCODER ONLY)"
|
2006-12-17 |
gpoirier |
more sensible names for denoiser options
|
2006-12-17 |
kraymer |
typo
|
2006-12-17 |
kraymer |
r21654: add man page entry for new -dvd-speed option
|
2006-12-17 |
gpoirier |
document hqdn3d and dn3d's 4th parameter
|
2006-12-17 |
kraymer |
make messages for success/failure of setting dvd-speed more clear
|
2006-12-17 |
kraymer |
add man page entry for new -dvd-speed option
|
2006-12-17 |
kraymer |
r21561: update vbuf_size and suggest 400 for HDTV video
|
2006-12-17 |
nicodvb |
support for limiting dvd speed; patch by Tobias Diedrich (ranma tdiedrich se)
|
2006-12-17 |
kraymer |
add missing line break
|
2006-12-17 |
voroshil |
r21624: RedHat RPMs are long gone. Greysector repository is going away, and I've
|
2006-12-17 |
voroshil |
r21621: mpegts uses 3-letter language codes
|
2006-12-17 |
eugeni |
Make -embeddedfonts enabled by default with FontConfig >= 2.4.2.
|
2006-12-17 |
reimar |
Fix compilation under MinGW with X11 enabled
|
2006-12-17 |
eugeni |
Update some comments.
|
2006-12-17 |
torinthiel |
Ignore main.xml properly
|
2006-12-17 |
torinthiel |
Partially revert r20940, we had some local modifications.
|
2006-12-17 |
torinthiel |
CVS -> SVN
|
2006-12-17 |
torinthiel |
- there's no <book lang=""> for ages, it's automated
|
2006-12-17 |
torinthiel |
Initial Chinese translation, by Kun Niu, haoniukun gmail com
|
2006-12-16 |
reimar |
Fix crashes in loader code: There is still some code that can not handle omitted frame pointers.
|
2006-12-16 |
reimar |
Get rid of completely useless includes that in addition hinder compilation
|
2006-12-16 |
reimar |
Simplify: get rid of useless lame_presets_longinfo_dm function.
|
2006-12-16 |
reimar |
Fix FIXME mp_msg levels and targets
|
2006-12-16 |
eugeni |
Cosmetics: fix indentation.
|
2006-12-16 |
eugeni |
Keep reselected fonts in an array, adding new ones to the end. Glyph
|
2006-12-16 |
eugeni |
Avoid storing font file path and index in ass_font_t.
|
2006-12-16 |
eugeni |
Remove a mistakenly committed debug printf.
|
2006-12-16 |
eugeni |
FT_Set_Transform is fast enough to be called once for each glyph.
|
2006-12-16 |
eugeni |
Avoid "pointer targets differ in signedness" warnings.
|
2006-12-16 |
eugeni |
Move ascender, descender, and kerning computation to ass_font.c.
|
2006-12-15 |
nicodvb |
simplified aid management in dvdnav_lang_from_aid(); patch by Joakim Patte
|
2006-12-15 |
rtogni |
Force lavf on flv streams. Closes bugzilla #354
|
2006-12-15 |
nicodvb |
dvdnav support -alang and -slang
|
2006-12-15 |
reimar |
ASF aspect support via metadata reading.
|
2006-12-15 |
eugeni |
VobSub tracks cannot be handled by libass, do not mark them with 'a'.
|
2006-12-15 |
rathann |
RedHat RPMs are long gone. Greysector repository is going away, and I've
|
2006-12-15 |
reimar |
Compilation fix hacks: disable libavformat X11 grabber and
|
2006-12-15 |
ods15 |
gcc 2.95 fix
|
2006-12-14 |
nicodvb |
mpegts uses 3-letter language codes
|
2006-12-14 |
nicodvb |
show audio language in osd when playing dvdnav streams
|
2006-12-14 |
nicodvb |
implemented dvdnav_lang_from_aid() to retrieve audio language
|
2006-12-14 |
nicodvb |
call dvd_lang_from_aid() only if stream_type is DVD
|
2006-12-14 |
nicodvb |
support for -alang in dvdnav
|
2006-12-14 |
nicodvb |
added dvdnav_aid_from_lang() to support -alang
|
2006-12-14 |
reimar |
10l, missing () in check for 32bit endian-conversion hack
|
2006-12-14 |
voroshil |
r21612: replace " with ", better readability
|
2006-12-14 |
voroshil |
transliteration -> translation for "dB" and "intra"
|
2006-12-14 |
torinthiel |
replace " with ", better readability
|
2006-12-13 |
corey |
Add missing redirect to /dev/null.
|
2006-12-13 |
voroshil |
r21599: vstrict=0 is required to create DVDs decodable by standalone dvd players
|
2006-12-13 |
voroshil |
spelling fix
|
2006-12-13 |
diego |
__CPU__ will be x86-64 under amd64 and fail the check "#if __CPU__ > 386".
|
2006-12-13 |
diego |
Ugly hotfix for --disable-mencoder.
|
2006-12-12 |
diego |
wording
|
2006-12-12 |
reimar |
Always use tcgetattr/tcsetattr instead of #ifdef mess
|
2006-12-12 |
reimar |
Get rid on -DGNU_SOURCE for internal code, imported libs should be fixed
|
2006-12-12 |
reimar |
Add missing buf.memory = V4L2_MEMORY_MMAP; initializations.
|
2006-12-12 |
reimar |
Support for different endianness on client and server with -vo x11
|
2006-12-12 |
reimar |
Align image data pointer, this is also in preparation of an upcoming patch
|
2006-12-12 |
reimar |
Use XCreateImage instead of XGetImage, this is not only more correct and
|
2006-12-12 |
gpoirier |
vstrict=0 is required to create DVDs decodable by standalone dvd players
|
2006-12-11 |
reimar |
Mark utf8_get_char parameter as const and fix a compiler warning
|
2006-12-11 |
reimar |
Another simplification
|
2006-12-11 |
reimar |
Reuse utf8_get_char in subtitle rendering code.
|
2006-12-11 |
reimar |
More ChangeLog updates
|
2006-12-11 |
henry |
count needs to be even
|
2006-12-11 |
gpoirier |
sync w/r21561
|
2006-12-11 |
gpoirier |
sync w/ r21506 and misc
|
2006-12-11 |
gpoirier |
sync w/ r21486
|
2006-12-11 |
diego |
Fix --extra-libs-mplayer and --extra-libs-mencoder.
|
2006-12-11 |
diego |
small updates, cosmetics
|
2006-12-11 |
reimar |
10l, forgot to add _inc_x11 to X11 cc check
|
2006-12-11 |
henry |
(hopefully) the rest of PPC modifications
|
2006-12-10 |
reimar |
OpenAL volume control
|
2006-12-10 |
reimar |
Better default CFLAGS for non-gnu, non-intel compilers
|
2006-12-10 |
reimar |
Respect -noidx in lavf demuxer
|
2006-12-10 |
reimar |
Make sure closesocket is called.
|
2006-12-10 |
reimar |
STREAM_UNSUPPORTED is -1, so use the former for return value in all places.
|
2006-12-10 |
reimar |
Make sure stream->fd is set correct (esp. to -1 on error when fd is closed)
|
2006-12-10 |
torinthiel |
Revert my previous, broken commit
|
2006-12-10 |
reimar |
Only increase buffer size to avoid crashes when seeking in
|
2006-12-10 |
nicodvb |
check that stream_type is DVD before calling dvd_lang_from_aid
|
2006-12-10 |
nicodvb |
show subtitle language in OSD ; patch by Otvos Attila
|
2006-12-10 |
nicodvb |
added function to return the language of the specified subtitle id. Patch by
|
2006-12-10 |
reimar |
Fix realvideo size changes by using our own malloced buffer and export type mpi.
|
2006-12-10 |
reimar |
Add x11 include path only to _inc_extra if X11 is actually enabled.
|
2006-12-10 |
reimar |
Remove no longer needed always_inline hack in mpbswap.h
|
2006-12-10 |
reimar |
Support OpenAL headers in OpenAL/ instead of AL/ and OpenAL on MacOSX in general.
|
2006-12-10 |
reimar |
Avoid deprecated _sleep, instead include windows.h and use Sleep just like
|
2006-12-10 |
reimar |
ID_SUBTITLE_ID should show the -sid number, not the vobsub id also for dvd subs.
|
2006-12-10 |
reimar |
ffmjpeg uses RGB24 for JPEG-LS
|
2006-12-10 |
voroshil |
r21561: update vbuf_size and suggest 400 for HDTV video
|
2006-12-10 |
nplourde |
vo_macosx, fix crash when closing window
|
2006-12-10 |
reimar |
Fix a compiler warning
|
2006-12-10 |
reimar |
Set frequency and correct frequency getting
|
2006-12-10 |
uau |
Set AVFMT_FLAG_GENPTS if -correct-pts is used.
|
2006-12-10 |
reimar |
Remove a disabled and completely outdated sample rate mismatch warning.
|
2006-12-09 |
nplourde |
vo_macosx.m disable window animation when going to fullscreen
|
2006-12-09 |
nicodvb |
update vbuf_size and suggest 400 for HDTV video
|
2006-12-09 |
nicodvb |
align vbuf_size to the max value allowed by main profile @ high level
|
2006-12-09 |
Gabrov |
synced with r21558
|
2006-12-09 |
reimar |
Fix misplaced http_free
|
2006-12-09 |
reimar |
Fix potential endless loop in http_streaming_start due
|
2006-12-09 |
reimar |
Fix lots and lots of potential memory/fd leaks in http_streaming_start
|
2006-12-09 |
nicodvb |
use dvdnav's palette if available
|
2006-12-09 |
nicodvb |
export spu palette; part of a patch by Otvos Attila
|
2006-12-09 |
reimar |
Avoid memory and fd leaks in asf streaming open code.
|
2006-12-09 |
reimar |
Forgotten closesocket on error, patch by
|
2006-12-09 |
reimar |
Close fd on error.
|
2006-12-09 |
reimar |
Fix ppc without altivec compilation
|
2006-12-09 |
reimar |
cscd produces BGR15, not BGR16
|
2006-12-09 |
reimar |
Replace another MIN macro by FFMIN
|
2006-12-09 |
reimar |
Get rid of min/max macros from aviheader.h, they do not belong here.
|
2006-12-09 |
reimar |
Improve OpenAL speaker positions a bit.
|
2006-12-09 |
reimar |
Remove condition that should always be true
|
2006-12-09 |
reimar |
Fix crash in ogg demuxer uninit with -aid
|
2006-12-09 |
reimar |
Half-properly set up OpenAL position stuff
|
2006-12-09 |
henry |
sync to libmpeg2-0.4.1
|
2006-12-09 |
voroshil |
r21537: General reformatting round:
|
2006-12-09 |
nplourde |
do not force arch and isysroot in osx
|
2006-12-08 |
voroshil |
Fix bmovl-test build error
|
2006-12-08 |
torinthiel |
Ignore .depend properly
|
2006-12-08 |
torinthiel |
General reformatting round:
|
2006-12-08 |
torinthiel |
.norecurse should be ignored
|
2006-12-07 |
nicodvb |
made vorbis_info a member of ogg_stream rather than ogg_demuxer;
|
2006-12-07 |
kraymer |
r21531: Document geq filter.
|
2006-12-07 |
voroshil |
r21529: spelling
|
2006-12-07 |
voroshil |
Typo
|
2006-12-07 |
diego |
Document geq filter.
|
2006-12-07 |
kraymer |
r21529: spelling
|
2006-12-07 |
diego |
spelling
|
2006-12-07 |
diego |
Fix mplayer-rc.o build.
|
2006-12-07 |
kraymer |
r21503: updated documentation of -mpegopts :tele*
|
2006-12-07 |
jheryan |
Synced with 30.11.2006
|
2006-12-07 |
reimar |
vorbis_comment is only used locally, move it out of demuxer struct
|
2006-12-07 |
reimar |
Remove unused ov_struct_t
|
2006-12-07 |
reimar |
Hack around libavutil/bswap.h compilation problems due to always_inline undefined.
|
2006-12-06 |
eugeni |
Speed up ASS subtitles display by detecting changes between two consecutive
|
2006-12-06 |
voroshil |
Translated section "GENERAL ENCODING OPTIONS"
|
2006-12-06 |
reimar |
Simplify NEXT_LINE macro and put most of it in a separate function.
|
2006-12-06 |
reimar |
remove useless and incorrect const-removing cast
|
2006-12-06 |
reimar |
Do not define _GNU_SOURCE, it is not necessary and causes a warning if it is
|
2006-12-06 |
reimar |
Properly free fontconfig patterns
|
2006-12-06 |
reimar |
Fix memleaks caused by missing vorbis/theora_info/comment_clear calls.
|
2006-12-06 |
reimar |
Fix memleak in theora decoder due to missing theora_comment_/theora_info_clear on uninit
|
2006-12-06 |
reimar |
Fix memleak if vd_ffmpeg init fails
|
2006-12-06 |
reimar |
Also free ass_library_t members in ass_library_done
|
2006-12-05 |
voroshil |
r21503: updated documentation of -mpegopts :tele*
|
2006-12-05 |
voroshil |
r21508: emphasis the fact that leaving black borders really hurts quality
|
2006-12-05 |
voroshil |
Translation of "VIDEO FILTERS" section.
|
2006-12-05 |
reimar |
Make sure invalid protocols are rejected instead of treated
|
2006-12-05 |
gpoirier |
emphasis the fact that leaving black borders really hurts quality
|
2006-12-05 |
gpoirier |
update local diff after r20779
|
2006-12-05 |
nicodvb |
wording fix suggested by Diego
|
2006-12-05 |
nplourde |
fix include clash for mmap_anon on darwin ppc
|
2006-12-04 |
nplourde |
force ppc arch and 10.3.9 sys lib on ppc mac
|
2006-12-04 |
nicodvb |
updated documentation of -mpegopts :tele*
|
2006-12-04 |
nicodvb |
disable telecining when it can't be applied
|
2006-12-04 |
nicodvb |
since display_frames in increased by a possibly negative number it had better be signed
|
2006-12-04 |
nicodvb |
cosmetics
|
2006-12-04 |
nicodvb |
removed dead code
|
2006-12-04 |
nicodvb |
reimplemented :telecine and :film2pal in terms of dgpulldown
|
2006-12-04 |
nicodvb |
pre-store in bff_mask the correct or-mask to be saved in the pce (slightly faster)
|
2006-12-04 |
reimar |
Move cddb "autodetection" so it also works for libcdio
|
2006-12-04 |
reimar |
Add full support for en-/disabling cddb support
|
2006-12-04 |
kraymer |
r21372: Some punctuation cosmetics and better wording
|
2006-12-04 |
kraymer |
help_mp-de.h:
|
2006-12-04 |
kraymer |
fix sentence, reformat
|
2006-12-04 |
voroshil |
r21484: documented -mpegopts :tele_src and :tele_dest
|
2006-12-04 |
voroshil |
r21476: Open embedded fonts directly from memory....
|
2006-12-04 |
diego |
Move the generation of osdep/mplayer-rc.o back to the top-level Makefile,
|
2006-12-04 |
diego |
slight clarification
|
2006-12-04 |
gpoirier |
document s3fb suboption, note that it's a Linux-only driver (to the best of my knowledge)
|
2006-12-04 |
voroshil |
Improoving readability of pullup filter section
|
2006-12-04 |
nicodvb |
10l: wrong bitmask when patching the pce_ptr in soft_telecine()
|
2006-12-04 |
nicodvb |
documented -mpegopts :tele_src and :tele_dest
|
2006-12-04 |
nicodvb |
added generalized teleciner by Donald Graft
|
2006-12-03 |
reimar |
Remove unused function pointers, they probably had incorrect prototypes
|
2006-12-03 |
aurel |
remove headers included twice
|
2006-12-03 |
aurel |
use strchr() instead of index()
|
2006-12-03 |
gpoirier |
sync w/ r21452
|
2006-12-03 |
reimar |
mmap memory area for generated code to avoid crashes on machines which
|
2006-12-03 |
reimar |
Fix 21381, make sure gcc does not make any ip-relative calls or similar.
|
2006-12-03 |
eugeni |
Open embedded fonts directly from memory.
|
2006-12-03 |
voroshil |
One FIXME (CC subtitles related) resolved.
|
2006-12-03 |
eugeni |
Keep embedded fonts in ass_library_t and perform actual disk write
|
2006-12-03 |
reimar |
Compile fix, BE_32 definition has been moved
|
2006-12-03 |
voroshil |
r21462: mention all other image formats
|
2006-12-03 |
eugeni |
Rename: ass_process_font -> ass_add_font.
|
2006-12-03 |
reimar |
Use libavutil LE_* macros instead of pointer casts which can result
|
2006-12-03 |
eugeni |
Avoid calling validate_fname() twice for one string.
|
2006-12-03 |
reimar |
Do not call usec_sleep when we are not supposed to sleep.
|
2006-12-03 |
torinthiel |
Synced with r21466
|
2006-12-03 |
torinthiel |
[cosmetics] Consistent XML source formatting
|
2006-12-03 |
torinthiel |
[cosmetics] Reindent XML source
|
2006-12-03 |
nicodvb |
cosmetics: anti-chaos reindentation
|
2006-12-03 |
torinthiel |
Synced with r21462
|
2006-12-03 |
torinthiel |
mention all other image formats
|
2006-12-03 |
reimar |
Unicode support for demuxer info in ASF demuxer.
|
2006-12-03 |
reimar |
Open vobsub output files in binary mode, otherwise the OS might
|
2006-12-03 |
reimar |
100l typo in 21380 disabled OSD with at least xvmc.
|
2006-12-03 |
voroshil |
fix two overlooked typos in previous sync cause build error
|
2006-12-03 |
voroshil |
Fix translation error in previous sync
|
2006-12-03 |
voroshil |
muxer FIXME resolved
|
2006-12-03 |
voroshil |
r21423: Consistent capitalization of table entries
|
2006-12-03 |
voroshil |
fixed missing tag update
|
2006-12-03 |
voroshil |
r21430: documented -mpegopts :[va]buf_size
|
2006-12-03 |
gpoirier |
document s3fb video out driver
|
2006-12-02 |
diego |
Use fallback XAnim and Real codecs directories when autodetection is skipped.
|
2006-12-02 |
diego |
Remove warning about missing codecs directory, the condition is always true.
|
2006-12-02 |
diego |
Merge dga/nodga suboption of vo_vesa, no short forms.
|
2006-12-02 |
reimar |
Simplify: 1 > 0 seems to be a rather safe assumption to make ;-)
|
2006-12-02 |
Gabrov |
synced with r21446
|
2006-12-02 |
diego |
Remove long-deprecated -vop option.
|
2006-12-02 |
diego |
Replace deprecated vo_plugin_args by vf_settings.
|
2006-12-02 |
diego |
cosmetics: Rename functions and variable names from vop to vf.
|
2006-12-02 |
eugeni |
Set video aspect ratio for libass in vf_vo.
|
2006-12-02 |
diego |
Update comment, video output plugins are deprecated.
|
2006-12-02 |
diego |
Audio track switching works for AVI and libavformat as well.
|
2006-12-02 |
nicodvb |
doxygenized dvdnav_sid_from_lang() and dvdnav_number_of_subs()
|
2006-12-02 |
Gabrov |
synced with r21438
|
2006-12-02 |
diego |
Fix includes and include path, bswap.h is in libavutil now.
|
2006-12-02 |
diego |
Remove superfluous bswap.h include.
|
2006-12-02 |
diego |
Remove suffix rules that are just copies of make builtin rules.
|
2006-12-02 |
diego |
Use standard name for C++ flags.
|
2006-12-02 |
diego |
Move system headers before libavutil headers to work around build issues on
|
2006-12-02 |
reimar |
Compile fix since libvo/sub.h include was removed from mplayer.h
|
2006-12-02 |
voroshil |
Translated section "AUDIO FILTERS"
|
2006-12-02 |
voroshil |
Typo
|
2006-12-02 |
nicodvb |
documented -mpegopts :[va]buf_size
|
2006-12-01 |
nicodvb |
permit to specify the sizes of the decoders' buffers
|
2006-12-01 |
nplourde |
fix mencoder include clash on osx
|
2006-12-01 |
torinthiel |
Synced with r21395
|
2006-12-01 |
torinthiel |
Sync r21425
|
2006-12-01 |
torinthiel |
Some fixes for previous commit, 10l for me
|
2006-12-01 |
torinthiel |
Reformat examples:
|
2006-12-01 |
torinthiel |
Consistent capitalization of table entries
|
2006-12-01 |
reimar |
100l confused FFMIN/FFMAX
|
2006-12-01 |
reimar |
Proper fix for last demux_avi commit, stream switching now really should
|
2006-12-01 |
reimar |
Make sure we do not hang if no streams are available
|
2006-12-01 |
reimar |
Implement stream switching for AVI demuxer.
|
2006-12-01 |
henry |
update for r21415 and r21416
|
2006-12-01 |
reimar |
Cleanup and fix rectangle size calculation, caused crashes with e.g.
|
2006-12-01 |
henry |
fix incorrect 4:4:4 chroma handling (backport from 0.4.1)
|
2006-12-01 |
henry |
ignore invalid values in the sequence display extension (backport from 0.4.1)
|
2006-12-01 |
voroshil |
r21410: document new meaning of dia=1 introduced by lavc r7192
|
2006-12-01 |
gpoirier |
mark lavc's uneven multi-hexagon search as slow, remove stray '.'
|
2006-12-01 |
diego |
Fix a declarations vs statements warning.
|
2006-12-01 |
diego |
Fix declarations vs statements warning.
|
2006-12-01 |
gpoirier |
document new meaning of dia=-1 introduced by lavc r7192
|
2006-12-01 |
diego |
Add libav include paths to CFLAGS without indirection.
|
2006-12-01 |
diego |
Correct include path for bswap.h, patch by Carl Eugen Hoyos, cehoyos ag.or.at.
|
2006-12-01 |
gpoirier |
remove duplicate entry
|
2006-12-01 |
diego |
Add libav include paths to CFLAGS without indirection.
|
2006-11-30 |
ivo |
move reserved_bytes out of packet_footer. this makes all packets uniform.
|
2006-11-30 |
reimar |
Use av_int2flt/av_int2dbl to read float values. This is simpler and more
|
2006-11-30 |
reimar |
Move initialization of sh_audio/sh_video members to aviheader
|
2006-11-30 |
voroshil |
r21398: improve description of lavf's i_certify_that_my_video_stream_does_not_use_b_frames
|
2006-11-30 |
voroshil |
r21372: Some punctuation cosmetics and better wording
|
2006-11-30 |
voroshil |
r21367: If a glyph is not found in the current font, switch to another one.
|
2006-11-30 |
gpoirier |
fix suggested by Diego
|
2006-11-30 |
gpoirier |
improve description of lavf's i_certify_that_my_video_stream_does_not_use_b_frames
|
2006-11-30 |
gpoirier |
fix indentation after last commit
|
2006-11-30 |
gpoirier |
add more comments to input.conf, patch by compn % tempn A twmi P rr P com %
|
2006-11-29 |
torinthiel |
Better wording for previous commit
|
2006-11-29 |
torinthiel |
Typo
|
2006-11-29 |
henry |
add missing r15484
|
2006-11-29 |
rathann |
Add another FourCC found in the wild, for example:
|
2006-11-29 |
diego |
Remove duplicate OPTFLAGS from CFLAGS.
|
2006-11-29 |
diego |
Remove some superfluous include CFLAGS.
|
2006-11-29 |
diego |
Explain reason for -I.. in CFLAGS here.
|
2006-11-29 |
diego |
Remove bswap.h, use libavutil/bswap.h instead.
|
2006-11-29 |
diego |
Fix macro redefinition warning.
|
2006-11-29 |
reimar |
Remove some of the worst "headers include headers which include
|
2006-11-29 |
reimar |
Avoid compiling code using %ah etc. on AMD64, since that will not work
|
2006-11-29 |
reimar |
Get rid of stubs.S, move code to inline asm.
|
2006-11-29 |
reimar |
Cosmetics: remove unused and commented out add_stub function header
|
2006-11-29 |
reimar |
Some extra checks and safety space for add_stub function.
|
2006-11-29 |
reimar |
Change add_stub code to also work without -fomit-frame-pointer
|
2006-11-29 |
reimar |
EMISSINGBRAIN: No, OSD objects of size 0 sure are _not_ visible.
|
2006-11-29 |
diego |
Add /usr/local/lib and /usr/local/include to the linker/compiler
|
2006-11-29 |
diego |
support for Westwood SND1 audio
|
2006-11-29 |
diego |
`sdl-config --libs` under mingw32 will give -lmingw32, which leads to
|
2006-11-29 |
diego |
URL fix
|
2006-11-29 |
torinthiel |
Synced with r21374
|
2006-11-29 |
torinthiel |
Fix URL, it has moved.
|
2006-11-29 |
torinthiel |
Synced with r21372
|
2006-11-29 |
torinthiel |
Some punctuation cosmetics and better wording
|
2006-11-29 |
aurel |
Sync with FFmpeg changes for encoder/decoder registration.
|
2006-11-28 |
uau |
Fix 2 header bugs introduced by nplourde's previous commit:
|
2006-11-28 |
nplourde |
reordering of #include to avoid clash with math.h and quicktime/*.h, patch by Crhis Roccati<roccati@pobox.com>
|
2006-11-28 |
nplourde |
adds support for AOCONTROL_GET_VOLUME/AOCONTROL_SET_VOLUME in ao_macosx, patcg by Crhis Roccati<roccati@pobox.com>
|
2006-11-28 |
eugeni |
If a glyph is not found in the current font, switch to another one.
|
2006-11-28 |
eugeni |
Skip glyphs with char code < 0x20.
|
2006-11-28 |
eugeni |
Add FT_Library to ass_font_t.
|
2006-11-28 |
eugeni |
Use (ass_font_t, char code) instead of (FT_Face, glyph index) to identify
|
2006-11-28 |
reimar |
Use av_int2dbl to read doubles instead of our somewhat broken le2me_dbl
|
2006-11-28 |
reimar |
Make me maintainer of demux_nuv since I am the only one
|
2006-11-28 |
voroshil |
r21306: fix compilation for win32 dll codec support for intel osx
|
2006-11-28 |
reimar |
Remove long double reading code, long double was never used AFAICT and
|
2006-11-28 |
voroshil |
r21298: "D" interactive key also works with yadif now
|
2006-11-28 |
diego |
Make MPlayer/MEncoder print the compile-time configuration in verbose mode.
|
2006-11-28 |
diego |
Cycling through video tracks works with libavformat as well.
|
2006-11-28 |
diego |
Remove #ifdef __OpenBSD__, there is no indication this is needed.
|
2006-11-28 |
diego |
support Intel Core 2 and AMD Geode in the processor detection routines
|
2006-11-28 |
diego |
Generate OBJS from SRCS in a more elegant and less redundant way.
|
2006-11-28 |
diego |
cosmetics: Sort SRCS by alphabetical order.
|
2006-11-28 |
diego |
Unrecurse VIDIX installation.
|
2006-11-28 |
diego |
Unrecurse VIDIX drivers uninstall.
|
2006-11-28 |
diego |
Remove one level of indirection on VIDIX install/uninstall.
|
2006-11-27 |
nicodvb |
cosmetical reformatting
|
2006-11-27 |
nicodvb |
feed the content of NAV_PACKET to the demuxer
|
2006-11-27 |
diego |
Shorten LIBAV_INC handling.
|
2006-11-27 |
diego |
Merge _ld_arch into _ld_extra.
|
2006-11-27 |
diego |
cosmetics to ease future patching
|
2006-11-27 |
diego |
Disable cddb on Darwin at Reimar's request.
|
2006-11-27 |
diego |
_ld_sock is already in _ld_extra.
|
2006-11-27 |
diego |
Add a config.mak variable for CDDB.
|
2006-11-27 |
reimar |
Change "p" asm constraints to "g", since "p" was a no longer necessary hack to
|
2006-11-27 |
diego |
Note that ffxandpcm only works with libavformat.
|
2006-11-27 |
eugeni |
Don't include freetype headers in other headers.
|
2006-11-27 |
eugeni |
Fix compilation broken in previous commit.
|
2006-11-27 |
eugeni |
Move ass_font_desc_t and ass_font_t declarations to ass_font.h.
|
2006-11-27 |
eugeni |
Cosmetics: reindent.
|
2006-11-27 |
eugeni |
Don't call FT_Set_Transform/FT_Set_Pixel_Sizes if values have not changed.
|
2006-11-27 |
kraymer |
help messages:
|
2006-11-27 |
eugeni |
Move ass_font_t allocation to ass_font.h.
|
2006-11-27 |
kraymer |
insert line break for overly long line (second line indented)
|
2006-11-27 |
diego |
wrapper.S should be compiled on non-Darwin, non-Windows systems.
|
2006-11-27 |
eugeni |
Initialize font size with 0.
|
2006-11-27 |
reimar |
Remove unused unk_exp1 loader asm code
|
2006-11-27 |
ptt |
localization of parser-m*cmd.c messages
|
2006-11-27 |
diego |
Ignore libmpmux.a.
|
2006-11-27 |
diego |
Split muxers into a separate library that only MEncoder is linked against.
|
2006-11-27 |
diego |
FFmpeg-style dependency declaration
|
2006-11-27 |
diego |
Remove redundant ifeq ($(TARGET_ARCH_POWERPC),yes), AltiVec exists only on PPC.
|
2006-11-27 |
diego |
Move common code to mpcommon.mak.
|
2006-11-27 |
diego |
Sync with FFmpeg changes for (de)muxer registration.
|
2006-11-27 |
diego |
test1 --> test
|
2006-11-27 |
diego |
cosmetics: Merge SRCS together, alphabetical order, whitespace.
|
2006-11-27 |
nplourde |
oops someone forgot obj-c source file
|
2006-11-27 |
diego |
cosmetics:indentation
|
2006-11-27 |
diego |
Untangle dependencies that are handled by configure.
|
2006-11-27 |
diego |
Remove unused LIBAV_INC variable.
|
2006-11-27 |
diego |
Remove superfluous dependency declaration on real header files.
|
2006-11-27 |
diego |
simplify test target
|
2006-11-27 |
diego |
Simplify, TARGET_WIN32 is both Cygwin and MinGW.
|
2006-11-27 |
diego |
Simplify test program generation.
|
2006-11-27 |
diego |
Remove superfluous CFLAGS declaration (is in mpcommon.mak).
|
2006-11-27 |
diego |
There are no .s files in mp3lib/, remove the corresponding suffix rule.
|
2006-11-27 |
diego |
libac3 was removed ages ago, remove the related test target.
|
2006-11-27 |
diego |
.s files don't exist anymore.
|
2006-11-27 |
torinthiel |
Synced with r21168
|
2006-11-27 |
nplourde |
fix compilation for win32 dll codec support for intel osx
|
2006-11-27 |
diego |
Remove unnecessary header indirection.
|
2006-11-27 |
diego |
Use standard SRCS2 name for MEncoder sources.
|
2006-11-27 |
diego |
Move common code for generating multiple libraries to mpcommon.mak.
|
2006-11-27 |
diego |
10l: Muxers were not being compiled even when MEncoder was enabled.
|
2006-11-27 |
diego |
FFmpeg-style conditional dependency declaration
|
2006-11-27 |
diego |
libmpdemux has no subdirectories.
|
2006-11-26 |
gpoirier |
sync w/ 21298
|
2006-11-26 |
gpoirier |
"D" interactive key also works with yadif now
|
2006-11-26 |
diego |
Merge duplicate entries.
|
2006-11-26 |
diego |
Remove unnecessary variable indirection.
|
2006-11-26 |
eugeni |
Remove obsolete "no_more_font_messages" hack.
|
2006-11-26 |
ivo |
rename all *_nom (nominator) to the correct *_num (numerator)
|
2006-11-26 |
eugeni |
Move fonts-related code to a separate file.
|
2006-11-26 |
diego |
cosmetics: alphabetical order
|
2006-11-26 |
diego |
FFmpeg-style conditional dependency declaration
|
2006-11-26 |
diego |
100l typos
|
2006-11-26 |
diego |
Remove useless variable indirection.
|
2006-11-26 |
diego |
cosmetics: Move around some entries for better readability.
|
2006-11-26 |
diego |
Do not use many different variables for SRCS.
|
2006-11-26 |
diego |
Reorder entries for better readability.
|
2006-11-26 |
diego |
Remove unused include variable.
|
2006-11-26 |
reimar |
Use gtk_spin_button_get_value_as_int instead of gtk_spin_button_get_value since
|
2006-11-26 |
eugeni |
Make ass_new_font return ass_font_t struct (instead of just FT_Face).
|
2006-11-26 |
eugeni |
Move ass_font_t to header.
|
2006-11-26 |
eugeni |
Rename:
|
2006-11-26 |
uau |
Fix previous broken vd_qtvideo.c commit which failed on MACOSX
|
2006-11-26 |
uau |
Move #include <QuickTime/ImageCodec.h> before internal headers
|
2006-11-26 |
reimar |
Move checking/defining HAVE_LINUX_DVD_STRUCT etc. to dvdcss check,
|
2006-11-26 |
diego |
Rename config.h --> debug.h and include config.h explicitly.
|
2006-11-26 |
uau |
Shouldn't move "#ifdef MACOSX" before #include config.h of course...
|
2006-11-26 |
diego |
Merge common parts of all Makefiles into one file included by all.
|
2006-11-26 |
uau |
Move #include <QuickTime/QuickTimeComponents.h> before internal headers.
|
2006-11-26 |
diego |
Add explicit dependency information for libosd.a, this fixes MEncoder-only
|
2006-11-26 |
diego |
Remove config.h, there are multiple files under that name, inviting bugs and
|
2006-11-26 |
gpoirier |
sync w/ r21255 (improved deadzone desc.)
|
2006-11-26 |
reimar |
-lwinmm is always (also for mencoder) needed on windows for osdep/timer-win2.c
|
2006-11-26 |
reimar |
Disable when HAVE_SYS_MMAN_H is not defined, since it can not be compiled then.
|
2006-11-26 |
reimar |
Adjust icon path since windres is now called from osdep subdir
|
2006-11-26 |
reimar |
Fix incorrect use of be2me_32 on a pointer, use BE_32 instead.
|
2006-11-26 |
reimar |
le2me_32 is no longer a macro on PPC, and in general does not have to
|
2006-11-26 |
uau |
Revert r21251 (moving loader/config.h contents to main config.h).
|
2006-11-26 |
reimar |
Remove useless fd parameter for mmap_anon
|
2006-11-26 |
diego |
Simplify, remove useless indirection.
|
2006-11-26 |
reimar |
Fix loader code: closed .dll file handles when it should not
|
2006-11-26 |
voroshil |
r21186: Remove "OSD only" tags; those options always exist.
|
2006-11-26 |
reimar |
open /dev/zero left over from mmap_anon patch
|
2006-11-26 |
reimar |
Useless use of strstr, strchr is good enough.
|
2006-11-26 |
henry |
Check the log level before processing the message
|
2006-11-26 |
nicodvb |
match exactly card number N specified, rather than the N-th actually usable
|
2006-11-26 |
reimar |
Set _win32codecsdir fallback also with --enable-win32
|
2006-11-26 |
lorenm |
typo in deadzone_inter
|
2006-11-26 |
gpoirier |
nits and picks by The Wanderer :)
|
2006-11-25 |
reimar |
Sanity-check number of lines in CC subtitle
|
2006-11-25 |
reimar |
Cleanup for uselessly complicated closed-caption subtitle handling
|
2006-11-25 |
diego |
Move contents of loader/config.h to configure/config.h, there are
|
2006-11-25 |
uau |
Add a sanity check to unsafe-looking code.
|
2006-11-25 |
diego |
Remove config.h and move its content to af.h. There are multiple files under
|
2006-11-25 |
diego |
Use the real name of the header file when guarding against double inclusion.
|
2006-11-25 |
diego |
Remove nonexistent variable.
|
2006-11-25 |
diego |
Remove superfluous comment.
|
2006-11-25 |
diego |
Don't compile libvo.a unless MPlayer is enabled.
|
2006-11-25 |
diego |
simplify
|
2006-11-25 |
diego |
Rename Gui/mplayer/mplayer.h to gmplayer.h, another file named mplayer.h
|
2006-11-25 |
reimar |
Reuse bswap.h from libavutil. Will only work when libavutil subdir is available.
|
2006-11-25 |
diego |
Linking hotfix, loader depends on osdep.
|
2006-11-25 |
reimar |
Remove useless libvo/sub.h include.
|
2006-11-25 |
reimar |
Add support for compiling with ICC 9.1. Currently needs --target=generic-linux,
|
2006-11-25 |
diego |
simplify
|
2006-11-25 |
reimar |
Add generic target that allow compiling without any assembler or otherwise
|
2006-11-25 |
ben |
missing include for uint16_t
|
2006-11-25 |
ben |
keep nav highlight event in dvdnav priv structure
|
2006-11-25 |
diego |
There are no more .depend files in subdirectories.
|
2006-11-25 |
diego |
simplify
|
2006-11-25 |
diego |
Remove commented-out cruft.
|
2006-11-25 |
diego |
Unconditionally include config.mak for consistency.
|
2006-11-25 |
diego |
more consistency with the other Makefiles.
|
2006-11-25 |
diego |
SRCS should be one per line to make patches more readable.
|
2006-11-25 |
gpoirier |
fix typos noticed by Diego
|
2006-11-25 |
diego |
Remove pointless indirection.
|
2006-11-25 |
diego |
Sync with FFmpeg r7167.
|
2006-11-25 |
diego |
FFmpeg-style conditional dependency declaration
|
2006-11-25 |
diego |
Remove superfluous comment.
|
2006-11-25 |
diego |
Remove superfluous comment.
|
2006-11-25 |
diego |
Remove superfluous comment.
|
2006-11-25 |
gpoirier |
improve description of x264's deadzone* options
|
2006-11-25 |
nicodvb |
support for comma-separated language codes in -slang
|
2006-11-25 |
nicodvb |
support for -slang and subtitles in dvdnav; patch by Attila Otvos (oattila chello hu) and me. No palette yet
|
2006-11-25 |
reimar |
spurious () like in ({code;}) probably is not valid C, icc 9, definitely
|
2006-11-25 |
reimar |
Avoid void * arithmetic
|
2006-11-25 |
ben |
better nav highlight handling
|
2006-11-25 |
nicodvb |
removed unused members and variables
|
2006-11-25 |
nicodvb |
COSMETICS: consistently reformatted after ben's mess
|
2006-11-25 |
nicodvb |
added code to identify subs language and count; needed for forthcoming support for -slang
|
2006-11-25 |
diego |
Add distclean target, unconditionally remove all objects on clean.
|
2006-11-25 |
michael |
a few more clarifications for codec_specific_data by Ralph Giles and me
|
2006-11-25 |
diego |
all should be the first target.
|
2006-11-25 |
ben |
support for dvdnav menu buttons overlay as simple alpha boxes (rework from Otvos Attila's series of patches)
|
2006-11-25 |
diego |
10l copy + paste typo
|
2006-11-25 |
diego |
Simplify LIBNAME target with $@ and $^.
|
2006-11-25 |
diego |
Remove commented-out cruft.
|
2006-11-25 |
diego |
Move osdep/mplayer.rc handling to the osdep Makefile.
|
2006-11-25 |
diego |
Remove nonexistent variable/file.
|
2006-11-25 |
nplourde |
added mmap_anon to osdep lib. Used in loader for now
|
2006-11-25 |
diego |
No need to ignore files that are not generated any longer.
|
2006-11-25 |
diego |
Make loader Makefile non-recursive.
|
2006-11-25 |
diego |
Use $@ and $^ to designate target and prerequisites.
|
2006-11-25 |
diego |
cosmetics: Move around targets for consistency.
|
2006-11-25 |
diego |
Remove superfluous suffix rule.
|
2006-11-24 |
diego |
Handle stubs.s like all other source files.
|
2006-11-24 |
diego |
Rename CONFIG_MP3LAME variable, the variable for LAME support in FFmpeg
|
2006-11-24 |
diego |
Remove .depend on distclean.
|
2006-11-24 |
diego |
Clean up CFLAGS handling.
|
2006-11-24 |
ivo |
add two missing descriptions (index.syncpoints and info_packet.count)
|
2006-11-24 |
ivo |
specify the bitnumber for frame_flags, instead of a decimal bitmask
|
2006-11-24 |
ivo |
specify, where possible, the type of the tags in the tag description section
|
2006-11-24 |
kraymer |
r21161: MSGTR for libmpcodecs/vd.c
|
2006-11-24 |
michael |
codec_specific_data clarification
|
2006-11-24 |
gpoirier |
sync with r21186
|
2006-11-24 |
ivo |
fix another typo
|
2006-11-24 |
uau |
Remove "OSD only" tags; those options always exist.
|
2006-11-24 |
diego |
Remove bug workarounds for ancient gcc and libc versions.
|
2006-11-23 |
kraymer |
fix sync comment, it was left out in last commit
|
2006-11-23 |
kraymer |
r21078: add a link to Michael's de-interlacing filters, and replace the crappy
|
2006-11-23 |
eugeni |
Cosmetics: indentation fix.
|
2006-11-23 |
ivo |
fix some typos
|
2006-11-22 |
diego |
Get rid of _ld_gtk and _ld_glib.
|
2006-11-22 |
uau |
Fix incorrect function pointer definition.
|
2006-11-22 |
diego |
Get rid of _ld_vorbis.
|
2006-11-22 |
uau |
Make compilation depending on USE_OSD unconditional.
|
2006-11-22 |
diego |
Get rid of _xmms_lib.
|
2006-11-22 |
diego |
_ld_static does not need to be in both EXTRA_LIB and EXTRALIBS_MPLAYER.
|
2006-11-22 |
diego |
Cosmetics to make the next patches more readable.
|
2006-11-22 |
voroshil |
Better translation of "demuxer" word.
|
2006-11-22 |
voroshil |
r21151: typo
|
2006-11-22 |
voroshil |
r21152: typo: Bitrate is printed in kb/s, not Mb/s on the status line.
|
2006-11-22 |
eugeni |
Fix incorrect stride used in vf_ass.
|
2006-11-22 |
diego |
Remove _ld_x11.
|
2006-11-22 |
gpoirier |
x264 supports interlaced encoding for some time
|
2006-11-22 |
kraymer |
r21082: MSGTRs for libass
|
2006-11-22 |
diego |
typo noticed by Carl Eugen Hoyos, cehoyos ag.or.at
|
2006-11-22 |
diego |
Remove _ld_gif and _ld_theora.
|
2006-11-22 |
diego |
Remove _ld_freetype and _ld_fontconfig, they are no longer necessary.
|
2006-11-22 |
kraymer |
fix broken character
|
2006-11-22 |
kraymer |
MSGTRs for mencoder.c
|
2006-11-22 |
kraymer |
MSGTR for libmpcodecs/vd.c
|
2006-11-21 |
gpoirier |
sync w/ r21154
|
2006-11-21 |
torinthiel |
Synced with r21152
|
2006-11-21 |
nicodvb |
documented :format=pes[12] in -mpegopts
|
2006-11-21 |
nicodvb |
permit muxing to raw pes (VDR uses this)
|
2006-11-21 |
uau |
Make compilation depending on USE_SUB unconditional.
|
2006-11-21 |
diego |
Remove outdated and superfluous video cards section.
|
2006-11-21 |
diego |
Remove outdated and superfluous sound card section.
|
2006-11-21 |
diego |
Miscellaneous updates for the introduction and the requirements section.
|
2006-11-21 |
diego |
typo: Bitrate is printed in kb/s, not Mb/s on the status line.
|
2006-11-21 |
diego |
typo
|
2006-11-21 |
voroshil |
r21078: add a link to Michael's de-interlacing filters...
|
2006-11-21 |
voroshil |
Fix wrong fps value for TelecineMode in translation
|
2006-11-21 |
voroshil |
r21082: MSGTRs for libass
|
2006-11-21 |
diego |
LIBS vs LDFLAGS typo
|
2006-11-21 |
diego |
Split libs that are dependencies and those that are just linker flags.
|
2006-11-21 |
reimar |
Fix SVN r21075, it completely disabled OpenGL in almost all cases.
|
2006-11-21 |
diego |
Treat fontconfig and FreeType linker flags just like any other linker flag.
|
2006-11-21 |
diego |
Remove stray -I from include dirs in live555 check, it was being duplicated.
|
2006-11-21 |
reimar |
cosmetics
|
2006-11-21 |
reimar |
Also support absolute url redirection, e.g. http://www.youtube.com/v/buKaqRG2SFA
|
2006-11-21 |
diego |
cosmetics: EXTRA_LIB_MENCODER --> EXTRALIBS_MENCODER
|
2006-11-21 |
diego |
_ld_tmp vs _ld_x264 typo
|
2006-11-21 |
diego |
Remove --with-x11libdir and --with-livelibdir.
|
2006-11-21 |
diego |
Attempt to properly fix linking of encoding libs used by libavcodec.
|
2006-11-21 |
reimar |
Reuse init_vo_spudec in subtitle switching code.
|
2006-11-21 |
reimar |
Move vo_spudec initialization into a separate function, for later reuse
|
2006-11-21 |
diego |
Remove libdha from LIBS_MPLAYER.
|
2006-11-21 |
diego |
ALSA can be used by both MPlayer and MEncoder.
|
2006-11-21 |
diego |
Fix linking when libavcodec uses x264.
|
2006-11-21 |
diego |
Remove _ld_x264 _toolame_lib _twolame_lib, they are no longer needed.
|
2006-11-21 |
diego |
_ld_xv does not exist anymore.
|
2006-11-21 |
diego |
Add _libs_mplayer and _libs_mencoder to cc_check.
|
2006-11-21 |
diego |
Introduce _libs_mplayer and _libs_mencoder to get rid of some _ld_ variables.
|
2006-11-21 |
diego |
Move FFmpeg library dependencies into the Makefile just like everything else.
|
2006-11-21 |
diego |
Move some Win32 LDFLAGS into _ld_extra.
|
2006-11-21 |
diego |
Merge MPlayer-specific libs into one variable.
|
2006-11-21 |
diego |
Remove _ld_win32, this is handled by the Makefile.
|
2006-11-21 |
diego |
Split libvo.a into two libs so that libosd.a can be used by MEncoder.
|
2006-11-21 |
diego |
Remove superfluous empty variable declaration.
|
2006-11-21 |
diego |
Remove unused -D from CFLAGS.
|
2006-11-21 |
diego |
Remove superfluous empty variable declaration.
|
2006-11-21 |
diego |
Add VIDIX to LIBS_MPLAYER directly.
|
2006-11-21 |
kraymer |
typo / small fixes
|
2006-11-20 |
nicodvb |
demux_lavf handles video stream switching
|
2006-11-20 |
nicodvb |
check we aren't short of sh_videos before allocating another one
|
2006-11-20 |
nicodvb |
slight simplification in demux_control_ts: no need to check *arg with last_{aid,vid} (small bugfix, too)
|
2006-11-20 |
eugeni |
Cosmetics: remove unneeded curly brackets.
|
2006-11-20 |
eugeni |
Fix collision detection. The old method tried to avoid gaps between subtitles
|
2006-11-20 |
diego |
Remove --with-xmmsplugindir and --with-xmmslibdir.
|
2006-11-20 |
diego |
Remove --with-x264libdir.
|
2006-11-20 |
diego |
Remove --with-xvidlibdir.
|
2006-11-20 |
diego |
Remove --with-toolamelibdir from help output as well.
|
2006-11-20 |
diego |
Remove --with-toolamelibdir.
|
2006-11-20 |
diego |
Add support for disabling MPlayer compilation.
|
2006-11-20 |
diego |
Oops, the loader stuff needs to be in COMMON_LIBS.
|
2006-11-20 |
diego |
Deliver dependency handling from redundancy.
|
2006-11-20 |
diego |
Remove MPlayer-specific dependencies from COMMON_DEPS.
|
2006-11-20 |
diego |
VIDIX is for MPlayer only.
|
2006-11-20 |
diego |
The GUI is only for MPlayer, not MEncoder.
|
2006-11-20 |
diego |
Rename variables for consistency.
|
2006-11-20 |
diego |
Simplify gui and menu libs handling.
|
2006-11-20 |
diego |
cosmetics: Move some stuff around for better readability.
|
2006-11-20 |
uau |
Move pause loop into a separate function.
|
2006-11-20 |
diego |
Clean up PARTS handling.
|
2006-11-20 |
diego |
Unify dep/depend targets.
|
2006-11-20 |
diego |
Uninstall should run all parts unconditionally.
|
2006-11-20 |
diego |
Remove nonsense ifeq around MEncoder target and variable declaration.
|
2006-11-20 |
uau |
Reorganize code to move more things out of main().
|
2006-11-20 |
diego |
another 100l typo noticed by Carl Eugen Hoyos, cehoyos (at) ag or at
|
2006-11-20 |
diego |
Some more cleanups for LDFLAGS handling.
|
2006-11-20 |
diego |
100l typos, noticed by Carl Eugen Hoyos, cehoyos (at) ag or at
|
2006-11-20 |
diego |
Some cleanups for LDFLAGS handling, next part.
|
2006-11-19 |
nicodvb |
in demux_ts_control unified SWITCH_AUDIO and SWITCH_VIDEO (they were identical)
|
2006-11-19 |
diego |
misc updates
|
2006-11-19 |
diego |
Put libdvdcss under a separate ifeq.
|
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.
|