summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hurried pre-release update, partially synced with r20191reynaldo2006-10-141-15/+84
* as per request, fullscreen and mute options have been added to the context me...vayne2006-10-142-0/+16
* Create proper define for DFBMGA.diego2006-10-142-2/+5
* Remove senseless DIRECTFBVERSION check, we require 0.9.13+ anyway.diego2006-10-141-2/+0
* Remove intrinsics check, they are no longer used in FFmpeg.diego2006-10-141-37/+0
* Remove unused ABS definereimar2006-10-141-1/+0
* Sync mail-lists.xml removal.diego2006-10-143-156/+4
* sync: radio w/r20051, history.xml w/r14025, usage.xml w/r20041, install.xml w...gpoirier2006-10-146-461/+360
* Use = instead of == for extra portability.diego2006-10-141-11/+11
* Use = instead of == for extra portability.diego2006-10-141-1/+1
* Zerofill libass static variables during initialization.eugeni2006-10-141-0/+4
* Free FT_Stroker during libass deinitialization.eugeni2006-10-141-0/+4
* r20189: Some more consistency for the -pvr options, typo.kraymer2006-10-141-21/+21
* r20191: slight overall verbosity reductionkraymer2006-10-142-6/+4
* Remove useless assignements, thanks reimar for noticing themrtogni2006-10-141-2/+0
* Fix typo in sub_delay external specification.eugeni2006-10-131-1/+1
* Remove dead code (condition can obviously never be true)reimar2006-10-131-2/+0
* bails out if cdparanoia can't read cd (avoid lockup)ben2006-10-131-0/+2
* code simplification and minor bug fix for files restarting rather than moving...vayne2006-10-131-16/+7
* Shorten decoder works now with MPlayerreimar2006-10-131-1/+1
* FFmpeg Shorten audio decoderdiego2006-10-131-0/+7
* litle bug, didn't compile :(ptt2006-10-121-1/+1
* sync'd with r20191ptt2006-10-121-4/+3
* some minor fixes & sync to r20194ptt2006-10-121-153/+54
* some little consistency fixesptt2006-10-121-7/+7
* updates, grammar/spellingdiego2006-10-121-13/+14
* Changlog updated with help of svn logreimar2006-10-121-1/+41
* slight overall verbosity reductiondiego2006-10-126-11/+10
* r20172: Update paragraph about libdvdcss and libdvdread.voroshil2006-10-121-17/+4
* Some more consistency for the -pvr options, typo.diego2006-10-121-11/+12
* 10l, used MSGTR_Unknown instead of lang in mp_property_audioreimar2006-10-121-1/+1
* simplify mp_property_subreimar2006-10-121-6/+2
* r20183: Recommend gcc 4.x on PowerPC.kraymer2006-10-121-2/+2
* Cosmetics for previous mplayer.c patchreimar2006-10-121-13/+12
* Simplify mp_property_audioreimar2006-10-121-12/+8
* Recommend gcc 4.x on PowerPC.diego2006-10-121-1/+1
* Cosmeticsreimar2006-10-121-5/+3
* strncpy->strlcpyreimar2006-10-121-1/+1
* Remove useless return; at end of functionreimar2006-10-121-1/+0
* Simplify demux_mkv_get_sub_langreimar2006-10-121-14/+1
* r20132: little typo fixeskraymer2006-10-121-6/+6
* r20176: small consistency/format fixkraymer2006-10-121-20/+13
* small consistency/format fixkraymer2006-10-121-1/+1
* initial import of cd-dvd.xml (german translation)kraymer2006-10-121-0/+444
* modifications pointed out by reimar doffingerptt2006-10-122-17/+6
* Merge the two libdvdcss/libdvdread paragraphs.diego2006-10-121-7/+2
* Update paragraph about libdvdcss and libdvdread.diego2006-10-121-9/+2
* Check for maeomo-specific libraries (Nokia 770).diego2006-10-121-0/+30
* Use MOUSE_BTN0 instead of MOUSE_BASE for consistency with other vo drivers.diego2006-10-121-3/+3
* Rename ABS macro to FFABS.diego2006-10-111-10/+10
* 11l (...)kraymer2006-10-111-1/+1
* little suffix fixesptt2006-10-111-3/+3
* d'oh, missing " broke compilationkraymer2006-10-111-1/+1
* Remove old hack to search for .ar and VIDO, we know where they arertogni2006-10-111-16/+1
* gcc 2.95 fixods152006-10-111-1/+1
* r20162: added OSD audio switching visualizationkraymer2006-10-112-3/+5
* added OSD audio switching visualizationptt2006-10-116-15/+120
* More possible memleaks.reimar2006-10-111-0/+7
* Avoid memleak on error while reading attachments or multiplereimar2006-10-111-0/+4
* Remove duplicate min/max macro definition.diego2006-10-111-4/+0
* Sync with FFmpeg r6642.diego2006-10-111-1/+4
* Make the socklib check search gethostbyname/socket in libc.diego2006-10-111-1/+1
* Streamline socklib check.diego2006-10-111-7/+4
* Remove download script; no longer used in the official Debian package candidate.diego2006-10-112-60/+0
* Move CFLAGS handling to common.mak.diego2006-10-111-4/+0
* Run TOOLS/cpuinfo on x86_64 as well as x86.diego2006-10-111-1/+1
* Change == to = in test comparisons for better portability.diego2006-10-101-3/+3
* Change occurrences of "(int)*(void **)arg" to "*(int *)arg".uau2006-10-101-17/+17
* Allows up to 8 bytes of extradata for cmsg24rtogni2006-10-102-4/+5
* Fix extradata lenght when adding cmsg24 datartogni2006-10-101-0/+1
* Cleanup: remove some old commented out skipsrtogni2006-10-101-10/+0
* Fix misdetection of http://samples.mplayerhq.hu/tta/tivo_misdetect.tta as TiV...reimar2006-10-101-3/+3
* Simplify (by using realloc with NULL parameter) and refactor code to growreimar2006-10-101-18/+15
* Fix problems on live streams with huge timestamps, causing overflows and rtogni2006-10-091-25/+27
* Reduce margins for plaintext subtitles.eugeni2006-10-091-3/+3
* Free track->language before assigning new valuereimar2006-10-091-0/+1
* Missing (in close function)/misplaced free for track structure itself.reimar2006-10-091-1/+1
* Free track data if error occurs while reading trackentryreimar2006-10-091-30/+41
* indentation fixes.vayne2006-10-091-2/+2
* Free track encodings on error or demuxer closereimar2006-10-091-4/+23
* added a simple timer to hide the mouse when in fullscreen mode.vayne2006-10-092-1/+13
* fixed a crash bug as a result of the last change, as well as file skipping (h...vayne2006-10-091-3/+4
* replace malloc+memset by callocreimar2006-10-091-8/+4
* Remove cast of realloc result missed in last patchreimar2006-10-091-1/+1
* Remove unneeded casts for malloc/realloc callsreimar2006-10-091-44/+43
* removed unused definitionsptt2006-10-091-7/+0
* little typo fixesptt2006-10-091-5/+5
* done! sync'ed with r20061, hoping not to have written 'strafalcioni'ptt2006-10-091-83/+232
* sync'ed with r19361ptt2006-10-091-28/+154
* Create target for mplayer-rc.o so that it is not rerun unconditionally.diego2006-10-091-3/+3
* -endpos option added in changelogptt2006-10-091-0/+1
* sync'ed with r19979ptt2006-10-091-2/+54
* sync'ed with (last) cvs 1.256ptt2006-10-091-125/+126
* sync'ed with cvs (yet) 1.249ptt2006-10-091-8/+243
* sync'ed with cvs (yet) 1.243ptt2006-10-081-5/+141
* synced with r20061Gabrov2006-10-081-70/+92
* Fixesrathann2006-10-081-1/+1
* reinit codec chain when aspect ratio and/or resolution changenicodvb2006-10-081-0/+17
* synced with r20119Gabrov2006-10-088-111/+47
* List dfbmga and directfb in _novomodules.syrjala2006-10-081-1/+5
* Fix DirectFB version check. The old code simply concatenated thesyrjala2006-10-083-32/+44
* sync with r19979, patch by Sheldon Jin % jinsh2 AH yahoo.com %gpoirier2006-10-081-950/+998
* Remove spurious casts to int. Blessed by Reimar.rathann2006-10-084-4/+4
* Cosmetics: remove lone (evil ;-) ) tabreimar2006-10-081-1/+1
* Disable linking mplayer with mp3lame when --disable-encoder=mp3lame israthann2006-10-082-4/+8
* Support for detection of extended instructions on ARM.diego2006-10-081-0/+49
* Remove outdated/misleading comment about WavPack and libavformat.diego2006-10-081-1/+0
* Avoid crash with fontconfig 2.3.9x (as shipped with SuSE 10.1, FcDirScan is b...reimar2006-10-081-1/+5
* added myself to AUTHORS, as diego told me on 2006/09/26 :-)ptt2006-10-081-0/+4
* WavPack files contain a complete, valid RIFF tag, so use extension (.wv)reimar2006-10-081-1/+2
* a + b => (a + b) for defines, just to be sure.reimar2006-10-081-5/+5
* Avoid memleak when calling parse_obj_params only for syntax-checking (dst == ...reimar2006-10-081-1/+1
* Forgotten http_free on send error.reimar2006-10-081-0/+1
* Add support for TTA and WavPack.diego2006-10-081-0/+15
* Another != NULL check after dereferencingreimar2006-10-081-1/+2
* Fix variable dereference before NULL check.reimar2006-10-081-1/+2
* Useless initialization, they will be always set for result != 0reimar2006-10-081-3/+0
* Cosmetics: consistent order for en-/disabled codecs listreimar2006-10-071-2/+2
* Change license headers to say 'FFmpeg' instead of 'this program'.diego2006-10-0711-151/+174
* r20083: Unify labels of two solutions to similar problems.kraymer2006-10-071-12/+19
* cosmetics: reformatting, aligningkraymer2006-10-072-255/+309
* r20085: fix FIXME: move history to appendixkraymer2006-10-072-6/+5
* Remove special warning printed when VIDIX is disableduau2006-10-071-8/+0
* Sync with latest BUILD_ROOT changes in FFmpeg.diego2006-10-071-0/+1
* Replace -I.. by -I$(BUILD_ROOT).diego2006-10-071-2/+1
* print bits/s, not bytes/sivo2006-10-061-1/+1
* Print current DVD title as ID_DVD_CURRENT_TITLE.corey2006-10-061-0/+1
* add gcc-4.x to the list of compilers displayedgpoirier2006-10-061-2/+2
* EOSD performance debugging info.reimar2006-10-061-0/+2
* - missing space before '('torinthiel2006-10-061-3/+2
* sync r20085torinthiel2006-10-062-6/+5
* r20080: (cosmetics) add some empty lines to improve readability.voroshil2006-10-063-14/+23
* workaround redefinition of object_type as prev(object_type)+1nicodvb2006-10-051-2/+3
* fix FIXME: move history to appendixkraymer2006-10-052-4/+3
* sync r20083torinthiel2006-10-051-9/+19
* Unify labels of two solutions to similar problems.torinthiel2006-10-051-2/+2
* Missing space before '('torinthiel2006-10-051-2/+2
* Remove unnecessary </itemizedlist><itemizedlist>,torinthiel2006-10-051-6/+0
* (cosmetics) add some empty lines to improve readabilitytorinthiel2006-10-051-0/+15
* Sync 20074torinthiel2006-10-051-32/+6
* Simplify: replace malloc + memset 0 by callocreimar2006-10-051-4/+2
* Fix demux_demuxers seeking if the video demuxer does not setreimar2006-10-051-0/+5
* Implement absolute and percent-based seekreimar2006-10-051-1/+12
* Add ASS subtitles to the subtitles file chooser dialog.diego2006-10-051-1/+2
* Sync with FFmpeg r6563.diego2006-10-051-0/+5
* Simplify test program build.diego2006-10-051-3/+1
* Remove stray $ from sync tag.diego2006-10-051-1/+1
* Synced to 2.10.2006jheryan2006-10-051-3/+47
* Convert sync tags to Svn revision numbers (except encoding-guide.xml for now)gpoirier2006-10-0516-17/+17
* Synced with 2.10.2006jheryan2006-10-051-62/+204
* Synced with 2.10.2006jheryan2006-10-057-541/+342
* Warn about x264encopts new parser which breaks 3rd party toolsgpoirier2006-10-051-0/+2
* r20061: document new x264 options through r579. (ssim, interlaced, deadzone_i...kraymer2006-10-051-74/+91
* Fix build failuregpoirier2006-10-052-3/+3
* sync with r20051torinthiel2006-10-051-10/+10
* r20054: Remove outdated/duplicate parts from the SDL section.voroshil2006-10-051-59/+1
* r19592: grammar/wording/markup fixes (was missed, due to wrong sync tag in r1...voroshil2006-10-051-22/+26
* document new x264 options through r579. (ssim, interlaced, deadzone_intra/inter)lorenm2006-10-051-2/+21
* Remove the x264 option parser, and pass the options on to libx264 as a string...lorenm2006-10-054-376/+99
* Test programs depend on $(LIB).diego2006-10-051-2/+2
* Detect sse/2 on intel mac, Valtteri Vuorikoski(vuori@sci.fi)nplourde2006-10-051-3/+10
* FFmpeg uses -D_ISOC9X_SOURCE and not -D_GNU_SOURCE in CFLAGS.diego2006-10-041-1/+1
* r20054: Remove outdated/duplicate parts from the SDL section.kraymer2006-10-041-61/+1
* Also ignore shared libraries.diego2006-10-040-0/+0
* Remove outdated/duplicate parts from the SDL section.diego2006-10-041-58/+0
* Mark ao_sdl as SDL-only.diego2006-10-041-1/+1
* Add SDL-specific keys.diego2006-10-041-0/+14
* some reformattingdiego2006-10-041-9/+9
* synced with r20049Gabrov2006-10-041-48/+50
* Partial sync to r20024, more to follow (hopefully soon)torinthiel2006-10-048-395/+138
* r20041: Add IDs to some examples/tables.kraymer2006-10-044-17/+17
* Fix russian docs build error, caused by my r20046 commitvoroshil2006-10-041-0/+1
* r20041: Add IDs to some examples/tables.voroshil2006-10-043-17/+15
* r19979: after a long time, finally i could add -endpos option to mplayerkraymer2006-10-041-1/+2
* r19979: added MSGTR_MPEndposNosizeBased stringvoroshil2006-10-041-1/+2
* Fix hz vs Hz typo.diego2006-10-042-7/+7
* Remove unused files.diego2006-10-042-270/+0
* Add IDs to some examples/tables.diego2006-10-043-8/+8
* Remove cs_test and swscale-example on clean.diego2006-10-041-0/+3
* Remove redundant EXTRALIBS declaration.diego2006-10-041-1/+0
* Simplify compilation call by using $(EXTRALIBS).diego2006-10-041-2/+2
* Fix warnings:diego2006-10-041-0/+2
* Fix warnings:diego2006-10-041-1/