Wed, 17 Feb 2010 22:33:21 +0000 |
diego |
Add config.h header #include; it is required for the HAVE_BIGENDIAN check.
|
Wed, 17 Feb 2010 22:28:24 +0000 |
diego |
Add separate header for aac_parse_frame(); avoids forward declarations.
|
Wed, 17 Feb 2010 22:22:51 +0000 |
diego |
Add separate header for real_fix_timestamp(); avoids forward declarations.
|
Wed, 17 Feb 2010 22:14:04 +0000 |
diego |
Mark mp_mp3_get_lsf() as static; it is not used outside of the file.
|
Wed, 17 Feb 2010 22:11:05 +0000 |
diego |
Mark mov_build_index() as static; it is not used outside of the file.
|
Wed, 17 Feb 2010 22:01:35 +0000 |
diego |
libmpdemux: Mark functions not used outside of their files as static.
|
Wed, 17 Feb 2010 21:49:17 +0000 |
corey |
Document several new x264 parameters.
|
Wed, 17 Feb 2010 21:45:53 +0000 |
corey |
Update x264 defaults listed in the man page.
|
Wed, 17 Feb 2010 21:38:09 +0000 |
diego |
Ignore .ho files in loader/wine/.
|
Wed, 17 Feb 2010 21:36:00 +0000 |
diego |
libmpcodecs: Remove pointless leftover '#if 1' preprocessor instructions.
|
Wed, 17 Feb 2010 21:29:05 +0000 |
diego |
Revert marking seemingly unused XAnim-binary-related functions as static.
|
Wed, 17 Feb 2010 19:21:28 +0000 |
diego |
Revert marking seemingly unused RealAudio/RealVideo-related functions as static.
|
Wed, 17 Feb 2010 07:06:12 +0000 |
reimar |
Mark ALS fourcc as internal only.
|
Tue, 16 Feb 2010 21:54:50 +0000 |
reimar |
Support FFmpeg's ALS decoder.
|
Tue, 16 Feb 2010 19:39:30 +0000 |
reimar |
Move struct typedef pixbuf into the only .c file where it is used.
|
Tue, 16 Feb 2010 19:36:36 +0000 |
reimar |
Remove useless malloc casts.
|
Tue, 16 Feb 2010 19:34:41 +0000 |
reimar |
Remove unused XPM-loading function pixbuf_load_xpm() from spuenc.c.
|
Tue, 16 Feb 2010 19:07:06 +0000 |
reimar |
Fix win32 gui compilation.
|
Tue, 16 Feb 2010 16:32:38 +0000 |
diego |
stream: Mark functions not used outside of their files as static.
|
Tue, 16 Feb 2010 16:22:17 +0000 |
diego |
libvo: Mark functions not used outside of their files as static.
|
Tue, 16 Feb 2010 16:16:42 +0000 |
diego |
libmpcodecs: Mark functions not used outside of their files as static.
|
Tue, 16 Feb 2010 15:03:03 +0000 |
diego |
#include corresponding .h files in .c files.
|
Tue, 16 Feb 2010 14:52:59 +0000 |
diego |
Add header for init_global_rawdv_decoder() instead of forward declaring it.
|
Tue, 16 Feb 2010 13:16:17 +0000 |
diego |
Add header file for mplayer_audio_read() instead of forward declaring it.
|
Tue, 16 Feb 2010 13:10:24 +0000 |
diego |
Add header file for sis_init_video_bridge() instead of forward declaring it.
|
Tue, 16 Feb 2010 13:07:00 +0000 |
diego |
VIDIX: #include drivers.h in drivers.c.
|
Tue, 16 Feb 2010 13:04:00 +0000 |
diego |
VIDIX: Mark some functions not used outside their files as static.
|
Tue, 16 Feb 2010 11:31:29 +0000 |
diego |
Remove pointless header #includes; #include only required header stdint.h.
|
Sun, 14 Feb 2010 18:50:32 +0000 |
reimar |
Remove unused variable.
|
Sun, 14 Feb 2010 18:38:02 +0000 |
reimar |
Use memset to initialize huge arrays.
|
Sun, 14 Feb 2010 18:32:31 +0000 |
reimar |
Remove pointless explicit member initialization to 0 when the struct
|
Sun, 14 Feb 2010 18:30:32 +0000 |
reimar |
Use calloc instead of malloc+memset
|
Sun, 14 Feb 2010 15:39:52 +0000 |
reimar |
Add support for decoding 4:2:2 and 4:4:4 Theora files.
|
Sun, 14 Feb 2010 15:17:24 +0000 |
reimar |
Make len unsigned. More correct anyway and avoids sign extension to 64 bit
|
Sun, 14 Feb 2010 15:09:21 +0000 |
reimar |
Simplify and slightly speed up avi_stream_id function.
|
Sun, 14 Feb 2010 14:54:48 +0000 |
diego |
Declare vf_menu_pause_update in libmenu/menu.h.
|
Sun, 14 Feb 2010 14:49:44 +0000 |
diego |
Directly mark structs as WINE_PACKED where all members are marked as packed.
|
Sun, 14 Feb 2010 14:48:54 +0000 |
reimar |
Simplify.
|
Sun, 14 Feb 2010 14:47:22 +0000 |
diego |
Move movie_aspect extern declaration to libmpcodecs/vd.h.
|
Sun, 14 Feb 2010 14:33:16 +0000 |
diego |
Move GUI-related extern declarations to a GUI header file.
|
Sun, 14 Feb 2010 14:02:09 +0000 |
diego |
GUI: Mark functions that are not used outside their files as static.
|
Sun, 14 Feb 2010 13:57:30 +0000 |
reimar |
Avoid using sscanf for basic parsing, it is horribly slow.
|
Sun, 14 Feb 2010 13:49:31 +0000 |
diego |
Avoid forward declarations for import_initial_playtree_into_gui() and
|
Sun, 14 Feb 2010 12:57:18 +0000 |
diego |
Add xscreensaver_heartbeat() declaration to x11_common.h.
|
Sun, 14 Feb 2010 12:55:02 +0000 |
diego |
Rename gui/mplayer/gtk/menu.[ch] --> gui/mplayer/gtk/gtkmenu.[ch].
|
Sun, 14 Feb 2010 12:39:58 +0000 |
diego |
Declare mp_input_register_options() in input/input.h.
|
Sun, 14 Feb 2010 12:31:24 +0000 |
diego |
GUI: #include associated .h files in .c files.
|
Sun, 14 Feb 2010 11:57:37 +0000 |
reimar |
Check that fontconfig version is at least 2.4.2, which is required for the
|
Sun, 14 Feb 2010 11:19:52 +0000 |
reimar |
Reindent
|
Sun, 14 Feb 2010 11:17:12 +0000 |
reimar |
Just use goto instead of reimplementing it badly with a do { } while (0) and
|
Sun, 14 Feb 2010 11:13:20 +0000 |
reimar |
Change aspect calculation code to switch to floating point earlier so integer
|
Sun, 14 Feb 2010 11:13:01 +0000 |
diego |
QuickTime X supports SAR in H.264.
|
Sun, 14 Feb 2010 11:11:49 +0000 |
reimar |
Return NULL instead of 0 for function returning a pointer.
|
Sun, 14 Feb 2010 11:09:58 +0000 |
diego |
Mark uninit() as static; it is only used within the file.
|
Sun, 14 Feb 2010 11:09:24 +0000 |
reimar |
Remove useless casts.
|
Sun, 14 Feb 2010 11:06:04 +0000 |
reimar |
Remove useless code, QUERY_FORMAT already ensures the requested format is supported.
|
Sun, 14 Feb 2010 11:04:14 +0000 |
reimar |
Make vd_functions_t describing codecs const.
|
Sun, 14 Feb 2010 11:02:05 +0000 |
diego |
Rename exit_reason_t enum to exit_reason and do not typedef it.
|
Sun, 14 Feb 2010 10:58:01 +0000 |
reimar |
Make vd_info_t const for pointer in vd_functions, avoids some warnings about
|
Sun, 14 Feb 2010 10:53:20 +0000 |
diego |
Fix exit_player() usage throughout the codebase.
|
Sun, 14 Feb 2010 09:19:30 +0000 |
reimar |
Remove excessive ()
|
Sat, 13 Feb 2010 21:32:19 +0000 |
diego |
Remove stray '/' from comment block, fixes the warning:
|
Sat, 13 Feb 2010 21:29:32 +0000 |
diego |
Remove unused variables, fixes the warnings:
|
Sat, 13 Feb 2010 17:39:34 +0000 |
compn |
add netspeak versions of truespeech and gsm audio codecs to codecs.conf
|
Sat, 13 Feb 2010 16:59:42 +0000 |
diego |
10l: Revert previous commit about CONFIG_HARDCODED_TABLES/CONFIG_MPEGAUDIO_HP.
|
Sat, 13 Feb 2010 15:51:03 +0000 |
diego |
Use normal way to add CONFIG_HARDCODED_TABLES/CONFIG_MPEGAUDIO_HP to config.mak.
|
Sat, 13 Feb 2010 15:47:55 +0000 |
diego |
Move def_hardcoded_tables to the FFmpeg section of config.h, where it belongs.
|
Sat, 13 Feb 2010 15:46:33 +0000 |
diego |
Fix shared library libavutil check: test for av_clip instead of av_gcd.
|
Sat, 13 Feb 2010 14:31:15 +0000 |
diego |
osdep/mplayer.rc.o depends on version.h.
|
Sat, 13 Feb 2010 11:38:36 +0000 |
reimar |
Move the check for valid sh_video into the init_vo_spudec, this fixes a crash
|
Fri, 12 Feb 2010 20:38:29 +0000 |
reimar |
Dynamically increase probe size for lavf demuxer up to 2 MB.
|
Fri, 12 Feb 2010 16:29:34 +0000 |
diego |
Mark all ad_info_t/vd_info_t structure declarations as const.
|
Fri, 12 Feb 2010 14:25:25 +0000 |
diego |
Explain WIN32_LOADER definition hack.
|
Fri, 12 Feb 2010 14:10:21 +0000 |
diego |
Get rid of pointless CONFIG_QTX_CODECS --> QTX preprocessor indirection.
|
Fri, 12 Feb 2010 13:47:11 +0000 |
jrash |
Synced with help_mp-en.h rev. 30515
|
Fri, 12 Feb 2010 13:45:19 +0000 |
diego |
Fix linking of loader test programs when loader is disabled.
|
Fri, 12 Feb 2010 01:38:14 +0000 |
komh |
Add win32 loader support for OS/2
|
Thu, 11 Feb 2010 23:59:08 +0000 |
cehoyos |
Improve comment for GeoCodec.dll
|
Thu, 11 Feb 2010 22:54:34 +0000 |
diego |
Remove pointless egcs #ifdefs; that compiler was never supported.
|
Thu, 11 Feb 2010 14:33:57 +0000 |
diego |
Remove extern "C" declarations from loader code.
|
Thu, 11 Feb 2010 10:56:09 +0000 |
diego |
Move one more FFmpeg-related definition to the FFmpeg section of config.h.
|
Thu, 11 Feb 2010 10:52:36 +0000 |
diego |
Move some FFmpeg-related definitions to the FFmpeg section of config.h.
|
Thu, 11 Feb 2010 08:52:15 +0000 |
diego |
Move def_dos_paths to a better place within config.h; not just FFmpeg uses it.
|
Thu, 11 Feb 2010 02:25:38 +0000 |
compn |
add comment about geov codec crashing on win32 in codecs.conf
|
Thu, 11 Feb 2010 01:28:21 +0000 |
cehoyos |
GeoCodec.dll also supports fourcc GEOX.
|
Thu, 11 Feb 2010 01:12:37 +0000 |
cehoyos |
Support GEOV video codec: Hangs on exit
|
Tue, 09 Feb 2010 19:43:02 +0000 |
reimar |
Add stubs for several functions, needed for CineForm codec.
|
Tue, 09 Feb 2010 17:36:24 +0000 |
greg |
libass: fix PAR correction
|
Tue, 09 Feb 2010 08:46:07 +0000 |
kostya |
There is Indeo 5 decoder in FFmpeg now, so register it
|
Mon, 08 Feb 2010 23:23:04 +0000 |
diego |
Fix linking of mp3lib test programs when internal mp3lib is disabled.
|
Mon, 08 Feb 2010 22:21:16 +0000 |
diego |
Fix linking of liba52 test program when internal liba52 is disabled.
|
Mon, 08 Feb 2010 10:14:42 +0000 |
diego |
Remove disabled AVIFILE-specific preprocessor code.
|
Mon, 08 Feb 2010 10:05:49 +0000 |
diego |
Merge some preprocessor conditionals where appropriate.
|
Sat, 06 Feb 2010 19:57:45 +0000 |
reimar |
Fix subtitle display for DVDs using fade-in/fade-out.
|
Sat, 06 Feb 2010 19:18:09 +0000 |
reimar |
Make mkalpha function simpler, faster and more correct.
|
Sat, 06 Feb 2010 17:43:04 +0000 |
Gabrov |
synced with r30515
|
Sat, 06 Feb 2010 00:55:42 +0000 |
jrash |
sync with en/mplayer.1 r30436
|
Fri, 05 Feb 2010 23:53:25 +0000 |
stefano |
Simplify how usesVFilter and usesHFilter are set.
|
Fri, 05 Feb 2010 22:56:59 +0000 |
stefano |
Apply misc fixes to sws_getCoefficients() doxy.
|
Fri, 05 Feb 2010 22:54:45 +0000 |
stefano |
Satisfy consistency need:
|
Fri, 05 Feb 2010 17:35:48 +0000 |
reimar |
Prefer libavformat over our own mov demuxer also for video/quicktime
|
Fri, 05 Feb 2010 17:20:21 +0000 |
reimar |
Release pin enumerator after we are done using it.
|
Fri, 05 Feb 2010 17:13:47 +0000 |
reimar |
Add support for loading ASS subtitles through the stream layer and thus e.g.
|
Fri, 05 Feb 2010 16:42:13 +0000 |
reimar |
Fix hang with -fixed-vo due to VOFLAG_HIDDEN never being removed from window_state.
|
Fri, 05 Feb 2010 16:09:03 +0000 |
conrad |
Add function to translate SWS_CS_* to coefficient array
|
Fri, 05 Feb 2010 11:00:59 +0000 |
komh |
Prefix EXTERN_ASM to global variables to match them to an extern prefix of C.
|
Fri, 05 Feb 2010 10:54:28 +0000 |
komh |
Remove '.section' causing the following assembler error on OS/2.
|
Fri, 05 Feb 2010 07:12:05 +0000 |
reimar |
Print messages only after we are sure preinit will not fail anymore.
|
Thu, 04 Feb 2010 22:46:45 +0000 |
reimar |
Add support for VOFLAG_HIDDEN to the w32 backend.
|
Thu, 04 Feb 2010 22:46:01 +0000 |
reimar |
Set the PixelFormat right after creating the window and set it only once.
|
Thu, 04 Feb 2010 22:08:23 +0000 |
reimar |
Create the OpenGL probe window as a hidden Window on X11.
|
Thu, 04 Feb 2010 21:20:47 +0000 |
reimar |
Mention rtmp and rtsp specifically as formats supported via ffmpeg.
|
Thu, 04 Feb 2010 21:17:46 +0000 |
reimar |
Enable RTSP and SDP demuxers if network support is enabled, they can now be used.
|
Thu, 04 Feb 2010 17:27:38 +0000 |
cehoyos |
100l: Fix compilation (broken by me).
|
Thu, 04 Feb 2010 16:56:28 +0000 |
cehoyos |
Clarify -vo vdpau:pullup
|
Thu, 04 Feb 2010 14:42:57 +0000 |
komh |
Audio buffer is too large so that it takes too long time to respond to audio
|
Wed, 03 Feb 2010 23:46:00 +0000 |
stefano |
Implement shuffle_bytes_abcd() functions and use them for shuffling
|
Wed, 03 Feb 2010 22:36:47 +0000 |
reimar |
Replace incorrect usage of strncpy.
|
Wed, 03 Feb 2010 22:33:35 +0000 |
reimar |
Reindent
|
Wed, 03 Feb 2010 22:32:48 +0000 |
reimar |
Add support for FFmpeg's rtsp dummy URL-with-pseudo-demuxer scheme.
|
Wed, 03 Feb 2010 21:12:23 +0000 |
reimar |
Use vo_x11_clearwindow instead of XClearWindow, both for consistency and also
|
Wed, 03 Feb 2010 17:50:18 +0000 |
reimar |
Fix argument order for lseek, fixes cookie loading in Windows and in general
|
Wed, 03 Feb 2010 13:14:09 +0000 |
komh |
Checks ipv6_mreq/sockaddr_in6/sockaddr_sa_len for FFmpeg
|
Wed, 03 Feb 2010 08:32:35 +0000 |
diego |
Add missing license headers to test programs for external libraries.
|
Tue, 02 Feb 2010 21:27:17 +0000 |
reimar |
Remove a duplicated vo_x11_sizehint, vo_x11_nofs_sizepos already calls this
|
Tue, 02 Feb 2010 21:18:21 +0000 |
reimar |
Remove pointless initializers and also set geometry_*_changed to 0 when
|
Tue, 02 Feb 2010 20:43:20 +0000 |
reimar |
Mention yuv=2 auto-detection in Changelog.
|
Tue, 02 Feb 2010 20:39:22 +0000 |
reimar |
Document auto-detection of -vo gl:yuv=... value.
|
Tue, 02 Feb 2010 20:37:48 +0000 |
reimar |
Add support for autodetection during preinit and use that to detect a default
|
Tue, 02 Feb 2010 20:20:48 +0000 |
reimar |
Avoid using options before autodetectGlExtensions to allow it to change them properly.
|
Tue, 02 Feb 2010 20:16:57 +0000 |
reimar |
Remove vo_config_count check from uninit, it should always be safe to run.
|
Tue, 02 Feb 2010 18:57:43 +0000 |
reimar |
Revert r30324 which broken the struct addrinfo check by making it always pass.
|
Mon, 01 Feb 2010 22:22:32 +0000 |
reimar |
Estimate pts of additional frame generated by tfields also if correct-pts is
|
Mon, 01 Feb 2010 22:14:17 +0000 |
reimar |
Enable query_format for vf_tfields to make sure it isn't used for formats
|
Mon, 01 Feb 2010 19:14:01 +0000 |
reimar |
Fix -vf tfields=1 so it does not read out of bounds or leave parts of the
|
Mon, 01 Feb 2010 18:20:22 +0000 |
reimar |
Reword tfields documentation to reflect that it works mostly with MPlayer,
|
Mon, 01 Feb 2010 14:09:53 +0000 |
komh |
Add OS/2 KAI audio driver support
|
Mon, 01 Feb 2010 09:24:32 +0000 |
diego |
misc fixes
|
Sun, 31 Jan 2010 15:11:16 +0000 |
reimar |
Disable FFmpeg's network protocols if --disable-network was specified.
|
Sun, 31 Jan 2010 14:14:20 +0000 |
cehoyos |
Fix compilation for new Bink audio decoder.
|
Sun, 31 Jan 2010 10:55:36 +0000 |
diego |
Explain the need for a MEncoder version of the logging facilities.
|
Sun, 31 Jan 2010 10:54:08 +0000 |
diego |
Add missing license header.
|
Sun, 31 Jan 2010 10:29:29 +0000 |
diego |
Fix layout for the mouse/joystick controls sections.
|
Sun, 31 Jan 2010 10:16:05 +0000 |
stefano |
Declare support for the pixel formats:
|
Sun, 31 Jan 2010 01:42:11 +0000 |
reimar |
Document that -af-adv force=0 currently does the same as =1
|
Sun, 31 Jan 2010 00:20:37 +0000 |
mru |
Blackfin: use SRAM only when CONFIG_SRAM is set
|
Sat, 30 Jan 2010 23:24:23 +0000 |
diego |
Add license header to all top-level files missing them.
|
Sat, 30 Jan 2010 23:20:10 +0000 |
diego |
Add missing multiple inclusion guards.
|
Sat, 30 Jan 2010 23:01:32 +0000 |
diego |
Add missing #include, fixes the warning:
|
Sat, 30 Jan 2010 22:26:47 +0000 |
diego |
Add license header to all files missing it in the stream subdirectory.
|
Sat, 30 Jan 2010 21:58:09 +0000 |
stefano |
Reindent.
|
Sat, 30 Jan 2010 21:56:33 +0000 |
stefano |
Use a consistent convention for the names of the internal wrapper
|
Sat, 30 Jan 2010 21:38:05 +0000 |
diego |
stream/rtp.h appears not to originate from dvbstream.
|
Sat, 30 Jan 2010 21:17:38 +0000 |
diego |
Add some more definitions for FFmpeg to config.h:
|
Sat, 30 Jan 2010 16:57:40 +0000 |
diego |
Add missing license headers to all files in the libmpcodecs directory.
|
Sat, 30 Jan 2010 14:13:15 +0000 |
diego |
Remove confusing comment.
|
Sat, 30 Jan 2010 13:49:24 +0000 |
diego |
Add missing license headers.
|
Sat, 30 Jan 2010 13:49:03 +0000 |
diego |
cosmetics: Convert DOS linebreaks to Unix linebreaks.
|
Sat, 30 Jan 2010 13:46:26 +0000 |
diego |
license header cosmetics
|
Sat, 30 Jan 2010 13:35:03 +0000 |
diego |
Add standard license header to C tools missing them.
|
Sat, 30 Jan 2010 13:31:00 +0000 |
stefano |
Fix randomness of the swscale-test output.
|
Sat, 30 Jan 2010 13:22:24 +0000 |
diego |
Add missing license header and multiple inclusion guards.
|
Sat, 30 Jan 2010 10:09:14 +0000 |
reimar |
Make the code match the documentation by making higher-quality but slower
|
Fri, 29 Jan 2010 19:13:07 +0000 |
reimar |
Support more qscale types in most post-processing filters.
|
Fri, 29 Jan 2010 13:54:20 +0000 |
jrash |
sync with en/mplayer.1 r30436
|
Thu, 28 Jan 2010 18:26:12 +0000 |
reimar |
Explain why we still disable the ALSA resampler even though it is probably
|
Thu, 28 Jan 2010 18:06:47 +0000 |
reimar |
Try the more specific names first for the SwapInterval function to make it less
|
Thu, 28 Jan 2010 18:01:19 +0000 |
reimar |
glXSwapIntervalEXT is defined to take different arguments from glXSwapIntervalSGI,
|
Thu, 28 Jan 2010 13:02:46 +0000 |
diego |
Fix input/output channel mixup in the pan filter description.
|
Wed, 27 Jan 2010 22:22:50 +0000 |
attila |
Stopping maintainership for -vo (x)mga
|
Wed, 27 Jan 2010 19:45:16 +0000 |
reimar |
Simplify and correct loop condition, also avoids a compiler warning for unused result.
|
Wed, 27 Jan 2010 19:42:24 +0000 |
reimar |
Fix newline removal code that might read and write out of bounds.
|
Wed, 27 Jan 2010 19:15:49 +0000 |
reimar |
Make mp3lib the default MP3 decoder again, it is a good bit faster on
|
Wed, 27 Jan 2010 18:23:19 +0000 |
reimar |
Declare variable closer to where it is used.
|
Wed, 27 Jan 2010 18:21:27 +0000 |
reimar |
Remove a useless global variable.
|
Wed, 27 Jan 2010 18:16:41 +0000 |
reimar |
Do not needlessly make local variable static.
|
Wed, 27 Jan 2010 18:11:15 +0000 |
reimar |
Remove useless initializers.
|
Wed, 27 Jan 2010 18:10:07 +0000 |
reimar |
Do not needlessly use (file-)global variables.
|
Wed, 27 Jan 2010 00:25:23 +0000 |
stefano |
Rename swscale-example to swscale-test, to better reflect the intended
|
Tue, 26 Jan 2010 21:08:01 +0000 |
reimar |
Remove ds_fill_buffer calls from demux_resync, they cause issues at least with
|
Tue, 26 Jan 2010 18:19:57 +0000 |
reimar |
Enable parsing for ASF audio streams.
|
Tue, 26 Jan 2010 18:15:58 +0000 |
reimar |
Add an option to cropdetect to periodically reset the detected area.
|
Tue, 26 Jan 2010 08:03:28 +0000 |
michael |
Use isAnyRGB() where possible
|
Tue, 26 Jan 2010 08:01:50 +0000 |
michael |
Add 3 more RGB makros that allow specifying RGB in bytes and any rgb/bgr.
|
Tue, 26 Jan 2010 07:40:14 +0000 |
michael |
Rename isRGB() and isBGR() as their meaning is confusing.
|
Mon, 25 Jan 2010 22:46:09 +0000 |
stefano |
Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks, slightly
|
Sun, 24 Jan 2010 21:28:17 +0000 |
stefano |
Fix mis-computation of the needsDither variable erroneously introduced
|
Sun, 24 Jan 2010 21:15:43 +0000 |
reimar |
Use av_malloc to ensure sufficient alignment and also free at least some
|
Sun, 24 Jan 2010 20:54:17 +0000 |
reimar |
If audio was identified as DTS in the PMT do not override that with TrueHD
|
Sun, 24 Jan 2010 20:46:26 +0000 |
reimar |
Fail ad_pcm initialization of WAVEFORMATEX header is missing instead of crashing.
|
Sun, 24 Jan 2010 20:05:28 +0000 |
reimar |
Add support for parsing MLP and TrueHD.
|
Sun, 24 Jan 2010 19:50:27 +0000 |
cehoyos |
Revert the xvmc part of r30422: VCR2 at least worked with xvmc at some point.
|
Sun, 24 Jan 2010 17:44:43 +0000 |
stefano |
Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks.
|
Sun, 24 Jan 2010 17:05:53 +0000 |
reimar |
Add forgotten declaration of ds_clear_parser.
|
Sun, 24 Jan 2010 16:38:46 +0000 |
reimar |
Remove now unused variables.
|
Sun, 24 Jan 2010 16:06:41 +0000 |
cehoyos |
VCR2 fails for mpeg12, decodes incorrectly (and cannot be fixed) for
|
Sun, 24 Jan 2010 15:19:14 +0000 |
reimar |
Reset the parser on seek. Should fix some cases of audio "blips" after seeking.
|
Sun, 24 Jan 2010 15:16:39 +0000 |
reimar |
Move the resync-related code into more consistent places instead of having it
|
Sun, 24 Jan 2010 12:55:05 +0000 |
stefano |
Use av_get_bits_per_pixel() for computing the bits per pixel of the
|
Sun, 24 Jan 2010 10:13:33 +0000 |
reimar |
Fix ftp support to properly support large files > 2GB.
|
Sun, 24 Jan 2010 03:21:18 +0000 |
Gabrov |
new year in version string
|
Sun, 24 Jan 2010 03:19:47 +0000 |
Gabrov |
typo fix, accidently reverted the new year patch with previous commit
|
Sun, 24 Jan 2010 03:16:13 +0000 |
Gabrov |
synced with r30414
|
Sun, 24 Jan 2010 03:15:18 +0000 |
Gabrov |
big new year patch for documentations
|
Sun, 24 Jan 2010 03:02:40 +0000 |
ramiro |
Indent.
|
Sun, 24 Jan 2010 02:16:26 +0000 |
ramiro |
Don't redefine M_PI. It is already defined from libavutil/mathematics.h.
|
Sun, 24 Jan 2010 02:08:22 +0000 |
ramiro |
Split swscale.c into scaler code (swscale.c) and utility code (utils.c).
|
Sat, 23 Jan 2010 23:50:25 +0000 |
reimar |
Switch -vf halfpack to use only public API of libswscale.
|
Sat, 23 Jan 2010 19:00:09 +0000 |
reimar |
Make the scale filter prefer yuv conversions that do not need chroma scaling.
|
Sat, 23 Jan 2010 18:37:47 +0000 |
reimar |
Remove the query_format_cache, it is extra complexity that makes improvements
|
Sat, 23 Jan 2010 18:28:47 +0000 |
reimar |
Simplify loop condition
|
Sat, 23 Jan 2010 15:41:58 +0000 |
compn |
clean up netstream docs in TOOLS/README
|
Sat, 23 Jan 2010 14:57:43 +0000 |
reimar |
Make sure that a qstride of 0 (intentional or not) does not completely break
|
Sat, 23 Jan 2010 12:27:13 +0000 |
reimar |
Always call cache_uninit to immediately free everything cache-related if we
|
Sat, 23 Jan 2010 12:21:07 +0000 |
reimar |
Call cache-uninit unconditionally, it should always be safe to call.
|
Sat, 23 Jan 2010 12:13:28 +0000 |
reimar |
Change code to allow playing a stream even if enabling the cache failed
|
Sat, 23 Jan 2010 11:51:13 +0000 |
reimar |
Make cache_init static, it is not used outside this file
|
Sat, 23 Jan 2010 11:21:56 +0000 |
reimar |
Support more formats for -ao pcm in raw mode.
|
Sat, 23 Jan 2010 11:14:18 +0000 |
reimar |
Handle Content-Length also when Content-Type is not set.
|
Sat, 23 Jan 2010 11:08:45 +0000 |
reimar |
Use atoll to parse Content-Length to support http for files > 2GB.
|
Sat, 23 Jan 2010 11:03:10 +0000 |
reimar |
Add an exit() to silence a gcc warning and ensure forked code will never
|
Sat, 23 Jan 2010 11:00:13 +0000 |
reimar |
100l, shouldn't write to memory after freeing it.
|
Sat, 23 Jan 2010 10:54:03 +0000 |
reimar |
Reindent.
|
Sat, 23 Jan 2010 10:53:28 +0000 |
reimar |
Zero freed pointers.
|
Sat, 23 Jan 2010 10:50:50 +0000 |
reimar |
Check for fork failing and make sure cache_uninit always frees the cache data
|
Fri, 22 Jan 2010 23:53:15 +0000 |
jrash |
sync with en/mplayer.1 r30336
|
Fri, 22 Jan 2010 23:19:59 +0000 |
reimar |
Remove any auto-inserted lavc filter.
|
Fri, 22 Jan 2010 22:10:28 +0000 |
reimar |
Fix sub_free to actually free the subtitle data.
|
Fri, 22 Jan 2010 21:49:05 +0000 |
reimar |
Fix a memory leak in the subreader.
|
Fri, 22 Jan 2010 21:16:54 +0000 |
reimar |
Replace strncat by av_strlcat which is easier to verify for correctness.
|
Fri, 22 Jan 2010 21:10:40 +0000 |
reimar |
Also handle ASS subtitles when removing subtitles via sub_remove slave command.
|
Fri, 22 Jan 2010 20:59:15 +0000 |
reimar |
Avoid duplicating code to remove subtitles (sub_remove slave command).
|
Fri, 22 Jan 2010 03:26:30 +0000 |
mru |
Move array specifiers outside DECLARE_ALIGNED() invocations
|
Thu, 21 Jan 2010 11:16:03 +0000 |
diego |
Disable all hwaccel glue code from FFmpeg.
|
Thu, 21 Jan 2010 10:37:35 +0000 |
cehoyos |
x264 version 0.83 is required.
|
Thu, 21 Jan 2010 10:31:34 +0000 |
cehoyos |
Fix compilation after FFmpeg r21353.
|
Thu, 21 Jan 2010 09:52:11 +0000 |
conrad |
More const-correctness for sws_scale
|
Wed, 20 Jan 2010 03:26:12 +0000 |
ramiro |
Document some more of SwsContext.
|
Wed, 20 Jan 2010 00:22:31 +0000 |
stefano |
Avoid more pointless tests, the input and output formats need to be
|
Tue, 19 Jan 2010 22:36:46 +0000 |
stefano |
Split overly long line.
|