summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use libavutil in libswscale, and allow it to be built out of the mplayer treelucabe2006-07-207-88/+112
* updated mpeg_packetizer include to new localizationben2006-07-191-1/+1
* moved mpeg_packetizer helpers to libmpdemuxben2006-07-194-1/+1
* added myself as maintainer of vo_ivtv driverben2006-07-191-0/+1
* added reference to ivtv vo driverben2006-07-191-0/+1
* added reference to ivtv card in mpegpes decoder infoben2006-07-191-1/+1
* new vo driver for ivtv cards tv-out through internal h/w mpeg decoderben2006-07-193-0/+334
* new mpeg helpers to build and send mpeg 1/2 ps/pes packets (used by some vo d...ben2006-07-193-0/+327
* Quit on eof, was broken by r17150rtogni2006-07-191-0/+2
* 10l, i broke this with my last commit. should be fixed now.rfelker2006-07-192-5/+14
* 10l, i missed ifdefs around the callsrfelker2006-07-192-1/+11
* remove duplicate code and fix issue of compiling mmx code when werfelker2006-07-191-5/+1
* do not compile mmx/sse/3dnow code if not availablerfelker2006-07-191-2/+12
* old 10l: do not try to compile mmx code if we do not have mmxrfelker2006-07-191-1/+1
* move -ass on top of -ass-* optionskraymer2006-07-182-15/+15
* r19131: 10l to someone..kraymer2006-07-181-3/+3
* 10l compilation fix: misplaced tagdiego2006-07-181-1/+2
* 10l to someone..rfelker2006-07-181-2/+2
* sync to x264 r537 (api change)lorenm2006-07-182-2/+5
* Fix use of uninitialized variableuau2006-07-171-1/+1
* remove vorbis and theora support by request of ivanmichael2006-07-171-10/+0
* 10l typo, please check compilation before committing.diego2006-07-171-1/+1
* clarify H.264 global header formatmichael2006-07-161-0/+2
* prevent buffer underflow; the code is still incorrect and leads to desync but...nicodvb2006-07-161-10/+19
* oops, r18816 was actually missing in previous commitkraymer2006-07-161-0/+1
* r19087: Remove support for obsolete and non-free divx4/odivx libraries.kraymer2006-07-161-10/+5
* r19081: Update some old and crufty sections.kraymer2006-07-162-48/+5
* r19097: wording fix; default dvb tuning timeout is now 30 secondskraymer2006-07-161-3/+19
* r19087: Remove support for obsolete and non-free divx4/odivx libraries.kraymer2006-07-162-118/+3
* r19050: grammar and consistency fixeskraymer2006-07-161-29/+29
* r18964: wording fixkraymer2006-07-162-8/+58
* sync of ports.xml:kraymer2006-07-161-11/+55
* some xml docs review, based on patches by Kurt Lettmaier (k . lettmaier @at@ ...kraymer2006-07-164-42/+41
* marks several strings inside structs as const when they hold just reynaldo2006-07-169-13/+13
* Removes an unneeded cast. Patch by Stefan Huehner, stefan AT.. huehner.orgreynaldo2006-07-161-1/+1
* marks several read-only string parameters and function return-values which ca...reynaldo2006-07-1610-14/+14
* minor arrangements to my entryreynaldo2006-07-151-2/+2
* add stefan to AUTHORS file for his several cleanup patchesreynaldo2006-07-151-0/+3
* clarify "extradata"michael2006-07-151-0/+13
* marks several read-only string parameters which aren't modified inside the ca...reynaldo2006-07-1517-21/+21
* now obsoletediego2006-07-151-14/+0
* Change sync tags to rXXXX.diego2006-07-1518-36/+18
* Change function declararation w/o parameters to the correct foo(void) syntax.diego2006-07-152-2/+2
* - sync and fixesboskicinek2006-07-158-318/+298
* - CVS --> SVNboskicinek2006-07-151-1/+1
* help_mp-hu.h synced with r19087Gabrov2006-07-151-7/+1
* Hungarian docs & man page synced with r19101Gabrov2006-07-155-234/+25
* print frame type and keep track of last encountered keyframeivo2006-07-152-3/+13
* typoivo2006-07-151-1/+1
* new black frame detection filterivo2006-07-156-0/+163
* Assume that missing streamcount means one stream, and missing mimetype rtogni2006-07-141-3/+42
* wording fix; default dvb tuning timeout is now 30 secondsnicodvb2006-07-141-1/+1
* raise default tuning timeout to 30 seconds in order to give enough time to le...nicodvb2006-07-141-1/+1
* cosmetical reformattingnicodvb2006-07-141-39/+35
* simplification in dvb_step_channelnicodvb2006-07-141-15/+1
* force demuxer type to mpegts to speed up detection and avoid useless and slow...nicodvb2006-07-141-0/+2
* removed obsolete filenicodvb2006-07-141-40/+0
* moved LOF macros from dvb_defaults.hnicodvb2006-07-141-1/+4
* added checks for stupid code like casting return value of malloc and friends,ivo2006-07-141-0/+54
* removed never used macros; patch by zzam gentoo org (Matthias Schwarzott)nicodvb2006-07-141-51/+0
* remove useless commentivo2006-07-141-3/+0
* Remove support for obsolete and non-free divx4/odivx libraries.diego2006-07-1422-1954/+9
* Mark several string parameters that are not modified in the function as const.diego2006-07-1410-29/+29
* fix line >79 charactersivo2006-07-141-1/+1
* fix matching of MSDOS line endingsivo2006-07-141-2/+2
* also omit configure.log and the generated help_mp.h from files to checkivo2006-07-141-1/+1
* CVS --> Subversionivo2006-07-141-16/+23
* Update some old and crufty sections.diego2006-07-142-42/+3
* printf --> mp_msgdiego2006-07-141-20/+20
* removes unused parentheses lefted behind in the r19075 sizeof(char) cleanups,...reynaldo2006-07-143-9/+9
* Remove #if LIBAVCODEC_BUILD >= XXX and #if LIBAVFORMAT_BUILD >= XXX jungle.diego2006-07-135-325/+8
* cosmetics to ease future patchingdiego2006-07-131-2/+4
* Fix linking order. FontConfig should appear after libass.eugeni2006-07-131-2/+2
* more sizeof(char) funreynaldo2006-07-134-11/+11
* dvd-device should also be enabled when dvdnav_stream is requested but stream_dvddiego2006-07-131-2/+5
* drops casts from void * on malloc/calloc from vidix/reynaldo2006-07-132-2/+2
* little rephrasing and corrected reference to main->trunkreynaldo2006-07-131-1/+1
* marks several function without a prototype which arent used outside its sourc...reynaldo2006-07-137-45/+44
* drops casts from void * on malloc/calloc, leftover on libmpcodecsreynaldo2006-07-131-3/+3
* Cosmetics.eugeni2006-07-131-1/+1
* Use FcPatternAdd-Type instead of FcNameParse. The latter, as it turns out, re...eugeni2006-07-131-4/+6
* drops casts from void * on malloc/calloc from libmpdemux codereynaldo2006-07-1318-36/+36
* drops casts from void * on malloc/calloc from the gui codereynaldo2006-07-136-15/+15
* Some systems[1] list the 970 as PPC970 on /proc/cpuinfo, so add support gpoirier2006-07-131-1/+1
* Compilation fix: Mark mp_property_find parameter as const.diego2006-07-131-1/+1
* some updates and corrections by Jerome Ferrari < jerome PP ferrari AH lappis ...gpoirier2006-07-131-160/+159
* rename mpcf.txt to nut.txtmichael2006-07-131-0/+0
* freeze (this is pretty much oded shimons patch from a few month ago)michael2006-07-131-4/+6
* man/hu/mplayer.1 synced with r19052Gabrov2006-07-131-30/+30
* synced with r19051gpoirier2006-07-131-36/+35
* marks several string parameters as const, as they are not modified inside the...reynaldo2006-07-1310-16/+16
* Streamline GUI build.diego2006-07-133-26/+22
* Clean up codec-cfg and friends handling.diego2006-07-131-10/+7
* Remove non-existing CSS_INC.diego2006-07-121-1/+1
* Simplify includes.diego2006-07-121-3/+3
* Remove old and obsolete mplayer_wine QT DLL loading stuff.diego2006-07-123-206/+0
* Rename OSD/SUB section to OSD/SUBTITLES.diego2006-07-122-2/+2
* alphabetical order for the OSD/SUB sectiondiego2006-07-121-24/+24
* grammar and consistency fixesdiego2006-07-121-5/+5
* Support 6 argument variant of \move.eugeni2006-07-121-7/+20
* HU DOCS & man synced with r19046Gabrov2006-07-123-14/+7
* r19046: two small fixeskraymer2006-07-121-8/+66
* two small fixeskraymer2006-07-121-2/+2
* r19043: add missing comma [does not apply]kraymer2006-07-121-5/+4
* r19039: Use only one global config.mak file.kraymer2006-07-121-8/+1
* add missing commacorey2006-07-121-1/+1
* OPTFLAGS already includes EXTRA_INC.diego2006-07-1219-20/+14
* There is only one config.mak file left, don't ignore the others anymore.diego2006-07-120-0/+0
* There is only one global config.mak file left.diego2006-07-121-1/+1
* Use only one global config.mak file.diego2006-07-126-56/+19
* Remove useless variable.diego2006-07-121-3/+1
* Sync with latest FFmpeg build system changes:diego2006-07-121-13/+13
* center sub window option within the preferences dialog.vayne2006-07-121-1/+1
* remove check. libavutil is now mandatoryivo2006-07-121-1/+0
* Work around DTS_INC and MLIB_INC now being gone from FFmpeg.diego2006-07-121-3/+2
* Make libavutil mandatory.diego2006-07-121-0/+4
* - svn sync tag addedboskicinek2006-07-1217-2178/+1304
* Remove copyright notice changes from local diff.diego2006-07-121-19/+1
* - incomplete but we probably need this (because we updated mencoder.xml already)boskicinek2006-07-121-0/+4418
* Update with latest changes and make diff apply cleanly.diego2006-07-121-113/+89
* updates + cosmeticsdiego2006-07-121-9/+15
* - svn sync tag addedboskicinek2006-07-121-7/+8
* Remove remnants of old libmp1e support.diego2006-07-123-33/+1
* Telecine article on divx.com has gone 404, link to Wikipedia instead.diego2006-07-121-4/+4
* libavformat interdependencies have been fixed so disable all muxersdiego2006-07-121-3/+1
* Fix for changed env parameter contents and improve speed.reimar2006-07-122-43/+35
* Fix = vs == typouau2006-07-121-1/+1
* sync with FFmpeg r5718diego2006-07-111-18/+23
* Fix compilation with MEncoder disabled: Some libavformat demuxers havediego2006-07-111-1/+3
* Fix 10l regexp mistake that disabled all decoders/encoders.diego2006-07-111-2/+2
* xvmclib vs xvmclibdir typodiego2006-07-111-2/+2
* Somewhat fix Gui with xinerama, reuse existing code, maybe one day the Gui willreimar2006-07-111-18/+12
* Split _libavcodecs variable into _libavdecoders and _libavencoders.diego2006-07-111-9/+16
* Disable FFmpeg muxers when not compiling MEncoder.diego2006-07-111-0/+1
* Sync with FFmpeg: (de)muxers are now individually selectable.diego2006-07-111-0/+14
* help_mp-hu.h synced with r18916Gabrov2006-07-111-3/+5
* Add FFmpeg parsers to config.h as well.diego2006-07-111-0/+1
* Mention that individual codec and parser en-/disabling is FFmpeg-specific.diego2006-07-111-4/+4
* sync w/ 18969 (latest Eng. version)gpoirier2006-07-111-1/+8
* sync w/ r18942gpoirier2006-07-111-2/+40
* Support some recently discovered color formats.eugeni2006-07-101-3/+3
* Ignoring FT_Glyph_Stroke() errors can potentially lead to double free().eugeni2006-07-101-1/+5
* Only match outline fonts.eugeni2006-07-101-0/+7
* appended pvr support in AUTHORS fileben2006-07-101-0/+1
* added myself as maintainer of pvr input layerben2006-07-101-0/+3
* updated ChangeLog with new pvr:// inputben2006-07-101-0/+2
* added new pvr:// input for ivtv based cardsben2006-07-106-0/+1099
* vo_gl can do flipping without special filterreimar2006-07-101-1/+5
* Fix negative stride handling in -dr casereimar2006-07-101-8/+12
* Get rid of left-over incorrect UnmapBuffer hackreimar2006-07-101-1/+0
* sync w/ r18928gpoirier2006-07-101-3/+8
* sync w/ 18916gpoirier2006-07-101-4/+4
* Sync w/ 18712gpoirier2006-07-101-5/+10
* sync w/ 18702gpoirier2006-07-101-22/+15
* make libswscale build system similar to the libav* onelucabe2006-07-102-44/+14
* Fix off-by-one error for negative strides (flipped image)reimar2006-07-101-1/+1
* Fix window size bug when starting with -fs and returningreimar2006-07-101-2/+2
* c++ decls, 100000000000l to whoever broke my code like this..rfelker2006-07-101-5/+4
* more c++ decl craprfelker2006-07-101-1/+2
* more c++ decl craprfelker2006-07-101-1/+1
* 1000000000l to whoever added c++ decl crap, probably uau..rfelker2006-07-101-1/+1
* Simplify ASS handling second try, this time taking FreeType into account.diego2006-07-091-13/+6
* Revert r18980, it breaks compilation under MinGW.eugeni2006-07-091-1/+7
* Marks several string parameters as const when they are not modified in the fu...reynaldo2006-07-0911-16/+16
* 10l, xvmclib(dir) does not specify a directory name.diego2006-07-091-5/+5
* Consistent option and variable naming for x11libdir and xvmclibdir.diego2006-07-091-11/+11
* _x11_paths should just be a list of paths without -L.diego2006-07-091-1/+1
* Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org.diego2006-07-0917-38/+4
* Simplify ASS handling.diego2006-07-091-7/+1
* Remove all encoders from the list of FFmpeg codecs when MEncoder is disabled.diego2006-07-091-0/+2
* Sync with latest FFmpeg build system changes, now parsers can bediego2006-07-091-1/+7
* Add my IRC nick.eugeni2006-07-091-1/+1
* Change SRC_PATH for ffmpeg back to '..' to avoid hardcoding currentuau2006-07-091-1/+1
* Fix code cosmeticsgpoirier2006-07-091-61/+35
* DOCS/xml/hu synced with r18973Gabrov2006-07-092-4/+48
* DOCS/man/hu/mplayer.1 synced with r18969Gabrov2006-07-091-5/+59
* makes several libaf functions static coz they are not used outside their sour...reynaldo2006-07-093-11/+11
* two variables are made static, one of them additionaly modified to const char...reynaldo2006-07-091-2/+2
* make prefix const. Patch by Stefan Huehner, stefan AT huehner-orgreynaldo2006-07-091-1/+1
* Mention hardware DTS pass-through. This wasn't strictly needed, but requested...gpoirier2006-07-081-0/+2
* customtrect -vo gl suboptionreimar2006-07-082-1/+9