| Commit message (Expand) | Author | Age | Files | Lines |
* | ao_pcm: Remove some disabled and pointless code | reimar | 2010-11-02 | 1 | -12/+0 |
* | asfheader, demux_audio: Remove some pointless be2me/le2me | reimar | 2010-11-02 | 2 | -10/+7 |
* | demux_pva.c: Remove completely nonsensical le2me usages | reimar | 2010-11-02 | 1 | -3/+3 |
* | aviheader.c: Remove obfuscating use of le2me_32. | reimar | 2010-11-02 | 1 | -6/+3 |
* | Use AV_RL* macros instead of typecasts where appropriate | reimar | 2010-11-02 | 5 | -27/+21 |
* | subs: Change global subtitle numbering scheme | reimar | 2010-11-02 | 3 | -93/+138 |
* | subs: Automatically allocate a vo_spudec if there is none | reimar | 2010-11-02 | 1 | -1/+7 |
* | demux_ts: add memory access checks | reimar | 2010-11-02 | 1 | -5/+5 |
* | demux_ts: fix crash on broken packets | reimar | 2010-11-02 | 1 | -0/+4 |
* | configure: Move EBX availability #define within config.h | diego | 2010-11-02 | 1 | -1/+1 |
* | subs: Add support for PGS subtitle decoding via libavcodec | reimar | 2010-11-02 | 7 | -10/+247 |
* | subs: change subdelay handling and vobsub timing | reimar | 2010-11-02 | 2 | -11/+9 |
* | spudec.c: simplify | reimar | 2010-11-02 | 1 | -2/+2 |
* | spudec: Add warning about bad values in bounding box handling | reimar | 2010-11-02 | 1 | -0/+3 |
* | spudec.c: Extract image allocation code to a separate function | reimar | 2010-11-02 | 1 | -12/+22 |
* | stream.c: add <libavutil/common.h> include needed for GET_UTF16 | reimar | 2010-11-02 | 1 | -0/+2 |
* | libgsm: Remove libgsm wrapper | reimar | 2010-11-02 | 8 | -1234/+0 |
* | codecs.conf: Add/fix GSM audio decoding through FFmpeg | reimar | 2010-11-02 | 1 | -3/+25 |
* | DOCS/man/zh_CN: sync with en/mplayer.1 rev. 31648 | jrash | 2010-11-02 | 1 | -12/+67 |
* | vo_gl: remove "broken" comment from quadbuffer stereo | cehoyos | 2010-11-02 | 2 | -2/+2 |
* | demux_lavf: stricter check for convergence_duration validity | aurel | 2010-11-02 | 1 | -1/+1 |
* | stream_bluray: implement slave mode compatible controls | ben | 2010-11-02 | 1 | -6/+119 |
* | vo_gl: Some small whitespace and {} cosmetics | reimar | 2010-11-02 | 1 | -19/+21 |
* | vo_gl: Try to get a quadbuffered visual for corresponding 3D mode | reimar | 2010-11-02 | 1 | -1/+13 |
* | vo_gl: cleanup | reimar | 2010-11-02 | 1 | -9/+2 |
* | manpage: Fix outdated -vo gl usage example. | reimar | 2010-11-02 | 1 | -2/+2 |
* | vo_gl: Add initial stereo support | reimar | 2010-11-02 | 4 | -0/+139 |
* | DOCS/man/cs: Fix Bulgarian vs. Hungarian typo in Czech manual page. | diego | 2010-11-02 | 1 | -1/+1 |
* | stream_bluray: add unencrypted Blu-ray playback | ben | 2010-11-02 | 8 | -5/+318 |
* | Windows support: add a manifest file | reimar | 2010-11-02 | 3 | -0/+24 |
* | codecs.conf: Support libgsm via libavcodec | reimar | 2010-11-02 | 1 | -0/+11 |
* | mp_msg.c: Avoid out-of-bounds read if empty string is printed | reimar | 2010-11-02 | 1 | -1/+3 |
* | x11_common: Get window dimensions also for -wid 0 | reimar | 2010-11-02 | 1 | -1/+2 |
* | x11_common.c: minor cleanup | reimar | 2010-11-02 | 1 | -3/+1 |
* | configure: Add return statement to function_check test program. | diego | 2010-11-02 | 1 | -1/+1 |
* | configure: use cflag_check function for more cases | diego | 2010-11-02 | 1 | -28/+19 |
* | configure: Separate dependency flags from general CFLAGS | diego | 2010-11-02 | 2 | -5/+6 |
* | configure: add function to check compiler flags directly | diego | 2010-11-02 | 1 | -50/+33 |
* | configure: Rename _warn_CFLAGS variable to warn_cflags. | diego | 2010-11-02 | 1 | -5/+5 |
* | vd_xanim.c: Give functions proper prototypes | reimar | 2010-11-02 | 1 | -24/+45 |
* | asfguid.h: Use AV_RL32 also in x86 | reimar | 2010-11-02 | 1 | -4/+0 |
* | vf_geq: Fix function prototypes to match the required type. | reimar | 2010-11-02 | 1 | -3/+3 |
* | af_export: Avoid void *-arithmentic warnings | reimar | 2010-11-02 | 1 | -2/+2 |
* | cleanup: Add const qualifiers for struct ad_functions pointers | reimar | 2010-11-02 | 2 | -2/+2 |
* | ad_faad: fix compilation using external libfaad | attila | 2010-11-02 | 1 | -0/+11 |
* | x11_common.c: Some indentation fixes | reimar | 2010-11-02 | 1 | -10/+10 |
* | x11_common: Do not try to grab input from -wid windows | reimar | 2010-11-02 | 1 | -8/+21 |
* | vo_gl: Fix -geometry with -wid behaviour (y position was flipped) | reimar | 2010-11-02 | 1 | -3/+4 |
* | DOCS/tech/slave.txt: Add disabling input to hints | reimar | 2010-11-02 | 1 | -0/+2 |
* | configure: Add function to check for particular function in header | diego | 2010-11-02 | 1 | -0/+9 |
* | configure: Place temporary files in a subdirectory of their own | diego | 2010-11-02 | 1 | -8/+10 |
* | ad_mpg123: add MP3 decoding through libmpg123 | diego | 2010-11-02 | 5 | -0/+621 |
* | configure: Fix detection of SDL backend for vo_gl on OS X | astrange | 2010-11-02 | 1 | -1/+1 |
* | vidix/pci.c: Add config.h include | reimar | 2010-11-02 | 1 | -0/+1 |
* | demux_lavf: Avoid a crash if stream->url is not set | reimar | 2010-11-02 | 1 | -0/+4 |
* | vd_ffmpeg: add av_unused attribute to swap_palette() | diego | 2010-11-02 | 1 | -1/+1 |
* | codecs.conf: Update ffvp8 comment. | cehoyos | 2010-11-02 | 1 | -1/+1 |
* | DOCS/xml/Makefile: Remove help target that prints available targets | diego | 2010-11-02 | 1 | -16/+2 |
* | Factorize MPlayer/MEncoder version string handling. | diego | 2010-11-02 | 7 | -18/+18 |
* | codecs.conf: change ffvp8 status from "buggy" to "working" | cehoyos | 2010-11-02 | 1 | -1/+1 |
* | configure: Fix indentation | reimar | 2010-11-02 | 1 | -16/+16 |
* | configure: Experimental support for clang compiler. | reimar | 2010-11-02 | 1 | -2/+11 |
* | stream: Use MSG_NOSIGNAL flag if available for send(). | reimar | 2010-11-02 | 7 | -8/+15 |
* | vidix: Fix missing iopl declaration on x86_64 systems. | reimar | 2010-11-02 | 1 | -1/+1 |
* | vf_ffmpeg: make VP8 decoder work by disabling dr | reimar | 2010-11-02 | 1 | -1/+1 |
* | m_option.c: fix list termination with -*-pre options | reimar | 2010-11-02 | 1 | -2/+4 |
* | af_ladspa: Fix multiple instances of a filter type | reimar | 2010-11-02 | 1 | -3/+2 |
* | DOCS/man/zh_CN: sync with en/mplayer.1 rev. 31552 | jrash | 2010-11-02 | 1 | -2/+2 |
* | manpage: improve "-identify" description of "-frames 0" | attila | 2010-11-02 | 1 | -1/+1 |
* | loader/dshow/graph.h: Add prototypes for exported FilterGraph_ functions | diego | 2010-11-02 | 1 | -0/+19 |
* | configure: Fix catch() callback function declaration in two compile tests | diego | 2010-11-02 | 1 | -2/+2 |
* | configure: whitespace cosmetics | diego | 2010-11-02 | 1 | -4/+4 |
* | configure: Remove unnecessary #includes from libnut test. | diego | 2010-11-02 | 1 | -3/+0 |
* | configure: Replace manual header checks by header_check function | diego | 2010-11-02 | 1 | -152/+36 |
* | af_extrastereo: Improve filter description | diego | 2010-11-02 | 1 | -1/+1 |
* | ad_faad: Improve LATM recognition | cehoyos | 2010-11-02 | 4 | -5/+32 |
* | codecs_conf: Add FFmpeg VP8 decoder | reimar | 2010-11-02 | 1 | -0/+9 |
* | demux_ts: change IS_ macros to functions | reimar | 2010-11-02 | 1 | -3/+40 |
* | DOCS/xml: Get rid of xsltproc wrapper redirection | diego | 2010-11-02 | 2 | -24/+6 |
* | DOCS/xml: Move xsltproc target file hack to the Makefile. | diego | 2010-11-02 | 2 | -8/+6 |
* | configure: drop support for Jade/OpenJade/Saxon XSLT processors | diego | 2010-11-02 | 2 | -129/+0 |
* | DOCS/xml: Get rid of xmllint wrapper redirection | diego | 2010-11-02 | 2 | -14/+7 |
* | demux_real: use MKTAG definition from libavutil | diego | 2010-11-02 | 1 | -3/+1 |
* | Makefile: Move and comment the .SUFFIXES rule | diego | 2010-11-02 | 1 | -2/+4 |
* | configure: Remove some unnecessary #includes from tests | diego | 2010-11-02 | 1 | -20/+0 |
* | demux_ts: detect LATM AAC as a separate type | reimar | 2010-11-02 | 2 | -3/+8 |
* | subreader.c: place conditionally declaration under #ifdef | diego | 2010-11-02 | 1 | -0/+2 |
* | stream/dvbin.h: Use angular brackets for system #includes. | diego | 2010-11-02 | 1 | -2/+1 |
* | cfg-common.h: Fix type of dvbin_opts_conf extern declaration | diego | 2010-11-02 | 1 | -1/+1 |
* | stream_cddb: move structs to the file they're used in | diego | 2010-11-02 | 2 | -18/+18 |
* | stream_cdda: change printf format for cdda_tracks to %d | diego | 2010-11-02 | 1 | -1/+1 |
* | stream_cdda.c: Reorder functions to avoid forward declarations. | diego | 2010-11-02 | 1 | -110/+106 |
* | stream_cdd*: Move declarations for stream_cddb.c functions to cdd.h | diego | 2010-11-02 | 2 | -4/+4 |
* | stream_cddb: Remove unused static functions | diego | 2010-11-02 | 1 | -31/+0 |
* | stream_ccda: Move cdda_priv structure to the only place it is used | diego | 2010-11-02 | 2 | -23/+21 |
* | stream/tcp.c: Prefer the use of inet_ntop over inet_ntoa | attila | 2010-11-02 | 1 | -3/+3 |
* | codec-cfg.c: Remove unused parsehtml parameters. | reimar | 2010-11-02 | 1 | -7/+6 |
* | codec-cfg.c: Add static to functions used only locally. | reimar | 2010-11-02 | 1 | -2/+2 |
* | codec-cfg: set CODEC_CFG_MIN to the release value in codecs.conf | reimar | 2010-11-02 | 2 | -3/+8 |
* | stream.h: support backswards stream_skip() within buffer | reimar | 2010-11-02 | 1 | -1/+1 |
* | demux_y4m: increase error message verbosity from MSGL_V to MSGL_ERR | reimar | 2010-11-02 | 1 | -1/+1 |
* | DOCS/man/zc_CH: sync with en/mplayer.1 rev. 31372 | jrash | 2010-11-02 | 1 | -12/+9 |
* | configure: Simplify fribidi check - console output is not necessary | diego | 2010-11-02 | 1 | -4/+1 |
* | loader: Rename loader/qt_comp.h --> loader/qt_comp_template.c | diego | 2010-11-02 | 2 | -7/+2 |
* | configure: Add header_check convenience function | diego | 2010-11-02 | 1 | -0/+9 |
* | cfg-common*: Replace common options template by a common options array | diego | 2010-11-02 | 6 | -372/+354 |
* | configure: change gettimeofday() test function parameters | diego | 2010-11-02 | 1 | -1/+1 |
* | core: Try to exit cleanly on SIGPIPE | reimar | 2010-11-02 | 1 | -0/+1 |
* | configure: Remove some unnecessary #includes from compilation tests | diego | 2010-11-02 | 1 | -3/+0 |
* | vo_mga: Rename libvo/mga_common.c --> libvo/mga_template.c | diego | 2010-11-02 | 3 | -2/+2 |
* | vo_gl: More sensible behaviour for -geometry with -wid | reimar | 2010-11-02 | 1 | -1/+1 |
* | cosmetics: Remove some unused lines | diego | 2010-11-02 | 4 | -11/+0 |
* | demux_ty: Cleanup some code, possibly fix vstream support (untested) | reimar | 2010-11-02 | 1 | -7/+3 |
* | x11_common: Consistently use "None" instead of "NULL" for X resources | reimar | 2010-11-02 | 1 | -7/+7 |
* | ao_ivtv: Add header for ivtv_write() instead of forward declaring it | diego | 2010-11-02 | 3 | -2/+34 |
* | configure: Drop linux-devfs configure option. | diego | 2010-11-02 | 1 | -28/+19 |
* | build: Rename configure.log file to config.log | diego | 2010-11-02 | 34 | -53/+53 |
* | cleanup: #include loader/wine/winbase.h instead of local declarations | diego | 2010-11-02 | 4 | -14/+5 |
* | Makefile: Add path.o to the dependency list of the loader test programs | diego | 2010-11-02 | 1 | -1/+1 |
* | loader/qtx: cleanup | diego | 2010-11-02 | 2 | -30/+2 |
* | Makefile: Add a command to the binary build rule. | diego | 2010-11-02 | 1 | -0/+1 |
* | Makefile: Add missing '$' to EXESUF variable in binary build rule. | diego | 2010-11-02 | 1 | -1/+1 |
* | tv.h: Change function pointer types to proper declarations | reimar | 2010-11-02 | 6 | -13/+16 |
* | SDL input: add missing 0-termination of keymap file | reimar | 2010-11-02 | 1 | -0/+1 |
* | vo_gl, csputils: dual-license under LGPL v2.1 | reimar | 2010-11-02 | 5 | -0/+25 |
* | configure: make gif test check linking too | reimar | 2010-11-02 | 1 | -1/+1 |
* | DOCS/man/zh_CN: sync with en/mplayer.1 rev. 31364 | jrash | 2010-11-02 | 1 | -35/+106 |
* | cache: Respect -cache-seek-min also for on-disk files | reimar | 2010-11-02 | 1 | -3/+5 |
* | codecs.conf: remove yuv422 format from VDPAU section | cehoyos | 2010-11-02 | 1 | -1/+0 |
* | ao_jack: increase maximum allowed channels from 6 to 8. | tack | 2010-11-02 | 1 | -1/+1 |
* | Copyright: clean up libdvdcss entry | reimar | 2010-11-02 | 1 | -1/+1 |
* | libvo: Reduce verbosity of suboption parsing messages | diego | 2010-11-02 | 3 | -12/+12 |
* | cosmetics: Drop leading underscore from configuration variable. | diego | 2010-11-02 | 1 | -5/+5 |
* | vf_rgb2bgr: remove the filter | siretart | 2010-11-02 | 6 | -138/+3 |
* | rtsp: Support RTSP/RTP over HTTP via LIVE555 | cehoyos | 2010-11-02 | 5 | -1/+17 |
* | subreader.c: Extract duplicated code into a separate function. | reimar | 2010-11-02 | 1 | -6/+11 |
* | subreader.c: check for max line count in SAMI subtitle reader | reimar | 2010-11-02 | 1 | -2/+2 |
* | -identify output: print media start time | reimar | 2010-11-02 | 1 | -0/+13 |
* | mplayer.c: move some --identify code to a separate function | reimar | 2010-11-02 | 1 | -35/+40 |
* | codecs.conf: add M701: Matrox MPEG-2 intra-only. | cehoyos | 2010-11-02 | 1 | -0/+3 |
* | cosmetics: Fix typo in comment | hyc | 2010-11-02 | 1 | -1/+1 |
* | vo_gl: Remove nonsense commented-out function header | reimar | 2010-10-27 | 1 | -1/+0 |
* | demuxer.c: Make ds_get_next_pts work for the first packet of a stream | reimar | 2010-10-27 | 1 | -1/+6 |
* | vd_ffmpeg: Minor code simplification. | reimar | 2010-10-27 | 1 | -1/+2 |
* | demux_real: Don't try to read index if stream is not seekable | reimar | 2010-10-27 | 1 | -1/+2 |
* | demux_mkv: support V_MJPEG video tag | Uoti Urpala | 2010-10-27 | 2 | -0/+2 |
* | demux_mkv: accept files with no doctype in EBML header | Uoti Urpala | 2010-10-21 | 1 | -1/+4 |
* | 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 | |