summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Comment some #endif lines.diego2006-07-283-9/+9
* unused variable warning fixdiego2006-07-281-1/+2
* Fixes the format string for the warning message on line 182 (%xdiego2006-07-281-4/+4
* Remove $ from a variable in a comment to avoid irritating expansion.diego2006-07-271-1/+1
* The C99 function strtof is unavailable in some BSD variants.diego2006-07-271-1/+1
* Improve ao_mpegpes description.diego2006-07-271-7/+5
* Fix compile error due to extra "FF" at beginning of file in the FF{MIN,MAX}pacman2006-07-271-1/+1
* fix wrong and unrelated change done in r19199reynaldo2006-07-271-2/+2
* corrects some casts that previously discarded the const qualifier. Patch by S...reynaldo2006-07-271-3/+3
* Remove superfluous $_inc_extra parameter from cc_check call.diego2006-07-271-1/+1
* Unify include path handling in the build system, part II.diego2006-07-271-44/+26
* Remove inconsistency from libcdio test.diego2006-07-271-2/+1
* marks some read-only char* inside structs as const, patch by Stefan Huehner, ...reynaldo2006-07-276-11/+11
* Remove silly test/include path cleanup.diego2006-07-271-3/+0
* Remove unused variable.diego2006-07-271-1/+0
* Rename _inc_soundcard to _include_soundcard, _inc variables are useddiego2006-07-271-4/+4
* Unify include paths in the build system, part I.diego2006-07-279-58/+9
* Introduce general V4L variable/define.diego2006-07-274-3/+11
* Missed HAVE_TV_V4L --> HAVE_TV_V4L1 rename.diego2006-07-271-1/+1
* Rename *v4l variable to *v4l1.diego2006-07-273-19/+19
* description of the arnd scale video filter parameterdiego2006-07-261-1/+9
* new -ao mpegpes optionsnicodvb2006-07-261-0/+11
* split the incestous intercourse between ao_mpegpes and vo_mpegpes; now the de...nicodvb2006-07-262-38/+139
* demuxer might not set i_bps, so do not divide by it in that casereimar2006-07-261-0/+1
* Incorrect check in gxf demuxer leading to crash with textKO.gxf sample filereimar2006-07-261-1/+1
* Replace MIN() and MAX() with FFMIN() and FFMAX()lucabe2006-07-263-24/+21
* fix 3 bugs in libmpdemux/demux_mf.cgpoirier2006-07-261-3/+3
* - synced with 18964 by Emdej and fixes from Boskiboskicinek2006-07-251-18/+681
* synced with r19181gpoirier2006-07-251-3/+3
* Regular expression for conversions had 'P' instead of 'p', fixeduau2006-07-251-1/+1
* - Add missing "00" in -af pan usage line.corey2006-07-241-2/+2
* ketchup time (merge forgotten commit)gpoirier2006-07-241-92/+1
* synced with r19161gpoirier2006-07-241-1/+15
* a tiny bit of cleanupmichael2006-07-241-77/+35
* vertical scaler with accurate rounding, some people on doom9 can see +-1 errorsmichael2006-07-245-42/+313
* hu/ports.xml & man/hu/mplayer.1 synced with r19175Gabrov2006-07-242-19/+34
* Add simple edit list support to mov demuxer, it supports delay of audio and v...atmos42006-07-231-0/+18
* Fix typo introduced in the memalign->av_malloc conversion (there is nopacman2006-07-231-1/+1
* Missing part of the malloc -> av_malloc patch: memalign must be replaced as w...reimar2006-07-231-28/+28
* Simplify and and speedup generation of yuv2rgb and gamma map tablesreimar2006-07-231-37/+58
* in some cases, vf_bmovl produces junk due to source andgpoirier2006-07-231-3/+3
* -vf pp7 overblurs still parts of the image, whichgpoirier2006-07-231-1/+2
* use mpeg packetizer helpers for sending lpcm packetsben2006-07-232-97/+20
* removed now unnecessary defineben2006-07-231-3/+0
* removed now unnecessary variableben2006-07-231-2/+0
* reuse send_mpeg_lpcm_packet() instead of the old packetizernicodvb2006-07-231-78/+1
* Take start time into consideration when calculation percentage positionreimar2006-07-231-1/+1
* in decode_audio() memset(0) unused memory in buf before returningnicodvb2006-07-231-1/+2
* don't do the work of mp_get_mp3_header() and, as a side effect, prevent a dea...nicodvb2006-07-231-2/+0
* the value returned by decode_audio() must be the amount of _decoded_ bytes (...nicodvb2006-07-221-5/+7
* cosmetics/punctuation/spellingdiego2006-07-221-5/+7
* rename rtsp.c to stream_rtsp.c for consistency with other input modulesben2006-07-222-1/+1
* Native MPEG4 SP/ASP/AP support in Matroska.rathann2006-07-222-0/+16
* fix compilation if DVB is not definedben2006-07-221-1/+1
* display the right MPEG packet typeben2006-07-221-1/+1
* use new mpeg_packetizer helpersben2006-07-222-69/+22
* my_write() must return the bytes writtennicodvb2006-07-221-1/+3
* cosmetics: comments and reindentation asked by gxbennicodvb2006-07-222-12/+12
* simplified mpeg packetizer used by hw mpeg decoders/vo - first roundnicodvb2006-07-224-143/+58
* Compile fix, patch by Aidan Thornton % makomk # lycos P co P uk %gpoirier2006-07-211-2/+2
* sync r19134gpoirier2006-07-211-5/+6
* updated french man page with vo_ivtv descriptionben2006-07-211-3/+20
* updated english man page with vo_ivtv descriptionben2006-07-211-3/+16
* 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
*