summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge svn changes up to r29752Uoti Urpala2009-10-0659-251/+362
|\
| * add a warning to the description of -vf screenshot to add it afterattila2009-10-051-0/+4
| * Play TrueHD in BluRay with demuxer lavf.cehoyos2009-10-051-1/+1
| * fix calculation of ao_data.bps for sample formats with more than 16 bitscladisch2009-10-051-1/+12
| * Fix definition of KEY_PAGE_DOWN.cehoyos2009-10-041-1/+1
| * Make the ao_alsa play function always process a multiple of ao_data.outburstreimar2009-10-021-1/+4
| * Add EXTERN_ASM define needed by FFmpeg on ARM.reimar2009-10-021-0/+2
| * sync with en/mplayer.1 r29731jrash2009-10-011-1/+5
| * updatescompn2009-10-011-2/+12
| * Mark some functions that do not need external visibility as static.diego2009-09-302-2/+2
| * Extend EBX_AVAILABLE check in a way that works for both OpenBSD/Haikureimar2009-09-301-0/+2
| * Reduce console output verbosity: Move colorspace information to verbose mode.diego2009-09-3024-35/+5
| * lavf: if seeking in the desired direction failed, also try in the opposite one,reimar2009-09-301-1/+4
| * Avoid void * arithmetic.reimar2009-09-301-1/+1
| * Simplify aac_get_sample_rate_indexreimar2009-09-301-24/+4
| * Check for grow_array allocation failure.reimar2009-09-301-0/+8
| * Avoid a possible crash if num_cluster_pos is 0.reimar2009-09-301-1/+1
| * Check for integer overflow in grow_array.reimar2009-09-301-1/+4
| * Rearrange code of grow_array to make it easier to extend.reimar2009-09-301-2/+3
| * Avoid a memleak if realloc fails in grow_array.reimar2009-09-301-0/+3
| * Change grow_array argument from void ** to void *, this avoids a aliasingreimar2009-09-301-4/+5
| * Make -nosub work to disable subtitles even if -slang and dvd streams are used.reimar2009-09-292-4/+2
| * Document -nosub optionreimar2009-09-281-0/+4
| * Add a -nosub option that allows disabling auto-selected subtitles as e.g. thereimar2009-09-283-7/+8
| * Allow -1 and -2 values for -aid, -vid and -sid (meaning "auto" and "disabled"...reimar2009-09-281-3/+3
| * Enable loading of external subtitles also for audio-only files.reimar2009-09-281-3/+4
| * Use a_pos to update subtitle for audio-only files instead of mpctx->sh_audio-...reimar2009-09-281-1/+1
| * Call set_osd_subtitle also for external subs (i.e. in find_subs).reimar2009-09-281-26/+29
| * Intel compiler icc 11.1 supports compilation of internal mp3lib and internal ...cehoyos2009-09-271-2/+2
| * Cosmetics: Fix whitespace.cehoyos2009-09-271-1/+1
| * Set sensible write frequency/priority values for AllocateMemoryMESAreimar2009-09-271-1/+1
| * Print error instead of crashing when mesa-buffer is used on systemsreimar2009-09-271-0/+4
| * Also check GLX client and server strings for extensionsreimar2009-09-271-2/+27
| * Amend previous commit: both zlib decoder and encoder must be disabledreimar2009-09-261-2/+2
| * Disable libavcodec zlib decoder when zlib is not available, fixes compilationreimar2009-09-261-1/+1
| * Change libaf control ordering to make the controls unique again, (AF_CONTROL_...reimar2009-09-261-12/+12
| * Do not override host_arch in x86 vs. x86_64 detection if it was forced via --...reimar2009-09-251-1/+1
| * Change type to avoid void * arithmetic.reimar2009-09-251-1/+1
| * Set codec_type and codec_id in codec context for lavc encoders.reimar2009-09-252-0/+4
| * Sync with current FFmpeg HEAD.diego2009-09-243-28/+20
| * sync with FFmpeg build: BUILD_STATIC --> CONFIG_STATICdiego2009-09-242-4/+4
| * Add support for displaying subtitles on the command-line when playingreimar2009-09-235-6/+34
| * Make function argument name in header match name in .c file.reimar2009-09-231-1/+1
| * Make update_subtitles work without sh_video for text subtitles.reimar2009-09-235-9/+13
| * Make sure avctx->codec_type and codec_id are set, since libavcodecreimar2009-09-232-0/+3
| * Include mpcommon.h in mpcommon.c, ensures that the declarations in the headerreimar2009-09-231-0/+1
| * Factor out sh_video->pts into a refpts variable. This simplifies a future patchreimar2009-09-231-12/+12
| * Rename ambiguous "pts" variable to subpts.reimar2009-09-231-8/+8
| * Use x264_encoder_delayed_frames instead of the current hack to flush delayedreimar2009-09-231-4/+2
| * sync to x264-r1260 (which changed api)lorenm2009-09-232-35/+10
| * Add 0x85 ad ID for DTS audio.diego2009-09-231-0/+1
| * Fix teletext font autoscaling.cehoyos2009-09-221-2/+2
| * Replace manual gcc version check by AV_GCC_VERSION_AT_LEAST macro.diego2009-09-221-1/+1
| * Allow playback of dnxhd files, as produced by FFmpeg regression test.cehoyos2009-09-221-0/+1
| * Fix vo_corevideo with shared buffer after r29606: Only do GUI dependent displ...adrian2009-09-201-4/+5
| * sync faad / ffaac supported fourccs as spotted by reimarcompn2009-09-201-0/+2
| * add another aac tagcompn2009-09-201-0/+1
| * add newer microsoft screen binary codeccompn2009-09-201-0/+10
| * add coreavc entry, works on windows only.compn2009-09-201-0/+16
| * Add autodetection for ARM NEON SIMD.reimar2009-09-191-1/+16
| * Use a compilation check to distinguish between x86 and x86_64, uname andreimar2009-09-191-17/+19
| * Add a check for availability of ebx register, needed forreimar2009-09-191-1/+19
| * Treat Haiku as BeOS (only changes the displayed name actually)reimar2009-09-191-0/+3
| * Re-add some ifdefs, partially reverting r29688, since mDisplay andreimar2009-09-181-0/+4
| * Use vo_w32_window directly instead of via the vo_window macro in Windows-only...reimar2009-09-181-2/+2
| * Get rid of several (probably) pointless ifdefsreimar2009-09-181-6/+0
| * Use ecx instead of ebx to avoid unnecessary issues with PIC.reimar2009-09-171-9/+9
| * Cleanup buffer debugs in swScale().ramiro2009-09-161-14/+19
| * Use correct buffers in vertical scaler in unscaled YV12 case.ramiro2009-09-161-3/+3
* | osx_common.c: Fix compilationUoti Urpala2009-09-261-1/+2
* | UI: Make the 'D' key print the new deinterlace statusUoti Urpala2009-09-192-2/+5
* | commands: Add set_property_osd and step_property_osdUoti Urpala2009-09-194-0/+23
* | command.c: Split property OSD display from property commandsUoti Urpala2009-09-191-75/+152
* | Merge branch 'vdpau' into buildUoti Urpala2009-09-1912-901/+1341
|\ \
| * | VO: Prefer vo_vdpau over vo_xv againUoti Urpala2009-09-191-3/+3
| * | vo_vdpau: Fix X event handling bugsUoti Urpala2009-09-191-8/+10
| * | vo_vdpau: Fix memory corruption bug with MP_IMGTYPE_NUMBEREDUoti Urpala2009-09-181-0/+3
| * | core/VO: Allow VO drivers to add/modify framesUoti Urpala2009-09-188-101/+195
| * | video_out.h: CosmeticsUoti Urpala2009-09-171-73/+73
| * | VO interface: Remove obsolete draw_frame() from new interfaceUoti Urpala2009-09-175-21/+4
| * | vo_vdpau: Support recovering from VDPAU display preemptionUoti Urpala2009-09-073-61/+167
| * | vo_vdpau: Support updating OSD while pausedUoti Urpala2009-09-051-0/+6
| * | vo_vdpau.c: Reindent control() switch statementUoti Urpala2009-09-051-77/+76
| * | vo_vdpau: Allocate one large surface for EOSD contentUoti Urpala2009-09-053-78/+159
| * | Merge branch 'vdpau_old' into vdpauUoti Urpala2009-08-313-684/+850
| |\ \
| | * | vo_vdpau.c: cosmeticsUoti Urpala2009-08-291-198/+258
| | * | vo_vdpau: reindent after GUI code removalUoti Urpala2009-08-291-30/+28
| | * | vo_vpdau: Clean up uninit logicUoti Urpala2009-08-291-52/+54
| | * | vo_vdpau: Make CHECK_ST macro saferUoti Urpala2009-08-291-41/+51
| | * | vo_vdpau: Move all remaining static/global variables to contextUoti Urpala2009-08-291-103/+103
| | * | vo_vdpau: Move things to context structUoti Urpala2009-08-291-254/+257
| | * | vo_vdpau: Make info struct constUoti Urpala2009-08-291-1/+1
| | * | vo_vdpau: Replace global function table with context variableUoti Urpala2009-08-291-91/+148
| | * | vo_vdpau: Move VDPAU interface pointers into one structUoti Urpala2009-08-291-53/+55
| | * | vo_vdpau: Add template file for VDPAU functionsUoti Urpala2009-08-293-86/+100
| | * | vo_vdpau: Make compile as new-style VOUoti Urpala2009-08-291-78/+97
| | * | vo_vdpau: Delete GUI stuff, include font_load.h for force_load_fontUoti Urpala2009-08-291-8/+1
* | | | vf: Free MP_IMGTYPE_NUMBERED buffers tooUoti Urpala2009-09-181-0/+2
* | | | demux_mkv: Fix memory leaks in attachment readingUoti Urpala2009-09-181-2/+10
* | | | Merge svn changes up to r29684Uoti Urpala2009-09-1625-120/+178
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge two Windows-specific #if sections to simplify the condition.reimar2009-09-161-2/+2
| * | | Hack: set DEP/NX on Windows via SetProcessDEPPolicy.reimar2009-09-161-0/+7
| * | | add YAXPAX and YAPAXI exports to msvcr80compn2009-09-161-0/+3
| * | | Add several HAVE_EBX_AVAILABLE conditions where necessaryreimar2009-09-143-2/+10
| * | | %lf is not a valid printf format specifier, use just %f instead.reimar2009-09-141-1/+1
| * | | kegavideo codec requires msvcr80 on windowscompn2009-09-141-1/+2
| * | | Add support for decoding sgi files via FFmpeg's sgi decoder.reimar2009-09-141-0/+8
| * | | Get rid of useless indirection and use the demuxer argument directly instead ofreimar2009-09-141-2/+1
| * | | Reduce verbosity if demuxer sets an info value to the same as the current value.reimar2009-09-141-0/+4
| * | | Reset slice direction at end of each frame.ramiro2009-09-131-0/+8
| * | | Remove ; after while(0) in macros.ramiro2009-09-121-3/+3
| * | | add kega video binary codec for fourcc kgv1compn2009-09-121-0/+8
| * | | sync with en/mplayer.1 r29661jrash2009-09-121-2/+2
| * | | synced with r29670Gabrov2009-09-114-30/+19
| * | | Convert to UTF-8.diego2009-09-101-1/+1
| * | | Fix bashism: Use '$(( ))' syntax instead of '(( ))' for arithmetic expressions.diego2009-09-101-2/+2
| * | | Add w64 to list of preferred lavf formats (otherwise demux_audio incorrectlyreimar2009-09-101-0/+1
| * | | Sort preferred_list alphabetically since the order does not matter otherwise.reimar2009-09-101-6/+6
| * | | Always keep a backup of the expand values from the command-line, so valuesreimar2009-09-101-8/+19
| * | | Document that slices can be bottom to top or top to bottom.ramiro2009-09-091-1/+1
| * | | Add CODEC_ID_ADPCM_IMA_AMV to lavf codec_tag override list instead ofreimar2009-09-082-2/+1
| * | | Make all mp_*_taglists const.reimar2009-09-081-3/+3
| * | | Allow disabling and enabling lower-case codecs.cehoyos2009-09-081-10/+10
| * | | Make (no)t23 suboption description more consistent.diego2009-09-081-1/+1
| * | | Fix an endless loop if all programs are empty.reimar2009-09-081-0/+4
| * | | Make indentation consistent with the rest of the filereimar2009-09-081-1/+1
| * | | Never switch to a program with no audio and no video.reimar2009-09-081-0/+4
| * | | Always register all streams from libavformat, not just those belonging to a p...reimar2009-09-081-5/+3
| * | | 100l, forgot to use "test" for checking the value of the quicktime variablereimar2009-09-081-1/+1
| * | | Add support for lavf vqf demuxer and lavc TwinVQ decoder.vitor2009-09-074-1/+11
| * | | Indent.ramiro2009-09-072-53/+53
| * | | Avoid bash-specific 'let' syntax in shell scripts.diego2009-09-071-2/+2
| * | | Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and labelramiro2009-09-061-20/+20
| * | | Indent.ramiro2009-09-051-6/+6
| * | | Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt().ramiro2009-09-053-54/+54
| * | | Add standard license header and move a misplaced comment.reimar2009-09-051-1/+18
| * | | sync with en/mplayer.1 r29638jrash2009-09-051-6/+11
| * | | Fix grammar mistake noticed by Alexander Strasser.diego2009-09-041-1/+1
| * | | Factor out duplicated code to set play video scaled by a certain factor.reimar2009-09-041-39/+21
| * | | Subopt parser subopts should now be const.reimar2009-09-041-1/+1
* | | | Merge svn changes up to r29644Uoti Urpala2009-09-0450-913/+680
|\| | | | |/ / |/| |
| * | 10l, -framework QuickTime must be added to extra_ldflags, not libs_mplayer sincereimar2009-09-041-1/+1
| * | Disable liba52 SSE imdct for x86_64+PIC (e.g. OSX 64 bit) since it willreimar2009-09-042-4/+12
| * | Support x86_64 + PIC in mangle.h, needed for OS X 64 bit compiles.reimar2009-09-041-0/+7
| * | Split QuickTime check off from quartz check and use the result to enable/disablereimar2009-09-041-8/+27
| * | 100l, SIZE_MAX must be UINT_MAX to prevent an integer overflow later on,reimar2009-09-041-1/+1
| * | Move OpenGL test below CoreVideo. This ensures -lGL will come after -framewor...reimar2009-09-041-53/+55
| * | Improve wording for f