Sat, 18 Jan 2014 13:49:18 +0000 |
reimar |
vo_bl: cosmetics, reindent.
|
Sat, 18 Jan 2014 13:46:54 +0000 |
reimar |
vo_bl: minor simplification of size reinit case.
|
Sat, 18 Jan 2014 13:43:10 +0000 |
reimar |
vo_bl: Do memory allocation only in one place.
|
Sat, 18 Jan 2014 13:36:37 +0000 |
reimar |
vo_bl: Simplify parser, reduce code duplication.
|
Sat, 18 Jan 2014 13:14:54 +0000 |
reimar |
vo_bl: Use strcspn
|
Sat, 18 Jan 2014 13:07:40 +0000 |
reimar |
vo_bl: Move variables into blocks that use them.
|
Sat, 18 Jan 2014 13:05:50 +0000 |
reimar |
vo_bl: Use snprintf.
|
Sat, 18 Jan 2014 12:59:25 +0000 |
reimar |
vo_bl: remove pointless casts.
|
Sat, 18 Jan 2014 12:53:54 +0000 |
reimar |
vo_bl: after close reset to NULL/-1.
|
Sat, 18 Jan 2014 12:51:35 +0000 |
reimar |
vo_bl: move assignment to a place where it actuall has an effect.
|
Sat, 18 Jan 2014 12:47:54 +0000 |
reimar |
vo_bl: Deobfuscate, use strdup.
|
Sat, 18 Jan 2014 12:43:38 +0000 |
reimar |
vo_bl: Fix a memleak
|
Sat, 18 Jan 2014 12:39:58 +0000 |
reimar |
vo_bl: Fix crashes on error.
|
Sat, 18 Jan 2014 12:15:34 +0000 |
reimar |
Fix video size < blinkenlights size again.
|
Sat, 18 Jan 2014 11:59:59 +0000 |
reimar |
Do not needlessly request chroma.
|
Sat, 18 Jan 2014 11:58:13 +0000 |
reimar |
vo_bl: Switch to modern VOCTRL_DRAW_IMAGE API.
|
Sat, 18 Jan 2014 11:41:27 +0000 |
reimar |
Simplify: use memcpy_pic.
|
Fri, 17 Jan 2014 15:47:12 +0000 |
compn |
add comment about ac3 aes, patch by funman
|
Fri, 17 Jan 2014 15:38:37 +0000 |
ib |
Record GUI option 'idle' in the man page.
|
Fri, 17 Jan 2014 15:25:21 +0000 |
ib |
Add MSGTR_PREFERENCES_NoEnc.
|
Fri, 17 Jan 2014 15:02:31 +0000 |
ib |
Revise MSGTR_PREFERENCES_None.
|
Thu, 16 Jan 2014 21:41:17 +0000 |
ib |
Fix wrong #ifdef.
|
Wed, 15 Jan 2014 20:04:34 +0000 |
michael |
configure: Add CONFIG_INTRAX8, fix build
|
Wed, 15 Jan 2014 13:58:54 +0000 |
michael |
configure: add aarch64 to arch_all to prevent build failure of soon to be pushed ffmpeg
|
Tue, 14 Jan 2014 17:57:43 +0000 |
ib |
Cosmetic: Adjust indent.
|
Tue, 14 Jan 2014 17:56:50 +0000 |
ib |
Fix setting entry for subtitle_font_encoding.
|
Tue, 14 Jan 2014 17:13:36 +0000 |
ib |
Add missing Windows code page encodings.
|
Tue, 14 Jan 2014 16:53:48 +0000 |
ib |
Add missing ISO-8859 encodings.
|
Tue, 14 Jan 2014 16:38:15 +0000 |
ib |
Fix KOI8 encodings.
|
Mon, 13 Jan 2014 19:53:53 +0000 |
ib |
Add UTF-8 to list of available encodings.
|
Mon, 13 Jan 2014 19:44:08 +0000 |
ib |
Revise encoding comments.
|
Mon, 13 Jan 2014 19:03:57 +0000 |
ib |
Rearrange encodings.
|
Mon, 13 Jan 2014 18:46:09 +0000 |
ib |
Change encoding names to upper case.
|
Fri, 10 Jan 2014 12:15:59 +0000 |
cehoyos |
Allow playback of ac3 and eac3 wav files with waveformatex header and guid.
|
Mon, 06 Jan 2014 20:43:17 +0000 |
iive |
XvMC: Add check for invalid data_size in the shmem case.
|
Mon, 06 Jan 2014 20:11:56 +0000 |
iive |
XvMC: Remove message requesting feedback for OSD backend rendering.
|
Mon, 06 Jan 2014 20:01:48 +0000 |
iive |
XvMC: Handle shm xvimage allocation error.
|
Mon, 06 Jan 2014 19:55:26 +0000 |
iive |
XvMC: Minor refoactoring of allocate_xvimage().
|
Thu, 02 Jan 2014 09:16:57 +0000 |
ib |
Update year in copyright notes.
|
Wed, 01 Jan 2014 22:19:26 +0000 |
cehoyos |
Support Atrac 3+ in oma files.
|
Wed, 01 Jan 2014 22:18:33 +0000 |
cehoyos |
Support Atrac 3+ in wav files.
|
Wed, 01 Jan 2014 22:17:01 +0000 |
cehoyos |
Set audio channel_layout from container when using FFmpeg decoder.
|
Wed, 01 Jan 2014 22:13:47 +0000 |
cehoyos |
Update Copyright year.
|
Tue, 31 Dec 2013 15:31:23 +0000 |
reimar |
Merge declaration and initialization.
|
Tue, 31 Dec 2013 15:31:15 +0000 |
reimar |
Simpler/more robust cleanup code.
|
Tue, 31 Dec 2013 15:31:09 +0000 |
reimar |
Remove pointless explicit initialization.
|
Tue, 31 Dec 2013 15:30:58 +0000 |
reimar |
Add missing "static".
|
Tue, 31 Dec 2013 15:30:49 +0000 |
reimar |
libao2: Add sndio audio output module.
|
Sun, 22 Dec 2013 20:36:52 +0000 |
reimar |
Only update aspect when there was an actual change.
|
Tue, 17 Dec 2013 22:57:00 +0000 |
ib |
Get rid of guiInfo member afilter.
|
Tue, 17 Dec 2013 22:41:24 +0000 |
ib |
Cosmetic: Adjust indent.
|
Tue, 17 Dec 2013 22:40:51 +0000 |
ib |
Add mpctx_get_stream().
|
Tue, 17 Dec 2013 22:31:30 +0000 |
ib |
Add mpctx_get_global_sub_pos().
|
Tue, 17 Dec 2013 22:30:06 +0000 |
ib |
Cosmetic: Adjust indent.
|
Tue, 17 Dec 2013 22:27:13 +0000 |
ib |
Fix small bug with GUI_SET_STREAM.
|
Tue, 17 Dec 2013 22:18:13 +0000 |
ib |
Use variable for passed data in GUI_SET_AUDIO.
|
Tue, 17 Dec 2013 22:12:19 +0000 |
ib |
Provide GUI_SET_MIXER call with argument.
|
Tue, 17 Dec 2013 18:46:48 +0000 |
reimar |
Switch from deprecated intfloat_readwrite.h to intfloat.h
|
Tue, 17 Dec 2013 16:00:57 +0000 |
iive |
Add XvMC hwaccel defines to configure.
|
Tue, 17 Dec 2013 15:44:45 +0000 |
iive |
Allow the compilation of more than one hwaccel format.
|
Mon, 16 Dec 2013 00:06:28 +0000 |
cehoyos |
Define HAVE_LIBC_MSVCRT to avoid a warning.
|
Sat, 14 Dec 2013 00:43:10 +0000 |
michael |
configure: fix build when ffmpeg Makefiles use CONFIG_THREADS
|
Thu, 12 Dec 2013 21:25:47 +0000 |
compn |
more binary codecs, patch by David Spreadborough
|
Wed, 11 Dec 2013 20:03:03 +0000 |
reimar |
Only detect a file as MPEG-PS if we can find at least 2 packets.
|
Wed, 11 Dec 2013 20:03:02 +0000 |
reimar |
Fix potential endless loop while probing.
|
Mon, 09 Dec 2013 14:11:16 +0000 |
compn |
add imm5 / imm6 binary codec, patch by David Spreadborough
|
Sun, 08 Dec 2013 18:29:09 +0000 |
reimar |
Make handling of query_format more robust.
|
Sun, 08 Dec 2013 17:53:59 +0000 |
reimar |
Revert r36537.
|
Sun, 08 Dec 2013 17:52:23 +0000 |
reimar |
Query codec support first.
|
Sun, 08 Dec 2013 15:07:00 +0000 |
reimar |
Workaround VDPAU decode errors on aspect change on NVidia.
|
Fri, 06 Dec 2013 19:37:07 +0000 |
reimar |
Add support for Nios-II architecture.
|
Fri, 06 Dec 2013 19:32:52 +0000 |
reimar |
demux_avs: fixed pointer signedness mismatch
|
Fri, 06 Dec 2013 19:30:53 +0000 |
reimar |
demux_avs: calloc instead of malloc + memset
|
Mon, 02 Dec 2013 14:43:24 +0000 |
ib |
Update track information at GUI_SET_STREAM for CDDA and VCD.
|
Mon, 02 Dec 2013 14:38:08 +0000 |
ib |
Add stream control command STREAM_CTRL_GET_CURRENT_TITLE for VCD.
|
Mon, 02 Dec 2013 14:30:21 +0000 |
ib |
Silence a format warning with cdparanoia.
|
Mon, 02 Dec 2013 14:13:47 +0000 |
ib |
Add new stream control command STREAM_CTRL_GET_CURRENT_TITLE for CDDA.
|
Mon, 02 Dec 2013 13:53:03 +0000 |
ib |
Revise and fix stream control for VCD.
|
Sun, 01 Dec 2013 04:17:02 +0000 |
jrash |
Synced with help_mp-en.h rev. 36525
|
Sun, 01 Dec 2013 04:13:22 +0000 |
jrash |
sync with en/mplayer.1 rev. 36525
|
Fri, 29 Nov 2013 13:10:31 +0000 |
ib |
Don't discard current DVD track information without cause.
|
Fri, 29 Nov 2013 12:41:32 +0000 |
ib |
Add support for TV/DVB to the GUI.
|
Fri, 29 Nov 2013 12:34:21 +0000 |
ib |
Add new stream control command STREAM_CTRL_GET_CURRENT_CHANNEL.
|
Fri, 29 Nov 2013 00:26:17 +0000 |
ib |
Revise German translation of some help messages.
|
Fri, 29 Nov 2013 00:16:48 +0000 |
ib |
Revise German translation of some help messages.
|
Sun, 24 Nov 2013 00:44:44 +0000 |
ib |
Remove unused definitions.
|
Tue, 19 Nov 2013 18:36:10 +0000 |
compn |
codecs.conf: add DYM4 to mpeg4
|
Tue, 19 Nov 2013 18:10:47 +0000 |
reimar |
Avoid resetting fields when we will never have set them in the first place.
|
Tue, 19 Nov 2013 11:03:11 +0000 |
ib |
Revise German translation of some help messages.
|
Mon, 18 Nov 2013 19:54:22 +0000 |
reimar |
Fix pts handling with -framedrop.
|
Sat, 16 Nov 2013 23:31:56 +0000 |
reimar |
Improve handling of internal vs. external dvdread/dvdnav
|
Sat, 16 Nov 2013 23:27:16 +0000 |
reimar |
Chose cheaper alpha blend equation.
|
Sat, 16 Nov 2013 23:23:46 +0000 |
reimar |
Code changes to avoid additional unnecessary re-inits.
|
Sat, 16 Nov 2013 08:10:04 +0000 |
reimar |
Display messages that can be confusing only with -v.
|
Sat, 16 Nov 2013 08:07:08 +0000 |
reimar |
Avoid message spam by not trying formats that will not work.
|
Sat, 16 Nov 2013 07:54:17 +0000 |
reimar |
Fix hardware acceleration notification for VDPAU.
|