summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* 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
* 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
* 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
* Use aspect.c code in vo_x11.c. Removes some inconsistencies in -wid handling.reimar2008-11-231-9/+3
* Patch to improve/consistify coding style.reimar2008-11-231-20/+20
* Fix indentationreimar2008-11-231-12/+12
* Lock/unlock surface only once even when drawing many slices.reimar2008-11-231-7/+14
* Move locked_rect from stack to priv struct in preparation for following patch.reimar2008-11-231-17/+13
* Move the StretchRect call from draw_slices to render_d3d_frame.reimar2008-11-231-28/+8
* Remove pointless is_cfG_finished variable.reimar2008-11-231-17/+3
* Handle fb_dev_name similar to vo_fbdev in vo_wii.diego2008-11-232-6/+10
* Merge another if condition check to lessen differences to vo_fbdev.c.diego2008-11-231-4/+2
* Use static variable instead of #define to lessen differences to vo_fbdev.c.diego2008-11-231-6/+10
* Get rid of TTY_DEV_NAME #define to lessen differences to vo_fbdev.c.diego2008-11-231-6/+5
* Merge another if condition check to lessen differences to vo_fbdev.c.diego2008-11-231-2/+1
* Merge if condition check to lessen differences to vo_fbdev.c.diego2008-11-231-3/+1
* Remove debug function.diego2008-11-231-70/+0
* cosmetics: one more round of whitespace changesdiego2008-11-231-4/+4
* cosmetics: further reformatting to lessen differences to vo_fbdev.cdiego2008-11-231-56/+53
* cosmetics: complete reformatting, tabs to spaces, etc.diego2008-11-231-956/+952
* cosmetics: Lessen differences to vo_wii.c.diego2008-11-231-3/+2
* cosmetics: consistent formatting for if/else/casediego2008-11-231-36/+46
* Reimplement -endchapter support again for -dump*, it was broken in r25987.reimar2008-11-231-0/+11
* Simplify handling of VOFLAG_MODESWITCHNG, merge assignment and declarationreimar2008-11-232-10/+2
* Remove unused flip_flag variablereimar2008-11-231-2/+0
* cosmetics: Reformat some lines to lessen differences to vo_fbdev.c.diego2008-11-231-118/+62
* cosmetics: Move up uninit() to avoid a forward declaration.diego2008-11-231-10/+9
* cosmetics: consistent function declarations.diego2008-11-231-4/+7
* cosmetics: Remove tabs and trailing whitespace.diego2008-11-231-69/+69
* Remove unused variables and the related warnings along with them.diego2008-11-231-3/+0
* Make description of the option more clear as suggested by bircoph2008-11-221-2/+3
* Remove a aspect calculation line.reimar2008-11-212-2/+0
* Simplify handling of "flags" parameterreimar2008-11-211-13/+4
* Add forgotten initialization if Flip_Flag to 0.reimar2008-11-211-0/+1
* cosmetics: typo fixesdiego2008-11-211-1/+1
* cosmetics: Write revision number with leading 'r'.diego2008-11-211-1/+1
* add direct3d docs, ok'd by Guillaumecompn2008-11-212-0/+5
* Synced with r27967.bircoph2008-11-211-12/+11
* Fix and enable panscan handling for vo_direct3dreimar2008-11-211-77/+43
* cosmetics: Consistently place HEADERS before OBJS in all Makefiles.diego2008-11-201-2/+2
* Add all still missing lines, full sync against r27967reynaldo2008-11-201-1/+21
* Trivial, add some more lines that were missingreynaldo2008-11-201-4/+30
* Trivial, Cosmeticsreynaldo2008-11-202-2/+4
* COSMETICS, More line shifting to match English masterreynaldo2008-11-201-45/+46
* TRIVIAL, add some more missing linesreynaldo2008-11-201-0/+5
* COSMETICS, More line shifting to match English masterreynaldo2008-11-201-262/+252
* TRIVIAL, some missing lines and a grammar correctionreynaldo2008-11-201-1/+18
* Cosmetics: rename variables etc. in vo_direct3d.creimar2008-11-201-253/+225
* Factor common code like -wid handling, vo_gc creation etc. out intoreimar2008-11-199-191/+30
* Add detection of x86 CPU features SSSE3 and SSE4a.gpoirier2008-11-192-0/+6
* Simplify conditions in direct3d vo: remove == 1, change == 0 to ! etc.reimar2008-11-191-12/+13
* Cosmetics, mostly line shifting to match English masterreynaldo2008-11-182-509/+483
* Add missing "static" qualifiers to vo_direct3dreimar2008-11-181-18/+18
* 100l, the video_out_drivers list must be sorted by priority, notreimar2008-11-181-3/+3
* Direct3D based video_out module.reimar2008-11-185-0/+785
* Doxygen documentation for w32_common.creimar2008-11-181-0/+98
* On OpenBSD socklen_t is defined at sys/types.h, so latter is addedbircoph