summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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 file/directory specific config file explanation.reimar2009-09-031-4/+4
| * 10l, fix misplaced check in r29613, for loop detection we must comparereimar2009-09-021-1/+1
| * Limit amount of data allocated on stack, strlen(filename) is not a good idea forreimar2009-09-021-2/+6
| * Document directory-specific configuration file.reimar2009-09-021-0/+5
| * Add support for directory-specific mplayer.conf configuration file.reimar2009-09-021-3/+11
| * enable ffwmaprofaust32009-09-021-0/+8
| * Consistently use sizeof(variable) instead of sizeof(type) where easily possible.reimar2009-09-021-7/+7
| * Cosmetics: get rid of many pointless ()reimar2009-09-021-17/+17
| * Reduce code duplication for half/normal/double video size handling.reimar2009-09-021-31/+19
| * Remove unused variable.reimar2009-09-021-1/+0
| * The suboption parser now takes a const options list, so mark them all const.reimar2009-09-027-7/+7
| * free(), delete and delete[] are all different and can't just be used at random,reimar2009-09-021-2/+2
| * Fix possible crashes with invalid SDPs that result in stream descriptionsreimar2009-09-022-1/+4
| * Fix several more rtsp-related memleaks.reimar2009-09-023-1/+4
| * Fix asmrp_dispose to also free the buffer.reimar2009-09-021-0/+1
| * Use calloc to ensure rmff_new_mdpr returns fully initialized data.reimar2009-09-021-1/+1
| * Move variable declaration to where it is used.reimar2009-09-021-2/+1
| * Make sure we do not strdup(NULL), avoids a crash with non-real streams.reimar2009-09-021-1/+4
| * Fix several memleaks in real_setup_and_get_headerreimar2009-09-021-1/+4
| * Change real_setup_and_get_header to use goto a single exit path to simplifyreimar2009-09-021-11/+7
| * vo_quartz: change deallocation/uninit to more reliably free allocated data.reimar2009-09-021-29/+20
| * Make glContext a local variable, it is not needed outside the functionreimar2009-09-012-3/+2
| * Add a dealloc function to corevideo to reduce the memleaks fromreimar2009-09-011-0/+11
| * Fix some of the major memleaks of vo_corevideo with -fixed-voreimar2009-09-011-24/+27
| * Do not do a unmap/map cycle on Windows given with -wid, with some windowreimar2009-09-011-2/+1
| * Make the loop detection for mov reference files less aggressive, fixesreimar2009-09-011-1/+5
| * Check setGlWindow return value to fail properly instead of crashing if e.g.reimar2009-09-012-2/+4
| * Add a hack to ensure data from e.g. mov format -subfile gets read at allreimar2009-09-011-0/+4
| * Hack demux_demuxers so that demux_demuxers_fill_buffer is actually called.reimar2009-09-011-3/+6
| * Make shm_fd a local variable and close it when we need it no longer, thusreimar2009-09-011-1/+3
| * Reduce vo_corevideo memleaks by initializing static context etc. only oncereimar2009-09-011-14/+26
| * Fix memleak when using fontconfig without a font name.reimar2009-09-011-3/+1
| * Use MPlayer's standard aspect handling functions in corevideoreimar2009-09-012-100/+30
| * The libamrnb *en*coder, not the *de*coder should be added to the list ofdiego2009-09-011-1/+1
| * Fix per-file config file loading for DOS paths (i.e. where \ and : canreimar2009-08-311-1/+10
| * Factor out code to try and load a config file only if it exists.reimar2009-08-311-11/+16
| * Move variable declaration into block where it is used and make it const.reimar2009-08-311-1/+1
| * Make m_config_parse_config_file file name argument constreimar2009-08-312-2/+2
| * Fix MPEG-4 ASP in MPEG transport streams with -demuxer lavf.cehoyos2009-08-311-0/+1
| * Fix EAC3 in MPEG transport streams with -demuxer lavf.cehoyos2009-08-311-0/+1
| * Also check linker flags to make sure that liveMedia libraries are there, too,reimar2009-08-311-2/+3
| * Fix DTS in MPEG transport streams with -demuxer lavf.cehoyos2009-08-311-0/+1
| * Fix AAC in MPEG transport stream for -demuxer lavf.cehoyos2009-08-311-0/+1
| * cosmetics: alphabetically order listsdiego2009-08-311-6/+6
| * bpcm is internal mplayer fourcccompn2009-08-301-1/+1
| * Rename mp_wav_override_tag* as mp_codecid_override_tag* to reflect thatcehoyos2009-08-303-4/+6
| * Revert r29404.cehoyos2009-08-301-2/+0
| * Fix MPEG2 and H264 in MPEG transport stream with demuxer lavf.cehoyos2009-08-301-0/+2
| * Use mp_wav_override_taglists for both audio and video.cehoyos2009-08-301-6/+4
| * Fix MP2 and AC3 with demuxer lavf in MPEG transport streams.cehoyos2009-08-301-0/+2
| * Support PCM in Bluray streams.cehoyos2009-08-302-0/+8
| * Curly brackets cosmetics for previous commit.ramiro2009-08-291-6/+3
| * Check for return value of initFilter().ramiro2009-08-291-8/+12
| * Revert mistakenly commited hunk.ramiro2009-08-291-3/+2
| * swscale: Check for return values of malloc.ramiro2009-08-293-24/+47
| * swscale-example: Free memory used by input data.ramiro2009-08-291-0/+2
| * Restore comment that was partially removed.ramiro2009-08-291-0/+1
| * Synced with help_mp-en.h r29549jrash2009-08-291-63/+53
| * sync with en/mplayer.1 r29555jrash2009-08-291-4/+6
| * Port feature from corevideo: remember half/double size settings and reapplyreimar2009-08-281-0/+6
| * Make aspect switching work again (used the wrong variable and alwaysreimar2009-08-281-1/+1
| * Fix implicit declaration of mp_input_.. functions.reimar2009-08-281-0/+1
| * 1l, use sizeof for snprintf size instead of hard-coding the current value.reimar2009-08-281-1/+1
| * Reuse the osx_common convert_key function to convert OSX keycodes to MPlayerreimar2009-08-282-53/+4
| * Move aspect change handling from vo_quartz to osx_common.reimar2009-08-283-12/+34
| * Add osx_common.c and move the keycode conversion (OSX to MPlayer) there.reimar2009-08-285-191/+48
| * Use the standard MPlayer aspect handling instead of reimplementing our own in...reimar2009-08-281-80/+42
| * Remove unused movie_aspect extern declaration.reimar2009-08-271-1/+0
| * Use lookup_keymap_table function with data structure instead of huge switch-casereimar2009-08-271-50/+33
| * Enable calc_src_dst_rects for windowed aspect and panscan.reimar2009-08-271-3/+3
| * Remove panscan related conditions and code that only breaks future windowedreimar2009-08-271-14/+0
| * Make gl2 code capable of windowed aspect and panscan (no user option to enabl...reimar2009-08-271-4/+4
| * Add infrastructure and test code to enable aspect scaling and panscan in wind...reimar2009-08-274-9/+28
| * Fix video placement with -vo gl2 -fs -wid.reimar2009-08-271-1/+1
| * -vo gl2 resize does not need to modify its arguments, so pass int instead of ...reimar2009-08-271-12/+12
| * Simplify -vo gl ass border etc. dimension calculation one bit more.reimar2009-08-271-3/+1
| * Remove useless code that has no effect.reimar2009-08-271-3/+0
| * Simplify and fix ass border calculations for -vo gl and -wid -fs mode.reimar2009-08-271-6/+3
| * Make panscan cover the same range in -wid -fs mode as in normal mode.reimar2009-08-271-8/+17
| * Disable -keepaspect with -wid in w32_common code.reimar2009-08-271-1/+1
| * Fix aspect_fit to work correctly when borders need to be added on top andreimar2009-08-271-2/+2
| * Forgotten changes to aspect code to handle -wid with -fs.reimar2009-08-272-0/+6
| * First attempts at supporting -fs with -wid, -vo gl on X11 only so farreimar2009-08-272-1/+9
| * Expand wid explanation.cehoyos2009-08-271-0/+3
| * Reindentreimar2009-08-261-1/+1
| * Retry deciding to get audio parameters several times on errors, this avoidsreimar2009-08-261-0/+3
| * Adjust documentation about filtering out whitespace changes from 'svn diff'.diego2009-08-261-1/+1
| * Fix DTS in least one Bluray sample with demuxer lavf.cehoyos2009-08-261-0/+2
| * Fix AC3 in least one Bluray sample with demuxer lavf.cehoyos2009-08-261-0/+1
| * Use a buffer of about half a second, instead of sizing it to havecladisch2009-08-242-83/+3
| * swscale-example: Rename src->ref so as to not confuse with src being used in ...ramiro2009-08-231-2/+2
| * swscale-example: Use SWS_BILINEAR instead of hardcoded value.ramiro2009-08-231-1/+1
| * Reuse ds_get_packet in ds_get_packet_ptsreimar2009-08-231-11/+4
| * Fix inconsistent indentation.ramiro2009-08-221-2/+2
* | debian/: update README and TODOAnton Khirnov2009-08-232-3/+3
* | debian/rules: don't manually remove config filesAnton Khirnov2009-08-231-1/+0
* | debian/: update changelogAnton Khirnov2009-08-231-0/+7
* | debian/: update standards version.Anton Khirnov2009-08-233-4/+3
* | debian/: support parallel in DEB_BUILD_OPTIONS.Anton Khirnov2009-08-231-0/+9
* | debian/: DEB_BUILD_OPTIONS -> DEB_BUILD_CONFIGUREAnton Khirnov2009-08-231-1/+1
* | debian/: delegate handling of mplayer.conf to dpkg.Anton Khirnov2009-08-234-97/+1
* | debian/: remove watchAnton Khirnov2009-08-231-3/+0
*