log

age author description
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