summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary #ifdef around the whole file.diego2007-07-091-3/+0
* Remove unnecessary #ifdef around the whole file.diego2007-07-091-3/+0
* ISO8859-1 --> UTF-8diego2007-07-0920-51/+51
* Mention Bethesda Software VID and Atrac 3 decoders.diego2007-07-091-1/+3
* ISO8859-1 --> UTF-8diego2007-07-092-2/+2
* add af_pan balance/fix changescompn2007-07-091-0/+2
* add sub_scale and loop changescompn2007-07-091-0/+2
* loop wish fulfilledcompn2007-07-091-2/+0
* Leave out (no) prefix from option names for consistency.diego2007-07-091-4/+4
* Add a loop command and property.albeu2007-07-096-0/+31
* Move loop_times into mpctx.albeu2007-07-093-9/+10
* Add the sub_scale property and command.albeu2007-07-097-0/+40
* Remove unnecessary flip for RGB in v4l1.voroshil2007-07-081-22/+1
* 100% cosmetics: reindentation and removal of trailing spacesnicodvb2007-07-081-52/+49
* unified the skip of header and stuffing bytes after the parsing of pes_extens...nicodvb2007-07-081-6/+3
* r23687: Implemented tv://[<channel>][/<input_id>] url syntaxvoroshil2007-07-081-3/+5
* r23690: fix BUK->BUP typovoroshil2007-07-082-6/+6
* 100000000000000l, cured painful stab at the grammarnicodvb2007-07-071-1/+1
* Synced with 23536torinthiel2007-07-071-2/+2
* Synced with 23520torinthiel2007-07-071-6/+7
* Synced with 23579torinthiel2007-07-071-6/+4
* And antoher one, missed by me previouslytorinthiel2007-07-071-1/+1
* Some typos found and fixed by arctgx <arctgx@tlen.pl>torinthiel2007-07-071-6/+6
* Xvid name changetorinthiel2007-07-071-29/+29
* synced with r23731Gabrov2007-07-073-7/+9
* 10l, forgot to skip the stuffing bytes eventually prepended to vc1 packets (i...nicodvb2007-07-071-0/+2
* cosmetics: split separate instructions in separate linesnicodvb2007-07-071-3/+6
* proper parsing of pes_extension[12] fields (replaces the previous code that r...nicodvb2007-07-071-2/+35
* Fix crash on some DVDsiive2007-07-061-2/+3
* Fix CSS format strings, they could print more than two digits forreimar2007-07-061-2/+2
* Add ENABLE_THREADS and ENABLE_SMALL definesreimar2007-07-061-0/+6
* Remove empty strlcat and strlcpy filesreimar2007-07-062-0/+0
* Add some missing frees.reimar2007-07-051-2/+7
* Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpyreimar2007-07-0516-170/+97
* license header consistency cosmeticsdiego2007-07-0511-11/+11
* Group all copyright and author notices together.diego2007-07-052-8/+8
* Remove unused variables.diego2007-07-041-1/+1
* Also remove generated tools on distclean.diego2007-07-041-0/+1
* small grammar fixdiego2007-07-041-2/+2
* Remove LIBXVID_ENCODER from the list of libavcodec encoders if the test fails.diego2007-07-041-0/+1
* Write configure parameters to configure.log.diego2007-07-041-0/+3
* Remove unused filelucabe2007-07-031-412/+0
* roff fix (new line for new sentence)kraymer2007-07-031-1/+2
* Sync FFmpeg changes:diego2007-07-031-5/+5
* Cygwin has had inttypes.h since version 1.5.diego2007-07-031-2/+0
* The file is compiled conditional to USE_DVDREAD so the #ifdef USE_DVDREADdiego2007-07-031-13/+0
* The header is always included conditional to USE_DVDREAD,diego2007-07-031-5/+0
* Do not use leading underscores in multiple inclusion guards, they are reserved.diego2007-07-02103-239/+241
* Add equivalent of -Wno-pointer-sign for icccehoyos2007-07-021-1/+1
* Consistently use filename as multiple inclusion guard.diego2007-07-023-6/+6
* Consistently use filenames as multiple inclusion guards.diego2007-07-024-8/+8
* Add consistent GUI prefix to multiple inclusion guards.diego2007-07-0221-43/+43
* Add multiple inclusion guard.diego2007-07-021-0/+4
* Consistently use filenames as multiple inclusion guards.diego2007-07-029-18/+18
* first step of video.xml translation... (it's soooo huuuuuge..... :))ptt2007-07-021-0/+2630
* Fix 'make checkheaders'.diego2007-07-021-0/+2
* Remove obsolete and misleading comment.diego2007-07-021-2/+0
* Ignore .ho files.diego2007-07-020-0/+0
* Cosmetics.voroshil2007-06-301-3/+3
* Don't override input= option value is no input id is passed in tv:// url.voroshil2007-06-301-2/+4
* bugfix intel mac vo_quartz, PlanarPixmapInfoYUV420 structure requires big-end...nplourde2007-06-291-18/+19
* wvx files (mimetype video/x-ms-wvx) are asx playlists. Fix bugzilla #750rtogni2007-06-292-2/+1
* synced to r23690, since it isptt2007-06-291-1/+1
* another bunch of corrections, suggested by nicoptt2007-06-294-11/+11
* synced with r23579ptt2007-06-291-6/+4
* revert r23538. my fault, didn't see there where 2 phrases, sorry...ptt2007-06-291-2/+2
* fix BUK->BUP typokraymer2007-06-291-2/+2
* sparse grammar and syntactical correctionsptt2007-06-296-59/+58
* remove file that was added by mistake.voroshil2007-06-291-0/+0
* 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