| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a hack to ensure data from e.g. mov format -subfile gets read at all | reimar | 2009-09-01 | 1 | -0/+4 |
* | Hack demux_demuxers so that demux_demuxers_fill_buffer is actually called. | reimar | 2009-09-01 | 1 | -3/+6 |
* | Make shm_fd a local variable and close it when we need it no longer, thus | reimar | 2009-09-01 | 1 | -1/+3 |
* | Reduce vo_corevideo memleaks by initializing static context etc. only once | reimar | 2009-09-01 | 1 | -14/+26 |
* | Fix memleak when using fontconfig without a font name. | reimar | 2009-09-01 | 1 | -3/+1 |
* | Use MPlayer's standard aspect handling functions in corevideo | reimar | 2009-09-01 | 2 | -100/+30 |
* | The libamrnb *en*coder, not the *de*coder should be added to the list of | diego | 2009-09-01 | 1 | -1/+1 |
* | Fix per-file config file loading for DOS paths (i.e. where \ and : can | reimar | 2009-08-31 | 1 | -1/+10 |
* | Factor out code to try and load a config file only if it exists. | reimar | 2009-08-31 | 1 | -11/+16 |
* | Move variable declaration into block where it is used and make it const. | reimar | 2009-08-31 | 1 | -1/+1 |
* | Make m_config_parse_config_file file name argument const | reimar | 2009-08-31 | 2 | -2/+2 |
* | Fix MPEG-4 ASP in MPEG transport streams with -demuxer lavf. | cehoyos | 2009-08-31 | 1 | -0/+1 |
* | Fix EAC3 in MPEG transport streams with -demuxer lavf. | cehoyos | 2009-08-31 | 1 | -0/+1 |
* | Also check linker flags to make sure that liveMedia libraries are there, too, | reimar | 2009-08-31 | 1 | -2/+3 |
* | Fix DTS in MPEG transport streams with -demuxer lavf. | cehoyos | 2009-08-31 | 1 | -0/+1 |
* | Fix AAC in MPEG transport stream for -demuxer lavf. | cehoyos | 2009-08-31 | 1 | -0/+1 |
* | cosmetics: alphabetically order lists | diego | 2009-08-31 | 1 | -6/+6 |
* | bpcm is internal mplayer fourcc | compn | 2009-08-30 | 1 | -1/+1 |
* | Rename mp_wav_override_tag* as mp_codecid_override_tag* to reflect that | cehoyos | 2009-08-30 | 3 | -4/+6 |
* | Revert r29404. | cehoyos | 2009-08-30 | 1 | -2/+0 |
* | Fix MPEG2 and H264 in MPEG transport stream with demuxer lavf. | cehoyos | 2009-08-30 | 1 | -0/+2 |
* | Use mp_wav_override_taglists for both audio and video. | cehoyos | 2009-08-30 | 1 | -6/+4 |
* | Fix MP2 and AC3 with demuxer lavf in MPEG transport streams. | cehoyos | 2009-08-30 | 1 | -0/+2 |
* | Support PCM in Bluray streams. | cehoyos | 2009-08-30 | 2 | -0/+8 |
* | Curly brackets cosmetics for previous commit. | ramiro | 2009-08-29 | 1 | -6/+3 |
* | Check for return value of initFilter(). | ramiro | 2009-08-29 | 1 | -8/+12 |
* | Revert mistakenly commited hunk. | ramiro | 2009-08-29 | 1 | -3/+2 |
* | swscale: Check for return values of malloc. | ramiro | 2009-08-29 | 3 | -24/+47 |
* | swscale-example: Free memory used by input data. | ramiro | 2009-08-29 | 1 | -0/+2 |
* | Restore comment that was partially removed. | ramiro | 2009-08-29 | 1 | -0/+1 |
* | Synced with help_mp-en.h r29549 | jrash | 2009-08-29 | 1 | -63/+53 |
* | sync with en/mplayer.1 r29555 | jrash | 2009-08-29 | 1 | -4/+6 |
* | Port feature from corevideo: remember half/double size settings and reapply | reimar | 2009-08-28 | 1 | -0/+6 |
* | Make aspect switching work again (used the wrong variable and always | reimar | 2009-08-28 | 1 | -1/+1 |
* | Fix implicit declaration of mp_input_.. functions. | reimar | 2009-08-28 | 1 | -0/+1 |
* | 1l, use sizeof for snprintf size instead of hard-coding the current value. | reimar | 2009-08-28 | 1 | -1/+1 |
* | Reuse the osx_common convert_key function to convert OSX keycodes to MPlayer | reimar | 2009-08-28 | 2 | -53/+4 |
* | Move aspect change handling from vo_quartz to osx_common. | reimar | 2009-08-28 | 3 | -12/+34 |
* | Add osx_common.c and move the keycode conversion (OSX to MPlayer) there. | reimar | 2009-08-28 | 5 | -191/+48 |
* | Use the standard MPlayer aspect handling instead of reimplementing our own in... | reimar | 2009-08-28 | 1 | -80/+42 |
* | Remove unused movie_aspect extern declaration. | reimar | 2009-08-27 | 1 | -1/+0 |
* | Use lookup_keymap_table function with data structure instead of huge switch-case | reimar | 2009-08-27 | 1 | -50/+33 |
* | Enable calc_src_dst_rects for windowed aspect and panscan. | reimar | 2009-08-27 | 1 | -3/+3 |
* | Remove panscan related conditions and code that only breaks future windowed | reimar | 2009-08-27 | 1 | -14/+0 |
* | Make gl2 code capable of windowed aspect and panscan (no user option to enabl... | reimar | 2009-08-27 | 1 | -4/+4 |
* | Add infrastructure and test code to enable aspect scaling and panscan in wind... | reimar | 2009-08-27 | 4 | -9/+28 |
* | Fix video placement with -vo gl2 -fs -wid. | reimar | 2009-08-27 | 1 | -1/+1 |
* | -vo gl2 resize does not need to modify its arguments, so pass int instead of ... | reimar | 2009-08-27 | 1 | -12/+12 |
* | Simplify -vo gl ass border etc. dimension calculation one bit more. | reimar | 2009-08-27 | 1 | -3/+1 |
* | Remove useless code that has no effect. | reimar | 2009-08-27 | 1 | -3/+0 |
* | Simplify and fix ass border calculations for -vo gl and -wid -fs mode. | reimar | 2009-08-27 | 1 | -6/+3 |
* | Make panscan cover the same range in -wid -fs mode as in normal mode. | reimar | 2009-08-27 | 1 | -8/+17 |
* | Disable -keepaspect with -wid in w32_common code. | reimar | 2009-08-27 | 1 | -1/+1 |
* | Fix aspect_fit to work correctly when borders need to be added on top and | reimar | 2009-08-27 | 1 | -2/+2 |
* | Forgotten changes to aspect code to handle -wid with -fs. | reimar | 2009-08-27 | 2 | -0/+6 |
* | First attempts at supporting -fs with -wid, -vo gl on X11 only so far | reimar | 2009-08-27 | 2 | -1/+9 |
* | Expand wid explanation. | cehoyos | 2009-08-27 | 1 | -0/+3 |
* | Reindent | reimar | 2009-08-26 | 1 | -1/+1 |
* | Retry deciding to get audio parameters several times on errors, this avoids | reimar | 2009-08-26 | 1 | -0/+3 |
* | Adjust documentation about filtering out whitespace changes from 'svn diff'. | diego | 2009-08-26 | 1 | -1/+1 |
* | Fix DTS in least one Bluray sample with demuxer lavf. | cehoyos | 2009-08-26 | 1 | -0/+2 |
* | Fix AC3 in least one Bluray sample with demuxer lavf. | cehoyos | 2009-08-26 | 1 | -0/+1 |
* | Use a buffer of about half a second, instead of sizing it to have | cladisch | 2009-08-24 | 2 | -83/+3 |
* | swscale-example: Rename src->ref so as to not confuse with src being used in ... | ramiro | 2009-08-23 | 1 | -2/+2 |
* | swscale-example: Use SWS_BILINEAR instead of hardcoded value. | ramiro | 2009-08-23 | 1 | -1/+1 |
* | Reuse ds_get_packet in ds_get_packet_pts | reimar | 2009-08-23 | 1 | -11/+4 |
* | Fix inconsistent indentation. | ramiro | 2009-08-22 | 1 | -2/+2 |
* | Add suport for detecting and demuxing DVB teletext streams (nothing beyond th... | reimar | 2009-08-21 | 1 | -6/+16 |
* | Check return values of sws_allocVec() and sws_getConstVec(). | ramiro | 2009-08-20 | 1 | -0/+21 |
* | OpenAL: untested support for 8-channel audio. | reimar | 2009-08-19 | 1 | -2/+3 |
* | Fix channel reordering when using 24-bit samples by adding breaks to cases | tack | 2009-08-19 | 1 | -0/+4 |
* | Change ao_dart to use AVFifoBuffer instead of its own fifo implementation, too. | reimar | 2009-08-19 | 1 | -69/+11 |
* | Fix detection of mips arch on NetBSD/sgimips. | diego | 2009-08-19 | 1 | -1/+1 |
* | Free initial swscale context, too. Avoids a valgrind warning. | reimar | 2009-08-19 | 1 | -0/+1 |
* | Remove useless casts of malloc return value. | reimar | 2009-08-19 | 1 | -3/+3 |
* | Introduce and use sws_allocVec(). | ramiro | 2009-08-19 | 2 | -18/+23 |
* | Reuse sws_getConstVec() where possible. | ramiro | 2009-08-19 | 1 | -34/+10 |
* | Cosmetics: adjust alignment. | tack | 2009-08-18 | 1 | -3/+3 |
* | Fix incorrect channel ordering for lavc audio codecs (specifically ffac3, | tack | 2009-08-18 | 5 | -41/+30 |
* | Fix incompatible pointer types warning, also seems to fix mis-compilation wit... | reimar | 2009-08-17 | 1 | -2/+2 |
* | Fix 100l broken flag check found due to compiler warning. | reimar | 2009-08-17 | 1 | -1/+1 |
* | Set demuxer->filepos in mf demuxer, since the stream_tell fallback is not | reimar | 2009-08-17 | 1 | -3/+3 |
* | Get rid of rawaudio control code again that only duplicates the fallback code in | reimar | 2009-08-17 | 1 | -20/+0 |
* | Handle demuxers that never set filepos by using stream_tell. | reimar | 2009-08-17 | 2 | -3/+5 |
* | swscale-example: Make selection of dstW, dstH, and flags more clear. | ramiro | 2009-08-17 | 1 | -8/+12 |
* | Add some protection to the rawaudio GET_LENGTH/GET_PERCENT_POS in case the | reimar | 2009-08-16 | 1 | -1/+2 |
* | Implement DEMUXER_CTRL_GET_TIME_LENGTH and DEMUXER_CTRL_GET_PERCENT_POS for | reimar | 2009-08-16 | 1 | -1/+18 |
* | More indentation changes leftover from r29522: | ramiro | 2009-08-16 | 2 | -693/+693 |
* | Cosmetics: | ramiro | 2009-08-16 | 15 | -766/+579 |
* | Indent libswscale: | ramiro | 2009-08-16 | 8 | -1756/+1756 |
* | Fix file information. Patch by Francesco Lavra, francescolavra interfree it | cehoyos | 2009-08-15 | 1 | -1/+1 |
* | Add missing major contributors to copyright statement. | cehoyos | 2009-08-15 | 1 | -0/+2 |
* | improve previous translation | jrash | 2009-08-15 | 1 | -288/+288 |
* | Indent. | ramiro | 2009-08-15 | 1 | -4/+4 |
* | Vertical yuv -> yuv16 scaler. | ramiro | 2009-08-14 | 2 | -0/+101 |
* | Allow compilation with gcc 2.95.3 if videodev2.h does not support it. | cehoyos | 2009-08-14 | 1 | -1/+1 |
* | BGR32 MMX special convertor. | ramiro | 2009-08-14 | 2 | -21/+85 |
* | Fix crash when event format is not specified | greg | 2009-08-13 | 1 | -2/+9 |
* | Add Dolby TrueHD support for mkv demuxer. | cehoyos | 2009-08-13 | 2 | -1/+5 |
* | Indent. | ramiro | 2009-08-13 | 1 | -20/+20 |
* | swscale-example: Don't check for chroma planes in mono formats. | ramiro | 2009-08-13 | 1 | -1/+6 |
* | MMX2 horizontal scaler: Determine code size at runtime. | ramiro | 2009-08-13 | 2 | -14/+24 |
* | Protect mmx2 filter code buffers so they are not executable and writeable at | ramiro | 2009-08-13 | 1 | -2/+7 |
* | Remove duplicate define (it is the same in the lum code). | ramiro | 2009-08-13 | 1 | -21/+0 |
* | Rename "funny" code to "mmx2 filter" code. | ramiro | 2009-08-13 | 3 | -50/+50 |
* | Indent. | ramiro | 2009-08-13 | 1 | -2/+2 |
* | swscale-example: Remove hack to end loop by setting variables to break. | ramiro | 2009-08-13 | 1 | -13/+5 |
* | swscale-example: Don't return random value from main(). | ramiro | 2009-08-13 | 1 | -1/+1 |
* | swscale-example: Check for Gray formats. | ramiro | 2009-08-13 | 1 | -3/+9 |
* | Fix possible double-free. | cehoyos | 2009-08-12 | 1 | -1/+1 |
* | make codec-cfg reuse the proper defined constants for all RGB/BGR formats | reimar | 2009-08-12 | 1 | -14/+14 |
* | 100l, fix compilation again and make codec-cfg.c use the predefined constants | reimar | 2009-08-12 | 2 | -3/+3 |
* | 1000l, RGB48BE does _not_ use 49 bit/pixel, probably fixes 48 bit PNG decoding. | reimar | 2009-08-12 | 1 | -1/+1 |
* | Allow decoding of 48 bit png image files. | cehoyos | 2009-08-12 | 1 | -1/+1 |
* | Use new libavformat metadata API. | greg | 2009-08-11 | 1 | -10/+9 |
* | s/RG48xE/RGB48xE | cehoyos | 2009-08-11 | 2 | -3/+3 |
* | Make *avcctx AVCodecContext instead of void. | cehoyos | 2009-08-11 | 2 | -3/+5 |
* | Fix H.264 SPS parsing in case of scaling list present. | cehoyos | 2009-08-11 | 1 | -2/+15 |
* | Fix a crash when playing some H264 over rtsp streams: Do pass an | cehoyos | 2009-08-11 | 2 | -1/+7 |
* | Explain how formats must be ordered in fmt_list so the parser can handle | reimar | 2009-08-11 | 1 | -0/+3 |
* | fmt_table should be const as well. | reimar | 2009-08-11 | 1 | -1/+1 |
* | Parse BitsPerSample and SamplesPerSec when playing PCM in X-QT over | cehoyos | 2009-08-11 | 1 | -0/+4 |
* | Allow dpx image files as input. | cehoyos | 2009-08-11 | 2 | -0/+9 |
* | Allow out-formats for IMGFMT_RGB48* in codecs.conf. | cehoyos | 2009-08-11 | 1 | -0/+2 |
* | Map IMGFMT_RGB48xE to PIX_FMT_RGB48xE. | cehoyos | 2009-08-11 | 1 | -0/+2 |
* | Add IMGFMT_RGB48LE and IMGFMT_RGB48BE. | cehoyos | 2009-08-11 | 3 | -0/+6 |
* | Remove disabled debug code. | diego | 2009-08-10 | 1 | -9/+0 |
* | Put some altivec code under COMPILE_ALTIVEC, and not HAVE_ALTIVEC. | ramiro | 2009-08-09 | 1 | -2/+2 |
* | Remove 'offset' argument from PUTRGB* macros since it's unneeded and caused | kostya | 2009-08-09 | 1 | -66/+66 |
* | Remove disabled crufty code. | diego | 2009-08-08 | 3 | -42/+0 |
* | 100l, av_fifo_generic_read does not return anything useful, so ignore its | reimar | 2009-08-08 | 2 | -3/+5 |
* | Add a giant hack to the x264 encoder module to ensure all delayed frames are | reimar | 2009-08-07 | 1 | -1/+3 |
* | Replace macro: MAX -> FFMAX | ben | 2009-08-06 | 1 | -6/+5 |
* | Do not leak the mixer handle if setting of a volume fails. | cladisch | 2009-08-06 | 1 | -0/+2 |
* | Fix QT RLE in X-QT via rtsp://. | cehoyos | 2009-08-05 | 1 | -0/+2 |
* | Make sure it builds with -ftracer | lu_zero | 2009-08-04 | 1 | -4/+4 |
* | Only #include stream/stream_dvd.h when libdvdread is enabled. | diego | 2009-08-03 | 1 | -0/+2 |
* | Only #include stream/dvbin.h when DVB is enabled. | diego | 2009-08-03 | 1 | -0/+2 |
* | Make sure that unavailable message languages are not accepted. | diego | 2009-08-03 | 1 | -1/+2 |
* | Improve wording for missing sctp support | lu_zero | 2009-08-03 | 1 | -1/+1 |
* | Remove pointless #ifdefs around harmless internal header #includes. | diego | 2009-08-02 | 6 | -44/+2 |
* | Fix another typo. Patch by Francesco Lavra, francescolavra interfree it | cehoyos | 2009-08-02 | 1 | -1/+1 |
* | dpkg-buildpackage automatically sets CFLAGS and pals to -g -O2. | diego | 2009-08-02 | 1 | -0/+5 |
* | Add standard GPL license header. Patch by Francesco Lavra, francescolavra int... | cehoyos | 2009-08-02 | 1 | -0/+22 |
* | Fix more typos. Patch by Francesco Lavra, francescolavra interfree it | cehoyos | 2009-08-02 | 1 | -3/+3 |
* | Remove unused include's. Patch by Francesco Lavra, francescolavra interfree it | cehoyos | 2009-08-02 | 1 | -4/+0 |
* | Fix typos. Patch by Francesco Lavra, francescolavra interfree it | cehoyos | 2009-08-02 | 1 | -2/+2 |
* | Fix regression when converting to nv12/nv21. | cehoyos | 2009-08-01 | 1 | -1/+3 |
* | Add a variable in config.mak whether SHM support is enabled or not. | ben | 2009-07-31 | 1 | -0/+1 |
* | sync with en/mplayer.1 r29461 | jrash | 2009-07-31 | 1 | -5/+1 |
* | Update documentation for libamr replacement by OpenCORE in FFmpeg. | diego | 2009-07-30 | 3 | -20/+4 |
* | move truehd to correct section | compn | 2009-07-30 | 1 | -1/+3 |
* | undocumented keyword | compn | 2009-07-30 | 1 | -0/+2 |
* | start rc4 changelog, where did rc3 go? | compn | 2009-07-30 | 1 | -0/+10 |
* | handle TrueHD streams (they are carried in 0xFD PES streams in substream 0x72) | nicodvb | 2009-07-30 | 1 | -1/+6 |
* | added inexistant TRHD fourcc to handle TRUEHD streams in forthcoming patch | nicodvb | 2009-07-30 | 2 | -0/+8 |
* | stream/realrtsp/real.c: Fix another integer overflow | uau | 2009-07-28 | 1 | -0/+2 |
* | MMX2 scaler: Remove {} block leftover from factorization in initMMX2Scaler(). | ramiro | 2009-07-28 | 1 | -19/+16 |
* | MMX2 scaler: factorize initMMX2Scaler(). | ramiro | 2009-07-28 | 1 | -30/+10 |
* | MMX2 scaler: add variable to ease factorization of initMMX2Scaler(). | ramiro | 2009-07-28 | 1 | -3/+4 |
* | Indent. | ramiro | 2009-07-28 | 1 | -45/+45 |
* | Remove duplicate horizontal scaling when there aren't enough lines in a slice | ramiro | 2009-07-28 | 1 | -52/+15 |
* | Remove useless code. | ramiro | 2009-07-28 | 1 | -3/+1 |
* | Fix stupid, off-by-one, mistakes in assert() expressions. | eugeni | 2009-07-27 | 2 | -3/+3 |
* | stream/realrtsp/real.c: Fix integer overflow | uau | 2009-07-27 | 1 | -0/+2 |
* | Do not misuse HAVE_ defines. Introduce COMPILE_TEMPLATE_ defines and use them | ramiro | 2009-07-27 | 2 | -85/+79 |
* | Factorize x86 fast_bilinear assembly. | ramiro | 2009-07-27 | 1 | -24/+12 |
* | Fix assembly comments for x86 fast_bilinear so they match the C code. | ramiro | 2009-07-27 | 1 | -16/+16 |
* | Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code. | diego | 2009-07-26 | 35 | -45/+54 |
* | Make diff apply cleanly to our tree again. | diego | 2009-07-26 | 1 | -84< |