summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | debian/: remove references to the internal GUI.Anton Khirnov2009-08-233-12/+1
* | Merge svn changes up to r29544Uoti Urpala2009-08-229-122/+68
|\|
| * Add suport for detecting and demuxing DVB teletext streams (nothing beyond th...reimar2009-08-211-6/+16
| * Check return values of sws_allocVec() and sws_getConstVec().ramiro2009-08-201-0/+21
| * OpenAL: untested support for 8-channel audio.reimar2009-08-191-2/+3
| * Fix channel reordering when using 24-bit samples by adding breaks to casestack2009-08-191-0/+4
| * Change ao_dart to use AVFifoBuffer instead of its own fifo implementation, too.reimar2009-08-191-69/+11
| * Fix detection of mips arch on NetBSD/sgimips.diego2009-08-191-1/+1
| * Free initial swscale context, too. Avoids a valgrind warning.reimar2009-08-191-0/+1
| * Remove useless casts of malloc return value.reimar2009-08-191-3/+3
| * Introduce and use sws_allocVec().ramiro2009-08-192-18/+23
| * Reuse sws_getConstVec() where possible.ramiro2009-08-191-34/+10
| * Cosmetics: adjust alignment.tack2009-08-181-3/+3
| * Fix incorrect channel ordering for lavc audio codecs (specifically ffac3,tack2009-08-185-41/+30
* | Merge svn changes up to r29532Uoti Urpala2009-08-1841-408/+472
|\|
| * Fix incompatible pointer types warning, also seems to fix mis-compilation wit...reimar2009-08-171-2/+2
| * Fix 100l broken flag check found due to compiler warning.reimar2009-08-171-1/+1
| * Set demuxer->filepos in mf demuxer, since the stream_tell fallback is notreimar2009-08-171-3/+3
| * Get rid of rawaudio control code again that only duplicates the fallback code inreimar2009-08-171-20/+0
| * Handle demuxers that never set filepos by using stream_tell.reimar2009-08-172-3/+5
| * swscale-example: Make selection of dstW, dstH, and flags more clear.ramiro2009-08-171-8/+12
| * Add some protection to the rawaudio GET_LENGTH/GET_PERCENT_POS in case thereimar2009-08-161-1/+2
| * Implement DEMUXER_CTRL_GET_TIME_LENGTH and DEMUXER_CTRL_GET_PERCENT_POS forreimar2009-08-161-1/+18
| * More indentation changes leftover from r29522:ramiro2009-08-162-693/+693
| * Cosmetics:ramiro2009-08-1615-766/+579
| * Indent libswscale:ramiro2009-08-168-1756/+1756
| * Fix file information. Patch by Francesco Lavra, francescolavra interfree itcehoyos2009-08-151-1/+1
| * Add missing major contributors to copyright statement.cehoyos2009-08-151-0/+2
| * improve previous translationjrash2009-08-151-288/+288
| * Indent.ramiro2009-08-151-4/+4
| * Vertical yuv -> yuv16 scaler.ramiro2009-08-142-0/+101
| * Allow compilation with gcc 2.95.3 if videodev2.h does not support it.cehoyos2009-08-141-1/+1
| * BGR32 MMX special convertor.ramiro2009-08-142-21/+85
| * Fix crash when event format is not specifiedgreg2009-08-131-2/+9
| * Add Dolby TrueHD support for mkv demuxer.cehoyos2009-08-132-1/+5
| * Indent.ramiro2009-08-131-20/+20
| * swscale-example: Don't check for chroma planes in mono formats.ramiro2009-08-131-1/+6
| * MMX2 horizontal scaler: Determine code size at runtime.ramiro2009-08-132-14/+24
| * Protect mmx2 filter code buffers so they are not executable and writeable atramiro2009-08-131-2/+7
| * Remove duplicate define (it is the same in the lum code).ramiro2009-08-131-21/+0
| * Rename "funny" code to "mmx2 filter" code.ramiro2009-08-133-50/+50
| * Indent.ramiro2009-08-131-2/+2
| * swscale-example: Remove hack to end loop by setting variables to break.ramiro2009-08-131-13/+5
| * swscale-example: Don't return random value from main().ramiro2009-08-131-1/+1
| * swscale-example: Check for Gray formats.ramiro2009-08-131-3/+9
| * Fix possible double-free.cehoyos2009-08-121