summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* revert broken r23628, mp_core.h is not included by cfg.h, so double externreimar2007-06-241-0/+1
* get_path prototype is already in interface.h and probably many more places.reimar2007-06-241-2/+0
* Avoid vo_sdl void * arithmeticreimar2007-06-241-2/+2
* Remove completely pointless "!= 1".reimar2007-06-241-2/+2
* Another unneeded xinerama_screen externreimar2007-06-241-3/+0
* xinerama_screen is already declared in video_out.hreimar2007-06-241-4/+0
* Add missing return value for x11 error handlerreimar2007-06-241-0/+1
* Cast sizeof() to int in mp_msg arguments so it fits the format string on 64bitreimar2007-06-241-10/+10
* Avoid void * arithmeticreimar2007-06-241-1/+1
* Some comment typo fixesreimar2007-06-241-5/+5
* make opt argument of demux_info_get const.reimar2007-06-242-2/+2
* Remove two unused functions in asxparserreimar2007-06-241-44/+0
* Get rid of a completely useless castreimar2007-06-241-1/+1
* ass_enabled is already in mp_core.hreimar2007-06-241-1/+0
* Do not prototype spudec_draw_scaled twicereimar2007-06-241-1/+0
* suboverlap_enabled is already declared in included subreader.hreimar2007-06-241-1/+0
* vo_init is x11 specific and has no place in video_out.h.reimar2007-06-241-2/+0
* Remove redundant vo_format_name, included img_format.h already provides itreimar2007-06-241-1/+0
* Add a (almost correct) prototype for vcd_seek_to_trackreimar2007-06-241-0/+1
* pstrcpy -> av_strlcpyreimar2007-06-241-7/+6
* Fix dvd:// subtitle handling to always report the MPEG stream id, becausereimar2007-06-241-7/+13
* Remove the now unused demux_mkv_change_subs functionreimar2007-06-241-39/+0
* Simplify and correct subtitle selection, no more special cases forreimar2007-06-241-17/+11
* Set demuxer->sub->sh to one of the s_streams like done for audio and video.reimar2007-06-241-24/+17
* r23504: -lavdopts threads is only implemented for mpeg[12]voroshil2007-06-241-5/+33
* r23578: Fix license header.voroshil2007-06-243-12/+10
* r23588: The audio balance feature implemented with af_pan.voroshil2007-06-241-1/+4
* add myself as co-maintainer of demux_mkv.caurel2007-06-231-1/+1
* Fix r23353, it broke ao_sun on non-BSD due to accidentially removingreimar2007-06-231-0/+1
* Fix memleak due to not freeing demuxer->s_streamsreimar2007-06-231-0/+7
* 100l, last demux_mkv patch passed ints instead of pointers to them to sscanfreimar2007-06-231-1/+1
* Use sh_sub_t instead of mkv_track_t argument where possible, simplifying the ...reimar2007-06-231-30/+30
* Document the effect of -really-quiet on gmplayer.reimar2007-06-231-0/+1
* Nico claims to never have had any problems with X11 compilation on Mandrake.diego2007-06-231-2/+1
* Hack around some fullscreen issues with gl under Windowsreimar2007-06-221-0/+3
* unbreak armv6 previously broken by me...lu_zero2007-06-221-1/+1
* integrating ff_bfin_get_unscaled_swscale into the systemmhoffman2007-06-222-1/+8
* adding Blackfin swscale_bfin infrastructure, and the first swscale routine uy...mhoffman2007-06-221-0/+66
* document pointer offset by -8mhoffman2007-06-221-1/+1
* re pipeline loop, to eliminate extra chroma readsmhoffman2007-06-221-17/+13
* correct chroma skewing bug, caused by incorrect stride adjustmentsmhoffman2007-06-221-5/+9
* Unbreak altiveclu_zero2007-06-211-2/+3
* grammar error fixedptt2007-06-211-1/+1
* elected me as italian docs translation mantainer, so i can get my own insults ;)ptt2007-06-212-1/+3
* sync'ed with r23588ptt2007-06-211-2/+5
* other corrections, pointed out by emanuele aina (italian translation project)ptt2007-06-211-6/+6
* a few corrections, pointed out nicely by nico sabbi, thanxptt2007-06-211-29/+30
* added some carriage returns and full stops, plus a missing 'option'ptt2007-06-212-4/+6
* Revert r23530.voroshil2007-06-2120-1950/+2
* demux_mkv very long seek fixuau2007-06-201-1/+1
* Fix demuxer.h multiple inclusion guarduau2007-06-201-2/+2
* Remove useless demnuxer.h include from matroska.h, it creats "hundreds" ofreimar2007-06-201-2/+0
* Simplify network timeout calculation.cehoyos2007-06-201-2/+3
* The audio balance feature implemented with af_pan.zuxy2007-06-2012-2/+116
* some more reqs from userscompn2007-06-191-2/+4
* Simplify generation of CPU-extensions HAVE_ and ENABLE_ definesreimar2007-06-191-58/+15
* Simplify generation of ARCH_ and corresponding ENABLE_ definesreimar2007-06-191-50/+17
* Add an optional third parameter to ff_config_enable in preparationreimar2007-06-191-1/+3
* Allow to disable x86 cpu extensions (e.g, via --disable-sse) even withreimar2007-06-191-9/+9
* fix typos noted by Nicolas Legrandgpoirier2007-06-191-3/+3
* Port changes for older Subversion releases from FFmpeg.diego2007-06-191-2/+2
* misc small fixesdiego2007-06-181-6/+6
* Activate license notice.diego2007-06-181-2/+0
* Fix license header.diego2007-06-181-3/+3
* they said 'colla' was cacophonic.... probably indeed it was :) changed.ptt2007-06-181-1/+1
* synced with r21930ptt2007-06-181-0/+1311
* Silence three warnings.cehoyos2007-06-181-4/+4
* Stop playing at eof or if no data arrives for ten seconds.cehoyos2007-06-181-0/+12
* sync w/ r23561gpoirier2007-06-181-2/+28
* More accurate seeking for demuxers lacking DEMUXER_CTRL_GET_TIME_LENGTH controlzuxy2007-06-171-1/+3
* Add AF_CONTROL_PAN_BALANCE controlzuxy2007-06-172-0/+19
* Set subtitle type in mpg demuxer. Fixes subtitle switching with 'j'reimar2007-06-171-1/+2
* Merge (trivial) dvdnav and dvdread subtitle selection codereimar2007-06-171-11/+2
* Make sure we do not access demuxer->s_streams out of boundsreimar2007-06-171-2/+4
* Remove broken option reset from per-file loopuau2007-06-161-3/+0
* Compilation fix: define some ENABLE needed by lavcrtogni2007-06-161-0/+35
* Add HAVE_ Makefile variables needed by ffmpegreimar2007-06-161-0/+11
* Missing libswscale part of TARGET_ -> HAVE_ changereimar2007-06-161-1/+1
* Follow ffmpeg TARGET_ARCH_* -> ARCH_* change.reimar2007-06-164-21/+23
* Copile fix: missing libswscale part of ffmpeg r9322 TARGET_ARCH -> ARCH change.reimar2007-06-161-2/+2
* add missing IDCT algothim, as defined in libavcodec/avcodec.hgpoirier2007-06-161-0/+16
* When parsing ass-force-style arguments, search for '=' and '.' characters witheugeni2007-06-151-2/+2
* Make sure there is at least one style in ass_track when parsing events.eugeni2007-06-151-7/+8
* synced with r23536ptt2007-06-151-0/+194
* update wishlistcompn2007-06-151-4/+11
* misc spelling fixesdiego2007-06-135-12/+12
* Do not allow to compile gui without PNG decoder in libavcodec.cehoyos2007-06-131-1/+4
* grammatical error fixedptt2007-06-131-1/+1
* Remove incorrect comment: pan defaults to block all, instead of pass-thru.zuxy2007-06-131-1/+0
* Avoid zero output for pan filter; zero output now means same # of channelszuxy2007-06-131-2/+4
* Make pan reentrant. Multiple pans in chain work fine.zuxy2007-06-131-1/+1
* clearly specify the valid substream id range, rather than using unreadable bi...nicodvb2007-06-121-2/+3
* refine the example of -menu-chroot yet moregpoirier2007-06-121-1/+2
* give an example of -menu-chroot usagegpoirier2007-06-121-0/+8
* little corrections suggested by nico sabbi , thanxptt2007-06-121-7/+7
* Fix compilation after FFmpeg r9283.cehoyos2007-06-121-1/+2
* r23516: little indentation fixvoroshil2007-06-115-13/+16
* Sync with FFmpeg r9278.diego2007-06-101-7/+7
* avoid utter breakage on non-x86, patch from Chris Roccati <roccati@at@pobox.d...lu_zero2007-06-101-0/+1
* yes, interleave was deeply wrong translated. correctedptt2007-06-103-11/+11
* changed forgotten $Revision... to synced with.... sorry :(ptt2007-06-101-1/+1
* small grammar fixesptt2007-06-101-10/+10
* removed a forgotten part in english plus small correctionsptt2007-06-101-12/+9
* capital char and relative dot at end of phrase removedptt2007-06-101-2/+2
* <note><para> indentation correctedptt2007-06-101-1/+2
* caps character after "Explanation:" in tvinput.xmlptt2007-06-101-1/+1
* added italian translation of codecs.xml & containers.xmlptt2007-06-102-0/+1253
* Don't set random codec parameters for AC3/DTS in mkv.aurel2007-06-101-2/+2
* synced with r23531Gabrov2007-06-104-19/+57
* sync w/r23530gpoirier2007-06-101-7/+33
* removed functions that were used to parse mpeg12 video (no more video); patch...nicodvb2007-06-101-69/+0
* Teletext support for tv:// (v4l and v4l2 only)voroshil2007-06-1020-2/+1950
* init ts_probe to 0 and probe up to TS_MAX_PROBE_SIZE if the parameternicodvb2007-06-091-4/+5
* x264 no longer defaults to qp=26.lorenm2007-06-091-1/+1
* added support for DTS1 audio descriptornicodvb2007-06-091-0/+4
* 1000000l, descriptor VC-1 identifies VIDEO_VC1, not AUDIO_DTSnicodvb2007-06-091-1/+1
* set the window aspect hinthenry2007-06-091-0/+2
* add mmes fourcc for mpeg2 in avi filescompn2007-06-081-0/+4
* Simplify addition of -Wdeclaration-after-statement to CFLAGS.cehoyos2007-06-081-3/+1
* Support icc 10.0.cehoyos2007-06-081-1/+1
* sync w/r23504gpoirier2007-06-081-4/+4
* reversed previus modification (r23517)ptt2007-06-081-1/+1
* changed vowels to accented utf8 vowelsptt2007-06-087-259/+259
* other two files translated :)ptt2007-06-082-0/+547
* small indentation and tags fixesptt2007-06-081-7/+9
* little indentation fixptt2007-06-081-1/+1
* Enable SIMD optmizations for mp3lib on AMD64zuxy2007-06-084-11/+14
* sync'ed up to r23504ptt2007-06-081-3/+3
* Add regular #define for header file.voroshil2007-06-081-0/+4
* italian xml/html docs translation - first step. up till now accented vowels areptt2007-06-087-1/+1958
* Cosmetics: Fix indentation after last commit.cehoyos2007-06-081-5/+5
* Add -Wdeclaration-after-statement etc. only to gcc.cehoyos2007-06-081-0/+2
* Compile C++ files with the same compiler as all other files.cehoyos2007-06-081-0/+1
* Fix yuv2rgb C functions to work for widths divisible by 4 but not by 8reimar2007-06-081-4/+38
* Fix config declarations so that things like rtc=no work in addition to nortc=yesreimar2007-06-081-8/+9
* Set errno to 0 after printing it, not beforereimar2007-06-081-1/+1
* Fix compiler warnings.voroshil2007-06-083-5/+2
* -lavdopts threads is only implemented for mpeg[12]lorenm2007-06-081-2/+2
* Add -Wpointer-arith, -Wredundant-decls and -Wdisabled-optimization to CFLAGS.cehoyos2007-06-071-1/+2
* Fix segfault when encoding from an mkv file with embedded fonts.eugeni2007-06-071-1/+2
* Mention change to libamr in Changelogreimar2007-06-071-0/+1
* in vidix check protect [A-Z] and [a-z] with single quotes as in other checks;...nicodvb2007-06-071-1/+1
* 100l, fix compile error in r23498 due to bad copy in pastereimar2007-06-071-1/+1
* RGB8/BGR8 IMGFMTs are paletted in case of swscale input.reimar2007-06-071-0/+2
* implement "bind sections"voroshil2007-06-073-15/+101
* Add -Wno-switch to CFLAGS.cehoyos2007-06-071-1/+1
* Fix r23494: It broke gcc 2.95.3cehoyos2007-06-071-1/+2
* Add -Wno-pointer-sign to CFLAGScehoyos2007-06-071-1/+1
* Add 2vuy fourcc to rawuyvy codecreimar2007-06-071-0/+1
* Add -Wall (back) to default CFLAGS.diego2007-06-071-1/+1
* Remove 'CONFIG_LIB=1' line from config.mak when not using libfaac.cehoyos2007-06-071-1/+1
* Fix compilation after FFmpeg r9235.cehoyos2007-06-071-4/+4
* Calculate pts with double precision in demux_asfuau2007-06-071-2/+2
* 10l: correct Core 2 detection under x86-64zuxy2007-06-071-1/+1
* Partial sync with en/mplayer.1 r23455 (patch by JRaSH)kraymer2007-06-061-8/+12
* r23440: New "automute" tv:// option.voroshil2007-06-061-2/+7
* Change some static temporary vars to automatic ones because mingw32 binutilszuxy2007-06-062-4/+4
* Align output pointer so that we can use movaps instead of movups in dct64_sse;zuxy2007-06-064-19/+9
* little correction to make nroff not to complain about line lennghts....ptt2007-06-051-8/+8
* protect _vidix_drivers variable, allowing --with-vidix-driver option to actua...ben2007-06-051-1/+1
* sync'd up to r23467ptt2007-06-051-2/+2
* Create a new MSGT for just the status line.diego2007-06-055-5/+10
* Do not use fast_memcpy when data is read again immediately afterwards.reimar2007-06-051-2/+2
* Do not use fast_memcpy for small size copy, esp. when the size is constantreimar2007-06-0510-17/+17
* Replace implicit use of fast_memcpy via macro by explicit use to allowreimar2007-06-0558-191/+192
* Use avcodec_decode_audio2 in ad_ffmpeg.creimar2007-06-051-2/+3
* r23410: add documentation for new -menu-chroot optionkraymer2007-06-051-5/+14
* correcting spelling error, yuv2rgb888_line was renamed to yuv2rgb24_linemhoffman2007-06-051-1/+1
* Make gmplayer show right colors if X server does not use native byteorder.reimar2007-06-051-1/+30
* Avoiding sscanf in cddb support reading more data with %s than buffer sizereimar2007-06-051-3/+3
* Keep -pipe option in CFLAGS even in debug mode.diego2007-06-051-1/+1
* sync w/23467 (was just a typo in english doc, no incidence here)gpoirier2007-06-051-1/+1
* then/than typo spotted by "JRaSH"corey2007-06-051-1/+1
* Keep unused parameter warnings in debug mode.diego2007-06-051-3/+0
* r23416: Drop the metadata stuff and replace it with generic propertykraymer2007-06-051-2/+3
* get rid of Gui code that has been commented out since agesreimar2007-06-041-20/+0
* Factor out some duplicated gui codereimar2007-06-041-15/+15
* Remove some useless codereimar2007-06-041-2/+0
* Use 'static inline' instead of 'inline static' to avoid warningszuxy2007-06-041-8/+8
* Change '%ld' to '%d' to remove warnings introduced by r23452zuxy2007-06-041-1/+1