summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add x264 encoding over lavc, Patch by our Dear Guru (Michael Niedermayer) ;)gpoirier2006-06-122-0/+10
* Optimize bicubic filteringreimar2006-06-121-11/+9
* 10l to Roberto for forgetting to add the release code name.diego2006-06-121-1/+1
* typo noticed by Alexander Monakov monoid$$at$$fds-net$$dot$$rudiego2006-06-121-1/+1
* moves invariant code (chiefly MMX register initialization) out of loops as we...gpoirier2006-06-121-21/+43
* include stream_dvd's interface from libmpdemux/stream_dvd.hnicodvb2006-06-115-50/+15
* moved stream_dvd's interface to stream_dvd.hnicodvb2006-06-111-0/+48
* now any audio stream can be chosen during DEMUXER_CTRL_SWITCH_AUDIO, irrispec...nicodvb2006-06-111-4/+0
* moved audio codec/filters/out to a separate function that is called both at i...nicodvb2006-06-111-64/+81
* Add pre7try3, final pre8 updatertogni2006-06-111-1/+7
* sync with r18656 (French man page is now in sync)gpoirier2006-06-111-4/+30
* fix image adjustment (brightness etc.) for yuv=6reimar2006-06-111-2/+2
* sync with r18673kraymer2006-06-101-6/+77
* Preliminary version of mirror howtoattila2006-06-102-0/+191
* Do not require iconv program with --charset=noconvreimar2006-06-101-6/+7
* Expand and update the Solaris and AIX sections.diego2006-06-101-6/+79
* Protect SIZE_MAX usertogni2006-06-092-0/+8
* Fix declaration mixed in among statements in the recent dvr-ms codepacman2006-06-091-1/+3
* moved store_ughvlc() before #ifdef HAVE_OGGVORBIS, so it can be used by other...nicodvb2006-06-091-16/+16
* support for vorbis in mp4/movnicodvb2006-06-091-0/+1
* support for vorbis in mp4/movnicodvb2006-06-092-3/+61
* decoderConfigLen can be larger than 255 bytesnicodvb2006-06-092-2/+2
* r18656: Add yuv to rgb conversion using a 3D lookup texturekraymer2006-06-091-1/+10
* add Kurt Lettmaier to AUTHORSkraymer2006-06-091-1/+5
* Don't claim that amr_nb is disabled when the fixed point version is enabled.diego2006-06-091-1/+1
* Generalize runtime linker support.diego2006-06-091-7/+13
* Ignore all generates libs.diego2006-06-090-0/+0
* CVS --> Subversiondiego2006-06-091-12/+4
* CVS --> Subversiondiego2006-06-091-53/+16
* synced with r18656Gabrov2006-06-091-15/+62
* better spatial interpolationmichael2006-06-092-25/+27
* unify wording of "Manpage" (according to most occurences in de/mplayer.1)kraymer2006-06-089-30/+30
* Add yuv to rgb conversion using a 3D lookup texturereimar2006-06-083-0/+84
* re-added some missing messages (who removed these anyway?)kraymer2006-06-081-2/+20
* loadGPUProgram function to load fragment program with error checking and stat...reimar2006-06-083-13/+58
* bicubic scaling for -vo glreimar2006-06-081-0/+1
* synced with r18651Gabrov2006-06-0819-149/+58
* Except for missing cd-dvd.xml and codecs.xml, German xml docskraymer2006-06-0811-103/+104
* small fixes in en/video.xmlkraymer2006-06-082-179/+166
* filter left & right edges too (yeah the code is lame i know...)michael2006-06-081-1/+1
* improved mc+src merge codemichael2006-06-081-11/+21
* s/CVS/Subversion/diego2006-06-081-7/+7
* review of ports.xml and formats.xml translationskraymer2006-06-082-95/+93
* fixes the infinite loop which occurs when there is a decode error in a frame.gpoirier2006-06-081-3/+5
* Add recent Snow stuff to changelogods152006-06-081-0/+1
* 10l: double "and"kraymer2006-06-081-1/+1
* review of history.xml and users-vs-dev.xmlkraymer2006-06-082-33/+33
* review of mencoder.xmlkraymer2006-06-081-65/+64
* rewording/clarification of vqscale optionkraymer2006-06-072-5/+9
* Updatertogni2006-06-071-0/+1
* first vorbis packet before vorbis_synthesis_headeri() must have b_o_s==1nicodvb2006-06-071-0/+1
* Project Mayo is long dead, their CVS does not work. Some more changesdiego2006-06-071-46/+2
* vf_mcdeint should be compiled in #ifdef USE_LIBAVCODEC_DSPUTIL, not #ifdef U...nicodvb2006-06-071-3/+1
* Flash screen video decoded via lavcrtogni2006-06-072-0/+11
* sync with r18631 (except a gl commit that will be translated later)gpoirier2006-06-071-1/+42
* Updatertogni2006-06-071-0/+3
* r18631: yadif filter: formatting fixeskraymer2006-06-071-6/+59
* yadif filter: formatting fixeskraymer2006-06-071-4/+9
* add vqscale=0 option, explain different meanings for snow and other codecskraymer2006-06-071-2/+4
* Nop some instructions causing the vfwvp6 dll encoder to crash.banan2006-06-071-0/+3
* mcdeint is happy with yadif=3 toomichael2006-06-071-1/+1
* make spatial interlacing check optionalmichael2006-06-072-7/+5
* simplifymichael2006-06-071-29/+24
* avoid usage of head -1/head -n 1 and use sed 1q insteadivo2006-06-071-1/+1
* cleanupmichael2006-06-071-16/+14
* Add bicubic texture scalingreimar2006-06-073-1/+99
* cleanupmichael2006-06-071-13/+5
* move misplaced echores. Output may still not be as intended thoughreimar2006-06-071-1/+1
* Reworked YUV2RGB fragment program setup in preparation for upcoming patchesreimar2006-06-074-83/+165
* VP6 under FreeBSD and -monitorpixelaspectreimar2006-06-071-0/+3
* Fix runtime-patching code to take into account the address when the codec is ...reimar2006-06-071-53/+55
* sync with r18574gpoirier2006-06-071-2/+5
* some more s/CVS/Subversion/ + update some step-by-step directions which were ...gpoirier2006-06-072-34/+17
* Remove all references to MPlayer CVS from bugreports.xmlgpoirier2006-06-071-12/+13
* Change "Supress" to "Suppress" in a couple comments.corey2006-06-072-2/+2
* sinesupress --> sinesuppress rename: looks like I need tocorey2006-06-071-178/+0
* Rename sinesupress to sinesuppress, including af_sinesupress.c file rename.corey2006-06-0710-10/+188
* simplifymichael2006-06-061-4/+2
* Patch from John Donaghy: "fix for audio and video in dvr-ms asf files"pacman2006-06-063-33/+198
* yet another deinterlacing filtermichael2006-06-064-1/+268
* small consistency fixdiego2006-06-061-2/+2
* grammar/wording and formatting fixes for mcdeintdiego2006-06-061-5/+14
* Fix mailing list name.diego2006-06-061-1/+1
* Spelling fixpacman2006-06-061-1/+1
* * fix obsolete cvs revision tagskraymer2006-06-067-10/+17
* (at least for now) finalizing review of encoding-guide.xmlkraymer2006-06-061-119/+119
* </para> tag was accidently deleted and caused compile errorkraymer2006-06-061-0/+1
* fixes by jerome ferrarigpoirier2006-06-061-63/+62
* xml docs: CVS --> Subversionkraymer2006-06-064-69/+24
* sync with help_mp-en.h 1.238, patch by Pierre Lombard and Gilles Pelletiergpoirier2006-06-061-1/+155
* synced with r18573gpoirier2006-06-061-2/+18
* UltraSPARC T1 (Niagara) support, patch by Derek E. Lewis /dlewis (gobble) sol...rathann2006-06-061-1/+2
* cosmeticsdiego2006-06-061-2/+3
* Drop all system-specific version generation stuff.diego2006-06-061-23/+0
* Put SVN revision in the version stringrathann2006-06-061-1/+1
* known issues and notesmichael2006-06-061-0/+27
* synced with r18591Gabrov2006-06-061-6/+44
* Motion compensating deinterlacermichael2006-06-064-0/+315
* Fix a few minor spelling errors in comments.corey2006-06-053-5/+5
* (unfinished) review with lots of changeskraymer2006-06-051-403/+400
* r18577: mention when vo_gl yuv conversion methods are inexactkraymer2006-06-051-3/+20
* sync with r18567gpoirier2006-06-051-5/+8
* cvs2svnrtogni2006-06-051-1/+1
* Avoid crash with e.g. -vo gl2:yuv=2 when no fragment program functions are av...reimar2006-06-051-0/+4
* Disable unsecure dumping of generic track with -v -v -vrtogni2006-06-051-1/+1
* Adds missing NULL last entry to msgl_configiive2006-06-051-0/+2
* Reject codecs.conf files older than 20060501rtogni2006-06-051-1/+1
* Support WVC1 decoding via dmo binary codec wvc1dmod.dllrtogni2006-06-052-0/+37
* Move/add checks to avoid crashes and make error messages less confusingreimar2006-06-052-11/+15
* add (currently unused) lookup for glTexImage3Dreimar2006-06-052-0/+5
* more GL extension checks to avoid crashes with Mesareimar2006-06-051-15/+15
* mention when vo_gl yuv conversion methods are inexactreimar2006-06-051-0/+2
* fix variable type used via "m" asm constraint to match size used in asm.reimar2006-06-051-6/+6
* German man page is completed since some time..kraymer2006-06-051-1/+1
* Make aic description a bit more helpful and less misleading.corey2006-06-051-1/+3
* Support and document lavc b_sensitivity option.corey2006-06-052-0/+15
* A couple typos: whith --> with, Defult --> Defaultcorey2006-06-051-2/+2
* r18570: document the recent changes in Snow. new lavcopts: 'refs', 'vqscale=0'kraymer2006-06-051-1/+6
* document the recent changes in Snow.lorenm2006-06-053-20/+42
* initial import of some missing German xml translation, review(s) pendingkraymer2006-06-058-0/+11439
* 18567: fixed -dvbin :timeout rangekraymer2006-06-051-5/+9
* fixed -dvbin :timeout rangenicodvb2006-06-041-1/+1
* support for dts (identified only by the PMT, not from the bitstream)nicodvb2006-06-041-1/+11
* fixed wrong assignment of stream type in generic PES_PRIVATE1 streams (didn't...nicodvb2006-06-041-1/+1
* one more a52 descriptor (dvb impl., untested)nicodvb2006-06-041-1/+1
* configurable tuning timeoutnicodvb2006-06-041-0/+3
* configurable tuning timeoutnicodvb2006-06-043-14/+19
* fixed off by one object_types in -faacoptsnicodvb2006-06-041-4/+4
* SVN switch: get version date from .svn subdir instead of CVS/Entriesrtogni2006-06-041-2/+2
* Fix potential integer overflows in memory allocation.rtogni2006-06-0422-46/+86
* libpostproc is not a subdirectory of libavcodec anymore.diego2006-06-023-8/+8
* svn:externals definitions for required FFmpeg libraries.diego2006-06-020-0/+0
* Remove now obsolete .cvsignore files.diego2006-06-0243-114/+0
* metadata supportmichael2006-05-301-1/+20
* Remove dead code, and do close smem file descriptor during un-initpoirierg2006-05-301-2/+2
* On old WinChips Linux kernel use this to emulate MTRR, patch by Zuxy Meng < z...poirierg2006-05-312-1/+5
* URL fixpoirierg2006-05-301-1/+1
* Use 0 and 1 instead of FRIBIDI_FALSE and FRIBIDI_TRUE which are nouau2006-05-181-2/+2
* psm longer than 1018 bytes is not allowed, thus invalidnicodvb2006-05-181-1/+1
* synced with 1.87gabrov2006-05-181-1/+8
* typo fixesgabrov2006-05-181-1/+1
* increased sync tag (1.16) after URL updategabrov2006-05-181-1/+1
* synced with 1.53gabrov2006-05-181-6/+25
* typo fixesgabrov2006-05-181-2/+2
* Partial sync, patch by Gilles Pelletier < pellgill AH gmail POIS com >gpoirier2006-05-181-81/+811
* use mp_msg instead of printfivo2006-05-181-9/+10
* include sys/io.h instead of asm/io.h so iopl() gets declared tooivo2006-05-181-1/+1
* only include sys/mman.h if HAVE_SYS_MMAN_H is definedivo2006-05-181-1/+3
* Mention new mphelp_check.py script.diego2006-05-171-7/+13
* Retrieve CPU built-in namestring, and if it exists, print it during cpu detec...gpoirier2006-05-172-5/+26
* S3 virge on fbdev is -vo s3fbgpoirier2006-05-171-1/+1
* Mention new driver which does back end scaling on S3 Virge chips in combinati...gpoirier2006-05-171-0/+1
* Add YUY2 and back end scaling on S3 Virge chips in combination with fbdev.gpoirier2006-05-175-0/+545
* x86_64 only saves ebx, not rbx. Fix some potential compilation problem on amd64.gpoirier2006-05-171-1/+9
* also set guiIntfStruct.sh_video to NULL for guiSetDefaults.reimar2006-05-171-0/+1
* 10l: Really accept both one and two dashes.diego2006-05-171-1/+1
* Add mphelp_check.py.diego2006-05-171-0/+13
* Accept --missing as well as -missing, print less newlines.diego2006-05-171-3/+3
* fix reversed order of argumentsattila2006-05-171-1/+1
* Fix some errors revealed by Uoti's help file checker.diego2006-05-176-13/+4
* Smacker, typodiego2006-05-171-1/+3
* Add FFmpeg Smacker audio and video.diego2006-05-171-0/+16
* fix extras and malformed translation messages, check done with uau's brand ne...reynaldo2006-05-177-43/+7
* fix extras and malformed translation messages, check done with uau's brand ne...reynaldo2006-05-178-58/+17
* fix extras and maformed translation messages, check done with uau's brand new...reynaldo2006-05-176-55/+15
* Add tool to check MPlayer translation files for conflicting argumentsuau2006-05-161-0/+66
* version bump (we are in sync with 1.16)kraymer2006-05-151-1/+1
* URL fixgpoirier2006-05-158-8/+8
* sync with 1.1289gpoirier2006-05-151-1/+27
* 10l to Reynaldo Verdejo H. Pinochet: next release is pre8, not pre6 ;-)gpoirier2006-05-151-1/+1
* fix build on macintel, patch by Zuxy Menggpoirier2006-05-151-2/+4
* document more codecs supported by vfw interface.gpoirier2006-05-151-1/+16
* Add AACP fourcc for AACPlus in nsv streamsrtognimp2006-05-151-0/+1
* Fix:rathann2006-05-141-1/+1
* Fix:rathann2006-05-143-4/+4
* Fix:rathann2006-05-141-2/+2
* Various improvement, fix build on AMD-64 and iccgpoirier2006-05-141-34/+70
* explains why current players do not deinterlace to full fieldrate, original p...gpoirier2006-05-141-2/+6
* do aspect correction of video size before calculating vo_dx and vo_dy.reimar2006-05-143-4/+3
* typo fixes: Extenstion -> extensionreimar2006-05-141-2/+2
* fix parsing of vobsub private data, patch by Evgeniy Stepanov <eugeni P stepa...gpoirier2006-05-141-0/+1
* add section "Choisir le codec video", patch by Jero