summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge svn changes up to r28149Uoti Urpala2008-12-1457-206/+997
|\
| * Add extra checks to avoid crashes with broken vqf filesreimar2008-12-141-6/+11
| * Update links to RPM packages, now that Livna has merged into RPMFusion.rathann2008-12-142-3/+3
| * Add standard GPL headers.diego2008-12-1312-0/+206
| * Add standard GPL license header.diego2008-12-137-0/+124
| * Replace informal GPL notices by standard GPL headers.diego2008-12-132-6/+41
| * license header consistency cosmeticsdiego2008-12-134-4/+4
| * Apparently Real codecs work on OpenBSD, taken from the OpenBSD ports tree.diego2008-12-131-1/+1
| * Merge two identical NetBSD/OpenBSD conditions.diego2008-12-131-2/+1
| * Apparently VCDs work on OpenBSD, taken from the OpenBSD ports tree.diego2008-12-131-1/+1
| * Replace informal GPL notes by standard GPL header.diego2008-12-135-32/+107
| * Simplify: use AV_RL32/AV_RB32reimar2008-12-131-10/+11
| * Avoid useless casts.reimar2008-12-131-1/+1
| * another mpeg4 fourcc and add binary vdo codeccompn2008-12-131-2/+11
| * Some forgotten eax -> REG_a changes.reimar2008-12-121-24/+24
| * Warning fixes for demux_nutods152008-12-121-3/+2
| * Remove resync_audio_stream() from demux_nut seek functionods152008-12-121-2/+0
| * Rename typedefs in demux_nut to _tt instead of _t, sync to new libnut APIods152008-12-121-14/+14
| * add ac-3 fourcc from mp4 filecompn2008-12-111-0/+3
| * Search live555 library also in /usr/lib64.cehoyos2008-12-111-1/+1
| * Rework Theora test, it was throwing away CFLAGS provided by pkg-config.diego2008-12-111-8/+18
| * Add missing 'void' to parameterless function declaration.diego2008-12-112-2/+2
| * Change some printf calls to 'Debug printf' so as not to pollute stdout.diego2008-12-111-6/+6
| * sync w/r28126gpoirier2008-12-101-1/+5
| * Add support for writing PNG files with alpha channel in -vo pngreimar2008-12-102-2/+13
| * Try to auto-detect several vo_gl settings (ati-hack, force-pbo and rectangle).reimar2008-12-101-3/+13
| * 10l: actually disable quartz vo when detection failed.gpoirier2008-12-101-1/+1
| * add acdv fourcc to ffmjpegcompn2008-12-101-0/+1
| * Fix MGSTR vs. MSGTR typo.diego2008-12-0913-23/+23
| * Set d3d_handle to NULL after release.reimar2008-12-091-0/+1
| * Forgotten part of previous cosmetics commitreimar2008-12-091-3/+2
| * Slightly simplify the conditional release/free codereimar2008-12-091-21/+14
| * First version of OSD support for vo_direct3dreimar2008-12-091-7/+282
| * add binary voxware metavoice audio codec, format 0x74compn2008-12-091-0/+9
| * remove duplicated fourcccompn2008-12-081-1/+1
| * add some fourcc's and ulead dv audio codec, fixes samples from:compn2008-12-081-1/+15
| * Use svn.ffmpeg.org for the externals which is both more correct and more reli...reimar2008-12-080-0/+0
| * cosmetics: indentationdiego2008-12-081-1/+2
| * Remove pointless or even wrong N/A return values doxy commentsreimar2008-12-081-5/+0
| * Add missing unistd.h #include, fixes the warning:diego2008-12-081-0/+1
| * Remove unused variable, fixes the warning:diego2008-12-081-1/+0
| * #include appropriate headers instead of locally declaring function prototypes.diego2008-12-082-5/+3
| * ati_hack only makes sense when PBOs are used, not with mesa_buffer.reimar2008-12-061-4/+4
| * More possible fixes for mesa-buffer mode.reimar2008-12-061-3/+6
| * Move one ati_hack check to a better place.reimar2008-12-061-1/+1
| * Reindentreimar2008-12-061-11/+11
| * 100l, forgot setting GL_UNPACK_CLIENT_STORAGE_APPLE for mesa-buffer mode.reimar2008-12-062-5/+13
* | ao_alsa: Sanity check get_space() return values betterUoti Urpala2008-12-101-4/+4
* | configure: Update required x264 versionUoti Urpala2008-12-091-1/+1
* | Work around vo gl/libass subtitle timing problemUoti Urpala2008-12-091-1/+1
* | ao_alsa: If pause loses samples replace them with silenceUoti Urpala2008-12-081-0/+13
* | Makefile: prevent default build rules being used on FFmpeg filesUoti Urpala2008-12-061-1/+5
* | Makefile: Rebuild FFmpeg libraries when .asm and .o files changeUoti Urpala2008-12-061-1/+1
* | Makefile, common.mak: Create .d files when creating corresponding .oUoti Urpala2008-12-062-27/+11
* | Makefile: Don't use "install -d" on existing directoriesUoti Urpala2008-12-061-3/+5
* | Merge svn changes up to r28103Uoti Urpala2008-12-0612-55/+250
|\|
| * 10l, add forgotten a #ifndef GL_WIN32, fixes win32 builds.reimar2008-12-051-0/+2
| * Fix indentationreimar2008-12-051-12/+12
| * Add experimental support for glXAllocateMemoryMESAreimar2008-12-053-5/+33
| * sync w/r28096gpoirier2008-12-051-6/+14
| * Avoid one more duplicated logic.reimar2008-12-051-2/+4
| * Simplify, do not duplicate buffer size calculationreimar2008-12-051-2/+2
| * Set the base size window manager hint, otherwise some subtract the minimumreimar2008-12-051-0/+7
| * Using rectangle=2 for vo_gl is probably a good idea nowadays.reimar2008-12-051-1/+1
| * Document missing vo_gl suboptionsreimar2008-12-051-2/+7
| * Add some forgotten documentation for gl suboptionsreimar2008-12-051-1/+8
| * Add support for YCBCR MESA texture format to vo_gl.reimar2008-12-053-0/+23
| * add a bunch of binary codecs with samples from this list: compn2008-12-051-11/+108
| * Add const to avoid warnings about discarded qualifiers.reimar2008-12-051-3/+3
| * synced with r28089Gabrov2008-12-052-15/+24
| * Add entry for FFmpeg QCELP decoder, currently produces white noise.diego2008-12-041-0/+7
| * Re-add "extern"s incorrectly removed in r28085reimar2008-12-042-2/+2
* | Merge svn changes up to r28087Uoti Urpala2008-12-04119-693/+786
|\|
| * Restore two mistakenly removed 'extern' keywords.diego2008-12-031-2/+2
| * Allow mp2 in mov.cehoyos2008-12-031-0/+1
| * Get rid of pointless 'extern' keywords.diego2008-12-03109-511/+510
| * add bunch of fourccs and updates fromcompn2008-12-031-3/+30
| * Remove unused declarations and references to vo_draw_text_osd(),diego2008-12-033-16/+1
| * Delete unnecessary 'extern' keywords.diego2008-12-033-31/+31
| * whitespace cosmetics in test programsdiego2008-12-031-22/+22
| * Treat video output objects the same as everything else in the build system,diego2008-12-032-51/+76
| * cosmetics: consistent CONFIG_PNM definitiondiego2008-12-031-1/+1
| * add FFDS fourcccompn2008-12-031-0/+2
| * cosmetics: Rename ZORAN Makefile variable to ZR for consistency.diego2008-12-032-2/+2
| * Fix indentation.reimar2008-12-031-1/+1
| * Treat audio output objects the same as everything else in the build system,diego2008-12-032-24/+34
| * More robust w32 -wid size handlingreimar2008-12-031-0/+5
| * Reindent after previous commitreimar2008-12-031-5/+5
| * Do not override the vo_dwidth/vo_dheight values in vo_w32_configreimar2008-12-031-0/+3
| * sync w/r28056gpoirier2008-12-031-2/+6
| * Cosmetics, whitespace and "... == NULL" to "!..."reimar2008-12-031-8/+8
| * Some whitespace and () cosmeticsreimar2008-12-031-17/+17
| * Pass "-f macho" to yasm when enabling YASM support on a 32-bits machine asgpoirier2008-12-031-1/+1
| * 100l, actually put the PTHREAD_CACHE define into config.hreimar2008-12-021-0/+1
| * Print ID_EXIT and exit reason message in identify mode when exiting.reimar2008-12-023-23/+44
* | demux_rtp.cpp: Add missing #includeUoti Urpala2008-12-021-0/+1
* | demux_rtp.cpp: Fix compilation issuesUoti Urpala2008-12-021-3/+3
* | Makefile, codec-cfg.c: Don't use EXTRA_INC flags for codec-cfg compileUoti Urpala2008-12-022-4/+6
* | w32_common.c, vo_direct3d.c: Fix Windows compilation issuesUoti Urpala2008-12-022-3/+3
* | configure: Define HAVE_BSWAP and HAVE_FAST_64BIT for FFmpegUoti Urpala2008-12-021-1/+8
* | Merge svn changes up to r28065Uoti Urpala2008-12-0217-231/+1031
|\|
| * Remove resize_d3d call from render_d3d_frame that was made uselessreimar2008-12-021-2/+0
| * 100l, do not call check_events from resize_d3d since there should bereimar2008-12-021-3/+0
| * Cosmetics: Remove unnecessary ()reimar2008-12-021-1/+1
| * Consistency cosmetics: do not compare against NULL in ifsreimar2008-12-021-6/+6
| * Cosmetics: remove spaces before argument (reimar2008-12-021-3/+3
| * Reorganize Direct3D initialization code.reimar2008-12-021-51/+150
| * vo_direct3d.o depends on w32_common.o.diego2008-12-021-1/+1
| * Remove commented-out duplicate declarations.diego2008-12-021-2/+0
| * Remove unused declarations.diego2008-12-021-15/+0
| * Add a note about some known issues with -vo sdlreimar2008-12-011-1/+4
| * Remove a lot of completely pointless mp_msg_test calls.reimar2008-12-011-53/+26
| * FFmpeg now has RV40 decoderkostya2008-12-011-0/+8
| * Use standard unsigned long type instead of u_long.diego2008-11-301-2/+2
| * MNG demuxer by Stefan Schuermans, stefan blinkenarea orgdiego2008-11-307-1/+662
| * whitespace cosmeticsdiego2008-11-301-2/+38
| * use mmap instead of shmat for MPlayerOSX, patch by Adrian Stutz<adrian@sttz.ch>nplourde2008-11-301-17/+32
| * Correct detection of SSSE3 and SSE4a feature bits.zuxy2008-11-301-2/+2
| * Move PTHREAD_CACHE define logic to configure.reimar2008-11-282-4/+10
| * misc mplayer fixescompn2008-11-281-0/+6
| * Fix cross-compilation: autodetect correct nm toolreimar2008-11-281-1/+11
| * whitespace cosmetics: prettyprinting and indentationdiego2008-11-281-77/+81
| * factorize mouse hiding and screensaver disabling codegpoirier2008-11-272-10/+11
* | Merge svn changes up to r28043Uoti Urpala2008-11-263-3/+12
|\|
| * configure: Move AANDCT config.mak entry and add config.h #definesuau2008-11-261-1/+3
| * Fix compilation after FFmpeg r15940reimar2008-11-261-0/+1
| * Use D3DFMT_ constants where possible instead of MAKEFOURCCreimar2008-11-261-2/+2
| * Add support for RGB formats to vo_direct3dreimar2008-11-261-0/+6
| * Update Tremor comment regarding fixed-point mode.diego2008-11-261-1/+1
* | Merge svn changes up to r28038Uoti Urpala2008-11-2520-2654/+2624
|\|
| * Enable compilation with icc 11.0.cehoyos2008-11-251-1/+1
| * Replace pushf/popf by explicit pushfl/popfl (32 bit) or pushfq/popfqcehoyos2008-11-251-3/+12
| * 100l, OSD alpha textures were cleared to the wrong value.reimar2008-11-251-1/+1
| * typo fix + readability improvementgpoirier2008-11-251-1/+1
| * Another part of sync to 27843torinthiel2008-11-241-76/+80
| * Sync with latest FFmpeg changes.diego2008-11-241-1/+1
| * add more informative commentcompn2008-11-241-1/+1
| * Remove unnecessary #ifdef around a struct and a bunch of extern declarations.diego2008-11-241-4/+0
| * now that we have a specific check to enable ao_macosx or not, don't let testgpoirier2008-11-241-10/+4
| * add specific test to check if we can enable ao_macosx not matter how vo_quart...gpoirier2008-11-241-1/+15
| * Do not initialize fb_dev_fd to -1, similar to vo_fbdev.c.diego2008-11-241-1/+1
| * cosmetics: Add/remove a few newlines similar to vo_fbdev.c.diego2008-11-241-2/+1
| * cosmetics (svn diff --diff-cmd diff -x '-duwbBE' gives no differences)gpoirier2008-11-241-1186/+1189
| * avoid putting several statements on a single linegpoirier2008-11-241-9/+21
| * Use doxygen-style comments in file header. Remove tabs usage.gpoirier2008-11-241-12/+10
| * whitespace-cleanupgpoirier2008-11-241-175/+175
| * Allow vo_macosx to be compiled in 64-bits mode:gpoirier2008-11-241-3/+7
| * More hacks around ATI driver problems, 8.11 ignores UNPACK_BUFFER pointer off...reimar2008-11-241-0/+40
| * Replace QuickDraw calls in vo_quartz.c to fix warnings when compiling with cu...gpoirier2008-11-241-69/+96
| * Remove a ColorFill that is not necessary since the surface it is usedreimar2008-11-241-4/+0
| * Make sure the backbuffer is cleared when the border size might have changed.reimar2008-11-241-1/+14
| * Remove useless setting of frame_buffer to NULL as suggested by Reimar.diego2008-11-242-2/+1
| * cosmetics: indentationdiego2008-11-241-2/+2
| * Move setting of frame_buffer variable out of 'if', as preferred by Reimar.diego2008-11-242-4/+8
| * Create a separate codecs.conf entry for Tremor and use it if MPlayer isdiego2008-11-242-0/+13
| * Fix HAVE_VIS vs. HAVE_MVI typo, SPARC has MVI, not VIS.diego2008-11-242-2/+2
| * sync w/r27979gpoirier2008-11-231-3/+8
| * Clear the whole window on resize in vo_x11 since we do notreimar2008-11-231-1/+3
| * Simplify vo_x11 check_events functionreimar2008-11-231-7/+2
| * Do not draw in window if our image has not yet been adjusted to the new windo...reimar2008-11-231-0/+5
| * Remove unnecessary xf86vmode.h include.reimar2008-11-231-3/+0
| * Remove some usnused variables and commented-out code.reimar2008-11-231-6/+0