| Commit message (Expand) | Author | Age | Files | Lines |
* | Add myself as Debian package maintainer, Dariush has not been active in years. | diego | 2007-09-19 | 1 | -1/+1 |
* | (Re)move idiotic checks, ret can't be < 0 or > 0 if the loop condition | reimar | 2007-09-19 | 1 | -3/+2 |
* | Fix a few typos | reimar | 2007-09-19 | 2 | -4/+4 |
* | More precise line spacing. | eugeni | 2007-09-18 | 1 | -1/+1 |
* | Fix text height calculation. It depends on line spacing. | eugeni | 2007-09-18 | 1 | -0/+1 |
* | Fix an obviously incorrect comment. | eugeni | 2007-09-18 | 1 | -1/+0 |
* | Enable ass_line_spacing option. | eugeni | 2007-09-18 | 3 | -0/+7 |
* | Implement setting gain control for video devices (usually webcams) | voroshil | 2007-09-18 | 6 | -1/+48 |
* | MPEG-2 blocks at qp 1 get overfiltered by spp, apparently because "qp>>1" turns | diego | 2007-09-18 | 1 | -1/+1 |
* | Mention that libavc png decoder depends on zlib | reimar | 2007-09-18 | 1 | -1/+1 |
* | Add comment that clears up what _WINGDI_H is for. | diego | 2007-09-18 | 1 | -0/+1 |
* | Mark phony targets as such. | diego | 2007-09-18 | 1 | -0/+2 |
* | Simplify commands with automatic variables. | diego | 2007-09-18 | 1 | -13/+10 |
* | fix indentation after the last change (patch by Guillaume LECERF <foxcore at ... | faust3 | 2007-09-18 | 1 | -6/+6 |
* | synced with r24565 | Gabrov | 2007-09-18 | 2 | -11/+12 |
* | Replace stdint.h #include by functionally equivalent inttypes.h. | diego | 2007-09-18 | 1 | -1/+1 |
* | Replace x-dev dependency with x11proto-core-dev. | diego | 2007-09-18 | 1 | -1/+1 |
* | Explain how to use diff -uwbBE with svn directly | reimar | 2007-09-18 | 1 | -0/+2 |
* | it is no longer necessary to reboot the system after the dhahelperwin install... | faust3 | 2007-09-17 | 1 | -4/+30 |
* | - make dhahelperwin compile with mingw | faust3 | 2007-09-17 | 6 | -13/+459 |
* | Make dhasetup more verbose based on code by | faust3 | 2007-09-17 | 1 | -7/+32 |
* | rename windows ddk makefile to nmakefile so that a makefile for mingw can be ... | faust3 | 2007-09-17 | 1 | -0/+0 |
* | Clarify the relationship between -msglevel and MPLAYER_VERBOSE. | diego | 2007-09-17 | 1 | -2/+4 |
* | fix resolution detection for NV03 and NV04 cards, patch by Guillaume LECERF <... | faust3 | 2007-09-17 | 1 | -0/+3 |
* | Upstream committed both of my libdvdcss patches. | diego | 2007-09-17 | 1 | -1/+1 |
* | Leading underscores in identifiers are reserved in C. | diego | 2007-09-17 | 3 | -10/+10 |
* | warning fix: | diego | 2007-09-17 | 1 | -1/+0 |
* | r24550: msglevel 5 is the default. | voroshil | 2007-09-17 | 1 | -5/+5 |
* | r24549: i_certify is no longer an option | voroshil | 2007-09-17 | 1 | -2/+2 |
* | Clarify description of MPLAYER_VERBOSE. | diego | 2007-09-16 | 1 | -4/+3 |
* | msglevel 5 is the default. | diego | 2007-09-16 | 1 | -1/+1 |
* | i_certify is no longer an option | compn | 2007-09-16 | 1 | -1/+1 |
* | reimar cleaned up tivo demuxer | compn | 2007-09-16 | 1 | -0/+1 |
* | vfw2menc works on linux/windows | compn | 2007-09-16 | 1 | -1/+1 |
* | Merge three sed invocations into one. | diego | 2007-09-16 | 1 | -3/+1 |
* | Install man pages in $(PREFIX)/share/man instead of $(PREFIX)/man | diego | 2007-09-16 | 1 | -2/+2 |
* | vfw2menc works on linux and windows x86 only | compn | 2007-09-16 | 1 | -1/+1 |
* | Make vd_ffmpeg work with lavf demuxer also for RealVideo. | reimar | 2007-09-16 | 1 | -1/+1 |
* | ao_mpegpes does not support S16_LE format, do not claim it does! | reimar | 2007-09-16 | 1 | -2/+1 |
* | Fix typo in comment | reimar | 2007-09-16 | 1 | -1/+1 |
* | reverted useless r24539 | ben | 2007-09-15 | 1 | -1/+0 |
* | added monkey audio fourcc in wave header | ben | 2007-09-15 | 1 | -0/+1 |
* | Add support for cook audio (though most .rm files don't work with lavf | reimar | 2007-09-15 | 1 | -0/+1 |
* | avoid rivatv_lock_nv40() from trashing the screen (patch by Guillaume Lecerf ... | ben | 2007-09-15 | 1 | -2/+2 |
* | fix screen width and height calculation on nvidia vidix (patch by Guillaume L... | ben | 2007-09-15 | 1 | -1/+11 |
* | getch2: Fix incorrect test | uau | 2007-09-15 | 1 | -1/+1 |
* | prevent some vidix drivers to get compiled on powerpc, they are not intended ... | ben | 2007-09-15 | 1 | -0/+5 |
* | restored vidix build on powerpc | ben | 2007-09-15 | 1 | -2/+1 |
* | the IN/OUT PORT 8/16/32 functions rely on inb/inw/inl/outb/outw/outl that are... | ben | 2007-09-15 | 1 | -0/+2 |
* | this flag needs to be defined for pread() on powerpc | ben | 2007-09-15 | 1 | -0/+1 |
* | ifdef one variable that is not used with alpha and powerpc architectures | ben | 2007-09-15 | 1 | -1/+4 |
* | Copy AC-3 bsmod field into IEC data-type field as required by the specs | reimar | 2007-09-15 | 1 | -0/+1 |
* | Handle swab when input length is odd (treat it as if there was an additional | reimar | 2007-09-15 | 1 | -2/+10 |
* | Avoid one more code duplication | reimar | 2007-09-15 | 1 | -17/+3 |
* | get rid of pointless size parameter for tmf_load_chunk | reimar | 2007-09-15 | 1 | -8/+6 |
* | Avoid using demux->stream->end_pos, it rarely does any good. | reimar | 2007-09-15 | 1 | -3/+0 |
* | Slightly simplify IsValidAudioPacket | reimar | 2007-09-15 | 1 | -3/+0 |
* | Simplify another two ifs into one | reimar | 2007-09-15 | 1 | -7/+1 |
* | Make one mp_msg call out of 3 | reimar | 2007-09-15 | 1 | -17/+5 |
* | Simpler and more robust tar parsing | reimar | 2007-09-15 | 1 | -26/+10 |
* | Get rid of bloated ty_extension function | reimar | 2007-09-15 | 1 | -11/+3 |
* | Do not uselessly name structs | reimar | 2007-09-15 | 1 | -2/+2 |
* | Remove another variable and reorder to avoid wasting space due to alignment | reimar | 2007-09-15 | 1 | -5/+2 |
* | PTS should be passed as int64_t to demux_ty_CopyToDemuxPacket | reimar | 2007-09-15 | 1 | -1/+1 |
* | Remove now useless parameters from demux_ty_CopyToDemuxPacket | reimar | 2007-09-15 | 1 | -6/+4 |
* | Remove more unused code and variables | reimar | 2007-09-15 | 1 | -10/+0 |
* | cosmetics: Fix typo in function name. | diego | 2007-09-15 | 1 | -2/+2 |
* | removed unused members from dvdnav_priv_t | nicodvb | 2007-09-15 | 1 | -4/+0 |
* | Removed dead code related to stills. | nicodvb | 2007-09-15 | 1 | -8/+0 |
* | updated changelog with recent monkey audio decoder support | ben | 2007-09-15 | 1 | -0/+1 |
* | Revert r24446 since it breaks mingw32 build: _WINGDI_H is defined in wingdi.h | zuxy | 2007-09-15 | 1 | -1/+1 |
* | live recordings can contain 0-size type 0 chunks, ignore them instead | reimar | 2007-09-14 | 1 | -1/+1 |
* | Move some more variable declarations | reimar | 2007-09-14 | 1 | -6/+6 |
* | Remove tabs and trailing whitespace | reimar | 2007-09-14 | 1 | -124/+124 |
* | A few more useless () | reimar | 2007-09-14 | 1 | -4/+4 |
* | Minor simplifications | reimar | 2007-09-14 | 1 | -4/+4 |
* | Further simplify demux_ty_FindESHeader | reimar | 2007-09-14 | 1 | -11/+11 |
* | Optimize demux_ty_FindESHeader | reimar | 2007-09-14 | 1 | -8/+9 |
* | Remove some commented-out debugging code | reimar | 2007-09-14 | 1 | -29/+2 |
* | Fix demux_ty_FindESHeader so it won't overread | reimar | 2007-09-14 | 1 | -1/+1 |
* | Simplify demux_ty_FindESPacket by reusing demux_ty_FindESHeader | reimar | 2007-09-14 | 1 | -32/+10 |
* | Remove unused demux_ty_FindESPacket parameter | reimar | 2007-09-14 | 1 | -2/+2 |
* | Simplify demux_ty_FindESHeader | reimar | 2007-09-14 | 1 | -12/+7 |
* | Move variable declarations into the block where they are used | reimar | 2007-09-14 | 1 | -19/+10 |
* | Another piece of duplicate code | reimar | 2007-09-14 | 1 | -13/+2 |
* | Avoid a big piece of duplicated code | reimar | 2007-09-14 | 1 | -52/+7 |
* | Get rid of more code duplication | reimar | 2007-09-14 | 1 | -35/+6 |
* | Simplify XDS handling | reimar | 2007-09-14 | 1 | -12/+5 |
* | Reduce code duplication | reimar | 2007-09-14 | 1 | -21/+2 |
* | Greatly simplify IsValidAudioPacket, though this might break something | reimar | 2007-09-14 | 1 | -30/+2 |
* | Simplify IsValidAudioPacket | reimar | 2007-09-14 | 1 | -9/+2 |
* | Do not misuse a_streams for private info, demuxer->priv is for that! | reimar | 2007-09-14 | 1 | -22/+7 |
* | Use AV_RB24 | reimar | 2007-09-14 | 1 | -1/+1 |
* | get rid of pointless pesFileId variables | reimar | 2007-09-14 | 1 | -19/+3 |
* | Simplify AV_RB32 / 256 -> AV_RB24 | reimar | 2007-09-14 | 1 | -2/+1 |
* | Use AV_RB32 instead of tivobuffer2hostlong | reimar | 2007-09-14 | 1 | -12/+6 |
* | Yet more cosmetics | reimar | 2007-09-14 | 1 | -23/+5 |
* | Move timestamps to int64_t and use MP_NOPTS_VALUE | reimar | 2007-09-14 | 1 | -29/+15 |
* | Demuxers are _not_ supposed to set ds->pts! | reimar | 2007-09-14 | 1 | -1/+0 |
* | Fix completely broken get_ty_pts (it's an ordinary MPEG timestamp) | reimar | 2007-09-14 | 1 | -15/+11 |
* | Another ty simplification | reimar | 2007-09-14 | 1 | -8/+2 |
* | Remove unused variable | reimar | 2007-09-14 | 1 | -1/+0 |
* | tmf_totalsize is not used either, remove it | reimar | 2007-09-14 | 1 | -7/+0 |
* | More simplifications | reimar | 2007-09-14 | 1 | -13/+4 |
* | Get rid of some quite pointless variables | reimar | 2007-09-14 | 1 | -18/+2 |
* | Move boundary check before use! | reimar | 2007-09-14 | 1 | -2/+4 |
* | pthreads support is required for teletext | voroshil | 2007-09-14 | 1 | -1/+1 |
* | Remove unused tmf_totalchunks | reimar | 2007-09-14 | 1 | -8/+0 |
* | Simplify EOF handling | reimar | 2007-09-14 | 1 | -10/+4 |
* | Simplify tmf_filetooffset | reimar | 2007-09-14 | 1 | -21/+9 |
* | Small simplifications | reimar | 2007-09-14 | 1 | -7/+4 |
* | 10l, placed terminating 0 at the wrong place. | reimar | 2007-09-14 | 1 | -1/+1 |
* | Avoid strlcpy, tar headers already have space to ensure 0-termination | reimar | 2007-09-14 | 1 | -4/+6 |
* | Do not ignore last chunk in .tmf files, it will cause part of the file to be | reimar | 2007-09-14 | 1 | -3/+1 |
* | Cosmetics: remove lots of useless () and {}. | reimar | 2007-09-14 | 1 | -151/+85 |
* | Use CHUNKSIZE define in a few more places | reimar | 2007-09-14 | 1 | -2/+2 |
* | Simplify ty_extensionis | reimar | 2007-09-14 | 1 | -8/+5 |
* | Make demux_ty internal functions static | reimar | 2007-09-14 | 1 | -5/+5 |
* | Use strtol instead of horribly suboptimal ty_octaltodecimal | reimar | 2007-09-14 | 1 | -21/+1 |
* | Fix ESD check: use an ESD function to actually check linking and do | reimar | 2007-09-14 | 1 | -2/+2 |
* | sigill_handler_sse is not needed and can not compile on 64 bit systems | reimar | 2007-09-14 | 1 | -1/+1 |
* | Do not check for X86_FXSR_MAGIC define, it is missing in newer | reimar | 2007-09-14 | 1 | -5/+4 |
* | Remove unused sigfpe handler | reimar | 2007-09-14 | 1 | -22/+0 |
* | Remove test for SSE exception support that has been commented out since ages. | reimar | 2007-09-14 | 1 | -25/+0 |
* | Fix off-by-one error if fsize is odd (does handling that case even make sense?) | reimar | 2007-09-14 | 1 | -2/+1 |
* | Mark DTS tables as const | reimar | 2007-09-14 | 1 | -2/+2 |
* | Fix 10l typo in syncword | reimar | 2007-09-14 | 1 | -1/+1 |
* | Improved comments, based on patches by Ulion [ulion2002 gmail com] | reimar | 2007-09-14 | 1 | -6/+6 |
* | Simplify and fix big-endian hwac3 header generation code. | reimar | 2007-09-14 | 1 | -17/+13 |
* | Deobfuscate: use IMGFMT_RGB_DEPTH and IMGFMT_IS_BGR | reimar | 2007-09-13 | 1 | -10/+10 |
* | Fix missing reset/initialization (with tv parameters) of | voroshil | 2007-09-13 | 1 | -0/+2 |
* | added monkey audio file extensions to extension table | ben | 2007-09-13 | 1 | -0/+3 |
* | Move AM_MEDIA_TYPE structure definition to mediatype.h. | voroshil | 2007-09-13 | 3 | -13/+26 |
* | Check wLongsPerEntry before using it. | reimar | 2007-09-13 | 1 | -5/+5 |
* | Remove useless preprocessor check, _WINGDI_H is never defined. | diego | 2007-09-13 | 1 | -1/+1 |
* | Add support for FFmpeg Monkey's Audio decoder | uau | 2007-09-13 | 1 | -0/+7 |
* | warning fixes: | diego | 2007-09-13 | 4 | -5/+5 |
* | Replace constant by appropriate define | reimar | 2007-09-13 | 1 | -1/+1 |
* | Remove leading underscores from multiple inclusion guards, | diego | 2007-09-13 | 31 | -103/+98 |
* | Fix include path. | diego | 2007-09-13 | 1 | -1/+1 |
* | Remove redundant #ifndef, __WINE_MMSYSTEM_H is never defined. | diego | 2007-09-12 | 1 | -2/+0 |
* | cosmetics: Use uppercase for multiple inclusion guards and comment #endifs. | diego | 2007-09-12 | 2 | -6/+6 |
* | Remove useless #ifndef, __WINE_WINGDI_H is never defined. | diego | 2007-09-12 | 1 | -2/+0 |
* | Remove redundant multiple inclusion guard. | diego | 2007-09-12 | 1 | -2/+0 |
* | DOCS/tech/colorspaces.txt says I420 and IYUV are the same, so add IYUV at the | reimar | 2007-09-12 | 1 | -0/+1 |
* | r24423: Implementation of tv:// driver autodetection. | voroshil | 2007-09-12 | 1 | -2/+2 |
* | r24423: Implementation of tv:// driver autodetection. | voroshil | 2007-09-12 | 1 | -1/+2 |
* | Consistently use path as multiple inclusion guard. | diego | 2007-09-12 | 3 | -11/+11 |
* | synced with r24423 | Gabrov | 2007-09-12 | 2 | -4/+5 |
* | Add missing #include to fix compilation. | diego | 2007-09-12 | 1 | -0/+1 |
* | Do not replace _ by - if x86_64 is given in --target. | reimar | 2007-09-12 | 1 | -1/+4 |
* | sync w/r24423 | gpoirier | 2007-09-11 | 1 | -6/+9 |
* | Fix indentation after r24367. | cehoyos | 2007-09-10 | 1 | -2/+2 |
* | r24294: suboption consistency, add fixme document -vivo suboptions | kraymer | 2007-09-10 | 2 | -5/+21 |
* | Revert r24424. | voroshil | 2007-09-10 | 5 | -48/+48 |
* | Fix for: | voroshil | 2007-09-10 | 2 | -13/+13 |
* | Fix for a lot of | voroshil | 2007-09-10 | 5 | -48/+48 |
* | Implementation of tv:// driver autodetection. | voroshil | 2007-09-10 | 4 | -10/+21 |
* | cosmetics: Add comments to some #endif preprocessor directives. | diego | 2007-09-10 | 4 | -4/+4 |
* | warning fixes: | diego | 2007-09-10 | 1 | -2/+0 |
* | warning fix: | diego | 2007-09-10 | 1 | -1/+0 |
* | warning fix: | diego | 2007-09-10 | 1 | -1/+0 |
* | warning fixes: | diego | 2007-09-10 | 1 | -3/+0 |
* | Fix for: | voroshil | 2007-09-10 | 1 | -2/+2 |
* | Fix for: | voroshil | 2007-09-10 | 1 | -6/+6 |
* | Proper fix for: | voroshil | 2007-09-10 | 1 | -2/+1 |
* | cosmetics: Fix silly typo. | diego | 2007-09-10 | 1 | -3/+3 |
* | warning fix: | diego | 2007-09-10 | 1 | -1/+1 |
* | warning fixes: | diego | 2007-09-10 | 1 | -2/+0 |
* | warning fix: | diego | 2007-09-10 | 1 | -0/+1 |
* | warning fixes: | diego | 2007-09-10 | 1 | -1/+0 |
* | warning fixes: | diego | 2007-09-10 | 1 | -1/+0 |
* | warning fixes: | diego | 2007-09-10 | 1 | -4/+4 |
* | warning fixes: | diego | 2007-09-10 | 1 | -2/+0 |
* | warning fixes: | diego | 2007-09-10 | 1 | -2/+2 |
* | warning fixes: | diego | 2007-09-10 | 1 | -7/+2 |
* | |