Mercurial > mplayer.hg
graph
-
Fix an endless loop if all programs are empty.2009-09-08, by reimar
-
Make indentation consistent with the rest of the file2009-09-08, by reimar
-
Never switch to a program with no audio and no video.2009-09-08, by reimar
-
Always register all streams from libavformat, not just those belonging to a program.2009-09-08, by reimar
-
100l, forgot to use "test" for checking the value of the quicktime variable2009-09-08, by reimar
-
Add support for lavf vqf demuxer and lavc TwinVQ decoder.2009-09-07, by vitor
-
Indent.2009-09-07, by ramiro
-
Avoid bash-specific 'let' syntax in shell scripts.2009-09-07, by diego
-
Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and label2009-09-06, by ramiro
-
Indent.2009-09-05, by ramiro
-
Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt().2009-09-05, by ramiro
-
Add standard license header and move a misplaced comment.2009-09-05, by reimar
-
sync with en/mplayer.1 r296382009-09-05, by jrash
-
Fix grammar mistake noticed by Alexander Strasser.2009-09-04, by diego
-
Factor out duplicated code to set play video scaled by a certain factor.2009-09-04, by reimar
-
Subopt parser subopts should now be const.2009-09-04, by reimar
-
10l, -framework QuickTime must be added to extra_ldflags, not libs_mplayer since2009-09-04, by reimar
-
Disable liba52 SSE imdct for x86_64+PIC (e.g. OSX 64 bit) since it will2009-09-04, by reimar
-
Support x86_64 + PIC in mangle.h, needed for OS X 64 bit compiles.2009-09-04, by reimar
-
Split QuickTime check off from quartz check and use the result to enable/disable2009-09-04, by reimar
-
100l, SIZE_MAX must be UINT_MAX to prevent an integer overflow later on,2009-09-04, by reimar
-
Improve wording for file/directory specific config file explanation.2009-09-03, by reimar
-
10l, fix misplaced check in r29613, for loop detection we must compare2009-09-02, by reimar
-
Limit amount of data allocated on stack, strlen(filename) is not a good idea for2009-09-02, by reimar
-
Document directory-specific configuration file.2009-09-02, by reimar
-
Add support for directory-specific mplayer.conf configuration file.2009-09-02, by reimar
-
enable ffwmapro2009-09-02, by faust3
-
Consistently use sizeof(variable) instead of sizeof(type) where easily possible.2009-09-02, by reimar
-
Cosmetics: get rid of many pointless ()2009-09-02, by reimar
-
Reduce code duplication for half/normal/double video size handling.2009-09-02, by reimar
-
Remove unused variable.2009-09-02, by reimar
-
The suboption parser now takes a const options list, so mark them all const.2009-09-02, by reimar
-
free(), delete and delete[] are all different and can't just be used at random,2009-09-02, by reimar
-
Fix possible crashes with invalid SDPs that result in stream descriptions2009-09-02, by reimar
-
Fix several more rtsp-related memleaks.2009-09-02, by reimar
-
Fix asmrp_dispose to also free the buffer.2009-09-02, by reimar
-
Use calloc to ensure rmff_new_mdpr returns fully initialized data.2009-09-02, by reimar
-
Move variable declaration to where it is used.2009-09-02, by reimar
-
Make sure we do not strdup(NULL), avoids a crash with non-real streams.2009-09-02, by reimar
-
Fix several memleaks in real_setup_and_get_header2009-09-02, by reimar
-
Change real_setup_and_get_header to use goto a single exit path to simplify2009-09-02, by reimar
-
vo_quartz: change deallocation/uninit to more reliably free allocated data.2009-09-02, by reimar
-
Make glContext a local variable, it is not needed outside the function2009-09-01, by reimar
-
Add a dealloc function to corevideo to reduce the memleaks from2009-09-01, by reimar
-
Fix some of the major memleaks of vo_corevideo with -fixed-vo2009-09-01, by reimar
-
Do not do a unmap/map cycle on Windows given with -wid, with some window2009-09-01, by reimar
-
Make the loop detection for mov reference files less aggressive, fixes2009-09-01, by reimar
-
Check setGlWindow return value to fail properly instead of crashing if e.g.2009-09-01, by reimar
-
Add a hack to ensure data from e.g. mov format -subfile gets read at all2009-09-01, by reimar
-
Hack demux_demuxers so that demux_demuxers_fill_buffer is actually called.2009-09-01, by reimar
-
Make shm_fd a local variable and close it when we need it no longer, thus2009-09-01, by reimar
-
Reduce vo_corevideo memleaks by initializing static context etc. only once2009-09-01, by reimar
-
Fix memleak when using fontconfig without a font name.2009-09-01, by reimar
-
Use MPlayer's standard aspect handling functions in corevideo2009-09-01, by reimar
-
The libamrnb *en*coder, not the *de*coder should be added to the list of2009-09-01, by diego
-
Fix per-file config file loading for DOS paths (i.e. where \ and : can2009-08-31, by reimar
-
Factor out code to try and load a config file only if it exists.2009-08-31, by reimar
-
Move variable declaration into block where it is used and make it const.2009-08-31, by reimar
-
Make m_config_parse_config_file file name argument const2009-08-31, by reimar
-
Fix MPEG-4 ASP in MPEG transport streams with -demuxer lavf.2009-08-31, by cehoyos
-
Fix EAC3 in MPEG transport streams with -demuxer lavf.2009-08-31, by cehoyos
-
Also check linker flags to make sure that liveMedia libraries are there, too,2009-08-31, by reimar
-
Fix DTS in MPEG transport streams with -demuxer lavf.2009-08-31, by cehoyos
-
Fix AAC in MPEG transport stream for -demuxer lavf.2009-08-31, by cehoyos
-
cosmetics: alphabetically order lists2009-08-31, by diego
-
bpcm is internal mplayer fourcc2009-08-30, by compn
-
Rename mp_wav_override_tag* as mp_codecid_override_tag* to reflect that2009-08-30, by cehoyos
-
Revert r29404.2009-08-30, by cehoyos
-
Fix MPEG2 and H264 in MPEG transport stream with demuxer lavf.2009-08-30, by cehoyos
-
Use mp_wav_override_taglists for both audio and video.2009-08-30, by cehoyos
-
Fix MP2 and AC3 with demuxer lavf in MPEG transport streams.2009-08-30, by cehoyos
-
Support PCM in Bluray streams.2009-08-30, by cehoyos
-
Curly brackets cosmetics for previous commit.2009-08-29, by ramiro
-
Check for return value of initFilter().2009-08-29, by ramiro
-
Revert mistakenly commited hunk.2009-08-29, by ramiro
-
swscale: Check for return values of malloc.2009-08-29, by ramiro
-
swscale-example: Free memory used by input data.2009-08-29, by ramiro
-
Restore comment that was partially removed.2009-08-29, by ramiro
-
Synced with help_mp-en.h r295492009-08-29, by jrash
-
sync with en/mplayer.1 r295552009-08-29, by jrash
-
Port feature from corevideo: remember half/double size settings and reapply2009-08-28, by reimar
-
Make aspect switching work again (used the wrong variable and always2009-08-28, by reimar
-
Fix implicit declaration of mp_input_.. functions.2009-08-28, by reimar
-
1l, use sizeof for snprintf size instead of hard-coding the current value.2009-08-28, by reimar
-
Reuse the osx_common convert_key function to convert OSX keycodes to MPlayer2009-08-28, by reimar
-
Move aspect change handling from vo_quartz to osx_common.2009-08-28, by reimar
-
Add osx_common.c and move the keycode conversion (OSX to MPlayer) there.2009-08-28, by reimar
-
Use the standard MPlayer aspect handling instead of reimplementing our own in vo_quartz.2009-08-28, by reimar
-
Remove unused movie_aspect extern declaration.2009-08-27, by reimar
-
Use lookup_keymap_table function with data structure instead of huge switch-case2009-08-27, by reimar
-
Enable calc_src_dst_rects for windowed aspect and panscan.2009-08-27, by reimar
-
Remove panscan related conditions and code that only breaks future windowed2009-08-27, by reimar
-
Add infrastructure and test code to enable aspect scaling and panscan in windowed mode.2009-08-27, by reimar
-
Fix video placement with -vo gl2 -fs -wid.2009-08-27, by reimar
-
-vo gl2 resize does not need to modify its arguments, so pass int instead of int *.2009-08-27, by reimar
-
Simplify -vo gl ass border etc. dimension calculation one bit more.2009-08-27, by reimar
-
Remove useless code that has no effect.2009-08-27, by reimar
-
Simplify and fix ass border calculations for -vo gl and -wid -fs mode.2009-08-27, by reimar
-
Make panscan cover the same range in -wid -fs mode as in normal mode.2009-08-27, by reimar
-
Disable -keepaspect with -wid in w32_common code.2009-08-27, by reimar
-
Fix aspect_fit to work correctly when borders need to be added on top and2009-08-27, by reimar
-
Forgotten changes to aspect code to handle -wid with -fs.2009-08-27, by reimar
-
First attempts at supporting -fs with -wid, -vo gl on X11 only so far2009-08-27, by reimar
-
Expand wid explanation.2009-08-27, by cehoyos
-
Reindent2009-08-26, by reimar
-
Retry deciding to get audio parameters several times on errors, this avoids2009-08-26, by reimar
-
Adjust documentation about filtering out whitespace changes from 'svn diff'.2009-08-26, by diego
-
Fix DTS in least one Bluray sample with demuxer lavf.2009-08-26, by cehoyos
-
Fix AC3 in least one Bluray sample with demuxer lavf.2009-08-26, by cehoyos
-
Use a buffer of about half a second, instead of sizing it to have2009-08-24, by cladisch
-
swscale-example: Rename src->ref so as to not confuse with src being used in doTest().2009-08-23, by ramiro
-
swscale-example: Use SWS_BILINEAR instead of hardcoded value.2009-08-23, by ramiro
-
Reuse ds_get_packet in ds_get_packet_pts2009-08-23, by reimar
-
Fix inconsistent indentation.2009-08-22, by ramiro
-
Add suport for detecting and demuxing DVB teletext streams (nothing beyond that though).2009-08-21, by reimar
-
Check return values of sws_allocVec() and sws_getConstVec().2009-08-20, by ramiro
-
OpenAL: untested support for 8-channel audio.2009-08-19, by reimar
-
Fix channel reordering when using 24-bit samples by adding breaks to cases2009-08-19, by tack
-
Change ao_dart to use AVFifoBuffer instead of its own fifo implementation, too.2009-08-19, by reimar
-
Fix detection of mips arch on NetBSD/sgimips.2009-08-19, by diego
-
Free initial swscale context, too. Avoids a valgrind warning.2009-08-19, by reimar
-
Remove useless casts of malloc return value.2009-08-19, by reimar
-
Introduce and use sws_allocVec().2009-08-19, by ramiro
-
Reuse sws_getConstVec() where possible.2009-08-19, by ramiro
-
Cosmetics: adjust alignment.2009-08-18, by tack
-
Fix incorrect channel ordering for lavc audio codecs (specifically ffac3,2009-08-18, by tack
-
Fix incompatible pointer types warning, also seems to fix mis-compilation with gcc-4.4.12009-08-17, by reimar
-
Fix 100l broken flag check found due to compiler warning.2009-08-17, by reimar
-
Set demuxer->filepos in mf demuxer, since the stream_tell fallback is not2009-08-17, by reimar
-
Get rid of rawaudio control code again that only duplicates the fallback code in2009-08-17, by reimar
-
Handle demuxers that never set filepos by using stream_tell.2009-08-17, by reimar
-
swscale-example: Make selection of dstW, dstH, and flags more clear.2009-08-17, by ramiro
-
Add some protection to the rawaudio GET_LENGTH/GET_PERCENT_POS in case the2009-08-16, by reimar
-
Implement DEMUXER_CTRL_GET_TIME_LENGTH and DEMUXER_CTRL_GET_PERCENT_POS for2009-08-16, by reimar
-
More indentation changes leftover from r29522:2009-08-16, by ramiro
-
Cosmetics:2009-08-16, by ramiro
-
Indent libswscale:2009-08-16, by ramiro
-
Fix file information. Patch by Francesco Lavra, francescolavra interfree it2009-08-15, by cehoyos
-
Add missing major contributors to copyright statement.2009-08-15, by cehoyos
-
improve previous translation2009-08-15, by jrash
-
Indent.2009-08-15, by ramiro
-
Vertical yuv -> yuv16 scaler.2009-08-14, by ramiro
-
Allow compilation with gcc 2.95.3 if videodev2.h does not support it.2009-08-14, by cehoyos
-
BGR32 MMX special convertor.2009-08-14, by ramiro
-
Fix crash when event format is not specified2009-08-13, by greg
-
Add Dolby TrueHD support for mkv demuxer.2009-08-13, by cehoyos
-
Indent.2009-08-13, by ramiro
-
swscale-example: Don't check for chroma planes in mono formats.2009-08-13, by ramiro
-
MMX2 horizontal scaler: Determine code size at runtime.2009-08-13, by ramiro
-
Protect mmx2 filter code buffers so they are not executable and writeable at2009-08-13, by ramiro
-
Remove duplicate define (it is the same in the lum code).2009-08-13, by ramiro
-
Rename "funny" code to "mmx2 filter" code.2009-08-13, by ramiro
-
Indent.2009-08-13, by ramiro
-
swscale-example: Remove hack to end loop by setting variables to break.2009-08-13, by ramiro
-
swscale-example: Don't return random value from main().2009-08-13, by ramiro
-
swscale-example: Check for Gray formats.2009-08-13, by ramiro
-
Fix possible double-free.2009-08-12, by cehoyos
-
make codec-cfg reuse the proper defined constants for all RGB/BGR formats2009-08-12, by reimar
-
100l, fix compilation again and make codec-cfg.c use the predefined constants2009-08-12, by reimar
-
1000l, RGB48BE does _not_ use 49 bit/pixel, probably fixes 48 bit PNG decoding.2009-08-12, by reimar
-
Allow decoding of 48 bit png image files.2009-08-12, by cehoyos
-
Use new libavformat metadata API.2009-08-11, by greg
-
s/RG48xE/RGB48xE2009-08-11, by cehoyos
-
Make *avcctx AVCodecContext instead of void.2009-08-11, by cehoyos
-
Fix H.264 SPS parsing in case of scaling list present.2009-08-11, by cehoyos
-
Fix a crash when playing some H264 over rtsp streams: Do pass an2009-08-11, by cehoyos
-
Explain how formats must be ordered in fmt_list so the parser can handle2009-08-11, by reimar
-
fmt_table should be const as well.2009-08-11, by reimar
-
Parse BitsPerSample and SamplesPerSec when playing PCM in X-QT over2009-08-11, by cehoyos
-
Allow dpx image files as input.2009-08-11, by cehoyos
-
Allow out-formats for IMGFMT_RGB48* in codecs.conf.2009-08-11, by cehoyos
-
Map IMGFMT_RGB48xE to PIX_FMT_RGB48xE.2009-08-11, by cehoyos
-
Add IMGFMT_RGB48LE and IMGFMT_RGB48BE.2009-08-11, by cehoyos
-
Remove disabled debug code.2009-08-10, by diego
-
Put some altivec code under COMPILE_ALTIVEC, and not HAVE_ALTIVEC.2009-08-09, by ramiro
-
Remove 'offset' argument from PUTRGB* macros since it's unneeded and caused2009-08-09, by kostya
-
Remove disabled crufty code.2009-08-08, by diego
-
100l, av_fifo_generic_read does not return anything useful, so ignore its2009-08-08, by reimar
-
Add a giant hack to the x264 encoder module to ensure all delayed frames are2009-08-07, by reimar
-
Replace macro: MAX -> FFMAX2009-08-06, by ben
-
Do not leak the mixer handle if setting of a volume fails.2009-08-06, by cladisch
-
Fix QT RLE in X-QT via rtsp://.2009-08-05, by cehoyos
-
Make sure it builds with -ftracer2009-08-04, by lu_zero
-
Only #include stream/stream_dvd.h when libdvdread is enabled.2009-08-03, by diego
-
Only #include stream/dvbin.h when DVB is enabled.2009-08-03, by diego
-
Make sure that unavailable message languages are not accepted.2009-08-03, by diego
-
Improve wording for missing sctp support2009-08-03, by lu_zero
-
Remove pointless #ifdefs around harmless internal header #includes.2009-08-02, by diego
-
Fix another typo. Patch by Francesco Lavra, francescolavra interfree it2009-08-02, by cehoyos
-
dpkg-buildpackage automatically sets CFLAGS and pals to -g -O2.2009-08-02, by diego
-
Add standard GPL license header. Patch by Francesco Lavra, francescolavra interfree it2009-08-02, by cehoyos
-
Fix more typos. Patch by Francesco Lavra, francescolavra interfree it2009-08-02, by cehoyos
-
Remove unused include's. Patch by Francesco Lavra, francescolavra interfree it2009-08-02, by cehoyos
-
Fix typos. Patch by Francesco Lavra, francescolavra interfree it2009-08-02, by cehoyos
-
Fix regression when converting to nv12/nv21.2009-08-01, by cehoyos
-
Add a variable in config.mak whether SHM support is enabled or not.2009-07-31, by ben
-
sync with en/mplayer.1 r294612009-07-31, by jrash
-
Update documentation for libamr replacement by OpenCORE in FFmpeg.2009-07-30, by diego
-
move truehd to correct section2009-07-30, by compn
-
undocumented keyword2009-07-30, by compn
-
start rc4 changelog, where did rc3 go?2009-07-30, by compn
-
handle TrueHD streams (they are carried in 0xFD PES streams in substream 0x72)2009-07-30, by nicodvb
-
added inexistant TRHD fourcc to handle TRUEHD streams in forthcoming patch2009-07-30, by nicodvb
-
stream/realrtsp/real.c: Fix another integer overflow2009-07-28, by uau
-
MMX2 scaler: Remove {} block leftover from factorization in initMMX2Scaler().2009-07-28, by ramiro
-
MMX2 scaler: factorize initMMX2Scaler().2009-07-28, by ramiro
-
MMX2 scaler: add variable to ease factorization of initMMX2Scaler().2009-07-28, by ramiro
-
Indent.2009-07-28, by ramiro
-
Remove duplicate horizontal scaling when there aren't enough lines in a slice2009-07-28, by ramiro
-
Remove useless code.2009-07-28, by ramiro
-
Fix stupid, off-by-one, mistakes in assert() expressions.2009-07-27, by eugeni
-
stream/realrtsp/real.c: Fix integer overflow2009-07-27, by uau
-
Do not misuse HAVE_ defines. Introduce COMPILE_TEMPLATE_ defines and use them2009-07-27, by ramiro
-
Factorize x86 fast_bilinear assembly.2009-07-27, by ramiro
-
Fix assembly comments for x86 fast_bilinear so they match the C code.2009-07-27, by ramiro
-
Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.2009-07-26, by diego
-
Make diff apply cleanly to our tree again.2009-07-26, by diego
-
Set both HAVE_BIGENDIAN and WORDS_BIGENDIAN.2009-07-26, by diego
-
Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN.2009-07-26, by cehoyos
-
Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN2009-07-26, by mru
-
Use the correct OSS format, where possible, for mplayer's packed 24-bit2009-07-24, by cladisch
-
Remove unnecessary #include <unistd.h>2009-07-23, by mru
-
grammar and sentence fix2009-07-22, by ptt
-
Remove unused variables.2009-07-21, by ramiro
-
Use correct ALSA sample format for 24-bit samples packed in three bytes.2009-07-21, by cladisch
-
Bandaid compilation fix: Disable ivtv VIDIX driver until a proper test exists.2009-07-19, by diego
-
The Makefile variable names for external libraries in FFmpeg changed.2009-07-19, by diego
-
Move some variable declarations up to avoid the warnings:2009-07-19, by diego
-
Remove redundant ivtv VIDIX driver variable declarations.2009-07-19, by diego
-
The ivtv vo driver and the ivtv VIDIX driver are unrelated; do not disable the2009-07-19, by diego
-
Handle 24bit audio formats natively by ALSA.2009-07-19, by iive
-
Fix 24bit audio playback.2009-07-19, by iive
-
Change libamr support to libopencore-amr support.2009-07-18, by diego
-
Make sure clip coordinates are inside the screen area.2009-07-18, by eugeni
-
Cosmetics: make some variables constant to signify their intended use and,2009-07-18, by eugeni
-
Fix read after the end of allocated buffer.2009-07-18, by eugeni
-
sync with en/mplayer.1 r294132009-07-18, by jrash
-
Restore alphabetic order for HAVE_ defines.2009-07-17, by cehoyos
-
Remove CONFIG_LIBAMR_NB_FIXED #define, which no longer exists in FFmpeg.2009-07-17, by diego
-
Assume HAVE_ATTRIBUTE_PACKED.2009-07-17, by cehoyos
-
synced with r394132009-07-13, by Gabrov
-
Fix compilation after FFmpeg r19395.2009-07-11, by cehoyos
-
Disable libavcodec AAC encoder, there are too many systems where it doesn't compile.2009-07-09, by reimar
-
Remove dependency from swscale_internal.h to lavu/internal.h, it is no longer2009-07-09, by ramiro
-
20% faster hqdn3d on x86_642009-07-07, by lorenm
-
new debanding filter2009-07-07, by lorenm
-
The AltiVec code in libswscale no longer is under GPL.2009-07-05, by diego
-
Add a section about handling external code to the policy.2009-07-04, by diego
-
add truemotion rt binary codec for TR20 fourcc2009-07-03, by compn
-
Use enum PixelFormat in sws_format_name() prototype2009-07-01, by mru
-
Print information about chapters with -identify.2009-06-28, by reimar
-
Make set_property chapter 0-based like all other chapter-related2009-06-28, by reimar
-
add binary codec for NTN1 and NTN2 fourcc2009-06-27, by compn
-
add 0xA106 twocc to aac decoders, fixes facebook sample2009-06-27, by compn