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.
|