summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* introduce new 'stream' directory for all stream layer related components and ...ben2006-07-31111-146/+200
* Add support for ffmpeg's pixel format names in libswscalelucabe2006-07-311-0/+22
* Move the section describing the per movie config filesattila2006-07-311-5/+5
* Add Indexes to Options as suggested by Jaeho Shin.diego2006-07-301-1/+1
* Remove useless includertogni2006-07-301-1/+0
* Make some more function staticrtogni2006-07-302-9/+3
* Clarify licensing situation.diego2006-07-301-6/+10
* There is a reference to a file COPYRIGHT that we do not include, so pastediego2006-07-301-0/+16
* md5 result is 16 bytes, not 20rtogni2006-07-301-1/+1
* removed now useless duplicate includesben2006-07-303-5/+0
* LRMI has been removed some time ago.diego2006-07-301-6/+0
* How to encode movies for PSPgpoirier2006-07-301-0/+44
* Update for changes from r19139 and r19137.diego2006-07-301-9/+28
* xor_table can't be NULL, remove useless checkrtogni2006-07-301-4/+1
* Make patch apply cleanly and with -p0, not a mix of -p0 and -p1.diego2006-07-301-6/+6
* The real hash function is just a md5, replace with lavu codertogni2006-07-301-262/+6
* Update upstream references, add a missing filertogni2006-07-301-2/+3
* Restore a local diff lost during license fix at r19256rtogni2006-07-301-2/+2
* alex didnt commit his (very incomplete) rfc conversion of my proposal so i co...michael2006-07-301-0/+127
* no need to reming the copyright with msg_(), the notice in the source is enoughnicodvb2006-07-301-5/+1
* Replace tremor files that had old headers saying "ALL REDISTRIBUTIONuau2006-07-3015-18/+64
* Use LC_ALL instead of LANG since the former overrides the latter.diego2006-07-291-1/+1
* cosmetics: Make patch apply cleanly.diego2006-07-291-21/+21
* Add a paragraph about which Subversion version to use.diego2006-07-291-0/+6
* Cope with localized Subversion clients.diego2006-07-291-1/+1
* updated documentation.vayne2006-07-291-0/+3
* improved fullscreen switchingvayne2006-07-292-27/+56
* re-added forgotten return in send_mpeg_lpcm_packet()nicodvb2006-07-291-1/+1
* final cleanup: implemented send_mpeg_pes_packet() and send_mpeg_lpcm_packet()...nicodvb2006-07-291-97/+29
* optimize and simplify memcpy usage, use mem2agpcpy_picreimar2006-07-291-30/+6
* Add comment about Chinese AVS only working with lavf at the moment.diego2006-07-291-0/+1
* ptslen was set to 5 even when no pts==0nicodvb2006-07-291-1/+1
* typo fixben2006-07-291-1/+1
* Support for Chinese AVSrtogni2006-07-291-0/+7
* Part 2 of the various fixes features by Jerome Ferrarigpoirier2006-07-291-118/+112
* missed some escapingben2006-07-292-2/+2
* use DOCS writing standards for default values (asked by diego)ben2006-07-291-12/+9
* Part 1 of review of Jerome's Ferrari's patchgpoirier2006-07-291-102/+101
* disable dha kernelhelper support by default.attila2006-07-291-1/+1
* sync w/ r19233gpoirier2006-07-291-4/+21
* french manpage for pvr:// inputben2006-07-291-1/+77
* added ivtv ao/vo in ChangeLogben2006-07-291-0/+3
* missing supported PVR card referenceben2006-07-291-1/+1
* english manpage for pvr:// inputben2006-07-291-1/+75
* Set user_muted in mp_property_mute(). Fixes mute turning off whenuau2006-07-281-0/+2
* updated en/fr manpages for ao_ivtvben2006-07-282-0/+10
* ao_ivtv driver in authors/maintainers filesben2006-07-282-1/+2
* added audio output for ivtv cardsben2006-07-283-1/+172
* removed default outfile for -ao mpegpesnicodvb2006-07-281-1/+1
* if HAVE_DVB isn't set don't fall back to outputting audiograb.mpg by default,...nicodvb2006-07-281-9/+1
* Some more documentationreimar2006-07-281-0/+57
* Implement DEMUXER_CTRL_GET_TIME_LENGTH and DEMUXER_CTRL_GET_PERCENT_POS,reimar2006-07-281-1/+18
* 10l, last commit swapped U and V planes.reimar2006-07-281-2/+2
* Handle frames with stride correctly (e.g. the "Version" source of current AVS).reimar2006-07-281-2/+16
* Do not count each decoded frame twice.reimar2006-07-281-2/+0
* cosmetics: fix incorrect indentation left by reimar and extra word inuau2006-07-281-3/+3
* include sys/poll.h only when HAVE_DVB[_HEAD] is setnicodvb2006-07-281-1/+1
* Cosmetics for last commitreimar2006-07-281-10/+10
* Move more stuff under if (avs_has_video... to simplify later patches.reimar2006-07-281-4/+4
* set pts of the demux patcket correctlyreimar2006-07-281-1/+1
* Move variable declarations to the block level where they are actually usedreimar2006-07-281-11/+4
* call av_release_clip at uninit, part of a patch by Gianluigi Tiesi <mplayer a...reimar2006-07-281-1/+6
* Remove code that prevented the OSD current time from going back by oneuau2006-07-281-2/+0
* Avoid large amounts of data on the stack (> 900k on 64 bit systems).reimar2006-07-281-15/+24
* Do not treat AV_NOPTS_VALUE as a valid duration value.reimar2006-07-281-2/+2
* Comment some #endif lines.diego2006-07-283-9/+9
* unused variable warning fixdiego2006-07-281-1/+2
* Fixes the format string for the warning message on line 182 (%xdiego2006-07-281-4/+4
* Remove $ from a variable in a comment to avoid irritating expansion.diego2006-07-271-1/+1
* The C99 function strtof is unavailable in some BSD variants.diego2006-07-271-1/+1
* Improve ao_mpegpes description.diego2006-07-271-7/+5
* Fix compile error due to extra "FF" at beginning of file in the FF{MIN,MAX}pacman2006-07-271-1/+1
* fix wrong and unrelated change done in r19199reynaldo2006-07-271-2/+2
* corrects some casts that previously discarded the const qualifier. Patch by S...reynaldo2006-07-271-3/+3
* Remove superfluous $_inc_extra parameter from cc_check call.diego2006-07-271-1/+1
* Unify include path handling in the build system, part II.diego2006-07-271-44/+26
* Remove inconsistency from libcdio test.diego2006-07-271-2/+1
* marks some read-only char* inside structs as const, patch by Stefan Huehner, ...reynaldo2006-07-276-11/+11
* Remove silly test/include path cleanup.diego2006-07-271-3/+0
* Remove unused variable.diego2006-07-271-1/+0
* Rename _inc_soundcard to _include_soundcard, _inc variables are useddiego2006-07-271-4/+4
* Unify include paths in the build system, part I.diego2006-07-279-58/+9
* Introduce general V4L variable/define.diego2006-07-274-3/+11
* Missed HAVE_TV_V4L --> HAVE_TV_V4L1 rename.diego2006-07-271-1/+1
* Rename *v4l variable to *v4l1.diego2006-07-273-19/+19
* description of the arnd scale video filter parameterdiego2006-07-261-1/+9
* new -ao mpegpes optionsnicodvb2006-07-261-0/+11
* split the incestous intercourse between ao_mpegpes and vo_mpegpes; now the de...nicodvb2006-07-262-38/+139
* demuxer might not set i_bps, so do not divide by it in that casereimar2006-07-261-0/+1
* Incorrect check in gxf demuxer leading to crash with textKO.gxf sample filereimar2006-07-261-1/+1
* Replace MIN() and MAX() with FFMIN() and FFMAX()lucabe2006-07-263-24/+21
* fix 3 bugs in libmpdemux/demux_mf.cgpoirier2006-07-261-3/+3
* - synced with 18964 by Emdej and fixes from Boskiboskicinek2006-07-251-18/+681
* synced with r19181gpoirier2006-07-251-3/+3
* Regular expression for conversions had 'P' instead of 'p', fixeduau2006-07-251-1/+1
* - Add missing "00" in -af pan usage line.corey2006-07-241-2/+2
* ketchup time (merge forgotten commit)gpoirier2006-07-241-92/+1
* synced with r19161gpoirier2006-07-241-1/+15
* a tiny bit of cleanupmichael2006-07-241-77/+35
* vertical scaler with accurate rounding, some people on doom9 can see +-1 errorsmichael2006-07-245-42/+313
* hu/ports.xml & man/hu/mplayer.1 synced with r19175Gabrov2006-07-242-19/+34
* Add simple edit list support to mov demuxer, it supports delay of audio and v...atmos42006-07-231-0/+18
* Fix typo introduced in the memalign->av_malloc conversion (there is nopacman2006-07-231-1/+1
* Missing part of the malloc -> av_malloc patch: memalign must be replaced as w...reimar2006-07-231-28/+28
* Simplify and and speedup generation of yuv2rgb and gamma map tablesreimar2006-07-231-37/+58
* in some cases, vf_bmovl produces junk due to source andgpoirier2006-07-231-3/+3
* -vf pp7 overblurs still parts of the image, whichgpoirier2006-07-231-1/+2
* use mpeg packetizer helpers for sending lpcm packetsben2006-07-232-97/+20
* removed now unnecessary defineben2006-07-231-3/+0
* removed now unnecessary variableben2006-07-231-2/+0
* reuse send_mpeg_lpcm_packet() instead of the old packetizernicodvb2006-07-231-78/+1
* Take start time into consideration when calculation percentage positionreimar2006-07-231-1/+1
* in decode_audio() memset(0) unused memory in buf before returningnicodvb2006-07-231-1/+2
* don't do the work of mp_get_mp3_header() and, as a side effect, prevent a dea...nicodvb2006-07-231-2/+0
* the value returned by decode_audio() must be the amount of _decoded_ bytes (...nicodvb2006-07-221-5/+7
* cosmetics/punctuation/spellingdiego2006-07-221-5/+7
* rename rtsp.c to stream_rtsp.c for consistency with other input modulesben2006-07-222-1/+1
* Native MPEG4 SP/ASP/AP support in Matroska.rathann2006-07-222-0/+16
* fix compilation if DVB is not definedben2006-07-221-1/+1
* display the right MPEG packet typeben2006-07-221-1/+1
* use new mpeg_packetizer helpersben2006-07-222-69/+22
* my_write() must return the bytes writtennicodvb2006-07-221-1/+3
* cosmetics: comments and reindentation asked by gxbennicodvb2006-07-222-12/+12
* simplified mpeg packetizer used by hw mpeg decoders/vo - first roundnicodvb2006-07-224-143/+58
* Compile fix, patch by Aidan Thornton % makomk # lycos P co P uk %gpoirier2006-07-211-2/+2
* sync r19134gpoirier2006-07-211-5/+6
* updated french man page with vo_ivtv descriptionben2006-07-211-3/+20
* updated english man page with vo_ivtv descriptionben2006-07-211-3/+16
* Use libavutil in libswscale, and allow it to be built out of the mplayer treelucabe2006-07-207-88/+112
* updated mpeg_packetizer include to new localizationben2006-07-191-1/+1
* moved mpeg_packetizer helpers to libmpdemuxben2006-07-194-1/+1
* added myself as maintainer of vo_ivtv driverben2006-07-191-0/+1
* added reference to ivtv vo driverben2006-07-191-0/+1
* added reference to ivtv card in mpegpes decoder infoben2006-07-191-1/+1
* new vo driver for ivtv cards tv-out through internal h/w mpeg decoderben2006-07-193-0/+334
* new mpeg helpers to build and send mpeg 1/2 ps/pes packets (used by some vo d...ben2006-07-193-0/+327
* Quit on eof, was broken by r17150rtogni2006-07-191-0/+2
* 10l, i broke this with my last commit. should be fixed now.rfelker2006-07-192-5/+14
* 10l, i missed ifdefs around the callsrfelker2006-07-192-1/+11
* remove duplicate code and fix issue of compiling mmx code when werfelker2006-07-191-5/+1
* do not compile mmx/sse/3dnow code if not availablerfelker2006-07-191-2/+12
* old 10l: do not try to compile mmx code if we do not have mmxrfelker2006-07-191-1/+1
* move -ass on top of -ass-* optionskraymer2006-07-182-15/+15
* r19131: 10l to someone..kraymer2006-07-181-3/+3
* 10l compilation fix: misplaced tagdiego2006-07-181-1/+2
* 10l to someone..rfelker2006-07-181-2/+2
* sync to x264 r537 (api change)lorenm2006-07-182-2/+5
* Fix use of uninitialized variableuau2006-07-171-1/+1
* remove vorbis and theora support by request of ivanmichael2006-07-171-10/+0
* 10l typo, please check compilation before committing.diego2006-07-171-1/+1
* clarify H.264 global header formatmichael2006-07-161-0/+2
* prevent buffer underflow; the code is still incorrect and leads to desync but...nicodvb2006-07-161-10/+19
* oops, r18816 was actually missing in previous commitkraymer2006-07-161-0/+1
* r19087: Remove support for obsolete and non-free divx4/odivx libraries.kraymer2006-07-161-10/+5
* r19081: Update some old and crufty sections.kraymer2006-07-162-48/+5
* r19097: wording fix; default dvb tuning timeout is now 30 secondskraymer2006-07-161-3/+19
* r19087: Remove support for obsolete and non-free divx4/odivx libraries.kraymer2006-07-162-118/+3
* r19050: grammar and consistency fixeskraymer2006-07-161-29/+29
* r18964: wording fixkraymer2006-07-162-8/+58
* sync of ports.xml:kraymer2006-07-161-11/+55
* some xml docs review, based on patches by Kurt Lettmaier (k . lettmaier @at@ ...kraymer2006-07-164-42/+41
* marks several strings inside structs as const when they hold just reynaldo2006-07-169-13/+13
* Removes an unneeded cast. Patch by Stefan Huehner, stefan AT.. huehner.orgreynaldo2006-07-161-1/+1
* marks several read-only string parameters and function return-values which ca...reynaldo2006-07-1610-14/+14
* minor arrangements to my entryreynaldo2006-07-151-2/+2
* add stefan to AUTHORS file for his several cleanup patchesreynaldo2006-07-151-0/+3
* clarify "extradata"michael2006-07-151-0/+13
* marks several read-only string parameters which aren't modified inside the ca...reynaldo2006-07-1517-21/+21
* now obsoletediego2006-07-151-14/+0
* Change sync tags to rXXXX.diego2006-07-1518-36/+18
* Change function declararation w/o parameters to the correct foo(void) syntax.diego2006-07-152-2/+2
* - sync and fixesboskicinek2006-07-158-318/+298
* - CVS --> SVNboskicinek2006-07-151-1/+1
* help_mp-hu.h synced with r19087Gabrov2006-07-151-7/+1
* Hungarian docs & man page synced with r19101Gabrov2006-07-155-234/+25
* print frame type and keep track of last encountered keyframeivo2006-07-152-3/+13
* typoivo2006-07-151-1/+1
* new black frame detection filterivo2006-07-156-0/+163
* Assume that missing streamcount means one stream, and missing mimetype rtogni2006-07-141-3/+42
* wording fix; default dvb tuning timeout is now 30 secondsnicodvb2006-07-141-1/+1