summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation with -no-PIC and without -fomit-frame-pointer (used byuau2006-08-151-1/+1
* Cosmetics: fix indentation after the last patch.eugeni2006-08-151-12/+12
* Allow \fade to be used in place of \fad and vice versa.eugeni2006-08-151-21/+23
* Set encoder's input format to "native endiannes", instead of little endian.gpoirier2006-08-151-1/+1
* -fPIC support for libswscalediego2006-08-152-112/+158
* support for dvdnav is now auto-detected; removed support for dvdnav-dirnicodvb2006-08-141-33/+12
* H.261 through QuickTime DLLdiego2006-08-141-0/+8
* Remove empty function that isn't used anywhere (and never has been??).uau2006-08-141-4/+0
* Fix buffer size sanity check to match what is actually required.uau2006-08-141-1/+6
* Cosmetics (nothing but spaces, tabs, and a comment changed here..)ods152006-08-141-10/+8
* re-indent properly after last patch.reimar2006-08-141-2/+2
* 10l in last commit, move configured-check inside sh_video and sh_video->vfilt...reimar2006-08-141-3/+3
* stupid typo in previous commit: lavc_mpegaudio_hp --> libavcodec_mpegaudio_hpdiego2006-08-141-6/+6
* Do not call VFCTRL_FLUSH_FRAMES when the filter chain was never configured,reimar2006-08-141-0/+3
* Make path separator for font path a define and set it to a better value for A...reimar2006-08-141-5/+12
* Add a switch for disabling high precision mpeg audio decoding in libavcodec.diego2006-08-141-2/+10
* xml/hu/codecs.xml synced with r19387Gabrov2006-08-141-2/+2
* Change pcm decode_audio to return data based on minlen instead of maxlenuau2006-08-131-1/+5
* trying to fix the reverting paragraphmichael2006-08-131-5/+36
* XAnim homepage URL fixdiego2006-08-131-1/+1
* fix segfault if an unknown property is requestedivo2006-08-131-1/+4
* Mention MacIntel supportgpoirier2006-08-131-0/+3
* Replace %lld with PRId64, part 2.eugeni2006-08-132-2/+4
* Do not put ASMALIGN define under "if x86", x86_64 needs it, too, and it mightreimar2006-08-131-2/+2
* Update for recent discussions on mplayer-dev-eng.diego2006-08-131-8/+7
* sync with FFmpeg r5930diego2006-08-131-24/+14
* MinGW treats %lld as %d. Replace it with PRId64.eugeni2006-08-131-1/+2
* Update for changes from r19378 (ASMALIGN macro).diego2006-08-131-55/+50
* Replace asmalign.h hack by ASMALIGN cpp macros from config.h.diego2006-08-1314-109/+87
* Port ASMALIGN preprocessor macro for .align handling from FFmpeg.diego2006-08-121-0/+21
* Fix compilation with gcc 2.95.eugeni2006-08-121-6/+7
* Print "no" if all of the Vorbis tests failed.diego2006-08-121-0/+1
* Use COMPILE_MMX2 instead of HAVE_MMX2 to determine whether to compileuau2006-08-121-4/+4
* sync with 19361gpoirier2006-08-121-2/+9
* Reuse UTF-8 reading code in libavutilreimar2006-08-121-17/+3
* realign of MSGTR_Exit_SIGCRASH in help_mp-hu.hGabrov2006-08-121-3/+3
* help_mp-hu.h & man/hu/mplayer.1 synced with r19369Gabrov2006-08-122-3/+12
* Add support for 13k Voice (Qclp) in 3g2 filesrtogni2006-08-112-1/+11
* replace calls to perror() with calls to mp_msg()ivo2006-08-111-7/+8
* Fix compilation with MMX disabled, the mmx_null and mmx_one constants don't n...diego2006-08-111-3/+1
* pass average bitrate from encoder to (lavf) muxermichael2006-08-104-2/+5
* editorial spelling/wording/grammar changesdiego2006-08-101-8/+8
* Get rid of two initialized but unused variablesreimar2006-08-091-2/+0
* update the moving & copying rules as disscussed on mplayer-dev + some (but no...michael2006-08-091-4/+11
* Disable Y800 colorspace support, otherwise mplayer uses it even when it's not...reimar2006-08-081-0/+4
* Reintroduce an ugly variant of the -gui/-nogui options.reimar2006-08-083-3/+12
* -logg must come before -lvorbisidec since both declare the same symbols.reimar2006-08-081-2/+2
* Reorganize libvorbis/Tremor detection, external Tremor should be detected now.diego2006-08-081-36/+39
* spelling/clarification for --help outputdiego2006-08-081-4/+4
* cosmetics: Rename TREMOR variable to TREMOR_INTERNAL for consistency.diego2006-08-072-3/+3
* Make sure we do not print the obsolete skin path when we did not find any skin.reimar2006-08-071-0/+1
* remove trailing spaces + remove some obviously redudant wordsgpoirier2006-08-071-709/+709
* cosmetics: Rename some variables for consistency.diego2006-08-073-6/+6
* synced with r19348gpoirier2006-08-071-10/+12
* punctuation, slight clarificationdiego2006-08-061-2/+2
* Restore empty line accidentally deleted with the previous commit.eugeni2006-08-061-0/+1
* Mention mkv chapter seeking in ChangeLog and AUTHORS.eugeni2006-08-062-1/+2
* Support for version 1 (64 bit) mvhd and mdhd, taken from libavformat mov demuxerreimar2006-08-061-4/+12
* Add matroska chapter seeking capability.eugeni2006-08-0610-33/+142
* "[ass] init" message looks better when it starts with the capital letter 'I'.eugeni2006-08-061-2/+2
* Use FontConfig cache to speedup mplayer startup.eugeni2006-08-061-0/+28
* Fix bug introduced in LIVE555 test simplification, -lstdc++ should go lastdiego2006-08-061-3/+4
* Prefer ffvorbis over Xiph Vorbis decoder, it's faster.diego2006-08-061-8/+8
* Don't crash if audio init fails.uau2006-08-051-1/+1
* Another PIX_FMT_ ---> IMGFMT_ conversionlucabe2006-08-051-0/+1
* isolated tcp socket code from network.c to a dedicated fileben2006-08-0512-209/+331
* Simplify Tremor low accuracy test, label external Tremor as such.diego2006-08-051-6/+2
* Do not assemble MMX, MMX2 or 3DNOW code unconditionally on X86 and X86_64.diego2006-08-053-10/+12
* missing ifndef/define/endif couple in udp headerben2006-08-051-0/+5
* kill a warning in getsockopt()ben2006-08-051-1/+2
* kill a warning in getsockopt()ben2006-08-051-1/+2
* 10l, line from a local modification committed by accident.diego2006-08-051-1/+0
* Unify include path handling in the build system, part III:diego2006-08-041-80/+38
* Fix libcdio test after r19200, the detected include dir was not stored.diego2006-08-041-1/+2
* Move store_ughvlc to demux_mov as demux_ogg is not always compiled in.diego2006-08-042-17/+17
* auto-detection of mpeg-ps in mov; initial patch by John Koleszar jkoleszar on...nicodvb2006-08-041-0/+18
* added recent changes with independant stream layer libraryben2006-08-042-0/+2
* rtsp is a stream layer not demuxerben2006-08-042-3/+3
* inputs is for keys, this is streamben2006-08-041-1/+1
* a few more files i'll maintainben2006-08-041-0/+3
* removed some useless includesben2006-08-041-7/+0
* moved some definitions from rtp.h to rtp.c as they're not exported or used an...ben2006-08-042-18/+18
* removed udp socket creation code from rtp stack to a new dedicated udp helper...ben2006-08-047-115/+216
* -identify should display all ID_ messages, including DVD title lengthreimar2006-08-041-1/+1
* fix compilation of librtspben2006-08-041-0/+1
* few cosmectic changes to remove duplicationben2006-08-041-6/+1
* Move ID_AUDIO_CODEC printing after codec init again (it didn't get printed ot...reimar2006-08-041-2/+2
* split rtp stack, udp input layer and rtp input layer from rtp.cben2006-08-046-84/+229
* proper inclusion of demuxer.h (including libmpdemux in Makefile only was to m...ben2006-08-0416-19/+17
* moved pnm.h to stream/ (where it belongs)ben2006-08-041-0/+0
* Merge DirectFB header check into DirectFB check.diego2006-08-041-16/+7
* Remove silly check for $_inc_directfb, it is not set beforehand.diego2006-08-041-5/+0
* Remove one more redundant test invocation.diego2006-08-041-1/+1
* Simplify DirectFB header check.diego2006-08-041-7/+2
* cosmetics: Fix DVB test indentation.diego2006-08-031-12/+12
* cosmetics: Fix indentation after last commit.diego2006-08-031-23/+23
* Run DVB (HEAD) test only when the corresponding variable is set to auto.diego2006-08-031-4/+4
* Forgotten part of the LIVE555 configure test simplification.diego2006-08-031-2/+1
* renamed dvdnav_stream to stream_dvdnav for consistencyben2006-08-033-2/+2
* added dedicated file for mf:// inputben2006-08-035-5/+51
* mf.[hc] belong to libmpdemuxben2006-08-034-2/+2
* Recurse into subdirs before cleaning the top level to avoid error messages.diego2006-08-031-1/+1
* renamed cue_read.c to stream_cue.c for consistencyben2006-08-032-3/+1
* removed useless cue_read.h fileben2006-08-032-8/+0
* renamed dvbin.c to stream_dvb.c for consistencyben2006-08-032-1/+1
* conversion from stream_null to stream_tv was missing stream typeben2006-08-032-0/+2
* correctly report audio inputben2006-08-031-10/+2
* 'make distclean' should remove all generated files, so also config.[h|mak].diego2006-08-031-1/+1
* 'make clean' now recurses through subdirectories as expected,diego2006-08-031-1/+4
* Clean up memalign test and don't apply MEMALIGN_HACK to Darwin.diego2006-08-031-4/+4
* typo, VC-1/WMV3/WMV9 decoderdiego2006-08-031-1/+4
* Enable FFmpeg WMV3 decoder, the binary decoder is still preferred.diego2006-08-031-1/+1
* synced with r19293Gabrov2006-08-022-14/+152
* Move conditional compilation of cdinfo.c to the build system.diego2006-08-022-7/+2
* fix a/v sync issues when using ad_hwmpaben2006-08-011-0/+3
* Ignore .depend and stream.a.diego2006-08-010-0/+0
* $inc_extra vs $_inc_extra typo, closes bug #543.diego2006-08-011-1/+1
* Change toplevel Makefile to invoke subdirectory Makefilesuau2006-08-011-34/+42
* Simplify LIVE555 test and make it more consistent with the other tests.diego2006-08-012-27/+12
* We include libavcodec, libavformat, libavutil, libpostproc from FFmpeg now.diego2006-08-011-1/+1
* clarification on -mpegopts :vaspectnicodvb2006-08-011-1/+1
* New sentences should start on a new line.diego2006-07-311-2/+2
* Fix SVQ3 extradata handling so it works correctly with demux_lavfpacman2006-07-311-8/+12
* Fix bogus pointer addition in the extraction of extradata frompacman2006-07-311-2/+1
* removed deprecated test.c file from libmpdemuxben2006-07-313-94/+4
* don't use vaspect on mpeg1 video streamsnicodvb2006-07-311-1/+2
* fix includes due to libmpdemux split (patch by Stefan Huehner)ben2006-07-313-4/+4
* add an explicit tv stream input instead of the previous hack in stream_nullben2006-07-314-16/+56
* renamed cddX stream interface to stream_cddX for consistencyben2006-07-313-2/+2
* 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
*