Sun, 25 Jul 2010 08:40:45 +0000 |
reimar |
Refuse to compile without yasm unless it was explicitly requested.
|
Sat, 24 Jul 2010 21:43:29 +0000 |
reimar |
Remove useless NULL checks before freeing and NULL pointers
|
Sat, 24 Jul 2010 21:40:06 +0000 |
reimar |
Allocate memory for paletted image data separately to avoid
|
Sat, 24 Jul 2010 21:34:13 +0000 |
reimar |
Slightly simplify dvd subtitle RLE decoding.
|
Sat, 24 Jul 2010 21:24:20 +0000 |
reimar |
Share paletted -> gray/alpha conversion code, and keep a copy
|
Sat, 24 Jul 2010 20:48:32 +0000 |
reimar |
Simplify creation of color/alpha map.
|
Sat, 24 Jul 2010 17:18:46 +0000 |
reimar |
Only try to merge packets if we have a previous packet stored.
|
Sat, 24 Jul 2010 16:44:23 +0000 |
reimar |
Add least some binary Quicktime codecs now work with -demuxer lavf.
|
Sat, 24 Jul 2010 16:36:02 +0000 |
reimar |
Some indentation fixes.
|
Sat, 24 Jul 2010 16:33:22 +0000 |
reimar |
Generate a ImageDescription if none is passed neither via ImageDesc nor
|
Sat, 24 Jul 2010 15:14:43 +0000 |
reimar |
Fix dependency generation for libav*
|
Sat, 24 Jul 2010 14:43:55 +0000 |
reimar |
Fix compilation, forgot to add const also to the
|
Sat, 24 Jul 2010 11:37:58 +0000 |
reimar |
More const-correctness fixes to avoid warnings.
|
Sat, 24 Jul 2010 11:33:28 +0000 |
reimar |
Add some "const" to avoid incompatible pointer type warnings
|
Sat, 24 Jul 2010 11:19:39 +0000 |
stefano |
Add missing comma, fix rgb2yuv_table[SWS_CS_SMPTE240M] coefficients.
|
Sat, 24 Jul 2010 11:19:35 +0000 |
stefano |
Add some comments to the rgb2yuv_table, clarifying the standard where
|
Fri, 23 Jul 2010 20:27:54 +0000 |
ramiro |
swscale-test: scale from reference to source only once for each algorithm
|
Fri, 23 Jul 2010 20:26:54 +0000 |
ramiro |
indent
|
Fri, 23 Jul 2010 20:26:32 +0000 |
ramiro |
swscale-test: change order tests are run, maintaining the same algorithm for
|
Fri, 23 Jul 2010 13:12:31 +0000 |
jrash |
sync with en/mplayer.1 rev. 31769
|
Fri, 23 Jul 2010 13:08:31 +0000 |
jrash |
Synced with help_mp-en.h rev. 31752
|
Thu, 22 Jul 2010 23:01:31 +0000 |
stefano |
Prefer impersonal form over third person, for consistency with the
|
Thu, 22 Jul 2010 19:05:10 +0000 |
ramiro |
swscale-test: use only 3 characters to print width/height since they're always
|
Thu, 22 Jul 2010 19:02:49 +0000 |
ramiro |
swscale-test: print test name before running test, so that it's available in
|
Thu, 22 Jul 2010 17:10:33 +0000 |
reimar |
Mention -af stats as an alternative to -af volume to find the max volume etc.
|
Thu, 22 Jul 2010 15:30:22 +0000 |
ramiro |
swscale-test: allocate more memory to prevent scalers from writing out of bounds
|
Thu, 22 Jul 2010 08:52:41 +0000 |
cehoyos |
ffvp8 is now significantly faster for x86-64 than fflibvpx.
|
Wed, 21 Jul 2010 19:29:36 +0000 |
greg |
libass: remove yet another version check
|
Wed, 21 Jul 2010 19:02:36 +0000 |
reimar |
Do not compile subassconvert.c if libass is disabled, the functionality
|
Wed, 21 Jul 2010 18:49:05 +0000 |
reimar |
Add support for libavcore.
|
Wed, 21 Jul 2010 18:48:13 +0000 |
reimar |
Put sub_ass_read_line_subviewer under CONFIG_ASS to avoid a warning.
|
Wed, 21 Jul 2010 18:10:29 +0000 |
reimar |
Printing maximum volume only works when prefering float format.
|
Wed, 21 Jul 2010 17:51:06 +0000 |
greg |
subtitles: fix build without libass
|
Wed, 21 Jul 2010 13:29:55 +0000 |
ramiro |
darwin: allow 64-bit darwin to allocate executable memory
|
Tue, 20 Jul 2010 22:20:23 +0000 |
ramiro |
swscale-test: use av_pix_fmt_descriptors[].name directly
|
Tue, 20 Jul 2010 01:45:25 +0000 |
ramiro |
Restore vertical alignment in some defines
|
Mon, 19 Jul 2010 07:06:14 +0000 |
mstorsjo |
Cosmetics: reindent and unify whitespace
|
Mon, 19 Jul 2010 07:02:31 +0000 |
mstorsjo |
Do planar copy with a single memcpy only if the stride is equal to the length
|
Mon, 19 Jul 2010 00:12:08 +0000 |
greg |
Pass libass messages to mp_msg
|
Mon, 19 Jul 2010 00:12:04 +0000 |
greg |
Require libass version with ass_flush_events
|
Sun, 18 Jul 2010 23:02:25 +0000 |
greg |
Prefer external libass
|
Sun, 18 Jul 2010 22:00:48 +0000 |
greg |
subtitles: convert SRT/MicroDVD markup into ASS markup
|
Sun, 18 Jul 2010 21:39:57 +0000 |
darkshikari |
Another try at fixing swscale on win64, as per r31153.
|
Sun, 18 Jul 2010 18:04:50 +0000 |
reimar |
Use identical code to -vo gl for -wid mode in gl2.
|
Sat, 17 Jul 2010 13:14:53 +0000 |
diego |
Rename network build system variable and command line option to networking.
|
Sat, 17 Jul 2010 10:28:17 +0000 |
diego |
Fix LADSPA test variable initialization so it actually works (without stddef.h).
|
Sat, 17 Jul 2010 09:19:39 +0000 |
diego |
cosmetics: Use 'elif' instead of 'else .. if'.
|
Fri, 16 Jul 2010 17:45:50 +0000 |
mstorsjo |
In planarCopyWrapper, Only copy length, not stride of the last line in the plane
|
Fri, 16 Jul 2010 11:21:54 +0000 |
jrash |
sync with en/mplayer.1 rev. 31715
|
Fri, 16 Jul 2010 10:55:43 +0000 |
diego |
Fix a few web page links in the documentation.
|
Thu, 15 Jul 2010 18:57:57 +0000 |
reimar |
Make it possible to select GL_NEAREST scaling.
|
Thu, 15 Jul 2010 18:50:57 +0000 |
reimar |
Helper macros to build the yuv conversion type number.
|
Thu, 15 Jul 2010 18:46:49 +0000 |
reimar |
Add () around macro arguments.
|
Thu, 15 Jul 2010 18:36:15 +0000 |
reimar |
Cosmetics: create luma texture first, then the other textures.
|
Thu, 15 Jul 2010 18:18:15 +0000 |
reimar |
Reindent.
|
Thu, 15 Jul 2010 18:09:14 +0000 |
reimar |
Use sigaction() instead of signal(), the latter has a unavoidable
|
Thu, 15 Jul 2010 17:59:46 +0000 |
reimar |
Add support for parameter changes (e.g. channel count) during playback.
|
Wed, 14 Jul 2010 21:36:06 +0000 |
reimar |
Allow fullscreen switching during -idle. Useful in combination
|
Wed, 14 Jul 2010 13:49:08 +0000 |
diego |
Give signal handler function in test programs correct argument list.
|
Wed, 14 Jul 2010 08:17:58 +0000 |
diego |
Move memalign_hack definition out of the FFmpeg section of config.h.
|
Tue, 13 Jul 2010 19:49:25 +0000 |
reimar |
Fix gettimeofday type to match the real one.
|
Tue, 13 Jul 2010 15:11:34 +0000 |
diego |
Enable robust resync for mpg123 decoder.
|
Tue, 13 Jul 2010 14:51:31 +0000 |
diego |
Port GNU assembler check from FFmpeg.
|
Tue, 13 Jul 2010 12:08:50 +0000 |
diego |
Add CONFIG_PIC #define for FFmpeg to config.h.
|
Tue, 13 Jul 2010 11:46:54 +0000 |
diego |
Move PIC test out of the x86 section; it is not only required on x86.
|
Tue, 13 Jul 2010 10:49:23 +0000 |
diego |
Add IBM ASM check for FFmpeg on PowerPC.
|
Mon, 12 Jul 2010 21:38:39 +0000 |
diego |
Remove unused static function menu_text_get_next_line, fixes the warning:
|
Mon, 12 Jul 2010 20:19:53 +0000 |
adrian |
Reindent and align after r31725.
|
Mon, 12 Jul 2010 20:19:09 +0000 |
adrian |
Improve handling of the "help" suboption in coreaudio:
|
Mon, 12 Jul 2010 18:04:05 +0000 |
reimar |
Improve MPEG-TS subtitle support: make it use the infrastructure for
|
Mon, 12 Jul 2010 17:43:37 +0000 |
diego |
Remove some unused variables along with the corresponding warnings.
|
Mon, 12 Jul 2010 08:35:20 +0000 |
benoit |
Change the type of Y table to pointer to void in fill_table().
|
Sun, 11 Jul 2010 22:34:47 +0000 |
reimar |
Define HAVE_GNU_AS to enable Altivec-accelerated FFT.
|
Sun, 11 Jul 2010 21:33:27 +0000 |
reimar |
15 bpp tga format is little endian.
|
Sun, 11 Jul 2010 21:30:45 +0000 |
reimar |
Use the proper imgfmt names.
|
Sun, 11 Jul 2010 21:25:06 +0000 |
reimar |
Fix vo_tga RGB with alpha output on little-endian (blue and alpha were swapped),
|
Sun, 11 Jul 2010 21:14:48 +0000 |
adrian |
Process the CoreFoundation runloop in ao_coreaudio in case it's not being processed in the vo, e.g. when vo_corevideo is used with shared_buffer.
|
Sun, 11 Jul 2010 21:12:20 +0000 |
adrian |
Fix cosmetics after r31715.
|
Sun, 11 Jul 2010 21:08:57 +0000 |
adrian |
Refactor device selection in ao_coreaudio: Add output device selection and correctly set the default device if it's selected.
|
Sun, 11 Jul 2010 21:02:53 +0000 |
adrian |
Consistently use types as they are used by the API in ao_coreaudio.
|
Sun, 11 Jul 2010 21:00:37 +0000 |
adrian |
Replace deprecated functions in ao_coreaudio with their new ones introduced in OSX 10.4.
|
Sun, 11 Jul 2010 20:53:57 +0000 |
adrian |
Fix printf specifiers used in ao_coreaudio. Fixes warnings:
|
Sun, 11 Jul 2010 17:53:44 +0000 |
reimar |
Fix calculation of global_sub_size.
|
Sun, 11 Jul 2010 17:10:18 +0000 |
reimar |
Remove pointless assignments that would assing the value it already
|
Sun, 11 Jul 2010 14:51:51 +0000 |
reimar |
Avoid incorrectly duplicating initialization code in new_demux_packet,
|
Sun, 11 Jul 2010 14:02:58 +0000 |
reimar |
Set size correctly for decoded text subs.
|
Sun, 11 Jul 2010 13:54:23 +0000 |
reimar |
Faster paletted to OSD conversion.
|
Sun, 11 Jul 2010 13:48:16 +0000 |
reimar |
Document code inefficiency.
|
Sun, 11 Jul 2010 13:36:02 +0000 |
reimar |
Fix conversion from paletted to MPlayer's OSD format.
|
Sun, 11 Jul 2010 13:05:45 +0000 |
reimar |
Simplify alpha conversion code.
|
Sun, 11 Jul 2010 12:56:52 +0000 |
reimar |
Call spudec_draw for the unscaled case instead of duplicating code.
|
Sun, 11 Jul 2010 12:48:54 +0000 |
reimar |
Remove useless casts
|
Sun, 11 Jul 2010 12:46:12 +0000 |
reimar |
Fix calc_bbox to always return sensible values.
|
Sun, 11 Jul 2010 12:14:40 +0000 |
cehoyos |
Fix compilation if CONFIG_QTX_CODECS is defined (on OS X).
|
Sun, 11 Jul 2010 09:47:47 +0000 |
reimar |
Reindent.
|
Sun, 11 Jul 2010 09:46:58 +0000 |
reimar |
Avoid calling av_resample_init again when the values are the same as before.
|
Sun, 11 Jul 2010 09:40:46 +0000 |
reimar |
Try to get subtitle scaling somewhat right with libavcodec decoded
|
Sun, 11 Jul 2010 09:39:06 +0000 |
reimar |
10l, also assign the original width in spudec_new_scaled.
|
Sun, 11 Jul 2010 09:05:22 +0000 |
reimar |
Fix indentation.
|
Sun, 11 Jul 2010 09:04:29 +0000 |
reimar |
Add support for DVB and XSUB subtitles, not yet working properly.
|
Sun, 11 Jul 2010 09:03:59 +0000 |
cehoyos |
Fix compilation with liblive555 after r31675.
|
Sun, 11 Jul 2010 09:03:13 +0000 |
reimar |
Remove dvdsub_id checks that should not be necessary.
|
Sun, 11 Jul 2010 08:02:26 +0000 |
reimar |
Avoid status line being mangled together with error messages and other
|
Sun, 11 Jul 2010 07:37:02 +0000 |
reimar |
Fix memory leak for subtitles decoded by libavcodec.
|
Sat, 10 Jul 2010 23:31:50 +0000 |
reimar |
Fix some remaining bswap-related compilation issues.
|
Sat, 10 Jul 2010 23:30:39 +0000 |
reimar |
Add AV_HAVE_FAST_UNALIGNED define.
|
Sat, 10 Jul 2010 23:29:31 +0000 |
reimar |
bswap compatibility defines.
|
Sat, 10 Jul 2010 23:18:45 +0000 |
reimar |
Remove disabled and pointless code.
|
Sat, 10 Jul 2010 23:11:45 +0000 |
reimar |
Remove some pointless uses of be2me/le2me.
|
Sat, 10 Jul 2010 23:08:06 +0000 |
reimar |
Use AV_WB* where possible and be2me -> be2ne compilation fix.
|
Sat, 10 Jul 2010 22:56:58 +0000 |
reimar |
100l compialtion fix and use AV_RB32.
|
Sat, 10 Jul 2010 22:49:28 +0000 |
reimar |
Remove completely nonsensical le2me usages, the only effect
|
Sat, 10 Jul 2010 22:33:49 +0000 |
reimar |
Remove obfuscating use of le2me_32.
|
Sat, 10 Jul 2010 22:24:31 +0000 |
reimar |
Use AV_RL* macros instead of typecasts where appropriate.
|
Sat, 10 Jul 2010 22:12:38 +0000 |
mru |
Add av_ prefix to bswap macros
|
Sat, 10 Jul 2010 20:48:50 +0000 |
reimar |
Change global subtitle numbering scheme so that demuxers can "asynchronously"
|
Sat, 10 Jul 2010 18:53:08 +0000 |
reimar |
Fix compilation of tv support.
|
Sat, 10 Jul 2010 18:51:03 +0000 |
reimar |
Revert and accidentally committed hunk from last commit.
|
Sat, 10 Jul 2010 18:47:59 +0000 |
reimar |
Make the stream language an argument to the stream creation function
|
Sat, 10 Jul 2010 18:11:05 +0000 |
reimar |
Automatically allocate a vo_spudec if there is none.
|
Sat, 10 Jul 2010 18:06:04 +0000 |
reimar |
Get rid of useless INITIALIZED_SPUDEC flag.
|
Sat, 10 Jul 2010 17:57:10 +0000 |
reimar |
100l, only set VO_EVENT_RESIZE on an actual resize, not just for movement.
|
Sat, 10 Jul 2010 16:48:59 +0000 |
reimar |
Add packet->len checks to avoid out-of-bounds reads and negative
|
Sat, 10 Jul 2010 16:44:02 +0000 |
diego |
Add back LIBXVID to $libavencoders once more.
|
Sat, 10 Jul 2010 16:43:00 +0000 |
reimar |
Check packet size before memmove to avoid crashes e.g. if we recognized the
|
Sat, 10 Jul 2010 16:30:59 +0000 |
reimar |
Remove unused extern variable declarations.
|
Sat, 10 Jul 2010 16:26:58 +0000 |
diego |
Move EBX availability #define within config.h; it is not FFmpeg-specific.
|
Sat, 10 Jul 2010 13:46:27 +0000 |
reimar |
Mention PGS support.
|
Sat, 10 Jul 2010 13:45:09 +0000 |
reimar |
Add support for PGS subtitle decoding via libavcodec.
|
Sat, 10 Jul 2010 13:43:04 +0000 |
reimar |
We no longer have a libgsm copy in SVN.
|
Sat, 10 Jul 2010 12:53:05 +0000 |
reimar |
Make subdelay handling work the same way for all subtitle types and also allow
|
Sat, 10 Jul 2010 11:40:40 +0000 |
diego |
Remove useless LIBXVID entry from libavencoders list.
|
Sat, 10 Jul 2010 11:22:42 +0000 |
reimar |
Reuse spudec_visible to avoid code duplication.
|
Sat, 10 Jul 2010 10:23:40 +0000 |
reimar |
Handle and print a warning about invalid values in the function
|
Sat, 10 Jul 2010 10:22:28 +0000 |
reimar |
Extract spudec image allocation code to a separate function.
|
Sat, 10 Jul 2010 08:07:27 +0000 |
reimar |
Fix compilation broken due to GET_UTF8 being undefined.
|
Sat, 10 Jul 2010 08:04:48 +0000 |
reimar |
Remove copy of old and ugly libgsm code and wrapper.
|
Sat, 10 Jul 2010 07:57:06 +0000 |
reimar |
Add/fix GSM audio decoding through FFmpeg.
|
Sat, 10 Jul 2010 07:25:44 +0000 |
reimar |
Make it possible to set all options for lavc audio encoder.
|
Sat, 10 Jul 2010 02:25:07 +0000 |
michael |
1 memcpy less in lavf demuxing.
|
Fri, 09 Jul 2010 22:36:26 +0000 |
jrash |
Synced with help_mp-en.h rev. 31631
|
Fri, 09 Jul 2010 14:01:49 +0000 |
jrash |
sync with en/mplayer.1 rev. 31648
|
Fri, 09 Jul 2010 13:08:27 +0000 |
cehoyos |
Fix compilation with --disable-mencoder.
|
Fri, 09 Jul 2010 13:08:00 +0000 |
cehoyos |
Fix 'Xvid in libavcodec', broken in r31649.
|
Fri, 09 Jul 2010 12:13:51 +0000 |
cehoyos |
Fix compilation after FFmpeg r24137.
|
Thu, 08 Jul 2010 20:26:36 +0000 |
cehoyos |
Quadbuffered stereo does work on selected hardware.
|
Thu, 08 Jul 2010 20:17:45 +0000 |
cehoyos |
Independent tests indicate that GLX_STEREO is working fine on supported hardware.
|
Thu, 08 Jul 2010 15:52:47 +0000 |
reynaldo |
Implement edl-backward-delay to avoid jumping right over an
|
Wed, 07 Jul 2010 11:52:31 +0000 |
diego |
cosmetics: Drop leading underscore from FFmpeg component variables.
|
Wed, 07 Jul 2010 11:45:54 +0000 |
diego |
Remove duplicated FFmpeg external codec library variables from config.mak.
|
Wed, 07 Jul 2010 11:44:45 +0000 |
diego |
Enable libvorbis encoder in FFmpeg if libvorbis is available.
|
Tue, 06 Jul 2010 09:02:37 +0000 |
aurel |
stricter check for convergence_duration validity, avoid using meaningless values
|
Mon, 05 Jul 2010 21:34:51 +0000 |
diego |
Move libgsm #define to the FFmpeg section of config.h.
|
Mon, 05 Jul 2010 20:52:47 +0000 |
ben |
Implement slave mode compatible stream controls for Blu-ray.
|
Mon, 05 Jul 2010 19:45:14 +0000 |
reimar |
Some small whitespace and {} cosmetics.
|
Mon, 05 Jul 2010 19:40:21 +0000 |
reimar |
Try to get a quadbuffered visual if the corresponding 3D mode was selected.
|
Mon, 05 Jul 2010 19:34:08 +0000 |
reimar |
Use a more sensible variable name.
|
Mon, 05 Jul 2010 19:32:12 +0000 |
reimar |
Move declaration to where it is actually used.
|
Mon, 05 Jul 2010 19:23:56 +0000 |
reimar |
Mention stereo support in Changelog.
|
Mon, 05 Jul 2010 19:22:52 +0000 |
reimar |
Fix outdated -vo gl usage example.
|
Mon, 05 Jul 2010 19:19:56 +0000 |
reimar |
Add initial stereo support to -vo gl.
|
Mon, 05 Jul 2010 18:24:02 +0000 |
diego |
Fix Bulgarian vs. Hungarian typo in Czech manual page.
|
Mon, 05 Jul 2010 17:04:46 +0000 |
ben |
Support for unencrypted Blu-ray playback through libbluray.
|
Sun, 04 Jul 2010 07:13:18 +0000 |
reimar |
Add a manifest file to disable file and registry
|
Sat, 03 Jul 2010 20:54:54 +0000 |
reimar |
Support decoding and encoding via libgsm via libavcodec.
|
Sat, 03 Jul 2010 09:58:13 +0000 |
cehoyos |
Fix 'assignment from incompatible pointer type' warning.
|
Sat, 03 Jul 2010 01:02:47 +0000 |
jrash |
Synced with help_mp-en.h rev. 31579
|
Fri, 02 Jul 2010 23:43:09 +0000 |
reimar |
Avoid out-of-bounds read if mp_msg prints an empty string.
|
Fri, 02 Jul 2010 21:19:21 +0000 |
reimar |
Factor out a large conditional, hopefully making it easier to
|
Fri, 02 Jul 2010 21:14:42 +0000 |
reimar |
Move the subtitle pts handling code to demuxer.c
|
Fri, 02 Jul 2010 19:59:02 +0000 |
reimar |
Get window dimensions also for -wid 0.
|
Fri, 02 Jul 2010 19:50:23 +0000 |
reimar |
Re-enable keyboard input for GUI video window.
|
Fri, 02 Jul 2010 19:19:21 +0000 |
reimar |
Remove useless ()
|
Fri, 02 Jul 2010 19:18:17 +0000 |
reimar |
Remove some commented-out code that has no purpose and is only confusing.
|
Fri, 02 Jul 2010 16:52:32 +0000 |
cehoyos |
Hopefully fix librtmp detection.
|
Fri, 02 Jul 2010 10:02:34 +0000 |
diego |
Use cflag_check utility function in cross-compilation check.
|
Fri, 02 Jul 2010 09:38:46 +0000 |
diego |
Add return statement to function_check test program.
|
Thu, 01 Jul 2010 23:52:01 +0000 |
diego |
Replace some more manual compiler flag checks with cflag_check function.
|
Thu, 01 Jul 2010 23:24:46 +0000 |
diego |
Declare FARPROC/PROC/FARPROC16/PROC16 parameter lists as 'void'.
|
Thu, 01 Jul 2010 23:18:16 +0000 |
diego |
Separate automatic dependency generation flags from general CFLAGS.
|
Thu, 01 Jul 2010 23:03:40 +0000 |
diego |
Add convenience function to check for compiler flags directly and use it.
|
Thu, 01 Jul 2010 22:19:57 +0000 |
diego |
cosmetics: Rename _warn_CFLAGS variable to warn_cflags.
|
Thu, 01 Jul 2010 21:11:10 +0000 |
reimar |
Give functions proper prototypes.
|
Thu, 01 Jul 2010 20:57:40 +0000 |
reimar |
Use AV_RL32 also in x86, it is well enough optimized nowadays.
|
Thu, 01 Jul 2010 20:52:17 +0000 |
reimar |
Fix function prototypes to match the required type.
|
Thu, 01 Jul 2010 20:49:35 +0000 |
reimar |
Avoid void *-arithmentic warnings.
|
Thu, 01 Jul 2010 20:43:20 +0000 |
reimar |
Fix ffmpeg logging: mp_msg_test must be called after the proper target
|
Thu, 01 Jul 2010 20:41:42 +0000 |
reimar |
Add some const, the ad_functions structs are in rodata.
|
Thu, 01 Jul 2010 20:04:38 +0000 |
reimar |
Always request expose events, we have to handle them, the application
|
Thu, 01 Jul 2010 20:00:19 +0000 |
reimar |
Fix resizing with -wid after previous commit.
|
Thu, 01 Jul 2010 19:59:42 +0000 |
attila |
* fix compilation using external libfaad
|
Thu, 01 Jul 2010 19:52:18 +0000 |
reimar |
Some indentation fixes.
|
Thu, 01 Jul 2010 19:48:00 +0000 |
reimar |
Do not try to grab input from -wid windows, it will most likely break
|
Thu, 01 Jul 2010 19:43:38 +0000 |
reimar |
Fix -geometry with -wid behaviour (y position was flipped).
|
Thu, 01 Jul 2010 17:47:25 +0000 |
reimar |
skinName is already declared in interface.h, so remove
|
Thu, 01 Jul 2010 17:46:32 +0000 |
reimar |
Fix win32 gui compilation.
|
Thu, 01 Jul 2010 17:28:15 +0000 |
reimar |
Avoid some deprecated functions.
|
Thu, 01 Jul 2010 16:51:46 +0000 |
attila |
config.log belongs into mplayer's root directory, not into the tmp directory
|
Thu, 01 Jul 2010 16:48:03 +0000 |
reimar |
Add disabling input to hints.
|
Thu, 01 Jul 2010 10:22:19 +0000 |
diego |
Fix variable name for tmpdir selection iterator.
|
Thu, 01 Jul 2010 10:14:30 +0000 |
diego |
Add convenience function to check for the availability of system functions.
|
Thu, 01 Jul 2010 09:00:54 +0000 |
diego |
Place temporary files in a subdirectory of their own.
|
Wed, 30 Jun 2010 10:09:19 +0000 |
diego |
Move dvd_speed extern variable declaration from stream_dvd_common.h to stream.h.
|
Wed, 30 Jun 2010 09:55:14 +0000 |
diego |
MP3 decoding through libmpg123
|
Wed, 30 Jun 2010 09:27:03 +0000 |
astrange |
configure: Fix detection of SDL backend for vo_gl on OS X
|
Tue, 29 Jun 2010 16:30:28 +0000 |
reimar |
Add config.h include needed for other included files
|
Tue, 29 Jun 2010 14:48:54 +0000 |
reimar |
Avoid a crash if stream->url is not set, but print a warning since this
|
Tue, 29 Jun 2010 12:13:57 +0000 |
diego |
Replace HAVE_BIGENDIAN #ifdef around swap_palette() by av_unused attribute.
|
Tue, 29 Jun 2010 08:33:39 +0000 |
cehoyos |
Update ffvp8 comment.
|
Mon, 28 Jun 2010 16:54:27 +0000 |
diego |
Place swap_palette declaration under the same #ifdef as its usage; fixes:
|
Mon, 28 Jun 2010 16:45:47 +0000 |
diego |
Remove help target that prints available targets.
|
Mon, 28 Jun 2010 16:31:11 +0000 |
diego |
Remove some commented-out cruft.
|
Mon, 28 Jun 2010 09:39:49 +0000 |
diego |
Clean up #include handling in mplayer.c and mencoder.c.
|
Mon, 28 Jun 2010 09:35:18 +0000 |
diego |
cosmetics: Move volstep global var to the top where all other global vars live.
|
Mon, 28 Jun 2010 09:25:56 +0000 |
diego |
Remove unnecessary HELP_MP_DEFINE_STATIC #define and corresponding #ifdefs.
|
Mon, 28 Jun 2010 08:43:05 +0000 |
siretart |
Revert the previous two commits to configure and clarify the res_comment.
|
Mon, 28 Jun 2010 08:26:14 +0000 |
diego |
Factorize MPlayer/MEncoder version string handling.
|
Sun, 27 Jun 2010 20:47:26 +0000 |
cehoyos |
ffvp8 decodes all reference vectors fine.
|
Sun, 27 Jun 2010 20:46:42 +0000 |
cehoyos |
fflibvpx is significantly faster than ffvp8 for nearly all users.
|
Sun, 27 Jun 2010 19:56:49 +0000 |
siretart |
reindent after last commit
|
Sun, 27 Jun 2010 19:55:17 +0000 |
siretart |
libvpx does not require static libavcodec
|
Sun, 27 Jun 2010 19:20:38 +0000 |
reimar |
Fix indentation.
|
Sun, 27 Jun 2010 19:19:50 +0000 |
reimar |
Simplify clang version extraction.
|
Sun, 27 Jun 2010 19:10:29 +0000 |
reimar |
clang also does not support -march=native.
|
Sun, 27 Jun 2010 19:07:51 +0000 |
reimar |
Experimental support for clang compiler.
|
Sun, 27 Jun 2010 19:02:10 +0000 |
reimar |
Include internal.h last to avoid a conflict between its dprintf()
|
Sun, 27 Jun 2010 16:28:45 +0000 |
reimar |
100l, actually enable libvpx encoder if libvpx is detected.
|
Sun, 27 Jun 2010 15:04:13 +0000 |
reimar |
Use MSG_NOSIGNAL flag if available for send().
|
Sun, 27 Jun 2010 15:01:24 +0000 |
reimar |
Remove (or for now actually only disable) support for external libfaad.
|
Sun, 27 Jun 2010 14:58:50 +0000 |
reimar |
Update VP8 support information.
|
Sun, 27 Jun 2010 14:55:58 +0000 |
reimar |
Fix arpa/inet.h configure check.
|
Sun, 27 Jun 2010 14:49:35 +0000 |
reimar |
Add missing include for usec_sleep.
|
Sun, 27 Jun 2010 14:47:50 +0000 |
reimar |
Fix missing iopl declaration on x86_64 systems.
|
Sat, 26 Jun 2010 18:06:20 +0000 |
reimar |
Allow the FFmpeg VP8 decoder to work by disabling dr for it (thus we do not
|
Fri, 25 Jun 2010 16:56:40 +0000 |
reimar |
Ensure that e.g. -af-pre will not cause the filter list to be
|
Fri, 25 Jun 2010 16:53:27 +0000 |
reimar |
ladspa: ensure that activate is called on each filter instance, even
|
Fri, 25 Jun 2010 13:30:34 +0000 |
jrash |
Synced with help_mp-en.h rev. 31512
|
Fri, 25 Jun 2010 13:27:37 +0000 |
jrash |
sync with en/mplayer.1 rev. 31552
|
Thu, 24 Jun 2010 17:19:49 +0000 |
diego |
Clean up sub-related extern declarations.
|
Thu, 24 Jun 2010 16:50:47 +0000 |
diego |
Add libvo/sub.h #include instead of declaring sub_visibility extern.
|
Thu, 24 Jun 2010 16:38:13 +0000 |
diego |
Add #include for libvo/sub.h instead of duplicating sub_pos extern declaration.
|
Thu, 24 Jun 2010 14:06:51 +0000 |
attila |
make clear that -frames 0 surpresses all _video_ output and not the
|
Thu, 24 Jun 2010 10:19:49 +0000 |
diego |
Add prototypes for exported FilterGraph_ functions.
|
Thu, 24 Jun 2010 09:38:02 +0000 |
diego |
Remove redundant mp_msg_levels[] extern declaration.
|
Thu, 24 Jun 2010 09:23:49 +0000 |
diego |
Move rtsp_port extern declaration to demuxer.h.
|
Thu, 24 Jun 2010 08:15:46 +0000 |
diego |
Fix catch() callback function declaration in two compile tests.
|
Thu, 24 Jun 2010 08:14:32 +0000 |
diego |
whitespace cosmetics
|
Thu, 24 Jun 2010 08:12:49 +0000 |
diego |
Remove unnecessary #includes from libnut test.
|
Thu, 24 Jun 2010 08:03:41 +0000 |
diego |
Replace manual header checks by header_check function.
|
Wed, 23 Jun 2010 23:56:10 +0000 |
diego |
Improve extrastereo audio filter description.
|
Wed, 23 Jun 2010 18:44:06 +0000 |
cehoyos |
Improve LATM recognition.
|
Wed, 23 Jun 2010 17:34:19 +0000 |
reimar |
Add FFmpeg VP8 decoder, even though it is not working since MPlayer requires
|
Wed, 23 Jun 2010 16:57:04 +0000 |
reimar |
Change libvpx configure check to match FFmpeg's and also enable the encoder.
|
Wed, 23 Jun 2010 16:44:21 +0000 |
reimar |
Replace ever-growing-to-uglyness IS_* macros to by functions
|
Wed, 23 Jun 2010 16:39:16 +0000 |
diego |
Move rtsp_destination extern declaration to stream.h.
|
Wed, 23 Jun 2010 13:36:02 +0000 |
diego |
Get rid of xsltproc wrapper redirection; run commands directly from make.
|
Wed, 23 Jun 2010 13:24:53 +0000 |
diego |
Move xsltproc target file hack to the Makefile.
|
Wed, 23 Jun 2010 12:38:40 +0000 |
diego |
Drop support for the Saxon XSLT processor.
|
Wed, 23 Jun 2010 12:24:48 +0000 |
diego |
Drop configure support for Jade/OpenJade XSLT processors.
|
Wed, 23 Jun 2010 12:07:29 +0000 |
diego |
Get rid of xmllint wrapper redirection; run commands directly from make.
|
Wed, 23 Jun 2010 11:37:26 +0000 |
diego |
Fix iopl() function declaration, fixes the warning:
|
Wed, 23 Jun 2010 11:36:40 +0000 |
diego |
Remove pointless __linux__ preprocessor checks.
|
Wed, 23 Jun 2010 10:59:26 +0000 |
diego |
Remove duplicated MKTAG macro definition, #include libavutil/common.h instead.
|
Wed, 23 Jun 2010 10:50:55 +0000 |
diego |
Change timer_name type from char* to char[]; patch taken from Uoti's tree.
|
Wed, 23 Jun 2010 10:47:48 +0000 |
diego |
Add CONFIG_SHARED to config.h for FFmpeg.
|
Tue, 22 Jun 2010 13:15:34 +0000 |
diego |
Move the .SUFFIXES rule to the bottom of the Makefile and explain it.
|
Tue, 22 Jun 2010 07:41:12 +0000 |
diego |
Remove disabled and unused timer-linux test main routine.
|
Tue, 22 Jun 2010 07:02:18 +0000 |
diego |
Remove some unnecessary #includes from configure tests.
|
Mon, 21 Jun 2010 20:44:12 +0000 |
reynaldo |
Improves EDL to avoid jumping into a skipped out scene. It also
|
Mon, 21 Jun 2010 17:36:25 +0000 |
diego |
typo fixes; mention lowering of hardware MPEG decoder priority
|
Mon, 21 Jun 2010 17:10:07 +0000 |
diego |
Move video decoder option array extern declarations to vd.h.
|
Mon, 21 Jun 2010 17:09:14 +0000 |
diego |
Add header file for video encoder extern variable declarations.
|
Mon, 21 Jun 2010 16:58:42 +0000 |
reimar |
Place AUDIO_AAC_LATM definition next to AUDIO_AAC.
|
Mon, 21 Jun 2010 16:41:30 +0000 |
reimar |
Make demux_ts detect LATM AAC as a separate type.
|
Mon, 21 Jun 2010 14:46:09 +0000 |
diego |
Surround conditionally used orig_lines variable declaration by #ifdefs.
|
Mon, 21 Jun 2010 14:43:08 +0000 |
diego |
Move lavfopts_conf/mpegopts_conf/nuvopts_conf extern declarations to muxer.h.
|
Mon, 21 Jun 2010 14:40:28 +0000 |
diego |
Move dvbin_opts_conf extern variable declaration to stream.h.
|
Mon, 21 Jun 2010 14:39:24 +0000 |
diego |
Use angular brackets for system #includes.
|
Mon, 21 Jun 2010 12:55:43 +0000 |
diego |
Fix type of dvbin_opts_conf extern declaration.
|
Mon, 21 Jun 2010 11:03:03 +0000 |
diego |
Move cddb_data_t and cd_toc_t structs to the only place they are used.
|
Mon, 21 Jun 2010 10:58:02 +0000 |
diego |
Shut up strict prototype warnings from the gui subdirectory.
|
Mon, 21 Jun 2010 10:51:31 +0000 |
diego |
Adjust printf length modifier, fixes the warning:
|
Mon, 21 Jun 2010 10:40:30 +0000 |
diego |
cosmetics: Reorder functions to avoid forward declarations.
|
Mon, 21 Jun 2010 10:33:00 +0000 |
diego |
Remove unused static function cddb_freedb_sites_parse().
|
Mon, 21 Jun 2010 10:30:54 +0000 |
diego |
Move declarations for functions defined in stream_cddb.c to cdd.h.
|
Mon, 21 Jun 2010 10:26:45 +0000 |
diego |
Remove unused static function cddb_get_freedb_sites(), fixes the warning:
|
Mon, 21 Jun 2010 10:20:17 +0000 |
diego |
Reorder #includes and drop an unnecessary set of #ifdefs.
|
Mon, 21 Jun 2010 10:19:01 +0000 |
diego |
Move cdda_priv structure to the only place it is used.
|
Mon, 21 Jun 2010 09:55:59 +0000 |
diego |
Move demuxer-specific option array declarations to demuxer.h.
|
Mon, 21 Jun 2010 09:51:26 +0000 |
diego |
Move faac/lame/toolame/twolame option array declarations to appropriate headers.
|
Mon, 21 Jun 2010 09:42:28 +0000 |
diego |
Move mpae_twolame_ctx structure to ae_twolame.c.
|
Mon, 21 Jun 2010 09:42:01 +0000 |
diego |
Move mpae_toolame_ctx structure to ae_toolame.c.
|
Mon, 21 Jun 2010 08:58:49 +0000 |
diego |
Remove redundant dvd_device extern variable declaration.
|
Mon, 21 Jun 2010 08:58:09 +0000 |
diego |
Move dvd_device extern declaration from stream_dvd_common.h to stream.h.
|
Mon, 21 Jun 2010 08:38:23 +0000 |
diego |
Remove redundant cdrom_device extern variable declarations.
|
Sun, 20 Jun 2010 19:29:18 +0000 |
attila |
Prefere the use of inet_ntop over inet_ntoa, as the former is ipv6 safe.
|
Sun, 20 Jun 2010 19:26:57 +0000 |
cehoyos |
Fix compilation after r31490.
|
Sun, 20 Jun 2010 18:19:47 +0000 |
diego |
Move noconfig_opts extern variable declaration to mpcommon.h.
|
Sun, 20 Jun 2010 17:58:37 +0000 |
diego |
Move network_prefer_ipv4/reuse_socket extern declarations to tcp.h/udp.h.
|
Sun, 20 Jun 2010 17:54:46 +0000 |
diego |
Mark data parameter of my_write function as const.
|
Sun, 20 Jun 2010 16:01:17 +0000 |
diego |
Remove duplicate network_bandwidth extern declarations.
|
Sun, 20 Jun 2010 15:53:45 +0000 |
diego |
Add declarations for open.c externally used variables to stream.h.
|
Sun, 20 Jun 2010 15:43:45 +0000 |
diego |
Move af_cfg extern variable declaration to dec_audio.h.
|
Sun, 20 Jun 2010 15:38:38 +0000 |
diego |
Move extern declarations for vf.c variables to vf.h.
|
Sun, 20 Jun 2010 15:32:14 +0000 |
diego |
Add appropriate #include instead of duplicating mf_ extern var declarations.
|
Sun, 20 Jun 2010 15:30:02 +0000 |
diego |
Move rtsp_transport_ extern variable declarations to demuxer.h.
|
Sun, 20 Jun 2010 15:24:07 +0000 |
diego |
Move audio_stream_cache extern variable declaration to demuxer.h.
|
Sun, 20 Jun 2010 15:18:45 +0000 |
diego |
Move more sws_ extern variable declarations to vf_scale.h.
|
Sun, 20 Jun 2010 15:15:37 +0000 |
diego |
Move pvr_ extern variable declarations to stream/pvr.h.
|
Sun, 20 Jun 2010 15:04:12 +0000 |
diego |
Move hr_mp3_seek extern variable declaration to demux_audio.h.
|
Sun, 20 Jun 2010 15:00:11 +0000 |
diego |
Move cdda_opts extern declaration to stream/cdd.h.
|
Sun, 20 Jun 2010 14:40:42 +0000 |
diego |
Move sws_flags extern variable declaration to vf_scale.h.
|
Sun, 20 Jun 2010 14:38:54 +0000 |
diego |
Add appropriate #include instead of duplicating pp_help extern declaration.
|
Sun, 20 Jun 2010 14:30:46 +0000 |
diego |
Add header file for externally used variable ps_probe.
|
Sun, 20 Jun 2010 14:25:20 +0000 |
diego |
Add header file for VIVO extern variable declarations.
|
Sun, 20 Jun 2010 14:17:06 +0000 |
diego |
Remove duplicate dvd_device extern variable declaration.
|
Sun, 20 Jun 2010 14:11:56 +0000 |
diego |
Move demuxer-related extern variable declarations to demuxer.h.
|
Sun, 20 Jun 2010 14:01:43 +0000 |
diego |
Add correct #include instead of duplicating dvd_speed extern declaration.
|
Sat, 19 Jun 2010 18:44:43 +0000 |
reimar |
Remove unused parsehtml parameters.
|
Sat, 19 Jun 2010 18:37:06 +0000 |
reimar |
Add static to functions used only locally.
|
Sat, 19 Jun 2010 18:35:06 +0000 |
reimar |
Remove incorrect additional printf arguments.
|
Sat, 19 Jun 2010 18:31:35 +0000 |
reimar |
Auto-update CODEC_CFG_MIN value to release value in etc/codecs.conf.
|
Fri, 18 Jun 2010 17:28:17 +0000 |
diego |
Move audio_substream_id extern variable declaration to demux_ts.h.
|
Fri, 18 Jun 2010 17:27:24 +0000 |
reimar |
Remove examples of no longer supported gui commands.
|
Fri, 18 Jun 2010 17:20:42 +0000 |
diego |
Move ts_* extern variable declarations to demux_ts.h.
|
Fri, 18 Jun 2010 17:06:39 +0000 |
diego |
Move audio_output_channels/fakemono extern variable declarations to dec_audio.h.
|
Fri, 18 Jun 2010 17:03:13 +0000 |
diego |
Move field_dominance extern variable declaration to dec_video.h.
|
Fri, 18 Jun 2010 17:00:23 +0000 |
diego |
Move codecs_file extern variable declaration to codec-cfg.h.
|
Fri, 18 Jun 2010 16:36:39 +0000 |
reimar |
100l, never just ignore a backwards skip, even if the stream is not
|
Fri, 18 Jun 2010 16:32:54 +0000 |
reimar |
Error messages should not be hidden at -v level.
|
Fri, 18 Jun 2010 16:17:37 +0000 |
reimar |
Remove includes that break building if X11 is not available.
|
Fri, 18 Jun 2010 16:16:38 +0000 |
reimar |
Fix type: struct mp_image_s no longer exists, it is now
|
Fri, 18 Jun 2010 11:33:15 +0000 |
jrash |
sync with en/mplayer.1 rev. 31372
|
Fri, 18 Jun 2010 11:27:57 +0000 |
jrash |
Synced with help_mp-en.h rev. 31430
|
Fri, 18 Jun 2010 09:44:58 +0000 |
diego |
Move extern variable declarations for network.c to network.h.
|
Fri, 18 Jun 2010 09:41:53 +0000 |
diego |
Move mp_msg-related extern variable declarations to mp_msg.h.
|
Thu, 17 Jun 2010 10:42:45 +0000 |
diego |
Simplify fribidi check - console output is not necessary.
|
Thu, 17 Jun 2010 10:17:37 +0000 |
diego |
Rename loader/qt_comp.h --> loader/qt_comp_template.c.
|
Thu, 17 Jun 2010 10:10:00 +0000 |
diego |
Add header file for externally used dxr2_opts array.
|
Thu, 17 Jun 2010 09:59:31 +0000 |
diego |
Add appropriate header files for GUI variables.
|
Thu, 17 Jun 2010 09:58:51 +0000 |
diego |
Add extern declaration for guiWinID variable.
|
Thu, 17 Jun 2010 09:49:41 +0000 |
diego |
Add #include for unrar_exec.h instead of declaring unrar_executable extern.
|
Thu, 17 Jun 2010 09:46:44 +0000 |
diego |
Declare stop_xscreensaver extern in x11_common.h instead of all over the code.
|
Thu, 17 Jun 2010 09:40:18 +0000 |
diego |
Add #include for geometry.h instead of declaring vo_geometry variable extern.
|
Thu, 17 Jun 2010 09:22:24 +0000 |
diego |
Move vo_panscanrange extern declaration to aspect.h, where it belongs.
|
Thu, 17 Jun 2010 09:19:05 +0000 |
diego |
Move LIRC-related extern variable declarations to lirc.h.
|
Thu, 17 Jun 2010 09:17:13 +0000 |
diego |
Move extern variable declarations for mp_fifo.c to mp_fifo.h.
|
Thu, 17 Jun 2010 09:12:38 +0000 |
diego |
Move menu-related extern variable declarations to menu.h.
|
Thu, 17 Jun 2010 08:38:12 +0000 |
diego |
Add header file for externally used variables from vo_fbdev.c.
|
Thu, 17 Jun 2010 08:33:55 +0000 |
diego |
Move force_monitor_aspect and monitor_pixel_aspect declarations to aspect.h.
|
Thu, 17 Jun 2010 08:28:43 +0000 |
diego |
Add header file for the extern declarations from muxer_avi.c.
|
Thu, 17 Jun 2010 08:22:21 +0000 |
diego |
Lower priority of hardware MPEG decoder cards below software decoders.
|
Thu, 17 Jun 2010 08:17:06 +0000 |
diego |
Factorize monitor_aspect extern declaration into aspect.h.
|
Thu, 17 Jun 2010 08:14:57 +0000 |
diego |
Add vd.h #include instead of declaring movie_aspect extern.
|
Thu, 17 Jun 2010 08:07:37 +0000 |
diego |
Place vo_osd_list extern declaration in sub.h instead of all over the code.
|
Thu, 17 Jun 2010 08:04:12 +0000 |
diego |
Remove unused 'extern int vo_osd_changed_flag' declaration.
|
Wed, 16 Jun 2010 19:40:26 +0000 |
reimar |
Disable only G200 support when compiling against dynamic libswscale instead
|
Wed, 16 Jun 2010 19:09:06 +0000 |
diego |
Add header_check convenience function to check for header availability.
|
Wed, 16 Jun 2010 18:59:59 +0000 |
diego |
Remove unused extern fs_layer declaration.
|
Wed, 16 Jun 2010 18:59:10 +0000 |
diego |
Replace common options template by a common options array.
|
Wed, 16 Jun 2010 18:27:59 +0000 |
diego |
Use a struct timezone as second parameter for gettimeofday in the function test.
|
Wed, 16 Jun 2010 17:33:17 +0000 |
reimar |
SIGPIPE is not really a crash, try to exit cleanly in case we receive one.
|
Wed, 16 Jun 2010 15:02:52 +0000 |
diego |
Remove some unnecessary #includes from compilation tests.
|
Wed, 16 Jun 2010 13:55:09 +0000 |
diego |
Rename libvo/mga_common.c --> libvo/mga_template.c.
|
Wed, 16 Jun 2010 13:14:29 +0000 |
diego |
Remove commented-out forward declaration for removed function.
|
Tue, 15 Jun 2010 19:32:22 +0000 |
reimar |
More sensible behaviour for -geometry with -wid and -vo gl.
|
Tue, 15 Jun 2010 19:29:51 +0000 |
reimar |
Add symver defines for FFmpeg. Since we don't care about
|
Tue, 15 Jun 2010 19:03:54 +0000 |
reimar |
Make sure we always have exactly one CONFIG_LIBRTMP define.
|
Tue, 15 Jun 2010 08:56:38 +0000 |
diego |
Remove an unused extern declaration.
|
Tue, 15 Jun 2010 08:49:38 +0000 |
diego |
Remove some unused extern declarations.
|
Mon, 14 Jun 2010 20:11:44 +0000 |
reimar |
Cleanup some demux_ty code and at the same time possibly fix vstream support (untested).
|
Mon, 14 Jun 2010 19:17:38 +0000 |
reimar |
Consistently use "None" instead of "NULL" for X resources.
|
Mon, 14 Jun 2010 17:17:04 +0000 |
diego |
Rename cfg-common-opts.h --> cfg-common_template.c.
|
Mon, 14 Jun 2010 15:50:07 +0000 |
diego |
Fix embarassing OCNFIG vs. CONFIG typo.
|
Mon, 14 Jun 2010 15:48:39 +0000 |
diego |
Add header for ivtv_write() instead of forward declaring it.
|
Mon, 14 Jun 2010 15:43:47 +0000 |
diego |
Mark first parameter of ivtv_write as const; it is never changed.
|
Mon, 14 Jun 2010 15:21:09 +0000 |
diego |
cosmetics: Reindent after last commit.
|
Mon, 14 Jun 2010 15:19:38 +0000 |
diego |
Drop linux-devfs configure option.
|
Mon, 14 Jun 2010 15:17:48 +0000 |
diego |
Rename configure.log file to the more standard name config.log.
|
Mon, 14 Jun 2010 14:35:57 +0000 |
diego |
Replace forward declarations by proper loader/wine/winbase.h #include.
|
Mon, 14 Jun 2010 14:19:58 +0000 |
diego |
Ignore generated .d files below loader/qtx/.
|
Mon, 14 Jun 2010 14:16:30 +0000 |
diego |
Adjust comment after the removal of the pt_iter_add_gui_file macro.
|
Mon, 14 Jun 2010 11:46:40 +0000 |
diego |
Remove unnecessary and unused #defines.
|
Mon, 14 Jun 2010 11:45:33 +0000 |
diego |
Replace forward declarations by loader/wine/winbase.h #include.
|
Mon, 14 Jun 2010 11:41:07 +0000 |
diego |
Remove unnecessary get_path() declaration.
|
Mon, 14 Jun 2010 11:39:22 +0000 |
diego |
Remove unnecessary get_path() declaration.
|
Mon, 14 Jun 2010 11:34:48 +0000 |
diego |
Add path.o to the dependency list of the loader test programs.
|
Mon, 14 Jun 2010 11:30:59 +0000 |
diego |
Remove unused function ComponentDummy().
|
Mon, 14 Jun 2010 11:28:51 +0000 |
diego |
Add ad_mp3lib.h #include for the mplayer_audio_read prototype.
|
Mon, 14 Jun 2010 11:27:26 +0000 |
diego |
Revert marking mplayer_audio_read() as static; it is used from linked .o files.
|
Mon, 14 Jun 2010 11:25:39 +0000 |
diego |
Mark exit_sig() function as static; it is only used within the file.
|
Mon, 14 Jun 2010 11:24:55 +0000 |
diego |
Add a command to the binary build rule.
|
Mon, 14 Jun 2010 11:16:30 +0000 |
diego |
typo: Add missing '$' to EXESUF variable in binary build rule.
|
Mon, 14 Jun 2010 11:15:21 +0000 |
diego |
Revert linking vd_zrmjpeg.c and vf_zrmjpeg.c to MPlayer only.
|
Mon, 14 Jun 2010 11:11:41 +0000 |
diego |
Ignore .d files with dependency information.
|
Mon, 14 Jun 2010 11:10:49 +0000 |
diego |
get_path.c was renamed to path.c.
|
Mon, 14 Jun 2010 09:34:54 +0000 |
diego |
Remove redundant monitor_aspect extern declaration, fixes the warning:
|
Mon, 14 Jun 2010 09:33:48 +0000 |
diego |
Mark mplayer_audio_read() function as static; it is not used outside the file.
|
Mon, 14 Jun 2010 08:55:32 +0000 |
lu_zero |
Reinstate libmpeg2 hook to export quantization
|
Sun, 13 Jun 2010 22:38:15 +0000 |
reimar |
Remove more gui-related code from libvo.
|
Sun, 13 Jun 2010 19:10:37 +0000 |
reimar |
Remove some unused win32 GUI code.
|
Sun, 13 Jun 2010 19:09:11 +0000 |
reimar |
Fix sub_window default.
|
Sun, 13 Jun 2010 18:25:26 +0000 |
reimar |
Move wsSearch function and make it static.
|
Sun, 13 Jun 2010 18:20:07 +0000 |
reimar |
Drop inline attribute, it does not really make sense and without
|
Sun, 13 Jun 2010 17:59:59 +0000 |
reimar |
Install error handler as early as possible to avoid crashing.
|
Sun, 13 Jun 2010 17:20:29 +0000 |
reimar |
Fix function pointer types in tvi_functions struct
|
Sun, 13 Jun 2010 17:18:48 +0000 |
diego |
Add CONFIG_LIBRTMP and HAVE_ISATTY #defines to config.h for FFmpeg.
|
Sun, 13 Jun 2010 17:15:55 +0000 |
diego |
Remove unused function pt_add_gui_file().
|
Sun, 13 Jun 2010 17:10:52 +0000 |
reimar |
Remove unused mp_input_init parameter.
|
Sun, 13 Jun 2010 13:40:18 +0000 |
reimar |
100l, add missing 0-termination of keymap file.
|
Sun, 13 Jun 2010 12:08:00 +0000 |
reimar |
Add missing font_load.h include (previously hidden by gui include).
|
Sun, 13 Jun 2010 12:05:58 +0000 |
reimar |
Remove unused includes.
|
Sun, 13 Jun 2010 12:04:13 +0000 |
reimar |
For vos that support the new libvo API (provide UPDATE_SCREENINFO),
|
Sun, 13 Jun 2010 11:51:41 +0000 |
reimar |
Gui: Do not just exit on X error, just ignoring problems is already
|
Sun, 13 Jun 2010 11:38:18 +0000 |
reimar |
Indentation fix.
|
Sun, 13 Jun 2010 11:34:14 +0000 |
reimar |
Remove Gui-specific slave commands and associated key-bindings and other code.
|
Sun, 13 Jun 2010 11:17:26 +0000 |
reimar |
Remove mp_msg related GUI hacks.
|
Sun, 13 Jun 2010 10:45:20 +0000 |
reimar |
Allow LGPL for csputils as well, they were previously part of gl_common
|
Sun, 13 Jun 2010 10:42:32 +0000 |
reimar |
Dual-license gl_common and vo_gl under the LGPL v2.1 or later as
|
Sun, 13 Jun 2010 08:19:12 +0000 |
reimar |
Extend libvpx configure check to reject too old versions.
|
Sun, 13 Jun 2010 05:32:09 +0000 |
reimar |
Add QuantizeBuffer function call to gif test to actually test linking.
|
Sat, 12 Jun 2010 17:12:27 +0000 |
tack |
Add quotes around tune names, otherwise "(psy tuning)" does not get
|
Sat, 12 Jun 2010 07:05:22 +0000 |
reimar |
Respect -cache-seek-min also for on-disk files to reduce issues with mov.
|
Fri, 11 Jun 2010 15:19:42 +0000 |
diego |
mga_vid depends on static libswscale.
|
Fri, 11 Jun 2010 13:01:03 +0000 |
jrash |
sync with en/mplayer.1 rev. 31364
|
Fri, 11 Jun 2010 11:57:45 +0000 |
jrash |
Synced with help_mp-en.h rev. 31353
|
Fri, 11 Jun 2010 11:02:23 +0000 |
diego |
Drop hunk that was forgotten in the quantizer_scale removal.
|
Fri, 11 Jun 2010 10:25:21 +0000 |
siretart |
move the mga video check below the libswscale check
|
Thu, 10 Jun 2010 21:58:03 +0000 |
tack |
Cosmetics: properly indent block after introducing if statement in r31363.
|
Thu, 10 Jun 2010 21:49:59 +0000 |
tack |
-x264encopts: document preset, tune, and profile options; remove
|
Thu, 10 Jun 2010 21:45:20 +0000 |
tack |
ve_x264: rewrite option parsing and add support for x264's presets,
|
Thu, 10 Jun 2010 16:01:59 +0000 |
cehoyos |
yuv422 is not supported by current VDPAU hardware.
|
Thu, 10 Jun 2010 14:14:18 +0000 |
diego |
Only enable vd_zrmjpeg.c/vf_zrmjpeg.c for MPlayer.
|
Thu, 10 Jun 2010 11:55:44 +0000 |
diego |
Add support for compiling against external libmpeg2.
|
Thu, 10 Jun 2010 09:52:30 +0000 |
diego |
libmpeg2: Remove local quantizer scale changes related to postprocessing.
|
Wed, 09 Jun 2010 21:13:03 +0000 |
tack |
ao_jack: increase maximum allowed channels from 6 to 8.
|
Wed, 09 Jun 2010 17:46:34 +0000 |
reimar |
We use unmodified r231 of libdvdcss, no point in mentioning older revisions.
|
Wed, 09 Jun 2010 16:56:21 +0000 |
diego |
libmpeg2: Move pending_buffer stuff to local decoder context.
|
Wed, 09 Jun 2010 16:07:46 +0000 |
diego |
cosmetics: Remove commented-out cruft.
|
Wed, 09 Jun 2010 14:35:31 +0000 |
diego |
Remove stale leftovers from MPlayer-specific buffer handling in libmpeg2.
|
Wed, 09 Jun 2010 13:44:32 +0000 |
diego |
Reduce verbosity about suboption parsing in vo drivers.
|
Wed, 09 Jun 2010 12:51:35 +0000 |
diego |
Split internal and external libmpeg2 support in the build system.
|
Wed, 09 Jun 2010 09:27:29 +0000 |
diego |
cosmetics: Drop leading underscore from configuration variable.
|
Wed, 09 Jun 2010 07:26:54 +0000 |
siretart |
remove libmpcodecs/vf_rgb2bgr.c
|
Tue, 08 Jun 2010 20:11:01 +0000 |
cehoyos |
Make -mc 1 the default.
|
Tue, 08 Jun 2010 19:14:22 +0000 |
cehoyos |
Fix compilation with nemesi and live555.
|
Tue, 08 Jun 2010 09:29:14 +0000 |
cehoyos |
Support RTSP/RTP over HTTP via LIVE555.
|
Mon, 07 Jun 2010 19:01:15 +0000 |
reimar |
Extract duplicated code into a separate function.
|
Mon, 07 Jun 2010 18:53:20 +0000 |
reimar |
Ensure the SAMI subtitle reader does not read more lines than we support.
|
Mon, 07 Jun 2010 17:52:28 +0000 |
reimar |
Print media start time with -identify.
|
Mon, 07 Jun 2010 17:12:49 +0000 |
reimar |
Move code printing -identify output for a file to a separate function.
|
Mon, 07 Jun 2010 09:50:11 +0000 |
cehoyos |
M701: Matrox MPEG-2 intra-only.
|
Sun, 06 Jun 2010 21:36:49 +0000 |
hyc |
Fix typo in comment
|
Sun, 06 Jun 2010 18:59:19 +0000 |
reimar |
Remove nonsense commented-out function header.
|
Sun, 06 Jun 2010 15:41:37 +0000 |
reimar |
Update common.mak and subdir.mak to latest FFmpeg versions.
|
Sun, 06 Jun 2010 13:59:44 +0000 |
reimar |
Fix ds_get_next_pts to also work for the first packet of a stream.
|
Sun, 06 Jun 2010 13:53:18 +0000 |
reimar |
Fix the ds->first documentation to actually match reality.
|
Sun, 06 Jun 2010 11:23:56 +0000 |
reimar |
Minor code simplification.
|
Sun, 06 Jun 2010 11:08:46 +0000 |
reimar |
Disable index reading in real demuxer if stream is not seekable.
|
Sun, 06 Jun 2010 08:32:17 +0000 |
reimar |
Some more Changelog updates.
|
Sun, 06 Jun 2010 08:29:34 +0000 |
reimar |
yuv4mpeg interlaced changes.
|
Sat, 05 Jun 2010 18:11:51 +0000 |
reimar |
Update codecs.conf version again, we had quite a few additions to it.
|
Sat, 05 Jun 2010 17:55:20 +0000 |
reimar |
Extend -vf format to allow substituting the format for a compatible one
|
Sat, 05 Jun 2010 17:45:35 +0000 |
reimar |
Fix -vf format and -vf noformat to work with slices.
|
Sat, 05 Jun 2010 17:32:11 +0000 |
reimar |
Add webm/VP8 support to native matroska demuxer.
|
Sat, 05 Jun 2010 16:46:25 +0000 |
reimar |
If we have no FPS value, try enabling -correct-pts mode, it does
|
Sat, 05 Jun 2010 16:37:10 +0000 |
reimar |
Add partial support for dirac to TS demuxer.
|
Sat, 05 Jun 2010 16:14:56 +0000 |
reimar |
Also print current stream position in mp_read debug output.
|
Sat, 05 Jun 2010 16:12:36 +0000 |
reimar |
Remove explicit eof check for mp_read code, stream code handles this case
|
Sat, 05 Jun 2010 16:00:49 +0000 |
reimar |
Di not do a stream_reset on seeking backwards, the seek itself should
|
Sat, 05 Jun 2010 15:57:57 +0000 |
reimar |
Do not make seek fail explicitly simply because eof was hit somewhen,
|
Sat, 05 Jun 2010 13:44:20 +0000 |
cehoyos |
Fix compilation after FFmpeg r23485.
|
Sat, 05 Jun 2010 11:38:19 +0000 |
jrash |
sync with en/mplayer.1 rev. 31292
|
Sat, 05 Jun 2010 06:45:01 +0000 |
reimar |
Remove colorspace conversion code from -vo yuv4mpeg, -vf scale should
|
Sat, 05 Jun 2010 06:41:43 +0000 |
reimar |
Sync libdvdcss with their latest SVN.
|
Sat, 05 Jun 2010 06:28:58 +0000 |
reimar |
Add support for -geometry x syntax since the documentation claims
|
Fri, 04 Jun 2010 18:46:22 +0000 |
reimar |
Do not use libass functions if it is disabled.
|
Fri, 04 Jun 2010 17:11:56 +0000 |
reimar |
Default to -correct-pts off if -fps was given, since -fps has no effect
|
Fri, 04 Jun 2010 17:10:38 +0000 |
reimar |
Force window placement also if -xineramascreen was set >= 0,
|
Thu, 03 Jun 2010 21:50:08 +0000 |
siretart |
apply missing bits from http://repo.or.cz/w/mplayer.git/commitdiff/cd4e8dc1fa2863dcce62a44dd9ea105f9f9288f4
|
Thu, 03 Jun 2010 21:01:37 +0000 |
reimar |
Try always enabling correct pts again for lavf demuxer, since the know
|
Thu, 03 Jun 2010 20:59:40 +0000 |
reimar |
Limit buffered PTS only when we actually got a frame from the decoder.
|
Thu, 03 Jun 2010 20:39:41 +0000 |
reimar |
If an invalid pts value is detected, try to to make up some if it seems
|
Thu, 03 Jun 2010 17:37:58 +0000 |
siretart |
vo_yuv4mpeg: disable RGB support when compiling against a shared libswscale
|
Thu, 03 Jun 2010 08:17:51 +0000 |
cehoyos |
Simplify libass version check.
|
Thu, 03 Jun 2010 08:17:10 +0000 |
cehoyos |
Raise LIBASS_VERSION, forgotten in r31293.
|
Wed, 02 Jun 2010 22:09:04 +0000 |
reimar |
Add the -march fallback for amdfam10 also to the x86_64 case.
|
Wed, 02 Jun 2010 20:50:55 +0000 |
cehoyos |
libavcodec/libx264.c requires x264 0.98 since r23430.
|
Wed, 02 Jun 2010 20:21:29 +0000 |
cehoyos |
Fix compilation with external libass.
|
Wed, 02 Jun 2010 20:12:50 +0000 |
cehoyos |
ass_set_aspect_ratio() takes three arguments since 0x00907010.
|
Tue, 01 Jun 2010 21:07:02 +0000 |
siretart |
avoid using swscale internals by copying in palette8torbg16 and its bgr variant
|
Tue, 01 Jun 2010 20:12:58 +0000 |
reimar |
Extend geometry parsing to reject all invalid strings.
|
Tue, 01 Jun 2010 19:35:16 +0000 |
siretart |
deprecate palette8topacked32 in favor of public API functions sws_convertPalette8ToPacked32 and -24
|
Tue, 01 Jun 2010 11:30:07 +0000 |
stefano |
Move internal scale context fields initialization from
|
Tue, 01 Jun 2010 10:28:45 +0000 |
cehoyos |
Fix compilation after FFmpeg r23402.
|
Tue, 01 Jun 2010 06:53:56 +0000 |
siretart |
remove palette8torgb15 and palette8tobgr15
|
Mon, 31 May 2010 21:24:00 +0000 |
reimar |
Factor out some common code and ensure we will not try to draw OSD
|
Mon, 31 May 2010 21:16:02 +0000 |
reimar |
Reindent.
|
Mon, 31 May 2010 21:15:20 +0000 |
reimar |
Fix subtitle display for http://samples.mplayerhq.hu/sub/largeres_vobsub.mkv
|
Mon, 31 May 2010 19:44:02 +0000 |
aurel |
Switch mkv demuxing to lavf by default.
|
Mon, 31 May 2010 19:10:57 +0000 |
aurel |
backport ass_flush_events() from upstream libass and make use of it
|
Mon, 31 May 2010 17:12:27 +0000 |
reimar |
Extend the range of the -a52drc range up to two, as a experimental feature
|
Sun, 30 May 2010 22:14:13 +0000 |
diego |
Move TS_MAX_PROBE_SIZE #define to demux_ts.h instead of duplicating it.
|
Sun, 30 May 2010 22:11:32 +0000 |
Gabrov |
synced with r31289
|
Sun, 30 May 2010 19:14:18 +0000 |
reimar |
Change code to let Window Manager chose window location by default.
|
Sun, 30 May 2010 16:50:02 +0000 |
reimar |
Add a referrer option to set the HTTP Referer field.
|
Sun, 30 May 2010 16:48:18 +0000 |
reimar |
Forgotten part of previous commit (extern declaration of drc_level).
|
Sun, 30 May 2010 16:46:31 +0000 |
reimar |
Use the -a52drc option also for the libavcodec decoder.
|
Sun, 30 May 2010 14:29:18 +0000 |
cehoyos |
Fix compilation without librtmp.
|
Sun, 30 May 2010 13:51:24 +0000 |
reimar |
Treat a NULL renderer string as indication for software renderer.
|
Sun, 30 May 2010 13:50:14 +0000 |
reimar |
Prefer -vo sdl over "probably software" OpenGL.
|
Sun, 30 May 2010 12:14:40 +0000 |
reimar |
Change compiler argument order for compile_check to avoid incorrect linking
|
Sun, 30 May 2010 10:01:40 +0000 |
reimar |
Make 3dnow and MMX code compile for 64 bit (just stupid search-and-replace).
|
Sun, 30 May 2010 09:47:53 +0000 |
diego |
Add codec-cfg.h to the dependency list of codec-cfg.
|
Sun, 30 May 2010 08:44:05 +0000 |
diego |
Rename yuv2rgb_template2.c --> yuv2rgb_template.c now that the other is gone.
|
Sun, 30 May 2010 08:31:23 +0000 |
diego |
Remove GPL-licensed YUV to RGB MMX routines.
|
Sun, 30 May 2010 05:16:29 +0000 |
hyc |
Add librtmp support
|
Sat, 29 May 2010 22:22:07 +0000 |
diego |
Cast void* pointer to appropriate type before using it in an addition; fixes
|
Sat, 29 May 2010 22:17:26 +0000 |
diego |
Update 1.0rc3 release name and date.
|
Sat, 29 May 2010 22:04:35 +0000 |
siretart |
minor spelling fixes
|
Sat, 29 May 2010 22:02:25 +0000 |
siretart |
add myself to the AUTHORS file
|
Sat, 29 May 2010 16:34:01 +0000 |
reimar |
Use edi instead of ebx to avoid issues with PIC.
|
Sat, 29 May 2010 15:07:16 +0000 |
reimar |
Remove obsolete may_alias-related defines, lavu handles this now
|
Sat, 29 May 2010 14:57:17 +0000 |
reimar |
Actually run a detection whether external libass exists, instead
|
Sat, 29 May 2010 14:44:02 +0000 |
reimar |
Fix compilation if the compiler does not support -march=amdfam10
|
Sat, 29 May 2010 10:43:51 +0000 |
diego |
cosmetics: Drop leading '_' from noinputmodules variable.
|
Sat, 29 May 2010 10:13:39 +0000 |
diego |
misc cosmetics: K&R style nits, #include placement, indentation
|
Sat, 29 May 2010 10:11:55 +0000 |
diego |
Mark key_type structure as const.
|
Sat, 29 May 2010 10:10:30 +0000 |
diego |
getch2-os2.c: Add #include for the header that declares the public functions.
|
Sat, 29 May 2010 10:07:10 +0000 |
diego |
cosmetics: Remove some commented-out #includes, fix a comment grammar error.
|
Sat, 29 May 2010 10:06:29 +0000 |
diego |
Directly mark jpeg_buf_src() as void instead of using some indirection marcro.
|
Fri, 28 May 2010 21:03:29 +0000 |
compn |
add "lpcJ" fourcc for the RealAudio 1.0 codec.
|
Fri, 28 May 2010 20:59:53 +0000 |
reimar |
Fix typo in message.
|
Fri, 28 May 2010 18:49:02 +0000 |
reimar |
stream_check_interrupt should sleep even if no callback is set.
|
Fri, 28 May 2010 18:47:03 +0000 |
reimar |
100l, stream_check_for_interrupt argument is not in usec,
|
Fri, 28 May 2010 18:45:25 +0000 |
reimar |
Document time scale for stream_check_interrupt argument.
|
Fri, 28 May 2010 18:44:41 +0000 |
reimar |
Document thatg time argument is in milliseconds.
|
Fri, 28 May 2010 17:26:31 +0000 |
reimar |
Improve handling of cache process/thread hanging/being killed.
|
Fri, 28 May 2010 16:57:16 +0000 |
reimar |
Fix cache process accidentally being killed by SIGUSR1.
|
Fri, 28 May 2010 11:52:12 +0000 |
cehoyos |
Use MSGT_DECVIDEO in a video decoder.
|
Fri, 28 May 2010 08:39:02 +0000 |
diego |
Remove commented-out declaration of nonexisting function uGetTimer().
|
Fri, 28 May 2010 00:25:28 +0000 |
diego |
Drop pointless _t suffix from 'struct lavf_priv'.
|
Thu, 27 May 2010 23:36:03 +0000 |
diego |
Drop pointles _st suffix from struct mp_cmd_filter and mp_cmd_bind_section.
|
Thu, 27 May 2010 23:21:16 +0000 |
diego |
cosmetics: vertical alignment in msg module help output.
|
Thu, 27 May 2010 22:43:49 +0000 |
diego |
vf_yuy2 was removed after the 1.0rc3 branch was cut.
|
Thu, 27 May 2010 22:43:14 +0000 |
diego |
small cosmetics for the 1.0rc3 changelog
|
Thu, 27 May 2010 22:18:10 +0000 |
diego |
Fix a bunch of typos in the stream cache code.
|
Thu, 27 May 2010 20:59:40 +0000 |
diego |
Drop pointless _s suffix from 'struct af_stream'.
|
Thu, 27 May 2010 20:38:25 +0000 |
diego |
Drop pointless _st suffix from 'struct stream'.
|
Thu, 27 May 2010 18:15:04 +0000 |
diego |
Drop pointless _s suffix from struct ao_data.
|
Thu, 27 May 2010 16:46:47 +0000 |
diego |
cosmetics: Reformat in K&R coding style.
|
Thu, 27 May 2010 16:13:53 +0000 |
diego |
Remove two pointless void* casts.
|
Thu, 27 May 2010 16:05:30 +0000 |
diego |
Remove unnecessary demux_mkv_seek() forward declaration.
|
Thu, 27 May 2010 10:10:27 +0000 |
diego |
cosmetics: Drop pointless _s suffix from 'struct ad_functions'.
|
Thu, 27 May 2010 10:08:30 +0000 |
diego |
cosmetics: Drop pointless _s suffix from 'struct mp_image'.
|
Thu, 27 May 2010 09:59:15 +0000 |
diego |
cosmetics: Drop _s suffix from 'struct vd_functions'.
|
Thu, 27 May 2010 09:54:37 +0000 |
diego |
cosmetics: K&R coding style
|
Thu, 27 May 2010 09:54:11 +0000 |
diego |
cosmetics: K&R coding style
|
Wed, 26 May 2010 18:23:43 +0000 |
reimar |
Retry reading even if we hit eof before.
|
Wed, 26 May 2010 18:01:38 +0000 |
reimar |
Switch ogg demuxing to lavf by default.
|
Wed, 26 May 2010 17:56:11 +0000 |
reimar |
Re-enable wakeup-on-signal for cache process.
|
Wed, 26 May 2010 17:27:38 +0000 |
reimar |
Disable waking the cache process up via a signal, it
|
Wed, 26 May 2010 10:05:36 +0000 |
cehoyos |
Both XVID and VDPAU decode our SIPP sample better than current libavcodec.
|
Wed, 26 May 2010 00:47:22 +0000 |
diego |
Add missing RGB12 version of the fast OSD table.
|
Tue, 25 May 2010 23:41:30 +0000 |
diego |
Add support for decoding VP8 through libvpx wrapper in FFmpeg.
|
Tue, 25 May 2010 23:09:20 +0000 |
diego |
Remove obsolete new policy proposal draft from Michael.
|
Tue, 25 May 2010 23:07:28 +0000 |
hyc |
Add support for STREAM_CTRL_SEEK_TO_TIME in ffmpeg streams
|
Tue, 25 May 2010 11:39:58 +0000 |
diego |
whitespace cosmetics
|
Tue, 25 May 2010 11:37:53 +0000 |
diego |
whitespace cosmetics: fix indentation
|
Tue, 25 May 2010 11:36:55 +0000 |
diego |
cosmetics: vertical alignment in msg module help output
|
Tue, 25 May 2010 11:35:56 +0000 |
diego |
Remove some commented-out duplicate option entries.
|
Tue, 25 May 2010 11:34:38 +0000 |
diego |
K&R cosmetics: Fix '*' placement.
|
Tue, 25 May 2010 11:32:32 +0000 |
diego |
Remove unused forward declarations.
|
Tue, 25 May 2010 10:32:09 +0000 |
cehoyos |
Samsung uses SIPP as FourCC for MPEG-4 ASP.
|
Mon, 24 May 2010 21:13:22 +0000 |
siretart |
support linking to fribidi without pkg-config
|
Mon, 24 May 2010 19:32:17 +0000 |
siretart |
make configure use pkg-config for fribidi checks
|
Mon, 24 May 2010 17:51:15 +0000 |
reimar |
Change -vo md5sum to not interleave U and V lines when calculating
|
Mon, 24 May 2010 17:36:23 +0000 |
reimar |
Fix OpenGL autodetection to not leave values at -1.
|
Sun, 23 May 2010 23:24:25 +0000 |
reimar |
Avoid decoding of 0-size packets. This also fixes that the main loop believes
|
Sun, 23 May 2010 23:22:25 +0000 |
reimar |
Use MP_NOPTS_VALUE as "default" pts for delayed frames instead of some
|
Sun, 23 May 2010 22:26:10 +0000 |
reimar |
Slightly reduce number of #ifs
|
Sun, 23 May 2010 22:09:40 +0000 |
reimar |
Use an extra define to simplify ifdefs
|
Sun, 23 May 2010 22:04:01 +0000 |
reimar |
Try reducing the #ifdef mess for the different cache variants.
|
Sun, 23 May 2010 21:58:50 +0000 |
reimar |
Extract the cache main loop into a separate function.
|
Sun, 23 May 2010 21:56:22 +0000 |
diego |
Remove ambiguous language about indenting if-blocks.
|
Sun, 23 May 2010 21:53:48 +0000 |
reimar |
Optimize cache behaviour for the many-consecutive-seeks case.
|
Sun, 23 May 2010 19:49:28 +0000 |
reimar |
Add code to wake up cache process when e.g. a seek is needed.
|
Sun, 23 May 2010 17:05:55 +0000 |
sesse |
Add ChangeLog entry about CineForm support.
|
Sun, 23 May 2010 16:01:12 +0000 |
sesse |
Add final missing bits of CineForm HD support on Linux (via the Windows
|
Sun, 23 May 2010 15:50:49 +0000 |
diego |
Remove unused function MODULE_DecRefCount(), fixes the warning:
|
Sun, 23 May 2010 15:07:34 +0000 |
diego |
K&R coding style should be applied to new code.
|
Sun, 23 May 2010 14:15:27 +0000 |
diego |
cosmetics: reformat ad_pcm.c in K&R style
|
Sun, 23 May 2010 10:02:30 +0000 |
stefano |
Add empty newline to separate function declarations, for better
|
Sat, 22 May 2010 16:32:39 +0000 |
cehoyos |
Ignore (but print out) offset with libtheora decoder.
|
Sat, 22 May 2010 01:17:59 +0000 |
cehoyos |
Do not use correct-pts for mpeg-ps: It breaks PAFF samples.
|
Fri, 21 May 2010 17:19:01 +0000 |
reimar |
Change WAV header updating in ao_pcm to allow to up to almost 4GB size.
|
Fri, 21 May 2010 11:20:23 +0000 |
jrash |
sync with en/mplayer.1 rev. 31173
|
Thu, 20 May 2010 23:17:41 +0000 |
iive |
Fix compilation broken by FFmpeg-r23201 that changed the api of error logging.
|
Wed, 19 May 2010 22:56:41 +0000 |
stefano |
Cosmetics: make more compact the code for handle_jpeg(), this also allows
|
Wed, 19 May 2010 22:49:04 +0000 |
stefano |
Remove PI definition and use M_PI instead.
|
Wed, 19 May 2010 17:58:17 +0000 |
reimar |
Do not return pointer to on-stack memory.
|
Wed, 19 May 2010 17:55:39 +0000 |
reimar |
Fix return value (it was missing completely).
|
Wed, 19 May 2010 17:53:47 +0000 |
reimar |
Handle -wid Window being closed for direct3d and gl vos on Windows.
|
Wed, 19 May 2010 13:31:11 +0000 |
lorenm |
13% faster yuv420 to rgb15 mmx.
|
Wed, 19 May 2010 08:21:56 +0000 |
lorenm |
40% faster yuv420 to rgb24 mmx.
|
Fri, 14 May 2010 18:00:04 +0000 |
reimar |
Quit MPlayer if we receive a DestroyNotify event.
|
Fri, 14 May 2010 16:56:43 +0000 |
diego |
vf_zr requires the lavc MJPEG encoder even when MEncoder has been disabled.
|
Fri, 14 May 2010 16:13:53 +0000 |
diego |
Remove duplicate and nonsense libavencoders #define for OpenCORE AMR-WB.
|
Fri, 14 May 2010 15:34:30 +0000 |
diego |
Check for termios.h before sys/termios.h.
|
Fri, 14 May 2010 14:24:16 +0000 |
cehoyos |
Enable libavcodecs new MPEG-1 Audio float decoder.
|
Fri, 14 May 2010 14:20:19 +0000 |
cehoyos |
Fix compilation after r31173.
|
Fri, 14 May 2010 13:49:05 +0000 |
siretart |
remove vf_yuy2, functionality is replaced by -vf format=yuv2
|
Thu, 13 May 2010 20:48:55 +0000 |
cehoyos |
Silence a gcc warning about char trying to be packed.
|
Thu, 13 May 2010 18:11:45 +0000 |
compn |
move 'dvdsublang... moviename en,eng,' message to debug level.
|
Wed, 12 May 2010 20:47:32 +0000 |
ramiro |
Revert r31153. It failed to build on:
|
Wed, 12 May 2010 08:29:55 +0000 |
diego |
Mention removal of internal liba52 copy in Changelog.
|
Tue, 11 May 2010 22:31:47 +0000 |
diego |
10l: Use the directory part of the stylesheet path to create a directory.
|
Tue, 11 May 2010 21:33:15 +0000 |
diego |
cosmetics: Invoke all shell scripts during XML documentation build directly.
|
Tue, 11 May 2010 21:31:36 +0000 |
diego |
Create output directory when copying stylesheet.
|
Tue, 11 May 2010 21:25:12 +0000 |
diego |
Merge both XML documentation README files into one.
|
Tue, 11 May 2010 21:21:45 +0000 |
diego |
Do not run xmllint prior to building the XML documentation.
|
Tue, 11 May 2010 14:27:26 +0000 |
diego |
XML docs: Make xmllint-* targets a dependency of html-chunked-*/html-single-*.
|
Tue, 11 May 2010 13:27:13 +0000 |
diego |
Only mark targets whose names end in "clean" as phony.
|
Tue, 11 May 2010 13:17:26 +0000 |
diego |
docs: Update documentation to account for recent build system changes.
|
Tue, 11 May 2010 13:13:32 +0000 |
diego |
Make XML documentation build process nonrecursive.
|
Tue, 11 May 2010 11:52:41 +0000 |
diego |
Get rid of pointless variable indirection for XSL stylesheets.
|
Tue, 11 May 2010 11:13:07 +0000 |
diego |
libdvdcss is now synced to a recent upstream Subversion snapshot.
|
Tue, 11 May 2010 11:10:28 +0000 |
diego |
libdvdcss: Fix potential format string crash; check RPC status on disc access.
|
Tue, 11 May 2010 10:58:50 +0000 |
diego |
libdvdcss: OS/2 support; this merges upstream revisions 220 and 229.
|
Tue, 11 May 2010 10:51:46 +0000 |
diego |
libdvdcss: cosmetics: Fix FSF address and program name in license headers.
|
Tue, 11 May 2010 09:23:31 +0000 |
astrange |
Fix compilation with --disable-fastmemcpy on x86
|
Tue, 11 May 2010 00:36:34 +0000 |
ramiro |
Use int instead of long to pass width parameters in non-public functions.
|
Mon, 10 May 2010 23:39:16 +0000 |
diego |
Pass a language variable to submakes instead of reading subdirectory Makefiles.
|
Sun, 09 May 2010 21:36:10 +0000 |
reimar |
Default to rectangle=1 on Mesa DRI R200 drivers, much faster and less buggy.
|
Sun, 09 May 2010 21:29:21 +0000 |
reimar |
Minor code cleanup.
|
Sun, 09 May 2010 21:25:38 +0000 |
reimar |
yuv=5 supports brightness and contrast adjustment.
|
Sun, 09 May 2010 20:31:45 +0000 |
compn |
add FLV4 fourcc to vp6
|
Sun, 09 May 2010 14:45:29 +0000 |
diego |
Remove internal liba52 copy.
|
Sun, 09 May 2010 12:28:15 +0000 |
diego |
Use the system liba52 headers when internal liba52 is disabled, fixes:
|
Sun, 09 May 2010 11:20:15 +0000 |
diego |
cosmetics: Drop leading underscore from some commonly-used variable names.
|
Sun, 09 May 2010 00:18:26 +0000 |
reimar |
Handle Y8/Y800 formats more similar to other YUV formats.
|
Sun, 09 May 2010 00:16:46 +0000 |
reimar |
Handle chroma texture size becoming 0, e.g. due to bad rounding.
|
Fri, 07 May 2010 21:59:18 +0000 |
mru |
blackfin: fix yuv422 to yuv420 conversion
|
Fri, 07 May 2010 18:27:46 +0000 |
diego |
Remove references to some long-removed files.
|
Fri, 07 May 2010 18:24:41 +0000 |
diego |
Remove seemingly misplaced and commented-out liba52 #include.
|
Thu, 06 May 2010 10:18:25 +0000 |
cehoyos |
Add support for 12-bit color mode on framebuffer devices.
|
Thu, 06 May 2010 10:10:34 +0000 |
cehoyos |
Fix compilation with old libschroedinger-dev installed.
|
Tue, 04 May 2010 18:46:42 +0000 |
aurel |
cosmetic: typo, this wasn't supposed to be plural
|
Tue, 04 May 2010 11:46:50 +0000 |
diego |
Remove translated strings that are gone from the master translation.
|
Tue, 04 May 2010 09:11:01 +0000 |
diego |
alternative LGPL-licensed, MMX-optimized YUV to RGB conversion routines
|
Mon, 03 May 2010 23:34:38 +0000 |
diego |
the great MPlayer tab removal: part II
|
Mon, 03 May 2010 23:00:58 +0000 |
diego |
Put symlinks under revision control instead of generating them during make.
|
Mon, 03 May 2010 22:45:00 +0000 |
aurel |
print a more detailed and more useful description of each stream with lavf
|
Mon, 03 May 2010 22:40:00 +0000 |
aurel |
10l: correctly use video_stream instead of audio_stream in the video section
|
Mon, 03 May 2010 22:30:06 +0000 |
aurel |
add ID_..._NAME to -identify for each lavf stream which has a title
|
Mon, 03 May 2010 22:19:52 +0000 |
aurel |
uniformize handling of aid and vid with lavf so that it matches handling of sid
|
Sun, 02 May 2010 10:47:40 +0000 |
cehoyos |
Silence permanent warning messages when decoding H264 over rtsp with
|
Sat, 01 May 2010 22:49:05 +0000 |
reimar |
Also print OpenGL renderer string with vendor and version with -v
|
Sat, 01 May 2010 15:38:37 +0000 |
reimar |
Continue probing even for score == AVPROBE_SCORE_MAX / 4 to match
|
Sat, 01 May 2010 13:50:49 +0000 |
reimar |
Use av_probe_input_format2 and avoid accepting detection
|
Fri, 30 Apr 2010 21:18:17 +0000 |
reimar |
Revert accidental change to default CFLAGS.
|
Fri, 30 Apr 2010 19:04:13 +0000 |
reimar |
Add configure detection for SDL backend for -vo gl.
|
Fri, 30 Apr 2010 19:03:13 +0000 |
reimar |
Avoid duplicating the GL/gl.h include.
|
Fri, 30 Apr 2010 17:12:52 +0000 |
reimar |
100l, open the customtex also in binary mode, not just the program.
|
Wed, 28 Apr 2010 11:57:09 +0000 |
cehoyos |
Fix compilation with gcc 2.95.3 (with --disable-ass).
|
Tue, 27 Apr 2010 22:06:29 +0000 |
iive |
New hack for vobsub packet merging.
|
Tue, 27 Apr 2010 19:04:23 +0000 |
reimar |
Move variable declaration into the block where it is actually used.
|
Tue, 27 Apr 2010 17:50:50 +0000 |
diego |
Add llrintf test for FFmpeg.
|
Tue, 27 Apr 2010 15:17:49 +0000 |
diego |
Add missing input.h #include, fixes the warnings:
|
Tue, 27 Apr 2010 15:16:42 +0000 |
diego |
Move "screen" variable declaration below the relevant #ifdef, fixes the warning:
|
Tue, 27 Apr 2010 13:33:29 +0000 |
Gabrov |
fix typo
|
Tue, 27 Apr 2010 08:19:42 +0000 |
cehoyos |
Fix compilation with live555 after libavutil r22965.
|
Sun, 25 Apr 2010 20:05:22 +0000 |
Gabrov |
synced with r31096
|
Sun, 25 Apr 2010 19:58:43 +0000 |
Gabrov |
typo fixes
|
Sun, 25 Apr 2010 16:48:48 +0000 |
reimar |
Set vo_dwidth/vo_dheight for mouse movements work at least in windowed mode.
|
Sun, 25 Apr 2010 16:39:39 +0000 |
reimar |
Try other methods also if GetBusKey fails instead of failing completely.
|
Sun, 25 Apr 2010 16:20:54 +0000 |
reimar |
Missing space after if.
|
Sun, 25 Apr 2010 16:15:00 +0000 |
reimar |
Support mouse movements in SDL.
|
Sun, 25 Apr 2010 16:13:57 +0000 |
reimar |
Avoid duplicating mouse-movement command-generation code.
|
Sun, 25 Apr 2010 16:09:56 +0000 |
reimar |
Fix crash if a DVD is played with dvdnav:// and without video
|
Sun, 25 Apr 2010 15:49:46 +0000 |
reimar |
Deduplicate enable_mouse_movements declaration.
|
Sun, 25 Apr 2010 15:41:21 +0000 |
reimar |
Minor cosmetics.
|
Sun, 25 Apr 2010 15:39:22 +0000 |
reimar |
Add comment for endif.
|
Sun, 25 Apr 2010 10:53:01 +0000 |
reimar |
Support for auto-selecting the OpenGL backend.
|
Sun, 25 Apr 2010 10:44:53 +0000 |
reimar |
Add reinitialization support. Necessary for fullscreen on OSX.
|
Sun, 25 Apr 2010 10:34:58 +0000 |
reimar |
Handle SDL expose events with -vo gl.
|
Sun, 25 Apr 2010 10:12:39 +0000 |
reimar |
Missing space in error message.
|
Sun, 25 Apr 2010 10:09:01 +0000 |
reimar |
Simplify SDL key symbol mapping.
|
Sun, 25 Apr 2010 09:59:43 +0000 |
reimar |
Use the proper define for translating the tab key.
|
Sun, 25 Apr 2010 09:57:52 +0000 |
reimar |
Make uppercase characters and in general all ASCII characters work
|
Sun, 25 Apr 2010 09:52:01 +0000 |
reimar |
Share SDL initialization code.
|
Sun, 25 Apr 2010 09:25:23 +0000 |
reimar |
Remove unnecessary check.
|
Sun, 25 Apr 2010 09:24:30 +0000 |
reimar |
Fullscreen support for -vo gl using SDL.
|
Sun, 25 Apr 2010 08:40:28 +0000 |
reimar |
Set SDL window title.
|
Sun, 25 Apr 2010 08:35:35 +0000 |
reimar |
Window resizing support for -vo gl with SDL backend.
|
Sun, 25 Apr 2010 08:17:23 +0000 |
reimar |
Add sdl_common file and use it to share the input handling between -vo gl
|
Sun, 25 Apr 2010 07:32:42 +0000 |
reimar |
Use SDL_GL_ProcAddress to work around conflicts between -lGL
|
Sun, 25 Apr 2010 06:52:13 +0000 |
reimar |
Update copyright and email address.
|
Sun, 25 Apr 2010 06:14:25 +0000 |
reimar |
Clarify that the GL_TEXT_FRAGMENT_SHADER_ATI bug workaround is for OSX,
|
Sat, 24 Apr 2010 22:35:39 +0000 |
reimar |
Missing gl.h include for SDL backend.
|
Sat, 24 Apr 2010 22:34:38 +0000 |
reimar |
Slightly more correct ifdefs for vo_gl2.
|
Sat, 24 Apr 2010 22:13:57 +0000 |
reimar |
Add workaroound for yuv=7 mode - does hurt speed but not much
|
Sat, 24 Apr 2010 17:15:28 +0000 |
reimar |
Remove code to work around bugs in ancient libSDL versions, the code has been
|
Sat, 24 Apr 2010 17:02:50 +0000 |
reimar |
Try harder to find linked OpenGL functions.
|
Sat, 24 Apr 2010 16:58:24 +0000 |
reimar |
Disable OSD support by default if the necessary OpenGL functionality is missing.
|
Sat, 24 Apr 2010 16:52:06 +0000 |
reimar |
SDL support with related crash-resilience fixes.
|
Sat, 24 Apr 2010 16:49:46 +0000 |
reimar |
Some crash-resilience fixes.
|
Sat, 24 Apr 2010 16:46:47 +0000 |
reimar |
First steps to support -vo gl with SDL-based Window handling.
|
Sat, 24 Apr 2010 10:50:21 +0000 |
diego |
10l: Remove leftover commented-out #include.
|
Sat, 24 Apr 2010 10:47:53 +0000 |
diego |
Remove unnecessary kd.h #include.
|
Fri, 23 Apr 2010 10:22:44 +0000 |
siretart |
rename 'struct keymap' -> 'struct mp_keymap'
|
Fri, 23 Apr 2010 10:04:56 +0000 |
siretart |
include sys/kd.h on non-Linux architectures correctly
|
Thu, 22 Apr 2010 14:02:20 +0000 |
diego |
VIDIX only works for Linux on the x86_64 architecture, not on other OSes.
|
Thu, 22 Apr 2010 13:53:13 +0000 |
diego |
Merge iopl()-related #ifdefs.
|
Thu, 22 Apr 2010 13:50:25 +0000 |
diego |
Do not check for __linux__ in a file that is only ever used on Linux.
|
Wed, 21 Apr 2010 12:43:16 +0000 |
diego |
Revert obscure hack that disables the malloc.h check on certain BSD platforms.
|
Tue, 20 Apr 2010 20:25:35 +0000 |
reimar |
Update comment describing issues with ffaac.
|
Tue, 20 Apr 2010 20:24:01 +0000 |
reimar |
Cosmetics/indentation fixes.
|
Tue, 20 Apr 2010 20:22:49 +0000 |
reimar |
Add workaround for aac-sbr-ffaac-slow.mkv playing to slow with FFmpeg
|
Tue, 20 Apr 2010 14:47:31 +0000 |
diego |
Remove explicit filename from Doxygen @file commands.
|
Tue, 20 Apr 2010 09:14:54 +0000 |
lorenm |
Tell x264 that we aren't going to give it timestamps.
|
Tue, 20 Apr 2010 08:55:04 +0000 |
diego |
Remove unused static function wsDummyEvents and related unused code, fixes:
|
Tue, 20 Apr 2010 08:49:17 +0000 |
diego |
Remove unused static function wsIOErrorHandler, fixes the warning:
|
Tue, 20 Apr 2010 08:44:26 +0000 |
diego |
Remove unused static function fsFileExist, fixes the warning:
|
Tue, 20 Apr 2010 04:33:00 +0000 |
zuxy |
Replace memalign(x) (x > 8) by av_malloc() to prevent crashes on systems
|
Sat, 17 Apr 2010 02:19:34 +0000 |
jrash |
Synced with help_mp-en.h rev. 31032
|
Sat, 17 Apr 2010 02:14:55 +0000 |
jrash |
sync with en/mplayer.1 rev. 31028
|
Fri, 16 Apr 2010 01:42:28 +0000 |
diego |
Merge two redundant if checks, patch by ubitux, ubitux gmail com.
|
Fri, 16 Apr 2010 01:34:32 +0000 |
diego |
cosmetics: reindent demux_ogg.c to K&R style plus some prettyprinting
|
Thu, 15 Apr 2010 23:01:06 +0000 |
diego |
Remove commented-out and long-gone dapsync options.
|
Thu, 15 Apr 2010 18:51:07 +0000 |
reimar |
Mark ffaac as buggy (thus making faad default again) and
|
Thu, 15 Apr 2010 05:39:36 +0000 |
reimar |
Move functions that really do not need to be inlined from the header
|
Wed, 14 Apr 2010 08:53:19 +0000 |
cehoyos |
Remove dead code.
|
Tue, 13 Apr 2010 05:54:44 +0000 |
reimar |
Open cutomtex file in binary mode to avoid potential issues on
|
Tue, 13 Apr 2010 01:26:20 +0000 |
compn |
typo fix found by ubitux
|
Mon, 12 Apr 2010 21:04:17 +0000 |
reimar |
Make ASS processing work with both subtitle formats, the MKV one and the
|
Mon, 12 Apr 2010 20:03:26 +0000 |
iive |
Fix build due to FFmpeg r22858 change (function rename).
|
Mon, 12 Apr 2010 10:56:17 +0000 |
diego |
the great MPlayer tab removal: part I
|
Mon, 12 Apr 2010 08:03:39 +0000 |
diego |
Fix build after FFmpeg symbol rename:
|
Sun, 11 Apr 2010 18:59:19 +0000 |
cehoyos |
Add slave commands for loading and unloading audio filters at runtime.
|
Sun, 11 Apr 2010 13:47:13 +0000 |
iive |
Fix build due to FFmpeg r22833 change (typedef rename).
|
Fri, 09 Apr 2010 19:20:52 +0000 |
cehoyos |
Add osd_show_progression: Show progress bar and elapsed/total time.
|
Wed, 07 Apr 2010 19:36:23 +0000 |
reimar |
Add some fallback OpenGL defines to fix compilation on Windows.
|
Tue, 06 Apr 2010 10:08:19 +0000 |
diego |
Generate dependency information as a sideeffect of compilation.
|
Tue, 06 Apr 2010 09:46:47 +0000 |
diego |
cosmetics: Reorder some x86-related preprocessor conditionals.
|
Mon, 05 Apr 2010 19:35:35 +0000 |
reimar |
Do not print the "Loading cookie file" message twice.
|
Mon, 05 Apr 2010 19:31:55 +0000 |
reimar |
Try to fix VCD compilation on non-Linux systems.
|
Mon, 05 Apr 2010 17:15:08 +0000 |
diego |
Add -MP to dependency command.
|
Mon, 05 Apr 2010 17:11:58 +0000 |
diego |
Drop unused DEPEND_CMD from config.mak; FFmpeg no longer needs it.
|
Mon, 05 Apr 2010 16:42:52 +0000 |
reimar |
Remove unused functions.
|
Mon, 05 Apr 2010 16:40:04 +0000 |
reimar |
Export VCD tracks as chapters, just like for cue:// URLs.
|
Mon, 05 Apr 2010 16:38:40 +0000 |
reimar |
Change ifdefs to make more sense: HAVE_SSSE3 should only be around SSSE3-code,
|
Mon, 05 Apr 2010 15:58:38 +0000 |
diego |
VBlankActiveFunc is a pointer to a parameterless function; mark it as such.
|
Mon, 05 Apr 2010 13:11:06 +0000 |
reimar |
Fix RGB support for corevideo: corevideo can only support
|
Mon, 05 Apr 2010 07:22:21 +0000 |
reimar |
Enable OSD also for BGR32, the code is the same as for RGB32.
|
Mon, 05 Apr 2010 07:15:22 +0000 |
reimar |
Implement VOCTRL_DRAW_IMAGE instead of the deprecated draw_frame, avoiding
|
Sun, 04 Apr 2010 19:56:26 +0000 |
reimar |
Check texture dimensions instead of internal format in max texture
|
Sun, 04 Apr 2010 19:44:03 +0000 |
reimar |
Cosmetics/reindent.
|
Sun, 04 Apr 2010 19:42:52 +0000 |
reimar |
Avoid duplicating a condition.
|
Sun, 04 Apr 2010 19:39:54 +0000 |
reimar |
Print width before height,
|
Sun, 04 Apr 2010 19:38:47 +0000 |
reimar |
Fix width/height mixup in error message.
|
Sun, 04 Apr 2010 17:57:00 +0000 |
diego |
Remove -O4 from FAAC check, it is in our standard CFLAGS already.
|
Sun, 04 Apr 2010 17:18:47 +0000 |
diego |
Directly use CFLAGS for ASFLAGS instead of duplicating the variable content.
|
Sun, 04 Apr 2010 16:56:30 +0000 |
reimar |
Factor out the YUV->RGB conversion auto-selection and also
|
Sun, 04 Apr 2010 16:48:46 +0000 |
diego |
cosmetics: prettyprint config.mak somewhat
|
Sun, 04 Apr 2010 16:32:54 +0000 |
diego |
Remove no longer necessary CONFIG_SWSCALE from config.h/config.mak.
|
Sun, 04 Apr 2010 16:21:07 +0000 |
diego |
Mark parameterless function declarations as (void). Fixes the warnings:
|
Sun, 04 Apr 2010 16:15:38 +0000 |
diego |
Mark input-related m_option_t arrays as const.
|
Sun, 04 Apr 2010 16:15:08 +0000 |
diego |
Mark vf_size_preset_fields m_option_t array as const.
|
Sun, 04 Apr 2010 16:12:23 +0000 |
diego |
Mark muxer-related m_option_t arrays as const.
|
Sun, 04 Apr 2010 16:11:20 +0000 |
diego |
Mark cfg_fields m_option_t array as const.
|
Sun, 04 Apr 2010 16:08:15 +0000 |
diego |
Mark dxr2_opts array as const.
|
Sun, 04 Apr 2010 15:59:09 +0000 |
diego |
Mark encoder-related m_option_t struct arrays as const.
|
Sun, 04 Apr 2010 15:57:17 +0000 |
diego |
Revert marking m_option struct member as const.
|
Sun, 04 Apr 2010 11:45:05 +0000 |
reimar |
Share more code between the two ATI fragment shader YUV to RGB
|
Sat, 03 Apr 2010 20:31:03 +0000 |
reimar |
Try to detect and work around broken glXGetProcAddress on at
|
Sat, 03 Apr 2010 19:58:06 +0000 |
reimar |
Implement OpenGL-based YUV to RGB version for Radeon 9200 class
|
Sat, 03 Apr 2010 14:40:08 +0000 |
diego |
Remove commented-out #include of a non-existing file.
|
Sat, 03 Apr 2010 14:20:34 +0000 |
diego |
Add a header for x264enc_set_param() instead of forward declaring it.
|
Sat, 03 Apr 2010 13:51:14 +0000 |
diego |
Remove pointless #ifdef CONFIG_LIBAVCODEC preprocessor check.
|
Sat, 03 Apr 2010 11:06:57 +0000 |
diego |
Mark m_option struct member as const.
|
Sat, 03 Apr 2010 07:12:32 +0000 |
reimar |
Indentation fix.
|
Sat, 03 Apr 2010 07:08:07 +0000 |
reimar |
Add mpgl prefix to all OpenGL-related function pointers.
|
Fri, 02 Apr 2010 17:29:22 +0000 |
attila |
dont mention base64 about sending attachments.
|
Fri, 02 Apr 2010 10:13:45 +0000 |
cehoyos |
Cosmetics: Fix indentation.
|
Fri, 02 Apr 2010 10:13:08 +0000 |
cehoyos |
Do not try -march=native for icc.
|
Fri, 02 Apr 2010 07:14:21 +0000 |
reimar |
Change type to uint8_t to avoid checks depending on char signedness.
|
Thu, 01 Apr 2010 17:37:51 +0000 |
ptt |
updated example line for encoding to psp (acodec faac is now libfaac)
|
Thu, 01 Apr 2010 17:37:13 +0000 |
ptt |
updated table of libavcodec's audio codecs
|
Wed, 31 Mar 2010 19:42:15 +0000 |
reimar |
Sanitize ICY metadata a bit before printing it.
|
Wed, 31 Mar 2010 18:45:00 +0000 |
reimar |
Make audio switching with AVI demuxer chose the first audio stream
|
Wed, 31 Mar 2010 17:00:33 +0000 |
reimar |
Replace some "m" constraints by MANGLE to avoid issues with some compilers not
|
Wed, 31 Mar 2010 06:33:08 +0000 |
attila |
rename eatgv -> ffeatgv, lpcm -> fflpcm
|
Sun, 28 Mar 2010 19:02:58 +0000 |
diego |
Add HAVE_STRERROR_R definition for FFmpeg to config.h.
|
Sun, 28 Mar 2010 16:58:27 +0000 |
diego |
Use (void) instead of () to indicate a parameterless function, fixes:
|
Sun, 28 Mar 2010 16:49:23 +0000 |
diego |
Add definition of CONFIG_LIBRTMP to config.h for FFmpeg.
|
Sun, 28 Mar 2010 16:31:17 +0000 |
reimar |
Fix compilation after librtmp support in FFmpeg.
|
Sun, 28 Mar 2010 00:08:28 +0000 |
reimar |
Fix crash with incomplete yuv2 frames.
|
Sat, 27 Mar 2010 19:45:59 +0000 |
reimar |
Leave disabling SSE to the check_os_katmai_support always regardless of OS,
|
Sat, 27 Mar 2010 16:01:22 +0000 |
reimar |
Support concatenated YUV4MPEG files.
|
Sat, 27 Mar 2010 15:35:59 +0000 |
reimar |
Use calloc instead of malloc+memset
|
Sat, 27 Mar 2010 15:27:16 +0000 |
reimar |
Add const to some video_out extern declarations to match their definitions.
|
Sat, 27 Mar 2010 15:22:47 +0000 |
reimar |
Mark some more LIBVO_EXTERN declarations as const where possible.
|
Sat, 27 Mar 2010 12:47:26 +0000 |
reimar |
100l, fix frametime calculation for MPEG-2 files with frame rate extension.
|
Sat, 27 Mar 2010 11:31:02 +0000 |
diego |
libswscale: Relicense almost all x86 assembler optimizations as LGPL.
|
Fri, 26 Mar 2010 15:02:14 +0000 |
diego |
Refactor OS X foreground process setting into a separate function.
|
Fri, 26 Mar 2010 12:12:25 +0000 |
diego |
cosmetics: Break some overly long lines.
|
Fri, 26 Mar 2010 08:13:10 +0000 |
diego |
Convert asm keyword to __asm__.
|
Fri, 26 Mar 2010 07:57:54 +0000 |
diego |
HAVE_MMX2 implies HAVE_MMX, so checking the latter is enough.
|
Thu, 25 Mar 2010 19:53:05 +0000 |
diego |
Remove unused OPTFLAGS variable from config.mak.
|
Thu, 25 Mar 2010 18:53:37 +0000 |
diego |
Remove unused MACOSX_BUNDLE config.mak entry.
|
Thu, 25 Mar 2010 18:51:57 +0000 |
diego |
Move some FFmpeg-specific entries to the FFmpeg section of config.mak.
|
Thu, 25 Mar 2010 12:58:41 +0000 |
sesse |
Don't try to delete the global memory mutex in the Win32 loader code,
|
Wed, 24 Mar 2010 20:43:41 +0000 |
diego |
Mark add_subtitles() as static, it is not used outside the file, fixes:
|
Wed, 24 Mar 2010 01:07:11 +0000 |
diego |
Remove /usr[/local]/lib/win32 from the list of Win32 codec search paths.
|
Tue, 23 Mar 2010 22:59:14 +0000 |
diego |
AltiVec implies a PPC CPU, so there is no need to check for both.
|
Tue, 23 Mar 2010 20:24:14 +0000 |
diego |
loader: Remove commented-out extra_ld_library_path cruft.
|
Tue, 23 Mar 2010 20:12:52 +0000 |
diego |
Do not compile AltiVec code when AltiVec is not available; not even in
|
Tue, 23 Mar 2010 19:45:33 +0000 |
reimar |
Make http_read_response fail if parsing the response failed.
|
Tue, 23 Mar 2010 19:40:37 +0000 |
diego |
Fix build due to codecs_path vs. codec_path typo.
|
Tue, 23 Mar 2010 18:01:00 +0000 |
diego |
Get rid of pointless def_path variable; use codec_path directly instead.
|
Tue, 23 Mar 2010 17:52:46 +0000 |
diego |
Real binary loader code should respect the binary codec path.
|
Mon, 22 Mar 2010 19:39:43 +0000 |
reimar |
Reindent
|
Mon, 22 Mar 2010 19:38:42 +0000 |
reimar |
Start probing with a size matching the stream buffer size so it is possible
|
Sun, 21 Mar 2010 10:13:00 +0000 |
attila |
Make all instances of codec_patch unconditional, otherwise
|
Sun, 21 Mar 2010 08:34:09 +0000 |
diego |
Rename SetCodecPath() --> set_codec_path().
|
Sat, 20 Mar 2010 23:38:27 +0000 |
diego |
Rename get_path.[ch] --> path.[ch].
|
Sat, 20 Mar 2010 23:27:07 +0000 |
diego |
Move SetCodecPath() from loader to get_path.c and make it unconditional.
|
Sat, 20 Mar 2010 01:33:54 +0000 |
jrash |
sync with en/mplayer.1 rev. 30936
|
Fri, 19 Mar 2010 19:44:02 +0000 |
reimar |
Remove unnecessary size limits and a related define for hm12 decoder.
|
Fri, 19 Mar 2010 19:42:23 +0000 |
reimar |
Use vd_raw to handle NV12/NV21 formats, since we support them as pixel formats
|
Fri, 19 Mar 2010 09:58:45 +0000 |
diego |
Replace wrong condition name in #endif comment by correct instance.
|
Fri, 19 Mar 2010 09:57:36 +0000 |
diego |
Check whether COMPILE_ALTIVEC is defined, not if it is set to a 0/1 value.
|
Thu, 18 Mar 2010 23:37:57 +0000 |
diego |
Drop support for XANIM_MOD_DIR environment variable.
|
Thu, 18 Mar 2010 23:32:14 +0000 |
diego |
Reuse codec path variable used in the binary loader in the XAnim loader.
|
Thu, 18 Mar 2010 23:02:32 +0000 |
cehoyos |
Extend the generic path of the yuv2rgb converter with support for rgb444
|
Thu, 18 Mar 2010 21:53:53 +0000 |
aurel |
cosmetics: indentation
|
Thu, 18 Mar 2010 21:53:02 +0000 |
aurel |
add support for lavf style extradata in vd_theora
|
Thu, 18 Mar 2010 20:57:49 +0000 |
diego |
Remove unnecessary #ifdefs around harmless loader/codecpath.h #include.
|
Thu, 18 Mar 2010 20:44:01 +0000 |
reimar |
Split codec path related code into a separate file to fix Windows build.
|
Thu, 18 Mar 2010 00:45:18 +0000 |
cehoyos |
Fix first line(s) of vo vdpau documentation.
|
Wed, 17 Mar 2010 23:42:11 +0000 |
sesse |
Fix thread safety issue in mreq_private: last_alloc was accessed from multiple
|
Wed, 17 Mar 2010 23:38:26 +0000 |
sesse |
Announce Windows XP SP2 instead of Windows 95 OSR2.
|
Wed, 17 Mar 2010 23:33:26 +0000 |
sesse |
Announce SMP support for Win32.
|
Wed, 17 Mar 2010 14:41:32 +0000 |
diego |
Introduce mak_enable function to set variables in config.mak.
|
Wed, 17 Mar 2010 14:09:09 +0000 |
diego |
Rename SGI_MIPS architecture to plain MIPS.
|
Wed, 17 Mar 2010 13:55:59 +0000 |
diego |
Drop libavcodec_arch hack; ARCH can now be set directly in config.mak.
|
Wed, 17 Mar 2010 13:41:54 +0000 |
diego |
Lowercase arch and subarch values.
|
Wed, 17 Mar 2010 13:37:36 +0000 |
diego |
cosmetics: Drop leading underscore from cpuexts variables.
|
Wed, 17 Mar 2010 13:34:33 +0000 |
diego |
Make ff_config_enable work with lowercase values.
|
Wed, 17 Mar 2010 13:20:06 +0000 |
diego |
Split subarch handling off from generic arch handling.
|
Wed, 17 Mar 2010 12:39:21 +0000 |
diego |
Prefer FFmpeg AAC decoder over libfaad.
|
Wed, 17 Mar 2010 12:35:36 +0000 |
diego |
Rename libopencore AMR decoder entries.
|
Wed, 17 Mar 2010 10:46:18 +0000 |
cehoyos |
Fix compilation after FFmpeg r22569 at least for some architectures.
|
Wed, 17 Mar 2010 10:10:47 +0000 |
diego |
cosmetics: Drop leading underscores from arch variables.
|
Wed, 17 Mar 2010 09:12:51 +0000 |
komh |
Follow a more proper way to support -codecpath.
|
Tue, 16 Mar 2010 22:08:56 +0000 |
sesse |
Fix return value of InitializeCriticalSectionAndSpinCount.
|
Tue, 16 Mar 2010 14:35:43 +0000 |
diego |
Remove unused variable, fixes the warning:
|
Tue, 16 Mar 2010 14:30:31 +0000 |
sesse |
Fix libmpcodecs/vd_qtvideo.c compilation on OS X:
|
Tue, 16 Mar 2010 12:38:29 +0000 |
diego |
Remove some commented-out debugging and similar cruft.
|
Tue, 16 Mar 2010 12:24:18 +0000 |
diego |
Remove unnecessary forward declarations for a bunch of functions.
|
Tue, 16 Mar 2010 12:14:57 +0000 |
diego |
cosmetics: Move all functions before main().
|
Tue, 16 Mar 2010 12:11:14 +0000 |
diego |
Remove disabled flip_upside_down function; it has been unused for ages.
|
Tue, 16 Mar 2010 11:57:52 +0000 |
diego |
Remove unnecessary forward declaration of print_wave_header().
|
Tue, 16 Mar 2010 10:25:54 +0000 |
cehoyos |
Fix compilation after FFmpeg r22565.
|
Mon, 15 Mar 2010 22:32:11 +0000 |
cehoyos |
Calculate width and height in mp4_header_process_vop().
|
Mon, 15 Mar 2010 22:28:08 +0000 |
cehoyos |
Fix value of bit counter at end of functions to prepare for future patches.
|
Mon, 15 Mar 2010 16:09:35 +0000 |
sesse |
Fix indentation in GetVersionExW.
|
Mon, 15 Mar 2010 12:58:17 +0000 |
sesse |
Add support for Apple's ProRes and AIC codecs, now that all prerequisites
|
Mon, 15 Mar 2010 12:54:54 +0000 |
sesse |
Implement GetVersionExW with the same data as GetVersionExA but taking in a
|
Mon, 15 Mar 2010 12:05:56 +0000 |
sesse |
Use the high-level QuickTime decoding APIs (DecompressSequenceFrameS and
|
Mon, 15 Mar 2010 09:32:53 +0000 |
komh |
Relocate -codecpath description in alphabetical order.
|
Mon, 15 Mar 2010 08:30:06 +0000 |
komh |
Add -codecpath option.
|
Mon, 15 Mar 2010 06:39:21 +0000 |
diego |
Add CONFIG_DCT and CONFIG_DWT to config.h as well as to config.mak for FFmpeg.
|
Sun, 14 Mar 2010 23:42:03 +0000 |
diego |
Get rid of pointless tmppath variable in set_path_env().
|
Sun, 14 Mar 2010 23:39:02 +0000 |
diego |
variable renaming cosmetics: _have_yasm --> have_yasm
|
Sun, 14 Mar 2010 23:37:58 +0000 |
diego |
Remove unused MMX_FFT Makefile variable.
|
Sun, 14 Mar 2010 23:00:06 +0000 |
diego |
cosmetics: Simplify _codecsdir setting for MinGW and OS/2.
|
Sun, 14 Mar 2010 22:58:20 +0000 |
diego |
Add -Wstrict-prototypes to CFLAGS.
|
Sun, 14 Mar 2010 22:55:13 +0000 |
diego |
Use menu instead of GUI as example for an internal feature turned on by a flag.
|
Sun, 14 Mar 2010 22:50:15 +0000 |
cehoyos |
Fix compilation after FFmpeg r22522.
|
Sun, 14 Mar 2010 16:13:32 +0000 |
diego |
Replace separate Win32, XAnim and Real codec directories by one global dir.
|
Sat, 13 Mar 2010 22:46:58 +0000 |
conrad |
fftheora supports 4:2:2 and 4:4:4 now
|
Sat, 13 Mar 2010 00:31:03 +0000 |
jrash |
sync with en/mplayer.1 rev. 30868
|
Fri, 12 Mar 2010 18:23:30 +0000 |
reimar |
Add the 0xA109 format for speex, it is claimed to be officially registered (have
|
Fri, 12 Mar 2010 18:19:51 +0000 |
reimar |
Support extradata format of the speex.acm windows codec formerly available
|
Fri, 12 Mar 2010 17:29:48 +0000 |
reimar |
Fix crash if speex_packet_to_header fails.
|
Fri, 12 Mar 2010 17:21:05 +0000 |
reimar |
Add newlines to generated fragment program to make both fragment program dump
|
Wed, 10 Mar 2010 11:33:02 +0000 |
komh |
Include libavutil/avutil.h for FFMIN
|
Wed, 10 Mar 2010 10:00:59 +0000 |
komh |
Include osdep/osdep.h instead of checking a platfrom specific macro to include
|
Tue, 09 Mar 2010 19:21:39 +0000 |
reimar |
Return MP_NOPTS_VALUE if we can't figure out the pts, not 0.
|
Tue, 09 Mar 2010 19:19:32 +0000 |
reimar |
Improve handling of 0-size ogg packets.
|
Tue, 09 Mar 2010 18:34:14 +0000 |
siretart |
unbreak compilation after cleanups in libavutil/common.h
|
Tue, 09 Mar 2010 17:15:07 +0000 |
cehoyos |
Fix alpabetical order.
|
Tue, 09 Mar 2010 14:33:11 +0000 |
cehoyos |
Support SEGA CRI adx codec with demuxer lavf.
|
Tue, 09 Mar 2010 13:19:25 +0000 |
sesse |
Fix a syntax error in graph.h.
|
Tue, 09 Mar 2010 13:18:52 +0000 |
sesse |
Add copyright headers.
|
Tue, 09 Mar 2010 12:40:14 +0000 |
sesse |
Style changes as requested by Diego.
|
Tue, 09 Mar 2010 12:01:42 +0000 |
cehoyos |
Fix help text for --disable-win32dll.
|
Tue, 09 Mar 2010 12:00:30 +0000 |
cehoyos |
Commit files by Steinar Gunderson, forgotten in r30866.
|
Tue, 09 Mar 2010 08:07:34 +0000 |
siretart |
Fix compilation on powerpc with --disable-altivec
|
Tue, 09 Mar 2010 06:27:54 +0000 |
corey |
Document x264 VUI options.
|
Tue, 09 Mar 2010 06:23:33 +0000 |
corey |
Add a note about what x264's 'aud' parameter is for.
|
Mon, 08 Mar 2010 19:57:37 +0000 |
sesse |
Implement DirectShow filter graph.
|
Mon, 08 Mar 2010 19:54:07 +0000 |
sesse |
Correct QuickTime dpi output.
|
Mon, 08 Mar 2010 19:41:57 +0000 |
reimar |
Check for allocation failure for c->lumMmx2FilterCode and c->chrMmx2FilterCode.
|
Mon, 08 Mar 2010 19:37:10 +0000 |
reimar |
Fix memleak due to incorrect VirtualFree arguments: size must be 0 for MEM_RELEASE.
|
Mon, 08 Mar 2010 19:33:41 +0000 |
diego |
We have some sort of DVD menu support nowadays.
|
Mon, 08 Mar 2010 13:00:59 +0000 |
sesse |
Implement ResumeThread and SignalObjectAndWait.
|
Sun, 07 Mar 2010 23:18:37 +0000 |
iive |
Increase mplayer buffer padding size to match the new one from ffmpeg.
|
Sun, 07 Mar 2010 17:33:13 +0000 |
reimar |
Use FBIOPAN_DISPLAY for switching between pages, seems to work for more
|
Sun, 07 Mar 2010 15:55:52 +0000 |
reimar |
Add double-buffering support to vo_fbdev.
|
Sun, 07 Mar 2010 09:13:18 +0000 |
reimar |
Use int64_t instead of long for variable containing current playback time.
|
Sat, 06 Mar 2010 11:50:54 +0000 |
stefano |
Avoid duplication of usePal() macro.
|
Sat, 06 Mar 2010 11:27:31 +0000 |
stefano |
Add support to BGR444/RGB444 foreign endian output in libswscale.
|
Sat, 06 Mar 2010 11:12:32 +0000 |
sesse |
Fix QuickTime emulated OSErr type.
|
Sat, 06 Mar 2010 10:13:37 +0000 |
sesse |
Implement Win32 mutexes.
|
Sat, 06 Mar 2010 10:07:39 +0000 |
sesse |
Fix semaphore behavior in WaitForSingleObject.
|
Sat, 06 Mar 2010 10:05:10 +0000 |
sesse |
Make Win32 mutex and thread linked lists thread safe.
|
Sat, 06 Mar 2010 07:24:41 +0000 |
komh |
Define O_BINARY in stream/stream.h unless it is defined yet, and use it
|
Fri, 05 Mar 2010 23:13:08 +0000 |
greg |
Enable ASS/SSA subtitle support in mencoder
|
Fri, 05 Mar 2010 23:09:36 +0000 |
sesse |
Make GetModuleHandle(NULL) return a valid pointer.
|
Fri, 05 Mar 2010 21:39:27 +0000 |
michael |
try to avoid returning odd slices.
|
Fri, 05 Mar 2010 20:15:16 +0000 |
reimar |
Reuse fb_tty_fd for setting up the text area.
|
Fri, 05 Mar 2010 12:43:15 +0000 |
jrash |
sync with en/mplayer.1 rev. 30822
|
Fri, 05 Mar 2010 11:14:07 +0000 |
sesse |
Partial revert of r30843.
|
Fri, 05 Mar 2010 11:11:47 +0000 |
sesse |
Support thread handles in WaitForSingleObject.
|
Fri, 05 Mar 2010 08:41:35 +0000 |
benoit |
Cosmetics: fix vertical alignment.
|
Fri, 05 Mar 2010 08:32:54 +0000 |
benoit |
libswscale: Extend the unaccelerated path of the unscaled yuv2rgb special
|
Thu, 04 Mar 2010 16:57:04 +0000 |
cehoyos |
Support BGR555, BGR565, RGB555 and RGB565 foreign endian output in
|
Thu, 04 Mar 2010 15:58:09 +0000 |
diego |
Remove NUT specification stubs.
|
Thu, 04 Mar 2010 15:57:21 +0000 |
diego |
Run script with /bin/sh instead of bash.
|
Thu, 04 Mar 2010 15:57:08 +0000 |
sesse |
Make emulated Win32 critical sections thread safe.
|
Thu, 04 Mar 2010 15:56:34 +0000 |
diego |
cosmetics: Use consistent if expression syntax.
|
Thu, 04 Mar 2010 15:55:35 +0000 |
diego |
Use $() syntax instead of backticks, it is easier to nest.
|
Thu, 04 Mar 2010 15:53:56 +0000 |
diego |
Clarify that ssh is not required for committing to MPlayer.
|
Thu, 04 Mar 2010 15:45:32 +0000 |
diego |
Update URL for Subversion homepage.
|
Thu, 04 Mar 2010 15:31:54 +0000 |
sesse |
Fix crashes in CreatePalette by fixing the LOGPALETTE struct.
|
Thu, 04 Mar 2010 15:28:02 +0000 |
sesse |
Fix manual reset behavior of Win32 events.
|
Thu, 04 Mar 2010 15:23:52 +0000 |
sesse |
Fix return values of WaitForSingleObject when checking an event.
|
Thu, 04 Mar 2010 14:46:44 +0000 |
komh |
Define HAVE_SETMODE conditionally, and use it in stream/stream_file.c instead
|
Thu, 04 Mar 2010 12:55:30 +0000 |
komh |
1. Move the macros for priority classes for OS/2 from priority.c to osdep.h
|
Thu, 04 Mar 2010 01:02:24 +0000 |
stefano |
Revert r30825, it was not supposed to be committed.
|
Thu, 04 Mar 2010 00:31:13 +0000 |
stefano |
Fill the r, g, b values used for computing the c->pal_yuv table in the
|
Thu, 04 Mar 2010 00:31:10 +0000 |
stefano |
Make swscale-test take in input the name of the input and the output
|
Wed, 03 Mar 2010 21:32:31 +0000 |
reimar |
Partially revert r30645, the final output format is determined by
|
Wed, 03 Mar 2010 21:01:57 +0000 |
reimar |
Save the new width and height earlier so that e.g. -geometry 30x30-50-50
|
Wed, 03 Mar 2010 20:57:56 +0000 |
reimar |
Add support for specifying window position relative to right and bottom
|
Wed, 03 Mar 2010 20:36:35 +0000 |
reimar |
Simplify sscanf format strings and get rid of useless percent variable.
|
Wed, 03 Mar 2010 20:24:46 +0000 |
reimar |
Avoid very deep indentation level and RESET_GEOMETRY macro in -geometry
|
Wed, 03 Mar 2010 14:32:29 +0000 |
komh |
Add a VCD support for OS/2
|
Tue, 02 Mar 2010 19:57:17 +0000 |
diego |
Drop support for old-style DVB code.
|
Tue, 02 Mar 2010 17:18:55 +0000 |
rectalogic |
Remove RTSP_MUXER from libavmuxers to fix compilation with --disable-network
|
Tue, 02 Mar 2010 16:29:21 +0000 |
diego |
Add CONFIG_LSP to config.h for libavcodec compilation.
|
Mon, 01 Mar 2010 21:09:17 +0000 |
reimar |
Remove unused and useless define.
|
Mon, 01 Mar 2010 20:38:33 +0000 |
reimar |
Fix memleak due to strdup'd filename not being freed.
|
Mon, 01 Mar 2010 20:33:47 +0000 |
reimar |
Move functions into proper order to avoid extra declarations.
|
Mon, 01 Mar 2010 20:31:56 +0000 |
reimar |
Deduplicate code to set stream start_pos/end_pos.
|
Mon, 01 Mar 2010 20:22:18 +0000 |
reimar |
Set stream->pos correctly after seeking to a VCD title.
|
Mon, 01 Mar 2010 20:20:13 +0000 |
reimar |
Ensure that cue_current_pos.track is not set to an invalid value after
|