| Commit message (Expand) | Author | Age | Files | Lines |
* | TOOLS/matroska.py: recognize ChapCountry | Uoti Urpala | 2010-10-21 | 1 | -0/+1 |
* | vd_ffmpeg: fix aspect ratio problems with recent FFmpeg | Uoti Urpala | 2010-10-16 | 1 | -0/+2 |
* | vd_ffmpeg: fix calloc/av_free mixup | Uoti Urpala | 2010-10-16 | 1 | -7/+4 |
* | af_lavcac3enc: fix assert failure "s->expect_len <= s->pending_data_size" | Uoti Urpala | 2010-10-14 | 1 | -11/+11 |
* | vo: improve fixed-vo behavior when video size changes in x11 VOs | Uoti Urpala | 2010-07-23 | 2 | -0/+26 |
* | Merge svn changes up to r31332 | Uoti Urpala | 2010-06-05 | 4 | -4/+31 |
|\ |
|
| * | Update codecs.conf version again, we had quite a few additions to it. | reimar | 2010-06-05 | 1 | -1/+1 |
| * | Extend -vf format to allow substituting the format for a compatible one | reimar | 2010-06-05 | 2 | -3/+28 |
| * | Fix -vf format and -vf noformat to work with slices. | reimar | 2010-06-05 | 2 | -0/+2 |
* | | Skip svn change r31329 | Uoti Urpala | 2010-06-05 | 0 | -0/+0 |
|\| |
|
| * | Add webm/VP8 support to native matroska demuxer. | reimar | 2010-06-05 | 2 | -1/+3 |
* | | Merge svn changes r31318 to r31328 | Uoti Urpala | 2010-06-05 | 11 | -297/+38 |
|\| |
|
| * | If we have no FPS value, try enabling -correct-pts mode, it does | reimar | 2010-06-05 | 1 | -2/+2 |
| * | Add partial support for dirac to TS demuxer. | reimar | 2010-06-05 | 1 | -1/+9 |
| * | Also print current stream position in mp_read debug output. | reimar | 2010-06-05 | 1 | -1/+2 |
| * | Remove explicit eof check for mp_read code, stream code handles this case | reimar | 2010-06-05 | 1 | -2/+0 |
| * | Di not do a stream_reset on seeking backwards, the seek itself should | reimar | 2010-06-05 | 1 | -2/+0 |
| * | Do not make seek fail explicitly simply because eof was hit somewhen, | reimar | 2010-06-05 | 1 | -2/+0 |
| * | Fix compilation after FFmpeg r23485. | cehoyos | 2010-06-05 | 2 | -5/+5 |
| * | sync with en/mplayer.1 rev. 31292 | jrash | 2010-06-05 | 1 | -9/+6 |
| * | Remove colorspace conversion code from -vo yuv4mpeg, -vf scale should | reimar | 2010-06-05 | 3 | -271/+5 |
| * | Sync libdvdcss with their latest SVN. | reimar | 2010-06-05 | 2 | -6/+6 |
| * | Add support for -geometry x syntax since the documentation claims | reimar | 2010-06-05 | 1 | -1/+4 |
* | | Skip svn changes r31316, r31317 | Uoti Urpala | 2010-06-05 | 0 | -0/+0 |
|\| |
|
| * | Do not use libass functions if it is disabled. | reimar | 2010-06-04 | 1 | -1/+1 |
| * | Default to -correct-pts off if -fps was given, since -fps has no effect | reimar | 2010-06-04 | 1 | -3/+2 |
* | | Merge svn change r31315 | Uoti Urpala | 2010-06-05 | 1 | -0/+1 |
|\| |
|
| * | Force window placement also if -xineramascreen was set >= 0, | reimar | 2010-06-04 | 1 | -0/+1 |
* | | Skip svn changes r31308 to r31314 | Uoti Urpala | 2010-06-05 | 0 | -0/+0 |
|\| |
|
| * | apply missing bits from http://repo.or.cz/w/mplayer.git/commitdiff/cd4e8dc1fa... | siretart | 2010-06-03 | 1 | -0/+6 |
| * | Try always enabling correct pts again for lavf demuxer, since the know | reimar | 2010-06-03 | 1 | -4/+0 |
| * | Limit buffered PTS only when we actually got a frame from the decoder. | reimar | 2010-06-03 | 1 | -14/+17 |
| * | If an invalid pts value is detected, try to to make up some if it seems | reimar | 2010-06-03 | 1 | -2/+8 |
| * | vo_yuv4mpeg: disable RGB support when compiling against a shared libswscale | siretart | 2010-06-03 | 1 | -4/+10 |
| * | Simplify libass version check. | cehoyos | 2010-06-03 | 1 | -1/+1 |
| * | Raise LIBASS_VERSION, forgotten in r31293. | cehoyos | 2010-06-03 | 1 | -1/+1 |
* | | Merge svn changes r31306, r31307 | Uoti Urpala | 2010-06-05 | 1 | -1/+4 |
|\| |
|
| * | Add the -march fallback for amdfam10 also to the x86_64 case. | reimar | 2010-06-02 | 1 | -0/+3 |
| * | libavcodec/libx264.c requires x264 0.98 since r23430. | cehoyos | 2010-06-02 | 1 | -1/+1 |
* | | Skip svn changes r31304, r31305 | Uoti Urpala | 2010-06-05 | 0 | -0/+0 |
|\| |
|
| * | Fix compilation with external libass. | cehoyos | 2010-06-02 | 1 | -1/+1 |
| * | ass_set_aspect_ratio() takes three arguments since 0x00907010. | cehoyos | 2010-06-02 | 2 | -2/+2 |
* | | configure: fix disabling of (x)mga without swscale internals | Uoti Urpala | 2010-06-04 | 1 | -1/+3 |
* | | mp3lib: use ffmpeg_files/x86_cpu.h | Uoti Urpala | 2010-06-03 | 4 | -4/+4 |
* | | options: fix -a52drc default value (should be 1) | Uoti Urpala | 2010-06-03 | 1 | -0/+1 |
* | | demux_mkv: enable automatic index generation by default | Uoti Urpala | 2010-06-02 | 1 | -1/+1 |
* | | Merge svn changes up to r31303 | Uoti Urpala | 2010-06-02 | 6 | -44/+68 |
|\| |
|
| * | avoid using swscale internals by copying in palette8torbg16 and its bgr variant | siretart | 2010-06-01 | 1 | -1/+18 |
| * | Extend geometry parsing to reject all invalid strings. | reimar | 2010-06-01 | 1 | -9/+12 |
| * | deprecate palette8topacked32 in favor of public API functions sws_convertPale... | siretart | 2010-06-01 | 5 | -39/+81 |
| * | Move internal scale context fields initialization from | stefano | 2010-06-01 | 2 | -50/+24 |
| * | Fix compilation after FFmpeg r23402. | cehoyos | 2010-06-01 | 2 | -5/+6 |
| * | remove palette8torgb15 and palette8tobgr15 | siretart | 2010-06-01 | 3 | -28/+0 |
| * | Factor out some common code and ensure we will not try to draw OSD | reimar | 2010-05-31 | 1 | -3/+12 |
| * | Reindent. | reimar | 2010-05-31 | 1 | -5/+5 |
| * | Fix subtitle display for http://samples.mplayerhq.hu/sub/largeres_vobsub.mkv | reimar | 2010-05-31 | 1 | -0/+4 |
* | | Skip svn changes up to r31294 (mostly) | Uoti Urpala | 2010-06-02 | 1 | -0/+1 |
|\| |
|
| * | Switch mkv demuxing to lavf by default. | aurel | 2010-05-31 | 1 | -0/+1 |
| * | backport ass_flush_events() from upstream libass and make use of it | aurel | 2010-05-31 | 3 | -0/+25 |
| * | Extend the range of the -a52drc range up to two, as a experimental feature | reimar | 2010-05-31 | 2 | -1/+2 |
* | | Merge svn changes up to r31291 | Uoti Urpala | 2010-06-02 | 12 | -13/+43 |
|\| |
|
| * | Move TS_MAX_PROBE_SIZE #define to demux_ts.h instead of duplicating it. | diego | 2010-05-30 | 5 | -2/+4 |
| * | synced with r31289 | Gabrov | 2010-05-30 | 2 | -10/+8 |
| * | Change code to let Window Manager chose window location by default. | reimar | 2010-05-30 | 2 | -1/+7 |
| * | Add a referrer option to set the HTTP Referer field. | reimar | 2010-05-30 | 4 | -0/+24 |
* | | Skip svn changes up to r31287 | Uoti Urpala | 2010-06-02 | 0 | -0/+0 |
|\| |
|
| * | Forgotten part of previous commit (extern declaration of drc_level). | reimar | 2010-05-30 | 1 | -0/+2 |
| * | Use the -a52drc option also for the libavcodec decoder. | reimar | 2010-05-30 | 5 | -14/+14 |
* | | ad_ffmpeg: set lavc drc_scale parameter according to opts->drc_level | Uoti Urpala | 2010-06-02 | 1 | -0/+3 |
* | | options: move -a52drc to option struct | Uoti Urpala | 2010-06-02 | 4 | -14/+10 |
* | | Skip svn change r31285 | Uoti Urpala | 2010-06-02 | 0 | -0/+0 |
|\| |
|
| * | Fix compilation without librtmp. | cehoyos | 2010-05-30 | 1 | -0/+3 |
* | | Merge svn changes up to r31284 | Uoti Urpala | 2010-06-02 | 7 | -1919/+1925 |
|\| |
|
| * | Treat a NULL renderer string as indication for software renderer. | reimar | 2010-05-30 | 1 | -1/+1 |
| * | Prefer -vo sdl over "probably software" OpenGL. | reimar | 2010-05-30 | 1 | -3/+3 |
| * | Change compiler argument order for compile_check to avoid incorrect linking | reimar | 2010-05-30 | 1 | -3/+5 |
| * | Make 3dnow and MMX code compile for 64 bit (just stupid search-and-replace). | reimar | 2010-05-30 | 4 | -1912/+1916 |
* | | Skip svn changes up to r31280 | Uoti Urpala | 2010-06-02 | 0 | -0/+0 |
|\| |
|
| * | Add codec-cfg.h to the dependency list of codec-cfg. | diego | 2010-05-30 | 1 | -1/+1 |
| * | Rename yuv2rgb_template2.c --> yuv2rgb_template.c now that the other is gone. | diego | 2010-05-30 | 2 | -2/+2 |
| * | Remove GPL-licensed YUV to RGB MMX routines. | diego | 2010-05-30 | 2 | -572/+0 |
| * | Add librtmp support | hyc | 2010-05-30 | 1 | -2/+30 |
| * | Cast void* pointer to appropriate type before using it in an addition; fixes | diego | 2010-05-29 | 1 | -1/+1 |
* | | Merge svn changes up to r31275 | Uoti Urpala | 2010-06-02 | 3 | -20/+25 |
|\| |
|
| * | Update 1.0rc3 release name and date. | diego | 2010-05-29 | 1 | -1/+1 |
| * | minor spelling fixes | siretart | 2010-05-29 | 1 | -1/+1 |
| * | add myself to the AUTHORS file | siretart | 2010-05-29 | 1 | -0/+5 |
| * | Use edi instead of ebx to avoid issues with PIC. | reimar | 2010-05-29 | 1 | -19/+19 |
* | | Skip svn changes up to r31267 | Uoti Urpala | 2010-06-02 | 0 | -0/+0 |
|\| |
|
| * | Remove obsolete may_alias-related defines, lavu handles this now | reimar | 2010-05-29 | 1 | -2/+0 |
| * | Actually run a detection whether external libass exists, instead | reimar | 2010-05-29 | 1 | -2/+17 |
* | | Merge svn changes up to r31265 | Uoti Urpala | 2010-06-02 | 3 | -22/+26 |
|\| |
|
| * | Fix compilation if the compiler does not support -march=amdfam10 | reimar | 2010-05-29 | 1 | -0/+3 |
| * | cosmetics: Drop leading '_' from noinputmodules variable. | diego | 2010-05-29 | 1 | -21/+21 |
| * | misc cosmetics: K&R style nits, #include placement, indentation | diego | 2010-05-29 | 4 | -80/+84 |
| * | Mark key_type structure as const. | diego | 2010-05-29 | 1 | -1/+1 |
| * | getch2-os2.c: Add #include for the header that declares the public functions. | diego | 2010-05-29 | 1 | -0/+1 |
| * | cosmetics: Remove some commented-out #includes, fix a comment grammar error. | diego | 2010-05-29 | 1 | -4/+1 |
| * | Directly mark jpeg_buf_src() as void instead of using some indirection marcro. | diego | 2010-05-29 | 1 | -1/+1 |
| * | add "lpcJ" fourcc for the RealAudio 1.0 codec. | compn | 2010-05-28 | 1 | -0/+1 |
* | | stream_radio.c: fix corrupt line from e3061749 | Uoti Urpala | 2010-06-02 | 1 | -1/+1 |
* | | libass: match font attachments based on extension | Grigori Goronzy | 2010-06-01 | 4 | -8/+21 |
* | | demux_mkv: fix possible seek crash | Uoti Urpala | 2010-05-31 | 1 | -2/+2 |
* | | demux_mkv: support VP8 video tag | Uoti Urpala | 2010-05-30 | 2 | -0/+2 |
* | | demux_mkv: support WebM files | Uoti Urpala | 2010-05-30 | 1 | -2/+3 |
* | | ffmpeg_files/taglists.c: update to contain latest FFmpeg CODEC_ID values | Uoti Urpala | 2010-05-30 | 1 | -1/+19 |
* | | Merge svn changes r31198 - r31256 | Uoti Urpala | 2010-05-30 | 14 | -392/+193 |
|\ \ |
|
| * | | Merge svn changes up to r31256 | Uoti Urpala | 2010-05-30 | 5 | -9/+47 |
| |\| |
|
| | * | Fix typo in message. | reimar | 2010-05-28 | 1 | -1/+1 |
| | * | stream_check_interrupt should sleep even if no callback is set. | reimar | 2010-05-28 | 1 | -1/+4 |
| | * | 100l, stream_check_for_interrupt argument is not in usec, | reimar | 2010-05-28 | 1 | -3/+3 |
| | * | Document time scale for stream_check_interrupt argument. | reimar | 2010-05-28 | 1 | -1/+2 |
| | * | Document that time argument is in milliseconds. | reimar | 2010-05-28 | 1 | -0/+6 |
| | * | Improve handling of cache process/thread hanging/being killed. | reimar | 2010-05-28 | 1 | -3/+23 |
| | * | Fix cache process accidentally being killed by SIGUSR1. | reimar | 2010-05-28 | 1 | -0/+7 |
| | * | Use MSGT_DECVIDEO in a video decoder. | cehoyos | 2010-05-28 | 1 | -3/+3 |
| * | | Skip svn changes up to r31248 | Uoti Urpala | 2010-05-30 | 0 | -0/+0 |
| |\| |
|
| | * | Remove commented-out declaration of nonexisting function uGetTimer(). | diego | 2010-05-28 | 1 | -1/+0 |
| | * | Drop pointless _t suffix from 'struct lavf_priv'. | diego | 2010-05-28 | 1 | -1/+1 |
| | * | Drop pointles _st suffix from struct mp_cmd_filter and mp_cmd_bind_section. | diego | 2010-05-27 | 1 | -4/+4 |
| | * | cosmetics: vertical alignment in msg module help output. | diego | 2010-05-27 | 1 | -1/+1 |
| * | | Merge svn changes up to r31244 | Uoti Urpala | 2010-05-30 | 2 | -13/+17 |
| |\| |
|
| | * | vf_yuy2 was removed after the 1.0rc3 branch was cut. | diego | 2010-05-27 | 1 | -1/+3 |
| | * | small cosmetics for the 1.0rc3 changelog | diego | 2010-05-27 | 1 | -6/+8 |
| | * | Fix a bunch of typos in the stream cache code. | diego | 2010-05-27 | 1 | -6/+6 |
| * | | Skip svn changes up to r31238 | Uoti Urpala | 2010-05-30 | 0 | -0/+0 |
| |\| |
|
| | * | Drop pointless _s suffix from 'struct af_stream'. | diego | 2010-05-27 | 2 | -2/+2 |
| | * | Drop pointless _st suffix from 'struct stream'. | diego | 2010-05-27 | 9 | -37/+37 |
| | * | Drop pointless _s suffix from struct ao_data. | diego | 2010-05-27 | 1 | -2/+1 |
| | * | cosmetics: Reformat in K&R coding style. | diego | 2010-05-27 | 2 | -2568/+2379 |
| | * | Remove two pointless void* casts. | diego | 2010-05-27 | 1 | -3/+2 |
| | * | Remove unnecessary demux_mkv_seek() forward declaration. | diego | 2010-05-27 | 1 | -2/+0 |
| | * | cosmetics: Drop pointless _s suffix from 'struct ad_functions'. | diego | 2010-05-27 | 2 | -2/+2 |
| | * | cosmetics: Drop pointless _s suffix from 'struct mp_image'. | diego | 2010-05-27 | 1 | -1/+1 |
| | * | cosmetics: Drop _s suffix from 'struct vd_functions'. | diego | 2010-05-27 | 1 | -1/+1 |
| | * | cosmetics: K&R coding style | diego | 2010-05-27 | 1 | -259/+298 |
| | * | cosmetics: K&R coding style | diego | 2010-05-27 | 1 | -203/+236 |
| * | | Merge svn changes up to r31226 | Uoti Urpala | 2010-05-30 | 7 | -313/+29 |
| |\| |
|
| | * | Retry reading even if we hit eof before. | reimar | 2010-05-26 | 2 | -3/+6 |
| | * | Switch ogg demuxing to lavf by default. | reimar | 2010-05-26 | 1 | -0/+1 |
| | * | Re-enable wakeup-on-signal for cache process. | reimar | 2010-05-26 | 1 | -5/+10 |
| | * | Disable waking the cache process up via a signal, it | reimar | 2010-05-26 | 1 | -1/+4 |
| | * | Both XVID and VDPAU decode our SIPP sample better than current libavcodec. | cehoyos | 2010-05-26 | 1 | -0/+2 |
| | * | Add missing RGB12 version of the fast OSD table. | diego | 2010-05-26 | 1 | -0/+2 |