Mercurial > mplayer.hg
graph
-
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
-
Support for MSU SCLS (Screen Capture Lossless Codec) with SCLS.DLL2008-04-20, by rtogni
-
Add status to mimic and kmvc codecs2008-04-20, by rtogni
-
add better information about inverse-telecining with vf_filmdint2008-04-20, by corey
-
Add support for msn siren audio coced via binary dll sirenacm.dll2008-04-20, by rtogni
-
Canopus HQ tries to load the auxiliary dlls with lowercase filename2008-04-20, by rtogni
-
add canopus codecs, patch by Gianluigi Tiesi2008-04-19, by compn
-
Revert r26412: policy violation2008-04-19, by rtogni
-
Revert r26411: policy violation2008-04-19, by rtogni
-
revert commits 26437-264392008-04-19, by attila
-
Add dependency information to recursive rules. While more eager than strictly2008-04-19, by diego
-
Add missing recursive rule for libmpcodecs/libmpencoders.a.2008-04-19, by diego
-
cosmetics: Sort recursive rules alphabetically.2008-04-19, by diego
-
per-file dependencies (for the non-recursive parts)2008-04-18, by diego
-
Adjust dependency generation prerequisites to new structure.2008-04-18, by diego
-
Always generate dependency information. This also allows dropping the2008-04-18, by diego
-
synced with r264602008-04-18, by ptt
-
restore options alphabetical order2008-04-18, by ptt
-
Mark phony targets as such.2008-04-18, by diego
-
Simplify phony target declaration.2008-04-18, by diego
-
10l: Rename remaining instances of $i to $lang.2008-04-18, by diego
-
cosmetics: __asm__ __volatile__ --> asm volatile2008-04-17, by diego
-
Prefer libavformat musepack demuxer over internal one (which does not even support v8).2008-04-16, by reimar
-
noconfig fix, disable_gui_conf was not defined when compiling mencoder.2008-04-15, by albeu
-
typo: crahes --> crashes2008-04-15, by corey
-
Refer to where encoding quality is described.2008-04-15, by corey
-
As of r19025, the "above link" refers to an article, not a guide.2008-04-15, by corey
-
Fix the indentation after the noconfig patch.2008-04-14, by albeu
-
10L, forgot to commit the documentation for the -noconfig options.2008-04-14, by albeu
-
Add options to disable some or all config files.2008-04-14, by albeu
-
Add support for system wide config file in mencoder.2008-04-14, by albeu
-
demux_asf: Fix operator precedence in packet length check2008-04-13, by uau
-
Add libpostproc to list of pseudo-dependencies.2008-04-13, by diego
-
Declare all clean targets phony in mpcommon.mak.2008-04-13, by diego
-
The TAGS and tags targets are not phony.2008-04-13, by diego
-
Add gui subdirectories to DIRS instead of manually cleaning them.2008-04-13, by diego
-
Replace shell for loop by proper make foreach construct.2008-04-13, by diego
-
Replace the trivial command line preparser with a more robust version2008-04-13, by albeu
-
cosmetics: fix indentation2008-04-13, by attila
-
move the #ifdef HAVE_XINERAMA to enclose the whole function2008-04-13, by attila
-
Always calculate the xinerama screen mplayer is on.2008-04-13, by attila
-
Fix DEPEND_CMD, there was one level of variable indirection too much.2008-04-13, by diego
-
Sync with latest FFmpeg changes.2008-04-13, by diego
-
Add Makefile variable for DVB OSD menu, saves one ifeq.2008-04-13, by diego
-
Replace "all rights reserved" statement with standard GPL license header.2008-04-13, by diego
-
Restore compilation of osdep/mplayer-rc.o.2008-04-13, by diego
-
Set dll_type and rv_handle for drvc.dll2008-04-13, by zuxy
-
Relicense test/example files as LGPL with Michael's permission.2008-04-13, by diego
-
Add Chinese comment2008-04-13, by zuxy
-
Restore grayscale decoding support with FFmpeg.2008-04-13, by diego
-
Fix MPDEPEND_CMD to work with more than one subdirectory level.2008-04-12, by diego
-
Backport SSE2-optimized IDCT routines from upstream libmpeg2.2008-04-12, by diego
-
wording improvements suggested by the Wanderer2008-04-12, by diego
-
removed useless parameter :type from -dvbin (the frontend type is reported by the card)2008-04-12, by nicodvb
-
removed defunct options :vid and :aid from -dvbin (they were useless from the start)2008-04-12, by nicodvb
-
Oops...should be "drv43260.dll" instead of "drv34260.dll"2008-04-12, by zuxy
-
Cosmetic fix for r264192008-04-12, by zuxy
-
Dlls can be relocated when loading so rely on filename instead of absolute2008-04-12, by zuxy
-
Indentation fix for r264172008-04-12, by zuxy
-
Don't print "Could not patch" messages when we haven't actually tried to patch.2008-04-12, by zuxy
-
Check for drvc.dll entries for mingw322008-04-12, by zuxy
-
Ignore dependency files.2008-04-12, by diego
-
Make include paths consistent; do not use ../ in them.2008-04-12, by diego
-
demux_real.c: Always use MP_NOPTS_VALUE for unknown pts2008-04-12, by uau
-
demux_mkv.c: Mark some static tables const2008-04-12, by uau
-
Reformat demuxer.c2008-04-12, by uau
-
Remove global demuxer_type2008-04-12, by uau
-
subreader.c: remove unused code2008-04-12, by uau
-
Remove another two useless special-case from flac metadata reading function2008-04-12, by reimar
-
Simplify: use AV_RB242008-04-12, by reimar
-
Remove useless checks2008-04-12, by reimar
-
Simplify (currently disabled) get_flac_metadata2008-04-12, by reimar
-
Update include paths to account for build system changes.2008-04-12, by diego
-
typo fixes2008-04-12, by diego
-
Enable runtime control for colorful and/or module name output2008-04-12, by zuxy
-
Remove unused function demux_read_data_pack2008-04-11, by uau
-
Makefile: Fix compilation on systems with dvb support2008-04-11, by uau
-
Remove unused make variable.2008-04-11, by diego
-
Merge ./gui/Makefile into ./Makefile, one less instance of recursive make.2008-04-11, by diego
-
Add gui/ prefix to some #include paths so that compilation from the2008-04-11, by diego
-
Add GUI_GTK make variable.2008-04-11, by diego
-
typo in filename2008-04-11, by diego
-
Remove duplicate #include.2008-04-11, by diego
-
Update comment to account for renamed header file.2008-04-11, by diego
-
Split cfg-common.h into two separate header files. It was being included twice2008-04-11, by diego
-
Ahem, libmenu objects should only be compiled when OSD menu is enabled.2008-04-11, by diego
-
vf_pp7 does not depend on libavcodec.2008-04-11, by diego
-
vf_screenshot depends on libavcodec.2008-04-11, by diego
-
Remove unused TARGET_WIN32 setting.2008-04-11, by diego
-
Remove Win32 linker option for netstream. Other winsock using code does not2008-04-11, by diego
-
Add a config.mak variable to control compilation of the Win32 GUI.2008-04-11, by diego
-
Remove unused definition.2008-04-11, by diego
-
Support for vorbis.acm decoder (used for some implementations of vorbis2008-04-10, by rtogni
-
if it's 'for lang in...' it's better off to use $$lang as a variable next ;)2008-04-10, by ptt
-
Fix illegal identifier: Rename _ftype_t macro to FLOAT_TYPE.2008-04-10, by diego
-
1000l fix linking after r263782008-04-09, by rtogni
-
document ignore option2008-04-09, by compn
-
10l: libass compilation should be conditional.2008-04-09, by diego
-
Rename ASS make variable to LIBASS.2008-04-09, by diego
-
Remove useless #include.2008-04-09, by diego
-
Merge libaf/Makefile into Makefile, one less instance of recursive make.2008-04-09, by diego
-
Remove some useless quotes from #error preprocessor directives.2008-04-09, by diego
-
Use quotes instead of angular brackets for local includes.2008-04-09, by diego
-
Handle af_ladspa conditional compilation in the usual way.2008-04-09, by diego
-
Remove -I CFLAGS hack, -I../libavcodec is no longer in CFLAGS.2008-04-09, by diego
-
Do not build subrip with debugging symbols.2008-04-09, by diego
-
cosmetics: Group dependency declarations together.2008-04-09, by diego
-
Remove redundant compilation commands that shadow builtin rules.2008-04-09, by diego
-
List libraries to link to in dependency list.2008-04-09, by diego
-
cosmetics: Add CFLAGS to compilation commands everywhere.2008-04-09, by diego
-
Remove unnecessary ../libmpcodecs/img_format.o from list subrip objects.2008-04-09, by diego
-
Update for latest changes to linking dependencies.2008-04-09, by diego
-
Add missing #includes to pass 'make checkheaders' to codecs.conf.h.2008-04-09, by diego
-
Restore osdep/mmap-os2.c compilation, which was accidentally removed.2008-04-09, by diego
-
cosmetics: Align columns.2008-04-09, by diego
-
Fix nonsensical license header, mpeg2dec is not GNU Make.2008-04-09, by diego
-
Split the lavf taglists out of the lavf muxer to allow using libmpmux2008-04-09, by albeu
-
Split the aac header parsing out of aac demuxer to allow using libmpmux2008-04-09, by albeu
-
Remove the need for code using stream to export an mp_input_check_interrupt()2008-04-09, by albeu
-
Make stream independent of libmpdemux, the asf demuxer and streaming2008-04-09, by albeu
-
Merge libass/Makefile into Makefile, one less recursive make directory.2008-04-08, by diego
-
cosmetics: Rename some shell variables to give them more descriptive names.2008-04-08, by diego
-
cosmetics: Merge shell commands into one line.2008-04-08, by diego
-
Do not suppress command output.2008-04-08, by diego
-
Merge osdep/Makefile into the top-level Makefile, thus getting rid2008-04-08, by diego
-
Move decision about which getch2 and timer file to compile to configure.2008-04-08, by diego
-
Move decision about whether or not to compile osdep/mmap_os2.c to configure.2008-04-08, by diego
-
Merge simplifications from FFmpeg r12764.2008-04-08, by diego
-
Fix FFmpeg DEPEND_CMD to account for latest changes and add MPDEPEND_CMD.2008-04-07, by diego
-
Sync with FFmpeg's shiny new non-recursive build system.2008-04-07, by diego
-
non-recursive makefiles2008-04-07, by mru
-
reset() should not senselessly close and reopen2008-04-07, by reimar
-
AUDIO_DRAIN makes no sense directly after opening2008-04-07, by reimar
-
Build all parts in the libmenu subdirectory nonrecursively.2008-04-07, by diego
-
There is no more need to ignore .depend and libinput.a.2008-04-07, by diego
-
According to the Icon Theme Specification icon names should have no extension.2008-04-07, by diego
-
Get rid of recursive make for the input/ subdirectory.2008-04-06, by diego
-
Update Makefile to account for native/RTjpegN.c --> native/rtjpegn.c renaming.2008-04-06, by diego
-
Use DEPEND_CMD as set by configure to generate dependency information instead2008-04-06, by diego
-
100l: Revert previous accidental commit.2008-04-06, by diego
-
Rename RTJPEG files so that filenames consist of lowercase name only.2008-04-06, by diego
-
add dvcpro 50 in mov fourcc, patch by j _ta_ v2v.cc2008-04-06, by compn
-
synced with r263332008-04-05, by Gabrov
-
Add multiple inclusion guards to help_mp.h.2008-04-05, by diego
-
Use the more natural ">" instead of "1>" for stdout redirection.2008-04-05, by diego
-
Fix lots and lots of other demuxers broken by r263012008-04-05, by reimar
-
Remove another useless cast2008-04-05, by reimar
-
Remove useless cast2008-04-05, by reimar
-
Do proper parsing for DVR-MS files, this fixes playback with ffmpeg decoder2008-04-05, by reimar
-
Set demuxer->audio->id to avoid breakage due to r263012008-04-05, by reimar
-
Set correct codec tag for raw rgb in mov, fixes2008-04-05, by reimar
-
Export some more information for FFmpeg's buid system.2008-04-04, by diego
-
add switch_aspect cycle wish2008-04-04, by compn
-
Change I_TYPE -> FF_I_TYPE to fix compilation.2008-04-04, by iive
-
Change I_TYPE -> FF_I_TYPE to fix compilation.2008-04-03, by reimar
-
Better mark variables that are changed by the signal handler as volatile2008-04-03, by reimar
-
Add some const qualifiers to reduce warnings2008-04-02, by uau
-
Remove now useless PARTS-yes line.2008-04-01, by diego
-
Darwin and Win32 DVD support libs are handled separately, take them back2008-04-01, by diego
-
Initialize _dvdread variable to "no" in the dvdread check.2008-04-01, by diego
-
Remove pointless comments from local diff.2008-04-01, by diego
-
cosmetics: Fix some typos and trailing whitespace in local changes.2008-04-01, by diego
-
Revert local changes that pointlessly add #ifdefs all over libmpeg2 to disable2008-04-01, by diego
-
Remove unnecessary includes2008-04-01, by uau
-
Do not #include libavutil/common.h. It is not used directly and mpbswap.h2008-04-01, by diego
-
Ahem, fix quoting of $ in DEPEND_CMD.2008-03-31, by diego
-
Add DEPEND_CMD to config.mak (sync with FFmpeg).2008-03-31, by diego
-
Rename HAVE_XVMC_ACCEL to HAVE_XVMC for consistency and to sync with FFmpeg.2008-03-31, by diego
-
cosmetics: Group all FFmpeg settings together in config.mak.2008-03-31, by diego
-
HAVE_MLIB was renamed to CONFIG_MLIB in FFmpeg.2008-03-31, by diego
-
We currently use %U as argument to the Exec entry to indicate that gmplayer2008-03-31, by diego
-
command.h: Remove unnecessary includes2008-03-31, by uau
-
mp_core.h: Fix use of 'mp_image_t' without definition2008-03-31, by uau
-
Case insensitive parsing of SSA/ASS section headers.2008-03-30, by eugeni
-
Skip BOM at the beginning of text in ASS parser.2008-03-30, by eugeni
-
Support 'default' attribute for audio and subtitle tracks.2008-03-30, by eugeni
-
Fix wrong #endif comment.2008-03-29, by diego
-
Fix possible integer overflow in malloc by using calloc instead.2008-03-29, by reimar
-
synced with r262972008-03-28, by ptt
-
compacted new libavformat's 'ipod' description2008-03-28, by ptt
-
Handle property commands in idle mode.2008-03-28, by reimar
-
Include some .h files in corresponding .c files2008-03-28, by uau
-
synced with r260732008-03-27, by ptt
-
it's synced with r235202008-03-27, by ptt
-
it's synced with r262582008-03-27, by ptt
-
it's synced with r240352008-03-27, by ptt
-
it's synced with r255662008-03-27, by ptt
-
it's synced with 261462008-03-27, by ptt
-
synced with 23516 (it was already ok)2008-03-27, by ptt
-
remove excessive space character2008-03-27, by ptt
-
grammar fix2008-03-27, by ptt
-
38% synced with r227532008-03-27, by ptt
-
cosmetics: prettyprinting2008-03-27, by diego
-
some more DragonFly BSD changes, patch by Hasso Tepper, hasso estpak ee2008-03-27, by diego
-
better explanation and grammar fix2008-03-27, by ptt
-
grammar fix2008-03-27, by ptt
-
support for DragonFly BSD, patch by Hasso Tepper, hasso estpak ee2008-03-27, by diego
-
Remove bsd() system check. Lumping different *BSD systems together like2008-03-27, by diego
-
sync with FFmpeg r125992008-03-26, by diego
-
cosmetics: Reindent X11 header search section after last commit.2008-03-26, by diego
-
Do not look for X11 headers on the host when cross-compiling.2008-03-26, by diego
-
Classify mlib as a configurable option, not as a hardware feature.2008-03-25, by diego
-
synced with r262712008-03-25, by ptt
-
add "ipod" to the list of formats handled by lavf2008-03-25, by gpoirier
-
Add FFmpeg Mimic decoder.2008-03-25, by diego
-
Mention that '-frames 0' is useful with -identify, closes bug #1046.2008-03-24, by diego
-
Fix 64 bit shared library compilation with MMX2 by properly using PIC mangling.2008-03-22, by diego
-
cosmetics: comment typo fixes2008-03-22, by diego
-
better wording2008-03-21, by ptt
-
add complete fifo instructions, user didnt know to use mkfifo first.2008-03-21, by compn
-
Ignore if we fail to get disc key, fixes playback of one of my DVDs which2008-03-21, by reimar
-
synced with r262602008-03-19, by ptt
-
Remove redundant ARCH_POWERPC #ifdef around HAVE_ALTIVEC.2008-03-18, by diego
-
Move sub_utf8_prev declaration out of the DUMPSUBS #ifdef.2008-03-18, by diego
-
Compilation fix.2008-03-18, by eugeni
-
another DCA audio identified (0x86) used in BD; patch by kirill belokurov gmail com2008-03-17, by nicodvb
-
Experimental support for -framedrop with -correct-pts.2008-03-17, by reimar
-
Make FFmpeg mpeg1/2 decoder the default over libmpeg22008-03-17, by reimar
-
fix typo: lavcoptc --> lavcopts2008-03-17, by diego
-
Fix a typo that causes an assertion to always fail.2008-03-17, by zuxy
-
Fix missed part of previous sync.2008-03-16, by voroshil
-
r26072: removed nonsense in the dvbin section2008-03-16, by voroshil
-
Sync tag update2008-03-16, by voroshil
-
r25994: typo fix: inited --> initialized2008-03-16, by voroshil
-
synced with r262512008-03-16, by Gabrov
-
typo2008-03-15, by diego
-
Remove unused MACOSX definition.2008-03-15, by diego
-
Use HAVE_QUICKTIME instead of MACOSX preprocessor condition.2008-03-15, by diego
-
Introduce HAVE_QUICKTIME definition and use it where appropriate.2008-03-15, by diego
-
Remove the unused function roundToInt16. It is a duplicate of the same function2008-03-15, by diego
-
Use __AMIGAOS4__ instead of AMIGA, like everywhere else.2008-03-15, by diego
-
Add a separate definition for quartz.2008-03-15, by diego
-
10l: Really disable coreaudio where intended.2008-03-15, by diego
-
Consistently use __APPLE__ instead of MACOSX as preprocessor condition.2008-03-15, by diego
-
Do not disable all Mac OS X support when pthreads are unavailable.2008-03-15, by diego
-
MACOSX_COREVIDEO --> corevideo2008-03-15, by diego
-
Introduce a separate definition for Mac OS X coreaudio support.2008-03-15, by diego
-
Fix wrong res_comment.2008-03-15, by diego
-
Simplify preprocessor condition for QT codecs, configure already does the2008-03-15, by diego
-
Remove duplicate #include of mpbswap.h.2008-03-14, by diego
-
Add FFmpeg DNxHD codec support2008-03-14, by reimar
-
#include config.h before all other headers.2008-03-14, by diego
-
synced with r262322008-03-14, by ptt
-
synced with r260142008-03-13, by ptt
-
added missing escapes2008-03-13, by ptt
-
better syntax for A key2008-03-13, by ptt
-
sync'ed to r260672008-03-13, by ptt
-
removed an english line left in2008-03-13, by ptt
-
typos2008-03-12, by diego
-
Fix and simplify lscale=2 (bicub_x) scaler, produced funny2008-03-12, by reimar
-
removed redundant wincfg.h.2008-03-11, by vayne
-
34% synced with r227532008-03-11, by ptt
-
mingw uses windows sockets.2008-03-11, by vayne
-
Fix handling of comments in input.c, current code had useless ifs and in addition2008-03-11, by reimar
-
Mark Y variable in EPILOG macro as av_unused to avoid unused variable warnings.2008-03-11, by diego
-
Add missing header #include.2008-03-10, by diego
-
Add missing header #includes to fix 'make checkheaders'.2008-03-10, by diego
-
sync with FFmpeg r123982008-03-10, by diego
-
Add missing header #includes to fix 'make checkheaders'.2008-03-10, by diego
-
Remove useless #include.2008-03-10, by diego
-
Add missing header #include to fix 'make checkheaders'.2008-03-10, by diego
-
af_export.c is only compiled if HAVE_SYS_MMAN_H is set, so using that2008-03-10, by diego
-
typo2008-03-10, by diego
-
CONFIG_SWSCALER --> CONFIG_SWSCALE to match FFmpeg changes.2008-03-10, by diego
-
Make av_class a pointer to const.2008-03-10, by benoit
-
define VOF as double of VOFW.2008-03-10, by benoit
-
Disable QTX emulation on win32; fix builds on cygwin and mingw32.2008-03-10, by zuxy
-
Remove redundant swScaler: output from places where av_log()2008-03-10, by diego
-
Fix wrong check for vidix usage.2008-03-09, by iive
-
Don't use void * arithmetic.2008-03-09, by iive
-
Handle vga_init() error and output error message.2008-03-09, by iive
-
CONFIG_PP --> CONFIG_POSTPROC, sync with FFmpeg2008-03-08, by diego
-
Move HP-UX SCSI header check from the internal libdvdread check to the2008-03-08, by diego
-
cosmetics: Remove useless empty line.2008-03-08, by diego
-
cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.2008-03-08, by diego
-
remove duplicated pci ids in nvidia vidix driver2008-03-08, by ben
-
Grayscale encoding/decoding with FFmpeg is no longer enabled, remove references2008-03-07, by diego
-
Add missing header #includes to fix 'make checkheaders'.2008-03-07, by diego
-
Add missing header #includes to fix 'make checkheaders'.2008-03-07, by diego
-
This header uses parts of stdint.h, so #include it.2008-03-07, by diego
-
Add missing header #includes to fix 'make checkheaders'.2008-03-07, by diego
-
simplify library version handling2008-03-07, by mru
-
Remove unnecessary #ifdef nesting.2008-03-07, by diego
-
cosmetics: Decrapify the indentation of the last few blocks of main().2008-03-07, by diego
-
Add parentheses where necessary to fix || conditions to work as intended.2008-03-07, by diego
-
Remove duplicate conditions in dvdread check.2008-03-07, by diego
-
Set ASFLAGS in configure and initialize it as necessary for OS/2.2008-03-07, by diego
-
sync with FFmpeg r123542008-03-07, by diego
-
consolidate CFLAGS, LDFLAGS, EXTRALIBS assignment2008-03-06, by mru
-
sync w/r26067, patch by JRaSH jrash06 A 163 P com2008-03-06, by gpoirier
-
sync w/r26057, patch by JRaSH jrash06 A 163 P com2008-03-06, by gpoirier
-
change sws_format_name to return const char*, supress many warnings2008-03-06, by bcoudurier
-
remove redundant SwScaler text since av_log uses AVClass context2008-03-06, by bcoudurier
-
Add some more paths to find tools on Slackware 12.2008-03-06, by diego
-
Fix printf format string mismatch, eliminates the warning:2008-03-06, by diego
-
Add necessary header #includes to fix 'make checkheaders'.2008-03-06, by diego
-
ve_vfw.c: #include aviheader.h instead of wine avifmt.h2008-03-06, by uau
-
Disable S3 VIDIX driver on non-x86 platforms.2008-03-06, by diego
-
10l: ENABLE_GRAY needs to be present for libavcodec to compile.2008-03-06, by diego
-
Add missing header #includes to fix 'make checkheaders'.2008-03-05, by diego
-
Do not enable grayscale decoding in FFmpeg, it slows down the2008-03-05, by diego
-
Add ENABLE_DECODERS/ENABLE_DEMUXERS alongside CONFIG_DECODERS/CONFIG_DEMUXERS2008-03-05, by diego
-
Yet another hdv fourcc2008-03-05, by reimar
-
Add missing header #includes to fix 'make checkheaders'.2008-03-05, by diego
-
Add missing header #includes to fix 'make checkheaders'.2008-03-05, by diego
-
Rename url.c/url.h to the less generic gtk_url.c/gtk_url.h.2008-03-05, by diego
-
Add missing header #includes to fix 'make checkheaders'.2008-03-05, by diego
-
consistency cosmetics: Use #ifdef everywhere instead of #if defined().2008-03-05, by diego
-
One more (forgotten) fix for fixing sws_flags.2008-03-05, by michael
-
Turn ancient V offset numerical constants into named ones.2008-03-05, by michael
-
Fix ffvorbis decoder's output channel order with channel reordering function.2008-03-05, by ulion
-
Add necessary #includes to pass 'make checkheaders'.2008-03-04, by diego
-
Move duplicated extern declarations of mp_msg_levels and mp_msg_level_all2008-03-04, by diego
-
Remove pointless extern keyword from function declaration.2008-03-04, by diego
-
#include parser-cfg.h instead of declaring m_config_parse_config_file extern.2008-03-04, by diego
-
Remove pointless extern keyword from function declaration.2008-03-04, by diego
-
Add comments to #endif preprocessor directives.2008-03-04, by diego
-
Simplify preprocessor conditionals: USE_LIBAV* is defined when compiling2008-03-04, by diego
-
Remove pointless #ifdef USE_LIBAVCODEC inside #ifdef USE_LIBAVCODEC.2008-03-04, by diego
-
Remove ugly workaround for conflicting dca.h headers, it is no longer2008-03-03, by diego
-
Only demux_lavf.o explicitly needs -I../libavcodec in CFLAGS.2008-03-03, by diego
-
Add directory names to libavcodec #includes.2008-03-03, by diego
-
Remove unnecessary addition of -Ilibavformat to CFLAGS.2008-03-03, by diego
-
cosmetics: prettyprinting and alphabetical order2008-03-03, by diego
-
Move decision about whether or not to compile Windows emulation2008-03-03, by diego
-
Move decision about whether or not to compile wrapper.S to configure.2008-03-03, by diego
-
Add CFLAG_STACKREALIGN unconditionally to win32.o CFLAGS, configure takes care2008-03-03, by diego
-
Add checkheaders target, ported from FFmpeg.2008-03-03, by diego
-
Add ID_SEEKABLE information to -identify output.2008-03-03, by diego
-
#include osdep/mman.h if sys/mman.h is not available.2008-03-03, by diego
-
configure: Set CONFIG_ENCODERS=yes in config.mak unconditionally2008-03-03, by uau
-
Revert fixing illegal identifiers to fix compilation on MinGW. Unfortunately2008-03-02, by diego
-
Fix comment, qclp fourcc is Qclp not QCLP2008-03-01, by reimar
-
synced with r261382008-03-01, by Gabrov
-
Fix illegal identifiers starting with _ and capital letters.2008-03-01, by diego
-
Wrap '#include <sys/mman.h>' in HAVE_SYS_MMAN_H.2008-03-01, by diego
-
Replace __MINGW32__ preprocessor check with proper HAVE_SYS_MMAN_H check.2008-03-01, by diego
-
Remove va_start/vsnprintf workaround for OS/2.2008-03-01, by diego
-
Merge two #ifdefs.2008-03-01, by diego
-
cosmetics: reindent, detabify2008-03-01, by diego
-
Remove duplicate extern declaration.2008-03-01, by diego
-
fix bad function prototype2008-02-29, by ben
-
Remove now deprecated Savage VIDIX driver sources2008-02-29, by ben
-
Use MPlayer consistent define naming convention for newly introduce2008-02-29, by ben
-
New S3 VIDIX driver.2008-02-29, by ben
-
Add missing #include.2008-02-29, by eugeni
-
Support switching to/from nosound in demux_lavf.2008-02-29, by eugeni
-
Remove unused function.2008-02-29, by eugeni
-
Reindent.2008-02-29, by eugeni
-
Don't select audio stream in lavf and mkv demuxers.2008-02-29, by eugeni
-
Select audio stream in mplayer and mencoder, overriding demuxer decision.2008-02-29, by eugeni
-
Set audio->sh correctly when switching audio tracks. The same for video tracks.2008-02-29, by eugeni
-
Don't select subtitle track in lavf and mkv demuxers.2008-02-29, by eugeni
-
Demuxer-independent subtitle track selection.2008-02-29, by eugeni
-
Demuxer-independent functions for selecting tracks based on language.2008-02-29, by eugeni
-
Remove stupid checks of free() argument.2008-02-29, by eugeni
-
Fill sh_sub_t.lang in lavf, mkv and ogg demuxers. Use it for printing subtitle2008-02-29, by eugeni
-
Fill sh_audio_t.lang in lavf and mkv demuxers. Use it for printing audio track2008-02-29, by eugeni
-
Add language info to sh_sub_t and sh_audio_t.2008-02-29, by eugeni
-
Attempt to fix -chapter broken for mkv in r259872008-02-28, by reimar
-
joystick.c is only ever compiled on Linux, remove pointless #ifdef2008-02-28, by diego
-
TARGET_OS2 is never set, use __OS2__ instead.2008-02-28, by diego
-
Use _res_comment in joystick check.2008-02-28, by diego
-
cache support for OS/22008-02-28, by diego
-
mmap() support for OS/22008-02-27, by diego
-
Mention nvidia fix for vo gl and especially changed screensaver support2008-02-26, by reimar
-
Default to disabling VIDIX on platforms where it is not known to work.2008-02-26, by diego
-
less preprocessor magic in version number macros2008-02-26, by mru
-
configure: define ENABLE_ENCODERS for FFmpeg2008-02-26, by uau
-
sun rasterfile decoder2008-02-25, by compn
-
FFmpeg now uses different (unified) #include paths.2008-02-25, by diego
-
10l: Revert nonsense commit.2008-02-25, by diego
-
Fix outdated comment.2008-02-25, by diego
-
Remove old EMU_OLD cruft.2008-02-25, by diego
-
#include "libavutil/avutil.h" in swscale.h2008-02-25, by mru
-
Replace silly check for config.h inclusion, just include it.2008-02-24, by diego
-
Disable internal VIDIX on OS/2, patch by Dave Yeo, dave.r.yeo gmail com.2008-02-24, by diego
-
Wrap HAVE_XXX macros with RUNTIME_CPUDETECT, because when RUNTIME_CPUDETECT is2008-02-24, by diego
-
Enable SSE detection on OS/2.2008-02-24, by diego
-
cosmetics: Break one unreadable long line.2008-02-24, by diego
-
__asm __volatile -> asm volatile part 32008-02-24, by reimar
-
Compile codec-cfg binary with -O, avoids problems due to compilers2008-02-24, by reimar
-
Add MPLAYER_ prefix to multiple inclusion guard of generated file.2008-02-24, by diego
-
On OS/2, fall back on the directory where MPlayer is installed if both2008-02-24, by diego
-
On Win32 and OS/2, 'x:filename' path style without '\' path separator2008-02-24, by diego
-
Add missing #includes for Mac OS X, fixes the warning2008-02-24, by diego
-
Add #include <sys/sysctl.h> for Mac OS X, fixes the warning2008-02-24, by diego
-
Do not use a global temps variable, this is ugly and does not compile with ICC.2008-02-24, by reimar
-
Avoid a pointless special-case for opening a file2008-02-24, by reimar
-
Get rid of pointless and confusing comments2008-02-24, by reimar
-
Only icc 10.1 will be supported.2008-02-24, by cehoyos
-
Check for -mno-omit-leaf-frame-pointer (compilation fix for icc 10.1.012).2008-02-24, by cehoyos
-
Remove mistakenly committed hunk.2008-02-23, by diego
-
Properly detect ARM mc acceleration.2008-02-23, by diego
-
Add MPLAYER_ prefix to multiple inclusion guards.2008-02-23, by diego
-
Merge two #ifdefs into one.2008-02-23, by diego
-
#define ATTRIBUTE_ALIGNED_MAX in config.h instead of hardcoding it.2008-02-23, by diego
-
Move libdca definition to a better place in config.h.2008-02-23, by diego
-
warn to always include PMT and PCR pids in channels.conf (dvb)2008-02-23, by nicodvb
-
removed nonsense in the dvbin section2008-02-23, by nicodvb
-
reset_fifos() resets demuxer->reference_clock to MP_NOPTS_VALUE2008-02-23, by nicodvb
-
read the PCR of the currently playing program (if available) in demuxer->reference_clock2008-02-23, by nicodvb
-
New member in demuxer_t: reference_clock.2008-02-23, by nicodvb
-
Comment out dump_glyph(): it is unused and, as it is now, breaks compilation.2008-02-22, by eugeni
-
Check glyph bounding box before rasterizing and complain if it is too large.2008-02-22, by eugeni
-
Some debugging routines.2008-02-22, by eugeni
-
Better handling of behind-the-camera objects.2008-02-22, by eugeni
-
Print FreeType version in libass init. Makes error logs slightly more helpful.2008-02-22, by eugeni
-
Add MPLAYER_ prefix to the multiple inclusion guards of generated header files.2008-02-22, by diego
-
Add MPLAYER_ prefix to multiple inclusion guards.2008-02-22, by diego
-
Add MPLAYER_ prefix to multiple inclusion guards.2008-02-22, by diego
-
Discard two symbols from libswscale.2008-02-22, by cehoyos
-
Fix continuous scrolling on OS/2 due to status line updates unless -quiet2008-02-22, by diego
-
Create standard multiple inclusion guards.2008-02-21, by diego
-
Fix copy&paste typo in rgbtest documentation2008-02-21, by reimar
-
Remove misplaced #endif comment.2008-02-21, by diego
-
sync w/r260522008-02-21, by gpoirier
-
sync w/ r260192008-02-21, by gpoirier
-
improve DTD dection of MacPort-install docbook package2008-02-21, by gpoirier
-
Document rgbtest arguments2008-02-21, by reimar
-
Replace Alpha MVI compiler workarounds by a proper configure check.2008-02-21, by diego
-
Use standard multiple inclusion guard.2008-02-21, by diego
-
Remove unused #define from config.h.2008-02-21, by diego
-
OS/2 getch2() support2008-02-21, by diego
-
Rename mp_input_win32_slave_cmd_func to mp_input_slave_cmd_func.2008-02-21, by diego
-
Fix r26032: wrong sub stream id assigned to dvdsub_id.2008-02-21, by eugeni
-
Add multiple inclusion guard.2008-02-21, by diego
-
Add missing multiple inclusion guards.2008-02-21, by diego
-
Consistently use filename as multiple inclusion guard.2008-02-21, by diego
-
sync w/r25566, patch by mesecam %mesecam A gmail P com%2008-02-20, by gpoirier
-
sync w/r25308, patch by mesecam %mesecam A gmail P com %2008-02-20, by gpoirier
-
Fix compilation with ASS disabled2008-02-20, by reimar
-
Remove pointless #ifdefs around extern declarations.2008-02-20, by diego
-
vf_sab mirrors coefficients past the edge of the picture instead of cropping:2008-02-20, by diego
-
Add support for DOS-style file:///x:/path paths.2008-02-20, by diego
-
cosmetics: Move definitions to a more standard place.2008-02-19, by diego
-
Add standard license header and make copyright notices consistent.2008-02-19, by diego
-
Clean up lib* version definitions2008-02-19, by mru
-
sync w/r24342, patch by jfallah mesecam at gmail dot com2008-02-19, by gpoirier
-
Support -slang in lavf demuxer.2008-02-19, by eugeni
-
Fill stream->end_pos if possible, fixing lavf demuxers that need to seek.2008-02-19, by albeu
-
typo fixes, port of my patch for upstream libmpeg22008-02-19, by diego
-
Fix illegal identifiers, port of my patch to upstream libmpeg2.2008-02-19, by diego
-
Refactor AltiVec macros as done for FFmpeg.2008-02-18, by diego
-
Refactor AltiVec macros as done for FFmpeg.2008-02-18, by diego
-
This header should not have multiple inclusion guards, it is meant2008-02-18, by diego
-
cosmetics: indent, remove trailing whitespace2008-02-18, by diego
-
Merge the two conditional definitions of get_current_dir_name.2008-02-18, by diego
-
sync w/r260172008-02-18, by gpoirier
-
basic support for OS/2 in configure2008-02-18, by diego
-
Set SYS_BEOS for libdvdcss compilation on BeOS.2008-02-18, by diego
-
Allow specifying a size for -vf rgbtest2008-02-17, by reimar
-
Document af-*, copied from vf-*2008-02-17, by reimar
-
Make -af-pre, -af-add, -af-del and -af-clr available.2008-02-17, by reimar
-
removed wrong example2008-02-17, by compn
-
synced with r260152008-02-17, by Gabrov
-
Document that framedrop needs -no-correct-pts2008-02-17, by reimar
-
-dumpstream will not dump chapters anymore2008-02-17, by compn
-
remove duplicate AV_STRINGIFY() definition2008-02-17, by mru
-
Do not check for __APPLE_ALTIVEC__, just check for __APPLE_CC__.2008-02-16, by diego
-
Apple gcc defines __APPLE_ALTIVEC__ with -faltivec.2008-02-16, by diego
-
FLAT objects cannot have multiple sections, so using the L1 attributes breaks2008-02-16, by diego
-
Avoid reinit of vo with the exactly same parameters over and over.2008-02-16, by reimar
-
cosmetics2008-02-16, by nicodvb
-
libvo: change asm syntax to use ASMALIGN and " # nop"2008-02-15, by uau
-
Support icyx://.2008-02-15, by reimar
-
Always display Icy-Metadata if available, whether we recognize an ICY-Server2008-02-15, by reimar
-
Move printing of Icy-Metadata into an extra function2008-02-15, by reimar
-
Remove useless code2008-02-15, by reimar
-
Detect IceCast also by Icy-MetaInt header part in http_streaming_start(),2008-02-15, by reimar
-
More explicit unsupported pixel format error messages.2008-02-15, by benoit
-
Try to make fps float -> AVRational conversion work better.2008-02-14, by reimar
-
Change force_fps and force_ofps to double2008-02-14, by reimar
-
Change mf_fps to double2008-02-14, by reimar
-
Revert accidentally committed line of r25994.2008-02-14, by cehoyos
-
typo fix: inited --> initialized2008-02-14, by diego
-
add ffpcx decoder, works on my samples.2008-02-13, by compn
-
Fix typo.2008-02-13, by cehoyos
-
typo2008-02-13, by diego
-
Translate stray Italian term.2008-02-13, by diego
-
Implement test for system byteswap.h header file.2008-02-12, by iive
-
Change to always use MP_NOPTS_VALUE (instead of sometimes 0) for unknown pts.2008-02-12, by reimar
-
-chapter is now handled uniformly calling demuxer_seek_chapter() instead2008-02-11, by nicodvb
-
sync w/ r259842008-02-11, by gpoirier
-
Try harder to find OpenGL functions on Windows.2008-02-11, by reimar
-
Slightly document alpha for OSD color2008-02-11, by reimar
-
Support alpha for vo gl osdcolor2008-02-11, by reimar
-
Remove an extern for a variable that no longer exists2008-02-11, by reimar
-
Remove left-over extern definitions that should not be there2008-02-11, by reimar
-
#include just libavutil/common.h, not all of libavutil/intreadwrite.h.2008-02-11, by diego
-
sync w/r259732008-02-10, by gpoirier
-
Make some variables static.2008-02-10, by reimar
-
Avoid a useless extra pointer variable.2008-02-10, by reimar
-
Do not uselessly erase background, OpenGL will take care of drawing everything.2008-02-10, by reimar
-
Disable v4l2 if pthreads are not available, fixes bug #1015.2008-02-10, by diego
-
Avoid -wid message processing blocking MPlayer.2008-02-10, by reimar
-
Hint about possible libmpeg2 problems with -hardframedrop2008-02-10, by reimar
-
Forward mouse messages to -wid Window.2008-02-10, by reimar
-
r25770: URL updates for contributed win32 stuff.2008-02-10, by voroshil
-
Sync tag update: changes in original text are2008-02-10, by voroshil
-
Sync tag update2008-02-10, by voroshil
-
r25605: properties to get and set angle; patch by oattila chello hu2008-02-10, by voroshil
-
Make dither4 & dither8 const.2008-02-09, by cehoyos
-
Hack: Create a child window for Windows OpenGL with -wid, since (esp. nVidia)2008-02-09, by reimar
-
cosmetic typo fix, geneate > generate2008-02-09, by compn
-
Use AV_RB*, reduces x86_64 code size by almost 1kB.2008-02-09, by reimar
-
in some still unknown system format 0x82 identifies AUDIO_DTS2008-02-08, by nicodvb
-
example for setting WMP user-agent string, helps when playlists2008-02-08, by reimar
-
Disable http->mmshttp rewriting hack introduced in r25168,2008-02-08, by reimar
-
Add aspect_fit declaration missing for w32_common.2008-02-07, by reimar
-
Add speex tag2008-02-06, by reimar
-
Check buffer index while reading to avoid sig112008-02-05, by rtogni
-
sync w/r259552008-02-05, by gpoirier
-
typo fix, noticed by JRaSH2008-02-05, by gpoirier
-
It seems that mencoder can not handle correct-pts (lots of "No pts ..." messages),2008-02-05, by reimar
-
Add dv50 fourcc to libdv and ffdv, fixing the following sample:2008-02-04, by diego
-
Do not reset correct_pts in mp_dvdnav_reset_stream, it does not seem necessary2008-02-03, by reimar
-
Allow demuxers to choose a default value for correct_pts2008-02-03, by reimar
-
Implement keepaspect for Windows OpenGL vos.2008-02-02, by reimar
-
Make aspect adjustment calculation simpler and more flexible.2008-02-02, by reimar
-
synced with r259472008-02-02, by Gabrov
-
Add windows cp1256 encoding for arabic, fixes bug #10072008-02-01, by reimar
-
Update the test for ivtv output driver.2008-02-01, by iive
-
ao_functions_t should be const, part 12008-02-01, by reimar
-
Redraw display on toggling border2008-02-01, by reimar
-
Always redraw video on resize.2008-01-31, by reimar
-
Remove unused variable.2008-01-30, by reimar
-
Change code to also work with different outburst sizes2008-01-30, by reimar
-
Reduce number of UnqueueBuffer calls2008-01-30, by reimar
-
alSourceRewindv seems to be broken in particular in Creatives Windows-Implementation,2008-01-30, by reimar
-
Update for security fixes2008-01-30, by rtogni
-
Avoid a MANGLE, there is no register pressure and the generated code2008-01-30, by reimar
-
mark constants as such2008-01-30, by reimar
-
Simplify: use DECLARE_ASM_CONST2008-01-30, by reimar
-
Add support for attachments in lavf demuxer.2008-01-30, by eugeni
-
Split osd related stuff from mp_core.h into new header file mp_osd.h.2008-01-30, by ulion
-
Stream IDs must be written as hex numbers. Fixes2008-01-29, by rtogni
-
Consistently give all libass multiple inclusion guards a LIBASS_ prefix.2008-01-29, by diego
-
Add a comment to the #if 02008-01-29, by reimar
-
Ben co-maintains stream_dvdnav.c2008-01-29, by nicodvb
-
clarification about dvd still menus2008-01-29, by nicodvb
-
Check that index is still within bounds of samples array.2008-01-29, by reimar
-
Make sure chunkmap values are within bounds when using them.2008-01-29, by reimar
-
Do not pointlessly read data, just skip it.2008-01-29, by reimar
-
Disable reading of flac metadata, mere metadata is not worth such a mess.2008-01-29, by reimar
-
Properly check length of flac metadata.2008-01-29, by reimar
-
dvd still menus and latm aac2008-01-29, by nicodvb
-
show dvdnav selection in the OSD only when the osd_level>1; patch by foxcore gmail com2008-01-29, by nicodvb
-
Fix r25817 to not always destroy codec_tag, this broke playback of e.g. ape files.2008-01-29, by reimar
-
Allow for larger fragment programs.2008-01-29, by reimar
-
More places that should use SEEK_ABSOLUTE / SEEK_FACTOR2008-01-29, by reimar
-
Use defines to give names to the different seek flags.2008-01-29, by reimar
-
Make some assembler constants global instead of declaring them multiple times.2008-01-29, by reimar
-
Make mov subtitles work with -ass2008-01-29, by reimar
-
clarify comments/docs about lav* being the preferred place to implement new2008-01-28, by ivo
-
Support CODEC_ID_MOV_TEXT2008-01-28, by reimar
-
Simplify a condition that probably is not necessary at all2008-01-28, by reimar
-
sync with r25663 and misc. fixes, patch by JRaSH2008-01-28, by kraymer
-
copy note on new demuxers and codecs to the top of the array as well to be2008-01-28, by ivo
-
Use DECLARE_ASM_CONST where possible in libswscale code2008-01-28, by reimar
-
sync w/ r258212008-01-28, by gpoirier
-
vcd_read must read exactly VCD_SECTOR_DATA bytes.2008-01-28, by reimar
-
note on new demuxers and codecs, add them to lav* instead of libmp*2008-01-28, by ivo
-
port libmpdemux demuxers to libavformat or rewrite from scratch2008-01-28, by ivo
-
Get rid of redundant dbg_printf redefinition. Fixes some warnings:2008-01-28, by diego
-
Consistently use uppercase filename as multiple inclusion guard.2008-01-28, by diego
-
Fix compilation failure because bitfile was undefined:2008-01-28, by diego
-
Add multiple inclusion guards.2008-01-27, by diego
-
Replace with the output of the updated alaw-gen generator program.2008-01-27, by diego
-
Add multiple inclusion guards to generated header file.2008-01-27, by diego
-
Change format string so that the table is nicely aligned.2008-01-27, by diego
-
The alaw tables should be const.2008-01-27, by diego
-
Rename some identifiers to not use leading underscores.2008-01-27, by diego
-
Fix illegal identifiers, names starting with __ are reserved for the system.2008-01-27, by diego
-
Change #warning to FIXME comments.2008-01-27, by diego
-
Fix illegal identifiers, names starting with __ are reserved for the system.2008-01-27, by diego
-
Remove setting of ldconfig, it is unused.2008-01-27, by diego
-
Reindent2008-01-27, by reimar
-
Simplify subtitle handling with -ass2008-01-27, by reimar
-
Support mov subtitle format directly instead of converting to text in the demuxer2008-01-27, by reimar
-
reindent after r258812008-01-27, by ben
-
sub_scale command can now handle both ass and non-ass subs at a time2008-01-27, by ben
-
Make sure sub_font is freed.2008-01-27, by reimar
-
Allow independent scaling of vo_font and sub_font.2008-01-27, by reimar
-
sync with r25821, patch by JRaSH (jrash06 163 com)2008-01-27, by kraymer
-
Remove $Id$ tags, they make diffs between different versions2008-01-27, by reimar
-
Always use inline instead of _inline, the former is supported by all2008-01-27, by reimar
-
Use the standard "static inline" instead of some broken ifdef mess2008-01-27, by reimar
-
Prefer lavf mov demuxer over our own, it should work better most of the time now.2008-01-27, by reimar
-
Simplify init_vobsub: pass palette via extradata.2008-01-26, by reimar
-
Support vobsub palette in extradata, as exported by libavformat2008-01-26, by reimar
-
100l, inverted condition for AVSEEK_FLAG_BACKWARD2008-01-26, by reimar
-
Used wrong condition for using AVSEEK_FLAG_BACKWARD, it should depend on2008-01-26, by reimar
-
Cosmetics: remove some trailing whitespace2008-01-26, by reimar
-
Add QDM2 codec identifier2008-01-26, by reimar
-
Partially support vobsub subtitles from lavf demuxers (palette support missing)2008-01-26, by reimar
-
added AudioSpecificConfigFromBitfile() -that reads from an initizialized2008-01-26, by nicodvb
-
generic functions and structures to parse and statekeep LATM streams2008-01-26, by nicodvb
-
factorize 2 tests2008-01-26, by ben
-
Check for stream change in dvdnav.2008-01-26, by ben
-
add a new state flag to dvdnav in order to notify if2008-01-26, by ben
-
remove useless casts2008-01-26, by ben
-
simplify by a one-liner2008-01-26, by ben
-
remove the spu_set field, replaced by a flag2008-01-26, by ben
-
this end brace was not correctly indented2008-01-26, by ben
-
automatically set spu button highlight when nav cell has changed2008-01-26, by ben
-
Add support for dvdnav still frames playback.2008-01-26, by ben
-
set -vc=ffmpeg12 as dvdnav prefered decoder2008-01-25, by ben
-
spelling cosmetics2008-01-25, by diego
-
add documentation about switch_angle and switch_title slave commands2008-01-24, by ben
-
array was defined for 6 elements while 7 were declared2008-01-24, by ben
-
type expected by dvdnav_get_title_string() is const2008-01-24, by ben
-
remove some redundant declarations2008-01-24, by ben
-
Add new command to switch between dvdnav titles2008-01-24, by ben
-
cosmetic: reindent code after r258432008-01-23, by ben
-
sub_scale command now works with ass subtitles renderer2008-01-23, by ben
-
Add ass_use_margins command and property to shift subtitles to margins and back2008-01-23, by eugeni
-
Add global ass_force_reload flag.2008-01-23, by eugeni
-
Ignore compare.2008-01-23, by diego
-
Zero codec_inited in the init() function, so that it's cleared everytime2008-01-23, by rtogni
-
Add a few const attributes2008-01-23, by reimar
-
Use the proper option name for constant quantizer2008-01-23, by iive
-
Move Zoran video controller check after the libavcodec one.2008-01-23, by iive
-
Disable unused functions find_handle_2, find_handle_by_name, fixes the warning:2008-01-23, by diego
-
Disable unused function test_heap, fixes the warning:2008-01-23, by diego
-
Remove unused function exp_ftol_wrong, fixes the warning:2008-01-23, by diego