log

age author description
2010-09-08 reimar Fix indentation.
2010-09-08 reimar Cosmetics: remove some useless {}
2010-09-08 reimar Use initializer instead of memset, the memset in addition never
2010-09-08 diego cosmetics: Repair some of the damage that 'indent' caused.
2010-09-08 reimar Remove useless include.
2010-09-08 reimar Remove useless ifdef.
2010-09-08 diego Remove duplicated audio_output_channels extern variable declaration.
2010-09-08 diego whitespace cosmetics
2010-09-08 ramiro rgb2rgb: build SSE2 codepath
2010-09-08 cehoyos Fix compilation on ia32 after r32064.
2010-09-08 reimar Add synchronization of multiple MPlayer instances over UDP.
2010-09-07 diego Add the proper include instead of declaring the fakemono variable extern.
2010-09-07 diego Remove duplicated divx_quality extern declaration.
2010-09-07 diego Add the proper include instead of declaring the divx_quality variable extern.
2010-09-07 diego Add the proper include instead of declaring the correct_pts variable extern.
2010-09-07 diego Rename decode_audio() to mp_decode_audio().
2010-09-07 cehoyos Add myself as vdpau (co-)maintainer.
2010-09-07 cehoyos Factorize some initialisation code.
2010-09-07 diego Remove commented-out mpcodecs_ad_null leftovers.
2010-09-07 cehoyos Revert r31349 "Make -mc 1 the default".
2010-09-07 cehoyos Improve A/V sync when not using -correct-pts.
2010-09-07 cehoyos Time-based PTS recalculation.
2010-09-07 reynaldo Cosmetics pointed out by Diego Biurrun
2010-09-06 reimar Remove useless casts.
2010-09-06 ramiro swscale: also update flags on sws_getCachedContext()
2010-09-06 ramiro swscale: fix internal rgb->yv12 chroma conversion used by the main scaler path
2010-09-05 reimar Fix mlib compilation: add mising include for SwsContext.
2010-09-04 reynaldo Fix nit pointed out by Diego Biurrun
2010-09-04 reynaldo Grammar fixes
2010-09-04 reynaldo Cosmetics
2010-09-04 reynaldo Cosmetics
2010-09-04 reimar Add a hack to work with BeOS/Haiku libsdl.
2010-09-04 diego Refactor more instances of avcodec_initialized handling into init_avcodec().
2010-09-04 diego Introduce init_avcodec function to avoid duplicated FFmpeg initializations.
2010-09-04 diego cosmetics: Move header compilation rules to the bottom of the rules list.
2010-09-03 reynaldo Add -edl-start-pts option to Adjust positions in EDL records according
2010-09-03 reynaldo Add new slave mode command for loading EDL file on demand.
2010-09-02 reimar Attempt to fix compilation with FreeBSD's dvdio.h
2010-08-31 reimar Set coded_width/coded_height instead of width/height since that's
2010-08-30 cehoyos Improve correct-pts with PAFF streams.
2010-08-30 compn add binary codec for fourcc AMV2
2010-08-29 aurel fix crash with un-commonly formated ASS files
2010-08-29 reimar Always use convergence_duration for subtitles otherwise
2010-08-29 reimar Also reset subtitle EOF on seeking.
2010-08-29 reimar Fix indentation.
2010-08-29 reimar Replace ass_mp.h include by eosd.h include.
2010-08-27 cehoyos Fix compilation with --disable-networking.
2010-08-27 reimar 100l, we need to search for SetDllDirectoryA instead of SetDllDirectory
2010-08-27 reimar Disable loading codecs from the current directory.
2010-08-27 reimar Fix arts check to actually check linking so it doesn't
2010-08-27 cigaes Add Doxygen comments and formal parameters names in eosd.h.
2010-08-27 compn add matchware screen codec fourcc MWSC
2010-08-26 cehoyos Fix compilation with gcc 2.95.3 with some help by Reimar.
2010-08-26 reimar Fix --disable-ass-internal to actually have an effect.
2010-08-26 cehoyos Print a warning, but allow to encode to a non-supported frame rate with
2010-08-26 cehoyos Add new Simple Profile Levels to the Xvid encoder.
2010-08-26 cigaes Cosmetic: reformat a if...return.
2010-08-26 cigaes Cosmetic: reindent a line.
2010-08-26 cigaes Add #ifdefs to fix build with ASS disabled.
2010-08-25 reimar Clarify the meaning of the -nosub option.
2010-08-25 ramiro swscale: simplify selection of optimizations to compile.
2010-08-25 ramiro swscale: Always define COMPILE_xxx to either 0 or 1.
2010-08-23 mru swscale: fix unaligned accesses in (RGB|BGR)32_1 to YUV conversion
2010-08-23 mru swscale: remove unused macro parameter in BGR2UV template
2010-08-23 cigaes Forgot to svn add those two files.
2010-08-23 cigaes EOSD/ASS code factorization
2010-08-22 diego Remove pointless casts of avcodec_find_decoder_by_name() return value.
2010-08-21 reimar Print subtitle type also for internally-supported types with a libavcodec decoder.
2010-08-21 reimar Pass the video dimensions specified in the subtitle to spudec.
2010-08-21 reimar Remove pointless casts.
2010-08-21 reimar Use vf_open_filter, just like in the previous change for mencoder.
2010-08-21 reimar Use vf_open_filter instead of vf_open_plugin+hacks.
2010-08-21 reimar Add consts to avoid a warning about pointer type mismatch in function
2010-08-21 reimar Deobfuscate mencoder decode_video call.
2010-08-21 reimar Make sure we return an "empty" line on eof, to make sure we get
2010-08-21 reimar Check stream_read_line result instead of checking stream_eof,
2010-08-21 reimar Fix reading of VUK: actually fail if the key is incomplete instead
2010-08-21 reimar Avoid another unnecessary intermediate variable.
2010-08-21 reimar Avoid a pointless extra variable.
2010-08-21 reimar Format NULL-pointer check consistently.
2010-08-21 reimar Simplify searching for discid by comparing the string representations.
2010-08-21 reimar Switch to uppercase hex.
2010-08-21 reimar Simplify/fix printing of disc id/VUK
2010-08-21 reimar Add const to pointer argument.
2010-08-21 reimar Remove a unused assignment.
2010-08-21 reimar Fix a memleak.
2010-08-21 reimar Extract reading KEDB.cfg into a separate function.
2010-08-20 rathann Update to include latest x86 binary codec packs.
2010-08-20 reimar 100l, re-add vobsub_get_id_by_index call accidentally removed in
2010-08-19 ramiro fix anonymous memory mapping for NetBSD
2010-08-19 compn add binary codecs for fourcc: IMM4, LZOC, DIRC, MHFY, MSA1
2010-08-19 ramiro swscale-test: add CRC output
2010-08-18 diego Fix documentation language variables in summary output after configure run.
2010-08-18 diego Merge radio chapter into the usage chapter.
2010-08-18 diego Restore mistakenly removed TV input chapter introduction.
2010-08-18 diego Merge TV input and TV teletext chapter into the usage chapter.
2010-08-18 diego Remove empty paragraph from TV input chapter.
2010-08-18 ramiro validate input data and linesizes
2010-08-18 siretart introduce new option --enable-system-ffmpeg to use shared ffmpeg libraries only
2010-08-18 ptt synced to r31938
2010-08-18 diego Add #includes for headers necessary to pass 'make checkheaders'.
2010-08-17 diego Fix a bunch of grammar and spelling errors in mp_msg calls.
2010-08-17 diego Merge CD/DVD chapter into the usage chapter for all translations.
2010-08-17 diego Merge CD/DVD chapter into the usage chapter.
2010-08-17 diego Remove hack that skips including dependency files on distclean.
2010-08-17 diego Remove dep/depend targets for FFmpeg; they no longer exist in FFmpeg.
2010-08-17 diego Sync with current FFmpeg HEAD.
2010-08-17 diego Add copy of English usage.xml file to Chinese translation.
2010-08-17 diego Remove usage.xml symlink in the Chinese documentation translation.
2010-08-16 reimar Simplify and document MinGW stdin hack.
2010-08-16 reimar Do not call *_aid_from_lang when audio_lang is NULL.
2010-08-15 jrash Synced with help_mp-en.h rev. 31938