log

age author description
2007-11-02 nicodvb repeat the PSM once every second (in terms of delta_scr) otherwise playing the file from the middle would miss the first instance
2007-11-02 nicodvb remove the registration descriptor from the PSM: writing the fourcc in it makes it total crap
2007-11-02 nicodvb 100% cosmetics: reformatted with tabs and symmetric braces and removed useless braces and trailing tabs
2007-11-01 diego Add missing #include to fix GNU/kFreeBSD compilation, see Debian bug #448791.
2007-11-01 uau A/V sync: take audio filter buffers into account
2007-11-01 uau af_scaletempo: code cleanup
2007-11-01 uau af_scaletempo: Fix crash in option parsing
2007-11-01 uau af_scaletempo: Fix audio copy position
2007-11-01 uau Add audio filter scaletempo
2007-11-01 uau Make output samplerate independent of -speed
2007-11-01 uau Simplify init_audio_filters() arguments
2007-11-01 uau audio: simplify buffer allocation code
2007-11-01 uau Change decode_audio() interface
2007-11-01 uau Clean up some fields in stheader.h structs
2007-11-01 uau Remove some pointless 'inline' qualifiers
2007-11-01 uau libaf: Remove rational number implementation
2007-11-01 uau libaf: change filter input/output ratio calculations
2007-11-01 uau Remove unused functions in af.c
2007-11-01 uau Replace hopefully unreachable code with abort()
2007-11-01 uau dec_audio.c: Make some functions static
2007-11-01 uau Simplify audio buffer allocation logic
2007-11-01 uau Reindent dec_audio.c
2007-11-01 voroshil typo
2007-10-31 diego Escape some more '-' where appropriate.
2007-10-31 ptt corrected vqscale indentation
2007-10-31 zuxy Remove paragraph that no long applies: runtime SSE detection on Windows.
2007-10-31 ulion Fix input.conf parse bug when comment follows key binding in the same line.
2007-10-30 diego Remove outdated Hungarian translation of the playtree documentation.
2007-10-30 cehoyos Add a backslash.
2007-10-30 nicodvb removed unused variables and parameters
2007-10-30 compn spelling
2007-10-30 compn remove thanks
2007-10-30 diego Explain the difference between '-' and '\-', correctly now.
2007-10-30 diego movie player for Linux --> movie player
2007-10-30 diego Add some missing escapes for '-'.
2007-10-30 diego Consistently use \- in option names.
2007-10-30 diego Remove unused variable:
2007-10-30 diego Comment out uninit function, its use is commented out. Fixes warning:
2007-10-30 diego Remove commented-out and unused fmt_list array.
2007-10-30 diego Remove unused fmt_list array, fixes the warnings:
2007-10-30 compn move errors and a warning to help_mp-en.h
2007-10-30 diego Remove unused functions, fixes the warnings:
2007-10-30 diego Disable clear_screen function, the call to the function is commented out
2007-10-30 diego Comment out unused variable, fixes the warning:
2007-10-30 diego Remove unused functions, fixes the warnings:
2007-10-30 diego Disable function that is only used in disabled code, fixes warning:
2007-10-30 diego sync with FFmpeg r10874
2007-10-30 zuxy Detect IPv6 support on Windows
2007-10-29 lu_zero Fix fps guessing
2007-10-29 lu_zero Update to use newer libnemesi, should fix desync, fps guessing may fail now
2007-10-28 rtogni Change the frame format passed to lavc realvideo decoders to adapt for
2007-10-28 gpoirier sync w/r24875
2007-10-28 iive Cleanup guess_buffer_cp() a bit, remove tmp variable, break the loop on success.
2007-10-28 iive Our enca code uses strdup() on the input encoding name, as we don't modify it we can use the original constant string.
2007-10-27 nicodvb removed silly #if 1
2007-10-27 nicodvb DEMUXER_TYPE_TV is always defined, thus removed corresponding #ifdef USE_TV.
2007-10-27 nicodvb reindented previously modified code
2007-10-27 nicodvb program switching in demux_lavf
2007-10-27 nicodvb program switching in demux_lavf
2007-10-27 nicodvb implemented DEMUXER_CTRL_IDENTIFY_PROGRAM to permit program switching
2007-10-27 nicodvb permit identification and selection of programs
2007-10-27 nicodvb permit the transititions no stream <-> some streams and viceversa (needed for forthcoming program switching patch)
2007-10-27 nicodvb moved to a new function handle_stream() the code to parse the streams and assign the demuxer_streams
2007-10-27 zuxy Make functions static if they aren't referenced externally.
2007-10-27 zuxy Remove unused variables.
2007-10-27 nicodvb in process_userdata() move debugging messages from stdout to stderr
2007-10-27 nicodvb removed funny calls to fflush(stdout) after mp_msg()
2007-10-27 nicodvb removed more empty spaces and empty lines
2007-10-27 nicodvb replaced giant if() with if(pre-calculated variable) (there was even a bug: PS doesn't necessarily contain mpeg12)
2007-10-27 zuxy Cosmetic fix for r24861
2007-10-27 nicodvb cosmetics: removed tabs/empty lines/trailing spaces and done a partial reformatting where desperately needed
2007-10-27 zuxy Avoid crash after recovering from screensaver
2007-10-27 nicodvb cosmetics: moved to function find_video_codec() and reused in video_read_*() the code that identifies the various mpeg* formats
2007-10-27 reimar Remove assert. Not only are they no help at all and proper checks should
2007-10-27 voroshil Basic support for Closed Captioning Roll-up mode.
2007-10-27 ulion Reset two static variables for nosub range when subdata changed/switched.
2007-10-25 eugeni Cosmetics: fix indentation after last commit.
2007-10-25 eugeni Check return value of add_face.
2007-10-25 uau demuxer.c: Remove useless code
2007-10-25 compn fixed osd on mac
2007-10-25 voroshil r24740: misc roff fixes
2007-10-25 voroshil r24745: libavcodec now supports dnxhd encoding.
2007-10-25 voroshil r24772: DirectShow based tv:// driver for win32
2007-10-25 voroshil Don't wait for filling entire audio ringbuffer at each call to grab_audio_frame.
2007-10-25 voroshil Add missing call to audio_in_start_capture.
2007-10-24 ivo add missing include (errno.h). fix compilation on openbsd
2007-10-24 Gabrov synced with r24841
2007-10-23 zuxy Get rid of void pointer arithmetic.
2007-10-23 ulion Fix input command parser for using only tab to separate the arguments.
2007-10-23 ulion Fix GetTimerMS() discontinuous return value bug caused by GetTimer() overflow
2007-10-22 diego A missing break statement caused SDLK_PLUS to be triggered twice on one press.
2007-10-22 ptt type fix: there was a 'not' too much
2007-10-22 ptt synced with r24837
2007-10-22 ptt synced with r24820
2007-10-22 ptt sunc with r24790
2007-10-22 diego Spelling, vf_ow parameters are optional.
2007-10-22 diego fix warning:
2007-10-22 ptt grammar fix
2007-10-22 compn support for wavpack in matroska
2007-10-21 aurel add support for wavpack into matroska
2007-10-21 diego Fix warning:
2007-10-21 compn vp6vfw can decode vp6f too
2007-10-21 reimar Replace hardcoded 0 by equivalent O_RDONLY
2007-10-21 reimar Check ICDecompressGetFormatSize to avoid crashes.
2007-10-21 diego Remove some unused code, fixes the following warnings:
2007-10-21 diego Remove unused code and fix warning:
2007-10-21 reimar ao_openal is mine as well (however someone else developing it further would be welcome)
2007-10-21 reimar I'll be maintaining ao_pulse for now
2007-10-20 diego _vorbis_block_alloc() is used w/o prototype, this will crash on ia64.
2007-10-20 diego Remove unnecessary lines from patch headers.
2007-10-20 diego Certain VIDIX drivers only work on x86, disable for other arches.
2007-10-20 uau Disable libavcodec libvorbis encoder
2007-10-20 reimar Clarify that -vo gl bicubic filtering is B-spline, not polynomial
2007-10-20 reimar Set CONFIG_LIBVORBIS correctly
2007-10-20 reimar Add ASF/MXF decryption support to Changelog
2007-10-20 voroshil Simplify handling SET_NORM for V4l1: replace several if-else-if and switch
2007-10-20 voroshil czech/slovak character set fixes:
2007-10-19 eugeni Avoid text deformation and subtitles moving outside the screen in pan-and-scan
2007-10-19 ptt indentation fix+typo fix
2007-10-19 rfelker reminder that this filter has broken global vars
2007-10-19 diego Mark constant argument of mp_header_process_sequence_header as such.
2007-10-18 reimar -ao pulse in changelog
2007-10-18 reimar Add missing ao_pulse.c
2007-10-18 reimar Replace Polyp- by PulseAudio output.
2007-10-18 reimar Add a space behind openal to get minimum length of 7
2007-10-18 reimar Docs update: -ao openal handles more than one channels since some time already
2007-10-18 compn add comment to endif
2007-10-18 reimar Fix typo in comment
2007-10-18 diego Sync with latest FFmpeg changes.
2007-10-18 diego Sync with FFmpeg r10774.
2007-10-18 diego Rename LIB to LIBNAME for consistency.
2007-10-18 diego 1l: Update wrong #endif comment.
2007-10-18 diego Add FFMPEG_ prefix to all multiple inclusion guards.
2007-10-17 zuxy Remove unused static function get_image().
2007-10-17 compn Add Coinitialize function to vfw encoder and win32 loader.
2007-10-17 compn simple avoid wine complaints fix by sherpya
2007-10-16 Gabrov synced with r24795
2007-10-16 compn better vfw encoding workaround for vp7 fourcc
2007-10-16 compn add some changes
2007-10-16 compn add nellymoser to changelog
2007-10-16 compn add nellymoser codec to mplayer with internal fourcc NELL
2007-10-16 voroshil After receiving EINTR 'read' syscall should be restarted.
2007-10-15 voroshil Disable channel scanner when no tuner is present.
2007-10-15 Gabrov synced with r24788
2007-10-15 ptt now italian DOCS are there to be referenced...
2007-10-14 voroshil Fix mplayer segfault when v4l driver initialization (at setting norm
2007-10-14 voroshil #ifdef's in tv.c and tv.h becomes more and more hard to maintain.
2007-10-14 reimar Add -lavfdopts cryptokey
2007-10-14 diego small grammar fix
2007-10-14 diego Consistently set NOTE: in italics.
2007-10-14 voroshil Remove unnecessary curly braces.
2007-10-14 voroshil 8 bytes buffer is not enough for at least SECAM-DK.
2007-10-14 voroshil Replace duplicated code with call to routine
2007-10-14 voroshil 10l: routine sets norm from parameter, but prints value of tv norm option
2007-10-14 voroshil (cosmetics) indentation fix of my previous commit and small readability
2007-10-14 voroshil Remove driver-dependent #ifdef from norm_from_string routine.
2007-10-14 voroshil (cosmetics) remove trailing whitespace
2007-10-13 iive 10l fix compilation with v4l2
2007-10-13 voroshil Add me as author of dshow tv:// driver
2007-10-13 voroshil Changelog entry for dshow tv:// driver
2007-10-13 voroshil DirectShow based tv:// driver for win32
2007-10-13 compn add more warning fixes change
2007-10-13 nplourde Fix deallocate bug which sometimes causes a crash when reinitializing.
2007-10-13 nplourde bugfix for ao_macosx last dts passthrough patch, patch by Ulion, ulion2002 gmail com
2007-10-13 diego support Y800 in raw video
2007-10-13 nicodvb removed useless inclusion of error.h
2007-10-12 zuxy Reorder #includes to get rid of the FIXME
2007-10-12 zuxy Remove unnecessary #include <malloc.h>
2007-10-11 diego cosmetics: typo
2007-10-11 zuxy Silence a gcc warning: "wrong type argument to increment".
2007-10-11 nplourde Add support for AC-3/DTS passthrough.
2007-10-10 diego Sync with FFmpeg changes, NO_DCBZL was renamed to HAVE_DCBZL.
2007-10-09 ptt my fault, left a wrong line, corrected
2007-10-09 reimar Make vf_screenshot use the libavcodec PNG encoder
2007-10-09 ptt synced with r24344
2007-10-09 ptt synced with r24342
2007-10-09 ptt synced with r24710
2007-10-09 ptt synced with r24087
2007-10-09 ptt synced with r24082
2007-10-09 ptt synced up to r24293
2007-10-09 cehoyos Added PAFF decoding
2007-10-09 diego Fix Zip Motion Blocks Video codec name.
2007-10-09 compn add DNxHD (SMPTE VC-3) encoder
2007-10-08 compn add vf ow filter for rc3
2007-10-08 diego Remove Makefile changes from upstream diff. They are strictly local.
2007-10-08 diego cosmetics: Align some lines.
2007-10-08 gpoirier document filter -vf ow: Overcomplete Wavelet denoiser.
2007-10-08 diego libavcodec now supports dnxhd encoding.
2007-10-08 diego cosmetics: Fix inconsistent indentation in directfb test.
2007-10-08 diego Simplify directfb/dfbmga test.
2007-10-08 diego cosmetics: Fix indentation after previous commit.
2007-10-08 diego Remove useless code, the same check is performed a few lines above.
2007-10-08 diego misc roff fixes
2007-10-08 diego Remove the check for specific gcc versions, because:
2007-10-08 jheryan sync to r24573
2007-10-08 jheryan sync to 21.9.2007
2007-10-08 jheryan sync to r24423
2007-10-08 voroshil Sync tag update
2007-10-07 rtogni rc2 was released in 2007, not 2006
2007-10-07 rtogni rc2
2007-10-07 Gabrov synced with r24727
2007-10-07 gpoirier H.264 content can also be decoded with multiple threads
2007-10-07 rtogni Add rc1try2 and rc1try3
2007-10-07 rtogni Fix output channle ordering
2007-10-07 reimar I have mostly taken over maintaining x11_common stuff as well
2007-10-07 cehoyos Changed proposed monitorpixelaspect value for -vo aa to 0.5 as asked by Rich.
2007-10-07 nplourde enable fullscreen command from mplayer to be sent to mplayer osx
2007-10-07 reimar Make sure forked code does not try to display a GTK message box (and thus crashes)
2007-10-07 voroshil r24706: Add hint to monitorpixelaspect for -vo aa.
2007-10-07 voroshil r24709: Documentation follows implementation: Encrytped DVB channels are never
2007-10-06 rathann import cleaned-up RPM spec files
2007-10-06 rtogni Typo
2007-10-05 Gabrov synced with r24711
2007-10-05 cehoyos rtsp-stream-over-tcp also works with NEMESI.
2007-10-05 cehoyos Fix typo.
2007-10-05 cehoyos Documentation follows implementation: Encrytped DVB channels are never
2007-10-05 cehoyos Default monitorpixelaspect is 1.
2007-10-05 cehoyos Fix typo.
2007-10-05 cehoyos Add hint to monitorpixelaspect for -vo aa.
2007-10-05 ptt synced with r24656
2007-10-04 ptt sync'ed with r24136
2007-10-04 ptt sync'd up to r24056
2007-10-04 ptt sync'd up to r24423
2007-10-04 nicodvb in update_stats() removed a wrong 'else' that would prevent h264 headers to be recognized: