summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Uoti Urpala2010-05-2995-390/+401
* af_lavcac3enc: actually enable the filter by defaultUoti Urpala2010-05-261-3/+1
* vo_vdpau: fix loop initializing output surfaces as invalidUoti Urpala2010-05-261-5/+10
* demux_mkv: fix realvideo extradata handlingUoti Urpala2010-05-261-2/+1
* demux_mkv: fix crash bug introduced by recent changeUoti Urpala2010-05-241-2/+2
* demux_mkv: support switching to/from -nosoundUoti Urpala2010-05-221-18/+13
* demux_mkv: store streams sequentially in demuxer->[avs]_streamsUoti Urpala2010-05-221-49/+55
* Make audio stream index handling saner in stream switchingUoti Urpala2010-05-223-22/+23
* core: apply audio track options to all ordered chapter filesUoti Urpala2010-05-221-1/+6
* options: move -alang and -slang to option structUoti Urpala2010-05-228-42/+41
* stream.h: remove bad EOF check in stream_seek()Uoti Urpala2010-05-222-3/+0
* demux_mkv: read tags.Anton Khirnov2010-05-224-5/+86
* demux: use bstr arguments for demuxer_add_attachment() and demuxer_add_chapter()Anton Khirnov2010-05-224-29/+25
* demuxer.c: add demux_info_add_bstr(), use talloc for info fieldAnton Khirnov2010-05-212-15/+18
* bstr.[ch]: add new files for struct bstr related functionalityUoti Urpala2010-05-206-9/+96
* subreader.c: allow compilation with old FriBiDi 0.10Uoti Urpala2010-05-161-0/+4
* ad_pcm: don't rely on demux packets staying validUoti Urpala2010-05-151-9/+23
* ad_pcm: fix crash at EOFUoti Urpala2010-05-151-1/+1
* cosmetics: reindent ad_pcm.cUoti Urpala2010-05-151-117/+120
* vo_vdpau: support queuing an arbitrary number of frames aheadUoti Urpala2010-05-143-43/+83
* af_lavcac3enc: make the filter work without FFmpeg internalsUoti Urpala2010-05-142-8/+23
* vo_vdpau: add option for studio level outputUoti Urpala2010-05-122-2/+23
* vdpau: drop support for old versionsUoti Urpala2010-05-112-6/+1
* subreader: remove pointless messageUoti Urpala2010-05-081-1/+2
* subreader.c: fix fribidi variable typeUoti Urpala2010-05-081-2/+1
* mplayer.c: remove an unnecessary #includeUoti Urpala2010-05-081-1/+0
* intreadwrite.h: disable optimizationsUoti Urpala2010-05-082-120/+0
* vd_ffmpeg: remove #ifdef for old FFmpeg-mt versionsUoti Urpala2010-05-071-6/+0
* Merge svn changes up to r31141Uoti Urpala2010-05-0719-7/+123
|\
| * Remove references to some long-removed files.diego2010-05-071-1/+1
| * Remove seemingly misplaced and commented-out liba52 #include.diego2010-05-071-1/+0
| * Add support for 12-bit color mode on framebuffer devices.cehoyos2010-05-0616-4/+121
| * Fix compilation with old libschroedinger-dev installed.cehoyos2010-05-061-1/+1
| * cosmetic: typo, this wasn't supposed to be pluralaurel2010-05-041-1/+1
| * Remove translated strings that are gone from the master translation.diego2010-05-047-21/+0
| * alternative LGPL-licensed, MMX-optimized YUV to RGB conversion routinesdiego2010-05-044-3/+469
* | Merge svn change r31134Uoti Urpala2010-05-0714-3779/+3769
|\|
| * the great MPlayer tab removal: part IIdiego2010-05-0314-3890/+3885
* | Merge svn changes up to r31133Uoti Urpala2010-05-0719-111/+169
|\|
| * Put symlinks under revision control instead of generating them during make.diego2010-05-0314-9/+15
| * print a more detailed and more useful description of each stream with lavfaurel2010-05-031-6/+17
| * 10l: correctly use video_stream instead of audio_stream in the video sectionaurel2010-05-031-2/+2
| * add ID_..._NAME to -identify for each lavf stream which has a titleaurel2010-05-031-0/+7
| * uniformize handling of aid and vid with lavf so that it matches handling of sidaurel2010-05-031-14/+10
| * Silence permanent warning messages when decoding H264 over rtsp withcehoyos2010-05-021-1/+6
| * Also print OpenGL renderer string with vendor and version with -vreimar2010-05-011-1/+2
| * Continue probing even for score == AVPROBE_SCORE_MAX / 4 to matchreimar2010-05-011-1/+1
| * Use av_probe_input_format2 and avoid accepting detectionreimar2010-05-011-2/+5
| * Revert accidental change to default CFLAGS.reimar2010-04-301-1/+1
| * Add configure detection for SDL backend for -vo gl.reimar2010-04-301-78/+111
| * Avoid duplicating the GL/gl.h include.reimar2010-04-301-4/+0
| * 100l, open the customtex also in binary mode, not just the program.reimar2010-04-301-1/+1
* | Skip svn change r31105Uoti Urpala2010-05-070-0/+0
|\|
| * Fix compilation with gcc 2.95.3 (with --disable-ass).cehoyos2010-04-281-0/+6
* | Merge svn changes up to r31104Uoti Urpala2010-05-072-2/+15
|\|
| * New hack for vobsub packet merging.iive2010-04-271-0/+13
| * Move variable declaration into the block where it is actually used.reimar2010-04-271-2/+2
* | Skip svn changes up to r31102Uoti Urpala2010-05-070-0/+0
|\|
| * Add llrintf test for FFmpeg.diego2010-04-271-1/+2
| * Add missing input.h #include, fixes the warnings:diego2010-04-271-1/+1
* | Merge svn changes up to r31100Uoti Urpala2010-05-073-3/+3
|\|
| * Move "screen" variable declaration below the relevant #ifdef, fixes the warning:diego2010-04-271-1/+1
| * fix typoGabrov2010-04-271-1/+1
| * Fix compilation with live555 after libavutil r22965.cehoyos2010-04-271-1/+1
* | vo_vdpau.c cosmetics: add WRAP_ADD macroUoti Urpala2010-05-061-6/+9
* | vd_ffmpeg: use skip_frame instead of deprecated hurry_up fieldUoti Urpala2010-05-041-1/+6
* | demux_y4m: fix failure with nonseekable inputUoti Urpala2010-04-301-6/+9
* | Merge svn changes up to r31097Uoti Urpala2010-04-2630-278/+627
|\|
| * synced with r31096Gabrov2010-04-259-40/+218
| * typo fixesGabrov2010-04-251-4/+4
| * Set vo_dwidth/vo_dheight for mouse movements work at least in windowed mode.reimar2010-04-251-0/+2
| * Try other methods also if GetBusKey fails instead of failing completely.reimar2010-04-251-1/+1
| * Missing space after if.reimar2010-04-251-1/+1
| * Support mouse movements in SDL.reimar2010-04-251-1/+4
| * Avoid duplicating mouse-movement command-generation code.reimar2010-04-255-17/+20
| * Fix crash if a DVD is played with dvdnav:// and without videoreimar2010-04-251-1/+2
| * Deduplicate enable_mouse_movements declaration.reimar2010-04-254-4/+1
| * Minor cosmetics.reimar2010-04-251-7/+9
| * Add comment for endif.reimar2010-04-251-1/+1
| * Support for auto-selecting the OpenGL backend.reimar2010-04-253-7/+10
| * Add reinitialization support. Necessary for fullscreen on OSX.reimar2010-04-254-0/+18
| * Handle SDL expose events with -vo gl.reimar2010-04-251-0/+2
| * Missing space in error message.reimar2010-04-251-1/+1
| * Simplify SDL key symbol mapping.reimar2010-04-251-48/+26
| * Use the proper define for translating the tab key.reimar2010-04-251-1/+1
| * Make uppercase characters and in general all ASCII characters workreimar2010-04-251-12/+5
| * Share SDL initialization code.reimar2010-04-254-20/+30
| * Remove unnecessary check.reimar2010-04-251-2/+0
| * Fullscreen support for -vo gl using SDL.reimar2010-04-253-1/+40
| * Set SDL window title.reimar2010-04-251-0/+1
| * Window resizing support for -vo gl with SDL backend.reimar2010-04-254-7/+20
| * Add sdl_common file and use it to share the input handling between -vo glreimar2010-04-255-84/+161
| * Use SDL_GL_ProcAddress to work around conflicts between -lGLreimar2010-04-251-0/+10
| * Update copyright and email address.reimar2010-04-251-1/+1
| * Clarify that the GL_TEXT_FRAGMENT_SHADER_ATI bug workaround is for OSX,reimar2010-04-251-3/+3
| * Missing gl.h include for SDL backend.reimar2010-04-241-0/+3
| * Slightly more correct ifdefs for vo_gl2.reimar2010-04-241-6/+9
| * Add workaroound for yuv=7 mode - does hurt speed but not muchreimar2010-04-241-1/+5
| * Remove code to work around bugs in ancient libSDL versions, the code has beenreimar2010-04-242-44/+0
| * Try harder to find linked OpenGL functions.reimar2010-04-241-27/+22
| * Disable OSD support by default if the necessary OpenGL functionality is missing.reimar2010-04-241-1/+3
| * SDL support with related crash-resilience fixes.reimar2010-04-241-4/+30
| * Some crash-resilience fixes.reimar2010-04-241-0/+2
| * First steps to support -vo gl with SDL-based Window handling.reimar2010-04-242-0/+40
| * 10l: Remove leftover commented-out #include.diego2010-04-241-1/+0
| * Remove unnecessary kd.h #include.diego2010-04-241-6/+1
| * rename 'struct keymap' -> 'struct mp_keymap'siretart2010-04-236-10/+10
| * include sys/kd.h on non-Linux architectures correctlysiretart2010-04-231-2/+2
| * VIDIX only works for Linux on the x86_64 architecture, not on other OSes.diego2010-04-221-1/+1
| * Merge iopl()-related #ifdefs.diego2010-04-221-5/+3
| * Do not check for __linux__ in a file that is only ever used on Linux.diego2010-04-221-2/+0
| * Revert obscure hack that disables the malloc.h check on certain BSD platforms.diego2010-04-211-2/+0
| * Update comment describing issues with ffaac.reimar2010-04-201-2/+1
* | Skip svn changes r30151, r30152Uoti Urpala2010-04-260-0/+0
|\|
| * Cosmetics/indentation fixes.reimar2010-04-201-4/+5
| * Add workaround for aac-sbr-ffaac-slow.mkv playing to slow with FFmpegreimar2010-04-201-0/+5
* | Merge svn changes up to r31050Uoti Urpala2010-04-2610-1379/+1463
|\|
| * Remove explicit filename from Doxygen @file commands.diego2010-04-201-1/+1
| * Tell x264 that we aren't going to give it timestamps.lorenm2010-04-202-1/+2
| * Remove unused static function wsDummyEvents and related unused code, fixes:diego2010-04-201-14/+0
| * Remove unused static function wsIOErrorHandler, fixes the warning:diego2010-04-201-6/+0
| * Remove unused static function fsFileExist, fixes the warning:diego2010-04-201-8/+0
| * Replace memalign(x) (x > 8) by av_malloc() to prevent crashes on systemszuxy2010-04-206-17/+21
| * Synced with help_mp-en.h rev. 31032jrash2010-04-171-1/+1
| * sync with en/mplayer.1 rev. 31028jrash2010-04-171-1/+3
| * Merge two redundant if checks, patch by ubitux, ubitux gmail com.diego2010-04-161-3/+2
| * cosmetics: reindent demux_ogg.c to K&R style plus some prettyprintingdiego2010-04-161-1360/+1438
* | Merge svn changes up to r31040Uoti Urpala2010-04-266-116/+113
|\|
| * Remove commented-out and long-gone dapsync options.diego2010-04-151-2/+0
| * Mark ffaac as buggy (thus making faad default again) andreimar2010-04-151-1/+3
| * Move functions that really do not need to be inlined from the headerreimar2010-04-152-105/+108
| * Remove dead code.cehoyos2010-04-141-6/+0
| * Open cutomtex file in binary mode to avoid potential issues onreimar2010-04-131-1/+1
| * typo fix found by ubituxcompn2010-04-131-1/+1
* | Skip svn change r31034 (bad FFmpeg-ASS support attempt)Uoti Urpala2010-04-260-0/+0
|\|
| * Make ASS processing work with both subtitle formats, the MKV one and thereimar2010-04-121-1/+7
* | Merge svn changes up to r31033Uoti Urpala2010-04-2694-8719/+8823
|\|
| * Fix build due to FFmpeg r22858 change (function rename).iive2010-04-121-1/+1
| * the great MPlayer tab removal: part Idiego2010-04-1297-8794/+8779
| * Fix build after FFmpeg symbol rename:diego2010-04-122-2/+3
| * Add slave commands for loading and unloading audio filters at runtime.cehoyos2010-04-115-0/+63
| * Fix build due to FFmpeg r22833 change (typedef rename).iive2010-04-111-1/+1
| * Add osd_show_progression: Show progress bar and elapsed/total time.cehoyos2010-04-098-0/+25
| * Add some fallback OpenGL defines to fix compilation on Windows.reimar2010-04-071-0/+9
| * Generate dependency information as a sideeffect of compilation.diego2010-04-062-12/+1
| * cosmetics: Reorder some x86-related preprocessor conditionals.diego2010-04-061-2/+2
| * Do not print the "Loading cookie file" message twice.reimar2010-04-051-2/+0
| * Try to fix VCD compilation on non-Linux systems.reimar2010-04-056-1/+26
* | Skip svn changes up to r31022Uoti Urpala2010-04-260-0/+0
|\|
| * Add -MP to dependency command.diego2010-04-051-2/+2
| * Drop unused DEPEND_CMD from config.mak; FFmpeg no longer needs it.diego2010-04-051-2/+0
* | Merge svn changes up to r31020Uoti Urpala2010-04-269-104/+168
|\|
| * Remove unused functions.reimar2010-04-051-27/+0
| * Export VCD tracks as chapters, just like for cue:// URLs.reimar