Mercurial > mplayer.hg
graph
-
Add some protection to the rawaudio GET_LENGTH/GET_PERCENT_POS in case the2009-08-16, by reimar
-
Implement DEMUXER_CTRL_GET_TIME_LENGTH and DEMUXER_CTRL_GET_PERCENT_POS for2009-08-16, by reimar
-
More indentation changes leftover from r29522:2009-08-16, by ramiro
-
Cosmetics:2009-08-16, by ramiro
-
Indent libswscale:2009-08-16, by ramiro
-
Fix file information. Patch by Francesco Lavra, francescolavra interfree it2009-08-15, by cehoyos
-
Add missing major contributors to copyright statement.2009-08-15, by cehoyos
-
improve previous translation2009-08-15, by jrash
-
Indent.2009-08-15, by ramiro
-
Vertical yuv -> yuv16 scaler.2009-08-14, by ramiro
-
Allow compilation with gcc 2.95.3 if videodev2.h does not support it.2009-08-14, by cehoyos
-
BGR32 MMX special convertor.2009-08-14, by ramiro
-
Fix crash when event format is not specified2009-08-13, by greg
-
Add Dolby TrueHD support for mkv demuxer.2009-08-13, by cehoyos
-
Indent.2009-08-13, by ramiro
-
swscale-example: Don't check for chroma planes in mono formats.2009-08-13, by ramiro
-
MMX2 horizontal scaler: Determine code size at runtime.2009-08-13, by ramiro
-
Protect mmx2 filter code buffers so they are not executable and writeable at2009-08-13, by ramiro
-
Remove duplicate define (it is the same in the lum code).2009-08-13, by ramiro
-
Rename "funny" code to "mmx2 filter" code.2009-08-13, by ramiro
-
Indent.2009-08-13, by ramiro
-
swscale-example: Remove hack to end loop by setting variables to break.2009-08-13, by ramiro
-
swscale-example: Don't return random value from main().2009-08-13, by ramiro
-
swscale-example: Check for Gray formats.2009-08-13, by ramiro
-
Fix possible double-free.2009-08-12, by cehoyos
-
make codec-cfg reuse the proper defined constants for all RGB/BGR formats2009-08-12, by reimar
-
100l, fix compilation again and make codec-cfg.c use the predefined constants2009-08-12, by reimar
-
1000l, RGB48BE does _not_ use 49 bit/pixel, probably fixes 48 bit PNG decoding.2009-08-12, by reimar
-
Allow decoding of 48 bit png image files.2009-08-12, by cehoyos
-
Use new libavformat metadata API.2009-08-11, by greg
-
s/RG48xE/RGB48xE2009-08-11, by cehoyos
-
Make *avcctx AVCodecContext instead of void.2009-08-11, by cehoyos
-
Fix H.264 SPS parsing in case of scaling list present.2009-08-11, by cehoyos
-
Fix a crash when playing some H264 over rtsp streams: Do pass an2009-08-11, by cehoyos
-
Explain how formats must be ordered in fmt_list so the parser can handle2009-08-11, by reimar
-
fmt_table should be const as well.2009-08-11, by reimar
-
Parse BitsPerSample and SamplesPerSec when playing PCM in X-QT over2009-08-11, by cehoyos
-
Allow dpx image files as input.2009-08-11, by cehoyos
-
Allow out-formats for IMGFMT_RGB48* in codecs.conf.2009-08-11, by cehoyos
-
Map IMGFMT_RGB48xE to PIX_FMT_RGB48xE.2009-08-11, by cehoyos
-
Add IMGFMT_RGB48LE and IMGFMT_RGB48BE.2009-08-11, by cehoyos
-
Remove disabled debug code.2009-08-10, by diego
-
Put some altivec code under COMPILE_ALTIVEC, and not HAVE_ALTIVEC.2009-08-09, by ramiro
-
Remove 'offset' argument from PUTRGB* macros since it's unneeded and caused2009-08-09, by kostya
-
Remove disabled crufty code.2009-08-08, by diego
-
100l, av_fifo_generic_read does not return anything useful, so ignore its2009-08-08, by reimar
-
Add a giant hack to the x264 encoder module to ensure all delayed frames are2009-08-07, by reimar
-
Replace macro: MAX -> FFMAX2009-08-06, by ben
-
Do not leak the mixer handle if setting of a volume fails.2009-08-06, by cladisch
-
Fix QT RLE in X-QT via rtsp://.2009-08-05, by cehoyos
-
Make sure it builds with -ftracer2009-08-04, by lu_zero
-
Only #include stream/stream_dvd.h when libdvdread is enabled.2009-08-03, by diego
-
Only #include stream/dvbin.h when DVB is enabled.2009-08-03, by diego
-
Make sure that unavailable message languages are not accepted.2009-08-03, by diego
-
Improve wording for missing sctp support2009-08-03, by lu_zero
-
Remove pointless #ifdefs around harmless internal header #includes.2009-08-02, by diego
-
Fix another typo. Patch by Francesco Lavra, francescolavra interfree it2009-08-02, by cehoyos
-
dpkg-buildpackage automatically sets CFLAGS and pals to -g -O2.2009-08-02, by diego
-
Add standard GPL license header. Patch by Francesco Lavra, francescolavra interfree it2009-08-02, by cehoyos
-
Fix more typos. Patch by Francesco Lavra, francescolavra interfree it2009-08-02, by cehoyos
-
Remove unused include's. Patch by Francesco Lavra, francescolavra interfree it2009-08-02, by cehoyos
-
Fix typos. Patch by Francesco Lavra, francescolavra interfree it2009-08-02, by cehoyos
-
Fix regression when converting to nv12/nv21.2009-08-01, by cehoyos
-
Add a variable in config.mak whether SHM support is enabled or not.2009-07-31, by ben
-
sync with en/mplayer.1 r294612009-07-31, by jrash
-
Update documentation for libamr replacement by OpenCORE in FFmpeg.2009-07-30, by diego
-
move truehd to correct section2009-07-30, by compn
-
undocumented keyword2009-07-30, by compn
-
start rc4 changelog, where did rc3 go?2009-07-30, by compn
-
handle TrueHD streams (they are carried in 0xFD PES streams in substream 0x72)2009-07-30, by nicodvb
-
added inexistant TRHD fourcc to handle TRUEHD streams in forthcoming patch2009-07-30, by nicodvb
-
stream/realrtsp/real.c: Fix another integer overflow2009-07-28, by uau
-
MMX2 scaler: Remove {} block leftover from factorization in initMMX2Scaler().2009-07-28, by ramiro
-
MMX2 scaler: factorize initMMX2Scaler().2009-07-28, by ramiro
-
MMX2 scaler: add variable to ease factorization of initMMX2Scaler().2009-07-28, by ramiro
-
Indent.2009-07-28, by ramiro
-
Remove duplicate horizontal scaling when there aren't enough lines in a slice2009-07-28, by ramiro
-
Remove useless code.2009-07-28, by ramiro
-
Fix stupid, off-by-one, mistakes in assert() expressions.2009-07-27, by eugeni
-
stream/realrtsp/real.c: Fix integer overflow2009-07-27, by uau
-
Do not misuse HAVE_ defines. Introduce COMPILE_TEMPLATE_ defines and use them2009-07-27, by ramiro
-
Factorize x86 fast_bilinear assembly.2009-07-27, by ramiro
-
Fix assembly comments for x86 fast_bilinear so they match the C code.2009-07-27, by ramiro
-
Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.2009-07-26, by diego
-
Make diff apply cleanly to our tree again.2009-07-26, by diego
-
Set both HAVE_BIGENDIAN and WORDS_BIGENDIAN.2009-07-26, by diego
-
Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN.2009-07-26, by cehoyos
-
Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN2009-07-26, by mru
-
Use the correct OSS format, where possible, for mplayer's packed 24-bit2009-07-24, by cladisch
-
Remove unnecessary #include <unistd.h>2009-07-23, by mru
-
grammar and sentence fix2009-07-22, by ptt
-
Remove unused variables.2009-07-21, by ramiro
-
Use correct ALSA sample format for 24-bit samples packed in three bytes.2009-07-21, by cladisch
-
Bandaid compilation fix: Disable ivtv VIDIX driver until a proper test exists.2009-07-19, by diego
-
The Makefile variable names for external libraries in FFmpeg changed.2009-07-19, by diego
-
Move some variable declarations up to avoid the warnings:2009-07-19, by diego
-
Remove redundant ivtv VIDIX driver variable declarations.2009-07-19, by diego
-
The ivtv vo driver and the ivtv VIDIX driver are unrelated; do not disable the2009-07-19, by diego
-
Handle 24bit audio formats natively by ALSA.2009-07-19, by iive
-
Fix 24bit audio playback.2009-07-19, by iive
-
Change libamr support to libopencore-amr support.2009-07-18, by diego
-
Make sure clip coordinates are inside the screen area.2009-07-18, by eugeni
-
Cosmetics: make some variables constant to signify their intended use and,2009-07-18, by eugeni
-
Fix read after the end of allocated buffer.2009-07-18, by eugeni
-
sync with en/mplayer.1 r294132009-07-18, by jrash
-
Restore alphabetic order for HAVE_ defines.2009-07-17, by cehoyos
-
Remove CONFIG_LIBAMR_NB_FIXED #define, which no longer exists in FFmpeg.2009-07-17, by diego
-
Assume HAVE_ATTRIBUTE_PACKED.2009-07-17, by cehoyos
-
synced with r394132009-07-13, by Gabrov
-
Fix compilation after FFmpeg r19395.2009-07-11, by cehoyos
-
Disable libavcodec AAC encoder, there are too many systems where it doesn't compile.2009-07-09, by reimar
-
Remove dependency from swscale_internal.h to lavu/internal.h, it is no longer2009-07-09, by ramiro
-
20% faster hqdn3d on x86_642009-07-07, by lorenm
-
new debanding filter2009-07-07, by lorenm
-
The AltiVec code in libswscale no longer is under GPL.2009-07-05, by diego
-
Add a section about handling external code to the policy.2009-07-04, by diego
-
add truemotion rt binary codec for TR20 fourcc2009-07-03, by compn
-
Use enum PixelFormat in sws_format_name() prototype2009-07-01, by mru
-
Print information about chapters with -identify.2009-06-28, by reimar
-
Make set_property chapter 0-based like all other chapter-related2009-06-28, by reimar
-
add binary codec for NTN1 and NTN2 fourcc2009-06-27, by compn
-
add 0xA106 twocc to aac decoders, fixes facebook sample2009-06-27, by compn
-
Fix some blu-ray samples: HDMV == H2642009-06-26, by cehoyos
-
Increase slave mode buffer so that one can load files with a deeper2009-06-26, by ben
-
Use memcpy_pic2 instead of reimplementing it.2009-06-26, by reimar
-
Close /dev/tty again on uninit.2009-06-26, by reimar
-
Fix indentation broken in last patch2009-06-26, by reimar
-
Get rid of completely pointless vt_doit variable2009-06-26, by reimar
-
10l, use fopen directly instead of open + fdopen2009-06-26, by reimar
-
Use a single err_out in fb_preinit, also fixes a leak when vo_dbpp has an2009-06-26, by reimar
-
Use FFALIGN and FFMAX32009-06-26, by reimar
-
Remove useless casts2009-06-26, by reimar
-
fbdev: remove pointless ()2009-06-26, by reimar
-
Replace incorrect use of strncpy by av_strlcpy.2009-06-26, by reimar
-
Use the RESET_GEOMETRY macro in one more place instead of duplicating its code.2009-06-26, by reimar
-
100l, RESET_GEOMETRY must reset values to INT_MIN, not -1, -1 is a2009-06-26, by reimar
-
AltiVec code and runtime cpudetect do not require CONFIG_GPL.2009-06-25, by diego
-
The AltiVec optimizations of libswscale are no longer under GPL.2009-06-25, by diego
-
PPC: Make sure that COMPILE_C is not deactivated if RUNTIME_CPUDETECT is set.2009-06-25, by diego
-
Modern Solaris versions have different default CD-ROM devices.2009-06-24, by diego
-
AVStream.language is deprecated, switch to av_get_metadata instead.2009-06-24, by reimar
-
Move allocation to avoid a possible memleak if new_sh_audio fails.2009-06-24, by reimar
-
Remove pointless stream count checks, new_sh_* already checks for that.2009-06-24, by reimar
-
Print ID_AID_???_LANG and ID_SID_???_LANG in lavf demuxer so that frontends2009-06-24, by reimar
-
Fix compilation: codec_wav_tags/codec_bmp_tags were renamed to2009-06-23, by reimar
-
Move printing of ID_AID_???_LANG to ts_add_stream instead of ts_detect_streams.2009-06-23, by reimar
-
Initialize es->lang to ensure a previous value does not get misattributed2009-06-23, by reimar
-
Do not use -rdynamic on Solaris, where the flag is unsupported.2009-06-22, by diego
-
Remove duplicate printing of ID_AUDIO_ID/ID_VIDEO_ID, those are already2009-06-21, by reimar
-
TS demuxer: make the IDs used by DEMUXER_CTRL_SWITCH_* and DEMUXER_CTRL_IDENTIFY_PROGRAM2009-06-21, by reimar
-
1l to Reimar for not updating lavc TM2 decoder output format in codecs.conf2009-06-20, by kostya
-
Do not use MAX_A/V_STREAMS as upper limit for switch_audio/switch_video2009-06-20, by reimar
-
fix missing event on move that breaks xmga window movement2009-06-19, by attila
-
Ignore XML files for which no translations exist yet.2009-06-19, by diego
-
Fix setting of DOC_LANGS and MAN_LANGS, the wrong variables were being used.2009-06-19, by diego
-
Do not call rgb2rgbWrapper() for rgb48*, there is no special converter2009-06-17, by vitor
-
Enable fontconfig support by default. This change takes only in effect,2009-06-17, by siretart
-
Conform to the updated Desktop File Specification. Also improve the2009-06-17, by siretart
-
add .mp1/.mp2 mov audio fourcc to ffmp2 codec2009-06-17, by compn
-
Add a missing check for a NULL return value.2009-06-16, by eugeni
-
Do not auto-detect old libnut installations.2009-06-16, by cehoyos
-
Rename LIBVORBIS Makefile variable to VORBIS.2009-06-14, by diego
-
100l: Add missing $s to default language variable checks, which prevented2009-06-14, by diego
-
Overhaul translation handling completely and add options to install specific2009-06-14, by diego
-
cosmetics: Drop leading underscore from _language* variables.2009-06-14, by diego
-
Allow setting message language separately from documentation language.2009-06-14, by diego
-
Drop redundant setting of message language to English when all languages2009-06-14, by diego
-
sync with ffmpeg2009-06-13, by compn
-
refine previous translation2009-06-12, by jrash
-
sync with ffmpeg2009-06-12, by compn
-
sync with ffmpeg2009-06-12, by compn
-
Kill warnings of possibly unused variables by using av_unused.2009-06-11, by ramiro
-
Fix compilation: #undef standard library functions that are2009-06-11, by diego
-
Add libavutil/internal.h #include, required for the DECLARE_ALIGNED macro.2009-06-11, by diego
-
replace "g" asm constraint by "erm" since "g" allows 64bit immediates while2009-06-07, by gpoirier
-
Remove '\p' doxygen markup, as it should improve plain text doxy2009-06-06, by stefano
-
Use DECLARE_ALIGNED macro instead of __attribute__((aligned)) for ppc code.2009-06-04, by ramiro
-
Replace more uses of __attribute__((aligned)) by DECLARE_ALIGNED.2009-06-04, by ramiro
-
Use DECLARE_ALIGNED macro instead of gcc __attribute__.2009-06-04, by ramiro
-
cosmetics: replace dead url2009-06-03, by compn
-
Files should be opened in binary mode on OS/2.2009-06-03, by diego
-
CONFIG_LIBNEMESI and CONFIG_LIVE555 are not defined to 0/1 values.2009-06-03, by diego
-
Configure needs AS to be set for the Makefiles.2009-06-02, by reimar
-
Testing RGB48 variants requires bigger stride in swscale-example.c2009-06-02, by kostya
-
YUV into RGB48 BE/LE conversion support2009-06-02, by kostya
-
Partial (low bits ignored, no direct transcoding into other RGB formats) support2009-06-02, by kostya
-
Switch to avcodec_decode_video2 to allow a hack that makes PNG decode correctly2009-06-01, by reimar
-
Initialize local variable, avoids a possible crash due to using an2009-06-01, by reimar
-
Add const where appropriate, also gets rid of a compiler warning.2009-06-01, by reimar
-
100l, do not read probe buffer if it will not be used because a format was forced.2009-06-01, by reimar
-
Add actually working support for PPC642009-06-01, by reimar
-
Use target_arch and target_subarch which is more similar to what FFmpeg uses2009-06-01, by reimar
-
Add some missing FFmpeg archs2009-06-01, by reimar
-
Using nl_langinfo in the asf mmst implementation makes no sense since2009-05-31, by reimar
-
Use a malloced string for the get_term_charset return value.2009-05-31, by reimar
-
Make ID_SEEKABLE depend on both the stream and the demuxer being seekable,2009-05-31, by reimar
-
In all demux_info_add calls change "name" to "title".2009-05-30, by reimar
-
100l, demuxer info tags are _not_ case sensitive, so use strcasecmp.2009-05-30, by reimar
-
forgot a line :(; added2009-05-28, by ptt
-
synced with r27692009-05-28, by ptt
-
sync'ed to r292092009-05-28, by ptt
-
refine previous translation2009-05-28, by jrash
-
add dvh1 fourcc to ffdv codec, fixes dvh1_sample_truncated.avi2009-05-26, by compn
-
add binary decoder for YLC02009-05-26, by compn
-
Make sure -rtsp-stream-with-sctp is supported while building with libnemesi2009-05-25, by lu_zero
-
Move colorspace conversion functions implemented in pure C from template2009-05-25, by kostya
-
synced with r293052009-05-24, by Gabrov
-
cosmetics: alphabetically sort SRCS_MPLAYER2009-05-21, by diego
-
Let SwScaler know that RGB48 BE/LE is 16-bits per component format.2009-05-19, by kostya
-
Make SwScaler recognize RGB48 BE/LE colourspaces (not support though).2009-05-19, by kostya
-
Set XVR100 make variable. Fixes compilation when support for xvr100 was detected.2009-05-19, by reimar
-
sync w/r292442009-05-17, by gpoirier
-
Add a hack to detect when we are writing into a Windows pipe since the fseek2009-05-16, by reimar
-
Add missing path to find invocation for tags/TAGS creation.2009-05-15, by diego
-
Simplify find invocation in tags/TAGS generation command:2009-05-15, by diego
-
Revert whitespace removal for win-related code, because lack of ^M at2009-05-13, by bircoph
-
Restore old license file after whitspace removal in previous commit.2009-05-13, by bircoph
-
Remove all kind of trailing whitespaces from all MPlayer's files.2009-05-13, by bircoph
-
whitespace cosmetics: Remove all trailing whitespace.2009-05-13, by diego
-
Make sure that -Ilibdvdread4 appears in CFLAGS before any system directories2009-05-12, by diego
-
Make sure that -I flags for internal library copies come before other CFLAGS2009-05-12, by diego
-
Fix IPv4 vs. IPv6 typo, closes Bugzilla #1439.2009-05-12, by diego
-
libdvdread4 does not use HAVE_CONFIG_H, so drop the -D flag for libdvdread4.2009-05-12, by diego
-
Add HAVE_PPC64 definition for FFmpeg.2009-05-12, by diego
-
Make sure CONFIG_MUXERS is always set.2009-05-12, by diego
-
Get rid of some more trailing whitespace2009-05-12, by reynaldo
-
Get rid of some more trailing whitespace2009-05-12, by reynaldo
-
Some reformating to avoid two too long lines2009-05-12, by reynaldo
-
Get rid of some more trailing whitespace2009-05-12, by reynaldo
-
Get rid of some more trailing whitespace2009-05-12, by reynaldo
-
Get rid of some more trailing whitespace2009-05-12, by reynaldo
-
Get rid of some more trailing whitespace2009-05-12, by reynaldo
-
Get rid of some more trailing whitespace2009-05-12, by reynaldo
-
Get rid of some more trailing whitespace2009-05-12, by reynaldo
-
chunk size = 0 is valid for DATA chunks (used in live streams), don't2009-05-10, by rtogni
-
Add const qualifier to param argument of sws_getContext() and2009-05-10, by diego
-
Move preprocessor condition before variable declaration, fixes the warning:2009-05-10, by diego
-
Remove redundant information about configuring MPlayer for GUI support.2009-05-09, by diego
-
Move image formats section to a more appropriate place.2009-05-09, by diego
-
cosmetics: indentation fixes for the dvdread check2009-05-09, by diego
-
Fix misplaced 'fi' in external dvdread test.2009-05-09, by diego
-
Add missing const qualifiers to AltiVec function parameters where appropriate.2009-05-09, by diego
-
Add standard license header to all files in libmpdemux.2009-05-08, by diego
-
Replace informal GPL license header by standard GPL header.2009-05-08, by diego
-
Replace informal LGPL header by standard LGPL license header.2009-05-08, by diego
-
lirc anc lircc are MPlayer-only, so add LDFLAGS for MPlayer link only.2009-05-08, by diego
-
Do not use flag CWBackPixel when calling vo_x11_create_vo_window():2009-05-08, by cehoyos
-
The Apple remote code needs the Cocoa framework to link.2009-05-08, by diego
-
Add -framework Carbon to LDFLAGS when Mac OS X finder or bundle is enabled.2009-05-07, by diego
-
Adrian is maintaining vo_corevideo and merging the OSX Extended GUI branch.2009-05-07, by adrian
-
Fix sliced yuv410 -> yuv420 conversion2009-05-07, by vitor
-
revise previous translation2009-05-07, by jrash
-
sync with en/mplayer.1 r292522009-05-07, by jrash
-
cosmetics: Move Quartz and CoreVideo checks into the vo driver section.2009-05-05, by diego
-
LDFLAGS for CoreVideo and Quartz should be MPlayer-only.2009-05-05, by diego
-
libdvdcss requires the Carbon framework to link on Mac OS X.2009-05-05, by diego
-
cosmetics: Move $def_dvdcss to a more sensible place in config.h.2009-05-05, by diego
-
cosmetics: Move CoreAudio check to audio output section.2009-05-05, by diego
-
Add prototype for mp_a52_framesize().2009-05-05, by diego
-
Add #define for HAVE_DVDCSS_DVDCSS_H (needed by internal libdvdread) to config.h2009-05-05, by diego
-
Remove pointless #ifdef around spudec.h #include.2009-05-05, by diego
-
cosmetics: indentation2009-05-05, by diego
-
Allow disabling and enabling VCD support through command line parameters.2009-05-05, by diego
-
CoreAudio LDFLAGS should be MPlayer-only.2009-05-05, by diego
-
Improve CoreAudio check: Use all required headers and frameworks.2009-05-05, by diego
-
Simplify Mac OS X Finder and Mac OS X Bundle file locations checks.2009-05-05, by diego
-
Change VOFW for x86 to 5120, it allows larger images to be scaled and was2009-05-05, by michael
-
CONFIG_QUICKTIME should be set depending on the state of QTX support.2009-05-04, by diego
-
Add missing 'void' to parameterless function declarations.2009-05-04, by diego
-
ao_macosx was renamed to ao_coreaudio.2009-05-04, by diego
-
Rename macosx video output driver to corevideo.2009-05-04, by diego
-
Rename macosx audio output driver to coreaudio.2009-05-04, by diego
-
QuickTime codecs support requires -framework QuickTime to link on Mac OS X.2009-05-04, by diego
-
Replace QuickTime.h #include with Carbon.h, which is really needed.2009-05-04, by diego
-
Ulion no longer has time to be maintainer.2009-05-04, by diego
-
Improve CoreVideo check: Test more #includes, add -framework Carbon to LDFLAGS.2009-05-04, by diego
-
Add information about configure options to config.mak.2009-05-04, by diego
-
Cosmetics for r29244 to follow K&R style closely.2009-05-03, by bircoph
-
Support for libbs2b ver. 3.0.0 API.2009-05-03, by bircoph
-
Use libavutil/fifo.h for macosx ao instead of its own FIFO implementation.2009-05-03, by reimar
-
Fix chroma shift when scaling from ARGB on LE and BGRA on BE2009-05-02, by sdrik
-
Fix polish spelling. Noticed in Gentoo ebuild long time ago.2009-04-27, by bircoph
-
Remove useless duplicated code in yuv2rgb_c_32, yuva2rgba_c and yuva2argb_c2009-04-27, by sdrik
-
sync w/r291472009-04-27, by gpoirier
-
Revert previous two commits, the CoreVideo vo needs both OpenGL and Cocoa.2009-04-26, by diego
-
Replace glibc-specific __WORDSIZE preprocessor check with HAVE_FAST_64BIT.2009-04-25, by diego
-
Fix typo in CoreVideo linker flags: the Carbon, not Cocoa framework is needed.2009-04-25, by diego
-
Remove unnecessary -framework OpenGL from CoreVideo linker flags.2009-04-25, by diego
-
whitespace cosmetics: reindent Mac OS X checks, remove trailing whitespace2009-04-25, by diego
-
Split generic OS X API check into separate CoreAudio, CoreVideo, Quartz checks.2009-04-25, by diego
-
typo in XFORM asm check, noticed by Emanuele Giaquinta2009-04-25, by diego
-
sane verbosity levels for menu initialization2009-04-25, by diego
-
Make reset_ptr() void.2009-04-23, by cehoyos
-
commit remaining binary_codecs.sh changes from debian.2009-04-23, by siretart
-
check for missing libstdc++2009-04-23, by siretart
-
more cosmetics2009-04-23, by siretart
-
whitespace cosmetics2009-04-23, by diego
-
Change getdladdr to always use dlopen, dlsym and then dlclose.2009-04-23, by reimar
-
Part 3 of syncing binary_codecs.sh with Debian2009-04-23, by siretart
-
Part 2 of syncing binary_codecs.sh with Debian2009-04-23, by siretart
-
Pass argc and argv parameters to main() function in SDL test.2009-04-23, by diego
-
Part 1 of syncing binary_codecs.sh with Debian2009-04-22, by siretart
-
Don't automatically wrap lines when WrapStyle==2.2009-04-21, by eugeni
-
Fix a signedness issue that caused a warning to be wrongfully printed at runtime.2009-04-21, by gpoirier
-
Planar 16bit 420 422 444 YUV support (output is only supported in some2009-04-21, by michael
-
Merge gray->gray converters into planarCopy(), this should also make planarCopy()2009-04-21, by michael
-
Add macro to check for 16bit per sample.2009-04-21, by michael
-
Make sure src/dst are NULL when they arent used, some code uses this to2009-04-21, by michael
-
Use generic BE check instead of checking for gray16LE.2009-04-20, by michael
-
add isBE()2009-04-20, by michael
-
Unify error message output and update error messages.2009-04-20, by diego
-
small typo fixes2009-04-20, by diego
-
Remove reference to outdated documentation file.2009-04-20, by diego
-
Move non-conditional SRCS lists below the conditional parts. This allows2009-04-20, by diego
-
whitespace cosmetics2009-04-20, by diego
-
Use temporary variables to add objects that depend on more than one2009-04-20, by diego
-
Add algorithm flag (SWS_POINT) to sws_getContext call to avoid a crash.2009-04-20, by diego
-
Only add existing files to the FFMPEGFILES variable.2009-04-20, by diego
-
Use ADDSUFFIXES function to simplify version.h dependency declaration.2009-04-20, by diego
-
Introduce ADDSUFFIXES function and use it to simplify the2009-04-20, by diego
-
cosmetics: Move ADD_ALL_* functions to a more sensible place.2009-04-20, by diego
-
Add HAVE_LDBRX to config.h for FFmpeg.2009-04-20, by diego
-
Add check for XFORM ASM, needed by FFmpeg/PPC.2009-04-20, by diego
-
cosmetics: reindent2009-04-19, by diego
-
whitespace cosmetics2009-04-19, by diego
-
cosmetics: Rename PARTS variable to FFMPEGPARTS.2009-04-19, by diego
-
Introduce ADD_ALL_DIRS function to factorize clean and distclean target commands2009-04-19, by diego
-
Convert another forgotten ADD_ALL_EXESUFS call.2009-04-19, by diego
-
Extend ADD_ALL_EXESUFS to work with a list of files instead of a single one.2009-04-19, by diego
-
Remove duplicate entry from DIRS.2009-04-19, by diego
-
Add files in all library subdirectories to FFMPEGFILES variable, not2009-04-19, by diego
-
Remove pointless #ifdef around internal #include.2009-04-19, by diego
-
Remove 2 useless += at the end of rgb16to15(), found by CSA.2009-04-18, by michael
-
Rename swscale_avoption.c to options.c.2009-04-18, by stefano
-
Make sws_setColorspaceDetails() return -1 if the destination format is2009-04-18, by stefano
-
Move sws_[gs]etColorspaceDetails() documentation from swscale.c to2009-04-18, by stefano
-
Rely on POSIX-compatible head/tail versions that understand the -n option.2009-04-16, by diego
-
Replace all `` by $(), it is more readable and easier to nest.2009-04-15, by diego
-
Simplify OS detection functions.2009-04-15, by diego
-
libavformat is now the default for mov, update extension.c to match this.2009-04-15, by reimar
-
whitespace cosmetics: Break some overly long lines.2009-04-14, by diego
-
Do not use abgrToA for both luma and alpha channel in hyscale.2009-04-14, by sdrik
-
follow renaming of pbBufPtr() to put_bits_ptr() by stefano2009-04-13, by rik
-
fix a memory leak leading to ~80 bytes being leaked at each call to flip_page.2009-04-13, by gpoirier
-
Sync with latest FFmpeg changes.2009-04-13, by diego
-
Move addition of MMX-OBJS to OBJS into common.mak instead of duplicating it.2009-04-12, by diego
-
whitespace cosmetics: Reindent a few lines and break a few excessively long lines.2009-04-12, by diego
-
Fix E-AC-3 channel ordering. E-AC-3 needs to use the same ordering as AC-3,2009-04-12, by diego
-
Reduce subtitle parsing verbosity.2009-04-12, by diego
-
Use extra_cflags variable instead of CFLAGS to add system-specific CFLAGS.2009-04-12, by diego
-
Reemit the ID_AID_x_LANG for the track. This allows the identification of the2009-04-11, by diego
-
Move all CFLAGS checks together at the beginning of configure.2009-04-10, by diego
-
Move thread-related CFLAGS settings into pthread test.2009-04-10, by diego
-
some updates about translation maintenance2009-04-10, by diego
-
Simplify: use av_fifo_space2009-04-10, by reimar
-
Remove unnecessary Darwin default CFLAGS and LDFLAGS.2009-04-10, by diego
-
Move darwin CFLAG settings to darwin section at the beginning of configure.2009-04-10, by diego
-
Move amigaos CFLAG settings to amigaos section at the beginning of configure.2009-04-10, by diego
-
gcc <3.1 is unsupported on Darwin, no need to check for this.2009-04-10, by diego
-
Make tvi_v4l2 print -1 as "Current input" if the ioctl to read it failed.2009-04-10, by reimar
-
Disable pause-hack from PulseAudio 0.9.15 on, it should be fixed.2009-04-09, by reimar
-
Split oversized of "argument" onto a separate line.2009-04-09, by reimar
-
Also lock the mainloop when doing adjusting the volume for PulseAudio.2009-04-09, by reimar
-
Make sure waitop always unlocks the mainloop even if the operation could not2009-04-09, by reimar
-
Add a -indentify message that indicates if the current DVDNAV title is2009-04-09, by reimar
-
Change type of first argument of the print_int_array function from int to2009-04-09, by diego
-
Rename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT and always define it.2009-04-08, by ramiro
-
Specify precise dependencies for generated header file codecs.conf.h.2009-04-08, by diego
-
Reduce compilation time after version.h was updated.2009-04-08, by cehoyos
-
Fix wrong syntax in test example, noticed by Jason Holt, jholt google com.2009-04-08, by diego
-
Add rules to install gmplayer manual pages.2009-04-06, by diego
-
swscale: Remove X86 commented out code.2009-04-05, by ramiro
-
synced with r291472009-04-05, by Gabrov
-
eliminate a trailing whitespace2009-04-05, by Gabrov
-
sync with en/mplayer.1 r291332009-04-05, by jrash
-
swscale: Use function pointers for swScale functions.2009-04-04, by ramiro
-
swscale: {}-related cosmetics.2009-04-04, by ramiro
-
swscale: Add const to some swScale functions' parameters.2009-04-04, by ramiro
-
remove startup -volume wish, option was added a while ago2009-04-04, by compn
-
add tivo (ty) and rm (rmvb) to file chooser, fixes bug 6632009-04-04, by compn
-
Avoid spurious rebuilds on svn up. The check to find out if the header file2009-04-04, by cehoyos
-
Fix passing CFLAGS and LDFLAGS with = in them as configure parameters.2009-04-04, by diego
-
make = and + both adjust audio delay, useful for keyboards without keypads2009-04-04, by compn
-
add fourccs: dvp and dvs1, from vlc dv video fourcc list2009-04-03, by compn
-
Fix compilation for newly added VAAPI_HWACCEL's.2009-04-03, by cehoyos
-
Use native endian float filter provided by libbs2b instead of2009-04-02, by bircoph
-
Add documentation for libbs2b audio filter.2009-04-02, by bircoph
-
Add libbs2b audio filter itself.2009-04-02, by bircoph
-
Support for libbs2b audio filter.2009-04-02, by bircoph
-
Fix compilation with libavcodec's HWACCEL.2009-04-02, by cehoyos
-
swscale: Remove mmx2 params from h[yc]scale().2009-04-02, by ramiro
-
swscale: Split h[yc]scale_fast() into their own functions.2009-04-02, by ramiro
-
swscale: Execute sfence and emms depending on runtime flags.2009-04-02, by ramiro
-
Remove unnecessary malloc.h #includes and related #ifdeffery.2009-04-02, by diego
-
Add recently added FFmpeg subdirs to DIRS variable.2009-04-02, by diego
-
override codec tag for pcm s32le and s32be, used in mov2009-04-02, by bcoudurier
-
Add config.h #include, necessary for HAVE_MALLOC_H check.2009-04-01, by diego
-
Remove unused variable along with the related warning.2009-04-01, by diego
-
Increase probe buffer size to 32kB, this makes ac3 auto-detection far more reliable.2009-04-01, by reimar
-
At least direct3d vo supports -xineramascreen, too2009-04-01, by reimar
-
Make examples and test progs depend on libraries2009-04-01, by mru
-
Prefer vo vdpau over vo xv where available.2009-03-31, by cehoyos
-
100l, add forgotten BGR15 format to fmt-conversion.c table2009-03-31, by reimar
-
cdvh decodes with ffdv2009-03-31, by compn
-
Add forgotten escapes for -2009-03-31, by reimar
-
Add missing $(EXESUF) to example/test program dependency declaration.2009-03-31, by diego
-
Explain relationship between -geometry and -xineramascreen.2009-03-31, by reimar
-
Get rid of nonsensical limits on -geometry x, y,w and h values, they only2009-03-31, by reimar
-
More flags; sync with Linux kernel.2009-03-31, by zuxy
-
override lavf tag for pcm s24le, mov uses the same for s24be2009-03-30, by bcoudurier
-
Support IMGFMT_NV12 for vo vdpau.2009-03-30, by cehoyos
-
Set the forced_subs_only value correctly whenever a new spudec is created.2009-03-30, by reimar
-
Use correct PRId64 instead of "lld" in printf string, fixes compiler warnings.2009-03-30, by reimar
-
Make sure we do not accidentally use the vdp_get_error_string from the2009-03-30, by reimar
-
Add support for IMGFMT_YUY2 and IMGFMT_UYVY to vo vdpau.2009-03-29, by cehoyos
-
VDPAU supports IMGFMT_I420 and IMGFMT_IYUV.2009-03-29, by cehoyos
-
Consistently use MP_MAX_PLANES as size for plane pointer/stride arrays in libmpcodecs.2009-03-29, by reimar
-
Globally ignore all example binaries.2009-03-29, by diego
-
Consistently use MP_MAX_PLANES as size for plane pointer/stride arrays in libvo.2009-03-29, by reimar
-
Generalize example target rule in common.mak so that it sets a -example$(EXESUF)2009-03-29, by diego
-
Move swscale AltiVec template code to ppc subdirectory.2009-03-29, by diego
-
Use MP_MAX_PLANES as size of arrays passed to mpcodecs_draw_slice.2009-03-29, by reimar
-
Relicense file to LGPL with the permission of Romain Dolbeau, the author.2009-03-29, by diego
-
sync with en/mplayer.1 r290592009-03-29, by jrash
-
Update demuxer->sub->id and demuxer->sub->sh if a new subtitle stream is2009-03-29, by reimar
-
Cosmetics: Reindent after last commit.2009-03-29, by cehoyos
-
10l: Don't use MP_IMGFIELD_TOP_FIRST if MP_IMGFIELD_ORDERED is not set.2009-03-29, by cehoyos
-
synced with r290592009-03-28, by Gabrov
-
Move config.h include directive up as a precaution measure.2009-03-28, by bircoph
-
Reorder includes alphabetically.2009-03-28, by bircoph
-
Remove af_mp.h and add its content to af.h2009-03-28, by bircoph
-
Remove af_msg special-casing API in libaf.2009-03-28, by bircoph
-
Document the ass_render_event event_images parameter.2009-03-28, by reimar
-
Initialize all structs to 0 before using them.2009-03-28, by reimar
-
Check for ddk/ntddcdrm.h header before enabling VCD on mingw.2009-03-28, by reimar
-
100l, revert r29082, I missed that the vts comparison should be case-insensitive.2009-03-28, by reimar
-
Reindent2009-03-28, by reimar
-
Simplify extracting title number from ifo name2009-03-28, by reimar
-
Move bfin specific code to its subdir.2009-03-27, by ramiro
-
Simplify detection of .ifo extension.2009-03-27, by reimar
-
Use x86_reg instead of long in several video filters to fix compilation on MinGW64.2009-03-27, by reimar
-
Directly include libavutil/x86_cpu.h in cpudetect.h instead of duplicating it2009-03-27, by reimar
-
Get rid of gettimeofday reimplementation for MinGW, all remotely recent2009-03-27, by reimar
-
spelling fixes, add release name2009-03-27, by diego
-
Check for _WINGDI_ instead of _WINGDI_H before defining BITMAPINFOHEADER2009-03-27, by reimar
-
misc updates2009-03-27, by diego
-
Sync cpuid detection code with libavcodec: assume it is always available on x86_642009-03-27, by reimar
-
Rename local TMP variable to TMPRES to avoid a clash with the2009-03-27, by reimar
-
Rename cs_test.c --> colorspace-test.c. This is more consistent with the names2009-03-26, by diego
-
change close to closesocket, unifies close streaming code2009-03-26, by compn
-
Make svn:ignore properties globally consistent. Ignore all .d, .ho, .exe, -test2009-03-26, by diego
-
Add support for mmsh:// as alias for mmshttp://2009-03-26, by reimar
-
Move yuv2rgb code to subdirs.2009-03-26, by ramiro
-
enable vp6 codec to read/write .fpf (passlogfile)2009-03-25, by compn
-
Simplify vdpau deinterlacing code and fix timing for deint=2.2009-03-25, by cehoyos
-
typo fixes2009-03-25, by diego
-
Update date in manual page.2009-03-25, by diego
-
Rename 'default-binds' input option to 'default-bindings'.2009-03-25, by diego
-
cosmetics: Drop leading underscore from extra_ variables.2009-03-25, by diego
-
swscale-example is an API example, not a test program.2009-03-25, by diego
-
1l: There is no more delay since r29051.2009-03-25, by cehoyos
-
Clarify vdpau deinterlacers.2009-03-25, by cehoyos
-
New VDPAU deinterlacing code needs one reference surface less for software decoding.2009-03-24, by cehoyos
-
New vdpau deinterlacing code needs one reference surface less.2009-03-24, by cehoyos
-
Stephen Warren reported that VDPAU deinterlacing did not work correctly.2009-03-24, by cehoyos
-
sqcp plays with ffqclp in ffmpeg2009-03-24, by compn
-
Update help output with previous --extra-ldflags change.2009-03-24, by diego
-
Adds "YUYV422 to YUVA420P" and "UYVY422 to YUVA420P" unscaled convertion2009-03-24, by sdrik
-
Fix some places where "non-alpha to YUVA420P" do not fill the alpha plane2009-03-24, by sdrik
-
Simpler and more elegant fix to the x86_32/OSX+PIC build failure2009-03-24, by sdrik
-
Replace --with-extralibdir option by --extra-ldflags, which accepts arbitrary2009-03-24, by diego
-
typo fix: Remove stray '-' from --extra-cflags option evaluation.2009-03-23, by diego
-
Replace --with-extraincdir option by --extra-cflags, which accepts arbitrary2009-03-23, by diego
-
Get rid of pointless EXTRA_INC and EXTRAXX_INC config.mak variable indirection.2009-03-23, by diego
-
Do not use full CFLAGS to build codec-cfg, they are unnecessary.2009-03-23, by diego
-
Change function call order in config().2009-03-22, by cehoyos
-
Rename 'tests' target to 'testprogs'. It is too easily confused with the2009-03-22, by diego
-
Remove unnecessary CLEANFILES declaration. Test programs do not require it.2009-03-22, by diego
-
Add forgotten "static" to new data_length variable in ao_pcm2009-03-22, by reimar
-
Whitespace-only cosmetics: use consistent indentation in ao_pcm.c2009-03-22, by reimar
-
Print a warning if ao_pcm wrote more data than what can be specified in the2009-03-22, by reimar
-
Sync with r28984: 17% done.2009-03-22, by bircoph
-
Synced with r28991.2009-03-22, by bircoph
-
sync with en/mplayer.1 r289912009-03-22, by jrash
-
Enable unscaled packed422 -> planar 420 converters by default as the2009-03-21, by michael
-
10l: C code of extract_even2avg(), extract_odd2() and extract_odd2avg() was2009-03-21, by michael
-
Average chroma of 2 lines in packed 422 -> planar 420.2009-03-21, by michael
-
10l: Only try to create vdpau decoder if hardware decoding is intended.2009-03-21, by cehoyos
-
Test if create_vdp_decoder() might succeed by calling it from config()2009-03-21, by cehoyos
-
Change return value for create_vdp_decoder().2009-03-21, by cehoyos
-
map jls (jpeg-ls), thm and db (thumbnails) files to jpg2009-03-21, by compn
-
Factorize create_vdp_decoder().2009-03-21, by cehoyos
-
Initialize HAVE_FAST_UNALIGNED definition to 0 so that it is never undefined.2009-03-21, by diego
-
Fix build failure on x86_32 Mac OS X with PIC enabled2009-03-21, by sdrik
-
Fix planarCopy to ignore the GRAY8 "pseudo"-palette, fixes libavtest regression test.2009-03-21, by reimar
-
Remove postinst script that asks for a TrueType font to use as default.2009-03-21, by diego
-
Add CONFIG_SWSCALE_ALPHA and HAVE_VIRTUALALLOC config.h #defines for FFmpeg.2009-03-21, by diego
-
Avoid crash on planarCopy to a destination without alpha.2009-03-20, by reimar
-
Initialize pointer arrays which may be freed before being initialized.2009-03-20, by benoit
-
Do _not_ use rbx on x86_64, it will fail to compile with PIC, besides it2009-03-20, by reimar
-
Fix swscale compilation with Altivec enabled.2009-03-20, by reimar
-
Reindent after last commit2009-03-20, by sdrik
-
Also test the alpha channel in swscale-example2009-03-20, by sdrik
-
YUVA420P is now supported as output format2009-03-20, by sdrik
-
Add alpha channel scaling2009-03-20, by sdrik
-
Add YUVA420P -> RGBA/BGRA/ARGB/ABGR unscaled converters2009-03-20, by sdrik
-
Use a simpler and more general check for the gray case in the planarCopy function2009-03-20, by sdrik
-
Initialize *srcContext, *dstContext, *outContext to NULL, avoids the warnings:2009-03-19, by diego
-
Remove useless casting in asm "m" operand.2009-03-19, by cehoyos
-
Allocate executable memory with VirtualAlloc() in Windows.2009-03-19, by ramiro
-
Drop unnecessary cast and cosmetically align.2009-03-19, by ramiro
-
Fix HTML docs generation, broken in r28980.2009-03-19, by rathann
-
Revert2009-03-19, by michael
-
Fix 10l typo.2009-03-19, by michael
-
remove trailing whitespaces2009-03-19, by Gabrov
-
remove trailing whitespaces2009-03-19, by Gabrov
-
remove trailing whitespaces all over the place2009-03-19, by Gabrov
-
synced with r289912009-03-19, by Gabrov
-
Unscaled converters for2009-03-19, by michael
-
Fix libswscale compilation on non-x86, hopefully without breaking MinGW64 again.2009-03-18, by reimar
-
Support icc 11.1.2009-03-18, by cehoyos
-
drop obsolete guidelines2009-03-18, by rathann
-
swscale-example: use LFG instead of random()2009-03-18, by ramiro
-
Do not assume long is same width as x86 register.2009-03-18, by ramiro
-
Allow to use vdpau temporal deinterlacers with hardware accelerated decoding.2009-03-18, by cehoyos
-
Support FFmpeg codecs that decode to other formats than S16.2009-03-18, by reimar
-
Older versions of <vdpau/vdpau.h> will fail during compilation.2009-03-18, by cehoyos
-
Consistently use ff_ prefixes for internal symbols.2009-03-18, by diego
-
10l: Fix indentation.2009-03-18, by cehoyos
-
Add a fillPlane function to fill a plane with one constant value2009-03-17, by sdrik
-
Don't write outside of the picture buffer in planarCopy in the gray case2009-03-17, by sdrik
-
Get rid of trailing whitespaces.2009-03-17, by bircoph
-
Synced with r28979.2009-03-17, by bircoph
-
Fix ff_bfin_yuv2rgb_get_func_ptr() vs. sws_ff_bfin_yuv2rgb_get_func_ptr() name2009-03-17, by diego
-
whitespace cosmetics: Consistently format function calls without space2009-03-17, by diego
-
Avoid an error at the end of chunked HTML doc generation.2009-03-17, by reimar
-
Add chroma-deint option to vo vdpau (nochroma-deint speeds up deinterlacing).2009-03-16, by cehoyos
-
Add an alpha parameter to the YUV2RGBFUNC macro to ease the upcoming yuva2rgb patch2009-03-16, by sdrik
-
Cosmetics: reindent.2009-03-16, by eugeni
-
Fix uninitialized memory access in ass_fontconfig.2009-03-16, by eugeni
-
Add TVI_CONTROL_VID_SET_WIDTH_HEIGHT to set width and height together for v4l2,2009-03-16, by reimar
-
Check mpi type before returning an DR buffer in get_image, fixes jerkiness2009-03-16, by reimar
-
synced with r28968 with some extra roff markup fixes2009-03-16, by Gabrov
-
Split YUV2RGB operands declaration into a separate macro2009-03-16, by sdrik
-
Move initialisation of deint_surfaces[] to free_video_specific().2009-03-15, by cehoyos
-
Update -vo vdpau command line help.2009-03-15, by cehoyos
-
Cosmetics: Fix whitespace.2009-03-15, by cehoyos
-
Initial support for advanced VDPAU deinterlacers (software-decoded video2009-03-15, by cehoyos
-
Ignore generated files 'tags' and 'cpuinfo'.2009-03-15, by diego
-
Add some parentheses to silence the warnings:2009-03-15, by diego
-
Fix warning: Add forgotten 'int' to variable declaration.2009-03-15, by iive
-
sync w/r289582009-03-15, by gpoirier
-
Avoid ridiculously small decode_buffer_size (e.g. 4 with acodec=pcm_s16le)2009-03-15, by reimar
-
100l fix calculation of dropped frames, number of frames is time * fps, not time / fps.2009-03-15, by reimar
-
Synced with r28958.2009-03-15, by bircoph
-
Update sync tag.2009-03-15, by bircoph
-
cosmetics: Remove file names from file header, it only causes trouble.2009-03-15, by diego
-
roff markup: Place \& after abbreviations like i.e. and e.g.2009-03-15, by diego
-
Remove obsolete extra elements from opt_t struct initialization.2009-03-15, by diego
-
Get rid of pointless preprocessor condition indirection and use ARCH_X862009-03-15, by diego
-
"MPlayer - The Movie Player" should be used as the player name.2009-03-15, by diego
-
cosmetics: typo fix2009-03-15, by diego
-
Prefer ffdv over qdv, it seems qdv can not play some FFmpeg-encoded samples.2009-03-15, by reimar
-
HAVE_THREADS should be initialized to 0, it is a 0/1 #define in FFmpeg.2009-03-15, by diego
-
sync w/r289502009-03-14, by gpoirier
-
KVA vo driver for OS/2, patch by KO Myung-Hun, komh chollian net2009-03-14, by diego
-
Move page heading and table of contents out of the codec support table.2009-03-14, by diego
-
Give table headings more meaningful names.2009-03-14, by diego
-
Clarify that -vo vdpau:deint=n delays video output for n>2 by one frame.2009-03-14, by cehoyos
-
Add /usr/X11R7 to the list of directories in which to search for X11 includes2009-03-14, by diego
-
Only compile fastmemcpybench on x86.2009-03-14, by diego
-
Set DOCTYPE in xsl-generated HTML documentation.2009-03-14, by reimar
-
Make the source buffer operands parametrized in the YSCALEYUV2RGB_YA macro2009-03-14, by sdrik
-
Check for HAVE_EBX_AVAILABLE before enabling MMX code that needs the EBX2009-03-13, by reimar
-
Use the same code as in vf_decimate to select diff_MMX2009-03-13, by reimar
-
Add missing ecx clobber in diff_MMX code (yes, that function is duplicated).2009-03-13, by reimar
-
Fix compilation with --charset=noconv2009-03-13, by reimar
-
Replace duplicated code by a macro.2009-03-12, by diego
-
add some info for acm and tips for searching2009-03-12, by compn
-
SSE3 support patch by Zhou Zongyi, zhouzongyi pset.suntec net2009-03-12, by diego
-
Use ScaledBorderAndShadow: yes by default.2009-03-11, by greg
-
Make MMX registers parametrized in the YSCALEYUV2PACKEDX_YA macro2009-03-11, by sdrik
-
In initMMX2HScaler, when chrDstW is not divisible by 4, the last filterPos2009-03-11, by sdrik
-
Update email address for Vajna, Miklós.2009-03-11, by diego
-
add sn40 binary codec2009-03-10, by compn
-
sn40 decodes with ffodivx2009-03-10, by compn
-
Fix and restructure fastmemcpybench. It is now one binary that runs all2009-03-10, by diego
-
typo nuppelvideo spotted by kostya2009-03-10, by compn
-
Output number of reference frames before creating H264 vdpau decoder.2009-03-09, by cehoyos
-
Update entry for libdvdread; add entry for libdvdnav.2009-03-09, by diego
-
cosmetics: Add newlines for better readability, rename Homepage entry to URL.2009-03-09, by diego
-
GraphEdit is also available in the Microsoft SDK nowadays.2009-03-09, by diego
-
typo2009-03-09, by kraymer
-
libmpdemux/nuppelvideo.h was removed.2009-03-09, by diego
-
partial further sync by patch by sevenfourk, sevenfourk gmail com2009-03-09, by diego
-
Ensure the string we're trying to compare is actually not NULL.2009-03-09, by ben
-
The first valid index is total count - 1 (usually 0)2009-03-09, by ben
-
Do not call waveOutReset in uninit if you should wait till playing finishes,2009-03-09, by reimar
-
Reuse libavutil fifo code instead of reimplementing it over and over.2009-03-09, by reimar
-
Mask all unused bits for packed pixel format instead of green and alpha mask only.2009-03-09, by kostya
-
Get rid of DEMUXER_TYPE_NUV define, it is no longer used.2009-03-09, by reimar
-
Get rid of nuppelvideo.h and its ugly packed struct and instead write the2009-03-09, by reimar
-
people are forgetting to update the changelog2009-03-09, by compn
-
Fix type of zlen, fixes crashes on 64 bit systems.2009-03-09, by reimar
-
Do not calculate the same value twice2009-03-09, by reimar
-
Allocate buffer for lzo compression correctly also for large frame sizes.2009-03-09, by reimar
-
nuv encoder 64 bit fix: avoid using long/sizeof(long)2009-03-09, by reimar
-
Remove now unused parts of nuppelvideo.h2009-03-09, by reimar
-
Remove native nuv demuxer, it only needs more code to achieve the same thing2009-03-09, by reimar
-
Make fastmemcpybench almost working - only thing missing is a way to2009-03-09, by reimar
-
synced with r288952009-03-09, by Gabrov
-
comment/output cosmetics2009-03-09, by diego
-
whitespace cosmetics:2009-03-09, by diego
-
Merge two preprocessor conditions in order to drop one duplicated #else case.2009-03-09, by diego
-
Ignore all fastmem-* binaries.2009-03-09, by diego
-
Change default OSD/subtitle font sizes.2009-03-09, by greg
-
Fix fastmemcpybench tools build:2009-03-09, by diego
-
sync w/r288952009-03-08, by gpoirier
-
Synced with r28895.2009-03-08, by bircoph
-
Cosmetics: reindent.2009-03-08, by eugeni
-
Treat -font/-subfont as Fontconfig pattern in libass.2009-03-08, by eugeni
-
Add test for C memcpy()2009-03-08, by michael
-
Resurrect script needed for easy use of fastmemcpybench.c.2009-03-08, by michael
-
Remove extraneous braces.2009-03-08, by greg
-
Don't assume width == stride for bitmap composition.2009-03-08, by greg
-
Revert2009-03-08, by michael
-
rtjpegn.c is only needed by the NuppelVideo encoder, change Makefile accordingly2009-03-08, by reimar
-
Remove internal NuppelVideo decoder, the code in libavcodec can decode2009-03-08, by reimar
-
Get rid of pointless debugging code2009-03-08, by reimar
-
Remove the grayscale and 4:2:2 RTjpeg code, it is neither used nor is there2009-03-08, by reimar
-
Remove colourspace-conversion stuff from rtjpeg, we have functions to do that2009-03-08, by reimar
-
Mark everything not used outside the file as "static"2009-03-08, by reimar
-
Remove functions not used by MPlayer from header2009-03-08, by reimar
-
Remove useless "extern" in function declarations.2009-03-08, by reimar
-
Add a small howto explaining how to cross-compile for MinGW2009-03-08, by reimar
-
Explain that disabling other input methods is not the purpose of -slave2009-03-08, by reimar
-
Remove unused variable from demux_mov.2009-03-08, by reimar
-
Add an option to disable the default key binding that MPlayer includes2009-03-08, by reimar
-
Fix clipping for pan-and-scan.2009-03-08, by greg
-
Add a proper color check to the overlap compositing.2009-03-08, by greg
-
Replace rotation functions with a simplified version adapted from2009-03-08, by greg
-
Only use first \org in a line.2009-03-07, by greg
-
cosmetics: spelling fixes2009-03-07, by diego
-
cosmetics: Reformat file header.2009-03-07, by diego
-
Make pausing_keep_force the default for the set_mouse_pos and key_down_event -2009-03-07, by reimar
-
Update x264 version check for version required by lavc.2009-03-07, by reimar
-
Let the 4th plane reach the swScale function2009-03-07, by sdrik
-
YUVA420P is a planar YUV format2009-03-07, by sdrik
-
Reduce size of needlessly large mp3lib bandInfoStruct2009-03-07, by reimar
-
Make several constant mp3lib tables const2009-03-07, by reimar
-
Setting vo_fs is handled by x11_common.c, so remove that code from vo_xv/vo_xvmc.2009-03-07, by reimar
-
Make data related to suboption parsing const in libvo2009-03-07, by reimar
-
Get rid of the "set" member of the subopt-parser struct, it made2009-03-06, by reimar
-
Add some "const" to mpcodecs_vd_drivers2009-03-06, by reimar
-
The large -help help_text should be const so it goes into .rodata2009-03-06, by reimar
-
Make audio_out_* structs const so they end up in .rodata2009-03-06, by reimar
-
Make ao_info_t structs const.2009-03-06, by reimar
-
Use code that is actually thread-safe to calculate delay, free space etc. in ao_win322009-03-06, by reimar
-
Cosmetics: get rid of trailing whitespace.2009-03-06, by reimar
-
get rid of full_buffers variable, if the check it is used for is triggered2009-03-06, by reimar
-
Remove now unused buf_write_pos variable from ao_win322009-03-06, by reimar
-
Always write full buffers in ao_win32, except for the last block.2009-03-06, by reimar
-
Use calloc instead of malloc+memset2009-03-06, by reimar
-
sync w/r288072009-03-06, by gpoirier
-
The 8 bit per sample formats are unsigned on Windows, fixes playback with2009-03-06, by reimar
-
Refactor smalltex/tinytex EOSD optimization in vo_gl2009-03-06, by reimar
-
Remove several useless casts from af_resample2009-03-06, by reimar
-
Free af->setup and contents in af_resample uninit function.2009-03-06, by reimar
-
Use calloc to allocate the af_resample ring buffers, reportedly using2009-03-06, by reimar
-
Use a single malloc to allocate space for the circular buffers.2009-03-06, by reimar
-
Comment typo fixes for af_resample2009-03-06, by reimar
-
Simplify EOSD code by rendering it in VOCTRL_DRAW_EOSD instead of genEOSD,2009-03-06, by reimar
-
Remove duplicate OSD drawing introduced due to a conflict between r28840 and r28839.2009-03-06, by reimar
-
Swap order of VFCTRL_DRAW_EOSD and VFCTRL_DRAW_OSD so that the EOSD is drawn2009-03-06, by reimar
-
As for vo_gl, do not rely on draw_osd to render EOSD.2009-03-06, by reimar
-
Draw EOSD with VOCTRL_DRAW_EOSD instead of along with OSD.2009-03-06, by greg
-
Do not rely on draw_osd to render the EOSD, instead draw it already at the2009-03-06, by reimar
-
Fix \be blur start position.2009-03-06, by greg
-
Raise max. number of \be applications to 100, introduce #define for it.2009-03-06, by greg
-
Replace magic numbers (for subpixel accuracy masking) with a define.2009-03-06, by greg
-
Use blur with kernel [[1,2,1], [2,4,2], [1,2,1]] for \be.2009-03-06, by greg
-
Sync latest set of changes.2009-03-06, by diego
-
Sync local changes file with #ifdef --> #if conversion.2009-03-06, by diego
-
Sync local changes file with #ifdef --> #if conversion.2009-03-06, by diego
-
Add support for extracting the release version number from a VERSION file.2009-03-05, by diego
-
Only add -Ilibdvdnav to the CFLAGS of the files that require it.2009-03-05, by diego
-
Sleep based on get_delay in ao_win32 uninit instead of a loop.2009-03-05, by reimar
-
Simplify CFLAGS generation for individual targets.2009-03-05, by diego
-
Update libass changelog.2009-03-05, by greg
-
Fix bug introduced by me in r287562009-03-05, by sdrik
-
Combine adjacent overlapping, translucent glyph borders and shadows to2009-03-05, by greg
-
Fix positioned events' y-position when pan-and-scan is used.2009-03-05, by greg
-
Support for subpixel accuracy of 3 bits for \pos and \move.2009-03-05, by greg
-
Style override for ScaledBorderAndShadow.2009-03-05, by greg
-
Support ScaledBorderAndShadow property.2009-03-05, by greg
-
Scale shadow displacement and blur size like border size.2009-03-05, by greg
-
Round shadow displacement to nearest int.2009-03-05, by greg
-
Support a vsfilter special case:2009-03-05, by greg
-
Hack: half-merge glyph border with outline to avoid ugly anti-aliasing2009-03-05, by greg
-
Simplify some vidix dhahelper build commands with automatic make variables.2009-03-05, by diego
-
Ignore PlayResX/Y aspect ratio for font aspect ratio.2009-03-05, by greg
-
synced with r288072009-03-05, by Gabrov
-
mphq now runs Subversion 1.5.2009-03-05, by diego
-
full_buffers and buffered_bytes must be volatile because they are used from2009-03-05, by reimar
-
Synced with r28807.2009-03-05, by bircoph
-
Make sure all output_surfaces are initialized in preinit.2009-03-04, by reimar
-
Rewrite of rgb15to32 and rgb16to32 using fewer asm instructions2009-03-04, by sdrik
-
10l: Fix max value for -vo vdpau:deint.2009-03-04, by cehoyos
-
Make sure vo_x11_create_vo_window sets vo_dwidth and vo_dheight right2009-03-04, by reimar
-
Fix mp_msg call with too few arguments.2009-03-04, by reimar
-
remove the rest of x86 asm from LGPL build2009-03-03, by henry
-
100l, remove a pointless opt = NULL assignment that made print_int crash since r287942009-03-03, by reimar
-
Add back mistakenly removed copyright notice.2009-03-03, by diego
-
Add another hack to work-around the currently completely inconsistent way in2009-03-03, by reimar
-
synced with r287882009-03-03, by Gabrov
-
sync w/ r287882009-03-02, by gpoirier
-
sync w/r287072009-03-02, by gpoirier
-
french punctuation cosmetics2009-03-02, by gpoirier
-
- french punctuation cosmetics that was done weeks before.2009-03-02, by gpoirier
-
Make WinID a 64 bit integer, this should avoid issues with valid Window2009-03-02, by reimar
-
Add a 64 bit integer type to the suboption parser.2009-03-02, by reimar
-
Use strtoll in parse_int to avoid discrepancies between 32 and 64 bit systems.2009-03-02, by reimar
-
Minor cosmetics: fix indentation2009-03-02, by reimar
-
import ffmpeg changelog2009-03-02, by compn
-
Synced with r28788.2009-03-02, by bircoph
-
changes2009-03-02, by compn
-
Improve vdpau deinterlacing documentation.2009-03-01, by cehoyos
-
Fix a memory leak.2009-03-01, by eugeni
-
Document that -heartbeat-cmd is only for video, not audio-only2009-03-01, by reimar
-
Use UTF-8 as character set.2009-03-01, by diego
-
cosmetics: Remove trailing whitespace.2009-03-01, by diego
-
With pan-and-scan, keep positioned events in their original positions2009-03-01, by eugeni
-
Remove unnecessary linking hack, compilation works fine without.2009-03-01, by diego
-
Remove now unnecessary linking hacks.2009-03-01, by diego
-
Mention VDPAU in Changelog.2009-03-01, by cehoyos
-
Add standard license headers to files.2009-03-01, by diego
-
synced with r287752009-03-01, by Gabrov
-
Fix typo in comments.2009-03-01, by rathann
-
Add warnings to yuv2rgb_vis.c because alpha is set wrong (0 instead of 255).2009-03-01, by reimar
-
DART audio output driver for OS/2 by KO Myung-Hun, komh chollian net2009-03-01, by diego
-
Make AltiVec code write alpha as 255 instead of 0 when converting to RGBA2009-03-01, by reimar
-
Fix braindead and broken way to calculate abase, fixes regression tests on2009-03-01, by reimar
-
Fix 10l typo in ADD_ALL_EXESUFS function name.2009-03-01, by diego
-
codec-cfg does not depend on codecs.conf.h, it is used to generate it.2009-03-01, by diego
-
Make all object files depend on generated header files.2009-03-01, by diego
-
Add explicit dependencies on generated header files for the object files along2009-03-01, by diego
-
Fix dependencies on generated header files for the codec* binaries.2009-03-01, by diego
-
10l, replace a tab that slipped in.2009-03-01, by reimar
-
Create a set_format_params function that sets all the special options needed2009-03-01, by reimar
-
sync with en/mplayer.1 r287452009-03-01, by jrash
-
Use M_PI for pi.2009-02-28, by cehoyos
-
Make VdpVideoMixerAttribute attributes[] static const.2009-02-28, by cehoyos
-
synced with r287452009-02-28, by Gabrov
-
sync by Ivan (sevenfourk, sevenfourk gmail com)2009-02-28, by diego
-
Support brightness, contrast, hue and saturation adjustments via2009-02-28, by cehoyos
-
Fix OSD for vo vdpau:deint>1.2009-02-28, by cehoyos
-
Handle vdp_decoder_create failures better, in particular avoid unrelated2009-02-28, by reimar
-
Fix a possible NULL-pointer crash introduced by local changes to libfaad22009-02-28, by reimar
-
Synced with r28745.2009-02-28, by bircoph
-
Zero-fill glyph_info_t before use.2009-02-27, by eugeni
-
Remove unused function argument.2009-02-27, by eugeni
-
Support fractional arguments for some override tags.2009-02-27, by eugeni
-
Fix two gcc warnings.2009-02-27, by eugeni
-
Fix memory leak produced by the \blur patch.2009-02-27, by eugeni
-
Stronger blur.2009-02-27, by eugeni
-
Allow shadow without border.2009-02-27, by eugeni
-
Add an isALPHA macro to check if pixel format has alpha channel2009-02-27, by sdrik
-
Use YUV420P code path for YUVA420P where appropriate2009-02-27, by sdrik
-
Update vdpau:deint documentation.2009-02-27, by cehoyos
-
Do not forget the chosen deinterlacer for -vo vdpau.2009-02-27, by cehoyos
-
Add one-field-only output for -vo vdpau.2009-02-27, by cehoyos
-
Document that all vdpau deinterlacers respect -field-dominance.2009-02-27, by cehoyos
-
Refactor code for upcoming alpha patches.2009-02-27, by cehoyos
-
vdpau:pullup only works with temporal and temporal-spatial deinterlacing.2009-02-27, by cehoyos
-
synced with r287362009-02-27, by Gabrov
-
r27801 Clarify screenw/screenh options, patch by Christian Ohm, chr.ohm gmx net.2009-02-26, by kraymer
-
10l: Remove debug printf() from last commit.2009-02-26, by cehoyos
-
Support "D" to (de-)activate deinterlacing when using vo vdpau.2009-02-26, by cehoyos
-
Document that -field-dominance also works for vdpau.2009-02-26, by cehoyos
-
10l: Add missing braces for VOCTRL_GET_EOSD_RES.2009-02-25, by cehoyos
-
r27390 Fix a misleading section in the libavcodec options manual2009-02-25, by kraymer
-
Use memset to make sure all parts of struct sockaddr_in are always initialized.2009-02-25, by reimar
-
Change code to actually work when NUM_OUTPUT_SURFACES is changed.2009-02-25, by reimar
-
synced with r287272009-02-25, by Gabrov
-
copyright year update in man pages2009-02-25, by Gabrov
-
Read revision string from the file snapshot_version if available.2009-02-24, by diego
-
Document -vo vdpau:pullup.2009-02-24, by cehoyos
-
cosmetics: Use $() instead of ``, the former can be nested more easily.2009-02-24, by diego
-
Document -vo vdpau:deint.2009-02-24, by cehoyos
-
Cosmetics: Fix indentation and line length.2009-02-24, by cehoyos
-
Rename yuv2rgb2.c --> yuv2rgb.c.2009-02-24, by diego
-
Clarify -vo vdpau:sharpen.2009-02-24, by cehoyos
-
Document -vo vdpau:denoise.2009-02-24, by cehoyos
-
Document -vo vdpau:sharpen.2009-02-24, by cehoyos
-
Enable Bob de-interlacing for VDPAU.2009-02-24, by cehoyos
-
version bump2009-02-24, by kraymer
-
Relicense AltiVec optimizations as LGPL with the permission of Marc Hoffman2009-02-24, by diego
-
Remove GPL version of yuv2rgb.c that has been replaced by an LGPL substitute.2009-02-24, by diego
-
add Zhu Tian (JRaSH) as Chinese document translator2009-02-23, by jrash
-
sync with en/mplayer.1 r285762009-02-23, by jrash
-
Calculate border size in aspect keeping code by using AdjustWindowRect2009-02-23, by reimar
-
ffvc1vdpau and ffwmv3vdpau should be marked as buggy in the same2009-02-23, by reimar
-
Only check for vdp_video_mixer_destroy failure when we actually executed that function.2009-02-23, by reimar
-
EOSD/ASS support for vo_vdpau.c2009-02-23, by reimar
-
Synced with r28707.2009-02-23, by bircoph
-
Synced with r28706.2009-02-23, by bircoph
-
Update faq about power management effect taking into account that2009-02-23, by bircoph
-
Update some statements:2009-02-23, by bircoph
-
Synced with r28704.2009-02-23, by bircoph
-
Get rid of the outdated and unmaintained CPU codename table.2009-02-23, by zuxy
-
configure: Make the special dvdnav test the last one again2009-02-23, by uau
-
Accept DVB API 5, patch by Steven Brudenell, steven.brudenell gmail com.2009-02-22, by diego
-
SwScaler now has new YUV2RGB table generator2009-02-22, by kostya
-
New LGPLed YUV2RGB table generator for SwScaler2009-02-22, by kostya
-
Make alpha arch detection more lenient. Taken from the Debian patchset.2009-02-21, by diego
-
af_stats: Some fixes to the new filter2009-02-21, by uau
-
Add missing #include "config.h", fixes the warning:2009-02-21, by diego
-
Add statistics audio filter that prints information about the audio stream.2009-02-21, by diego
-
Set time_base to 1/samplerate, like FFmpeg does, instead of leaving it at the2009-02-21, by diego
-
Add -ffast-math to LDFLAGS as well as to CFLAGS.2009-02-21, by diego
-
Add forgotten type to variable declaration.2009-02-21, by reimar
-
Add HAVE_GETHRTIME and HAVE_INLINE_ASM definitions for FFmpeg.2009-02-21, by diego
-
Print the version string after the command line has been parsed.2009-02-21, by diego
-
Factorize some code in yuv2rgb_template.c to ease further yuva2rgb patch.2009-02-21, by cehoyos
-
Move resetting audio_info_t samples, eof and error in ao_sun.c to reset(), avoids2009-02-21, by reimar
-
move zeroing of alpha channel register out of YSCALEYUV2xxx macros,2009-02-21, by stefang
-
splits various YSCALEYUV2xxx macros into YSCALEYUV2xxx_UV,2009-02-21, by stefang
-
make MMX registers parametrized in the WRITEBGR32 macro,2009-02-21, by stefang
-
Cosmetics. Reindent to 4 spaces.2009-02-21, by iive
-
Cleanup.2009-02-21, by iive
-
Synced with r28266.2009-02-21, by bircoph
-
Cosmetics. Remove all trailing whitespaces2009-02-21, by iive
-
Turn all remaining printf() into mp_msg().2009-02-20, by iive
-
Cleanup.2009-02-20, by iive
-
Cosmetics part2. Indent local variable definitions like the rest of the code.2009-02-20, by iive
-
Cosmetics part 1. Reindent to 4 spaces.2009-02-20, by iive
-
Comment out "else" statement without following block.2009-02-20, by iive
-
Move libavcodec includes together.2009-02-20, by iive
-
Document that and why deinterlacing is not working2009-02-20, by reimar
-
Add support for VDPAU deinterlacing, pullup, denoise and sharpening.2009-02-20, by reimar
-
Synced with r28670. (Copyright year update.)2009-02-19, by bircoph
-
synced with r286702009-02-19, by Gabrov
-
update copyright year at the end of the man page2009-02-19, by Gabrov
-
Drop official maintainership of ao_pulse since libpulseaudio still has2009-02-19, by reimar
-
Work around a PulseAudio bug that causes MPlayer to hang after unpausing.2009-02-19, by reimar
-
Try to update libvo.txt2009-02-19, by reimar
-
Re-add accidentally discarded comment about YUVJ format.2009-02-19, by reimar
-
Be more robust against corrupted RM files that contain invalid packet length2009-02-19, by zuxy
-
Add necessary header for ARCH_X86_64 preprocessor check.2009-02-19, by diego
-
Remove unused and unreachable code hunk that was surrounded by a misspelled2009-02-19, by diego
-
Return PIX_FMT_NONE if the video system refuses all other formats.2009-02-19, by iive
-
Synced with r28660.2009-02-19, by bircoph
-
Another outdated text in <screen> example.2009-02-19, by bircoph
-
Remove exclamation marks to make output similar to English version.2009-02-19, by bircoph
-
Fix capitalization to be similar to English master file.2009-02-19, by bircoph
-
Screen example for no audio problem is outdated:2009-02-19, by bircoph
-
Spelling: capitalize pronouns.2009-02-19, by bircoph
-
Rename the "src" parameter in the sws_scale() declaration to2009-02-18, by stefano
-
Document sws_scale().2009-02-18, by stefano
-
Replace the dash sign by — tag.2009-02-18, by bircoph
-
Exterminate one more trailing whitespace.2009-02-18, by bircoph
-
Sync with r26990.2009-02-18, by bircoph
-
Use the same code to convert fps in float to fraction as used in mencoder,2009-02-18, by reimar
-
Current revision is in sync with r28645, because r28644 and r286452009-02-18, by bircoph
-
Restore synchronization with r28618.2009-02-18, by bircoph
-
Revert r28597 as requested by Diego in order to be cautious before2009-02-18, by bircoph
-
Add VOCAP_NOSLICES and use it to allow vo_vdpau to not support slices for2009-02-18, by reimar
-
Also shorten <channel> to <chan> in the description, not just in the example.2009-02-18, by diego
-
Shorten one example line to avoid the groff warning:2009-02-18, by diego
-
Handle mpcodecs_get_image returning NULL, FFmpeg most of the time handles2009-02-18, by reimar
-
Sync with r28618.2009-02-18, by bircoph
-
AVR32 apparently supports fast unaligned accesses.2009-02-17, by diego
-
Set samplerate in reset also for AC3, and set it before the format in that2009-02-17, by reimar
-
Mark all Linux RealVideo decoders as buggy, they all seem to have some problem2009-02-17, by reimar
-
Make it possible for mpcodecs_get_image to return NULL as the2009-02-17, by reimar
-
Print an error and return NULL in vf_get_image if we try to allocate2009-02-17, by reimar
-
Set avctx->opaque already at init instead of decode so it can be used in2009-02-17, by reimar
-
Typo fix2009-02-17, by Gabrov
-
cosmetics: Replace unused 'argc/argv' in main declarations by 'void'.2009-02-17, by diego
-
Extend calc_src_dst_rects to also calculate the border values needed for2009-02-17, by reimar
-
cosmetics: const static --> static const, avoids the debug mode warning:2009-02-17, by diego
-
Also set HAVE_EBP_AVAILABLE in debug mode.2009-02-17, by diego
-
cosmetics: Remove stray empty lines.2009-02-17, by diego
-
Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:2009-02-17, by diego
-
Convert HAVE_MEMALIGN into a 0/1 definition, fixes the warning:2009-02-17, by diego
-
Fix compilation after last commit.2009-02-17, by cehoyos
-
Cropping parameter to calc_src_dst_rects is const2009-02-17, by reimar
-
100l, reset ass_border when switching out of fullscreen mode.2009-02-17, by reimar
-
Use FFmpeg instead of MPlayer MANGLE macro, they are equivalent in this2009-02-17, by diego
-
Move FFmpeg #includes below all others so that they do not override2009-02-17, by diego
-
Move libavutil #includes below all others so that they do not override2009-02-17, by diego
-
The CONFIG_TV_TELETEXT preprocessor directive is defined/undefined,2009-02-17, by diego
-
Fix compilation without VDPAU2009-02-17, by uau
-
Fix #endif comment.2009-02-16, by cehoyos
-
Add note about ffwmv3vdpau.2009-02-16, by cehoyos
-
Add support for VDPAU video out, including hardware decoding.2009-02-16, by reimar
-
Synced with r28615.2009-02-16, by bircoph
-
Add ccache usage suggestion to speed up compilation.2009-02-16, by bircoph
-
100l, do 0-filling on resume (to avoid desync after pause) in ao_oss only when2009-02-16, by reimar
-
Use fixed-point implementation on avr32.2009-02-16, by diego
-
Make configure recognize avr32.2009-02-16, by diego
-
Replace double semicolon by single semicolon.2009-02-16, by diego
-
Sync renaming of xvmc struct members in FFmpeg.2009-02-16, by diego
-
synced with r285932009-02-16, by Gabrov
-
The AV_XVMC_RENDER_MAGIC constant was renamed to AV_XVMC_ID in FFmpeg.2009-02-15, by diego
-
Reflect ffmpeg change of xvmc struct field to xvmc_id.2009-02-15, by iive
-
Fix spelling: "whom" should be used instead of "which" when we're2009-02-15, by bircoph
-
Remove the reference to history.html because history.xml was purged2009-02-15, by bircoph
-
whitespace cosmetics: Remove all tabs and trailing whitespace.2009-02-15, by diego
-
The xvmc_pixfmt_render structure was renamed to xvmc_pix_fmt in FFmpeg.2009-02-15, by diego
-
Remove unnecessary #ifdef around internal #include.2009-02-15, by diego
-
The xmvc structure member magic_id was renamed to unique_id.2009-02-15, by diego
-
Remove unnecessary #if around forward declaration.2009-02-15, by reimar
-
Restructure get_format so it can easily be extended to handle VDPAU2009-02-15, by reimar
-
Reuse the code for the general do_dr1 case to set get_buffer/release_buffer for XvMC.2009-02-15, by reimar
-
Change man page encoding from KOI8-R to UTF-8.2009-02-15, by bircoph
-
Redescribe "parse system" with more clear and understandable2009-02-15, by bircoph
-
Use PIX_FMT_NONE instead of -12009-02-15, by reimar
-
Remove apparently unneeded CODEC_FLAG_EMU_EDGE for XvMC2009-02-15, by reimar
-
Remove trailing whitespaces.2009-02-15, by bircoph
-
Synced with r28201.2009-02-15, by bircoph
-
Extend get_buffer to handle the XvMC case and remove mc_get_buffer2009-02-15, by reimar
-
Unset MP_IMGFLAG_IN_USE in release_buffer.2009-02-15, by reimar
-
Merge two checks for mpi != NULL2009-02-15, by reimar
-
Make the default release_buffer work for XvMC, use it and remove mc_release_buffer2009-02-15, by reimar
-
Get rid of mc_render_slice and use the generic draw_slice instead.2009-02-15, by reimar
-
Update info about contributions.2009-02-15, by bircoph
-
Support seek in multirate RealMedia files.2009-02-15, by zuxy
-
Reflect the change of xvmc struct name.2009-02-15, by iive
-
WMVA works with VDPAU, too2009-02-15, by reimar
-
Move direct-rendering hack from vo_xvmc to vf_vo, so it does not need to2009-02-15, by reimar
-
Sync fourccs for ffvc1vdpau2009-02-15, by reimar
-
Sync fourcc list for ffmpeg12vdpau2009-02-15, by reimar
-
Now xvmc struct uses magic_id field2009-02-15, by iive
-
Remove display_flag remains as the member has been removed from the xvmc struct.2009-02-15, by iive
-
Get rid of the trailing whitespaces.2009-02-15, by bircoph
-
'Capitalize' mplayer -> MPlayer when used as a project name.2009-02-15, by bircoph
-
Some more trailing whitespaces.2009-02-15, by bircoph
-
Get rid of trailing whitespaces.2009-02-15, by bircoph
-
Fix r28506.2009-02-15, by bircoph
-
Sync with r28520, 100% done.2009-02-15, by bircoph
-
Remove some xvmc field initializations. They are not used by2009-02-14, by iive
-
timebomb made some swscale AltiVec fixes2009-02-14, by compn
-
Sync with r27979.2009-02-14, by bircoph
-
Use sws_printVec2() instead of the deprecated sws_printVec().2009-02-14, by stefano
-
Implement sws_printVec2() and deprecate sws_printVec().2009-02-14, by stefano
-
Document sws_normalizeVec().2009-02-14, by stefano
-
Sync with r27639.2009-02-14, by bircoph
-
Actually it is in sync with SVN HEAD.2009-02-14, by bircoph
-
Use fmt-conversion.h in vd_ffmpeg.c2009-02-14, by reimar
-
Create a fmt-conversion.c file so fmt-conversion.h can be included by multiple files.2009-02-14, by reimar
-
Consistently place whitespace around * ( ) and ,2009-02-14, by reimar