summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* More precise line spacing.eugeni2007-09-181-1/+1
* Fix text height calculation. It depends on line spacing.eugeni2007-09-181-0/+1
* Fix an obviously incorrect comment.eugeni2007-09-181-1/+0
* Enable ass_line_spacing option.eugeni2007-09-183-0/+7
* Implement setting gain control for video devices (usually webcams)voroshil2007-09-186-1/+48
* MPEG-2 blocks at qp 1 get overfiltered by spp, apparently because "qp>>1" turnsdiego2007-09-181-1/+1
* Mention that libavc png decoder depends on zlibreimar2007-09-181-1/+1
* Add comment that clears up what _WINGDI_H is for.diego2007-09-181-0/+1
* Mark phony targets as such.diego2007-09-181-0/+2
* Simplify commands with automatic variables.diego2007-09-181-13/+10
* fix indentation after the last change (patch by Guillaume LECERF <foxcore at ...faust32007-09-181-6/+6
* synced with r24565Gabrov2007-09-182-11/+12
* Replace stdint.h #include by functionally equivalent inttypes.h.diego2007-09-181-1/+1
* Replace x-dev dependency with x11proto-core-dev.diego2007-09-181-1/+1
* Explain how to use diff -uwbBE with svn directlyreimar2007-09-181-0/+2
* it is no longer necessary to reboot the system after the dhahelperwin install...faust32007-09-171-4/+30
* - make dhahelperwin compile with mingwfaust32007-09-176-13/+459
* Make dhasetup more verbose based on code byfaust32007-09-171-7/+32
* rename windows ddk makefile to nmakefile so that a makefile for mingw can be ...faust32007-09-171-0/+0
* Clarify the relationship between -msglevel and MPLAYER_VERBOSE.diego2007-09-171-2/+4
* fix resolution detection for NV03 and NV04 cards, patch by Guillaume LECERF <...faust32007-09-171-0/+3
* Upstream committed both of my libdvdcss patches.diego2007-09-171-1/+1
* Leading underscores in identifiers are reserved in C.diego2007-09-173-10/+10
* warning fix:diego2007-09-171-1/+0
* r24550: msglevel 5 is the default.voroshil2007-09-171-5/+5
* r24549: i_certify is no longer an optionvoroshil2007-09-171-2/+2
* Clarify description of MPLAYER_VERBOSE.diego2007-09-161-4/+3
* msglevel 5 is the default.diego2007-09-161-1/+1
* i_certify is no longer an optioncompn2007-09-161-1/+1
* reimar cleaned up tivo demuxercompn2007-09-161-0/+1
* vfw2menc works on linux/windowscompn2007-09-161-1/+1
* Merge three sed invocations into one.diego2007-09-161-3/+1
* Install man pages in $(PREFIX)/share/man instead of $(PREFIX)/mandiego2007-09-161-2/+2
* vfw2menc works on linux and windows x86 onlycompn2007-09-161-1/+1
* Make vd_ffmpeg work with lavf demuxer also for RealVideo.reimar2007-09-161-1/+1
* ao_mpegpes does not support S16_LE format, do not claim it does!reimar2007-09-161-2/+1
* Fix typo in commentreimar2007-09-161-1/+1
* reverted useless r24539ben2007-09-151-1/+0
* added monkey audio fourcc in wave headerben2007-09-151-0/+1
* Add support for cook audio (though most .rm files don't work with lavfreimar2007-09-151-0/+1
* avoid rivatv_lock_nv40() from trashing the screen (patch by Guillaume Lecerf ...ben2007-09-151-2/+2
* fix screen width and height calculation on nvidia vidix (patch by Guillaume L...ben2007-09-151-1/+11
* getch2: Fix incorrect testuau2007-09-151-1/+1
* prevent some vidix drivers to get compiled on powerpc, they are not intended ...ben2007-09-151-0/+5
* restored vidix build on powerpcben2007-09-151-2/+1
* the IN/OUT PORT 8/16/32 functions rely on inb/inw/inl/outb/outw/outl that are...ben2007-09-151-0/+2
* this flag needs to be defined for pread() on powerpcben2007-09-151-0/+1
* ifdef one variable that is not used with alpha and powerpc architecturesben2007-09-151-1/+4
* Copy AC-3 bsmod field into IEC data-type field as required by the specsreimar2007-09-151-0/+1
* Handle swab when input length is odd (treat it as if there was an additionalreimar2007-09-151-2/+10
* Avoid one more code duplicationreimar2007-09-151-17/+3
* get rid of pointless size parameter for tmf_load_chunkreimar2007-09-151-8/+6
* Avoid using demux->stream->end_pos, it rarely does any good.reimar2007-09-151-3/+0
* Slightly simplify IsValidAudioPacketreimar2007-09-151-3/+0
* Simplify another two ifs into onereimar2007-09-151-7/+1
* Make one mp_msg call out of 3reimar2007-09-151-17/+5
* Simpler and more robust tar parsingreimar2007-09-151-26/+10
* Get rid of bloated ty_extension functionreimar2007-09-151-11/+3
* Do not uselessly name structsreimar2007-09-151-2/+2
* Remove another variable and reorder to avoid wasting space due to alignmentreimar2007-09-151-5/+2
* PTS should be passed as int64_t to demux_ty_CopyToDemuxPacketreimar2007-09-151-1/+1
* Remove now useless parameters from demux_ty_CopyToDemuxPacketreimar2007-09-151-6/+4
* Remove more unused code and variablesreimar2007-09-151-10/+0
* cosmetics: Fix typo in function name.diego2007-09-151-2/+2
* removed unused members from dvdnav_priv_tnicodvb2007-09-151-4/+0
* Removed dead code related to stills.nicodvb2007-09-151-8/+0
* updated changelog with recent monkey audio decoder supportben2007-09-151-0/+1
* Revert r24446 since it breaks mingw32 build: _WINGDI_H is defined in wingdi.hzuxy2007-09-151-1/+1
* live recordings can contain 0-size type 0 chunks, ignore them insteadreimar2007-09-141-1/+1
* Move some more variable declarationsreimar2007-09-141-6/+6
* Remove tabs and trailing whitespacereimar2007-09-141-124/+124
* A few more useless ()reimar2007-09-141-4/+4
* Minor simplificationsreimar2007-09-141-4/+4
* Further simplify demux_ty_FindESHeaderreimar2007-09-141-11/+11
* Optimize demux_ty_FindESHeaderreimar2007-09-141-8/+9
* Remove some commented-out debugging codereimar2007-09-141-29/+2
* Fix demux_ty_FindESHeader so it won't overreadreimar2007-09-141-1/+1
* Simplify demux_ty_FindESPacket by reusing demux_ty_FindESHeaderreimar2007-09-141-32/+10
* Remove unused demux_ty_FindESPacket parameterreimar2007-09-141-2/+2
* Simplify demux_ty_FindESHeaderreimar2007-09-141-12/+7
* Move variable declarations into the block where they are usedreimar2007-09-141-19/+10
* Another piece of duplicate codereimar2007-09-141-13/+2
* Avoid a big piece of duplicated codereimar2007-09-141-52/+7
* Get rid of more code duplicationreimar2007-09-141-35/+6
* Simplify XDS handlingreimar2007-09-141-12/+5
* Reduce code duplicationreimar2007-09-141-21/+2
* Greatly simplify IsValidAudioPacket, though this might break somethingreimar2007-09-141-30/+2
* Simplify IsValidAudioPacketreimar2007-09-141-9/+2
* Do not misuse a_streams for private info, demuxer->priv is for that!reimar2007-09-141-22/+7
* Use AV_RB24reimar2007-09-141-1/+1
* get rid of pointless pesFileId variablesreimar2007-09-141-19/+3
* Simplify AV_RB32 / 256 -> AV_RB24reimar2007-09-141-2/+1
* Use AV_RB32 instead of tivobuffer2hostlongreimar2007-09-141-12/+6
* Yet more cosmeticsreimar2007-09-141-23/+5
* Move timestamps to int64_t and use MP_NOPTS_VALUEreimar2007-09-141-29/+15
* Demuxers are _not_ supposed to set ds->pts!reimar2007-09-141-1/+0
* Fix completely broken get_ty_pts (it's an ordinary MPEG timestamp)reimar2007-09-141-15/+11
* Another ty simplificationreimar2007-09-141-8/+2
* Remove unused variablereimar2007-09-141-1/+0
* tmf_totalsize is not used either, remove itreimar2007-09-141-7/+0
* More simplificationsreimar2007-09-141-13/+4
* Get rid of some quite pointless variablesreimar2007-09-141-18/+2
* Move boundary check before use!reimar2007-09-141-2/+4
* pthreads support is required for teletextvoroshil2007-09-141-1/+1
* Remove unused tmf_totalchunksreimar2007-09-141-8/+0
* Simplify EOF handlingreimar2007-09-141-10/+4
* Simplify tmf_filetooffsetreimar2007-09-141-21/+9
* Small simplificationsreimar2007-09-141-7/+4
* 10l, placed terminating 0 at the wrong place.reimar2007-09-141-1/+1
* Avoid strlcpy, tar headers already have space to ensure 0-terminationreimar2007-09-141-4/+6
* Do not ignore last chunk in .tmf files, it will cause part of the file to bereimar2007-09-141-3/+1
* Cosmetics: remove lots of useless () and {}.reimar2007-09-141-151/+85
* Use CHUNKSIZE define in a few more placesreimar2007-09-141-2/+2
* Simplify ty_extensionisreimar2007-09-141-8/+5
* Make demux_ty internal functions staticreimar2007-09-141-5/+5
* Use strtol instead of horribly suboptimal ty_octaltodecimalreimar2007-09-141-21/+1
* Fix ESD check: use an ESD function to actually check linking and doreimar2007-09-141-2/+2
* sigill_handler_sse is not needed and can not compile on 64 bit systemsreimar2007-09-141-1/+1
* Do not check for X86_FXSR_MAGIC define, it is missing in newerreimar2007-09-141-5/+4
* Remove unused sigfpe handlerreimar2007-09-141-22/+0
* Remove test for SSE exception support that has been commented out since ages.reimar2007-09-141-25/+0
* Fix off-by-one error if fsize is odd (does handling that case even make sense?)reimar2007-09-141-2/+1
* Mark DTS tables as constreimar2007-09-141-2/+2
* Fix 10l typo in syncwordreimar2007-09-141-1/+1
* Improved comments, based on patches by Ulion [ulion2002 gmail com]reimar2007-09-141-6/+6
* Simplify and fix big-endian hwac3 header generation code.reimar2007-09-141-17/+13
* Deobfuscate: use IMGFMT_RGB_DEPTH and IMGFMT_IS_BGRreimar2007-09-131-10/+10
* Fix missing reset/initialization (with tv parameters) ofvoroshil2007-09-131-0/+2
* added monkey audio file extensions to extension tableben2007-09-131-0/+3
* Move AM_MEDIA_TYPE structure definition to mediatype.h.voroshil2007-09-133-13/+26
* Check wLongsPerEntry before using it.reimar2007-09-131-5/+5
* Remove useless preprocessor check, _WINGDI_H is never defined.diego2007-09-131-1/+1
* Add support for FFmpeg Monkey's Audio decoderuau2007-09-131-0/+7
* warning fixes:diego2007-09-134-5/+5
* Replace constant by appropriate definereimar2007-09-131-1/+1
* Remove leading underscores from multiple inclusion guards,diego2007-09-1331-103/+98
* Fix include path.diego2007-09-131-1/+1
* Remove redundant #ifndef, __WINE_MMSYSTEM_H is never defined.diego2007-09-121-2/+0
* cosmetics: Use uppercase for multiple inclusion guards and comment #endifs.diego2007-09-122-6/+6
* Remove useless #ifndef, __WINE_WINGDI_H is never defined.diego2007-09-121-2/+0
* Remove redundant multiple inclusion guard.diego2007-09-121-2/+0
* DOCS/tech/colorspaces.txt says I420 and IYUV are the same, so add IYUV at thereimar2007-09-121-0/+1
* r24423: Implementation of tv:// driver autodetection.voroshil2007-09-121-2/+2
* r24423: Implementation of tv:// driver autodetection.voroshil2007-09-121-1/+2
* Consistently use path as multiple inclusion guard.diego2007-09-123-11/+11
* synced with r24423Gabrov2007-09-122-4/+5
* Add missing #include to fix compilation.diego2007-09-121-0/+1
* Do not replace _ by - if x86_64 is given in --target.reimar2007-09-121-1/+4
* sync w/r24423gpoirier2007-09-111-6/+9
* Fix indentation after r24367.cehoyos2007-09-101-2/+2
* r24294: suboption consistency, add fixme document -vivo suboptionskraymer2007-09-102-5/+21
* Revert r24424.voroshil2007-09-105-48/+48
* Fix for:voroshil2007-09-102-13/+13
* Fix for a lot ofvoroshil2007-09-105-48/+48
* Implementation of tv:// driver autodetection.voroshil2007-09-104-10/+21
* cosmetics: Add comments to some #endif preprocessor directives.diego2007-09-104-4/+4
* warning fixes:diego2007-09-101-2/+0
* warning fix:diego2007-09-101-1/+0
* warning fix:diego2007-09-101-1/+0
* warning fixes:diego2007-09-101-3/+0
* Fix for:voroshil2007-09-101-2/+2
* Fix for:voroshil2007-09-101-6/+6
* Proper fix for:voroshil2007-09-101-2/+1
* cosmetics: Fix silly typo.diego2007-09-101-3/+3
* warning fix:diego2007-09-101-1/+1
* warning fixes:diego2007-09-101-2/+0
* warning fix:diego2007-09-101-0/+1
* warning fixes:diego2007-09-101-1/+0
* warning fixes:diego2007-09-101-1/+0
* warning fixes:diego2007-09-101-4/+4
* warning fixes:diego2007-09-101-2/+0
* warning fixes:diego2007-09-101-2/+2
* warning fixes:diego2007-09-101-7/+2
* warning fix:diego2007-09-101-1/+0
* warning fixes:diego2007-09-101-2/+1
* warning fixes:diego2007-09-101-4/+3
* warning fixes:diego2007-09-101-3/+1
* warning fixes:diego2007-09-101-2/+1
* warning fix:diego2007-09-101-1/+0
* warning fix:diego2007-09-101-0/+1
* warning fix:diego2007-09-102-1/+1
* Revert the part of r24389 that broke compilation of mencoder.cehoyos2007-09-101-0/+1
* r24386: move lavc option out of XviD section, to lavc sectionvoroshil2007-09-101-6/+5
* Fix warnings:voroshil2007-09-101-1/+0
* Fix warnings:voroshil