summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x11_common.h: Remove declarations of some nonexistent variablesUoti Urpala2009-05-041-3/+0
* core: Set mpctx->chapters to NULL at uninitUoti Urpala2009-05-031-0/+1
* vd_ffmpeg.c: Use FFmpeg-mt compatible code for codec delayUoti Urpala2009-04-301-2/+8
* core: Handle missing timestamp errors a bit betterUoti Urpala2009-04-241-0/+2
* demux_lavf: Make absolute seek time 0-based instead of file startUoti Urpala2009-04-241-1/+1
* stheader.h: Allow inclusion before demuxer.hUoti Urpala2009-04-191-4/+5
* defaultopts.c: Minor simplificationUoti Urpala2009-04-091-2/+2
* Merge svn changes up to r29154Uoti Urpala2009-04-0910-52/+55
|\
| * Rename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT and always define it.ramiro2009-04-089-50/+50
| * Specify precise dependencies for generated header file codecs.conf.h.diego2009-04-081-1/+2
| * Reduce compilation time after version.h was updated.cehoyos2009-04-081-1/+2
| * Fix wrong syntax in test example, noticed by Jason Holt, jholt google com.diego2009-04-081-1/+2
* | Merge svn changes up to r29150Uoti Urpala2009-04-0812-311/+334
|\|
| * Add rules to install gmplayer manual pages.diego2009-04-061-0/+10
| * swscale: Remove X86 commented out code.ramiro2009-04-051-11/+1
| * synced with r29147Gabrov2009-04-051-3/+24
| * eliminate a trailing whitespaceGabrov2009-04-051-1/+1
| * sync with en/mplayer.1 r29133jrash2009-04-051-8/+24
| * swscale: Use function pointers for swScale functions.ramiro2009-04-043-205/+186
| * swscale: {}-related cosmetics.ramiro2009-04-041-7/+10
| * swscale: Add const to some swScale functions' parameters.ramiro2009-04-042-70/+72
| * remove startup -volume wish, option was added a while agocompn2009-04-041-2/+0
| * add tivo (ty) and rm (rmvb) to file chooser, fixes bug 663compn2009-04-041-2/+3
| * Avoid spurious rebuilds on svn up. The check to find out if the header filecehoyos2009-04-041-1/+1
| * Fix passing CFLAGS and LDFLAGS with = in them as configure parameters.diego2009-04-041-2/+2
| * make = and + both adjust audio delay, useful for keyboards without keypadscompn2009-04-041-0/+1
* | Merge branch 'ordered_chapters'Uoti Urpala2009-04-0828-358/+906
|\ \
| * | Add option -noordered-chapters.Uoti Urpala2009-04-085-0/+16
| * | Support chapter seeking with ordered chaptersUoti Urpala2009-04-025-8/+70
| * | Change demuxer_seek_chapter() parametersUoti Urpala2009-04-025-66/+26
| * | demux_mkv: Remove first_tc and stop_timecodeUoti Urpala2009-04-021-33/+3
| * | demux_mkv: Adjust seeks a bit to catch inexact keyframe matchesUoti Urpala2009-04-021-0/+4
| * | VO: Don't reset pause status in VO config() functionsUoti Urpala2009-04-026-6/+4
| * | Make -fixed-vo the defaultUoti Urpala2009-04-022-4/+6
| * | Initial ordered chapters supportUoti Urpala2009-04-029-25/+437
| * | core: Clean up OSD seek info logicUoti Urpala2009-03-313-32/+29
| * | options: Move osd_level and osd_duration to options structUoti Urpala2009-03-317-27/+36
| * | vf_ass: Free private data at uninitUoti Urpala2009-03-311-0/+1
| * | VO: Don't force window position in X11 VOsUoti Urpala2009-03-314-1/+15
| * | Set the fullscreen option value too when fs state changesUoti Urpala2009-03-291-0/+1
| * | Add improved relative seek modeUoti Urpala2009-03-244-7/+39
| * | demux_mkv: Parse ordered chapter informationUoti Urpala2009-03-223-3/+92
| * | Allocate struct demuxer with tallocUoti Urpala2009-03-212-4/+5
| * | demux_mkv: Some cleanup, fix duration printed at verbose levelUoti Urpala2009-03-211-154/+134
* | | vo_xv: Fix context Shminfo table sizeUoti Urpala2009-04-051-1/+1
* | | Merge svn changes up to r29136Uoti Urpala2009-04-032-0/+4
|\ \ \ | | |/ | |/|
| * | add fourccs: dvp and dvs1, from vlc dv video fourcc listcompn2009-04-031-0/+2
| * | Fix compilation for newly added VAAPI_HWACCEL's.cehoyos2009-04-031-0/+2
* | | Make VO xv preferred over vdpau againUoti Urpala2009-04-021-3/+3
* | | Merge svn changes up to r29134Uoti Urpala2009-04-0235-198/+378
|\| |
| * | Use native endian float filter provided by libbs2b instead ofbircoph2009-04-021-5/+2
| * | Add documentation for libbs2b audio filter.bircoph2009-04-021-0/+17
| * | Add libbs2b audio filter itself.bircoph2009-04-023-0/+220
| * | Support for libbs2b audio filter.bircoph2009-04-021-0/+43
| * | Fix compilation with libavcodec's HWACCEL.cehoyos2009-04-021-0/+5
| * | swscale: Remove mmx2 params from h[yc]scale().ramiro2009-04-021-29/+36
| * | swscale: Split h[yc]scale_fast() into their own functions.ramiro2009-04-021-23/+38
| * | swscale: Execute sfence and emms depending on runtime flags.ramiro2009-04-021-17/+4
| * | Remove unnecessary malloc.h #includes and related #ifdeffery.diego2009-04-0226-123/+0
| * | Add recently added FFmpeg subdirs to DIRS variable.diego2009-04-021-0/+11
| * | override codec tag for pcm s32le and s32be, used in movbcoudurier2009-04-021-0/+2
| * | Add config.h #include, necessary for HAVE_MALLOC_H check.diego2009-04-011-0/+1
| * | Remove unused variable along with the related warning.diego2009-04-011-1/+0
| * | Increase probe buffer size to 32kB, this makes ac3 auto-detection far more re...reimar2009-04-011-1/+1
| * | At least direct3d vo supports -xineramascreen, tooreimar2009-04-011-1/+1
| * | Make examples and test progs depend on librariesmru2009-04-011-5/+0
| * | Prefer vo vdpau over vo xv where available.cehoyos2009-03-311-3/+3
* | | Merge svn changes up to r29117Uoti Urpala2009-04-01130-2030/+3071
|\| |
| * | 100l, add forgotten BGR15 format to fmt-conversion.c tablereimar2009-03-311-0/+1
| * | cdvh decodes with ffdvcompn2009-03-311-0/+1
| * | Add forgotten escapes for -reimar2009-03-311-2/+2
| * | Add missing $(EXESUF) to example/test program dependency declaration.diego2009-03-311-3/+3
| * | Explain relationship between -geometry and -xineramascreen.reimar2009-03-311-0/+3
| * | Get rid of nonsensical limits on -geometry x, y,w and h values, they onlyreimar2009-03-311-15/+8
| * | More flags; sync with Linux kernel.zuxy2009-03-311-1/+10
| * | override lavf tag for pcm s24le, mov uses the same for s24bebcoudurier2009-03-301-0/+1
| * | Support IMGFMT_NV12 for vo vdpau.cehoyos2009-03-301-0/+6
| * | Set the forced_subs_only value correctly whenever a new spudec is created.reimar2009-03-302-1/+6
| * | Use correct PRId64 instead of "lld" in printf string, fixes compiler warnings.reimar2009-03-301-1/+1
| * | Make sure we do not accidentally use the vdp_get_error_string from thereimar2009-03-301-0/+1
| * | Add support for IMGFMT_YUY2 and IMGFMT_UYVY to vo vdpau.cehoyos2009-03-291-2/+20
| * | VDPAU supports IMGFMT_I420 and IMGFMT_IYUV.cehoyos2009-03-291-0/+2
| * | Consistently use MP_MAX_PLANES as size for plane pointer/stride arrays in lib...reimar2009-03-294-22/+18
| * | Globally ignore all example binaries.diego2009-03-290-0/+0
| * | Consistently use MP_MAX_PLANES as size for plane pointer/stride arrays in libvo.reimar2009-03-294-19/+17
| * | Generalize example target rule in common.mak so that it sets a -example$(EXESUF)diego2009-03-291-1/+1
| * | Move swscale AltiVec template code to ppc subdirectory.diego2009-03-292-1/+1
| * | Use MP_MAX_PLANES as size of arrays passed to mpcodecs_draw_slice.reimar2009-03-292-6/+4
| * | Relicense file to LGPL with the permission of Romain Dolbeau, the author.diego2009-03-291-8/+8
| * | sync with en/mplayer.1 r29059jrash2009-03-291-6/+3
| * | Update demuxer->sub->id and demuxer->sub->sh if a new subtitle stream isreimar2009-03-291-0/+4
| * | Cosmetics: Reindent after last commit.cehoyos2009-03-291-1/+1
| * | 10l: Don't use MP_IMGFIELD_TOP_FIRST if MP_IMGFIELD_ORDERED is not set.cehoyos2009-03-291-0/+3
| * | synced with r29059Gabrov2009-03-281-6/+3
| * | Move config.h include directive up as a precaution measure.bircoph2009-03-281-1/+2
| * | Reorder includes alphabetically.bircoph2009-03-281-2/+2
| * | Remove af_mp.h and add its content to af.hbircoph2009-03-282-34/+8
| * | Remove af_msg special-casing API in libaf.bircoph2009-03-2820-180/+141
| * | Document the ass_render_event event_images parameter.reimar2009-03-281-0/+1
| * | Initialize all structs to 0 before using them.reimar2009-03-281-0/+3
| * | Check for ddk/ntddcdrm.h header before enabling VCD on mingw.reimar2009-03-281-3/+11
| * | 100l, revert r29082, I missed that the vts comparison should be case-insensit...reimar2009-03-281-1/+5
| * | Reindentreimar2009-03-281-2/+2
| * | Simplify extracting title number from ifo namereimar2009-03-281-5/+1
| * | Move bfin specific code to its subdir.ramiro2009-03-274-4/+7
| * | Simplify detection of .ifo extension.reimar2009-03-271-2/+2
| * | Use x86_reg instead of long in several video filters to fix compilation on Mi...reimar2009-03-274-11/+11
| * | Directly include libavutil/x86_cpu.h in cpudetect.h instead of duplicating itreimar2009-03-271-27/+1
| * | Get rid of gettimeofday reimplementation for MinGW, all remotely recentreimar2009-03-271-9/+0
| * | spelling fixes, add release namediego2009-03-271-16/+16
| * | Check for _WINGDI_ instead of _WINGDI_H before defining BITMAPINFOHEADERreimar2009-03-271-1/+1
| * | misc updatesdiego2009-03-271-8/+3
| * | Sync cpuid detection code with libavcodec: assume it is always available on x...reimar2009-03-271-13/+7
| * | Rename local TMP variable to TMPRES to avoid a clash with thereimar2009-03-271-4/+4
| * | Rename cs_test.c --> colorspace-test.c. This is more consistent with the namesdiego2009-03-262-2/+2
| * | change close to closesocket, unifies close streaming codecompn2009-03-261-1/+1
| * | Make svn:ignore properties globally consistent. Ignore all .d, .ho, .exe, -testdiego2009-03-260-0/+0
| * | Add support for mmsh:// as alias for mmshttp://reimar2009-03-261-2/+3
| * | Move yuv2rgb code to subdirs.ramiro2009-03-269-65/+113
| * | enable vp6 codec to read/write .fpf (passlogfile)compn2009-03-251-3/+5
| * | Simplify vdpau deinterlacing code and fix timing for deint=2.cehoyos2009-03-251-7/+7
| * | typo fixesdiego2009-03-251-5/+5
| * | Update date in manual page.diego2009-03-251-1/+1
| * | Rename 'default-binds' input option to 'default-bindings'.diego2009-03-256-9/+9
| * | cosmetics: Drop leading underscore from extra_ variables.diego2009-03-251-194/+194
| * | swscale-example is an API example, not a test program.diego2009-03-251-1/+2
| * | 1l: There is no more delay since r29051.cehoyos2009-03-251-3/+0
| * | Clarify vdpau deinterlacers.cehoyos2009-03-251-2/+2
| * | New VDPAU deinterlacing code needs one reference surface less for software de...cehoyos2009-03-241-1/+1
| * | New vdpau deinterlacing code needs one reference surface less.cehoyos2009-03-241-6/+5
| * | Stephen Warren reported that VDPAU deinterlacing did not work correctly.cehoyos2009-03-241-4/+10
| * | sqcp plays with ffqclp in ffmpegcompn2009-03-241-0/+1
| * | Update help output with previous --extra-ldflags change.diego2009-03-241-3/+2
| * | Adds "YUYV422 to YUVA420P" and "UYVY422 to YUVA420P" unscaled convertionsdrik2009-03-241-2/+8
| * | Fix some places where "non-alpha to YUVA420P" do not fill the alpha planesdrik2009-03-241-0/+6
| * | Simpler and more elegant fix to the x86_32/OSX+PIC build failuresdrik2009-03-242-10/+4
| * | Replace --with-extralibdir option by --extra-ldflags, which accepts arbitrarydiego2009-03-241-98/+98
| * | typo fix: Remove stray '-' from --extra-cflags option evaluation.diego2009-03-231-1/+1
| * | Replace --with-extraincdir option by --extra-cflags, which accepts arbitrarydiego2009-03-231-48/+48
| * | Get rid of pointless EXTRA_INC and EXTRAXX_INC config.mak variable indirection.diego2009-03-231-5/+3
| * | Do not use full CFLAGS to build codec-cfg, they are unnecessary.diego2009-03-231-1/+1
| * | Change function call order in config().cehoyos2009-03-221-10/+5
| * | Rename 'tests' target to 'testprogs'. It is too easily confused with thediego2009-03-221-1/+1
| * | Remove unnecessary CLEANFILES declaration. Test programs do not require it.diego2009-03-221-2/+0
| * | Add forgotten "static" to new data_length variable in ao_pcmreimar2009-03-221-1/+1
| * | Whitespace-only cosmetics: use consistent indentation in ao_pcm.creimar2009-03-221-137/+137
| * | Print a warning if ao_pcm wrote more data than what can be specified in thereimar2009-03-221-5/+11
| * | Sync with r28984: 17% done.bircoph2009-03-221-508/+504
| * | Synced with r28991.bircoph2009-03-221-7/+6
| * | sync with en/mplayer.1 r28991jrash2009-03-221-12/