summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lol, that sure deserves some Coladiego2004-04-161-15/+15
* OS/X localtime_r multiply defined patch by ("Steven M. Schultz" <sms at 2BSD ...michael2004-04-161-0/+16
* 10l to me: writing outside allocated memoryrtognimp2004-04-151-1/+1
* fixed suboption parsing, added help for suboptionsreimar2004-04-151-12/+36
* All entries in alphabetical last, first name order, some nicks added.diego2004-04-151-451/+444
* specify field mode when setting image heighthenry2004-04-151-0/+1
* moving f() and u()michael2004-04-141-3/+4
* type 1/2 packets must have MSB timestamps (this is already mentioned at some ...michael2004-04-141-1/+1
* Fix segfault if EDL is used without videortognimp2004-04-141-0/+5
* Try Real rtsp, then live.com on every rtsp stream (remove extensionrtognimp2004-04-142-20/+15
* syncpaszczi2004-04-141-3/+16
* Missing options added to --help output.diego2004-04-131-12/+15
* updatesdiego2004-04-131-3/+2
* Nicks added.diego2004-04-131-2/+2
* Make caca detection consistent with the others using *-config, also avoidsdiego2004-04-131-1/+4
* Nicks added.diego2004-04-131-3/+3
* OpenGL vo driver suboptions by Reimar and me.diego2004-04-131-0/+14
* Do not crash on audio only streamsrtognimp2004-04-131-15/+16
* -vo quartz docs by Nicolas Plourde <nicolas.plourde@sympatico.ca>diego2004-04-131-2/+5
* quartz vo, based on patch byNicolas Plourde <nicolas.plourde@sympatico.ca>diego2004-04-131-2/+5
* printf -> mp_msg; print error msg when qtmlClient.dll is missingfaust32004-04-131-13/+17
* printf -> mp_msg, error msg when qtmlClient.dll is missingfaust32004-04-131-19/+23
* printf -> mp_msgfaust32004-04-131-26/+25
* ignore mouseclicks when activating the windowfaust32004-04-131-1/+3
* -rdynamic is not supported on Win32. Both _xanim and _real set it, so bothdiego2004-04-131-2/+1
* always add versionsinfo and icon on windowsfaust32004-04-131-0/+7
* -rdynamic is not supported on windowsfaust32004-04-131-1/+3
* DVB updates, patch by Nico <nsabbi@tiscali.it>diego2004-04-131-1/+13
* DVB update, patch by Nico <nsabbi@tiscali.it>diego2004-04-131-3/+2
* Some release dates added, consistent date format.diego2004-04-131-63/+63
* win32 macro added to simplify detecting both Cygwin and MinGW.diego2004-04-131-10/+10
* (de)coder -> (de)muxermichael2004-04-131-9/+12
* whitespace changes (improves changelog mode in vim/emacs)diego2004-04-131-37/+37
* libmpflac was removed.diego2004-04-131-7/+1
* Add license, remove bogus comment as told by Reza Jelveh, the author.diego2004-04-121-4/+2
* spelling, more wishesdiego2004-04-121-8/+24
* Fix vp61 keyframe search (do not skip blocks if 1st frame is keyframe)rtognimp2004-04-121-13/+11
* libavformat support for windowsfaust32004-04-121-0/+5
* Support AAC in NSVrtognimp2004-04-121-0/+1
* NSV demuxer author addedrtognimp2004-04-121-0/+3
* nsv (Nullsoft streaming video) demuxerrtognimp2004-04-126-6/+389
* .mp4 with lavf supportmichael2004-04-111-0/+1
* FLV with lavc+lavf supportmichael2004-04-111-1/+9
* 4xm with lavf+lavcmichael2004-04-111-1/+9
* BGR16michael2004-04-111-0/+1
* lavf ASF supportmichael2004-04-111-0/+9
* forgotten person who added an important feature to the mingw portfaust32004-04-111-0/+3
* seekingmichael2004-04-111-7/+13
* avoid unneeded stream_reset()michael2004-04-111-2/+15
* nicer EOF solution, mpeg-ps works now toomichael2004-04-111-4/+4
* libavformat really doesnt like it that the streams get stuck if the end is re...michael2004-04-111-3/+11
* demux_lavfmichael2004-04-116-8/+417
* quant_parameter is 2*mpeg1_quant, no problems noticed with too high valuesiive2004-04-091-2/+0
* remove old example streammichael2004-04-091-63/+12
* removing checksum_threshold & keyframe predictionmichael2004-04-091-11/+1
* 1l fix.nauj272004-04-091-1/+1
* vo_gl supporting more color formats for testingreimar2004-04-082-8/+82
* Added <application> missing tags.nauj272004-04-0818-280/+372
* check for invalid user inputiive2004-04-081-2/+15
* print at least the error number when there is no text for itfaust32004-04-071-0/+4
* restore original ringbuffer constants as the current values are causing heavy...faust32004-04-071-2/+2
* typopaszczi2004-04-071-1/+1
* '%' is unsafe and need to be escaped.bertrand2004-04-071-1/+1
* updatefaust32004-04-071-0/+7
* round len to outburst and increment full_buffers at the correct time, patch b...faust32004-04-072-3/+6
* language_code & fourcc vb->v reversalmichael2004-04-071-4/+4
* support for abitrary imaadpcm encoding, ported from ffmpegalex2004-04-071-6/+2
* 10l, patch by Bjoern Sandellfaust32004-04-061-1/+1
* syncnauj272004-04-064-79/+220
* support immed flagfaust32004-04-061-2/+2
* uninit immed flagalex2004-04-0619-24/+31
* vo_caca by Howell Tamalex2004-04-061-0/+3
* SSE support under OpenBSD, patch by Bjorn Sandellalex2004-04-061-4/+4
* inttypesalex2004-04-061-1/+1
* altivec support under netbsd, patch by Matthew Greenalex2004-04-061-0/+12
* netbsd audio support by Bernd Ernestialex2004-04-061-3/+7
* correct typeconversion of fps, patches by several pplalex2004-04-061-2/+6
* MPL2 subreader, patch by Cezary Jackiewicz (cjackiewicz@poczta.onet.pl)alex2004-04-062-1/+31
* 100l and sync with upstream, patch by rgselkalex2004-04-061-3/+3
* skip {...} parts in SAME subs, patch by Salvatore Falcoalex2004-04-061-0/+5
* Changed -sid/-aid/-vid to be zero based and select the n'th stream of its typ...mosu2004-04-061-7/+18
* some more globalsalex2004-04-062-3/+3
* removed obsoleted defsalex2004-04-061-8/+1
* removing more globalsalex2004-04-061-1/+2
* fix symbol clashes when linking with libmp3lame including mp3 decoder, man, m...alex2004-04-069-45/+38
* AltiVec hScale, all size patch by (Romain Dolbeau <dolbeaur at club-internet ...michael2004-04-063-10/+222
* libcaca video output driver by Howell Tamalex2004-04-064-1/+362
* ability to disable mp3lib, liba52 and libmpeg2alex2004-04-051-3/+43
* Removed mpflac as ffflac is way better and ad_flac won't compile with externa...alex2004-04-055-632/+2
* added my nickrathann2004-04-051-1/+1
* full screen flipping synchronization corrections (by Adam Tla/lka)rathann2004-04-051-1/+4
* make gcc happy under hurdalex2004-04-051-6/+6
* Unmap window before change in decor and size while flipping full screen mode ...rathann2004-04-051-3/+4
* morphos support by Nicolas Detalex2004-04-051-1/+1
* make gcc eating this under hurdalex2004-04-051-4/+4
* Quartz/MacOSX video output module by Nicolas Plourdealex2004-04-054-0/+668
* syncnauj272004-04-053-100/+238
* switching from crc32 to adler32 checksums, cuz they are faster and simplermichael2004-04-051-1/+1
* minor changesmichael2004-04-041-11/+10
* fixed broken diseqc fetch from channels filenicodvb2004-04-041-2/+3
* 10l for the orignial author and 1000l for me for commiting a broken workaroundfaust32004-04-041-2/+2
* This was discussed a long time ago but some reason never done. Anywayrfelker2004-04-031-1/+2
* restore old SAMPLESIZEfaust32004-04-031-0/+4
* move window decor changes after setting Withdrawn state so we have no additio...rathann2004-04-031-3/+4
* - win_gravity memorizing and restoring while switching fullscreen mode (by Ad...rathann2004-04-031-0/+14
* restrictions to ensure that O(log n) seeking and error recovery is possiblemichael2004-04-031-1/+10
* - compilation error fixrathann2004-04-031-1/+1
* disallow non-sense type parameter; added support for absolute file path; pref...nicodvb2004-04-031-26/+32
* Developers should subscribe to mplayer-cvslog, mention mplayer-docs.diego2004-04-021-2/+8
* cosmeticsdiego2004-04-021-3/+3
* Update my mail addressrtognimp2004-04-021-1/+2
* Support for selecting subtitles with -slang. Patch by Andriy N Gritsenko <and...mosu2004-04-021-7/+86
* 1ldiego2004-04-021-1/+1
* small additions, some nicks added, wording, spellingdiego2004-04-021-95/+99
* Fixed the support for the A_MS/ACM CodecID which just stores a WAVEFORMATEX i...mosu2004-04-021-8/+18
* Remove spurious +1 to lame_param_quality that contradicts documentation anddiego2004-04-021-1/+1
* Commit independent changes separately.diego2004-04-021-2/+2
* Error message improved, wording.diego2004-04-011-12/+13
* Support for smil playlist, both standalone and embedded into otherrtognimp2004-04-011-7/+136
* ALSA syc is not so good as OSS - small correctionsatlka2004-04-012-24/+29
* Support for HE-AAC. Patch by Loren Merritt <lorenm at u dot washington anothe...mosu2004-04-011-1/+1
* Added my nick for easier placement of blame.mosu2004-04-011-1/+1
* let uninit wait until sound is completely played, don't restore volume at exi...faust32004-04-012-25/+27
* dvb should be added to $_noinputmodules as well as $_inputmodules.diego2004-04-011-0/+1
* How to handle incomplete translations of message files.diego2004-04-011-0/+8
* security fixdiego2004-04-011-0/+8
* prevent crash in case we are unable to get aligned bufferfaust32004-04-011-8/+11
* although this SSE fix is an ugly hack it seems to work fine for mefaust32004-04-011-0/+13
* reenable SSE support for mingwfaust32004-04-011-1/+1
* 10l (some broken compilers take this serious)alex2004-03-311-1/+1
* make stupid gcc versions happyrfelker2004-03-311-0/+1
* reversing the change to the forw/backw pointers, its somewhat simpler to upda...michael2004-03-311-38/+39
* remote exploitable heap overflow fix by ("blexim" <blexim at hush dot com>)michael2004-03-301-1/+1
* removing subpackets (everyone hates them ...)michael2004-03-301-120/+103
* vf_phase filter by Ville Saari (114263 at foo dot bar dot org)rfelker2004-03-294-1/+332
* Revert my old twos fix, it seems to break more files than it fixed.rtognimp2004-03-281-0/+5
* added <application> tag and some 10l, patch by frogu <l_j_p@wp.pl>paszczi2004-03-281-2/+3
* svgalib 1.9.18 compile fix, still wont work for me though...atmos42004-03-282-0/+14
* Fix hanging at end of mms:// streams.rtognimp2004-03-281-1/+2
* Stop reading the file if an INDX chunk is found instead of a data packet.mosu2004-03-281-0/+3
* Missing echores "no" added, duplicate variable setting removed.diego2004-03-271-2/+5
* Make wmv9 playback less verbose.diego2004-03-271-5/+5
* Implemented "seek to position".mosu2004-03-261-1/+45
* temporary workaround to make it work on windowsfaust32004-03-261-0/+3
* fseeko emulation patch by Steven M. Schultz <sms at 2bsd.com>faust32004-03-263-4/+114
* support for Radeon 9200 based video boards patch by Benjamin Zores <ben at tu...faust32004-03-262-0/+30
* fix compilation on cygwinfaust32004-03-263-3/+10
* patch from Rune <runner@mail.tele.dk>pontscho2004-03-253-4/+5
* Add adland to authorsrtognimp2004-03-251-0/+3
* Support for Alparysoft lossless video codec (DShow and VfW)rtognimp2004-03-253-6/+74
* Removed the limitation to max. eight laced blocks.mosu2004-03-251-9/+21
* remove stupid misadvicerfelker2004-03-251-1/+1
* The attached patch fixes a minor build problem on GNU/k*BSD: getch2.c shoulddiego2004-03-241-3/+3
* Round Chunklen to word boundaryranma2004-03-241-1/+1
* Use aspect from encoder for AVI vprp headerranma2004-03-2416-58/+63
* Mobility Radeon 9600/9700 supportfaust32004-03-232-1/+7
* Add support for Lead MCMW 2.0 wavelet codec eval versionrtognimp2004-03-232-1/+20
* 1000lfaust32004-03-231-4/+7
* Windows XP supportfaust32004-03-235-0/+475
* windows xp supportfaust32004-03-232-3/+57
* sync by danny <guru@digitalfantasy.it>diego2004-03-231-30/+30
* Include the comments from -aviaspect into the description of -useaviaspect an...ranma2004-03-221-29/+21
* Better vprp aspect fixranma2004-03-225-15/+26
* -aviaspect option moved to its alphabetical position, new sentences shoulddiego2004-03-211-32/+33
* explicit option for AVI PRP headerhenry2004-03-213-28/+62
* Add LEAD fourcc, patch by adland < adland123 (at) yahoo (dot) com >rtognimp2004-03-211-0/+1
* fix wrong detection of mpeg4 as mpeg2 and wrong handling of discontinuities/t...nicodvb2004-03-201-21/+35
* removed unused code, synced to szap tuning sequence and unified diseqc, tone ...nicodvb2004-03-191-239/+109
* added missing tuning parameters (inversion and coderate) and changed debug le...nicodvb2004-03-191-2/+7
* Bigendian macro 10lranma2004-03-191-17/+17
* -geometry examples corrected.diego2004-03-191-4/+4
* 100l bug fixes, -noaspect moved just below -aspect.diego2004-03-191-9/+9
* Fixed a bug that was accidentally introduced by the addition of MPEG Transportrsf2004-03-191-0/+3
* Support for vp5 and vp6 dll decodersrtognimp2004-03-182-0/+51
* Parse comma separated language lis