Mercurial > mplayer.hg
graph
-
cosmetics: Group all sub_* extern variable declarations together.2010-09-08, by diego
-
Move sub_justify extern declaration to libvo/sub.h, where it belongs.2010-09-08, by diego
-
Simply parse all received packets even if we might overwrite the2010-09-08, by reimar
-
Use NULL for recvfrom return arguments we don't care about (source address).2010-09-08, by reimar
-
Make get_udp static, it is not used outside the file.2010-09-08, by reimar
-
Use sockfd value to detect if we initialized already instead of a2010-09-08, by reimar
-
Handle failures to create a socket.2010-09-08, by reimar
-
Actually set the destination address in the sockaddr_in struct for Windows as well...2010-09-08, by reimar
-
Move vf_info_menu extern declaration to menu.h, where it belongs.2010-09-08, by diego
-
Add proper #includes instead of filename/file_filter extern declarations.2010-09-08, by diego
-
Mark a constant as such and move it into the block where it is used.2010-09-08, by reimar
-
Use initializer to avoid leaving struct timeval half-uninitialized.2010-09-08, by reimar
-
Avoid duplicating the #if HAVE_WINSOCK2_H mess.2010-09-08, by reimar
-
Move menu_mouse_* extern declarations to menu.h, where they belong.2010-09-08, by diego
-
Reindent.2010-09-08, by reimar
-
Avoid duplicating the recvfrom/"bye"-handling code.2010-09-08, by reimar
-
Add proper include instead of declaring the vo_pts variable extern.2010-09-08, by diego
-
Reindent.2010-09-08, by reimar
-
Remove a useless "else".2010-09-08, by reimar
-
Do not check a condition that can never be false and move its comment2010-09-08, by reimar
-
Refactor *demuxer_name extern declarations to demuxer.h.2010-09-08, by diego
-
Fix indentation.2010-09-08, by reimar
-
Cosmetics: remove some useless {}2010-09-08, by reimar
-
Use initializer instead of memset, the memset in addition never2010-09-08, by reimar
-
cosmetics: Repair some of the damage that 'indent' caused.2010-09-08, by diego
-
Remove useless include.2010-09-08, by reimar
-
Remove useless ifdef.2010-09-08, by reimar
-
Remove duplicated audio_output_channels extern variable declaration.2010-09-08, by diego
-
whitespace cosmetics2010-09-08, by diego
-
rgb2rgb: build SSE2 codepath2010-09-08, by ramiro
-
Fix compilation on ia32 after r32064.2010-09-08, by cehoyos
-
Add synchronization of multiple MPlayer instances over UDP.2010-09-08, by reimar
-
Add the proper include instead of declaring the fakemono variable extern.2010-09-07, by diego
-
Remove duplicated divx_quality extern declaration.2010-09-07, by diego
-
Add the proper include instead of declaring the divx_quality variable extern.2010-09-07, by diego
-
Add the proper include instead of declaring the correct_pts variable extern.2010-09-07, by diego
-
Rename decode_audio() to mp_decode_audio().2010-09-07, by diego
-
Add myself as vdpau (co-)maintainer.2010-09-07, by cehoyos
-
Factorize some initialisation code.2010-09-07, by cehoyos
-
Remove commented-out mpcodecs_ad_null leftovers.2010-09-07, by diego
-
Revert r31349 "Make -mc 1 the default".2010-09-07, by cehoyos
-
Improve A/V sync when not using -correct-pts.2010-09-07, by cehoyos
-
Time-based PTS recalculation.2010-09-07, by cehoyos
-
Cosmetics pointed out by Diego Biurrun2010-09-07, by reynaldo
-
Remove useless casts.2010-09-06, by reimar
-
swscale: also update flags on sws_getCachedContext()2010-09-06, by ramiro
-
swscale: fix internal rgb->yv12 chroma conversion used by the main scaler path2010-09-06, by ramiro
-
Fix mlib compilation: add mising include for SwsContext.2010-09-05, by reimar
-
Fix nit pointed out by Diego Biurrun2010-09-04, by reynaldo
-
Grammar fixes2010-09-04, by reynaldo
-
Cosmetics2010-09-04, by reynaldo
-
Cosmetics2010-09-04, by reynaldo
-
Add a hack to work with BeOS/Haiku libsdl.2010-09-04, by reimar
-
Refactor more instances of avcodec_initialized handling into init_avcodec().2010-09-04, by diego
-
Introduce init_avcodec function to avoid duplicated FFmpeg initializations.2010-09-04, by diego
-
cosmetics: Move header compilation rules to the bottom of the rules list.2010-09-04, by diego
-
Add -edl-start-pts option to Adjust positions in EDL records according2010-09-03, by reynaldo
-
Add new slave mode command for loading EDL file on demand.2010-09-03, by reynaldo
-
Attempt to fix compilation with FreeBSD's dvdio.h2010-09-02, by reimar
-
Set coded_width/coded_height instead of width/height since that's2010-08-31, by reimar
-
Improve correct-pts with PAFF streams.2010-08-30, by cehoyos
-
add binary codec for fourcc AMV22010-08-30, by compn
-
fix crash with un-commonly formated ASS files2010-08-29, by aurel
-
Always use convergence_duration for subtitles otherwise2010-08-29, by reimar
-
Also reset subtitle EOF on seeking.2010-08-29, by reimar
-
Fix indentation.2010-08-29, by reimar
-
Replace ass_mp.h include by eosd.h include.2010-08-29, by reimar
-
Fix compilation with --disable-networking.2010-08-27, by cehoyos
-
100l, we need to search for SetDllDirectoryA instead of SetDllDirectory2010-08-27, by reimar
-
Disable loading codecs from the current directory.2010-08-27, by reimar
-
Fix arts check to actually check linking so it doesn't2010-08-27, by reimar
-
Add Doxygen comments and formal parameters names in eosd.h.2010-08-27, by cigaes
-
add matchware screen codec fourcc MWSC2010-08-27, by compn
-
Fix compilation with gcc 2.95.3 with some help by Reimar.2010-08-26, by cehoyos
-
Fix --disable-ass-internal to actually have an effect.2010-08-26, by reimar
-
Print a warning, but allow to encode to a non-supported frame rate with2010-08-26, by cehoyos
-
Add new Simple Profile Levels to the Xvid encoder.2010-08-26, by cehoyos
-
Cosmetic: reformat a if...return.2010-08-26, by cigaes
-
Cosmetic: reindent a line.2010-08-26, by cigaes
-
Add #ifdefs to fix build with ASS disabled.2010-08-26, by cigaes
-
Clarify the meaning of the -nosub option.2010-08-25, by reimar
-
swscale: simplify selection of optimizations to compile.2010-08-25, by ramiro
-
swscale: Always define COMPILE_xxx to either 0 or 1.2010-08-25, by ramiro
-
swscale: fix unaligned accesses in (RGB|BGR)32_1 to YUV conversion2010-08-23, by mru
-
swscale: remove unused macro parameter in BGR2UV template2010-08-23, by mru
-
Forgot to svn add those two files.2010-08-23, by cigaes
-
EOSD/ASS code factorization2010-08-23, by cigaes
-
Remove pointless casts of avcodec_find_decoder_by_name() return value.2010-08-22, by diego
-
Print subtitle type also for internally-supported types with a libavcodec decoder.2010-08-21, by reimar
-
Pass the video dimensions specified in the subtitle to spudec.2010-08-21, by reimar
-
Remove pointless casts.2010-08-21, by reimar
-
Use vf_open_filter, just like in the previous change for mencoder.2010-08-21, by reimar
-
Use vf_open_filter instead of vf_open_plugin+hacks.2010-08-21, by reimar
-
Add consts to avoid a warning about pointer type mismatch in function2010-08-21, by reimar
-
Deobfuscate mencoder decode_video call.2010-08-21, by reimar
-
Make sure we return an "empty" line on eof, to make sure we get2010-08-21, by reimar
-
Check stream_read_line result instead of checking stream_eof,2010-08-21, by reimar
-
Fix reading of VUK: actually fail if the key is incomplete instead2010-08-21, by reimar
-
Avoid another unnecessary intermediate variable.2010-08-21, by reimar
-
Avoid a pointless extra variable.2010-08-21, by reimar
-
Format NULL-pointer check consistently.2010-08-21, by reimar
-
Simplify searching for discid by comparing the string representations.2010-08-21, by reimar
-
Switch to uppercase hex.2010-08-21, by reimar
-
Simplify/fix printing of disc id/VUK2010-08-21, by reimar
-
Add const to pointer argument.2010-08-21, by reimar
-
Remove a unused assignment.2010-08-21, by reimar
-
Fix a memleak.2010-08-21, by reimar
-
Extract reading KEDB.cfg into a separate function.2010-08-21, by reimar
-
Update to include latest x86 binary codec packs.2010-08-20, by rathann
-
100l, re-add vobsub_get_id_by_index call accidentally removed in2010-08-20, by reimar
-
fix anonymous memory mapping for NetBSD2010-08-19, by ramiro
-
add binary codecs for fourcc: IMM4, LZOC, DIRC, MHFY, MSA12010-08-19, by compn
-
swscale-test: add CRC output2010-08-19, by ramiro
-
Fix documentation language variables in summary output after configure run.2010-08-18, by diego
-
Merge radio chapter into the usage chapter.2010-08-18, by diego
-
Restore mistakenly removed TV input chapter introduction.2010-08-18, by diego
-
Merge TV input and TV teletext chapter into the usage chapter.2010-08-18, by diego
-
Remove empty paragraph from TV input chapter.2010-08-18, by diego
-
validate input data and linesizes2010-08-18, by ramiro
-
introduce new option --enable-system-ffmpeg to use shared ffmpeg libraries only2010-08-18, by siretart
-
synced to r319382010-08-18, by ptt
-
Add #includes for headers necessary to pass 'make checkheaders'.2010-08-18, by diego
-
Fix a bunch of grammar and spelling errors in mp_msg calls.2010-08-17, by diego
-
Merge CD/DVD chapter into the usage chapter for all translations.2010-08-17, by diego
-
Merge CD/DVD chapter into the usage chapter.2010-08-17, by diego
-
Remove hack that skips including dependency files on distclean.2010-08-17, by diego
-
Remove dep/depend targets for FFmpeg; they no longer exist in FFmpeg.2010-08-17, by diego
-
Sync with current FFmpeg HEAD.2010-08-17, by diego
-
Add copy of English usage.xml file to Chinese translation.2010-08-17, by diego
-
Remove usage.xml symlink in the Chinese documentation translation.2010-08-17, by diego
-
Simplify and document MinGW stdin hack.2010-08-16, by reimar
-
Do not call *_aid_from_lang when audio_lang is NULL.2010-08-16, by reimar
-
Synced with help_mp-en.h rev. 319382010-08-15, by jrash
-
Avoid trying to parse playlists without any recognized entries.2010-08-13, by siretart
-
sanity check to avoid a segmentation fault in playtree.c on empty playlists.2010-08-13, by siretart
-
Mark constant sws_spu_image() parameter as const, fixes the warning:2010-08-13, by diego
-
Add incomplete clipinf reading support to display audio2010-08-11, by reimar
-
Add const qualifiers to function string arguments as appropriate.2010-08-11, by reimar
-
Import libass 0.9.112010-08-11, by greg
-
Make it possible to use relative, http:// etc. paths with bd://2010-08-10, by reimar
-
Avoid pointless additional string pointers.2010-08-10, by reimar
-
Use the stream functions instead of the fopen/fread/fclose interface2010-08-10, by reimar
-
Simplify code: allow file_format argument to open_stream to be NULL.2010-08-10, by reimar
-
Sync with current FFmpeg HEAD.2010-08-10, by diego
-
Fix compilation after FFmpeg r24741.2010-08-08, by cehoyos
-
indent2010-08-08, by ramiro
-
swscale-test: get strides using av_fill_image_linesizes() from libavcore2010-08-08, by ramiro
-
Remove pointless compilation sections from radio and TV input chapters.2010-08-07, by diego
-
Avoid redundant use of variable 'size' in demux_ogg_read_packet(), fixes:2010-08-07, by diego
-
Add missing header for mp_a52_framesize, fixes the warning:2010-08-07, by diego
-
restore functionality to be able to pass custom configure flags or override the used compiler2010-08-07, by siretart
-
ignore common files during building the tarball and .diff.gz in debian packaging2010-08-07, by siretart
-
Integrate advanced audio usage sections into the general usage chapter.2010-08-07, by diego
-
Restore hunk previously removed in r31354.2010-08-06, by diego
-
Add 'z' length modifier to %d printf format specifier for size_t argument.2010-08-06, by diego
-
Add 'z' length modifier to %d printf format specifiers for size_t arguments.2010-08-06, by diego
-
Remove bogus teletext hotkeys section; it is both wrong and misplaced.2010-08-06, by diego
-
Add 'z' length modifier to %d printf format specifiers for size_t arguments.2010-08-06, by diego
-
Copyright: add libass2010-08-06, by greg
-
Add 'z' length modifier to %d printf format specifier for size_t argument.2010-08-06, by diego
-
Import libass 0.9.102010-08-06, by greg
-
Add CONFIG_HUFFMAN to config.mak / config.h for FFmpeg.2010-08-06, by diego
-
add yasm to build depends for some asm parts in libavcodec2010-08-05, by siretart
-
Move mp_a52_framesize from demux_ts.c to parse_es.c.2010-08-05, by diego
-
Add sys/types.h #include before socket.h #include in sockaddr_storage test.2010-08-05, by diego
-
Return an error when seeking beyond EOF.2010-08-04, by reimar
-
Move one AES initialization out of inner loop.2010-08-04, by reimar
-
Minor optimization/simplification and document the alignment requirements2010-08-04, by reimar
-
Use the "key" type also for the IV constant.2010-08-04, by reimar
-
Simplify ts_sync. Might also make it easier to optimize a bit.2010-08-04, by reimar
-
Remove an unused variable.2010-08-04, by reimar
-
Remove some useless casts.2010-08-04, by reimar
-
reintroduce typo in genres.h that was fixed fixed r31913 to match the id3v2 spec2010-08-04, by siretart
-
whitespace cosmetics: prettyprinting, move statements to the next line.2010-08-04, by diego
-
100l, do not free vo_spudec if e.g. just the audio is reinitialized.2010-08-03, by reimar
-
Move initialization of vo_spudec further behind to avoid issues with2010-08-03, by reimar
-
Remove useless cast.2010-08-03, by reimar
-
Add support for bd:// streams as a test for a part of the AACS algorithm.2010-08-03, by reimar
-
Add sanity-check for sector size to avoid strange crashes if it is2010-08-03, by reimar
-
various spelling fixes, found by the Debian QA tool 'lintian'2010-08-03, by siretart
-
Add new debian packaging based on official distro packages2010-08-03, by siretart
-
remove old debian packaging2010-08-03, by siretart
-
Suppress unsupported compiler options when building with clang on Darwin/PPC.2010-08-03, by diego
-
Add -Wno-parentheses to CFLAGS.2010-08-03, by diego
-
The default CD-ROM device on OpenBSD is /dev/rcd0c, not /dev/rcd0a.2010-08-03, by diego
-
Avoid STREAM_CTRL_SEEK_TO_TIME messing up the current position for stream2010-08-03, by reimar
-
Add msvcr100 support to the win32 loader.2010-08-02, by alexc
-
Reuse do_cpuid from cpudetect.c in loader/win32.c.2010-08-02, by reimar
-
Remove outdated cpuid code.2010-08-02, by reimar
-
Add const to avoid warnings.2010-08-02, by reimar
-
Avoid arithmetic on void * pointers.2010-08-02, by reimar
-
Fix type in conditional.2010-08-02, by reimar