aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Makefile: Add a command to the binary build rule.Gravatar diego2010-11-02
* Makefile: Add missing '$' to EXESUF variable in binary build rule.Gravatar diego2010-11-02
* tv.h: Change function pointer types to proper declarationsGravatar reimar2010-11-02
* SDL input: add missing 0-termination of keymap fileGravatar reimar2010-11-02
* vo_gl, csputils: dual-license under LGPL v2.1Gravatar reimar2010-11-02
* configure: make gif test check linking tooGravatar reimar2010-11-02
* DOCS/man/zh_CN: sync with en/mplayer.1 rev. 31364Gravatar jrash2010-11-02
* cache: Respect -cache-seek-min also for on-disk filesGravatar reimar2010-11-02
* codecs.conf: remove yuv422 format from VDPAU sectionGravatar cehoyos2010-11-02
* ao_jack: increase maximum allowed channels from 6 to 8.Gravatar tack2010-11-02
* Copyright: clean up libdvdcss entryGravatar reimar2010-11-02
* libvo: Reduce verbosity of suboption parsing messagesGravatar diego2010-11-02
* cosmetics: Drop leading underscore from configuration variable.Gravatar diego2010-11-02
* vf_rgb2bgr: remove the filterGravatar siretart2010-11-02
* rtsp: Support RTSP/RTP over HTTP via LIVE555Gravatar cehoyos2010-11-02
* subreader.c: Extract duplicated code into a separate function.Gravatar reimar2010-11-02
* subreader.c: check for max line count in SAMI subtitle readerGravatar reimar2010-11-02
* -identify output: print media start timeGravatar reimar2010-11-02
* mplayer.c: move some --identify code to a separate functionGravatar reimar2010-11-02
* codecs.conf: add M701: Matrox MPEG-2 intra-only.Gravatar cehoyos2010-11-02
* cosmetics: Fix typo in commentGravatar hyc2010-11-02
* vo_gl: Remove nonsense commented-out function headerGravatar reimar2010-10-27
* demuxer.c: Make ds_get_next_pts work for the first packet of a streamGravatar reimar2010-10-27
* vd_ffmpeg: Minor code simplification.Gravatar reimar2010-10-27
* demux_real: Don't try to read index if stream is not seekableGravatar reimar2010-10-27
* demux_mkv: support V_MJPEG video tagGravatar Uoti Urpala2010-10-27
* demux_mkv: accept files with no doctype in EBML headerGravatar Uoti Urpala2010-10-21
* TOOLS/matroska.py: recognize ChapCountryGravatar Uoti Urpala2010-10-21
* vd_ffmpeg: fix aspect ratio problems with recent FFmpegGravatar Uoti Urpala2010-10-16
* vd_ffmpeg: fix calloc/av_free mixupGravatar Uoti Urpala2010-10-16
* af_lavcac3enc: fix assert failure "s->expect_len <= s->pending_data_size"Gravatar Uoti Urpala2010-10-14
* vo: improve fixed-vo behavior when video size changes in x11 VOsGravatar Uoti Urpala2010-07-23
* Merge svn changes up to r31332Gravatar Uoti Urpala2010-06-05
|\
* \ Skip svn change r31329Gravatar Uoti Urpala2010-06-05
|\ \
* \ \ Merge svn changes r31318 to r31328Gravatar Uoti Urpala2010-06-05
|\ \ \
* \ \ \ Skip svn changes r31316, r31317Gravatar Uoti Urpala2010-06-05
|\ \ \ \
* \ \ \ \ Merge svn change r31315Gravatar Uoti Urpala2010-06-05
|\ \ \ \ \
* \ \ \ \ \ Skip svn changes r31308 to r31314Gravatar Uoti Urpala2010-06-05
|\ \ \ \ \ \
* \ \ \ \ \ \ Merge svn changes r31306, r31307Gravatar Uoti Urpala2010-06-05
|\ \ \ \ \ \ \
* \ \ \ \ \ \ \ Skip svn changes r31304, r31305Gravatar Uoti Urpala2010-06-05
|\ \ \ \ \ \ \ \
| | | | | | | | * Update codecs.conf version again, we had quite a few additions to it.Gravatar reimar2010-06-05
| | | | | | | | * Extend -vf format to allow substituting the format for a compatible oneGravatar reimar2010-06-05
| | | | | | | | * Fix -vf format and -vf noformat to work with slices.Gravatar reimar2010-06-05
| | | | | | | |/
| | | | | | | * Add webm/VP8 support to native matroska demuxer.Gravatar reimar2010-06-05
| | | | | | |/
| | | | | | * If we have no FPS value, try enabling -correct-pts mode, it doesGravatar reimar2010-06-05
| | | | | | * Add partial support for dirac to TS demuxer.Gravatar reimar2010-06-05
| | | | | | * Also print current stream position in mp_read debug output.Gravatar reimar2010-06-05
| | | | | | * Remove explicit eof check for mp_read code, stream code handles this caseGravatar reimar2010-06-05
| | | | | | * Di not do a stream_reset on seeking backwards, the seek itself shouldGravatar reimar2010-06-05
| | | | | | * Do not make seek fail explicitly simply because eof was hit somewhen,Gravatar reimar2010-06-05