summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* r21652: support for limiting dvd speed; patch by Tobias Diedrich (ranma tdied...voroshil2006-12-171-1/+6
* Trnaslated section "CODEC SPECIFIC ENCODING OPTIONS (MENCODER ONLY)"voroshil2006-12-171-1456/+1578
* more sensible names for denoiser optionsgpoirier2006-12-171-4/+4
* typokraymer2006-12-171-1/+1
* r21654: add man page entry for new -dvd-speed optionkraymer2006-12-172-2/+23
* document hqdn3d and dn3d's 4th parametergpoirier2006-12-171-4/+6
* make messages for success/failure of setting dvd-speed more clearkraymer2006-12-171-2/+2
* add man page entry for new -dvd-speed optionkraymer2006-12-171-0/+14
* r21561: update vbuf_size and suggest 400 for HDTV videokraymer2006-12-171-10/+18
* support for limiting dvd speed; patch by Tobias Diedrich (ranma tdiedrich se)nicodvb2006-12-173-0/+98
* add missing line breakkraymer2006-12-171-1/+2
* r21624: RedHat RPMs are long gone. Greysector repository is going away, and I'vevoroshil2006-12-172-7/+6
* r21621: mpegts uses 3-letter language codesvoroshil2006-12-171-6/+10
* Make -embeddedfonts enabled by default with FontConfig >= 2.4.2.eugeni2006-12-172-3/+15
* Fix compilation under MinGW with X11 enabledreimar2006-12-175-7/+14
* Update some comments.eugeni2006-12-172-6/+43
* Ignore main.xml properlytorinthiel2006-12-170-0/+0
* Partially revert r20940, we had some local modifications.torinthiel2006-12-173-0/+31
* CVS -> SVNtorinthiel2006-12-171-1/+1
* - there's no <book lang=""> for ages, it's automatedtorinthiel2006-12-171-11/+6
* Initial Chinese translation, by Kun Niu, haoniukun gmail comtorinthiel2006-12-176-1/+933
* Fix crashes in loader code: There is still some code that can not handle omit...reimar2006-12-161-0/+2
* Get rid of completely useless includes that in addition hinder compilationreimar2006-12-162-2/+0
* Simplify: get rid of useless lame_presets_longinfo_dm function.reimar2006-12-161-10/+1
* Fix FIXME mp_msg levels and targetsreimar2006-12-161-10/+10
* Cosmetics: fix indentation.eugeni2006-12-161-15/+15
* Keep reselected fonts in an array, adding new ones to the end. Glypheugeni2006-12-163-28/+59
* Avoid storing font file path and index in ass_font_t.eugeni2006-12-162-14/+8
* Remove a mistakenly committed debug printf.eugeni2006-12-161-2/+0
* FT_Set_Transform is fast enough to be called once for each glyph.eugeni2006-12-161-15/+7
* Avoid "pointer targets differ in signedness" warnings.eugeni2006-12-162-3/+3
* Move ascender, descender, and kerning computation to ass_font.c.eugeni2006-12-163-33/+43
* simplified aid management in dvdnav_lang_from_aid(); patch by Joakim Pattenicodvb2006-12-151-7/+1
* Force lavf on flv streams. Closes bugzilla #354rtogni2006-12-151-0/+4
* dvdnav support -alang and -slangnicodvb2006-12-151-0/+1
* ASF aspect support via metadata reading.reimar2006-12-151-0/+83
* VobSub tracks cannot be handled by libass, do not mark them with 'a'.eugeni2006-12-151-1/+2
* RedHat RPMs are long gone. Greysector repository is going away, and I'verathann2006-12-154-12/+10
* Compilation fix hacks: disable libavformat X11 grabber andreimar2006-12-151-0/+17
* gcc 2.95 fixods152006-12-151-1/+2
* mpegts uses 3-letter language codesnicodvb2006-12-141-2/+2
* show audio language in osd when playing dvdnav streamsnicodvb2006-12-141-0/+5
* implemented dvdnav_lang_from_aid() to retrieve audio languagenicodvb2006-12-142-0/+31
* call dvd_lang_from_aid() only if stream_type is DVDnicodvb2006-12-141-1/+1
* support for -alang in dvdnavnicodvb2006-12-141-0/+1
* added dvdnav_aid_from_lang() to support -alangnicodvb2006-12-142-0/+45
* 10l, missing () in check for 32bit endian-conversion hackreimar2006-12-141-1/+1
* r21612: replace &quot; with ", better readabilityvoroshil2006-12-1412-58/+58
* transliteration -> translation for "dB" and "intra"voroshil2006-12-141-2/+2
* replace &quot; with ", better readabilitytorinthiel2006-12-1412-50/+50
* Add missing redirect to /dev/null.corey2006-12-131-1/+1
* r21599: vstrict=0 is required to create DVDs decodable by standalone dvd playersvoroshil2006-12-132-12/+19
* spelling fixvoroshil2006-12-131-11/+11
* __CPU__ will be x86-64 under amd64 and fail the check "#if __CPU__ > 386".diego2006-12-132-2/+2
* Ugly hotfix for --disable-mencoder.diego2006-12-131-2/+17
* wordingdiego2006-12-121-4/+4
* Always use tcgetattr/tcsetattr instead of #ifdef messreimar2006-12-121-18/+0
* Get rid on -DGNU_SOURCE for internal code, imported libs should be fixedreimar2006-12-124-5/+2
* Add missing buf.memory = V4L2_MEMORY_MMAP; initializations.reimar2006-12-121-0/+3
* Support for different endianness on client and server with -vo x11reimar2006-12-121-0/+14
* Align image data pointer, this is also in preparation of an upcoming patchreimar2006-12-121-1/+6
* Use XCreateImage instead of XGetImage, this is not only more correct andreimar2006-12-121-3/+5
* vstrict=0 is required to create DVDs decodable by standalone dvd playersgpoirier2006-12-121-6/+13
* Mark utf8_get_char parameter as const and fix a compiler warningreimar2006-12-112-7/+7
* Another simplificationreimar2006-12-111-3/+1
* Reuse utf8_get_char in subtitle rendering code.reimar2006-12-111-13/+6
* More ChangeLog updatesreimar2006-12-111-1/+5
* count needs to be evenhenry2006-12-111-1/+1
* sync w/r21561gpoirier2006-12-111-8/+10
* sync w/ r21506 and miscgpoirier2006-12-111-6/+45
* sync w/ r21486gpoirier2006-12-111-6/+34
* Fix --extra-libs-mplayer and --extra-libs-mencoder.diego2006-12-111-0/+2
* small updates, cosmeticsdiego2006-12-111-5/+7
* 10l, forgot to add _inc_x11 to X11 cc checkreimar2006-12-111-1/+1
* (hopefully) the rest of PPC modificationshenry2006-12-113-12/+64
* OpenAL volume controlreimar2006-12-101-0/+14
* Better default CFLAGS for non-gnu, non-intel compilersreimar2006-12-101-0/+2
* Respect -noidx in lavf demuxerreimar2006-12-101-0/+2
* Make sure closesocket is called.reimar2006-12-101-0/+10
* STREAM_UNSUPPORTED is -1, so use the former for return value in all places.reimar2006-12-101-4/+2
* Make sure stream->fd is set correct (esp. to -1 on error when fd is closed)reimar2006-12-101-1/+2
* Revert my previous, broken committorinthiel2006-12-100-0/+0
* Only increase buffer size to avoid crashes when seeking inreimar2006-12-101-2/+5
* check that stream_type is DVD before calling dvd_lang_from_aidnicodvb2006-12-101-1/+1
* show subtitle language in OSD ; patch by Otvos Attilanicodvb2006-12-101-0/+13
* added function to return the language of the specified subtitle id. Patch bynicodvb2006-12-102-0/+22
* Fix realvideo size changes by using our own malloced buffer and export type mpi.reimar2006-12-101-13/+20
* Add x11 include path only to _inc_extra if X11 is actually enabled.reimar2006-12-101-2/+2
* Remove no longer needed always_inline hack in mpbswap.hreimar2006-12-101-2/+0
* Support OpenAL headers in OpenAL/ instead of AL/ and OpenAL on MacOSX in gene...reimar2006-12-102-5/+17
* Avoid deprecated _sleep, instead include windows.h and use Sleep just likereimar2006-12-101-1/+2
* ID_SUBTITLE_ID should show the -sid number, not the vobsub id also for dvd subs.reimar2006-12-101-1/+1
* ffmjpeg uses RGB24 for JPEG-LSreimar2006-12-101-0/+1
* r21561: update vbuf_size and suggest 400 for HDTV videovoroshil2006-12-101-2/+3
* vo_macosx, fix crash when closing windownplourde2006-12-101-4/+8
* Fix a compiler warningreimar2006-12-101-1/+1
* Set frequency and correct frequency gettingreimar2006-12-101-4/+7
* Set AVFMT_FLAG_GENPTS if -correct-pts is used.uau2006-12-101-0/+4
* Remove a disabled and completely outdated sample rate mismatch warning.reimar2006-12-101-4/+0
* vo_macosx.m disable window animation when going to fullscreennplourde2006-12-091-5/+5
* update vbuf_size and suggest 400 for HDTV videonicodvb2006-12-091-1/+2
* align vbuf_size to the max value allowed by main profile @ high levelnicodvb2006-12-091-1/+1
* synced with r21558Gabrov2006-12-093-128/+227
* Fix misplaced http_freereimar2006-12-091-1/+1
* Fix potential endless loop in http_streaming_start duereimar2006-12-091-0/+1
* Fix lots and lots of potential memory/fd leaks in http_streaming_startreimar2006-12-091-19/+28
* use dvdnav's palette if availablenicodvb2006-12-091-1/+2
* export spu palette; part of a patch by Otvos Attilanicodvb2006-12-092-0/+13
* Avoid memory and fd leaks in asf streaming open code.reimar2006-12-091-15/+15
* Forgotten closesocket on error, patch byreimar2006-12-091-1/+4
* Close fd on error.reimar2006-12-091-1/+2
* Fix ppc without altivec compilationreimar2006-12-092-1/+12
* cscd produces BGR15, not BGR16reimar2006-12-091-1/+1
* Replace another MIN macro by FFMINreimar2006-12-091-10/+5
* Get rid of min/max macros from aviheader.h, they do not belong here.reimar2006-12-0910-34/+22
* Improve OpenAL speaker positions a bit.reimar2006-12-091-5/+6
* Remove condition that should always be truereimar2006-12-091-1/+1
* Fix crash in ogg demuxer uninit with -aidreimar2006-12-091-1/+1
* Half-properly set up OpenAL position stuffreimar2006-12-091-2/+13
* sync to libmpeg2-0.4.1henry2006-12-0915-97/+38
* r21537: General reformatting round:voroshil2006-12-0918-4406/+4890
* do not force arch and isysroot in osxnplourde2006-12-091-6/+1
* Fix bmovl-test build errorvoroshil2006-12-081-1/+1
* Ignore .depend properlytorinthiel2006-12-080-0/+0
* General reformatting round:torinthiel2006-12-0818-4463/+5111
* .norecurse should be ignoredtorinthiel2006-12-080-0/+0
* made vorbis_info a member of ogg_stream rather than ogg_demuxer;nicodvb2006-12-071-11/+17
* r21531: Document geq filter.kraymer2006-12-071-1/+32
* r21529: spellingvoroshil2006-12-071-6/+38
* Typovoroshil2006-12-071-1/+1
* Document geq filter.diego2006-12-071-0/+31
* r21529: spellingkraymer2006-12-071-3/+3
* spellingdiego2006-12-071-2/+2
* Fix mplayer-rc.o build.diego2006-12-071-1/+1
* r21503: updated documentation of -mpegopts :tele*kraymer2006-12-071-11/+9
* Synced with 30.11.2006jheryan2006-12-072-237/+418
* vorbis_comment is only used locally, move it out of demuxer structreimar2006-12-071-4/+4
* Remove unused ov_struct_treimar2006-12-071-14/+0
* Hack around libavutil/bswap.h compilation problems due to always_inline undef...reimar2006-12-0735-34/+42
* Speed up ASS subtitles display by detecting changes between two consecutiveeugeni2006-12-066-17/+114
* Translated section "GENERAL ENCODING OPTIONS"voroshil2006-12-061-118/+126
* Simplify NEXT_LINE macro and put most of it in a separate function.reimar2006-12-061-16/+16
* remove useless and incorrect const-removing castreimar2006-12-061-1/+1
* Do not define _GNU_SOURCE, it is not necessary and causes a warning if it isreimar2006-12-061-2/+0
* Properly free fontconfig patternsreimar2006-12-061-1/+7
* Fix memleaks caused by missing vorbis/theora_info/comment_clear calls.reimar2006-12-061-0/+4
* Fix memleak in theora decoder due to missing theora_comment_/theora_info_clea...reimar2006-12-061-0/+2
* Fix memleak if vd_ffmpeg init failsreimar2006-12-061-1/+3
* Also free ass_library_t members in ass_library_donereimar2006-12-061-1/+5
* r21503: updated documentation of -mpegopts :tele*voroshil2006-12-051-8/+8
* r21508: emphasis the fact that leaving black borders really hurts qualityvoroshil2006-12-051-3/+3
* Translation of "VIDEO FILTERS" section.voroshil2006-12-051-935/+1042
* Make sure invalid protocols are rejected instead of treatedreimar2006-12-051-1/+2
* emphasis the fact that leaving black borders really hurts qualitygpoirier2006-12-051-1/+2
* update local diff after r20779gpoirier2006-12-051-19/+27
* wording fix suggested by Diegonicodvb2006-12-051-2/+2
* fix include clash for mmap_anon on darwin ppcnplourde2006-12-051-1/+1
* force ppc arch and 10.3.9 sys lib on ppc macnplourde2006-12-041-0/+2
* updated documentation of -mpegopts :tele*nicodvb2006-12-041-6/+6
* disable telecining when it can't be appliednicodvb2006-12-041-0/+13
* since display_frames in increased by a possibly negative number it had better...nicodvb2006-12-041-1/+1
* cosmeticsnicodvb2006-12-041-16/+15
* removed dead codenicodvb2006-12-041-17/+1
* reimplemented :telecine and :film2pal in terms of dgpulldownnicodvb2006-12-041-76/+15
* pre-store in bff_mask the correct or-mask to be saved in the pce (slightly fa...nicodvb2006-12-041-5/+4
* Move cddb "autodetection" so it also works for libcdioreimar2006-12-041-1/+1
* Add full support for en-/disabling cddb supportreimar2006-12-042-4/+22
* r21372: Some punctuation cosmetics and better wordingkraymer2006-12-043-11/+11
* help_mp-de.h:kraymer2006-12-042-20/+68
* fix sentence, reformatkraymer2006-12-041-3/+4
* r21484: documented -mpegopts :tele_src and :tele_destvoroshil2006-12-041-6/+31
* r21476: Open embedded fonts directly from memory....voroshil2006-12-041-1/+3
* Move the generation of osdep/mplayer-rc.o back to the top-level Makefile,diego2006-12-042-1/+6
* slight clarificationdiego2006-12-041-1/+1
* document s3fb suboption, note that it's a Linux-only driver (to the best of m...gpoirier2006-12-041-1/+7
* Improoving readability of pullup filter sectionvoroshil2006-12-041-4/+13
* 10l: wrong bitmask when patching the pce_ptr in soft_telecine()nicodvb2006-12-041-1/+3
* documented -mpegopts :tele_src and :tele_destnicodvb2006-12-041-0/+10
* added generalized teleciner by Donald Graftnicodvb2006-12-041-4/+61
* Remove unused function pointers, they probably had incorrect prototypesreimar2006-12-032-20/+4
* remove headers included