summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Streamline and simplify internal vs external libdvdread handling.diego2006-11-036-98/+61
* remove charset files (all of them are in UTF-8 now anyway)kraymer2006-11-0327-31/+4
* attempt to fix the unbound future frame issue with keyframes on the muxer sidemichael2006-11-031-0/+5
* Document ao_openal.diego2006-11-031-0/+4
* 2nd try for a keyframe definitionmichael2006-11-031-5/+9
* partial syncgpoirier2006-11-031-2/+14
* Introduce MSGT_ASS, use it for all libass messages.eugeni2006-11-0310-94/+98
* no real change need for r20586, updating sync tagvoroshil2006-11-031-1/+1
* add missing tag updatevoroshil2006-11-031-1/+1
* r20637:libmpdvdkit no longer exists.voroshil2006-11-031-5/+4
* r20620: better description for -correct-ptskraymer2006-11-031-6/+11
* r20571: cvidix trickskraymer2006-11-033-9/+17
* fix typokraymer2006-11-031-1/+1
* keyframe definitionmichael2006-11-031-0/+7
* libmpdvdkit no longer exists.diego2006-11-031-4/+4
* I'm effectively maintaining libdvdcss and libdvdread.diego2006-11-031-1/+2
* main header typomichael2006-11-031-1/+1
* move file up so its found first, this probably improves readabilitymichael2006-11-031-47/+48
* libmpdvdkit2 --> libdvdcssdiego2006-11-031-1/+1
* libmpdvdkit2 --> libdvdreaddiego2006-11-032-2/+2
* libmpdvdkit2 --> libdvdread, it just contains libdvdread now.diego2006-11-0326-15/+15
* Remove stray line.diego2006-11-031-2/+0
* Move libdvdcss into its own subdirectory.diego2006-11-0319-66/+73
* Remove useless/redundant SYS_LINUX and _REENTRANT defines from CFLAGS.diego2006-11-031-2/+1
* Remove useless default target.diego2006-11-031-1/+0
* Move the rest of the config.h parameters to the Makefile.diego2006-11-032-9/+2
* Remove HAVE_MPLAYER check, we unconditionally compile with HAVE_MPLAYER set.diego2006-11-031-33/+0
* bump version numberdiego2006-11-031-1/+1
* Remove options not present in upstream config.h.in.diego2006-11-031-14/+0
* Sync some cosmetics from upstream.diego2006-11-031-20/+22
* typo, roff markupdiego2006-11-031-3/+3
* better description for -correct-ptsuau2006-11-031-3/+7
* Implement loading subtitles from memory.eugeni2006-11-032-24/+102
* Bugfix: sub_recode could deallocate global sub_cp under some circumstances.eugeni2006-11-031-1/+1
* - random fixestorinthiel2006-11-031-228/+233
* Partial sync w/ en/mplayer.1 (5).kraymer2006-11-031-75/+405
* Synced with r20614torinthiel2006-11-031-83/+142
* another missing <application>torinthiel2006-11-021-2/+2
* Support backspace for -vo gl/gl2 under Windowsreimar2006-11-021-0/+1
* remove accidential ';' (that's what too much C programming does to you ;-) )reimar2006-11-021-2/+2
* Check for existence of libcdio_paranoia, not libcdio, since the former isreimar2006-11-021-1/+1
* Useless break in libcdio pkg-config checkreimar2006-11-021-1/+1
* Remove spurious $_inc_tmp in libcdio checkreimar2006-11-021-1/+1
* Replace some chars with &#<somecode>; to allow make vim working properly with...voroshil2006-11-021-2/+2
* Set mpi stride, mostly fixes http://samples.mplayerhq.hu/MPEG2/res_change_ffm...reimar2006-11-021-0/+3
* convert remaining help files to UTF-8kraymer2006-11-0216-3028/+3028
* Add support for conversions from the rgb565 and rgb555 formatslucabe2006-11-022-1/+94
* Rework binary codec directory handling. Don't use directories from otherdiego2006-11-011-78/+36
* More code shufflingreimar2006-11-011-26/+13
* cosmetics: move WIN32 read_toc code to allow for summarizing more commonreimar2006-11-011-22/+24
* qp height should be in macroblocks, not pixelshenry2006-11-012-4/+4
* Do not mix declarations and statements.diego2006-11-011-30/+37
* Avoid code duplication for "last" toc entry.reimar2006-11-011-28/+7
* simplify/unify read_tocreimar2006-11-011-28/+28
* Factor out common code in stream_cddb read_toc function.reimar2006-11-011-35/+11
* some non russian/english characters (in people's names) copypasted from engl...voroshil2006-11-011-4/+2
* Remove useless codereimar2006-11-011-2/+0
* libcdio also needs to link against libcdio_paranoiareimar2006-11-011-1/+2
* ARCH_X86 simplificationsreimar2006-11-017-16/+16
* Use common define for x86_32 and x86_64.diego2006-11-015-21/+21
* mp3lib asm does not compile on AMD64.reimar2006-11-012-2/+2
* Support for recent changes to ARCH_X86 handling in FFmpeg.diego2006-11-011-2/+8
* Proper libcdio detection also without pkg-configreimar2006-11-011-8/+8
* proper Subversion-speak for revision numbersdiego2006-11-011-1/+1
* - Translated up to r20162 by Misiek y_0rk3r#tlen,pl with fixes by metorinthiel2006-11-011-597/+1396
* Missing comma addedtorinthiel2006-11-011-1/+1
* The col utility eats non-ASCII characters without the -p option it seems.diego2006-11-011-1/+1
* cosmetics: Reformat section.diego2006-11-011-23/+24
* paragraph about groff and UTF-8diego2006-11-011-0/+5
* gcc optimized != 0 check for extern function away, thus linkingreimar2006-11-011-2/+2
* encoding is now UTF-8diego2006-11-011-1/+1
* libdvdcss r202, my patch was committed upstream.diego2006-11-011-1/+1
* Typo: lseek --> lseek64, the former is not used in the code.diego2006-11-011-1/+1
* trivial sync with r20551voroshil2006-11-0117-18/+29
* Do not modify parsed command-line values on config,reimar2006-11-011-4/+5
* Test proper linking for cdda/cdioreimar2006-11-011-2/+6
* Sync r20551 and some wording fixestorinthiel2006-10-311-12/+16
* Bump sync tag, r20551torinthiel2006-10-3110-10/+10
* Revert broken encoding translationtorinthiel2006-10-315-1657/+1657
* Typo fix: missing "get".corey2006-10-311-1/+1
* cvidix tricks, based on a patch by Reimardiego2006-10-311-0/+11
* Fix codec directory fallback, it was overriding the autodetection.diego2006-10-311-6/+13
* update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIOkraymer2006-10-311-600/+647
* Add copyright holders, mostly synced from the Debian package.diego2006-10-311-1/+44
* precise location for dvbstreamdiego2006-10-311-1/+1
* CVS -> SVN for FFmpeg, add pnm implementation from xine.diego2006-10-311-1/+7
* uCIFS is gone, URL update.diego2006-10-311-7/+1
* Implement proper codecs directory fallback.diego2006-10-311-6/+8
* remove outdated encoding commentskraymer2006-10-312-2/+1
* --with-codecsdir --> --codecsdirdiego2006-10-317-16/+16
* --with-codecsdir --> --codecsdirdiego2006-10-312-4/+3
* Rename all codecs directory options.diego2006-10-311-34/+34
* r20534: An example of using -vf ass.kraymer2006-10-311-1/+9
* Run dirclean instead of clean on distclean, this way we only need todiego2006-10-311-1/+1
* :Little typojheryan2006-10-311-1/+1
* Synced to 26.10.2006 with respect to later utf-8 conversion.jheryan2006-10-3116-5275/+4923
* Unification of linker option handling, part 1 of many.diego2006-10-312-144/+20
* CFLAGS are not necessary for linking.diego2006-10-311-2/+2
* convert some unmaintained help_mp-* files to UTF-8kraymer2006-10-3110-2259/+2259
* convert help_mp-ru.h from koi8-r to UTF-8voroshil2006-10-312-1433/+1433
* convert DOCS/xml/en and help_mp-en.h to UTF-8kraymer2006-10-3119-21/+21
* 100l to me for not checking properly, really fix pkg-config detection now.diego2006-10-311-1/+1
* 10l, use a pkg-config parameter that makes it return 0...diego2006-10-311-1/+1
* Test for the existence of pkg-config, fixes Bugzilla #553.diego2006-10-311-35/+45
* Cygwin linking fix.diego2006-10-301-1/+1
* printf -> mp_msgrtogni2006-10-301-7/+10
* convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8kraymer2006-10-3020-7417/+7417
* Update from IMC and realrtsp authrtogni2006-10-301-0/+9
* Realrtsp authenticationrtogni2006-10-305-6/+58
* convert DOCS/xml/es and help/help_mp-es.h* to UTF-8kraymer2006-10-3019-3189/+3189
* Explain the risks of forcing options with --enable-* in a way that isdiego2006-10-301-5/+11
* convert DOCS/xml/pl and help/help_mp-pl* to UTF-8kraymer2006-10-3020-4839/+4839
* Intel Music Coder decoding via lavcrtogni2006-10-301-0/+7
* Remove special output for outdated SDL. It's doubtful such old versions stilldiego2006-10-301-18/+0
* convert DOCS/fr and help/help_mp-fr.* to UTF-8kraymer2006-10-3020-5160/+5160
* misc fixes by Sheldon Jin (jinsh2 yahoo com)diego2006-10-301-6/+6
* wording/roff fixdiego2006-10-301-2/+2
* An example of using -vf ass.eugeni2006-10-301-0/+8
* better wording for MSGTR_MENU_Nonekraymer2006-10-303-6/+7
* Also detect static fontconfig when pkg-config is not installedreimar2006-10-301-0/+2
* convert DOCS/de from ISO-8859-1 to UTF-8kraymer2006-10-3018-3191/+3191
* convert DOCS/ru from koi8r to UTF-8voroshil2006-10-3017-4611/+4611
* fix "iconv: illegal input sequence" errorkraymer2006-10-301-1/+1
* Add a parameter to enable colorized console output.diego2006-10-301-2/+14
* Fix libmpdvdkit2 linking on Mac OS X.diego2006-10-301-0/+1
* Remove redundant variable setting.diego2006-10-301-1/+0
* Make libmpdvdkit2 compilation slightly more consistent with the other modules.diego2006-10-302-1/+1
* a previous commit introduced a bug that prevented tables nicodvb2006-10-291-8/+4
* Fix possible crash: negative values may no be passed to render_one_glyphreimar2006-10-291-1/+1
* simplified assignment of subtitles stream in ts_parse()nicodvb2006-10-291-14/+4
* Handle windows path separator in filesel menu.reimar2006-10-291-0/+4
* disable nonworking/broken code for now till I find out what it is supposed to...reimar2006-10-292-0/+6
* Revert r20517.eugeni2006-10-295-201/+11
* Move ass_library initialization code to ass_mp.c.eugeni2006-10-293-8/+13
* Copy the following functions to libass to avoid dependency on the rest of mpl...eugeni2006-10-295-11/+201
* Add VIDEOMEMORY_SIZE define to allow to easily change it.reimar2006-10-291-3/+4
* Prevent segfault if video codec init failsrtogni2006-10-291-0/+4
* Warn about vo_gl scaled-osd broken with -assreimar2006-10-291-0/+1
* Fix width -> orig_width typo.eugeni2006-10-291-1/+1
* Don't set PlayResX for plaintext subtitles.eugeni2006-10-291-1/+0
* Add \N at the end of each subtitle line when converting from subdata.eugeni2006-10-291-2/+2
* Make sure we do not read beyond end of subtitle packetreimar2006-10-291-1/+5
* realloc subtitle buffers since subcp_recode might have decreased their size.reimar2006-10-291-10/+5
* Quick hack to implement percent-based seeking, also fixes seeking with gmplayerreimar2006-10-291-0/+2
* Factor out common cdda stuff from cdio and cdparanoia tests.reimar2006-10-291-7/+7
* handle broken ts packets before parsing the restnicodvb2006-10-291-23/+16
* Support new flac-in-ogg, fixes bug #229reimar2006-10-291-0/+15
* cosmetics: reformatted after previous commitnicodvb2006-10-291-8/+8
* 1000l: fixed broken handling of the adaption field - part 2nicodvb2006-10-291-1/+11
* fixed mishandling of stream_read() (it doesn't necessarily return -1 in case ...nicodvb2006-10-291-3/+3
* ts_parse() move section handling after stream_read() rather than repeating itnicodvb2006-10-291-49/+41
* Add some <application> tags.diego2006-10-291-3/+4
* Always initialize and destroy ass_library.eugeni2006-10-291-3/+1
* Always initialize libass to fix crashes caused by use without initialization.uau2006-10-291-1/+1
* Partially synced with en/mplayer.1 (3).kraymer2006-10-281-164/+359
* removed useless check: when is_start is set the size of the payload nicodvb2006-10-281-6/+0
* fix some wordingskraymer2006-10-281-11/+10
* in ts_parse() centralized stream_read()+stream_skip(); smaller and cleanernicodvb2006-10-281-31/+23
* Libass interface reworked:eugeni2006-10-2813-101/+261
* r20477: Add missing parenthesiskraymer2006-10-281-4/+4
* r20440: Add ASS subtitle rendering options to gui.kraymer2006-10-281-1/+5
* Add svn versions for rc1rtogni2006-10-281-0/+1
* Cleanup/simplify nsv check_file function.reimar2006-10-281-22/+7
* readability cosmeticsnicodvb2006-10-281-3/+1
* unconditionally assign the language code when available;nicodvb2006-10-281-14/+13
* Better check for non-broken NSVf-header to avoid incorrect detection.reimar2006-10-281-0/+2
* If HAVE_FONTCONFIG is not defined, font_fontconfig might be declared bothreimar2006-10-281-5/+4
* indentation fixods152006-10-281-1/+1
* reformatted ts_parse() after previous commitnicodvb2006-10-281-34/+34
* make vf_geq read whitespace in equation paramods152006-10-281-1/+1
* removed unreachable code (when len=pes_parse2() returns 0)nicodvb2006-10-281-25/+2
* 10l: fixed misplaced adaption field checknicodvb2006-10-281-6/+6
* removed commented crc32 code; I'll eventualy reuse the one in lavunicodvb2006-10-281-16/+0
* slight simplificationsnicodvb2006-10-281-19/+11
* Add missing parenthesis. Patch by Andrew Savchenko, Bircoph <at> list <dot> ru.corey2006-10-281-1/+1
* clarify pts related stuffmichael2006-10-281-0/+8
* Partial sync with en/mplayer.1 (2)kraymer2006-10-271-303/+611
* Add a note about charset configuration to the Apache section.diego2006-10-271-0/+5
* remove unused variableods152006-10-271-2/+0
* cosmetic, reindentation, tab removalods152006-10-271-51/+51
* update vf_geq to new ff_eval APIods152006-10-271-38/+45
* 100l, forgotten "no" for nouse-filedir-conf caused "-use-filedir-conf"reimar<