summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Implemented tv://[<channel>][/<input_id>] url syntaxvoroshil2007-06-283-5/+37
* Get rid of my_memcpy_pic code duplication in many filters.reimar2007-06-2810-127/+20
* comment grammar fixesdiego2007-06-281-3/+3
* Get rid of duplicate processor feature variables.diego2007-06-273-20/+9
* Add comments to some preprocessor directives.diego2007-06-271-2/+2
* Mark main() function as a function that takes no parameters.diego2007-06-272-2/+2
* synced with r23680Gabrov2007-06-278-42/+54
* Fix vo_x11_clearwindow_part: x position is one less to avoid not clearingreimar2007-06-271-1/+1
* Fix "control reaches end of non-void function" warnings.diego2007-06-275-4/+6
* Fix unused variable warnings.diego2007-06-271-3/+1
* Fix implicit declaration of function warnings.diego2007-06-273-1/+4
* Remove some unused variablesreimar2007-06-273-6/+0
* Make X11 window creation and (with -fixed-vo) management simpler and morereimar2007-06-2711-265/+89
* Remove check for localtime_r, the function is not used within MPlayer.diego2007-06-271-16/+0
* r23504: -lavdopts threads is only implemented for mpeg[12]kraymer2007-06-261-5/+33
* fix Radeon/Rage128 vidix with I420 colorspace (U/V were inverted)ben2007-06-261-9/+10
* Lots of cosmetics for gl2reimar2007-06-261-329/+283
* Remove two unused variablesreimar2007-06-261-2/+0
* Remove overly complex and unused per-subtexture "dirty" handlingreimar2007-06-261-77/+12
* Remove now unused variablereimar2007-06-261-3/+0
* remove useless calloc castreimar2007-06-261-2/+1
* synced with r23609ptt2007-06-261-4/+30
* Remove some unused code and useless error checking that only clutters the codereimar2007-06-261-56/+1
* Hint at the Makefile for information how to build dha with svgalib_helperreimar2007-06-251-1/+1
* Hint at --disable-* options as a workaround for outdated binutils.reimar2007-06-251-1/+1
* synced with r23608 + other fixesptt2007-06-251-4/+3
* start= and end= parameters on realrtspurls may be optionally quoted with rtogni2007-06-241-0/+5
* config.h must be included before other headersreimar2007-06-241-1/+1
* Hide our swab prototype when the system has swab since at least thereimar2007-06-241-0/+2
* Make sure we always have a swab() prototype when we use it,reimar2007-06-243-0/+3
* Use proper PRI?64 format stringsreimar2007-06-241-5/+6
* define HAVE_FAST_UNALIGNED on x86 (32 and 64 bit).reimar2007-06-241-0/+5
* Remove unused and trivial string variablereimar2007-06-241-3/+0
* Remove unused function.reimar2007-06-241-16/+0
* Remove unused (static) function prototype.reimar2007-06-241-1/+0
* Fix format string to match actual type.reimar2007-06-241-1/+2
* Move variable into the block where it actually usedreimar2007-06-241-1/+1
* index_mode is already defined in demuxer.hreimar2007-06-241-2/+0
* get rid of useless *alloc castsreimar2007-06-241-5/+5
* Get rid of: useless variable, useless cast and void * arithmeticreimar2007-06-241-8/+5
* Use AV_RL32reimar2007-06-241-3/+4
* Fix format strings to match argument typereimar2007-06-241-19/+20
* Remove unused query_format function in vf_harddup.reimar2007-06-241-12/+0
* Return value of gtk_entry_get_text is const, so declare variables as const as...reimar2007-06-241-4/+4
* ff_gcd is already in libavutil/common.h, no need for an extra prototype herereimar2007-06-241-2/+0
* Avoid more void * arithmeticreimar2007-06-241-2/+4
* 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=yesreimar