Mercurial > mplayer.hg
graph
-
Use OS preprocessor checks with '#if defined()' consistently.2009-01-30, by diego
-
Fix warnings about undefined preprocessor directives.2009-01-30, by diego
-
1) HAVE_SYS_ASOUNDLIB_H/HAVE_ALSA_ASOUNDLIB_H are defined/undefined,2009-01-30, by diego
-
Revert mistaken #ifdef --> #if change.2009-01-30, by diego
-
Update libavcodec 'aic' flag define to match current FFmpeg.2009-01-30, by diego
-
HAVE_ARMV6 is defined to 0/1, use the preprocessor directive accordingly.2009-01-30, by diego
-
Add -Wundef to CFLAGS.2009-01-30, by diego
-
Enable RDFT in FFmpeg, some codecs depend on it.2009-01-30, by diego
-
Enable internal dvdread support on OS/2.2009-01-30, by diego
-
Move setting of O_NONBLOCK before lirc_readconfig, this avoids a memleak2009-01-30, by reimar
-
Fix an MSGT_INPUT to MSGT_LIRC in lirc.c2009-01-30, by reimar
-
add pvez to truemotion 12009-01-29, by compn
-
remove sys/timeb.h include2009-01-29, by compn
-
increase max glyph and lines limit2009-01-29, by compn
-
Use single quotes to avoid escaping double quotes in a string.2009-01-29, by diego
-
Use cat instead of echo to generate version.h.2009-01-29, by diego
-
Remove superfluous backslash escapes that caused unintended escapes.2009-01-28, by diego
-
Avoid a division by 0 when using -oac mp3lame but no audio data actually is encoded.2009-01-28, by reimar
-
increase max subtitle stream limit2009-01-28, by compn
-
Do not use select n lirc code, instead set the fd non-blocking.2009-01-27, by reimar
-
Allocate a larger backbuffer to allow resizing without reinit.2009-01-27, by reimar
-
Add standard license headers.2009-01-26, by diego
-
Replace another bunch of '#if HAVE_FOO' preprocessor checks by 'if (HAVE_FOO)'.2009-01-26, by diego
-
Do not duplicate VERSION string.2009-01-26, by diego
-
Replace a bunch of '#if HAVE_FOO' preprocessor checks by 'if (HAVE_FOO)'.2009-01-26, by diego
-
WORDS_BIGENDIAN is defined/undefined, not 0/1.2009-01-26, by diego
-
some more HAVE_3DNOW --> HAVE_AMD3DNOW2009-01-26, by diego
-
Drop HAVE_LRINTF check, lrintf is used without checking in other places.2009-01-26, by diego
-
HAVE_LRINTF is now always defined to either 0 or 1, not defined/undefined.2009-01-26, by diego
-
HAVE_3DNOW --> HAVE_AMD3DNOW2009-01-26, by diego
-
version.h depends on version.sh.2009-01-26, by diego
-
Fix build: Add required header and adjust preprocessor check.2009-01-25, by diego
-
Drop dev- prefix from printed version number, just SVN-rXXXXX is enough.2009-01-25, by diego
-
Add SSSE3 and CMOV to CPU information printed on startup.2009-01-25, by diego
-
cosmetics: Consistently name 3DNow! extensions.2009-01-25, by diego
-
Fix compilation after DECLARE_ASM_CONST/DECLARE_ALIGNED moving within FFmpeg.2009-01-25, by diego
-
DECLARE_ALIGNED was moved in FFmpeg.2009-01-25, by diego
-
Fix compilation after DECLARE_ASM_CONST/DECLARE_ALIGNED moving within FFmpeg.2009-01-25, by diego
-
HAVE_3DNOWEX --> HAVE_3DNOWEXT2009-01-25, by diego
-
Factorize print_version().2009-01-25, by diego
-
Add missing multiple inclusion guards.2009-01-25, by diego
-
HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes.2009-01-25, by diego
-
Add missing header for av_gcd, fixes the warning:2009-01-25, by diego
-
Fix typo: pool -> poll2009-01-25, by reimar
-
Actually abort (return NULL) in the alloc-failure check in play_tree_new2009-01-25, by reimar
-
Fix a NULL-check that used && instead of || and thus could not avoid crashes.2009-01-25, by reimar
-
Declare struct SwsContext before using it, fixes the checkheaders warning:2009-01-25, by diego
-
Disable C code when compiling AltiVec code, fixes the warning:2009-01-25, by diego
-
spelling/grammar cosmetics2009-01-25, by diego
-
Fix #endif comments.2009-01-25, by diego
-
add "<!DOCTYPE smil" to smil playlist2009-01-24, by compn
-
in parse_pat() IDENTIFY program number and pmt_pid2009-01-22, by nicodvb
-
The homepage/ subdirectory should no longer be redirected on web mirrors.2009-01-20, by diego
-
add EPHV to ffodivx,xvid2009-01-20, by compn
-
sync w/r283412009-01-20, by gpoirier
-
Add PIX_FMT_VDPAU_WMV3 and PIX_FMT_VDPAU_VC1.2009-01-20, by cehoyos
-
Disable upcoming VC1/WMV3 VDPAU decoder.2009-01-20, by cehoyos
-
cosmetics: Remove pointless period after copyright statement non-sentences.2009-01-19, by diego
-
fix device_id option after r281652009-01-18, by gpoirier
-
Reduce QuickTime binary decoder verbosity.2009-01-17, by diego
-
MPlayer only supports latest libavutil.2009-01-17, by cehoyos
-
Fix compilation: s/ff_gcd/av_gcd.2009-01-17, by cehoyos
-
100l, forgot to delete two defines left over from old HAVE_MMX handling code.2009-01-16, by reimar
-
fix compilation without VDPAU decoders2009-01-16, by gpoirier
-
add mimic in avi fourcc LM20 to ffmimic2009-01-16, by compn
-
revert #ifdef WORDS_BIGENDIAN => #if WORDS_BIGENDIAN changes from r283312009-01-16, by gpoirier
-
Completely get rid of MMX define, use HAVE_MMX define instead.2009-01-16, by gpoirier
-
fix wrong #ifdef/#ifndef -> #if conversion in r283232009-01-16, by gpoirier
-
fix compilation on non x86 machines (PPC here)2009-01-16, by gpoirier
-
Fix a wrongly converted !defined(ARCH_X86_64)2009-01-16, by reimar
-
100l, mixed up ao_data.samplerate and ao_data.bps when calculating sleep time.2009-01-16, by reimar
-
Another missed #ifdef HAVE_MMX2009-01-16, by reimar
-
More #ifdef HAVE_MMX etc. missed by earlier search.2009-01-16, by reimar
-
More #ifdef -> #if fixes2009-01-16, by reimar
-
Lots and lots of #ifdef ARCH_... -> #if ARCH_...2009-01-16, by reimar
-
More #ifdef -> #if2009-01-16, by reimar
-
Fix first handful of #if vs. #ifdef for ARCH_, HAVE_SSE etc.2009-01-16, by reimar
-
Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which will2009-01-16, by cehoyos
-
Disable upcoming MPEG_VDPAU_DECODER.2009-01-16, by cehoyos
-
one more ARCH_ARMV4L --> ARCH_ARM, patch by Guillaume Lecerf, foxcore gmail com2009-01-16, by diego
-
sync w/r282792009-01-15, by gpoirier
-
Get rid of now unused FFmpeg ENABLE_ preprocessor directives.2009-01-15, by diego
-
Sync with latest FFmpeg changes: #define disabled preprocessor directives2009-01-15, by diego
-
Treat mlib as a normal FFmpeg option, not a CPU extension.2009-01-15, by diego
-
Treat SH architecture like SH4 like in FFmpeg, the only place it is used.2009-01-15, by diego
-
SH4 is not a CPU extension mechanism.2009-01-15, by diego
-
Mark internal libraries as such in the configure summary, fixes Bugzilla #1378.2009-01-15, by diego
-
Update copyright year, patch by Zhou Zongyi, zhouzongyi pset.suntec net.2009-01-15, by diego
-
Change semantic of CONFIG_*, HAVE_* and ARCH_*.2009-01-14, by aurel
-
add SLMJ fourcc to ffmjpeg2009-01-13, by compn
-
add binary codecs:2009-01-13, by compn
-
add nsvideo (NSVI) binary codec. works on uncommon samples list2009-01-13, by compn
-
add yamaha adpcm ffmpeg codec, works on sample2009-01-13, by compn
-
Update copyright year.2009-01-11, by diego
-
Sync with latest FFmpeg changes: Check for the availability of truncf().2009-01-11, by diego
-
spelling/grammar/wording/whitespace2009-01-11, by diego
-
Fix d_width vs. d_height typo.2009-01-11, by diego
-
Fix decvideo vs. dec_video typo noticed by Vineeth N, nvineeth gmail com.2009-01-11, by diego
-
Remove outdated comment.2009-01-11, by diego
-
cosmetics: Move CPU byte order check to a more sensible place.2009-01-11, by diego
-
Only check for YASM support on x86 systems.2009-01-11, by diego
-
cosmetics: Move some checks to more logical places.2009-01-11, by diego
-
removed remaining english word2009-01-11, by ptt
-
console output cosmetics2009-01-11, by diego
-
Only print "using XYZ" comment if XYZ has been set.2009-01-11, by diego
-
Add missing const qualifier to mpctx_get_audio_out function declaration.2009-01-10, by diego
-
synced with r282792009-01-10, by Gabrov
-
Reindent for "if" added in internal dvdnav patch2009-01-10, by reimar
-
Support an "internal" dvdnav version to make it easier to compile with,2009-01-10, by reimar
-
Change vo_draw_text to a vo_draw_text_ext function which draws DVD navigation2009-01-10, by reimar
-
add vdowave acm codec for format 0xFFFC2009-01-10, by compn
-
Correct a few mistakes in the spanish translation.2009-01-10, by reynaldo
-
TRIVIAL, Extend the copyright line to 2009. Patch by andrew .david .45 AT gmail.2009-01-10, by reynaldo
-
Fix build: calc_drwXY was factorized into vo_calc_drwXY.2009-01-09, by diego
-
Factor calc_drwXY out of vo_xv and vo_xvmc.2009-01-09, by cehoyos
-
Consistently use tabs in svn:externals2009-01-09, by reimar
-
Rearrange genres between numbers 53 and 63 into the correct order.2009-01-09, by diego
-
Replace reference to LICENSE file with GPL notice from said file.2009-01-09, by diego
-
Add PIX_FMT_VDPAU_H264.2009-01-08, by cehoyos
-
Switch internal dvdread to libdvdread SVN external.2009-01-08, by reimar
-
Clarify relationship between -ass and -fontconfig in the man page.2009-01-07, by eugeni
-
sync w/r28122, patch by JRaSH % jrash06 A 163 P com %2009-01-06, by gpoirier
-
looks like I missed r27542...2009-01-06, by gpoirier
-
Support loading font faces other then the first one in a font file.2009-01-06, by eugeni
-
Fix r28222, including alloca.h directly might break compilation.2009-01-05, by reimar
-
Fix some typos, add flv and trp to the list of video formats2009-01-05, by diego
-
Rename libaf/af_format_alaw.c --> libaf/af_format_alaw.h and2009-01-05, by diego
-
Use standard multiple inclusion guards.2009-01-05, by diego
-
Remove unnecessary local definition of _ISOC9X_SOURCE.2009-01-05, by diego
-
small Turkish translation fixes, patch by Onur Küçük, onur delipenguen net2009-01-05, by diego
-
timer-win2.c: Fix "voi" (void) typo breaking Windows compilation2009-01-05, by uau
-
#include the appropriate header instead of using local declarations.2009-01-05, by diego
-
Add missing 'void' keyword to parameterless function declarations.2009-01-05, by diego
-
update copyright year2009-01-05, by Gabrov
-
Remove obsolete and misleading comment.2009-01-05, by diego
-
Replace informal license notices by standard license header2009-01-05, by diego
-
Fix nonstandard license headers in the documentation.2009-01-05, by diego
-
Fix two more instances of nonstandard license headers.2009-01-05, by diego
-
synced with r282472009-01-05, by Gabrov
-
Sync removal of bugs.xml.2009-01-05, by diego
-
add binary codec Philips Speech Processing CELP acm for format 0x1202009-01-05, by compn
-
Do not run mkdir in a subshell.2009-01-05, by diego
-
Skip pointless ignoring return value of 'rm -f'.2009-01-05, by diego
-
nonrecursive releaseclean target2009-01-05, by diego
-
cosmetics: Move clean targets to the bottom.2009-01-05, by diego
-
Remove pointless language-specific clean and distclean targets.2009-01-04, by diego
-
Subsume clean-html-chunked and clean-html-single targets into clean target.2009-01-04, by diego
-
Fix compilation after upcoming H264_VDPAU patch for FFmpeg.2009-01-04, by cehoyos
-
Get rid of pointless chunked-dir and single-dir targets.2009-01-04, by diego
-
Simplify phony target declaration.2009-01-04, by diego
-
Sync audio.xml removal.2009-01-04, by diego
-
Sync history chapter removal.2009-01-04, by diego
-
Remove history chapter; it is outdated and of little practical value.2009-01-04, by diego
-
EXTERN_PREFIX is not only used in FFmpeg code.2009-01-04, by diego
-
Add ARMv6t2 CPU extension additions missed in previous commit.2009-01-04, by diego
-
Sync ARMv6t2 optimization support from FFmpeg.2009-01-04, by diego
-
Update JACK configure test to match r282412009-01-04, by reimar
-
Replace deprecated jack_client_new with jack_client_open.2009-01-04, by reimar
-
synced with r282152009-01-04, by Gabrov
-
Fix deinit problem due to r282152009-01-03, by gpoirier
-
Synced with r281222009-01-03, by jheryan
-
Sync with latest round of xvmc changes in FFmpeg.2009-01-02, by diego
-
Rename libaf/af_resample.h to libaf/af_resample_template.c, it is used as2009-01-02, by diego
-
Conditionally define render_one_glyph and kerning dummy functions in2009-01-02, by diego
-
Remove unused debug code.2009-01-02, by diego
-
Avoid unused variable warning.2009-01-02, by diego
-
Reorder #includes and #ifdefs to avoid excessive #ifdeffery.2009-01-02, by diego
-
Reorder #includes and #ifdefs to avoid warnings and excessive #ifdeffery.2009-01-02, by diego
-
Relicense to GPLv2 or later with the author's permission.2009-01-02, by diego
-
Fix reference to wrong DLL filename in header comment.2009-01-02, by diego
-
Fix confused references to DLL filenames.2009-01-01, by diego
-
Move several of the ao_nas int-to-string maps into .rodata2009-01-01, by reimar
-
Fix DVD seek_to_chapter: the title number must be converted to a per-VTS2009-01-01, by reimar
-
Code simplification2009-01-01, by reimar
-
Make AVI demuxer more resilient against broken or incomplete files.2009-01-01, by reimar
-
Simplify and comment spudec bilinear scaling code2009-01-01, by reimar
-
Include alloca.h when using alloca to make sure it is defined.2009-01-01, by reimar
-
XVID profile array should be const, so it is in rodata2009-01-01, by reimar
-
Avoid a uselessly high number of wakeups when playing audio-only files.2009-01-01, by reimar
-
1000l, play_tree_parser_stop_keeping broke 0-termination of buffer2009-01-01, by reimar
-
Add zero termination missing in two cases.2009-01-01, by reimar
-
Add asserts to detect when assumptions for play_tree_parser_get_line2009-01-01, by reimar
-
Work around a dvdread bug where DVDReadBlocks would return values < 0 on read error,2008-12-31, by reimar
-
Add an option to vo_macosx to set a custom buffer_name.2008-12-30, by gpoirier
-
Support F- and numpad keys for w32_common based vos.2008-12-30, by reimar
-
Update outdated availability note for -mouse-movements2008-12-30, by reimar
-
synced with r282112008-12-30, by Gabrov
-
Fix OSD flickering with filters that add frames (tfields, yadif) and2008-12-30, by reimar
-
Fix OSD flicker with tfields as well.2008-12-30, by reimar
-
Avoid flickering OSD with -vf yadif=12008-12-30, by reimar
-
Add nocache to example dvdnav profile, otherwise dvdnav is unusable.2008-12-29, by reimar
-
Remove audio output section, it provides little to no useful information.2008-12-27, by diego
-
Fix Chinese documentation build, English codecs.xml was removed.2008-12-27, by diego
-
fix error message example2008-12-27, by compn
-
Remove (audio) codecs section, its contents are part of the usage section.2008-12-27, by diego
-
Convert Win32 codec importing HOWTO into a text document in the tech section.2008-12-27, by diego
-
Remove/fix ancient CVS references.2008-12-27, by diego
-
Remove known bugs section, it contains little useful information.2008-12-27, by diego
-
Add entry about mysterious coredumps.2008-12-27, by diego
-
Fix ugly borders problem with ati-hack2008-12-27, by reimar
-
Reorder sections: Put FAQ at the end, group usage sections together.2008-12-27, by diego
-
Avoid u_ BSD type names.2008-12-27, by diego
-
Set and use only ARCH_PPC, not also ARCH_POWERPC.2008-12-27, by diego
-
Avoid POSIX-reserved _t namespace.2008-12-27, by diego
-
consistency cosmetics: Rename POWERPC identifiers to PPC.2008-12-27, by diego
-
grammar fix by Vineeth N, nvineeth gmail com2008-12-25, by diego
-
Add nomsgmodule option, patch by Onur Küçük, onur delipenguen net.2008-12-24, by diego
-
Remove unused variable.2008-12-24, by diego
-
add zygo audio (SPXN) qtaudio codec2008-12-24, by compn
-
Warn when using features that are broken due to ATI driver bugs.2008-12-23, by reimar
-
updates2008-12-23, by compn
-
Remove pointless forward declaration.2008-12-23, by diego
-
Set fast_cmov for all x86_64 systems, except for P4-based systems this2008-12-23, by reimar
-
Define HAVE_FAST_64BIT if appropriate2008-12-23, by reimar
-
fix poorly worded changelog entries2008-12-23, by compn
-
Allow compilation of 32bit mplayer on 64 bit systems with --cc='cc -m32'.2008-12-22, by cehoyos
-
re-add codecs: sif1 (directshow version) and acdsee mjpeg2008-12-22, by compn
-
Sync with latest FFmpeg changes.2008-12-22, by diego
-
libavcodec/i386/ was renamed to libavcodec/x86/.2008-12-22, by diego
-
add amr format tags, fixes:2008-12-21, by compn
-
100l, forgot an assignment, broke special keys handling for X11-based vos.2008-12-21, by reimar
-
remove acdsee mjpeg binary codec, works with ffmjpeg2008-12-20, by compn
-
FFmpeg now has RV30 decoder enabled2008-12-20, by kostya
-
Add and use a special lookup function to do table-based translation to MPlayer keycodes.2008-12-20, by reimar
-
Cosmetics: get rid of some tabs and trailing whitespace.2008-12-20, by reimar
-
Use a table to translate X11 to MPlayer keycodes.2008-12-20, by reimar
-
Get rid of pointless and now unused defines.2008-12-20, by reimar
-
Simplify handling of X11 key events that are just passed through.2008-12-20, by reimar
-
Fix imaadpcm extradata with lavc encoder.2008-12-20, by reimar
-
Document vo_macosx's shared_buffer option.2008-12-19, by gpoirier
-
Replace vo_macosx's custom options parsing with a subopt_parse()-based one2008-12-19, by gpoirier
-
Remove pointless malloc.h #include.2008-12-19, by diego
-
Include config.h in mangle.h, fixes make checkheaders.2008-12-19, by reimar
-
add binary codecs:2008-12-17, by compn
-
synced with r281602008-12-17, by Gabrov
-
add binary codec for fourcc wavc2008-12-17, by compn
-
another round of armv4l --> arm changes2008-12-17, by diego
-
libavcodec/armv4l/ was renamed to libavcodec/arm/.2008-12-17, by diego
-
Do not use full relative #include path for headers in the same directory.2008-12-17, by diego
-
#include sub.h instead of locally declaring vo_draw_text().2008-12-17, by diego
-
Added FOURCCS:2008-12-16, by compn
-
xvmc is now a CONFIG_ option in FFmpeg.2008-12-15, by diego
-
100l, reorder check for AC3 format to avoid a possible memleak2008-12-15, by reimar
-
Consistently include config.h before mangle.h, fixes possible compilation2008-12-15, by reimar
-
Add extra checks to avoid crashes with broken vqf files.2008-12-14, by reimar
-
Update links to RPM packages, now that Livna has merged into RPMFusion.2008-12-14, by rathann
-
Add standard GPL headers.2008-12-13, by diego
-
Add standard GPL license header.2008-12-13, by diego
-
Replace informal GPL notices by standard GPL headers.2008-12-13, by diego
-
license header consistency cosmetics2008-12-13, by diego
-
Apparently Real codecs work on OpenBSD, taken from the OpenBSD ports tree.2008-12-13, by diego
-
Merge two identical NetBSD/OpenBSD conditions.2008-12-13, by diego
-
Apparently VCDs work on OpenBSD, taken from the OpenBSD ports tree.2008-12-13, by diego
-
Replace informal GPL notes by standard GPL header.2008-12-13, by diego
-
Simplify: use AV_RL32/AV_RB322008-12-13, by reimar
-
Avoid useless casts.2008-12-13, by reimar
-
another mpeg4 fourcc and add binary vdo codec2008-12-13, by compn
-
Some forgotten eax -> REG_a changes.2008-12-12, by reimar
-
Warning fixes for demux_nut2008-12-12, by ods15
-
Remove resync_audio_stream() from demux_nut seek function2008-12-12, by ods15
-
Rename typedefs in demux_nut to _tt instead of _t, sync to new libnut API2008-12-12, by ods15
-
add ac-3 fourcc from mp4 file2008-12-11, by compn
-
Search live555 library also in /usr/lib64.2008-12-11, by cehoyos
-
Rework Theora test, it was throwing away CFLAGS provided by pkg-config.2008-12-11, by diego
-
Add missing 'void' to parameterless function declaration.2008-12-11, by diego
-
Change some printf calls to 'Debug printf' so as not to pollute stdout.2008-12-11, by diego
-
sync w/r281262008-12-10, by gpoirier
-
Add support for writing PNG files with alpha channel in -vo png2008-12-10, by reimar
-
Try to auto-detect several vo_gl settings (ati-hack, force-pbo and rectangle).2008-12-10, by reimar
-
10l: actually disable quartz vo when detection failed.2008-12-10, by gpoirier
-
add acdv fourcc to ffmjpeg2008-12-10, by compn
-
Fix MGSTR vs. MSGTR typo.2008-12-09, by diego
-
Set d3d_handle to NULL after release.2008-12-09, by reimar
-
Forgotten part of previous cosmetics commit2008-12-09, by reimar
-
Slightly simplify the conditional release/free code2008-12-09, by reimar
-
First version of OSD support for vo_direct3d2008-12-09, by reimar
-
add binary voxware metavoice audio codec, format 0x742008-12-09, by compn
-
remove duplicated fourcc2008-12-08, by compn
-
add some fourcc's and ulead dv audio codec, fixes samples from:2008-12-08, by compn
-
Use svn.ffmpeg.org for the externals which is both more correct and more reliable.2008-12-08, by reimar
-
cosmetics: indentation2008-12-08, by diego
-
Remove pointless or even wrong N/A return values doxy comments2008-12-08, by reimar
-
Add missing unistd.h #include, fixes the warning:2008-12-08, by diego
-
Remove unused variable, fixes the warning:2008-12-08, by diego
-
#include appropriate headers instead of locally declaring function prototypes.2008-12-08, by diego
-
ati_hack only makes sense when PBOs are used, not with mesa_buffer.2008-12-06, by reimar
-
More possible fixes for mesa-buffer mode.2008-12-06, by reimar
-
Move one ati_hack check to a better place.2008-12-06, by reimar
-
Reindent2008-12-06, by reimar
-
100l, forgot setting GL_UNPACK_CLIENT_STORAGE_APPLE for mesa-buffer mode.2008-12-06, by reimar
-
10l, add forgotten a #ifndef GL_WIN32, fixes win32 builds.2008-12-05, by reimar
-
Fix indentation2008-12-05, by reimar
-
Add experimental support for glXAllocateMemoryMESA2008-12-05, by reimar
-
sync w/r280962008-12-05, by gpoirier
-
Avoid one more duplicated logic.2008-12-05, by reimar
-
Simplify, do not duplicate buffer size calculation2008-12-05, by reimar
-
Set the base size window manager hint, otherwise some subtract the minimum2008-12-05, by reimar
-
Using rectangle=2 for vo_gl is probably a good idea nowadays.2008-12-05, by reimar
-
Document missing vo_gl suboptions2008-12-05, by reimar
-
Add some forgotten documentation for gl suboptions2008-12-05, by reimar
-
Add support for YCBCR MESA texture format to vo_gl.2008-12-05, by reimar
-
add a bunch of binary codecs with samples from this list:2008-12-05, by compn
-
Add const to avoid warnings about discarded qualifiers.2008-12-05, by reimar
-
synced with r280892008-12-05, by Gabrov
-
Add entry for FFmpeg QCELP decoder, currently produces white noise.2008-12-04, by diego
-
Re-add "extern"s incorrectly removed in r280852008-12-04, by reimar
-
Restore two mistakenly removed 'extern' keywords.2008-12-03, by diego
-
Allow mp2 in mov.2008-12-03, by cehoyos
-
Get rid of pointless 'extern' keywords.2008-12-03, by diego
-
add bunch of fourccs and updates from2008-12-03, by compn
-
Remove unused declarations and references to vo_draw_text_osd(),2008-12-03, by diego
-
Delete unnecessary 'extern' keywords.2008-12-03, by diego
-
whitespace cosmetics in test programs2008-12-03, by diego
-
Treat video output objects the same as everything else in the build system,2008-12-03, by diego
-
cosmetics: consistent CONFIG_PNM definition2008-12-03, by diego
-
add FFDS fourcc2008-12-03, by compn
-
cosmetics: Rename ZORAN Makefile variable to ZR for consistency.2008-12-03, by diego
-
Fix indentation.2008-12-03, by reimar
-
Treat audio output objects the same as everything else in the build system,2008-12-03, by diego
-
More robust w32 -wid size handling2008-12-03, by reimar
-
Reindent after previous commit2008-12-03, by reimar
-
Do not override the vo_dwidth/vo_dheight values in vo_w32_config2008-12-03, by reimar
-
sync w/r280562008-12-03, by gpoirier
-
Cosmetics, whitespace and "... == NULL" to "!..."2008-12-03, by reimar
-
Some whitespace and () cosmetics2008-12-03, by reimar
-
Pass "-f macho" to yasm when enabling YASM support on a 32-bits machine as2008-12-03, by gpoirier
-
100l, actually put the PTHREAD_CACHE define into config.h2008-12-02, by reimar
-
Print ID_EXIT and exit reason message in identify mode when exiting.2008-12-02, by reimar
-
Remove resize_d3d call from render_d3d_frame that was made useless2008-12-02, by reimar
-
100l, do not call check_events from resize_d3d since there should be2008-12-02, by reimar
-
Cosmetics: Remove unnecessary ()2008-12-02, by reimar
-
Consistency cosmetics: do not compare against NULL in ifs2008-12-02, by reimar
-
Cosmetics: remove spaces before argument (2008-12-02, by reimar
-
Reorganize Direct3D initialization code.2008-12-02, by reimar
-
vo_direct3d.o depends on w32_common.o.2008-12-02, by diego
-
Remove commented-out duplicate declarations.2008-12-02, by diego
-
Remove unused declarations.2008-12-02, by diego
-
Add a note about some known issues with -vo sdl2008-12-01, by reimar
-
Remove a lot of completely pointless mp_msg_test calls.2008-12-01, by reimar
-
FFmpeg now has RV40 decoder2008-12-01, by kostya
-
Use standard unsigned long type instead of u_long.2008-11-30, by diego
-
MNG demuxer by Stefan Schuermans, stefan blinkenarea org2008-11-30, by diego
-
whitespace cosmetics2008-11-30, by diego
-
use mmap instead of shmat for MPlayerOSX, patch by Adrian Stutz<adrian@sttz.ch>2008-11-30, by nplourde
-
Correct detection of SSSE3 and SSE4a feature bits.2008-11-30, by zuxy
-
Move PTHREAD_CACHE define logic to configure.2008-11-28, by reimar
-
misc mplayer fixes2008-11-28, by compn
-
Fix cross-compilation: autodetect correct nm tool2008-11-28, by reimar
-
whitespace cosmetics: prettyprinting and indentation2008-11-28, by diego
-
factorize mouse hiding and screensaver disabling code2008-11-27, by gpoirier
-
configure: Move AANDCT config.mak entry and add config.h #defines2008-11-26, by uau
-
Fix compilation after FFmpeg r159402008-11-26, by reimar
-
Use D3DFMT_ constants where possible instead of MAKEFOURCC2008-11-26, by reimar
-
Add support for RGB formats to vo_direct3d2008-11-26, by reimar
-
Update Tremor comment regarding fixed-point mode.2008-11-26, by diego
-
Enable compilation with icc 11.0.2008-11-25, by cehoyos
-
Replace pushf/popf by explicit pushfl/popfl (32 bit) or pushfq/popfq2008-11-25, by cehoyos
-
100l, OSD alpha textures were cleared to the wrong value.2008-11-25, by reimar
-
typo fix + readability improvement2008-11-25, by gpoirier
-
Another part of sync to 278432008-11-24, by torinthiel
-
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
-
Use internal demuxer for Matroska files for now2008-09-08, by uau
-
Revert bad changes to SSA/ASS subtitle packet format2008-09-08, by uau
-
fix compilation with lavc version > r152702008-09-08, by gpoirier
-
Fix compilation after libavcodec major version 52 changes2008-09-08, by uau
-
Fix jpeg yuv.2008-09-08, by michael
-
Fix typo in comment.2008-09-08, by michael
-
Fix accurate rounding mode on x86_64.2008-09-07, by michael
-
Make ToY and ToUV family of function consistent part I2008-09-07, by lu_zero
-
Make fast bilinear scaler work again.2008-09-07, by michael
-
'mp3lame' audio output codec was wrongly listed as 'lame'.2008-09-07, by diego
-
Replace casual GPL notices by proper license headers.2008-09-07, by diego
-
license header cosmetics2008-09-07, by diego
-
license header cosmetics2008-09-07, by diego
-
Remove wrong compilation instructions.2008-09-07, by diego
-
Remove encode2mpeglight, it is only an outdated stripped-down version of the2008-09-07, by diego
-
license header cosmetics2008-09-06, by diego
-
Fix incorrect FSF address in license header.2008-09-06, by diego
-
Replace casual GPL notice by proper license header.2008-09-06, by diego
-
Remove outdated URL from vd_info_t struct.2008-09-06, by diego
-
Remove version information from libmpeg2 vd_info_t struct.2008-09-06, by diego
-
libass: fix type mismatch between size parameter and the way it's used2008-09-05, by aurel
-
libass: add a new ass_process_data() to process demuxed subtitle packets2008-09-05, by aurel
-
demux_mkv: output correctly formated ASS packets2008-09-05, by aurel
-
simplify function selection code2008-09-05, by bcoudurier
-
enable yuv422p to uyvy converter2008-09-05, by bcoudurier
-
a valid ASS line contains 9 ',' before actual text2008-09-04, by aurel
-
lavf: the subtitles display duration is stored in pkt.convergence_duration2008-09-04, by aurel
-
Make 16bit grayscale output work.2008-09-04, by michael
-
Fix SWS_FAST_BILINEAR and SWS_POINT with some unscaled rgb<->bgr converters.2008-09-04, by michael
-
Support PIX_FMT_RGB32_1 and PIX_FMT_BGR32_1.2008-09-04, by michael
-
Fix 4 and 8 bit RGB/BGR input.2008-09-04, by michael
-
Remove workaround for rgb/bgr mess.2008-09-04, by michael
-
Fix 4 of the unscaled rgb15/16 converters, each of these contained2008-09-04, by michael
-
rgb vs bgr fix for the unscaled converters.2008-09-04, by michael
-
Fix rgb15/16 vs. bgr part2.2008-09-04, by michael
-
Fix rgb15/16 vs. bgr part1.2008-09-04, by michael
-
Add fflush to prevent stdout & stderr from being mixed.2008-09-04, by michael
-
support E-AC-3 decoding using ffmpeg2008-09-01, by aurel
-
Remove Windows-specific #ifdefs, the file does not compile on MinGW anyway.2008-09-01, by diego
-
Ignore .exe files on Windows.2008-09-01, by diego
-
Rename --enable-tremor-external option to --enable-tremor along with the2008-09-01, by diego
-
Do not refer to libcdio and liblzo as external in the help output.2008-09-01, by diego
-
Rename --enable-faad-external option to --enable-faad along with the2008-09-01, by diego
-
Initialize _def_faad* variables to disabled before setting them.2008-09-01, by diego
-
Fall back on external libfaad check if internal libfaad check failed.2008-09-01, by diego
-
Put '#define closesocket close' under proper '#ifndef HAVE_CLOSESOCKET'2008-09-01, by diego
-
Move '#define closesocket close' preprocessor directive to a common place2008-09-01, by diego
-
Revert moving closesocket definition and network headers to network.h.2008-08-31, by diego
-
Only use winsock2.h to check for closesocket().2008-08-31, by diego
-
Fix closesocket test, patch by Serge Levin, serge.levin.spb gmail com.2008-08-31, by diego
-
Add necessary #include <stdlib.h> for realloc/calloc/free.2008-08-31, by diego
-
Remove unused GUID_t definition that also incorrectly defined GUID_DEFINED2008-08-31, by reimar
-
Change header inclusion guard names in line with FFmpeg r15120.2008-08-31, by stefano
-
Rename internal libdvdread fork from dvdread to libdvdread2008-08-30, by rathann
-
Print DVD volume ID with -identify.2008-08-30, by reimar
-
Move duplicated '#define closesocket close' into network.h along with2008-08-29, by diego
-
consistency cosmetics: Avoid using .. in #include paths.2008-08-29, by diego
-
Sync libdvdcss with upstream version 1.2.10.2008-08-29, by diego
-
Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.2008-08-29, by diego
-
Implement swscale_version().2008-08-29, by stefano
-
Remove pointless '#if 1 [...] #endif' around has_cpuid() function.2008-08-29, by diego
-
Implement check for closesocket(), needed by libavformat, fixes Bugzilla #1257.2008-08-29, by diego
-
handle the lavfpref demuxer in the same way as the lavf one2008-08-27, by aurel
-
synced with r274542008-08-27, by ptt
-
sync'ed to r270712008-08-27, by ptt
-
Drop av_always_inline definition. It is duplicated from libavutil and2008-08-26, by diego
-
Rename always_inline macro to av_always_inline so as not to clash with2008-08-26, by diego
-
prefer libavformat to demux matroska files2008-08-26, by aurel
-
Fix forumla -> formula in comment2008-08-26, by reimar
-
Handle AOPLAY_FINAL_CHUNK2008-08-24, by ranma
-
cosmetics: indentation2008-08-24, by aurel
-
use new lavf API to grab sample_aspect_ratio from the demuxers2008-08-24, by aurel
-
fix compiler warnings2008-08-23, by ranma
-
Remove unused and untested function. It is only part of our local patchset.2008-08-22, by diego
-
Remove duplicate vsscanf fallback implementation, we have another in osdep/.2008-08-22, by diego
-
-geometry support for -vo fbdev.2008-08-22, by reimar
-
Sync libdvdcss with upstream version r212.2008-08-21, by diego
-
Add support for AAC decoding through FFmpeg; libfaad is preferred for now.2008-08-21, by diego
-
cosmetics: Remove trailing whitespace and tabs.2008-08-21, by diego
-
Remove SKIP_DEPS trick. The same effect can be achieved without it.2008-08-18, by diego
-
fix for alignment problem on older ARM cores2008-08-17, by diego
-
Add check for ARM VFP instructions.2008-08-17, by diego
-
sync w/r274662008-08-15, by gpoirier
-
Work correctly with very small files where less than outburst is to be played.2008-08-15, by diego
-
Document -lavcopts o, aka libavcodec AVOption.2008-08-15, by michael
-
FFmpeg no longer has fastmemcpy support, so no longer trigger recursing2008-08-14, by diego
-
Remove unused static declarations, fixes the warnings:2008-08-14, by diego
-
Use '#include <poll.h>' instead of '#include <sys/poll.h>'.2008-08-14, by diego
-
100l: Rename missed preprocessor directives from a HAVE_ prefix to CONFIG_.2008-08-14, by diego
-
add mapping for real audio and video CODEC_ID to MPlayer's fourcc2008-08-13, by aurel
-
fixes spotted by diego2008-08-13, by compn
-
demux_lavf: fix mp_seek behavior in case of seeking error2008-08-13, by aurel
-
Remove pointless #ifdefs around extern declarations.2008-08-12, by diego
-
Remove useless DVB-related #include.2008-08-12, by diego
-
Enable PNG encoder in libavcodec for vf_screenshot only if zlib is enabled.2008-08-12, by diego
-
updates2008-08-12, by compn
-
Mention IVTV, S3 and SH_VEU drivers within VIDIX section of manpage.2008-08-11, by ben
-
Update ChangeLog with latest VIDIX related changes regarding SuperH.2008-08-11, by ben
-
Add VIDIX driver for SuperH Mobile VEU hardware block.2008-08-11, by ben
-
Add proper VIDIX support for SuperH architecture.2008-08-11, by ben
-
sync w/r27348, patch by JRaSH2008-08-11, by gpoirier
-
fix audio in some rtsp streams, ok'd by lu_zero2008-08-11, by compn
-
The PNG encoder in libavcodec needs to be enabled for vf_screenshot even if2008-08-10, by diego
-
codecs.c note is very old and unneeded.2008-08-10, by compn
-
sync w/27407 + fixes2008-08-09, by gpoirier
-
Use translatable string instead of hardcoded message for process priority.2008-08-09, by diego
-
Remove duplicated prototype for XShmGetEventBase(), because2008-08-09, by diego
-
Skip dependency generation if we just run distclean or if skipping2008-08-09, by diego
-
Don't print drawing commands on screen.2008-08-08, by eugeni
-
If (has outline) blur(outline) else blur(glyph).2008-08-07, by eugeni
-
\org turns off collision detection.2008-08-07, by eugeni
-
Treat \h as space character.2008-08-07, by eugeni
-
Calculate subtitle origin in floating point.2008-08-07, by eugeni
-
Calculate subtitle position in floating point.2008-08-07, by eugeni
-
Add separate variables for CFLAGS that are specific to internal libraries2008-08-07, by diego
-
Remove unused Makefile variable.2008-08-07, by diego
-
cosmetics: Rename some CFLAGS-related variables.2008-08-07, by diego
-
10l: Remove stray backslash at end of line.2008-08-07, by diego
-
Merge two redundantly declared lines into one.2008-08-07, by diego
-
cosmetics: Sort things into alphabetical order in various places.2008-08-07, by diego
-
Add NV12 colorspace support to VIDIX driver.2008-08-07, by ben
-
Give a CONFIG_ prefix to preprocessor directives that lacked one and2008-08-07, by diego
-
generalized SH architecture support by Magnus Damm, magnus.damm gmail com2008-08-07, by diego
-
10l: MUSEPACK --> CONFIG_MUSEPACK2008-08-07, by diego
-
Ahem, the MACOSX_FINDER_SUPPORT directive was renamed to MACOSX_FINDER.2008-08-07, by diego
-
Rename font-related preprocessor directives.2008-08-07, by diego
-
Fix wrong behavior with slave command by going back to the starting point2008-08-07, by ben
-
Rename a bunch of miscellaneous preprocessor directives.2008-08-07, by diego
-
Introduce CONFIG_ALSA preprocessor directive for ALSA 0.9 and 1.x.2008-08-06, by diego
-
synced with r274202008-08-06, by Gabrov
-
Rename all preprocessor directives related to Apple / Mac OS X.2008-08-06, by diego
-
Rename some audio-output-related preprocessor directives.2008-08-05, by diego
-
Rename preprocessor definition in check skeleton.2008-08-05, by diego
-
Rename preprocessor directives related to image libraries.2008-08-05, by diego
-
Detect ppc64 and powerpc64 architectures as PowerPC variants.2008-08-04, by ben
-
cosmetic: reindent after r274142008-08-04, by ben
-
Fixes unsafe 'chapter' command with get_property() call.2008-08-04, by ben
-
cosmetic: reindent after r274122008-08-04, by ben
-
Fixes unsafe 'angle' command with get_property() call.2008-08-04, by ben
-
Fixes unsafe 'switch_audio' command with set_property() call.2008-08-04, by ben
-
another round to get it in utf-8...2008-08-04, by ptt
-
Change a bunch of X11-specific preprocessor directives.2008-08-04, by diego
-
typo fix, bump sync tag2008-08-03, by gpoirier
-
Add video driver for Nintendo Wii/GameCube.2008-08-03, by ben
-
Remove duplicated DVB definition line.2008-08-03, by diego
-
Revert mistakenly committed temporary local change.2008-08-03, by diego
-
Rename --enable-macosx-finder-support option to --enable-macosx-finder2008-08-03, by diego
-
Rename _smbsupport variable to _smb.2008-08-03, by diego
-
Change a bunch of video/audio-output-specific preprocessor directives from2008-08-03, by diego
-
Set HAVE_DVB in configure when HAVE_DVB_HEAD is defined2008-08-02, by diego
-
cosmetics: typo fixes2008-08-02, by diego
-
cosmetics: reindent after last commit2008-08-02, by compn
-
change ve_raw.c:set_format to not overwrite biCompression if force_fourcc is set.2008-08-02, by compn
-
Change a bunch of video-output-specific preprocessor directives from a HAVE_2008-08-02, by diego
-
Do not provide a prototype for vsscanf when vsscanf is available.2008-08-02, by diego
-
Change a bunch of codec-specific preprocessor directives from a HAVE_2008-08-02, by diego
-
Remove checks for HAVE_XVID3, that conditional was removed a long time ago.2008-08-02, by diego
-
Fix ARM linking failure when IWMMXT support is disabled.2008-08-01, by diego
-
Remove obsolete diff hunk that is no longer applied to the code.2008-08-01, by diego
-
Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;2008-08-01, by diego
-
Fix a misleading section in the libavcodec options manual indicating that a2008-08-01, by diego
-
add hdv1 fourcc2008-08-01, by compn
-
add some h263 fourccs2008-08-01, by compn
-
add ADJV fourcc to mjpeg2008-08-01, by compn
-
Initialize socklen_t variable to "no".2008-08-01, by diego
-
add XIXL fourcc to videoxl codec2008-08-01, by compn
-
Rename binary-codecs.sh to binary_codecs.sh as it is called in Debian.2008-07-31, by diego
-
Revert previous broken rename of binary-codecs.sh that had random changes.2008-07-31, by diego
-
Rename binary-codecs.sh once more to binary_codecs.sh as it is called in Debian.2008-07-31, by diego
-
Rename install-w32codecs.sh --> binary-codecs.sh.2008-07-31, by diego
-
bump sync tag2008-07-30, by gpoirier
-
For the case that we add a typedef for socklen_t, we should #define2008-07-30, by diego
-
Check for socklen_t in ws2tcpip.h as well.2008-07-30, by diego
-
Rename preprocessor directive HAVE_MENU --> CONFIG_MENU.2008-07-30, by diego
-
Remove unused HAVE_MENCODER definition.2008-07-30, by diego
-
Rename two GUI-related preprocessor directives:2008-07-30, by diego
-
Remove unused definition from config.h.2008-07-30, by diego
-
Start unifying names of internal preprocessor directives.2008-07-30, by diego
-
Drop USE_ prefix from USE_MPLAYER_CPUDETECT #define.2008-07-30, by diego
-
Use conditional compilation instead of an #ifdef around the whole file.2008-07-30, by diego
-
Remove unused definition from config.h.2008-07-30, by diego
-
Add proper check for socklen_t.2008-07-30, by diego
-
cosmetics: Group FFmpeg definitions together in config.h.2008-07-30, by diego
-
add XDCAM and more HDV MPEG2 fourccs2008-07-30, by compn
-
change arbitrary CODECS_MAX_FOURCC limit to larger arbitrary limit2008-07-30, by compn
-
Do not add __CYGWIN__ to CFLAGS on Cygwin, the system defines it anyway.2008-07-28, by diego
-
Rework OS/2 configuration with respect to linker output formats.2008-07-28, by diego
-
cosmetics: Add a separator comment.2008-07-28, by diego
-
Move libdvdnav check before the CFLAGS section. It is still the last check2008-07-28, by diego
-
synced with r273482008-07-28, by ptt
-
Move CFLAGS specific to internal libdvdread and libfaad2 to the Makefile and2008-07-28, by diego
-
Remove unused HPUX #define from command line.2008-07-28, by diego
-
Move libdvdcss-specific CFLAG settings to libdvdcss test.2008-07-28, by diego
-
add ffvp6a codec2008-07-28, by compn
-
add ffmotionpixels codec2008-07-28, by compn
-
Get rid of horrible code that relies on codec-set context variable,2008-07-26, by reimar
-
Use GetTimerMS() instead of time() with srand.2008-07-26, by reimar
-
Do not include sys/socket.h when using winsock2, it is pointless2008-07-26, by reimar
-
Revert to previous dependency checking behavior.2008-07-26, by diego
-
Remove AltiVec vector declaration compiler compatibility macros.2008-07-26, by diego
-
compilation fix with GCC 4.0.1 on MacOSX tiger, broken by the removal of AVV() macro2008-07-25, by gpoirier
-
add list of supported vo's to -xineramascreen2008-07-25, by compn
-
Add some more information about FTP mirror setup.2008-07-24, by diego
-
Fix mailinglist vs. mailing list typo.2008-07-24, by diego
-
cosmetics: Fix indentation after last commit.2008-07-24, by diego
-
Remove AltiVec vector declaration compiler compatibility macros.2008-07-24, by diego
-
Fix configure hanging forever in iconv check using --charset=noconv2008-07-24, by reimar
-
Remove outdated "X11 only" from xineramascreen option and try to make clearer2008-07-24, by reimar
-
sync w/r273372008-07-23, by gpoirier
-
sync'd with r273372008-07-23, by ptt
-
Add Dirac video support via libdirac and libschroedinger in libavcodec.2008-07-22, by diego
-
Enable runtime border/window decorations-toggling for Linux gl and gl2 vos.2008-07-22, by reimar
-
No idea which vos support -noborder how well, though those based on2008-07-22, by reimar
-
Support -noborder with X11-based vos2008-07-22, by reimar
-
Make vo_x11_fullscreen not break vo_border (proper support still needs vo changes)2008-07-22, by reimar
-
-border/-noborder are supported by gl/gl2, too, but only on Windows.2008-07-22, by reimar
-
Add instructions how to test the DNS round-robin virtual host, add a2008-07-22, by diego
-
fix memleak2008-07-21, by michael
-
Cleanup, use av_freep() instead of av_free(x); x=NULL2008-07-21, by michael
-
Remove "en" from list of all man page languages when generating man page2008-07-19, by diego
-
docs build fix2008-07-19, by henry
-
Only build the documentation in the languages requested from configure.2008-07-19, by diego
-
synced with r273262008-07-18, by Gabrov
-
added missing revisions (26762 & 26795)2008-07-18, by ptt
-
restored file encoding tu utf8 and corrected wrong chars, hoping it's ok now2008-07-18, by ptt
-
Remove unnecessary and troublesome inline2008-07-18, by zuxy
-
Make C code in yuv2yuv1() do accurate rounding, this could be split2008-07-18, by michael
-
indent2008-07-17, by michael
-
Forgotten accurate rounding function YSCALEYUV2YV121_ACCURATE.2008-07-17, by michael
-
simplify yuv2yuv1()2008-07-17, by michael
-
Fix typo in msg_lang variable name that prevented the correct message2008-07-17, by diego
-
10l forgot SWS_BILINEAR2008-07-17, by michael
-
Ensure that exactly one scaler algo is used.2008-07-17, by michael
-
File was missing its dedicated header inclusion.2008-07-17, by ben
-
Maemo platform runs on Nokia N8x0 series too.2008-07-17, by ben
-
Avoid including avcodec.h in demuxer.h (and thus many other files) just to get2008-07-17, by reimar
-
Our ALSA code needs alloca, so check for it in configure and include alloca.h2008-07-17, by reimar
-
cosmetics: Indent language handling after last commit.2008-07-17, by diego
-
Rewrite translation handling in the build system.2008-07-17, by diego
-
Simplify summary output, add an extra empty line to it.2008-07-17, by diego
-
Remove note about localization from configure output.2008-07-17, by diego
-
cosmetics: Rename _doc_lang variable to doc_lang.2008-07-17, by diego
-
Evaluate man page installation rule for all available languages,2008-07-17, by diego
-
Force gcc to emit function body under -gnu992008-07-17, by zuxy
-
limits.h is required for UINT_MAX2008-07-16, by reimar
-
And a 1000l for r27263, swapped a condition, thus setting size to2008-07-16, by reimar
-
100l, fix calloc being called with the wrong argument due to reordering2008-07-16, by reimar
-
Make sure demuxed ASF packet is properly padded after descrambling2008-07-16, by reimar
-
Move duplicate FF_INPUT_BUFFER_PADDING_SIZE handling into demuxer.h2008-07-16, by reimar
-
Add variables for all available man page and documentation languages.2008-07-16, by diego
-
Do not just print a warning, also fix the len in ASF demuxer!2008-07-16, by reimar
-
Remove redundant check in message language test.2008-07-16, by diego
-
Move the "all" option to the front of the list of available languages in2008-07-16, by diego
-
cosmetics: Rename LANGUAGES variable to msg_langs.2008-07-16, by diego
-
Replace output redirection with grep by POSIX standard options.2008-07-16, by diego
-
Replace simple sed invocation by even simpler tr invocation.2008-07-16, by diego
-
Merge two consecutive sed calls into one.2008-07-16, by diego
-
Add IDs to some XML elements to avoid warnings.2008-07-15, by diego
-
Make af_hrtf tables static const2008-07-15, by reimar
-
Add const to libaf/filter.c functions.2008-07-15, by reimar
-
ALSA stupidly tries to define struct timeval and struct timespec, which2008-07-15, by reimar
-
Fix dlopen(), dlclose() dlsym() calls in configure test.2008-07-15, by diego
-
Fix tgetent call in termcap configure test.2008-07-15, by diego
-
Add two more missing headers to configure checks.2008-07-15, by diego
-
Add missing return statements to configure tests.2008-07-15, by diego
-
Add missing headers to configure checks.2008-07-15, by diego
-
Remove -std=gnu99/gnu89/default dialect linux define, as it violates the2008-07-15, by michael
-
Try to keep decoded audio buffer aligned.2008-07-14, by reimar
-
Change a broken check. FFMAX does not work as intended because trak->chunkmap[i].first2008-07-14, by reimar
-
Cosmetics: reindent.2008-07-13, by astrange
-
Remove const vector casts from Altivec.2008-07-13, by astrange
-
Add support for FFmpeg DK3 ADPCM codec and prefer it over MPlayer's2008-07-13, by reimar
-
Add support for FFmpeg's ADPCM codecs and make them the default2008-07-13, by reimar
-
100l, do not use macros on functions that are not idempotent2008-07-13, by reimar
-
Do not set _dvdreadconfig unconditionally.2008-07-13, by rathann
-
cosmetics: main (void) --> main(void)2008-07-13, by diego
-
main(void) --> int main(void) in .align test2008-07-13, by diego
-
Use correct header in libamr narrowband test.2008-07-13, by diego
-
Simplify and clamp coefficient index for MS ADPCM2008-07-12, by reimar
-
Dependency files should be refreshed when object files are rebuilt.2008-07-12, by diego
-
in dvd streams the title part ranges from 1 to 992008-07-12, by nicodvb
-
Reindent after last commit2008-07-11, by reimar
-
Check size of tkdata before using it in mov demuxer.2008-07-11, by reimar
-
Add atom_len sanity check to mov demuxer.2008-07-11, by reimar
-
Quick hack to fix demux_mov crashes where easily possible.2008-07-11, by reimar
-
Make really sure channels can only be 1 or 2 for imaadpcm2008-07-11, by reimar
-
Simplify imaadpcm return statement2008-07-11, by reimar
-
Check length of input buffer for msadpcm2008-07-11, by reimar
-
Add a comment on shift vs. division2008-07-11, by reimar
-
Scale msadpcm coefficients to fit into 8 bits2008-07-11, by reimar
-
Simplify ad_msadpmc.c: Use AV_RL16, merge sign extension into LE_16 read and2008-07-11, by reimar
-
Copy macro simplification from imaadpcm to msadpcm2008-07-11, by reimar
-
Remove useless comments from ad_msadpcm2008-07-11, by reimar
-
Make msadpcm arrays const2008-07-11, by reimar
-
Remove unused macros2008-07-11, by reimar
-
Explicitly include inttypes.h in ad_imaadpcm2008-07-11, by reimar
-
1000l, fix demux_lavf compilation2008-07-11, by reimar
-
Correct stream-seekability tests in demux_audio and demux_lavf2008-07-11, by reimar
-
Only read wav header cbSize when there is enough space in header.2008-07-10, by reimar
-
100l, assignment introduced in r27246 was exactly the wrong way around.2008-07-10, by reimar
-
Cosmetics: reindent2008-07-10, by reimar
-
Clean up reading of wav extradata.2008-07-10, by reimar
-
100l, avoption splitted code added, I should double check with svn status...2008-07-10, by lu_zero
-
Split AVOption/AVClass in a separate file. SoC Patch from Keiji Costantini2008-07-09, by lu_zero
-
Fix stupid and almost pointless check-after-read code in asfheader.c.2008-07-09, by reimar
-
Fix \fn without an argument consuming the next '\'.2008-07-09, by eugeni
-
sync w/r272362008-07-09, by gpoirier
-
Add -std=gnu99 to gcc CFLAGS if supported. This sets appropriate #defines to2008-07-08, by diego
-
Mark function not used outside of the file as static.2008-07-08, by diego
-
Remove declaration of extern inline function that is used nowhere from header2008-07-08, by diego
-
synced with r272362008-07-08, by ptt
-
another alphabetical order correction2008-07-08, by ptt
-
moved o option beetwen m* and p*2008-07-08, by ptt
-
Add missing #include <sys/socket.h>, fixes the warnings:2008-07-08, by diego
-
Use correct PRIu64 length modifier for uint64_t value, fixes the warning:2008-07-08, by diego
-
Add support for MLP audio through FFmpeg.2008-07-07, by diego
-
Run bash-specific shell scripts with bash, not sh.2008-07-07, by diego
-
Give all shell scripts a .sh suffix for consistency.2008-07-07, by diego
-
Replace bash-specific [[]] construct by a proper [] test.2008-07-07, by diego
-
Replace == in []/test constructs with =, == is a bashism.2008-07-07, by diego
-
Remove unnecessary function keyword from shell script function declarations,2008-07-07, by diego
-
avoid unnecessary strdup(); patch by Aurel2008-07-06, by nicodvb
-
Update homepage and license info for NuppelVideo.2008-07-06, by diego
-
Add standard license header for NuppelVideo, i.e. GPL v2+.2008-07-06, by diego
-
Introduce DRIVER_OBJS variable for list of all driver targets.2008-07-06, by diego
-
Simplify codecs.conf.h generation rule.2008-07-06, by diego
-
Merge version.h dependency declarations.2008-07-06, by diego
-
Remove redundant dependencies for .rc files.2008-07-06, by diego
-
Add a generic rule for .rc files and use it.2008-07-06, by diego
-
cosmetics: Merge three lines into two.2008-07-06, by diego
-
Also remove dhahelper and dhahelperwin on distclean.2008-07-06, by diego
-
One more hack for PBOs on ATI cards.2008-07-06, by reimar
-
Move at-hack code a bit up for further changes2008-07-06, by reimar
-
Remove ASSERT() macro. SoC Patch from Keiji Costantini2008-07-06, by lu_zero
-
Reindent. SoC Patch from Keiji Costantini2008-07-06, by lu_zero
-
Split simpleCopy into packedCopy and planarCopy. SoC Patch from Keiji Costantini2008-07-06, by lu_zero
-
Surround stream cache specific code by an appropriate #ifdef; fixes linking2008-07-05, by diego
-
Sync with r27208.2008-07-05, by diego
-
Add some more -identify information for CDDB.2008-07-05, by diego
-
Add disc ID to -identify output.2008-07-05, by diego
-
Rename ALLPARTSLIBS variable to FFMPEGLIBS.2008-07-05, by diego
-
Group some variable declarations together in sensible places.2008-07-05, by diego
-
Declare FFmpeg dependencies in a more elegant way using the PARTS variable.2008-07-05, by diego
-
r27182: apply parameter name change of no-correct-pts from r26842 to man page2008-07-04, by kraymer
-
100l: finally understood ATI PBO problem: width must be a power of two.2008-07-04, by reimar
-
More stride alignment is needed to work reliably on ATI cards :-(2008-07-04, by reimar
-
Rename stream_livedotcom.c to stream_live555.c, the name is used everywhere.2008-07-04, by diego
-
cosmetics: in ifo_stream_oped() aligned the prototype to the style2008-07-04, by nicodvb
-
added support for the device part in the url; patch by2008-07-04, by nicodvb
-
Check stdata_len before accessing stdata. Fixes bug #11252008-07-04, by reimar
-
Simplify tool generation rules with a pattern rule.2008-07-04, by diego
-
Only build loader tests on x86.2008-07-04, by diego
-
Fix liba52/test linking, it needs -lm.2008-07-04, by diego
-
spelling/grammar/wording overhaul2008-07-04, by diego
-
Put common dependencies of mp3lib/test + mp3lib/test2 on a common line.2008-07-04, by diego
-
whitespace cosmetics2008-07-04, by diego
-
Place license header at the top of the file for consistency.2008-07-04, by diego
-
Declare common netstream + vivodump dependencies in the common place.2008-07-04, by diego
-
Remove unused variable.2008-07-02, by diego
-
sync w/r271822008-07-01, by gpoirier
-
Fix FFmpeg subdirectory dependencies: The FFmpeg libraries depend on each2008-07-01, by diego
-
apply parameter name change of no-correct-pts from r26842 to man page2008-07-01, by kraymer
-
sync w/r27179 + misc fixes of untranslated chunks2008-06-30, by gpoirier
-
r26502: Document rgbtest arguments2008-06-30, by kraymer
-
remove two trailing whitespaces2008-06-30, by kraymer
-
r25756: Document vo gl lscale=32008-06-30, by kraymer
-
r25385: Add new audio filter for encoding multi-channel audio into ac3 at runtime.2008-06-30, by kraymer
-
r25179: Add missing forced linebreak, slight wording improvement.2008-06-30, by kraymer
-
consistency fix: capitalize Windows Media Player, and add <application> tag around it.2008-06-30, by gpoirier
-
misc fixes, patch by Cédric Viou2008-06-30, by gpoirier
-
sync w/r27132, patch by JRaSH2008-06-30, by gpoirier
-
sync w/r271692008-06-30, by gpoirier
-
Try to get frame rate information through VIDIOC_G_PARM if2008-06-30, by voroshil
-
Fix division by zero in tvi_v4l2 which occures when capture device2008-06-30, by voroshil
-
add missing escapes and full stops for scaletempo filter2008-06-30, by kraymer
-
r24808: Add a space behind openal to get minimum length of 72008-06-30, by kraymer
-
r24772: DirectShow based tv:// driver for win322008-06-30, by kraymer
-
r24727: H.264 content can also be decoded with multiple threads2008-06-30, by kraymer
-
version bump to 247192008-06-30, by kraymer
-
r27123: Add verbose messages about trying and searching for audio output drivers.2008-06-30, by kraymer
-
r27067: Remove pointless #ifdef.2008-06-30, by kraymer
-
r27066: update comments, whitespace cosmetics2008-06-30, by kraymer
-
r27065: whitespace consistency cosmetics2008-06-30, by kraymer
-
r26863: make use of the new MGA_VID_VERSION ioctl to check2008-06-30, by kraymer
-
r25605: properties to get and set angle2008-06-30, by kraymer
-
r24924: Add audio filter scaletempo2008-06-30, by kraymer
-
r24790: Disable channel scanner when no tuner is present.2008-06-29, by kraymer
-
remove trailing whitespaces2008-06-29, by kraymer
-
Replace asserts by proper conditions to allow playback of some broken but2008-06-29, by reimar
-
Half size for adpcm_index2008-06-29, by reimar
-
Simplify predictor updates2008-06-29, by reimar
-
Get rid of 16-bit sign extension macro2008-06-29, by reimar
-
Simplify some imaadpcm macros2008-06-29, by reimar
-
Directly pass arrays into decode_nibbles2008-06-29, by reimar
-
Use smaller types for tables2008-06-29, by reimar
-
Make imaadpcm tables const2008-06-29, by reimar
-
Simplify code to read index/predictor2008-06-29, by reimar
-
Add a few size checks to IMA decoder. The code is still a mess though,2008-06-29, by reimar
-
Simplify ad_imaadpcm decode_audio function2008-06-29, by reimar
-
Make sure we do not use uninitialized data in case of a short read.2008-06-29, by reimar
-
Do not use stdata before checking its length2008-06-29, by reimar
-
mingw uses Windows sockets.2008-06-28, by vayne
-
sync w/r27123, patch by JRaSH, %jrash06 A 163 P com%2008-06-28, by gpoirier
-
sync w/r271322008-06-27, by gpoirier
-
one more wish, and an update2008-06-26, by compn
-
r24772: DirectShow based tv:// driver for win322008-06-25, by kraymer
-
Complete the code move across librtsp, fixes the rtsp_close collision with libnemesi2008-06-25, by lu_zero
-
Move rtsp_close away by simplification - avoids symbol clash with libnemesi2008-06-25, by lu_zero
-
some updates2008-06-24, by compn
-
add ffmdec and ffadpcmxa2008-06-24, by compn
-
Fix/restore the description of the rectangle video filter.2008-06-24, by diego
-
Touch FFmpeg libraries after recursing into their subdirectories.2008-06-24, by diego
-
Do not unconditionally recurse into FFmpeg subdirectories. Instead, just2008-06-24, by diego
-
Add missing 'struct input_id id' to Apple IR configure check.2008-06-24, by diego
-
Check if the font set returned from FcFontSort in not NULL.2008-06-23, by eugeni
-
Reindent.2008-06-23, by eugeni
-
Only use application font dir if library->fonts_dir is not NULL.2008-06-23, by eugeni
-
Dependency files need to get updated when any of their dependencies are2008-06-23, by diego
-
Rename some definitions to avoid clashing with system headers, fixes:2008-06-23, by diego
-
Add verbose messages about trying and searching for audio output drivers.2008-06-22, by corey
-
Replace misuse of echores in libdvdnav check by _res_comment.2008-06-22, by diego
-
100l, bpp is bits per pixel, not bytes2008-06-22, by reimar
-
revert non-acked r271062008-06-21, by ben
-
cosmetic: be consistent2008-06-20, by ben
-
fixes two bugs:2008-06-20, by ben
-
fix obviously wrong option description2008-06-20, by ben
-
Remove useless typedef for VDXContext.2008-06-20, by ben
-
cosmetic: give a coherent indentation2008-06-20, by ben
-
remove some useless functions from vidix api2008-06-20, by ben
-
remove useless 'else'2008-06-20, by ben
-
renamed vidixlib.c to vidix.c2008-06-20, by ben
-
remove now useless vidixlib.h file2008-06-20, by ben
-
sync w/r27107, patch by Cédric Viou2008-06-20, by gpoirier
-
move content of vidixlib.h into vidix.h2008-06-20, by ben
-
cosmetic: give coherent indentation2008-06-20, by ben
-
use the new URL of NUT container website2008-06-20, by gpoirier
-
Only "pop" subtree params if they had previously been "pushed",2008-06-20, by ben
-
sync w/r27102, patch by Cédric Viou and minor fixes by myself2008-06-20, by gpoirier
-
Add auto-close option to libmenu playlist handling part.2008-06-20, by ben
-
Allow conditional compilation of yuv4mpeg video out.2008-06-20, by ben
-
fix a couple of broken URL links2008-06-20, by gpoirier
-
Keep old dvdnav sub-command options for a while in order2008-06-20, by ben
-
Change DVDNAV command key names.2008-06-19, by ben
-
Reorder some functions to avoid implicit declaration warnings.2008-06-19, by diego
-
Group all input command defines in one big enum2008-06-18, by ben
-
Add copyright and license statement.2008-06-17, by diego
-
It cannot hurt to add -E to the diff options to avoid whitespace changes.2008-06-17, by diego
-
Add missing #includes that are required for things used in the header.2008-06-17, by diego
-
sync w/r270572008-06-17, by gpoirier
-
Add missing #includes to fix 'make checkheaders'.2008-06-17, by diego
-
Try harder to honour CTRL+C etc. during dumpstream2008-06-16, by reimar
-
cosmetics: Remove useless parentheses, align.2008-06-16, by diego
-
Chapter support for lavf demuxer.2008-06-16, by reimar
-
Support NULL name parameter for demuxer_add_chapter.2008-06-16, by reimar
-
cosmetics: Break overly long lines.2008-06-16, by diego
-
cosmetics: indentation, whitespace changes2008-06-16, by diego
-
cosmetics: consistent * placement2008-06-16, by diego
-
cosmetics: one more if brace placement fix2008-06-16, by diego
-
M-x untabify2008-06-16, by diego
-
cosmetics: Remove all trailing whitespace.2008-06-16, by diego
-
cosmetics: Split/join multiline statements.2008-06-16, by diego
-
cosmetics: Consistently format all if, for, while constructs.2008-06-16, by diego
-
Remove one more commented-out line.2008-06-16, by diego
-
cosmetics: Make all function declarations consistent by moving the opening2008-06-16, by diego
-
Remove one more commented-out line.2008-06-16, by diego
-
Remove pointless comments and commented-out code.2008-06-16, by diego
-
Add missing string.h #include for memcpy prototype;2008-06-16, by diego
-
Add missing #includes to fix 'make checkheaders'.2008-06-16, by diego
-
cosmetics: Group internal codec library tests together.2008-06-15, by diego
-
Document where the files vidix/dhahelperwin/ntverp.h and2008-06-15, by diego
-
cosmetics: Group entries by directory instead of randomly.2008-06-15, by diego
-
Add the ugly HELP_MP_DEFINE_STATIC back, otherwise we produce warnings like2008-06-15, by diego
-
cosmetics: Remove empty line for consistency.2008-06-15, by diego
-
-alang/-slang do not depend on dvdread support.2008-06-15, by diego
-
Remove pointless HELP_MP_DEFINE_STATIC definition.2008-06-15, by diego
-
Remove pointless #ifdef.2008-06-15, by diego
-
update comments, whitespace cosmetics2008-06-15, by diego
-
whitespace consistency cosmetics2008-06-15, by diego
-
Remove now unused messages.2008-06-15, by diego
-
Move message about which adapter is used to verbose mode.2008-06-15, by diego
-
spelling/wording fixes2008-06-15, by diego
-
Add parentheses to expression to avoid the warning:2008-06-15, by diego
-
6 months of changes2008-06-15, by compn
-
standard license headers for mga_vid2008-06-14, by diego
-
add MGA_VID_GET_VERSION ioctl to old mga_vid driver for compatibility with "new" mplayer2008-06-14, by attila
-
Ability for specifying TV standard individually for each TV channel.2008-06-14, by voroshil
-
Fix support for libnemesi installed on nonstandard paths2008-06-13, by lu_zero
-
Unbreak audio, thanks to Uoti for the insight2008-06-12, by lu_zero
-
sync w/r23225, plus misc fixes2008-06-11, by gpoirier
-
fix w/r24604, misc fixes2008-06-11, by gpoirier
-
sync w/r21537 and misc fixes2008-06-11, by gpoirier
-
fix file to conform to French typography2008-06-11, by gpoirier
-
add missing <application> tag around MPlayer,2008-06-11, by gpoirier
-
sync w/r269972008-06-11, by gpoirier
-
sync w/r27044, patch by Cedric Dumez-Viou %Cedric P Dumez-Viou A obs-nancay P fr%2008-06-10, by gpoirier
-
libdvdnav need libdvdread from the same repository2008-06-10, by nicodvb
-
Fix mencoder built from dvdnav enabled.2008-06-09, by ben
-
Give name to font_desc struct, patch by Bryan Henderson, giraffedata gmail com.2008-06-09, by diego
-
Add information about the mga_vid Subversion repository.2008-06-09, by diego
-
Mention that svgalib_helper only works with kernel 2.4.x.2008-06-09, by diego
-
Make a section out of the svgalib_helper paragraph.2008-06-09, by diego
-
require latest x264 to enable MEncoder's x264 support2008-06-09, by gpoirier
-
Slightly reduce VIDIX video output verbosity.2008-06-08, by diego
-
sync w/r268532008-06-08, by gpoirier
-
Add standard license headers.2008-06-08, by diego
-
Add comments to a few #endif preprocessor directives.2008-06-08, by diego
-
Remove unused variable, fixes the warning:2008-06-08, by diego
-
OBJS should end in .o, not .c.2008-06-08, by diego
-
VIS OBJS should end in .o, not .c; patch by Jan Knutar, jknutar nic fi.2008-06-08, by diego
-
Add missing #include, patch by Jan Knutar, jknutar nic fi.2008-06-08, by diego
-
Add command to create dhahelper device to install-dhahelper target.2008-06-08, by diego
-
Rename loader/driver.[ch] to loader/drv.[ch], otherwise loader/driver.h can2008-06-08, by diego
-
Add dhahelper CFLAGS where appropriate if enabled.2008-06-08, by diego
-
Add support for enabling VIDIX dhahelper.2008-06-08, by diego
-
Remove pointless and commented-out #ifdef.2008-06-08, by diego
-
Fix silly typo in CFLAG_SVGALIB_HELPER variable name.2008-06-08, by diego
-
Fix dhahelper.h #include paths.2008-06-08, by diego
-
Restore support for compiling with svgalib_helper.2008-06-07, by diego
-
Only check for VIDIX PCI device name database if VIDIX is enabled.2008-06-07, by diego
-
Make sure that the LC_ALL variable is exported to the environment of2008-06-07, by diego
-
Factorizes dvdnav aid retrieval code.2008-06-07, by ben
-
Add routine that provides audio ID corresponding to logical number2008-06-07, by ben
-
Fix channel order for libvorbis decoder, original patched by Nicolas George.2008-06-07, by ulion
-
rename AF_CHANNEL_LAYOUT_LAVC_VORBIS* => AF_CHANNEL_LAYOUT_VORBIS*.2008-06-07, by ulion
-
Rename some functions as they are mplayer related and not2008-06-07, by ben
-
rename for consistency2008-06-07, by ben
-
Add routine to determine if SPU has changed in dvdnav stream.2008-06-07, by ben
-
Add routine to determine if audio has changed in dvdnav stream.2008-06-07, by ben
-
declare some functions as static2008-06-07, by ben
-
No need to set LC_ALL=C for individual shell commands,2008-06-07, by diego
-
The VIDIX PCI files should be regenerated when the awk script2008-06-07, by diego
-
remove C++ inclusion guard from vidix headers2008-06-07, by ben
-
Add default definition for SVGA device.2008-06-07, by diego
-
remove useless vidix versioning stuff2008-06-07, by ben
-
remove duplicated code2008-06-07, by ben
-
Drop some useless parameter from vidix init routine2008-06-07, by ben
-
Drop support for external libvidix (unmaintained and not up-to-date)2008-06-07, by ben
-
Save DVDNAV palette info.2008-06-07, by ben
-
vidix s3 headers was missing proper header2008-06-07, by ben
-
Remove unused variable, fixes the warning:2008-06-07, by diego
-
Removed unused freepath variable.2008-06-06, by ben
-
add VIDM fourcc to divx/xvid, based on this patch:2008-06-06, by compn
-
add psiv codec, works on psi_v-sample.mov2008-06-06, by compn
-
add qtactl codec2008-06-06, by compn
-
Remove unnecessary -o option from windres invocation.2008-06-06, by diego
-
Fix codec-specific options syntax declaration to be less confusing and wrong.2008-06-06, by diego
-
sync w/r268062008-06-06, by gpoirier
-
Fix the linking of TOOLS/netstream and TOOLS/vivodump.2008-06-06, by diego
-
Use standard license header, merge changelog into license header and TODO.2008-06-06, by diego
-
Remove useless braces on if() statement.2008-06-05, by ben
-
Ensure 'path' string is 0 terminated.2008-06-05, by ben
-
fix fixes, patch by Benoit Fouet2008-06-04, by gpoirier
-
Run the whole documentation through ispell.2008-06-04, by diego
-
Remove another reference to a removed configure option.2008-06-04, by diego
-
Remove references to removed configure options.2008-06-04, by diego
-
Get rid of needless emphasis.2008-06-04, by diego
-
Document VIDIXIVTVALPHA environment variable.2008-06-04, by diego
-
Move Matrox TV-out cable section to the end of the Matrox chapter.2008-06-04, by diego
-
Move Matrox TV-out cable instructions into their own section.2008-06-04, by diego
-
Fix some typos and update the Matrox TV output section. The relevant2008-06-04, by diego
-
Remove unnecessary mangle.h #include.2008-06-04, by diego
-
sync w/r26909, patch by JRaSH %jrash06 A 163 P com%2008-06-04, by gpoirier
-
Remove due to objections by ivan.2008-06-04, by michael
-
small spelling/wording fixes2008-06-04, by diego
-
mphq2 runs svn 1.4.x.2008-06-04, by diego
-
Use size_t instead of int for a variable that is compared to the result2008-06-03, by diego
-
correct spelling error ;)2008-06-03, by ivo
-
List more actions which have proven controversial in the past.2008-06-03, by michael
-
grammar fixes by Benoit Fouet2008-06-03, by gpoirier
-
sync w/r26920, patch by Cedric Dumez-Viou %Cedric P Dumez-Viou A obs-nancay P fr%2008-06-03, by gpoirier
-
add missing <option> tags around the option "filmdint"2008-06-03, by gpoirier
-
sync w/r26936, patch by Cedric Viou % Cedric P Dumez-Viou A obs-nancay P fr %2008-06-03, by gpoirier
-
Add reverting commits to the list of potentially controversial actions.2008-06-03, by diego
-
synced with r269672008-06-02, by Gabrov
-
Use LC_ALL instead of LANG in config.mak to prevent locale settings from2008-06-02, by diego
-
10l: Restore LANG variable in config.mak so that shell commands are not2008-06-02, by diego
-
Remove unused variable LANG from config.mak.2008-06-02, by diego
-
Remove unused variable TARGET_OS from config.mak.2008-06-02, by diego
-
cosmetics: Restructure config.mak logically and alphabetically.2008-06-02, by diego
-
Remove unused variable TARGET_CPU from config.mak.2008-06-02, by diego
-
Remove unnecessary FFmpeg hack from config.mak.2008-06-02, by diego
-
call demux_flush() where appropriate2008-06-02, by nicodvb
-
use demux_flush() where appropriate2008-06-02, by nicodvb
-
added and reused demux_flush() instead of emptying the demux_stream buffers;2008-06-02, by nicodvb
-
restore needed cast to correct type with const2008-06-01, by bcoudurier
-
100l, fix wrong order of cases in cache_do_control2008-06-01, by reimar
-
Properly free memory allocate by liba52.2008-06-01, by reimar
-
tiny reindentation2008-06-01, by nicodvb
-
disable dvdnav when using the internal dvdread2008-06-01, by nicodvb
-
reindented the dvdread detection block2008-06-01, by nicodvb
-
changed the code that checks the presence of the external dvdread2008-06-01, by nicodvb
-
removed support for Ogle's dvdread2008-06-01, by nicodvb
-
cast to correct type, suppress warnings2008-06-01, by bcoudurier
-
cast to correct type, suppress warnings2008-06-01, by bcoudurier
-
cast to correct type, suppress warning2008-06-01, by bcoudurier
-
cast to correct type, suppress warnings2008-06-01, by bcoudurier
-
add const, suppress warnings2008-06-01, by bcoudurier
-
remove useless casts2008-06-01, by bcoudurier
-
add const, suppress warnings2008-06-01, by bcoudurier
-
add const, suppress warnings2008-06-01, by bcoudurier
-
remove useless casts2008-06-01, by bcoudurier
-
Change spelling of XviD to Xvid as has already been done in the (rest of the)2008-05-31, by diego
-
Fix compilation with internal dvdnav2008-05-31, by rtogni
-
adapted to the dvdread->libdvdread transition in dvdnav's repository2008-05-31, by nicodvb
-
warn to always disable the internal dvdread; still menus are supported now2008-05-31, by nicodvb
-
Add install-dhahelperwin target to simplify dhahelper installation on Windows.2008-05-30, by diego
-
Merge vidix/dhahelperwin/Makefile into top-level Makefile.2008-05-30, by diego
-
Merge vidix/dhahelper/Makefile into top-level Makefile.2008-05-30, by diego
-
Rename kernelhelper to dhahelper, that name is more fitting.2008-05-30, by diego
-
Fix #include paths.2008-05-30, by diego
-
dhasetup.exe can be created via make instead of calling gcc directly.2008-05-30, by diego
-
Rework AltiVec CFLAGS detection. '-maltivec -mabi=altivec' should be used2008-05-30, by diego
-
Handle NULL control function in cache_execute_control, fixes crash with http urls.2008-05-30, by reimar
-
Check for ALTIVEC_H instead of __APPLE_CC__ to decide which AltiVec vector2008-05-30, by diego
-
Check for HAVE_ALTIVEC_VECTOR_BRACES instead of __APPLE_CC__.2008-05-30, by diego
-
Check for AltiVec vector declaration syntax.2008-05-30, by diego
-
typo noticed by Mark Pilgrim, mark diveintomark org2008-05-29, by diego
-
The size of output buffer is stored in 'osize', not 'size'.2008-05-29, by eugeni
-
Clear iconv conversion state also in libass.2008-05-29, by eugeni
-
Offset should be size_t.2008-05-29, by eugeni
-
Clear iconv conversion state after each subtitle line.2008-05-29, by eugeni
-
Remove extra messages.2008-05-29, by diego
-
Fix mismatching messages.2008-05-29, by diego
-
Fix mismatching translated messages as pointed out by TOOLS/mphelp_check.py.2008-05-29, by diego
-
fix problems picked up by mphelp_check.py2008-05-29, by gpoirier
-
The install-drivers target should depend on the drivers target.2008-05-29, by diego
-
Revert commit r26897.2008-05-28, by iive
-
Merge drivers/Makefile into top-level Makefile.2008-05-28, by diego
-
Fix setting of CFLAGS for Radeon modules.2008-05-28, by diego
-
Disable unused function, fixes the warning:2008-05-28, by diego
-
mga_vid driver wording fixes2008-05-28, by diego
-
Move messages header file creation to a separate shell script.2008-05-27, by diego
-
Add a slave command to stop stream playback.2008-05-27, by ben
-
Initialize sh_audio/sh_video->ds2008-05-27, by reimar
-
Simplify/make new_sh behaviour more consistent when a stream gets redefined.2008-05-27, by reimar
-
Cosmetics: simplify2008-05-27, by reimar
-
Move native musepack demuxer further down in demuxer list2008-05-27, by reimar
-
Revert declaration .NOTPARALLEL. Unfortunately this special target does not2008-05-27, by diego
-
Mark VIDIX_PCI_FILES targets as NOTPARALLEL. They are all created2008-05-27, by diego
-
Use 'grep -q' instead of redirecting grep output to /dev/null.2008-05-27, by diego
-
mga_vid string wording fix2008-05-27, by diego
-
Fix typo in string name.2008-05-27, by diego
-
Instead of removing code from this imported library, place it under #if 0.2008-05-27, by diego
-
cosmetics: Fix pointless weird indentation.2008-05-27, by diego
-
cosmetics: XviD --> Xvid2008-05-27, by diego
-
cosmetics: Move toolsclean target to a better place.2008-05-27, by diego
-
Update comment heading.2008-05-27, by diego
-
cosmetics: Consistently place '-o $@' in compiler command line.2008-05-27, by diego
-
Simplify codec-cfg-test command with $^.2008-05-27, by diego
-
Fix codecs2html linking.2008-05-27, by diego
-
Merge doxygen_clean rule into distclean.2008-05-27, by diego
-
codecs2html and codec-cfg-test are removed by toolsclean. Do not remove2008-05-27, by diego
-
Add codecs2html to TESTS variable.2008-05-27, by diego
-
Fix dependency declaration for codecs2html.2008-05-27, by diego
-
cosmetics: Move some rules to better places.2008-05-27, by diego
-
Add missing -I. to fix codecs2html compilation.2008-05-27, by diego
-
Add codec-cfg-test to list of TESTS.2008-05-27, by diego
-
Correct dependency declaration for codec-cfg-test.2008-05-27, by diego
-
There is no need to ignore the return value of an 'rm -rf' command.2008-05-27, by diego
-
Fix codec-cfg-test linking.2008-05-27, by diego
-
Link codec-cfg programs against mp_msg-mencoder.o instead of mp_msg.o.2008-05-27, by diego
-
Fix codec-cfg-test compilation.2008-05-27, by diego
-
Emulate STREAM_CTRL_GET_TIME_LENGTH if cache is used.2008-05-26, by reimar
-
add qclp fourcc2008-05-26, by compn
-
sync w/r26863, patch by JRaSH % jrash06 A 163 P com %2008-05-25, by gpoirier
-
Readd fourcc used by MTV format. Note that BGR->YUV conversion2008-05-25, by reimar
-
Remove incorrectly added formats2008-05-25, by reimar
-
Render everything as early as possible, doing as little as possible in2008-05-25, by reimar
-
Reorder flip_page to make moving around do_render call easier2008-05-25, by reimar
-
Split flip_page function2008-05-25, by reimar
-
Simplify yuv to rgb conversion matrix stuff.2008-05-24, by reimar
-
Cosmetics: align2008-05-24, by reimar
-
update doxygen comments2008-05-24, by reimar
-
Add a filter strength parameter for blurring/sharpening scalers.2008-05-24, by reimar
-
Forgotten changes to gl_common.h2008-05-24, by reimar
-
Use a struct instead of a huge and further growing argument list.2008-05-24, by reimar
-
Add basic support for stream controls with cache enabled.2008-05-24, by reimar
-
make use of the new MGA_VID_VERSION ioctl to check2008-05-23, by attila
-
sync mga_vid.h to revision 265 from the mga_vid repo2008-05-23, by attila
-
revert changes 26035 and 260612008-05-23, by attila
-
synced with r268532008-05-23, by Gabrov
-
little fixes2008-05-23, by ptt
-
Get rid of "define RECURSIVE_RULE" since a lot of make version have problems2008-05-23, by reimar
-
Cosmetics: reindent after the last commit.2008-05-22, by eugeni
-
Read all faces of a memory font, not just the first one.2008-05-22, by eugeni
-
Saner handling of VOCTRL_PAUSE/VOCTRL_RESUME2008-05-22, by reimar
-
Simplify equalizer handling for vo gl2008-05-22, by reimar
-
Update gl vo section with the new force-pbo suboption.2008-05-22, by reimar
-
fix a lot of mistranslations and typos, patch by Cedric Dumez-Viou2008-05-22, by gpoirier
-
Fix compilation with FontConfig <= 2.2.96.2008-05-22, by eugeni
-
Avoid crash with video stream switching and -nosound2008-05-21, by reimar
-
Make internal subtitle and subtitle switching work with -audiofile2008-05-21, by reimar
-
Use av_alloc_put_byte instead of custom protocol.2008-05-21, by reimar
-
r26675: update paragraphs related to x264, and update its checkout command2008-05-21, by voroshil
-
Add some codec specifications needed to play MTV files.2008-05-21, by reimar
-
r26512: consistently print fps with three digits of precision2008-05-21, by voroshil
-
Continue detection if it is not clear if we have a MP3 or flac file.2008-05-21, by reimar
-
left an english phrase in, removed.2008-05-21, by ptt
-
remove extra dash in nocorrect-pts option2008-05-21, by compn
-
add potentially missing types2008-05-20, by ben
-
synced with r268392008-05-20, by Gabrov
-
In case 2 styles have the same name, prefer the latest one.2008-05-19, by eugeni
-
Output a better informative message if no AltiVec CFLAGS can be found.2008-05-19, by diego
-
Do not run second AltiVec CFLAG check in a subshell; the variable that is2008-05-19, by diego
-
If character set conversion for help_mp.h is required, do it on the whole2008-05-19, by diego
-
The multiple inclusion guard in help_mp.h has to cover the whole file,2008-05-19, by diego
-
Simplify help_mp.h generation commands by using $@.2008-05-18, by diego
-
Do not hide that we are running a helper script.2008-05-18, by diego
-
Move the logic that decides if untranslated messages need to be added to2008-05-18, by diego
-
Replace hack to disable iconv conversion of messages with something more sane.2008-05-18, by diego
-
Only run AltiVec compiler tests on PowerPC.2008-05-18, by diego
-
fix compilation of input.c if neither macosx/linux apple remote code2008-05-18, by ben
-
Remove unused strip target.2008-05-18, by diego
-
Merge directory installation commands.2008-05-18, by diego
-
one less level of indirection for install and program targets2008-05-18, by diego
-
10l: Fix MAN_LANG creation for real this time.2008-05-18, by diego
-
10l: missing quotes in sed command2008-05-18, by diego
-
install-mplayer and install-mencoder targets should depend on install-dirs.2008-05-18, by diego
-
Do not install DATADIR always, the GUI installation target takes care of this.2008-05-18, by diego
-
Install the required man page directories in the man page targets.2008-05-18, by diego
-
Replace hackish shell loops for man page installation with make constructs.2008-05-18, by diego
-
Create directories for the translated man pages in the install-dirs target.2008-05-18, by diego
-
Split MAN_LANG Makefile variable into MAN_LANG and MAN_LANG_ALL with2008-05-18, by diego
-
Introduce make variable common to the GTK and Windows GUI and use it2008-05-18, by diego
-
install-mencoder-man depends on install-mplayer-man.2008-05-18, by diego
-
Replace shell for loop with proper foreach make construct in uninstall target.2008-05-18, by diego
-
Always uninstall English man pages instead of never.2008-05-18, by diego
-
Remove (hopefully obsolete) codecs.conf workaround.2008-05-18, by diego
-
Introduce a pattern rule for install-mplayer and install-mencoder targets.2008-05-18, by diego
-
Separate install-mencoder and install-mencoder-man targets.2008-05-18, by diego
-
The install-gui target depends on the install-mplayer target.2008-05-18, by diego
-
Simplify installation rules with $<.2008-05-18, by diego
-
Do not remove gmplayer.1, it is never installed.2008-05-18, by diego
-
10l: Add missing parentheses in AltiVec test logic.2008-05-18, by diego
-
Document x264's AQ options2008-05-18, by gpoirier
-
Sort alphabetically2008-05-18, by ben
-
There is no need to ignore errors from 'rm -f' commands.2008-05-18, by diego
-
Remove skin download instructions, they have no place in the Makefile.2008-05-18, by diego
-
Declare new Linux AppleIR remote support.2008-05-18, by ben
-
Make "Menu" button of AppleIR remote call OSD Menu instead2008-05-18, by ben
-
Allow DVD Menus to be controlled by AppleIR Remote.2008-05-18, by ben
-
Keep AppleIR enabled by default on MacOSX but have it disable on Linux.2008-05-18, by ben
-
Document the -noar command-line option in en/fr manpages.2008-05-18, by ben
-
Do not enable AppleIR by default.2008-05-18, by ben
-
Do not consider TAGS file under SVN.2008-05-18, by ben
-
Add support for AppleIR Remote as an input under Linux systems.2008-05-18, by ben
-
Add section about code from NuppelVideo / RTJPEG.2008-05-17, by diego
-
Add missing MPLAYER_ prefix to multiple inclusion guards.2008-05-17, by diego
-
add ffmpeg ea maxis xa adpcm audio decoder2008-05-16, by compn
-
cosmetics: Remove useless parentheses from return statements.2008-05-16, by diego
-
cosmetics: Remove pointless parentheses from return statements.2008-05-16, by diego
-
cosmetics: Remove pointless parentheses from return statements.2008-05-16, by diego
-
cosmetics: Remove useless parentheses from return statements.2008-05-16, by diego
-
cosmetics: Remove useless parentheses from from return statements.2008-05-16, by diego
-
cosmetics: Remove pointless parentheses from return calls.2008-05-16, by diego
-
cosmetics: Remove useless parentheses from return statements.2008-05-16, by diego
-
Remove unused function, fixes the warning:2008-05-15, by diego
-
Add missing stream.h #include, fixes the warning:2008-05-15, by diego
-
Remove unused variable, fixes the warning:2008-05-15, by diego
-
cosmetics: Break overly long lines.2008-05-15, by diego
-
Mark static tables const.2008-05-15, by diego
-
add gsm in aif, works on aif-gsm610.aif2008-05-14, by compn
-
Add stanza about files taken from the MJPEG Tools suite.2008-05-14, by diego
-
Mark files that were imported from the MJPEG Tools suite as such.2008-05-14, by diego
-
10l: Revert license header cleanup on imported files.2008-05-14, by diego
-
Use standard license headers with standard formatting.2008-05-14, by diego
-
Use standard license headers with standard formatting.2008-05-14, by diego
-
its typo spotted by diego2008-05-14, by compn
-
Use standard license headers with standard formatting.2008-05-14, by diego
-
Use standard license headers with standard formatting.2008-05-14, by diego
-
Speak of libass instead of MPlayer in the libass license headers.2008-05-14, by diego
-
Use standard license headers with standard formatting.2008-05-14, by diego
-
clean up dll keyword2008-05-14, by compn
-
add rl2 codec2008-05-14, by compn
-
sync w/r267622008-05-14, by gpoirier
-
Add detection code for abnormal pts jump when seeking previous.2008-05-14, by ulion
-
Seek by pts accurately.2008-05-14, by ulion
-
Remove '(pass 1/2)' from some lavcopts. These options really worked on2008-05-13, by corey
-
Add a new suboption to -vo xv and -vo xvmc that allows selection2008-05-13, by ben
-
Use more intuitive and user-friendly DVDNAV control keys.2008-05-13, by ben
-
Delcare a dvdnav-specific input section if the currently played2008-05-13, by ben
-
Use standard license headers.2008-05-13, by diego
-
Use standard license header with standard formatting.2008-05-13, by diego
-
Add standard license header.2008-05-13, by diego
-
Fix one more license header wording detail for consistency.2008-05-13, by diego
-
Use standard license header.2008-05-13, by diego
-
Fix typo in install-gui target dependency.2008-05-13, by diego
-
Cosmetics: remove some commented code.2008-05-12, by eugeni
-
Change subtitle selection order by giving "indirect" ways of specifying the2008-05-12, by eugeni
-
Use standard license headers.2008-05-12, by diego
-
consistency cosmetics: Move some parts of file headers around; typo fixes.2008-05-12, by diego
-
-psprobe can be used in mpeg-pes streams, too2008-05-12, by nicodvb
-
ptx is an internal fourcc2008-05-12, by compn
-
Remove pointless changelogs.2008-05-12, by diego
-
Use standard license header and add back credits line for Marcel Naziri.2008-05-12, by diego
-
Remove pointless changelog from file header.2008-05-12, by diego
-
add ffsiff, works on game-formats/SIFF/2008-05-12, by compn
-
add ffptx , works on ptx samples2008-05-12, by compn
-
When building font pattern, treat both ' ' and '-' as word separators.2008-05-11, by eugeni
-
Fix possible free of unallocated memory.2008-05-11, by eugeni
-
Remove unused file, it has never been compiled.2008-05-11, by diego
-
Oops, remove stray .TP.2008-05-11, by diego
-
Use standard license header.2008-05-11, by diego
-
sync w/r267322008-05-11, by gpoirier
-
Add license headers to av_opts2008-05-11, by reimar
-
Factorize "int i".2008-05-11, by michael
-
cosmetics: wording/spelling fixes2008-05-11, by diego
-
cosmetics: Fix unknow vs. unknowN typo.2008-05-11, by diego
-
Mark new options Michael committed as undocumented.2008-05-11, by diego
-
Add newlines at end of file, this is required for text files and gcc2008-05-11, by reimar
-
synced with r267292008-05-11, by Gabrov
-
MPlayer uses Subversion, not GIT, 10L to me, and thanks to Mizda for spotting this2008-05-11, by gpoirier
-
AVOption support for lavf demuxing2008-05-10, by michael
-
AVOptions support for lavf muxing.2008-05-10, by michael
-
Reformat very ugly code.2008-05-10, by michael
-
AVOption support for video encoders.2008-05-10, by michael
-
AVOptions support for libavcodec based video decoders.2008-05-10, by michael
-
AVOptions support.2008-05-10, by michael
-
Replace a really ugly hack by a clean but not thread safe solution.2008-05-10, by michael
-
Request a timer resolution of 1 ms on Windows, the default of2008-05-10, by reimar
-
Prefer FSF-style AltiVec flags over Apple-style.2008-05-10, by diego
-
Simplify AltiVec compiler flag test.2008-05-10, by diego
-
usec_sleep(0) is not the same as not sleeping at all.2008-05-10, by reimar
-
Simplify AltiVec CFLAG test.2008-05-10, by diego
-
Replace some if constructs with && in the AltiVec test.2008-05-10, by diego
-
cosmetics: whitespace changes, spelling, code moving in AltiVec test.2008-05-10, by diego
-
Add . to windres include path (otherwise version.h is not found).2008-05-10, by reimar
-
Add force-pbo suboption for faster OpenGL output.2008-05-10, by reimar
-
Only check for and set AltiVec flags if AltiVec or runtime CPU detection is2008-05-10, by diego
-
Consistency fix: all DVD encoding examples had ":aspect=16/9" option, so put2008-05-10, by gpoirier
-
Remove outdated FIXME comment.2008-05-10, by diego
-
Add ati-hack suboption that aligns the lines to 32/64 bytes for PBO transfers2008-05-10, by reimar
-
Add some comment headings to divide the Makefile into logical chapters.2008-05-09, by diego
-
cosmetics: Move some stuff around for more logical grouping.2008-05-09, by diego
-
Remove in_asm_used_var_warning_killer()2008-05-09, by superdump
-
sync w/r266742008-05-09, by gpoirier
-
FFmpeg parts no longer require extra -I CFLAGS.2008-05-09, by diego
-
Sync with latest FFmpeg changes.2008-05-09, by diego
-
Use full path for #includes from another directory.2008-05-09, by diego
-
cosmetics: indentation2008-05-09, by diego
-
Add options to handle the external libraries in libavcodec, which require2008-05-08, by diego
-
Add option to disable mp3lame.2008-05-08, by diego
-
cosmetics: Rename _lavc_* variables to _*_lavc.2008-05-08, by diego
-
cosmetics: Rename _def_lavc_* variables to _def_*_lavc.2008-05-08, by diego
-
Remove useless output.2008-05-08, by diego
-
add h264 speedups2008-05-08, by compn
-
Reindent for last commit.2008-05-08, by ulion
-
Distinguish between ac3 and dts by format tag.2008-05-08, by ulion
-
Define FC_FULLNAME and FC_EMBOLDEN to fix compilation with ancient fontconfig.2008-05-08, by eugeni
-
If both full name and family are available, use the former in inexact match warning.2008-05-08, by eugeni
-
Remove extra family names from the search pattern after FcFontSort and2008-05-08, by eugeni
-
Add paragraph about homepage translation.2008-05-08, by diego
-
Clarify order of importance for translations.2008-05-08, by diego
-
Move some blocks around for better text structuring.2008-05-08, by diego
-
Add paragraph headings.2008-05-08, by diego
-
small wording fix2008-05-07, by diego
-
more complete mphelp_check.py command lines, typo, clarifications2008-05-07, by diego
-
Remove obscure comment about libmp3lame depending on Vorbis.2008-05-07, by diego
-
1l: Remove leftover _lavc_x264 variable.2008-05-07, by diego
-
Avoid dependency on newer pulseaudio version.2008-05-07, by reimar
-
Mike Baker agreed to relicense his parts of the code as GPL v2+ on IRC.2008-05-07, by diego
-
Relicense file as GPL v2+; bero granted permission on IRC.2008-05-07, by diego
-
Always enable x264 in libavcodec if x264 is enabled.2008-05-06, by diego
-
synced with r266492008-05-06, by ptt
-
synced with r266742008-05-06, by ptt
-
update paragraphs related to x264, and update its checkout command2008-05-06, by gpoirier
-
add h264 to list of supported codecs2008-05-05, by compn
-
cosmetics: sort lines (correctly)2008-05-05, by diego
-
Remove useless variable startup_time, since we do not need it any more.2008-05-05, by ulion
-
cosmetics: Shuffle lines around and add empty lines.2008-05-04, by lu_zero
-
Build sparc arch specific code using the Makefile2008-05-04, by lu_zero
-
cosmetics: alphabetical order2008-05-04, by diego
-
Rewrite (gcc) compiler check to default to enabling compilation and not set2008-05-04, by diego
-
cosmetics: Remove trailing whitespace.2008-05-03, by diego
-
cosmetics: Remove unused argc/argv parameters from test programs.2008-05-03, by diego
-
cosmetics: Consistently compactify and reformat test programs.2008-05-03, by diego
-
Ignore generated header object files.2008-05-03, by diego
-
Add missing header #includes to fix 'make checkheaders'.2008-05-03, by diego
-
Make the checkheaders target work non-recursively.2008-05-03, by diego
-
cosmetics: Fix one misindented line.2008-05-03, by diego
-
Use a regular expression to filter out all external library parts from FFmpeg.2008-05-03, by diego
-
Remove dead code; LIBVORBIS_ENCODER is deleted from _libavencoders elsewhere.2008-05-03, by diego
-
External libraries used by FFmpeg now have a lib prefix in their name.2008-05-03, by diego
-
Only compile and use libmpeg2 AltiVec code when AltiVec is available. The2008-05-03, by diego
-
vo_gl -dr actually works fine with non-readable MP_IMGTYPE_IP and MP_IMGTYPE_IPB.2008-05-03, by reimar
-
Fix compilation: disable libdirac and libschroedinger FFmpeg de- and encoders.2008-05-03, by reimar
-
Fix 100l: mpi->height must be used to calculate required memory, not mpi->h.2008-05-03, by reimar
-
VLB audio is quite similar to AAC, and faad decodes somewhat usably (though2008-05-03, by reimar
-
Fix the second fontconfig_init function as the declaration in the .h file.2008-05-03, by ulion
-
Remove modification notes from unmodified files.2008-05-03, by diego
-
Update documentation for the gl2 driver to make clear gl is usually preferred.2008-05-03, by reimar
-
Fix some not entirely correct and misleading messages.2008-05-02, by eugeni
-
Print more info about selected font.2008-05-02, by eugeni
-
Rewrite font family check in a simpler way.2008-05-02, by eugeni
-
Move font family check to the end of the list.2008-05-02, by eugeni
-
Cosmetics: rename local variables to better reflect their contents.2008-05-02, by eugeni
-
Check ASF packet size before calling demux_asf_read_packet. Fixes segfault2008-05-02, by eugeni
-
cosmetics: Reindent after last commit and reformat comment.2008-05-01, by diego
-
Always run the GCC AltiVec test so that the correct AltiVec CFLAGS get picked2008-05-01, by diego
-
cosmetics: Fix indentation after last commits.2008-05-01, by diego
-
Remove obsolete gcc 2.96 warning message. This was also used for e.g. icc,2008-05-01, by diego
-
Remove --disable-gcc-check option and related code.2008-05-01, by diego
-
Rename cc_verc_fail variable to cc_fail.2008-05-01, by diego
-
Remove a comment that makes no longer sense (since quite some time actually)2008-05-01, by reimar
-
Support 32 bit float and integer formats in ao_pcm.c2008-05-01, by reimar
-
Add support for 32 bit format to ao_pulse.2008-05-01, by reimar
-
Make ao_pulse fall back to s16le format instead of just failing.2008-05-01, by reimar
-
realrtsp depends on librtsp/rtsp.c2008-05-01, by reimar
-
Remove recurse target. Instead, make FFmpeg parts depend on the phony recurse2008-05-01, by diego
-
cosmetics: Simplify altivec.h test.2008-05-01, by diego
-
cosmetics: Fix indentation after last commit.2008-05-01, by diego
-
Check for altivec.h always, not just when AltiVec is enabled.2008-05-01, by diego
-
Build libmpeg2 AltiVec code on PPC always, not just when AltiVec is available.2008-05-01, by diego
-
Fix compilation on PPC without AltiVec.2008-05-01, by diego
-
Enable Alpha/ARM optimizations in libmpeg2.2008-05-01, by diego
-
Skip '@' at the beginning of the font name.2008-05-01, by eugeni
-
Only warn if both font family and its full name are different from requested.2008-05-01, by eugeni
-
Allow inexact font family matching.2008-05-01, by eugeni
-
Remove tools on distclean, not on clean.2008-04-30, by diego
-
Add testclean target and make distclean depend upon it.2008-04-30, by diego
-
Introduce TEST_OBJS variable for objects to link all test files against2008-04-30, by diego
-
Set libdvdcss CFLAGS for dvdread from configure.2008-04-30, by diego
-
whitespace cosmetics2008-04-30, by diego
-
Add new tests target to build all test programs and remove them on distclean.2008-04-30, by diego
-
Link loader test files against mp_msg-mencoder.o instead of mp_msg.o.2008-04-30, by diego
-
Add compilation rule for libvo/aspecttest and (hackishly) fix linking.2008-04-30, by diego
-
Remove libass dependency on global font_fontconfig variable.2008-04-30, by eugeni
-
Add $(EXESUF) to test rules.2008-04-30, by diego
-
Remove loader/wine/avifmt.h #include, the AVI types declared there conflict2008-04-30, by diego
-
Add missing string.h #include to fix a bunch of implicit declaration warnings.2008-04-30, by diego
-
Remove unused fast_memcpy() function and link against the object that2008-04-30, by diego
-
cosmetics: Move some variable declarations to better places.2008-04-30, by diego
-
Disable unused function.2008-04-30, by diego
-
Mark all functions that are only used within the file as static.2008-04-30, by diego
-
The recurse target does not depend on help_mp.h.2008-04-30, by diego
-
Make the default target depend on the recurse target again so that the2008-04-30, by diego
-
Explicitly declare which dependency files need generated headers.2008-04-30, by diego
-
Use consistent include paths, we always build from the top level now.2008-04-30, by diego
-
Remove unnecessary version.h #includes.2008-04-30, by diego
-
Rebuild version.h only when the working directory was updated.2008-04-30, by diego
-
Sync codec short name changes from FFmpeg.2008-04-30, by diego
-
Move CFLAGS setting to configure.2008-04-29, by diego
-
change cvs > svn2008-04-29, by compn
-
add info lines to ffmimic, ffkmvc. fixes codec-status table.2008-04-29, by compn
-
Link tools against mp_msg-mencoder.o instead of mp_msg.o.2008-04-29, by diego
-
Merge mpcommon.mak into Makefile.2008-04-29, by diego
-
cosmetics: Move version.h/help_mp.h generation rules to a better place.2008-04-29, by diego
-
10l: Add missing \ for line continuation.2008-04-29, by diego
-
Do not rebuild version.h at every Makefile change.2008-04-29, by diego
-
Convert clean/distclean into non-recursive targets.2008-04-29, by diego
-
Remove generated headers and generated helper binaries only on distclean.2008-04-29, by diego
-
Remove unnecessary dependency declaration.2008-04-29, by diego
-
Merge nearly identical SRCS_COMMON lines.2008-04-29, by diego
-
Get rid of now obsolete library rules and variables.2008-04-28, by diego
-
cosmetics: Reorder commands in (dist)clean targets.2008-04-28, by diego
-
Remove '-' prefix from 'rm -f' commands for consistency.2008-04-28, by diego
-
Mark phony checkheaders target as such.2008-04-28, by diego
-
Merge now redundant clean and distclean rules into the top-level Makefile.2008-04-28, by diego
-
Force to uint64_t first to avoid direct conversion from double to unsigned int.2008-04-28, by ulion
-
Remove code for .depend generation, inclusion and related hacks.2008-04-28, by diego
-
.depend should no longer be ignored.2008-04-28, by diego
-
Run 'make depend', not 'make .depend' in FFmpeg subdirectories.2008-04-28, by diego
-
Remove unnecessary CFLAGS hack.2008-04-28, by diego
-
Remove unnecessary -I.. from CFLAGS, change -I../libavutil to -Ilibavutil.2008-04-28, by diego
-
Use consistent #include paths without "../".2008-04-28, by diego
-
Use full path for libavutil #includes.2008-04-28, by diego
-
Consistently #include mpbswap.h instead of bswap.h everywhere.2008-04-28, by diego
-
Merge loader/Makefile into top-level Makefile.2008-04-28, by diego
-
Restore line mistakenly commented out in the last commit.2008-04-28, by diego
-
Make sure all autogenerated .h and .c files exist in the vidix subdirectory2008-04-28, by diego
-
Remove calls to Restore_LDT_Keeper, exit() is called immediately afterwards2008-04-28, by diego
-
Add missing ldt_keeper.h #include; this fixes a bunch of implicit declaration2008-04-28, by diego
-
Merge TEST_OBJS and TEST_LDFLAGS.2008-04-28, by diego
-
Add -g to CFLAGS, not to LDFLAGS.2008-04-28, by diego
-
Merge test program compilation rules using patterns.2008-04-28, by diego
-
Add CFLAGS to test program compilation commands.2008-04-28, by diego
-
Add missing ../osdep/mmap_anon.o to TEST_OBJS.2008-04-28, by diego
-
Remove unnecessary linker flags.2008-04-28, by diego
-
Add missing #include, fixes the warning:2008-04-28, by diego
-
Adjust printf length modifier, fixes the warning:2008-04-28, by diego
-
Comment out variables only used in commented-out code, fixes the warnings:2008-04-28, by diego
-
Link against individual objects, the osdep library is not generated anymore.2008-04-28, by diego
-
Remove obsolete and non-working test program.2008-04-28, by diego
-
Make OBJS depend on the recurse target instead of just the all target.2008-04-28, by diego
-
Remove .S files from list of files to generate dependencies for.2008-04-28, by diego
-
Merge mp3lib/Makefile into top-level Makefile.2008-04-27, by diego
-
Merge liba52/Makefile into top-level Makefile.2008-04-27, by diego
-
Remove unnecessary compilation command that shadows GNU Make builtin command.2008-04-27, by diego
-
Remove unnecessary -lm linker flag from test program compilation command.2008-04-27, by diego
-
Merge libmpeg2/Makefile into top-level Makefile.2008-04-26, by diego
-
clean and distclean rules do the same thing.2008-04-26, by diego
-
clean and distclean rules do the same thing.2008-04-26, by diego
-
Merge vidix/Makefile into top-level Makefile.2008-04-26, by diego
-
Merge clean and distclean rules.2008-04-26, by diego
-
Mark alltools target as phony.2008-04-26, by diego
-
Only compile libmpcodecs/ve_qtvideo.c on Windows.2008-04-26, by diego
-
Add alltools target and variable to build non-linking tools.2008-04-26, by diego
-
Only add vidix to parts when VIDIX is enabled.2008-04-26, by diego
-
Take Objective C files into account when generating dependencies.2008-04-26, by diego
-
Add rule for generating dependency files from Objective C files.2008-04-26, by diego
-
Revert accidentally committed changes.2008-04-25, by diego
-
Only add loader to parts if WIN32DLL is enabled.2008-04-25, by diego
-
Ignore test program.2008-04-25, by diego
-
Only compile decode_i586.c on x86_32.2008-04-25, by diego
-
Remove useless comments with compilation commands.2008-04-25, by diego
-
Fix test program linking.2008-04-25, by diego
-
Add return statement, fixes the warning:2008-04-25, by diego
-
Remove redundant declaration, fixes the warning:2008-04-25, by diego
-
Add return statement, fixes the warning:2008-04-25, by diego
-
Remove unused variable.2008-04-25, by diego
-
Add missing #include, fixes the warning:2008-04-25, by diego
-
Take name of getch file to link against from config.mak.2008-04-25, by diego
-
Merge dvdread/Makefile into top-level Makefile.2008-04-25, by diego
-
DVDCSS_INTERNAL has been renamed to LIBDVDCSS_INTERNAL.2008-04-25, by diego
-
Merge libfaad2/Makefile into top-level Makefile.2008-04-24, by diego
-
Rename make variable DVDCSS_INTERNAL --> LIBDVDCSS_INTERNAL.2008-04-24, by diego
-
Merge libdvdcss/Makefile into top-level Makefile.2008-04-24, by diego
-
Merge libmpdemux/Makefile into top-level Makefile.2008-04-24, by diego
-
Explicitly include dependency information in top-level Makefile.2008-04-24, by diego
-
dependency generation infrastructure for C++ files2008-04-24, by diego
-
Include mpcommon.mak before declaring dependencies, which require mpcommon.mak.2008-04-24, by diego
-
Make sure necessary header files are created before recursing.2008-04-24, by diego
-
#include base64.h with full path.2008-04-24, by diego
-
Move libfaad2 fixed-point CFLAGS setting to configure.2008-04-24, by diego
-
Expand conditional addition of elements to variables with a form that permits2008-04-24, by diego
-
Merge stream/Makefile into top-level Makefile.2008-04-24, by diego
-
Merge libmpcodecs/Makefile into top-level Makefile.2008-04-24, by diego
-
cosmetics: alphabetical order2008-04-24, by diego
-
consistently print fps with three digits of precision2008-04-23, by corey
-
use existing MSGTR_FilefmtFourccSizeFpsFtime translatable string macro2008-04-23, by corey
-
There is no need to remove .a files from subdirectories, they are only2008-04-23, by diego
-
Merge libvo/Makefile into top-level Makefile.2008-04-23, by diego
-
EXTRAXX_INC flags should now be added to .depend compilation,2008-04-23, by diego
-
Merge libao2/Makefile into top-level Makefile.2008-04-23, by diego
-
Remove useless 0 flag from s printf conversion specifier, fixes the warning:2008-04-23, by diego
-
Take audio delay into account when seeking in avisynth demuxer.2008-04-23, by reimar
-
Merge tremor/Makefile into top-level Makefile.2008-04-22, by diego
-
Move Tremor low accuracy CFLAGS handling to configure.2008-04-22, by diego
-
Only add loader to PARTS on x86.2008-04-22, by diego
-
.depend has to get all the CFLAGS that the files it contains dependency2008-04-22, by diego
-
Create standard recursive rules from a template.2008-04-22, by diego
-
Use directory name as library name template.2008-04-22, by diego
-
Simplify phony target declaration.2008-04-22, by diego
-
Add an unconditional phony recurse rule and make the binaries depend on it.2008-04-22, by diego
-
revert commits 26437-26439 the right way[tm]2008-04-22, by attila
-
Only add available CPU extensions to config.mak.2008-04-22, by diego
-
Move phony target declaration to the bottom of the file; add distclean target.2008-04-22, by diego
-
Add BFI video support through FFmpeg.2008-04-22, by diego
-
Add standard GPL header to individual files.2008-04-22, by diego
-
Use standard GPL header.2008-04-22, by diego
-
Remove redundant definitions that are already present on the command line.2008-04-22, by diego
-
Merge TOOLS/Makefile into the top-level Makefile.2008-04-22, by diego
-
Fix potential segfault in debug printf in expSetFilePointer2008-04-21, by rtogni
-
synced with r264842008-04-21, by Gabrov
-
sync w/r26460, patch by JRaSH %jrash06 A 163 P com%2008-04-21, by gpoirier
-
sync w/r26067, patch by mehmet köse % voltrem A gmail P com %2008-04-21, by gpoirier
-
sync w/r264602008-04-21, by gpoirier
-
Remove pointless '0' flag from fprintf call, fixes the warning:2008-04-21, by diego
-
Add $(EXESUF) to netstream rule.2008-04-20, by diego
-
Only build modify_reg on x86.2008-04-20, by diego
-
Simplify list of files to remove on make clean.2008-04-20, by diego
-
fastmemcpybench is a phony target. Do not try to remove a file by that name.2008-04-20, by diego