Mercurial > mplayer.hg
graph
-
Sync with latest FFmpeg changes.2008-11-24, by diego
-
add more informative comment2008-11-24, by compn
-
Remove unnecessary #ifdef around a struct and a bunch of extern declarations.2008-11-24, by diego
-
now that we have a specific check to enable ao_macosx or not, don't let test2008-11-24, by gpoirier
-
add specific test to check if we can enable ao_macosx not matter how vo_quartz test may turn out2008-11-24, by gpoirier
-
Do not initialize fb_dev_fd to -1, similar to vo_fbdev.c.2008-11-24, by diego
-
cosmetics: Add/remove a few newlines similar to vo_fbdev.c.2008-11-24, by diego
-
cosmetics (svn diff --diff-cmd diff -x '-duwbBE' gives no differences)2008-11-24, by gpoirier
-
avoid putting several statements on a single line2008-11-24, by gpoirier
-
Use doxygen-style comments in file header. Remove tabs usage.2008-11-24, by gpoirier
-
whitespace-cleanup2008-11-24, by gpoirier
-
Allow vo_macosx to be compiled in 64-bits mode:2008-11-24, by gpoirier
-
More hacks around ATI driver problems, 8.11 ignores UNPACK_BUFFER pointer offsets.2008-11-24, by reimar
-
Replace QuickDraw calls in vo_quartz.c to fix warnings when compiling with current SDK versions.2008-11-24, by gpoirier
-
Remove a ColorFill that is not necessary since the surface it is used2008-11-24, by reimar
-
Make sure the backbuffer is cleared when the border size might have changed.2008-11-24, by reimar
-
Remove useless setting of frame_buffer to NULL as suggested by Reimar.2008-11-24, by diego
-
cosmetics: indentation2008-11-24, by diego
-
Move setting of frame_buffer variable out of 'if', as preferred by Reimar.2008-11-24, by diego
-
Create a separate codecs.conf entry for Tremor and use it if MPlayer is2008-11-24, by diego
-
Fix HAVE_VIS vs. HAVE_MVI typo, SPARC has MVI, not VIS.2008-11-24, by diego
-
sync w/r279792008-11-23, by gpoirier
-
Clear the whole window on resize in vo_x11 since we do not2008-11-23, by reimar
-
Simplify vo_x11 check_events function2008-11-23, by reimar
-
Do not draw in window if our image has not yet been adjusted to the new window size.2008-11-23, by reimar
-
Remove unnecessary xf86vmode.h include.2008-11-23, by reimar
-
Remove some usnused variables and commented-out code.2008-11-23, by reimar
-
Use aspect.c code in vo_x11.c. Removes some inconsistencies in -wid handling.2008-11-23, by reimar
-
Patch to improve/consistify coding style.2008-11-23, by reimar
-
Fix indentation2008-11-23, by reimar
-
Lock/unlock surface only once even when drawing many slices.2008-11-23, by reimar
-
Move locked_rect from stack to priv struct in preparation for following patch.2008-11-23, by reimar
-
Move the StretchRect call from draw_slices to render_d3d_frame.2008-11-23, by reimar
-
Remove pointless is_cfG_finished variable.2008-11-23, by reimar
-
Handle fb_dev_name similar to vo_fbdev in vo_wii.2008-11-23, by diego
-
Merge another if condition check to lessen differences to vo_fbdev.c.2008-11-23, by diego
-
Use static variable instead of #define to lessen differences to vo_fbdev.c.2008-11-23, by diego
-
Get rid of TTY_DEV_NAME #define to lessen differences to vo_fbdev.c.2008-11-23, by diego
-
Merge another if condition check to lessen differences to vo_fbdev.c.2008-11-23, by diego
-
Merge if condition check to lessen differences to vo_fbdev.c.2008-11-23, by diego
-
Remove debug function.2008-11-23, by diego
-
cosmetics: one more round of whitespace changes2008-11-23, by diego
-
cosmetics: further reformatting to lessen differences to vo_fbdev.c2008-11-23, by diego
-
cosmetics: complete reformatting, tabs to spaces, etc.2008-11-23, by diego
-
cosmetics: Lessen differences to vo_wii.c.2008-11-23, by diego
-
cosmetics: consistent formatting for if/else/case2008-11-23, by diego
-
Reimplement -endchapter support again for -dump*, it was broken in r25987.2008-11-23, by reimar
-
Simplify handling of VOFLAG_MODESWITCHNG, merge assignment and declaration2008-11-23, by reimar
-
Remove unused flip_flag variable2008-11-23, by reimar
-
cosmetics: Reformat some lines to lessen differences to vo_fbdev.c.2008-11-23, by diego
-
cosmetics: Move up uninit() to avoid a forward declaration.2008-11-23, by diego
-
cosmetics: consistent function declarations.2008-11-23, by diego
-
cosmetics: Remove tabs and trailing whitespace.2008-11-23, by diego
-
Remove unused variables and the related warnings along with them.2008-11-23, by diego
-
Make description of the option more clear as suggested by2008-11-22, by bircoph
-
Remove a aspect calculation line.2008-11-21, by reimar
-
Simplify handling of "flags" parameter2008-11-21, by reimar
-
Add forgotten initialization if Flip_Flag to 0.2008-11-21, by reimar
-
cosmetics: typo fixes2008-11-21, by diego
-
cosmetics: Write revision number with leading 'r'.2008-11-21, by diego
-
add direct3d docs, ok'd by Guillaume2008-11-21, by compn
-
Synced with r27967.2008-11-21, by bircoph
-
Fix and enable panscan handling for vo_direct3d2008-11-21, by reimar
-
cosmetics: Consistently place HEADERS before OBJS in all Makefiles.2008-11-20, by diego
-
Add all still missing lines, full sync against r279672008-11-20, by reynaldo
-
Trivial, add some more lines that were missing2008-11-20, by reynaldo
-
Trivial, Cosmetics2008-11-20, by reynaldo
-
COSMETICS, More line shifting to match English master2008-11-20, by reynaldo
-
TRIVIAL, add some more missing lines2008-11-20, by reynaldo
-
COSMETICS, More line shifting to match English master2008-11-20, by reynaldo
-
TRIVIAL, some missing lines and a grammar correction2008-11-20, by reynaldo
-
Cosmetics: rename variables etc. in vo_direct3d.c2008-11-20, by reimar
-
Factor common code like -wid handling, vo_gc creation etc. out into2008-11-19, by reimar
-
Add detection of x86 CPU features SSSE3 and SSE4a.2008-11-19, by gpoirier
-
Simplify conditions in direct3d vo: remove == 1, change == 0 to ! etc.2008-11-19, by reimar
-
Cosmetics, mostly line shifting to match English master2008-11-18, by reynaldo
-
Add missing "static" qualifiers to vo_direct3d2008-11-18, by reimar
-
100l, the video_out_drivers list must be sorted by priority, not2008-11-18, by reimar
-
Direct3D based video_out module.2008-11-18, by reimar
-
Doxygen documentation for w32_common.c2008-11-18, by reimar
-
On OpenBSD socklen_t is defined at sys/types.h, so latter is added2008-11-18, by bircoph
-
Trivial, Cosmetics2008-11-18, by reynaldo
-
Trivial, Cosmetics2008-11-18, by reynaldo
-
Add some more missing messages2008-11-18, by reynaldo
-
100l, missing ' s' in sed command, probably caused all decoders to be2008-11-17, by reimar
-
Only enable CONFIG_FFT_MMX if both yasm and MMX are enabled.2008-11-17, by diego
-
Set _have_yasm to "no" if yasm detection failed.2008-11-17, by diego
-
Remove a useless XGetGeometry call, the X11 event handling already2008-11-17, by reimar
-
Put variable declaration inside an #ifdef to avoid an unused variable warning.2008-11-17, by diego
-
Allow compilation with icc 10.1.2008-11-17, by cehoyos
-
Fix build: Remove some references to sections that no longer exist.2008-11-16, by diego
-
Get rid of (besides useless assignments) unused XSizeHints variable2008-11-16, by reimar
-
Fix missing -DARCH_X86_64 for yasm on x86_64.2008-11-16, by reimar
-
Add yasm support to the build system.2008-11-16, by bircoph
-
synced with r279382008-11-16, by Gabrov
-
Use 64 bit numbers for file positions in the seek function in audio demuxer.2008-11-16, by reimar
-
Remove a duplicated vo_x11_selectinput_witherr2008-11-15, by reimar
-
respect -vf dsize etc. also for -rootwin, just like vo_xv does.2008-11-15, by reimar
-
Fix phrase to maintain consistency.2008-11-15, by bircoph
-
Sync with vo_x11: make sure we get expose events even when drawing to the root window.2008-11-15, by reimar
-
Synced with r26763.2008-11-15, by bircoph
-
On Darwin, don't use hostinfo on _all_ x86 variants to detect the running CPU,2008-11-15, by gpoirier
-
100l, stream->cache_pid can not be used directly in pthread_create,2008-11-15, by reimar
-
Remove a nonsensical "else" for the video mode switching case.2008-11-15, by reimar
-
Use pthreads for the cache on Cygwin, since _beginthread is not available2008-11-15, by reimar
-
include limits.h for INT_MAX.2008-11-15, by reimar
-
Remove now unused variables.2008-11-15, by reimar
-
Use vo_dwidth/vo_dheight for creating the windows instead of d_width/d_height.2008-11-15, by reimar
-
Simplify vo_vm_switch and vo_vm_close, everyone was using the (almost) same2008-11-15, by reimar
-
Set modified window position and monitor aspect in vo_vm_switch instead of in2008-11-15, by reimar
-
Get rid of (besides useless assignments) unused XSizeHints variable2008-11-15, by reimar
-
Set modeline_width/height to sane values in vo_vm_switch even when2008-11-15, by reimar
-
Cosmetics: remove useless "extern"2008-11-15, by reimar
-
Replace some of the different inconsistent XGetGeometry uses by a2008-11-15, by reimar
-
Remove a useless XGetGeometry call, the X11 event handling already takes care of this.2008-11-15, by reimar
-
Remove code from unused and since ages deprecated draw_frame function.2008-11-15, by reimar
-
Remove vo_xv code that has been under #if 0 since ages.2008-11-15, by reimar
-
vo_x11: do not replace the vo_gc created by the Gui.2008-11-15, by reimar
-
Cosmetic changes to vo_x11 to reduce diff to vo_xv for future refactoring.2008-11-15, by reimar
-
Cosmetics for vo_x11 control() to make it more similar to vo_xv.c2008-11-15, by reimar
-
Fix grammar of comment and sync it with vo_x11.c2008-11-15, by reimar
-
Adds Some missing messages - 1 of 32008-11-15, by reynaldo
-
Include cache2.h in cache2.c, fixes an implicit declaration warning for cache_do_control2008-11-14, by reimar
-
sync w/r279062008-11-14, by gpoirier
-
Fix ati-hack to work again with ATI 8.9 and later drivers.2008-11-14, by reimar
-
Use the proper IMGFMT_RGB24 and IMGFMT_BGR24 defines instead of2008-11-13, by reimar
-
document x264's option subq=0, plus a bit of factoring and added details2008-11-13, by gpoirier
-
Print out that vo_macosx is disabled when Mac OS X APIs are not available.2008-11-13, by diego
-
Fix Windows OpenGL -wid:2008-11-11, by reimar
-
Partial sync to 278432008-11-11, by torinthiel
-
Sync with latest FFmpeg changes.2008-11-08, by diego
-
Synced with r25786.2008-11-08, by bircoph
-
Synced with r27402. Some spelling, typo fixes.2008-11-07, by bircoph
-
For fragment programs, check GL_MAX_TEXTURE_IMAGE_UNITS instead of GL_MAX_TEXTURE_UNITS.2008-11-06, by reimar
-
sync w/r278952008-11-06, by gpoirier
-
Add #include <string.h> for memset.2008-11-04, by diego
-
Fix typo in psy-rd x264 option description.2008-11-04, by diego
-
Add some const specifiers to function name variables; fixes a bunch of2008-11-04, by diego
-
Intialize unused fd variables to -1 (which is actually invalid) instead2008-11-04, by reimar
-
Fix a typo.2008-11-04, by bircoph
-
Remove outdated sections.2008-11-03, by diego
-
Merge ARCH_BFIN lines.2008-11-03, by diego
-
Add tests target for libswscale test programs.2008-11-03, by diego
-
Remove forgotten ASM_OBJS in libswscale2008-11-03, by mru
-
synced with r278852008-11-03, by Gabrov
-
44% synced with r22753 (going on... ;))2008-11-03, by ptt
-
lavc tscc decoder now also depends on zlib2008-11-02, by reimar
-
Add a few more supported URL protocols2008-11-02, by reimar
-
Forgotten reindent2008-11-02, by reimar
-
Add a noicyx:// protocol to allow easier testing for misconfigured servers.2008-11-02, by reimar
-
vfw.h needs a windows.h include before on MinGW64.2008-11-02, by reimar
-
Change OpenGL support to work on unmodified MinGW642008-11-02, by reimar
-
Use libavutil FFMIN etc. instead of defining our own variants.2008-11-02, by reimar
-
Avoid pointless casting of void*2008-11-02, by reimar
-
Consistently use NULL for pointers instead of 0.2008-11-02, by reimar
-
Fallback to non-fontconfig behaviour when fontconfig initialization fails.2008-11-02, by reimar
-
vobsub: move extradata out of vobsub_t struct2008-11-01, by aurel
-
vobsub: add sanity check2008-11-01, by aurel
-
Add an option that sets initial playback volume.2008-10-31, by diego
-
Missing free in malloc error case in COutputPinCreate.2008-10-31, by reimar
-
Avoid useless casts of malloc results.2008-10-31, by reimar
-
Avoid a potential memleak in parse_obj_params in case of a missing2008-10-31, by reimar
-
Avoid a memleak if allocation of field_name fails, fixes bug #1319.2008-10-31, by reimar
-
Consistently use dashes to separate words in section IDs.2008-10-30, by diego
-
Fix typo noticed by Paul TT.2008-10-30, by diego
-
linking corrections2008-10-30, by ptt
-
synced with r278432008-10-30, by ptt
-
synced with r278432008-10-30, by ptt
-
synced with r278522008-10-30, by ptt
-
removed, as rev.277712008-10-30, by ptt
-
synced with r277702008-10-30, by ptt
-
synced with r278152008-10-30, by ptt
-
synced with r276402008-10-30, by ptt
-
synced with r276632008-10-30, by ptt
-
synced with r276832008-10-30, by ptt
-
updated links for other commit reference2008-10-30, by ptt
-
synced with r277712008-10-30, by ptt
-
synced with r278332008-10-30, by ptt
-
Move codec installation instructions from the codecs section to a more2008-10-30, by diego
-
Restore XMMS input plugin section from removed section in a better place.2008-10-30, by diego
-
We now require GNU make 3.81.2008-10-29, by diego
-
Remove X11 backing store: this is now a useless flag.2008-10-29, by ben
-
zlib is used in many places.2008-10-29, by diego
-
Move libmad codec installation section to software requirements.2008-10-29, by diego
-
section title wording fixes2008-10-28, by diego
-
Group codec library installation instructions together in a codec2008-10-28, by diego
-
Move general comments from the video codec section to the top level.2008-10-28, by diego
-
Remove useless FFmpeg codec section.2008-10-28, by diego
-
Make sure that linker flags passed as configure parameters appear before2008-10-28, by diego
-
Factorize vobsub idx/extradata handling.2008-10-27, by aurel
-
Disallow the modification of teletext properties when the tv demuxer is2008-10-27, by faust3
-
Avoid calling init_vo_spudec() too early.2008-10-27, by aurel
-
Fix smartblur filter crash due to missing default scaler choice;2008-10-27, by diego
-
Silence GCC warnings:2008-10-27, by vitor
-
rgb2rgb.h was not really intended to be a public header, thus remove it.2008-10-27, by michael
-
Remove rgb2rgb.h dependency.2008-10-27, by michael
-
Silence the following GCC warning:2008-10-26, by vitor
-
Merge two Xvid build steps.2008-10-26, by diego
-
Remove reference to containers.xml, which was removed.2008-10-26, by diego
-
Remove notice about necessary tool versions in Xvid section, the info is2008-10-26, by diego
-
Remove obsolete and pointless reference to Xvid divxcompat mode.2008-10-26, by diego
-
cosmetics: alphabetical order2008-10-26, by diego
-
configure: Set CONFIG_MDCT and CONFIG_GOLOMB for libavcodec2008-10-26, by uau
-
Remove unused code that can't be compiled without svn archive.2008-10-25, by cehoyos
-
Do not attempt to use the unscaled yuv2rgb converter when height is odd because2008-10-25, by michael
-
minor fix in example command line for users2008-10-25, by compn
-
cosmetics: Reorder some FFmpeg-related config.h and config.mak entries.2008-10-25, by diego
-
configure: Set CONFIG_FFT to fix libavcodec compilation2008-10-25, by uau
-
vf_palette: Fix compilation after libswscale API changes2008-10-25, by uau
-
updated to r27402, jumping over 27072, by now, i'll do soon2008-10-24, by ptt
-
Conditionally declare a conditionally used variable, fixes the warning:2008-10-24, by diego
-
10l: Revert SH4 removal, which is required in FFmpeg.2008-10-24, by diego
-
Cosmetics: alignment2008-10-23, by vitor
-
Fix broken palette8to*.2008-10-23, by vitor
-
cosmetics: typo fix2008-10-23, by diego
-
remove outdated message about outfmt=i4202008-10-23, by compn
-
SH4 is an architecture, not a CPU extension.2008-10-23, by diego
-
Add ARM pld instruction test for FFmpeg ARM optimizations.2008-10-23, by diego
-
IWMMXT optimizations were removed from our internal libmpeg2 copy, so now2008-10-22, by diego
-
Try to improve binary codec pack installation instructions.2008-10-22, by diego
-
increase the max RTP packet size to 5MB as modern Elphel2008-10-22, by attila
-
Determine default CD/DVD device in configure instead of using an #ifdef jungle.2008-10-21, by diego
-
Make cpuinfo.c compile under MinGW642008-10-20, by reimar
-
Replace typeof by __typeof__, the former is a non-portable GNU extension.2008-10-20, by diego
-
Translate a Hungarian comment, thanks to Denes Balatoni.2008-10-19, by diego
-
Convert typeof keyword into __typeof__2008-10-19, by conrad
-
Avoid CreateThread and especially TerminateThread since they cause a memleak.2008-10-19, by reimar
-
Remove useless casts.2008-10-19, by reimar
-
Improve error message when screen width and height are not set.2008-10-19, by diego
-
Clarify screenw/screenh options, patch by Christian Ohm, chr.ohm gmx net.2008-10-19, by diego
-
improve documentation of latest x264's options2008-10-18, by gpoirier
-
Use av_malloc/av_free for audio-related buffers to avoid crashes due to2008-10-18, by reimar
-
pci.c includes dha.h, remove redundant MAX_* defines2008-10-18, by ranma
-
fixed image format detection for 15 bit color depths2008-10-17, by faust3
-
cosmetics: Reorganize config.h. Remove pointless comments, group together2008-10-16, by diego
-
typo: _dev_dvd_openbsd --> _def_dvd_openbsd2008-10-16, by diego
-
Create LIBDIR for binary codecs upon make install.2008-10-16, by diego
-
Move dcbzl definition to the FFmpeg section of config.h where it belongs.2008-10-16, by diego
-
Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.2008-10-16, by diego
-
Revert declaring ThreadProc as void, it breaks the WINAPI.2008-10-16, by diego
-
Add -nomsgcolor option to match -msgcolor, patch by swell.k gmail com.2008-10-16, by diego
-
Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.2008-10-16, by diego
-
Move DEFAULT_CDROM_DEVICE/DEFAULT_DVD_DEVICE to stream.h where it belongs.2008-10-16, by diego
-
Move likely/unlikely macros to libmpdemux/demuxer.h where they are used.2008-10-16, by diego
-
Move SCREEN_SIZE_X/Y definition to libmpcodecs/vd.c where it is used.2008-10-16, by diego
-
Move X11_FULLSCREEN definition to x11_common.h where it belongs.2008-10-16, by diego
-
cosmetics: Merge some preprocessor checks.2008-10-16, by diego
-
fixed overlay x and y calculation2008-10-16, by faust3
-
Move attribute_used declaration from config.h to mangle.h where it is useful.2008-10-16, by diego
-
Remove pointless attribute_used from variable declaration.2008-10-16, by diego
-
Rename stream/netstream.h to stream/stream_netstream.h; netstream.h to make it2008-10-16, by diego
-
Convert asm keyword into __asm__.2008-10-16, by flameeyes
-
sun --> __sun in config.h preprocessor check2008-10-16, by diego
-
misc updates for the Xvid, x264 and AAC sections2008-10-14, by diego
-
cosmetics: Move _def_fast_unaligned to the FFmpeg section of config.h.2008-10-14, by diego
-
cosmetics: Consistently name all header #define variables.2008-10-14, by diego
-
Remove some pointless and/or outdated codec documentation sections.2008-10-14, by diego
-
Honour differences between src and dst stride for packed yuv2008-10-14, by faust3
-
Remove section about containers. Its contents are non-informative, redundant,2008-10-14, by diego
-
Update VIDIX vs. svgalib documentation.2008-10-14, by diego
-
#include necessary libavcodec header and remove duplicated struct declaration.2008-10-14, by diego
-
update x264's section with r999 of x2642008-10-14, by gpoirier
-
Remove useless '#undef realloc', realloc is not referenced anywhere near.2008-10-14, by diego
-
Remove duplicate extern declaration, fixes the warning:2008-10-14, by diego
-
Remove unused variable ncomps.2008-10-13, by diego
-
Fix double free in demux_nut, patch by Onur Küçük.2008-10-13, by ods15
-
Set HAVE_FAST_UNALIGNED for PowerPC as well, patch by Emanuele Giaquinta.2008-10-13, by diego
-
Remove global definition of WIN32 in config.h for Cygwin.2008-10-13, by diego
-
Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.2008-10-13, by diego
-
Remove pointless #ifdef around the whole file, it is just a complicated #if 1.2008-10-13, by diego
-
Declare ThreadProc as void, it does not return anything, fixes the warning:2008-10-13, by diego
-
Remove unused function, fixes the warning:2008-10-13, by diego
-
Unconditionally #include osdep/shem.h, fixes the warnings on Cygwin:2008-10-13, by diego
-
Add missing Cygwin header, fixes the warning:2008-10-13, by diego
-
Remove redundantly declared definitions FILE_ANY_ACCESS and CTL_CODE, fixes:2008-10-13, by diego
-
Surround conditionally used function with corresponding #ifdef, fixes:2008-10-13, by diego
-
Remove redundant variable declaration, fixes the warning:2008-10-13, by diego
-
Remove check for byteswap.h, it was removed from FFmpeg.2008-10-13, by diego
-
Remove unused variables.2008-10-12, by diego
-
Remove redundant declaration of proc_priority.2008-10-12, by diego
-
Filter out .hh and .h files in the C++ dependency generation command.2008-10-12, by diego
-
Remove useless HAVE_STRCHR definition from config.h.2008-10-12, by diego
-
Add missing support for some multimedia keys to X11 backend code.2008-10-12, by diego
-
Move socklen_t typedef from config.h to stream/network.h.2008-10-12, by diego
-
Do not provide a prototype for setenv in config.h, we do not provide a2008-10-11, by diego
-
cosmetics: Move some config.h entries to more sensible places.2008-10-10, by diego
-
cosmetics: Group codec-, network- and gui-related options together in config.h.2008-10-10, by diego
-
cosmetics: Group system header and function definitions together in config.h.2008-10-09, by diego
-
Remove unused line (and fix an icc warning).2008-10-09, by cehoyos
-
Replace numeric constants by their defines.2008-10-09, by cehoyos
-
Mark some symbols in swscale.c as constant.2008-10-09, by flameeyes
-
Mark dither_2x2_{8,4} static to swscale.c2008-10-09, by flameeyes
-
Mark variation-specific interleaveBytes static.2008-10-09, by flameeyes
-
Invert logic for the single-pass in swScale() functions.2008-10-09, by flameeyes
-
Change variable types from int to enum PixelFormat.2008-10-09, by cehoyos
-
Fix channel order for ffmpeg flac codec.2008-10-09, by ulion
-
Do not set src[1] to the palette, it is now in the context2008-10-08, by vitor
-
Add a new unscaled PAL8 -> RGB converter.2008-10-08, by vitor
-
r27182: apply parameter name change of no-correct-pts from r26842 to man page2008-10-08, by kraymer
-
Change one more variable type from int to enum PixelFormat.2008-10-08, by aurel
-
Change variable types from int to enum PixelFormat.2008-10-07, by cehoyos
-
Remove unnecessary HAVE_AV_CONFIG_H #define.2008-10-07, by diego
-
sync w/r276912008-10-06, by gpoirier
-
Correctly place second const in declaration.2008-10-05, by cehoyos
-
Move find_backwards_asf_guid asfguid.h to asfheader.c, the only place where2008-10-05, by diego
-
gcc-apple specific fallback not necessary anymore2008-10-05, by lu_zero
-
Disable mp3lib and liba52-internal for icc.2008-10-05, by cehoyos
-
Use HAVE_FAST_64BIT instead of nonstandard __WORDSIZE macro.2008-10-05, by diego
-
synced with r277182008-10-05, by Gabrov
-
Remove b5Dither, g5Dither and r5Dither from libswscale.2008-10-04, by cehoyos
-
Revert the removal of the likely/unlikely macros, they are still used.2008-10-04, by diego
-
Merge variable declaration and export.2008-10-04, by diego
-
Remove g6Dither from libswscale.2008-10-04, by cehoyos
-
Fix "format '%d' expects type 'int', but argument 6 has type 'size_t'" warning.2008-10-04, by ranma
-
Add a comment to lonely 'fi' for clarification.2008-10-04, by diego
-
cosmetics: more config.h reordering2008-10-04, by diego
-
cosmetics: Reorder entries in config.h.2008-10-04, by diego
-
100l: Revert incorrect removal or --ar and --ranlib options.2008-10-04, by diego
-
cosmetics: Improve some config.h comments.2008-10-04, by diego
-
Do not duplicate likely/unlikely #defines from libmpeg2/libavcodec in config.h.2008-10-04, by diego
-
Remove unused HAVE_SYS_POLL_H definition from config.h.2008-10-04, by diego
-
cosmetics: Move around some more stuff in config.mak.2008-10-04, by diego
-
cosmetics: Move around stuff in config.mak.2008-10-04, by diego
-
Remove unused LIBDIR Makefile variable from config.mak.2008-10-04, by diego
-
Remove unused options --ar and --ranlib.2008-10-04, by diego
-
Do not set DESTDIR to an empty value so that it can be overridden on the2008-10-04, by diego
-
FAAC/FAAD are no longer the only available AAC encoders/decoders.2008-10-04, by diego
-
Remove word size check and macro and use __WORDSIZE directly instead.2008-10-04, by diego
-
Remove MPlayer-specific MP_WORDSIZE hack.2008-10-04, by diego
-
Merge SPARC and SPARC64 sections in the CPU detection code.2008-10-04, by diego
-
Skip setting variables to empty values in the CPU detection code.2008-10-04, by diego
-
Remove MinGW cruft.2008-10-03, by diego
-
100l copy and paste typo fix2008-10-03, by diego
-
spelling cosmetics2008-10-03, by diego
-
Fix vsscanf test.2008-10-03, by diego
-
vo_fbdev now supports -geometry.2008-10-03, by diego
-
whitespace cosmetics2008-10-03, by diego
-
CVS --> Subversion2008-10-03, by diego
-
fix compilation w/ FFmpeg r155332008-10-03, by gpoirier
-
Add missing #include for mplayer.h, fixes the warning:2008-10-03, by diego
-
Filter out xpm files from the list of dependencies to check for recursive2008-10-03, by diego
-
External liba52 parameters should only be enabled if the check succeeded.2008-10-03, by diego
-
Internal liba52 should default to enabled.2008-10-03, by diego
-
fix FAQ about compiling 32 bit mplayer on x86_642008-10-02, by gpoirier
-
Use the existing pt_iter_goto_head function instead of reimplementing it2008-10-01, by reimar
-
mpctx->playtree is a node, files can not be directly appended to it,2008-10-01, by reimar
-
Add a "pause" property to allow checking if MPlayer is paused.2008-10-01, by reimar
-
Add a m_property_flag_ro function for the default behaviour of a2008-10-01, by reimar
-
10l: Remove deleted file libmpeg2/motion_comp_iwmmxt.c from Makefile as well.2008-10-01, by diego
-
Remove IWMMXT optimizations through libavcodec from libmpeg2.2008-10-01, by diego
-
sync w/r276512008-09-30, by gpoirier
-
Apply patch for oCERT #2008-013 / CVE-2008-38272008-09-30, by reimar
-
sync w/r276072008-09-29, by gpoirier
-
Remove unused function fast_memcpy.2008-09-29, by diego
-
cosmetics: indentation2008-09-29, by diego
-
Revert mistakenly committed hunk.2008-09-29, by michael
-
Print all cases that are tested, not just the ones that are bad.2008-09-29, by michael
-
Fix infinite loop with spline, bug was introduced in r27612 by me.2008-09-29, by michael
-
cosmetics: prettyprinting2008-09-28, by diego
-
slave command to get the number of chapters; patch by Kevin DeKorte - kdekorte gmail com2008-09-26, by nicodvb
-
Since the pause loop now also runs commands, set mpctx->was_paused2008-09-25, by reimar
-
Add an experimental pausing_keep_force slave mode command prefix2008-09-25, by reimar
-
Do not special-case a grouping-subsegment length of 0.2008-09-25, by reimar
-
misc fixes for the GUI section2008-09-25, by diego
-
Add debug message about loaded frequency tables.2008-09-24, by voroshil
-
Make output messages of frequency selection code more useful by2008-09-24, by voroshil
-
Fix overflow in frequency conversion code inside tvi_dshow.2008-09-24, by voroshil
-
Add RVTR fourcc to ffrv20 decoder.2008-09-23, by diego
-
Remove one more pointless and gcc-specific __attribute__ ((unused)).2008-09-23, by diego
-
Restore function parameters mistakenly removed in previous commit.2008-09-23, by diego
-
Remove pointless and gcc-specific __attribute__ ((unused)).2008-09-23, by diego
-
Make sure -I. appears before all other -I flags.2008-09-21, by diego
-
Fix glAdjustAlignment parameter in glCreateClearTex2008-09-20, by reimar
-
Change glCreateClearTex to use the same host data format as later uploads.2008-09-20, by reimar
-
add blackmagic 10bit decoder, works on v-codecs/R210/2008-09-20, by compn
-
typo fix spotted by diego2008-09-20, by compn
-
add outdir sub-option to vo png2008-09-20, by ben
-
Use already "prefetched" atoms instead of calling XInternAtom each time.2008-09-20, by reimar
-
another dup2008-09-20, by compn
-
duplicate fourcc spotted by uoti2008-09-20, by compn
-
fix typo2008-09-20, by compn
-
sync with videolan2008-09-19, by compn
-
sync with xine2008-09-19, by compn
-
sync with libavformat/riff.c2008-09-19, by compn
-
sync with libavformat/isom.c fourcc2008-09-19, by compn
-
add windows NUL info2008-09-19, by compn
-
document lavc/lavf avoption o suboption2008-09-19, by compn
-
add lavfopts matroska suboption2008-09-18, by compn
-
Uniform *ToY and *ToUV function signatures2008-09-18, by lu_zero
-
Split mono2Y in monowhite and monoblack2008-09-18, by lu_zero
-
Factorize unit32_t* casts for palette pointer2008-09-18, by lu_zero
-
Fix mapping between MPlayer and FFmpeg colorspaces after libswscale changes.2008-09-17, by diego
-
Add shared libswscale support.2008-09-16, by rathann
-
With -identify, ID_DVD_VOLUME_ID is not shown on some systems.2008-09-16, by diego
-
Do not clobber _inc_extra variable when setting initial include flags.2008-09-16, by diego
-
Initialize _def_liba52 and _def_liba52_internal before the liba52 checks2008-09-16, by diego
-
Fix segfault with rgb24 and full_internal_chroma due to non-existing alpha2008-09-16, by michael
-
yet another mpeg2 in mov fourcc xd5b, fixes XDCAMHD.mov2008-09-16, by compn
-
Update the copyright statement.2008-09-15, by syrjala
-
Cosmetics:2008-09-15, by syrjala
-
Don't limit BES to non-synced single buffering when CRTC2 is used.2008-09-15, by syrjala
-
Rename some variables and change some strings to make the CRTC1 code clearer.2008-09-15, by syrjala
-
Add CRTC1 support.2008-09-15, by syrjala
-
Remove BGR24 support since it has never worked anyway.2008-09-15, by syrjala
-
External liba52 support, part 2 of 2.2008-09-15, by rathann
-
External liba52 support part 1 of 2.2008-09-15, by rathann
-
Use standard -I flags to compile codec-cfg.2008-09-15, by diego
-
Add -I. to _inc_extra at the beginning instead of to CFLAGS at the end.2008-09-15, by diego
-
riff.h and avi.h are not needed, but avio.h is.2008-09-15, by diego
-
Eliminate void * arithmetic.2008-09-15, by syrjala
-
Upgrade license of LGPL 2 or later files to LGPL 2.1 or later.2008-09-15, by diego
-
Avoid useless line in libpostproc test.2008-09-15, by diego
-
Avoid using floating point for calculating filter coefficients.2008-09-15, by michael
-
Avoid some explicit types in sizeof().2008-09-14, by michael
-
Use av_mallocz() instead of for() =0;2008-09-14, by michael
-
Move dither tables from yuv2rgb to swscale, they have been written by me and2008-09-14, by michael
-
synced with r276072008-09-14, by Gabrov
-
wording consistency cosmetics2008-09-14, by diego
-
Make -heartbeat-cmd and -stop-xscreensaver sections reference each other.2008-09-14, by reimar
-
Sync diff with libmpeg2 update.2008-09-13, by diego
-
Update internal libmpeg2 copy to version 0.5.1.2008-09-13, by diego
-
libmpeg-0.4.1.diff was renamed to libmpeg2_changes.diff.2008-09-13, by diego
-
Fix libswscale build after r27561 if --enable-runtime-cpudetection is used.2008-09-13, by ben
-
Remove version string from name of local changes diff file.2008-09-13, by diego
-
Fix indention.2008-09-13, by michael
-
Rename yuv2rgb variables to avoid name clashes with the ones used by bfin asm.2008-09-13, by michael
-
multiple locales in mplayer wish2008-09-13, by compn
-
Disable mmx routines that are not bitexact when the user wants2008-09-13, by michael
-
Make horizontal mmx scaling code match C code.2008-09-13, by michael
-
Ensure that additional filter coeffs that exist due to alignment2008-09-13, by michael
-
yvu9toyv12Wrapper is not bitexact so disable it when the user wants2008-09-12, by michael
-
Make the horizontal C scaler code clip only against INT16_MAX not 0,2008-09-12, by michael
-
Add bitexact flag.2008-09-12, by michael
-
The yuv->rgb tables are too small for clipping to be avoidable,2008-09-12, by michael
-
Fix another 1000l bug in the mono input code.2008-09-12, by michael
-
Add support for PIX_FMT_YUV440P.2008-09-12, by michael
-
10000l PIX_FMT_MONOWHITE check was really a || 1.2008-09-12, by michael
-
Support mono as input format.2008-09-12, by michael
-
Add support for PIX_FMT_MONOWHITE as output format.2008-09-12, by michael
-
rgb24toyv12 is not accurately rounding, so disable it as well when the2008-09-12, by michael
-
Do not use the unscaled yuv->rgb converters if SWS_ACCURATE_RND is set,2008-09-12, by michael
-
100000000000000l, forgot to commit header change for r27580.2008-09-11, by michael
-
Fix typo that lead to averaging of the same pixel in rgb24ToUV_half().2008-09-11, by michael
-
Remove mistakenly commited code I used for testing.2008-09-11, by michael
-
Implement full horizontal chroma for rgb/bgr24/32 output.2008-09-11, by michael
-
Do not do unneeded clipping in YSCALE_YUV_2_PACKEDX_C.2008-09-11, by michael
-
Factorize yuv2packedXinC().2008-09-11, by michael
-
Set rgb2yuv constants more accurately, makes no real difference though.2008-09-11, by michael
-
Fix chroma yuv->rgb tables for jpeg style yuv, this was missed as it2008-09-11, by michael
-
Correct normalization constant for the vertical filter.2008-09-10, by michael
-
Make the 2point linear interpolation coefficients correct even for the2008-09-10, by michael
-
Fix overflow.2008-09-10, by michael
-
sync w/r26990 and wording fixes, patch by Cédric Viou2008-09-10, by gpoirier
-
wording fixes by Cédric Viou2008-09-10, by gpoirier
-
typography and wording fixes, by Cédric Viou and myself2008-09-10, by gpoirier
-
Fix build failure due to %%eip on x86_64.2008-09-10, by michael
-
Change RGB2YUV_SHIFT from 16 to 15 to make it able to work2008-09-10, by michael
-
Add bgr/rgb15/16/32->UV-half to the macro so there is less code duplication2008-09-10, by michael
-
Factorize RGB/BGR15/16/32->UV by using the preprocessor.2008-09-10, by michael
-
Factorize rgb/bgr15/16/32->Y by using the preprocessor.2008-09-10, by michael
-
Make SWS_FULL_CHR_H_INP work.2008-09-10, by michael
-
spelling/wording cosmetics2008-09-10, by diego
-
More accurate rounding for 8bit inputs.2008-09-09, by michael
-
Rewrite bgr24->yuv mmx code, the new code is cleaner, more accurate,2008-09-09, by michael
-
more French typography fixes and wording fixes, by Cédric Viou and myself2008-09-09, by gpoirier
-
lots of fixes, original patch by Cédric Viou2008-09-09, by gpoirier
-
Add table of rgb->yuv conversion coefficients.2008-09-09, by michael
-
More correct rounding for the rgb/bgr->yuv converters.2008-09-09, by michael
-
Make internal Matroska demuxer default again2008-09-09, by uau
-
revert r27551 which break much more things than it fixes2008-09-09, by aurel
-
Use preprocessor conditionals to disable CPU-extension-specific code. We cannot2008-09-09, by diego
-
cosmetics: Fix offsets and fuzz in local diff.2008-09-09, by diego
-
Prevent overflows during mpeg->jpeg yuv.2008-09-09, by michael