summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Reduce the priority of the rv3040 native Linux RealVideo decoders since it cr...reimar2008-12-231-1/+1
* updatescompn2008-12-231-1/+30
* Remove pointless forward declaration.diego2008-12-231-1/+0
* Set fast_cmov for all x86_64 systems, except for P4-based systems thisreimar2008-12-231-1/+1
* Define HAVE_FAST_64BIT if appropriatereimar2008-12-231-0/+7
* fix poorly worded changelog entriescompn2008-12-231-2/+2
* Allow compilation of 32bit mplayer on 64 bit systems with --cc='cc -m32'.cehoyos2008-12-221-2/+2
* re-add codecs: sif1 (directshow version) and acdsee mjpegcompn2008-12-221-1/+19
* Sync with latest FFmpeg changes.diego2008-12-222-3/+3
* libavcodec/i386/ was renamed to libavcodec/x86/.diego2008-12-221-1/+1
* add amr format tags, fixes:compn2008-12-211-0/+2
* 100l, forgot an assignment, broke special keys handling for X11-based vos.reimar2008-12-211-1/+1
* remove acdsee mjpeg binary codec, works with ffmjpegcompn2008-12-201-8/+0
* FFmpeg now has RV30 decoder enabledkostya2008-12-201-0/+8
* Add and use a special lookup function to do table-based translation to MPlaye...reimar2008-12-204-55/+49
* Cosmetics: get rid of some tabs and trailing whitespace.reimar2008-12-201-32/+32
* Use a table to translate X11 to MPlayer keycodes.reimar2008-12-201-145/+46
* Get rid of pointless and now unused defines.reimar2008-12-201-88/+0
* Simplify handling of X11 key events that are just passed through.reimar2008-12-201-97/+7
* Fix imaadpcm extradata with lavc encoder.reimar2008-12-201-2/+2
* Document vo_macosx's shared_buffer option.gpoirier2008-12-191-0/+3
* Replace vo_macosx's custom options parsing with a subopt_parse()-based onegpoirier2008-12-191-22/+24
* Remove pointless malloc.h #include.diego2008-12-193-9/+0
* Include config.h in mangle.h, fixes make checkheaders.reimar2008-12-191-0/+2
* add binary codecs:compn2008-12-171-2/+31
* synced with r28160Gabrov2008-12-174-11/+22
* add binary codec for fourcc wavccompn2008-12-171-0/+8
* another round of armv4l --> arm changesdiego2008-12-172-4/+4
* libavcodec/armv4l/ was renamed to libavcodec/arm/.diego2008-12-171-1/+1
* Do not use full relative #include path for headers in the same directory.diego2008-12-171-1/+1
* #include sub.h instead of locally declaring vo_draw_text().diego2008-12-171-1/+1
* Added FOURCCS:compn2008-12-161-4/+37
* xvmc is now a CONFIG_ option in FFmpeg.diego2008-12-153-12/+12
* 100l, reorder check for AC3 format to avoid a possible memleakreimar2008-12-151-3/+3
* Consistently include config.h before mangle.h, fixes possible compilationreimar2008-12-152-0/+2
* Simplify the definition of MANGLE, possibly also makes it easier to support m...reimar2008-12-151-7/+1
* 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
* 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
*