log

age author description
2009-08-31 cehoyos Fix DTS in MPEG transport streams with -demuxer lavf.
2009-08-31 cehoyos Fix AAC in MPEG transport stream for -demuxer lavf.
2009-08-31 diego cosmetics: alphabetically order lists
2009-08-30 compn bpcm is internal mplayer fourcc
2009-08-30 cehoyos Rename mp_wav_override_tag* as mp_codecid_override_tag* to reflect that
2009-08-30 cehoyos Revert r29404.
2009-08-30 cehoyos Fix MPEG2 and H264 in MPEG transport stream with demuxer lavf.
2009-08-30 cehoyos Use mp_wav_override_taglists for both audio and video.
2009-08-30 cehoyos Fix MP2 and AC3 with demuxer lavf in MPEG transport streams.
2009-08-30 cehoyos Support PCM in Bluray streams.
2009-08-29 ramiro Curly brackets cosmetics for previous commit.
2009-08-29 ramiro Check for return value of initFilter().
2009-08-29 ramiro Revert mistakenly commited hunk.
2009-08-29 ramiro swscale: Check for return values of malloc.
2009-08-29 ramiro swscale-example: Free memory used by input data.
2009-08-29 ramiro Restore comment that was partially removed.
2009-08-29 jrash Synced with help_mp-en.h r29549
2009-08-29 jrash sync with en/mplayer.1 r29555
2009-08-28 reimar Port feature from corevideo: remember half/double size settings and reapply
2009-08-28 reimar Make aspect switching work again (used the wrong variable and always
2009-08-28 reimar Fix implicit declaration of mp_input_.. functions.
2009-08-28 reimar 1l, use sizeof for snprintf size instead of hard-coding the current value.
2009-08-28 reimar Reuse the osx_common convert_key function to convert OSX keycodes to MPlayer
2009-08-28 reimar Move aspect change handling from vo_quartz to osx_common.
2009-08-28 reimar Add osx_common.c and move the keycode conversion (OSX to MPlayer) there.
2009-08-28 reimar Use the standard MPlayer aspect handling instead of reimplementing our own in vo_quartz.
2009-08-27 reimar Remove unused movie_aspect extern declaration.
2009-08-27 reimar Use lookup_keymap_table function with data structure instead of huge switch-case
2009-08-27 reimar Enable calc_src_dst_rects for windowed aspect and panscan.
2009-08-27 reimar Remove panscan related conditions and code that only breaks future windowed
2009-08-27 reimar Make gl2 code capable of windowed aspect and panscan (no user option to enable it yet though).
2009-08-27 reimar Add infrastructure and test code to enable aspect scaling and panscan in windowed mode.
2009-08-27 reimar Fix video placement with -vo gl2 -fs -wid.
2009-08-27 reimar -vo gl2 resize does not need to modify its arguments, so pass int instead of int *.
2009-08-27 reimar Simplify -vo gl ass border etc. dimension calculation one bit more.
2009-08-27 reimar Remove useless code that has no effect.
2009-08-27 reimar Simplify and fix ass border calculations for -vo gl and -wid -fs mode.
2009-08-27 reimar Make panscan cover the same range in -wid -fs mode as in normal mode.
2009-08-27 reimar Disable -keepaspect with -wid in w32_common code.
2009-08-27 reimar Fix aspect_fit to work correctly when borders need to be added on top and
2009-08-27 reimar Forgotten changes to aspect code to handle -wid with -fs.
2009-08-27 reimar First attempts at supporting -fs with -wid, -vo gl on X11 only so far
2009-08-27 cehoyos Expand wid explanation.
2009-08-26 reimar Reindent
2009-08-26 reimar Retry deciding to get audio parameters several times on errors, this avoids
2009-08-26 diego Adjust documentation about filtering out whitespace changes from 'svn diff'.
2009-08-26 cehoyos Fix DTS in least one Bluray sample with demuxer lavf.
2009-08-26 cehoyos Fix AC3 in least one Bluray sample with demuxer lavf.
2009-08-24 cladisch Use a buffer of about half a second, instead of sizing it to have
2009-08-23 ramiro swscale-example: Rename src->ref so as to not confuse with src being used in doTest().
2009-08-23 ramiro swscale-example: Use SWS_BILINEAR instead of hardcoded value.
2009-08-23 reimar Reuse ds_get_packet in ds_get_packet_pts
2009-08-22 ramiro Fix inconsistent indentation.
2009-08-21 reimar Add suport for detecting and demuxing DVB teletext streams (nothing beyond that though).
2009-08-20 ramiro Check return values of sws_allocVec() and sws_getConstVec().
2009-08-19 reimar OpenAL: untested support for 8-channel audio.
2009-08-19 tack Fix channel reordering when using 24-bit samples by adding breaks to cases
2009-08-19 reimar Change ao_dart to use AVFifoBuffer instead of its own fifo implementation, too.
2009-08-19 diego Fix detection of mips arch on NetBSD/sgimips.
2009-08-19 reimar Free initial swscale context, too. Avoids a valgrind warning.
2009-08-19 reimar Remove useless casts of malloc return value.
2009-08-19 ramiro Introduce and use sws_allocVec().
2009-08-19 ramiro Reuse sws_getConstVec() where possible.
2009-08-18 tack Cosmetics: adjust alignment.
2009-08-18 tack Fix incorrect channel ordering for lavc audio codecs (specifically ffac3,
2009-08-17 reimar Fix incompatible pointer types warning, also seems to fix mis-compilation with gcc-4.4.1
2009-08-17 reimar Fix 100l broken flag check found due to compiler warning.
2009-08-17 reimar Set demuxer->filepos in mf demuxer, since the stream_tell fallback is not
2009-08-17 reimar Get rid of rawaudio control code again that only duplicates the fallback code in
2009-08-17 reimar Handle demuxers that never set filepos by using stream_tell.
2009-08-17 ramiro swscale-example: Make selection of dstW, dstH, and flags more clear.
2009-08-16 reimar Add some protection to the rawaudio GET_LENGTH/GET_PERCENT_POS in case the
2009-08-16 reimar Implement DEMUXER_CTRL_GET_TIME_LENGTH and DEMUXER_CTRL_GET_PERCENT_POS for
2009-08-16 ramiro More indentation changes leftover from r29522:
2009-08-16 ramiro Cosmetics:
2009-08-16 ramiro Indent libswscale:
2009-08-15 cehoyos Fix file information. Patch by Francesco Lavra, francescolavra interfree it
2009-08-15 cehoyos Add missing major contributors to copyright statement.
2009-08-15 jrash improve previous translation
2009-08-15 ramiro Indent.
2009-08-14 ramiro Vertical yuv -> yuv16 scaler.
2009-08-14 cehoyos Allow compilation with gcc 2.95.3 if videodev2.h does not support it.
2009-08-14 ramiro BGR32 MMX special convertor.
2009-08-13 greg Fix crash when event format is not specified
2009-08-13 cehoyos Add Dolby TrueHD support for mkv demuxer.
2009-08-13 ramiro Indent.
2009-08-13 ramiro swscale-example: Don't check for chroma planes in mono formats.
2009-08-13 ramiro MMX2 horizontal scaler: Determine code size at runtime.
2009-08-13 ramiro Protect mmx2 filter code buffers so they are not executable and writeable at
2009-08-13 ramiro Remove duplicate define (it is the same in the lum code).
2009-08-13 ramiro Rename "funny" code to "mmx2 filter" code.
2009-08-13 ramiro Indent.
2009-08-13 ramiro swscale-example: Remove hack to end loop by setting variables to break.
2009-08-13 ramiro swscale-example: Don't return random value from main().
2009-08-13 ramiro swscale-example: Check for Gray formats.
2009-08-12 cehoyos Fix possible double-free.
2009-08-12 reimar make codec-cfg reuse the proper defined constants for all RGB/BGR formats
2009-08-12 reimar 100l, fix compilation again and make codec-cfg.c use the predefined constants
2009-08-12 reimar 1000l, RGB48BE does _not_ use 49 bit/pixel, probably fixes 48 bit PNG decoding.
2009-08-12 cehoyos Allow decoding of 48 bit png image files.
2009-08-11 greg Use new libavformat metadata API.
2009-08-11 cehoyos s/RG48xE/RGB48xE
2009-08-11 cehoyos Make *avcctx AVCodecContext instead of void.
2009-08-11 cehoyos Fix H.264 SPS parsing in case of scaling list present.
2009-08-11 cehoyos Fix a crash when playing some H264 over rtsp streams: Do pass an
2009-08-11 reimar Explain how formats must be ordered in fmt_list so the parser can handle
2009-08-11 reimar fmt_table should be const as well.
2009-08-11 cehoyos Parse BitsPerSample and SamplesPerSec when playing PCM in X-QT over
2009-08-11 cehoyos Allow dpx image files as input.
2009-08-11 cehoyos Allow out-formats for IMGFMT_RGB48* in codecs.conf.
2009-08-11 cehoyos Map IMGFMT_RGB48xE to PIX_FMT_RGB48xE.
2009-08-11 cehoyos Add IMGFMT_RGB48LE and IMGFMT_RGB48BE.