summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - raw rgb1, rgb4 addedarpi2002-10-171-6/+25
* - rgb1, rgb4 supportarpi2002-10-171-8/+23
* avoid multiple initmichael2002-10-171-2/+2
* 10l bug, found by valgrind :)arpi2002-10-161-1/+2
* Extended the FAQ a bit, maybe we start receiving some more donations anddiego2002-10-161-0/+19
* fix memleak againpontscho2002-10-162-0/+2
* fix memleakpontscho2002-10-162-3/+7
* -fixed-vo supportpontscho2002-10-161-19/+18
* -fixed-vo supportpontscho2002-10-161-9/+14
* 10l - do not read INDEX twice!!!arpi2002-10-161-4/+6
* memleaksarpi2002-10-161-0/+3
* memleak fixarpi2002-10-161-0/+1
* memleak fix (found by valgrind)arpi2002-10-161-4/+9
* fix fullscreenpontscho2002-10-161-1/+2
* -fixed-vo support, based on patch by .so :)arpi2002-10-161-17/+11
* 10l. use mpcodecs_draw_slice, instead of libvo directlyarpi2002-10-161-3/+2
* new filter: 1bpp - converts 1bpp image to yuv/rgb 8/16/32 bpparpi2002-10-163-1/+188
* ss_div/ss_mul defaults to 0arpi2002-10-162-2/+2
* set up ss_div/ss_mul properly, accept 'alaw' fourcc tooarpi2002-10-161-1/+3
* tell the codec wrapper the codec path (fixes realaudio Sipr)arpi2002-10-161-3/+13
* - dvd aspect changing bug - fixedpontscho2002-10-164-10/+16
* use standard gsm fourcc 'agsm' instead of msgsm id 0x31arpi2002-10-161-1/+1
* more accurate a_pts calculation in AVI -bps (default) modearpi2002-10-161-1/+2
* ds_tell_block()arpi2002-10-161-1/+5
* 10l to Dominik - casting at wrong placearpi2002-10-161-3/+3
* Don't start a CDDB request to the CDDB server if there is no CD in the drive,bertrand2002-10-161-8/+20
* Adding volume control and moving control() call parameters to a seperate fileanders2002-10-166-55/+333
* reversed some changes as they produced ugly html outputjonas2002-10-152-30/+50
* All right: The patch adresses two issues which I found, when I analyzedarpi2002-10-151-3/+8
* 10ljonas2002-10-141-1/+1
* remove some notes, more conversion notesjonas2002-10-141-28/+22
* rewrite (again ;), cosmetics, no real changesjonas2002-10-141-551/+650
* MSGL_DBG2 -> MSGL_INFOattila2002-10-141-1/+1
* printf -> mp_msgattila2002-10-141-3/+4
* correction of Kim Minh Kaplan, some cosmeticsjonas2002-10-141-3/+5
* put M4S2 & MP4S headers in avctx->extradata (in the unlikely case that they a...michael2002-10-141-0/+8
* always use rounded-up blocksize for .avi files (fixes Firestarter.mpg.avi)arpi2002-10-141-2/+3
* trivial date & disclaimer fixarpi2002-10-131-2/+2
* changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts option...jonas2002-10-131-136/+389
* Fixes:arpi2002-10-131-112/+111
* compiler warning fixesarpi2002-10-135-4/+6
* -fps autodetectionarpi2002-10-131-0/+5
* liblzo realtime video codec support (decoding only)arpi2002-10-136-1/+197
* make local stuff 'static', complete uninitarpi2002-10-131-8/+9
* better wordingarpi2002-10-131-2/+2
* add new 3ivx.com fourccsfaust32002-10-131-0/+2
* fixing yuy2 upscaling (use -sws 0 for the faster but uglier variant)michael2002-10-131-10/+11
* more info about data partitioningmichael2002-10-131-1/+11
* mmx yuy2 outputmichael2002-10-132-25/+163
* new error resilience supportmichael2002-10-132-17/+36
* Create the ~/.cddb directory if not present.bertrand2002-10-131-5/+17
* yuy2 output supportmichael2002-10-133-12/+42
* Fix for audio filters on big endian cpus. It's working now on Solaris SPARC &jkeil2002-10-123-6/+25
* fixed 2 10l bugs, ATI VCR2 dll now workingalex2002-10-121-7/+6
* syncjaf2002-10-121-0/+4
* sync with help_mp-en.h 1.63pl2002-10-121-2/+13
* src and dest buffers may overlappl2002-10-111-1/+1
* - ao_data.bps not set, confuses the A-V sync computation when the audio filtersjkeil2002-10-111-2/+16
* more correct flagsfaust32002-10-111-2/+2
* added reference to the cpufreq project (for the speedstep problems).attila2002-10-111-1/+3
* Correcting counters and flagsanders2002-10-111-9/+9
* stream selection cleanup, fixed -nosoundarpi2002-10-101-111/+71
* setting the keyframe flag for every audio chunks, fixes streamcopy'd ac3 on w...arpi2002-10-101-1/+1
* Use the common aspect codealbeu2002-10-101-42/+61
* upsz ...pontscho2002-10-101-0/+2
* - better dxr3 supportpontscho2002-10-107-21/+44
* last flip bug fixedpontscho2002-10-101-1/+2
* Well.. it's KotH not Koth :)attila2002-10-101-1/+1
* argh 100lnexus2002-10-101-1/+1
* 10lnexus2002-10-101-1/+1
* Man page review part one, spelling, rewording and layout fixes.diego2002-10-101-43/+45
* Mailing list section reworded and updated. This should at some point bediego2002-10-102-24/+28
* Cosmetics: Converted 2 spaces to one in section titles, changed some uglydiego2002-10-104-60/+64
* Fix for a stupid mistake, patch by hephooey@fastmail.fm.diego2002-10-101-1/+1
* don't honor stride hints if the next filter(chain) doesn't support stridearpi2002-10-101-2/+11
* Fix usage for common users that may not have fbset in their path.diego2002-10-101-1/+1
* compiler warning found by Dominikarpi2002-10-101-1/+1
* also set VFCAP_ACCEPT_STRIDE when draw_image() is implementedarpi2002-10-104-5/+5
* draw_image()arpi2002-10-101-3/+14
* for() -> memcpy_pic()arpi2002-10-091-38/+12
* 10l fix & cleanup of draw_frame(), still NO support for stride :(arpi2002-10-091-19/+12
* draw_slice() seems to support all csparpi2002-10-091-1/+1
* since draw_slice() supports RGB/BGR, we don't need draw_image() for stridearpi2002-10-091-12/+3
* since draw_slice() can handle packed RGB too, set the VFCAP_ACCEPT_STRIDE flagarpi2002-10-091-6/+6
* support for VFCAP_ACCEPT_STRIDE in vo driversarpi2002-10-092-4/+7
* VFCAP_DRAW_SLICE addedarpi2002-10-091-1/+3
* draw_image, get_image fixarpi2002-10-091-35/+19
* draw_image()arpi2002-10-091-85/+35
* - implemented draw_image()arpi2002-10-091-23/+16
* -fixes vo_directx to work with -fixed-voarpi2002-10-091-4/+29
* draw_image() implementation (new libvo API)arpi2002-10-091-20/+23
* more cleanup, some -vo mga fullscreen fixesarpi2002-10-093-38/+20
* some cleanuparpi2002-10-093-123/+69
* VfwEx uninit crash fixed, bugreport by Wolfgang Thiess <wollet1@gmx.net>arpi2002-10-091-1/+1
* _EXPERIMENTAL_ option: -fixed-vo for libvo spec compliance testingarpi2002-10-092-3/+8
* preinit() has an arg... use it.arpi2002-10-092-3/+3
* mode check at preinit()arpi2002-10-091-6/+6
* cosmeticsarpi2002-10-091-5/+5
* -nosound fixarpi2002-10-081-3/+3
* - fixed a 10l bug: setting PTS flag even if no PTS storedarpi2002-10-081-8/+15
* fixed LPCM parsingarpi2002-10-081-18/+28
* parse samplerate & channels from LPCM headerarpi2002-10-081-5/+17
* reset channels tooarpi2002-10-081-0/+1
* remove nonsense warnings now that libaf is usedrfelker2002-10-081-0/+4
* ffdv is stable nowarpi2002-10-081-2/+2
* cosmetics :)arpi2002-10-081-6/+11
* Adding function for calculating the delay caused by the filtersanders2002-10-084-1/+20
* Added support for RTSP stream over TCP.bertrand2002-10-082-2/+13
* * Fix for the broken MultiDec files I had originally posted with thearpi2002-10-071-61/+163
* 411P added (DV ntsc)arpi2002-10-071-0/+1
* argh. gcc sux. someone please explain why float x=0; if(x>0) ... is true.arpi2002-10-071-1/+1
* fill ao_data correctlyarpi2002-10-071-0/+4
* updated for libaf...arpi2002-10-071-3/+3
* updated for libaf rulesarpi2002-10-071-18/+34
* fixed ao_data.bps - patch by Tobias Diedrich <td@sim.uni-hannover.de>arpi2002-10-072-32/+34
* Handle playback of sample rates not supported by the sun audio hardware.jkeil2002-10-071-18/+215
* Document demux_mov.c fixjkeil2002-10-071-0/+1
* BE_16/BE_32 macro was accessing integers from unaligned addresses on SPARCjkeil2002-10-071-11/+9
* added libafalex2002-10-071-0/+1
* DGA1 trivial fix by Fredrik Noring <noring@nocrew.org>arpi2002-10-071-1/+1
* documenting vesa 3 / GTF configarpi2002-10-072-7/+17
* a small fix for vo_vesa, when calling set_refresh, when -nofs used.arpi2002-10-071-2/+1
* Adding functionality for adding filters during executionanders2002-10-072-4/+46
* I think libfaad2 changed recently. The functions faacDecInit() andarpi2002-10-071-1/+2
* syncnexus2002-10-071-0/+7
* libaf compliance (ao_data) fix by Tobias Diedrich <td@sim.uni-hannover.de>arpi2002-10-071-26/+36
* Some further explanations, dev-eng is now subscribers only.diego2002-10-071-16/+22
* small updatesdiego2002-10-071-3/+4
* reversed Anders' nonsense changearpi2002-10-061-1/+1
* some obsolete stuff removedgabucino2002-10-062-27/+0
* syncgabucino2002-10-069-897/+740
* updates, fixesgabucino2002-10-066-98/+72
* removing my email addr (too much spam)gabucino2002-10-062-2/+2
* syncrtognimp2002-10-061-2/+8
* various fixes, new optionsarpi2002-10-061-18/+27
* extending the tooslow hintsarpi2002-10-061-1/+3
* fixed -ac/vc/ao/vo/afm/vfm stuffarpi2002-10-061-18/+10
* libdvdkit shared install fixedarpi2002-10-061-1/+6
* mayeb fixed dpms/screensaver issuesarpi2002-10-061-0/+2
* documenting -vop dintarpi2002-10-061-0/+5
* I found that default isn't optimal so it's changed a bit. :)arpi2002-10-061-1/+1
* smb:// (samba client) support by Vladimir Moushkov <vlindos_mpdev@abv.bg>arpi2002-10-064-0/+101
* i18n should not affect --languagearpi2002-10-061-1/+1
* This patch adds the functionality to disable/enable subtitles while playingarpi2002-10-067-3/+27
* DPRINTF -> mp_msg()arpi2002-10-061-37/+27
* Small error, the buffer size got set incorrectly.arpi2002-10-061-22/+47
* Fixed some typos and an error in the help output.diego2002-10-061-6/+6
* This patch hopefully fixes colorkeying and a segfault in exclusive modearpi2002-10-063-41/+62
* typo (found by alex)michael2002-10-061-1/+1
* updatedarpi2002-10-061-1/+6
* uninit cleanup again... thx to Nilmoni Deb for bugreportarpi2002-10-061-55/+57
* Added my credits, plus a small wording correction.diego2002-10-061-1/+6
* forgot docs (again ...)michael2002-10-061-3/+20
* sync, shorter messages in help screenrtognimp2002-10-061-32/+225
* Removing annoying printfanders2002-10-061-1/+0
* Changing frequency limit for resamplinganders2002-10-061-2/+2
* Adding Support for non-reentrant audio filtersanders2002-10-067-19/+41
* Adding -format and -af switchesanders2002-10-065-4/+17
* 11larpi2002-10-061-0/+2
* 10larpi2002-10-061-1/+1
* strtod is locale-dependant, so it may only accept either '.' or ',' as decima...atmos42002-10-061-1/+16
* Enable -subfps for time based subtitles, too.atmos42002-10-061-1/+17
* 10larpi2002-10-062-21/+18
* Skip html tags (like <i>) inside subviewer subtitles.atmos42002-10-061-2/+21
* - init fails if no -vo mpegpesarpi2002-10-061-5/+34
* updated, still missing many contributors :(arpi2002-10-051-1/+50
* new option -speed, to set playback speed rate (examples: -speed 1:3 or -speed 5)arpi2002-10-052-10/+14
* aufio filter layer (libaf) integration to libmpcodecs, mplayer and mencoderarpi2002-10-057-37/+218
* af_calc_insize_constrained() rounding changes, works better for me this wayarpi2002-10-051-13/+11
* optimization of the FIR macros, extending outfreq range to 2..192khzarpi2002-10-051-14/+10
* ffdv addedarpi2002-10-051-0/+11
* new ac/vc/afm/vfm/ao/vo optionsjonas2002-10-051-57/+60
* Removing debug message, (oops)anders2002-10-051-2/+0
* Adding function for estimating required buffer lengthanders2002-10-052-1/+58
* by cvs hephooey@fastmail.fmjaf2002-10-0512-0/+5270
* We translated Polish manual to version pre8.gabucino2002-10-051-1007/+1901
* renamed to LUT-based sw. eq.alex2002-10-041-2/+2
* This just corrects a function name to match the other demuxer'sarpi2002-10-042-4/+7
* adds "libdv" to the "input modules" list in "configure", andarpi2002-10-041-1/+3
* *** empty log message ***jaf2002-10-041-0/+1
* Correcting error in macroanders2002-10-031-1/+1
* Fixing the fix buffer overrun should work nowanders2002-10-032-3/+3
* Redesign of buffer length calculationanders2002-10-033-21/+28
* 1larpi2002-10-021-1/+1
* 100larpi2002-10-021-2/+2
* this patch adds an ability to recover from audio buffer cross-run by Jindrich...alex2002-10-023-7/