log

age author description
2007-11-03 reimar Change parsing to allow host == NULL and sink != NULL
2007-11-03 reimar Simplify argument "parsing"
2007-11-03 reimar Make sink variable local, it is only used in one place
2007-11-03 reimar Remove a check+abort, this case should never happen anyway, and if it does
2007-11-03 gpoirier sync w/r24924, patch by JRaSH %jrash06 A 163 P com%
2007-11-03 voroshil r24875: program switching in demux_lavf
2007-11-03 voroshil r24892: move errors and a warning to help_mp-en.h
2007-11-03 voroshil r24907: Remove paragraph that no long applies: runtime SSE detection on Windows.
2007-11-02 cehoyos We support gcc 2.95 (fixes r24928).
2007-11-02 nicodvb in video_read_frame() set the keyframe flag in demuxer->video when dealing with
2007-11-02 Gabrov synced with r24938
2007-11-02 nicodvb prevent unlikely memleak
2007-11-02 nicodvb 10l, priv->use_psm can be 1 only if the format is genmpeg2
2007-11-02 nicodvb add streams to the PSM only if priv->use_psm is set, otherwise the muxer would
2007-11-02 nicodvb moved to fix_parameters() the decision of the necessity of the PSM based on the format of the video stream
2007-11-02 nicodvb removed no more needed variable
2007-11-02 nicodvb moved to fix_parameters() the code that decides if the PSM is needed
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:
2007-10-04 michael change double arrays to float (this should be accurate enough)
2007-10-04 michael fix infinite loop
2007-10-04 uau Fix missing subtitles after seeking back
2007-10-03 michael overcomplete wavelet denoiser
2007-10-03 nicodvb support for DTS as specified in DVB (untested)
2007-10-03 reimar The combination _vis=yes and proc=v9 makes no sense and will not even compile.
2007-10-03 voroshil Format 0x01 cannot be used with "AMV IMA ADPCM", because it belongs to normal PCM.
2007-10-03 reimar Do not uselessly set _x264 to the value it already has
2007-10-03 reimar "AMV IMA ADPCM" can not use 0x1 as tag, it breaks normal PCM.
2007-10-03 reimar Get rid of mp_msg_test in vo_png, only reason to use it is performance and
2007-10-03 reimar Use IMGFMT_IS_BGR instead of mpi->flags&MP_IMGFLAG_SWAPPED, this is easier
2007-10-03 reimar Make a local-only variable static in vo_png
2007-10-02 reimar Set biWidth/biHeight in fli demuxer
2007-10-02 reimar Make sure there is no uninitialized data in BITMAPINFOHEADER created by fli demuxer
2007-10-02 reimar Remove ugly unused struct name from typedef
2007-10-02 diego cosmetics: Fix AltiVec spelling.
2007-10-01 diego Fix warning:
2007-10-01 diego Detect support of and add necessary CFLAGS to avoid crashes when loading
2007-10-01 diego Move misplaced paragraph to the right question and fix the wording.
2007-10-01 diego Remove stray XML tags that broke compilation.
2007-10-01 diego Remove useless quotes.
2007-09-30 cehoyos Added EOF detection for RTSP via live555
2007-09-30 cehoyos Clarify some RTSP changes
2007-09-30 nicodvb mention the recent telecining bugfix in muxer_mpeg
2007-09-30 rtogni Disable direct rendering for ROQ video, the buffer management used by
2007-09-30 attila revert changes r23805, r23819 and r23866 to restore the mga_vid check
2007-09-30 lu_zero Require atleast libnemesi 0.6.2 (range api and h263 support
2007-09-30 voroshil AMV demuxer and audio/video decoder
2007-09-29 lu_zero Gentoo patches for Xext
2007-09-29 diego Give temporary executable file the system-specific executable extension.
2007-09-29 diego Move declaration of temporary file variables to after the system-specific
2007-09-29 diego Fix Theora check without pkgconfig, -ltheora will not link on its own,
2007-09-29 diego Nuke some more outdated and confusing comments.
2007-09-29 diego Remove redundant comment.
2007-09-29 diego Remove useless comment.
2007-09-29 diego cosmetics: Move the command to remove configure.log out of a block of variable
2007-09-29 gpoirier sync w/24656
2007-09-29 diego spelling cosmetics
2007-09-29 diego Enable SSE on MinGW, many builds out there seem to use it without ill effect.
2007-09-29 compn add flac speedups
2007-09-29 kraymer compile fix for faq.xml
2007-09-29 voroshil r24655: analyzeduration option for lavf demuxer
2007-09-29 Gabrov synced with r24656
2007-09-29 kraymer r24030: Document special A-V sync issues with FLV files
2007-09-29 reimar AVI can do video stream switching, too
2007-09-29 henry analyzeduration option for lavf demuxer
2007-09-29 henry remove useless int->double conversion
2007-09-29 henry fix warnings
2007-09-29 voroshil r24646: add -lavfdopts format option
2007-09-28 nicodvb fixed bug introduced with previous commit: patch_panscan() must work in the sequence_display_extension, not on se_ptr
2007-09-28 nicodvb 1000l, the tff flag was never cleared before being overwritten with the value on bff_mask;
2007-09-28 iive Define profiles_t as const to fix a warning. Prevent profiles[] from been exported.
2007-09-28 gpoirier sync w/r24646
2007-09-28 reimar Update translations to not recommend -vc dummy (it is too crash-happy)
2007-09-28 henry add -lavfdopts format option
2007-09-28 lu_zero h263 exposed
2007-09-28 kraymer r23578: Fix license header.
2007-09-28 kraymer version bumps for codecs.xml and tvinput.xml
2007-09-28 kraymer some whitespace cosmetics
2007-09-28 voroshil missing sync tag update
2007-09-28 kraymer r22718: add new audio and video codecs to libavcodec list
2007-09-27 kraymer r22679: Some more details for the mga_vid section taken from drivers/README.
2007-09-27 kraymer some whitespace cosmetics
2007-09-27 kraymer r22141: Move all "Encoding with the XXX codec family" sections together.
2007-09-27 kraymer r21897: Rephrase mga_vid section.
2007-09-27 kraymer r21896: Document vo_tdfx_vid.
2007-09-27 kraymer r21861: explain how to use MEncoder to create QuickTime-compatible files
2007-09-27 kraymer r21748: Reformatting round continued
2007-09-27 kraymer r21744: Mention that you can use different image formats with mf://
2007-09-27 kraymer r21705: remove stray propmt from example
2007-09-27 kraymer r21612: replace &quot; with ", better readability
2007-09-27 kraymer r21599: vstrict=0 is required to create DVDs decodable by standalone dvd players
2007-09-27 kraymer "fake" commit (postpone cosmetics from r21537 for now)
2007-09-27 diego Revert wrong ARCH_BFIN --> HAVE_BFIN change.
2007-09-27 rfelker fixing uau's GNUisms... 100l
2007-09-26 diego Disable unused query_format functions for now until they are
2007-09-26 cehoyos Fix compilation after FFmpegs r10594.
2007-09-26 diego Disable buggy unused function via #if 0, blessed by Rich.
2007-09-26 diego Remove unused crappy hash_pic function, blessed by Rich.
2007-09-26 reimar BFIN is an architecture not a CPU extension, so move it from _cpuexts_all to _arch_all
2007-09-26 ben have ChangeLog a bit more generic about vidix ati drivers upgrade
2007-09-26 diego warning fixes:
2007-09-25 cehoyos Fix playback of streams with more than one audio track (only one supported).
2007-09-25 kraymer r24550: msglevel 5 is the default.
2007-09-25 diego misc updates and spelling fixes
2007-09-25 diego cosmetics: misc typo fixes
2007-09-25 diego Add IRC nick for Gianluigi Tiesi.
2007-09-25 diego The FFmpeg RoQ video decoder now uses 444P colorspace.
2007-09-24 reimar Simplify: initialize at declaration at the start of the function
2007-09-24 reimar Get rid of rather pointless asserts
2007-09-24 uau ao_alsa: Fix get_space() return values larger than buffersize
2007-09-24 uau demux_audio.c: Fix timestamp handling
2007-09-24 uau codecs.conf: Change Monkey's Audio decoder status to "working"
2007-09-24 Gabrov synced with r24606
2007-09-24 voroshil r24604: Teletext documentation
2007-09-24 voroshil r24558: Clarify the relationship between -msglevel and MPLAYER_VERBOSE.
2007-09-24 voroshil Teletext documentation
2007-09-24 voroshil Fix compilation with enabled radio capture and disabled OSS audio.
2007-09-24 diego warning fix:
2007-09-24 aurel add support for yuva420p colorspace (yuv420p + alpha)
2007-09-24 diego Pass URLs to gmplayer when executing, it accepts URLs on the command line.
2007-09-24 diego Remove Application from list of Categories, it is not a valid category.
2007-09-24 diego French typo
2007-09-24 michael cosmetic (get rid of _ at the start of local variable names)
2007-09-23 diego According to MSDN a thread must call CoUninitialize once for each successful
2007-09-23 voroshil Add new features, implemented in tv://
2007-09-23 faust3 add functions for the vga register access patch by Guillaume LECERF <foxcore at gmail.com>
2007-09-22 iive Fix building without network.
2007-09-22 reimar Change outdated note for -subfps
2007-09-22 reimar Revert r24103, it was nonsense and add a comment that explains the code
2007-09-22 nicodvb removed unused function parameters
2007-09-22 nicodvb in ts_detect_streams() moved the iteration condition inside the loop
2007-09-20 faust3 add some commented register dumping code
2007-09-20 Gabrov synced with r24573
2007-09-20 lu_zero libnemesi changelog item
2007-09-19 faust3 rivatv_lock_nv04 is actually an extended version of rivatv_lock_nv03 (patch by Guillaume LECERF <foxcore at gmail.com>)
2007-09-19 lu_zero libnemesi support, yet another rtsp/rtp library...
2007-09-19 diego I have overhauled the build system.
2007-09-19 diego I don't maintain any Windows ports, but the Debian package.
2007-09-19 reimar Fix loads of typos
2007-09-19 diego Add myself as Debian package maintainer, Dariush has not been active in years.
2007-09-19 reimar (Re)move idiotic checks, ret can't be < 0 or > 0 if the loop condition
2007-09-19 reimar Fix a few typos
2007-09-18 eugeni More precise line spacing.
2007-09-18 eugeni Fix text height calculation. It depends on line spacing.
2007-09-18 eugeni Fix an obviously incorrect comment.
2007-09-18 eugeni Enable ass_line_spacing option.
2007-09-18 voroshil Implement setting gain control for video devices (usually webcams)
2007-09-18 diego MPEG-2 blocks at qp 1 get overfiltered by spp, apparently because "qp>>1" turns
2007-09-18 reimar Mention that libavc png decoder depends on zlib
2007-09-18 diego Add comment that clears up what _WINGDI_H is for.
2007-09-18 diego Mark phony targets as such.
2007-09-18 diego Simplify commands with automatic variables.
2007-09-18 faust3 fix indentation after the last change (patch by Guillaume LECERF <foxcore at gmail.com>
2007-09-18 Gabrov synced with r24565
2007-09-18 diego Replace stdint.h #include by functionally equivalent inttypes.h.
2007-09-18 diego Replace x-dev dependency with x11proto-core-dev.
2007-09-18 reimar Explain how to use diff -uwbBE with svn directly
2007-09-17 faust3 it is no longer necessary to reboot the system after the dhahelperwin installation (based on code by Romain Lievin from the tilp project)
2007-09-17 faust3 - make dhahelperwin compile with mingw
2007-09-17 faust3 Make dhasetup more verbose based on code by
2007-09-17 faust3 rename windows ddk makefile to nmakefile so that a makefile for mingw can be added
2007-09-17 diego Clarify the relationship between -msglevel and MPLAYER_VERBOSE.
2007-09-17 faust3 fix resolution detection for NV03 and NV04 cards, patch by Guillaume LECERF <foxcore at gmail.com>
2007-09-17 diego Upstream committed both of my libdvdcss patches.
2007-09-17 diego Leading underscores in identifiers are reserved in C.
2007-09-17 diego warning fix:
2007-09-17 voroshil r24550: msglevel 5 is the default.
2007-09-17 voroshil r24549: i_certify is no longer an option
2007-09-16 diego Clarify description of MPLAYER_VERBOSE.
2007-09-16 diego msglevel 5 is the default.
2007-09-16 compn i_certify is no longer an option
2007-09-16 compn reimar cleaned up tivo demuxer
2007-09-16 compn vfw2menc works on linux/windows
2007-09-16 diego Merge three sed invocations into one.
2007-09-16 diego Install man pages in $(PREFIX)/share/man instead of $(PREFIX)/man
2007-09-16 compn vfw2menc works on linux and windows x86 only
2007-09-16 reimar Make vd_ffmpeg work with lavf demuxer also for RealVideo.
2007-09-16 reimar ao_mpegpes does not support S16_LE format, do not claim it does!
2007-09-16 reimar Fix typo in comment
2007-09-15 ben reverted useless r24539
2007-09-15 ben added monkey audio fourcc in wave header
2007-09-15 reimar Add support for cook audio (though most .rm files don't work with lavf
2007-09-15 ben avoid rivatv_lock_nv40() from trashing the screen (patch by Guillaume Lecerf <fox at geexbox dot org>)
2007-09-15 ben fix screen width and height calculation on nvidia vidix (patch by Guillaume Lecerf (fox at geexbox dot org)
2007-09-15 uau getch2: Fix incorrect test
2007-09-15 ben prevent some vidix drivers to get compiled on powerpc, they are not intended to work
2007-09-15 ben restored vidix build on powerpc
2007-09-15 ben the IN/OUT PORT 8/16/32 functions rely on inb/inw/inl/outb/outw/outl that are not available on alpha and powerpc architectures
2007-09-15 ben this flag needs to be defined for pread() on powerpc
2007-09-15 ben ifdef one variable that is not used with alpha and powerpc architectures
2007-09-15 reimar Copy AC-3 bsmod field into IEC data-type field as required by the specs
2007-09-15 reimar Handle swab when input length is odd (treat it as if there was an additional
2007-09-15 reimar Avoid one more code duplication
2007-09-15 reimar get rid of pointless size parameter for tmf_load_chunk
2007-09-15 reimar Avoid using demux->stream->end_pos, it rarely does any good.
2007-09-15 reimar Slightly simplify IsValidAudioPacket
2007-09-15 reimar Simplify another two ifs into one
2007-09-15 reimar Make one mp_msg call out of 3
2007-09-15 reimar Simpler and more robust tar parsing
2007-09-15 reimar Get rid of bloated ty_extension function
2007-09-15 reimar Do not uselessly name structs
2007-09-15 reimar Remove another variable and reorder to avoid wasting space due to alignment
2007-09-15 reimar PTS should be passed as int64_t to demux_ty_CopyToDemuxPacket
2007-09-15 reimar Remove now useless parameters from demux_ty_CopyToDemuxPacket
2007-09-15 reimar Remove more unused code and variables
2007-09-15 diego cosmetics: Fix typo in function name.
2007-09-15 nicodvb removed unused members from dvdnav_priv_t
2007-09-15 nicodvb Removed dead code related to stills.
2007-09-15 ben updated changelog with recent monkey audio decoder support
2007-09-15 zuxy Revert r24446 since it breaks mingw32 build: _WINGDI_H is defined in wingdi.h
2007-09-14 reimar live recordings can contain 0-size type 0 chunks, ignore them instead
2007-09-14 reimar Move some more variable declarations
2007-09-14 reimar Remove tabs and trailing whitespace
2007-09-14 reimar A few more useless ()
2007-09-14 reimar Minor simplifications
2007-09-14 reimar Further simplify demux_ty_FindESHeader
2007-09-14 reimar Optimize demux_ty_FindESHeader
2007-09-14 reimar Remove some commented-out debugging code
2007-09-14 reimar Fix demux_ty_FindESHeader so it won't overread
2007-09-14 reimar Simplify demux_ty_FindESPacket by reusing demux_ty_FindESHeader
2007-09-14 reimar Remove unused demux_ty_FindESPacket parameter
2007-09-14 reimar Simplify demux_ty_FindESHeader
2007-09-14 reimar Move variable declarations into the block where they are used
2007-09-14 reimar Another piece of duplicate code
2007-09-14 reimar Avoid a big piece of duplicated code
2007-09-14 reimar Get rid of more code duplication
2007-09-14 reimar Simplify XDS handling
2007-09-14 reimar Reduce code duplication
2007-09-14 reimar Greatly simplify IsValidAudioPacket, though this might break something
2007-09-14 reimar Simplify IsValidAudioPacket
2007-09-14 reimar Do not misuse a_streams for private info, demuxer->priv is for that!
2007-09-14 reimar Use AV_RB24
2007-09-14 reimar get rid of pointless pesFileId variables
2007-09-14 reimar Simplify AV_RB32 / 256 -> AV_RB24
2007-09-14 reimar Use AV_RB32 instead of tivobuffer2hostlong
2007-09-14 reimar Yet more cosmetics
2007-09-14 reimar Move timestamps to int64_t and use MP_NOPTS_VALUE
2007-09-14 reimar Demuxers are _not_ supposed to set ds->pts!
2007-09-14 reimar Fix completely broken get_ty_pts (it's an ordinary MPEG timestamp)
2007-09-14 reimar Another ty simplification
2007-09-14 reimar Remove unused variable
2007-09-14 reimar tmf_totalsize is not used either, remove it
2007-09-14 reimar More simplifications
2007-09-14 reimar Get rid of some quite pointless variables
2007-09-14 reimar Move boundary check before use!
2007-09-14 voroshil pthreads support is required for teletext
2007-09-14 reimar Remove unused tmf_totalchunks
2007-09-14 reimar Simplify EOF handling
2007-09-14 reimar Simplify tmf_filetooffset
2007-09-14 reimar Small simplifications
2007-09-14 reimar 10l, placed terminating 0 at the wrong place.
2007-09-14 reimar Avoid strlcpy, tar headers already have space to ensure 0-termination
2007-09-14 reimar Do not ignore last chunk in .tmf files, it will cause part of the file to be
2007-09-14 reimar Cosmetics: remove lots of useless () and {}.
2007-09-14 reimar Use CHUNKSIZE define in a few more places
2007-09-14 reimar Simplify ty_extensionis
2007-09-14 reimar Make demux_ty internal functions static
2007-09-14 reimar Use strtol instead of horribly suboptimal ty_octaltodecimal
2007-09-14 reimar Fix ESD check: use an ESD function to actually check linking and do
2007-09-14 reimar sigill_handler_sse is not needed and can not compile on 64 bit systems
2007-09-14 reimar Do not check for X86_FXSR_MAGIC define, it is missing in newer
2007-09-14 reimar Remove unused sigfpe handler
2007-09-14 reimar Remove test for SSE exception support that has been commented out since ages.
2007-09-14 reimar Fix off-by-one error if fsize is odd (does handling that case even make sense?)
2007-09-14 reimar Mark DTS tables as const
2007-09-14 reimar Fix 10l typo in syncword
2007-09-14 reimar Improved comments, based on patches by Ulion [ulion2002 gmail com]
2007-09-14 reimar Simplify and fix big-endian hwac3 header generation code.
2007-09-13 reimar Deobfuscate: use IMGFMT_RGB_DEPTH and IMGFMT_IS_BGR
2007-09-13 voroshil Fix missing reset/initialization (with tv parameters) of
2007-09-13 ben added monkey audio file extensions to extension table
2007-09-13 voroshil Move AM_MEDIA_TYPE structure definition to mediatype.h.
2007-09-13 reimar Check wLongsPerEntry before using it.
2007-09-13 diego Remove useless preprocessor check, _WINGDI_H is never defined.
2007-09-13 uau Add support for FFmpeg Monkey's Audio decoder
2007-09-13 diego warning fixes:
2007-09-13 reimar Replace constant by appropriate define
2007-09-13 diego Remove leading underscores from multiple inclusion guards,
2007-09-13 diego Fix include path.
2007-09-12 diego Remove redundant #ifndef, __WINE_MMSYSTEM_H is never defined.
2007-09-12 diego cosmetics: Use uppercase for multiple inclusion guards and comment #endifs.
2007-09-12 diego Remove useless #ifndef, __WINE_WINGDI_H is never defined.
2007-09-12 diego Remove redundant multiple inclusion guard.
2007-09-12 reimar DOCS/tech/colorspaces.txt says I420 and IYUV are the same, so add IYUV at the
2007-09-12 voroshil r24423: Implementation of tv:// driver autodetection.
2007-09-12 voroshil r24423: Implementation of tv:// driver autodetection.
2007-09-12 diego Consistently use path as multiple inclusion guard.
2007-09-12 Gabrov synced with r24423
2007-09-12 diego Add missing #include to fix compilation.
2007-09-12 reimar Do not replace _ by - if x86_64 is given in --target.
2007-09-11 gpoirier sync w/r24423
2007-09-10 cehoyos Fix indentation after r24367.
2007-09-10 kraymer r24294: suboption consistency, add fixme document -vivo suboptions
2007-09-10 voroshil Revert r24424.
2007-09-10 voroshil Fix for:
2007-09-10 voroshil Fix for a lot of
2007-09-10 voroshil Implementation of tv:// driver autodetection.
2007-09-10 diego cosmetics: Add comments to some #endif preprocessor directives.
2007-09-10 diego warning fixes:
2007-09-10 diego warning fix:
2007-09-10 diego warning fix:
2007-09-10 diego warning fixes:
2007-09-10 voroshil Fix for:
2007-09-10 voroshil Fix for:
2007-09-10 voroshil Proper fix for:
2007-09-10 diego cosmetics: Fix silly typo.
2007-09-10 diego warning fix:
2007-09-10 diego warning fixes:
2007-09-10 diego warning fix:
2007-09-10 diego warning fixes:
2007-09-10 diego warning fixes:
2007-09-10 diego warning fixes:
2007-09-10 diego warning fixes:
2007-09-10 diego warning fixes:
2007-09-10 diego warning fixes:
2007-09-10 diego warning fix:
2007-09-10 diego warning fixes:
2007-09-10 diego warning fixes:
2007-09-10 diego warning fixes:
2007-09-10 diego warning fixes:
2007-09-10 diego warning fix:
2007-09-10 diego warning fix:
2007-09-10 diego warning fix:
2007-09-10 cehoyos Revert the part of r24389 that broke compilation of mencoder.
2007-09-10 voroshil r24386: move lavc option out of XviD section, to lavc section
2007-09-10 voroshil Fix warnings:
2007-09-10 voroshil Fix warnings:
2007-09-10 voroshil Fix warnings:
2007-09-10 voroshil Fix warnings:
2007-09-10 voroshil fix warnings:
2007-09-10 voroshil Fix warnings:
2007-09-10 voroshil Fix warnings:
2007-09-09 Gabrov synced with r24386
2007-09-09 gpoirier move lavc option out of XviD section, to lavc section
2007-09-09 voroshil Fix redundant declaration warnings for variables already defined
2007-09-09 voroshil Option adevice is implemented for all tv:// drivers.
2007-09-09 diego Add comments to some #endif preprocessor directives.
2007-09-09 Gabrov synced with r24381
2007-09-09 diego Move vo_3dfx check after vo_dga check, vo_3dfx needs -lXxf86dga to link.
2007-09-09 diego warning fix:
2007-09-09 diego warning fix:
2007-09-09 diego warning fix:
2007-09-09 diego warning fix:
2007-09-09 diego warning fix:
2007-09-09 reimar Add nuv codec tag mapping
2007-09-09 reimar Mark lavfpref demuxer as safe, so it that it is actually used for e.g.
2007-09-09 compn add instruction how to use parallel h264 deoding
2007-09-08 zuxy Fix fast_cmov detection broken by r24371
2007-09-08 zuxy Use -march=native (avail. since gcc 4.2) when possible
2007-09-08 gpoirier Add a check for c->head being NULL in pullup_free_context().
2007-09-08 voroshil Add "teletext patches" string to Otvos Attila's list
2007-09-08 reimar Fix borders for xmga broken by r23675. Tested by Diego.
2007-09-08 voroshil Avoid releasing of unallocated memory.
2007-09-08 voroshil Fix for:
2007-09-08 voroshil More accurate calculating of teletext
2007-09-08 voroshil Implement boxes for subtitle teletext pages.
2007-09-08 voroshil Always initialize pUnk pointer with zero.
2007-09-08 voroshil Decrease teletext page rendering frequency from 1/frame to about 4/sec.
2007-09-07 cehoyos Fix typo in r24360
2007-09-07 uau Fix compilation after FFmpeg AUDIO_(DE)MUXER split
2007-09-07 voroshil r24356: spelling fixes, pointed by Diego
2007-09-07 cehoyos Fix compilation after FFmpeg r10426.
2007-09-06 diego Clarify teletext tlang option.
2007-09-06 voroshil spelling fixes, pointed by Diego
2007-09-06 voroshil r24294: suboption consistency, add fixme document -vivo suboptions
2007-09-06 voroshil r24216: Add missed in r24212 strings definitions
2007-09-06 voroshil r24216: Add missed in r24212 strings definitions
2007-09-06 ivo add ; at the end of the sed commands. this fixes operation under cygwin.
2007-09-06 ivo remove cut&paste from ffmpeg mistake. cd "$1" does not make any sense here,
2007-09-06 diego Fix AltiVec autodetection: The autodetection was overriding configure
2007-09-06 reimar Support lowdelay flag
2007-09-05 gpoirier mention Slice-based parallel H.264 decoding in changelog
2007-09-05 gpoirier sync w/ r24329
2007-09-05 diego Replace short region code explanation by more detailed section.
2007-09-05 cehoyos Fix compilation after FFmpeg r10411.
2007-09-05 diego Remove technical description of DVDs and libdvdread implementation.
2007-09-05 diego Allow XF86AudioLowerVolume/XF86AudioRaiseVolume keys to be handled by MPlayer.
2007-09-05 diego Matroska muxer now available in libavformat.
2007-09-04 diego Move debug message to verbose output level.
2007-09-04 diego Remove obsolete libac3 entry.
2007-09-04 diego warnig fix (blessed by Rich):
2007-09-04 reimar Add a bicubic scaler that needs a lot more instruction but no
2007-09-03 reimar Do not reset user-enabled mute on EOF, but only on exit.
2007-09-03 voroshil Fix for:
2007-09-03 reimar Fix compilation after patch to remove global vo_hdc
2007-09-03 reimar Remove global vo_hdc, since it is recommended to release a DC as soon as possible.
2007-09-03 reimar Remove checks that in the worst case will completely break fullscreen
2007-09-03 reimar Make sure aspect hint is adjusted on aspect change
2007-09-02 reimar Cosmetics: set vo_hint.flags at more consistent places (directly before
2007-09-02 Gabrov synced with r24329
2007-09-02 uau manpage fix: escape '\' in -vf geq description
2007-09-02 nicodvb decerebrated-proof guide to the instalation of dvdnav
2007-09-02 kraymer fix broken MinGW-Howto link
2007-09-02 Gabrov synced with r24310
2007-09-02 voroshil Increase number of skipped buffers to 5 to avoid mixing teletext pages from
2007-09-01 nicodvb a mouse selection may require at least a video codec reinit
2007-09-01 nicodvb implemented STREAM_CTRL_GET_ASPECT_RATIO
2007-09-01 nicodvb moved to reinit_video_chain() the assignment of sh_video->stream_aspect, where it makes more sense
2007-09-01 voroshil Make sure that no pages will left in cache during
2007-09-01 nicodvb if the stream reader supports it assign to the video the stream aspect ratio
2007-09-01 nicodvb added .stream_aspect to st_video_t: if non-zero and if not specified otherwise
2007-09-01 nicodvb implemented STREAM_CTRL_GET_ASPECT_RATIO
2007-09-01 nicodvb introduced STREAM_CTRL_GET_ASPECT_RATIO to report the aspect ratio read from the stream layer (if supported)
2007-09-01 voroshil Drop out control chars from page header in time position.
2007-09-01 iive Remove imported rational calculation code and use the original one from avutil.
2007-09-01 voroshil Fix missed -1 -> 0x3f7f changes for subpage number.
2007-09-01 voroshil Fix displaying start page when it has subpages.
2007-09-01 voroshil Proper support for flashing chars in teletext pages.
2007-08-31 gpoirier sync w/r24310
2007-08-31 voroshil Support for selecting language via packet 28.
2007-08-31 mhoffman renaming ARCH_BFIN to HAVE_BFIN
2007-08-31 diego Make DGA 1 and DGA 2 separately selectable.
2007-08-31 diego warning fixes:
2007-08-31 diego Remove pointless forward declarations.
2007-08-30 diego cosmetics: Sort some lines, whitespace changes.
2007-08-30 cehoyos Added Sun VO driver for Denes Balatoni
2007-08-30 kraymer ignore some symlinked files
2007-08-29 Gabrov synced with r24301
2007-08-29 compn replace deleted line
2007-08-29 voroshil Small code simplification as suggested by Reimar:
2007-08-29 voroshil Simplify code by using FFSWAP
2007-08-29 voroshil (cosmetics) replace tabs with spaces
2007-08-29 voroshil (cosmetics) fix indentation of previous commit
2007-08-29 voroshil Implement Hold/Release graphics (showing control chars as
2007-08-29 voroshil Implement Flash/Steady (swapping foreground/background colors)
2007-08-29 compn suboption consistency, add fixme document -vivo suboptions
2007-08-29 compn remove planned features, ok by diego
2007-08-29 kraymer sync with r24137, patch by JRaSH
2007-08-29 voroshil Make charset constants naming consistant
2007-08-29 diego Purge looooong obsolete remnants of vo_fsdga.
2007-08-29 diego Remove unused extern int declaration.
2007-08-29 cehoyos Silence make's 'Please run configure again' if it was already run.
2007-08-29 diego cosmetics: Fix up whitespace, indentation and similar things.
2007-08-29 diego Fix linking on Windows.
2007-08-29 diego warning fixes:
2007-08-29 diego warning fix:
2007-08-29 diego Build test programs with standard CFLAGS and use implicit rules.
2007-08-29 diego warning fix:
2007-08-29 diego Add FFmpeg AC-3 decoder.
2007-08-28 diego warning fixes:
2007-08-28 Gabrov synced with r24216
2007-08-28 diego typos
2007-08-28 diego cosmetics: typo fix UNSUPORTED --> UNSUPPORTED
2007-08-28 iive Fix compilation by adding forgotten comma.
2007-08-28 voroshil Conversion tables for Serbian/Croatian, Ukrainian and Greek charsets.
2007-08-28 diego Remove pointless #ifdef HAVE_XVMC within get_format(), all of the function
2007-08-28 diego warning fix:
2007-08-28 diego warning fix:
2007-08-28 diego warning fix:
2007-08-28 diego warning fix:
2007-08-28 diego warning fix:
2007-08-28 diego cosmetics: Add some explanatory comments to #endif directives.
2007-08-28 diego warning fix:
2007-08-28 voroshil Move channels option parsing code into separate routine.
2007-08-28 diego warning fix:
2007-08-28 voroshil Implement X/27/0 packet decoding.
2007-08-28 reimar Add code to clear left and right borders not only top and bottom.
2007-08-28 diego Clean up the way get_path is handled: Compile get_path.c to an object to link
2007-08-28 diego warning fix:
2007-08-28 diego warning fix:
2007-08-28 diego warning fix:
2007-08-28 diego warning fix:
2007-08-28 diego warning fix:
2007-08-28 diego warning fix:
2007-08-28 diego Mark xx function as returning char, fixes:
2007-08-28 diego Remove nonsensical #ifdef.
2007-08-28 attila Assume first xinerama screen, in case xmga could
2007-08-28 voroshil Implement 8/30 format 1 teletext packet decoding
2007-08-28 kraymer Typo
2007-08-27 rtogni BGR15 is also a valid format for 4xm video
2007-08-27 nicodvb in stream_control() remove redefinition of d in a case block, previously assigned in the same function
2007-08-27 nicodvb in open_s() unified failure code in fail:
2007-08-27 reimar Fix wrong calculation of nbooleans that causes a crash on 64 bit systems
2007-08-27 reimar Set sample_rate and bit_rate from sh_audio as fallback in case sh_audio->wf
2007-08-27 reimar Process any waiting commands (got_cmd set). Should fix e.g. smplayer.
2007-08-27 diego Simplify the addition of -g to some CFLAGS.
2007-08-27 diego Move common link libs/objects into a variable.
2007-08-27 diego consistent linking order
2007-08-27 diego Do not overwrite config.h unless it was changed. Mostly taken from FFmpeg.
2007-08-27 diego Simplify linkage parameters.
2007-08-27 diego warning fixes:
2007-08-27 diego warning fixes:
2007-08-27 diego warning fixes:
2007-08-27 diego warning fixes:
2007-08-27 diego warning fixes:
2007-08-27 diego warning fixes:
2007-08-27 diego warning fixes:
2007-08-27 diego Remove unnecessary fastmemcpybench prerequisite.
2007-08-27 diego Remove unused #include.
2007-08-27 diego Fix a ton of warnings:
2007-08-27 diego Simplify bmovl-test compilation call.
2007-08-27 diego Fix "incompatible implicit declaration of built-in function 'exit'" warnings.
2007-08-27 diego Mark phony targets as such.
2007-08-27 diego Move fastmemcpybench objects to link against into prerequisites.
2007-08-27 diego warning fix:
2007-08-27 diego warning fix:
2007-08-27 diego warning fix:
2007-08-27 diego warning fixes:
2007-08-27 diego Revert last commit, -mstackrealign was added in gcc 4.2 and should not
2007-08-27 diego Better handling of Alpha MVI CPU extensions (untested).
2007-08-26 diego Fix warnings:
2007-08-26 kraymer r24050: MP3 audio encoder was renamed to libmp3lame in FFmpeg.
2007-08-26 voroshil (cosmetics) remove unnecessary ';'
2007-08-26 voroshil Add missed in r24212 strings definitions
2007-08-26 voroshil r24125: Automatic TV channels scanning ability for MPlayer.
2007-08-26 voroshil r24180: Document xorg.conf option needed for Xv playback on Intel cards.
2007-08-26 voroshil Replace perror() with mp_msg()
2007-08-26 voroshil Implement TVI_CONTROL_TUN_GET_SIGNAL in *BSD BT848 driver.
2007-08-26 voroshil 10l: Move #endif upper to reflect changes in r24054.
2007-08-26 voroshil Fix typo
2007-08-26 reimar Remove unused _def_altivec
2007-08-26 voroshil Suboptions structure should be passed as array not as address of array.
2007-08-26 reimar Simplify VIS detection. Also adds ENABLE_VIS define and changes "#define HAVE_VIS = yes"
2007-08-26 voroshil Add teletext specification reference
2007-08-26 voroshil Remove ugly Russian language support hack.
2007-08-26 voroshil Add support for Latin National Option Sub-Sets
2007-08-26 voroshil Enable decoding of packet X/24, it is usual teletext line
2007-08-25 reimar Split lschunks function further, it is simply too huge to do any useful changes (e.g. for
2007-08-25 diego Get netstream closer to linking.
2007-08-25 diego warning fix:
2007-08-25 diego Fix subrip and vivodump linking.
2007-08-25 diego Ignore modify_reg.
2007-08-25 diego Mark vfw2menc as Windows-only.
2007-08-25 diego warning fix:
2007-08-25 diego warning fix:
2007-08-25 diego warning fix:
2007-08-25 diego Fix warning:
2007-08-25 diego warning fix:
2007-08-25 diego Fix warning:
2007-08-25 diego Remove pointless variable declaration, the code that sets it is long-gone.
2007-08-25 voroshil 10l: "&" should be done after ">>"
2007-08-25 diego Remove stray comment, the code it commented is long-gone.
2007-08-25 voroshil Language bits in teletext page header are
2007-08-25 diego Fix warnings:
2007-08-25 diego Fix warning:
2007-08-25 diego Fix warnings:
2007-08-25 diego Extract a poor int declaration from within the uncouth grip of an if statement
2007-08-25 diego Fix warnings:
2007-08-25 diego Fix warning:
2007-08-25 rathann Document xorg.conf option needed for Xv playback on Intel cards.
2007-08-25 diego Fix warning:
2007-08-25 diego Fix warnings:
2007-08-25 diego Fix warnings:
2007-08-25 diego Add multiple inclusion guards.
2007-08-25 diego Fix warning:
2007-08-25 diego Move button variable into the if () where it is actually used.
2007-08-25 diego Remove redundant extern declarations, #include the right headers instead.
2007-08-25 gpoirier sync w/r24084
2007-08-25 diego Fix redundant redeclaration warnings.
2007-08-25 diego Fix unused variable warning when USE_DVDNAV is not defined.
2007-08-25 diego Remove redundant extern variable declarations, include proper headers instead.
2007-08-25 diego Remove redundant variable declaration.
2007-08-25 diego Remove redundant variable declarations.
2007-08-25 diego Remove redundant variable declaration.
2007-08-25 diego Remove redundant variable declarations.
2007-08-25 diego Remove redundant variable declaration.
2007-08-25 diego Remove redundant variable declaration.
2007-08-25 diego Fix some unused variable warnings.
2007-08-25 reimar Revert r24158, it is not necessary with unsigned bitfield
2007-08-25 reimar Change bitfield to unsigned so that we get the usual truth values
2007-08-25 Gabrov synced with r24137
2007-08-25 reimar Hack around broken bitfields in gcc 4.2
2007-08-25 reimar Fix invalid fd check, the bug is somewhere else though.
2007-08-25 reimar HACK: check added fds for validity because otherwise mplayer
2007-08-25 reimar Fix loads of warnings
2007-08-25 uau Handle queued commands from input event functions immediately
2007-08-25 uau Watch X11 fd in main input select() if using vo xv
2007-08-25 uau Add separate event input type for terminal+vo
2007-08-25 uau Use a single select() for both key and slave input
2007-08-25 uau Clean up getch2() code somewhat
2007-08-25 uau Make terminal input work more like VO key input
2007-08-25 uau Remove unused function
2007-08-25 uau Use bitfield instead of manual bit fiddling in input.c
2007-08-25 diego Remove redundant variable declaration.
2007-08-25 diego Fix unused variable warning.
2007-08-24 reimar Add missing pixelformat conversion function prototype
2007-08-24 diego Move Apple gcc AltiVec vector declaration syntax to libavutil.
2007-08-24 diego Add -mstackrealign to CFLAGS on Darwin, fixes loading WMV9 DLL.
2007-08-24 diego Remove redundant extern variable declaration.
2007-08-24 diego Fix unused variable warning.
2007-08-24 diego Remove unused variable.
2007-08-24 diego Remove silly #ifdef around the complete file.
2007-08-24 diego misc markup fixes
2007-08-24 diego Wording and markup improvements for the -tvscan option.
2007-08-24 diego Leading underscores in identifiers are forbidden.
2007-08-24 diego Remove fallback round implementation that is protected by a preprocessor
2007-08-24 diego Remove unused extern variable declaration.
2007-08-24 diego Remove redundant variable declaration along with the corresponding warning.
2007-08-24 diego 1000l: Revert stray hunk that crept in with last commit.
2007-08-24 diego Use consistent include path.
2007-08-23 cehoyos Removed uninitialized variable.
2007-08-23 reimar Use new request_channels
2007-08-23 diego 100l typo: ENTER --> KPENTER
2007-08-23 diego Fix KPENTER keycode value on Mac OS X.
2007-08-23 voroshil Automatic TV channels scanning ability for MPlayer.
2007-08-23 voroshil Fix blue color for yv12 and i420 image formats in "automute" screen
2007-08-22 cehoyos Fix compilation of live555 support after FFmpegs r10173.
2007-08-22 diego CONFIG_DARWIN was removed from FFmpeg.
2007-08-22 diego Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).
2007-08-22 reimar Finally fix --enable-debug compilation
2007-08-22 voroshil Fix [soc:eoc] stubs.
2007-08-22 voroshil r24050: MP3 audio encoder was renamed to libmp3lame in FFmpeg.
2007-08-22 voroshil r24030: Document special A-V sync issues with FLV files
2007-08-22 voroshil sync tag update
2007-08-21 diego Remove Windows-only replacement gettimeofday() implementation, both Cygwin
2007-08-21 reimar Set DVD speed earlier to avoid drive spinup during open
2007-08-21 Gabrov synced with r24110
2007-08-21 uau Remove unnecessary OSD visibility code
2007-08-21 uau Minor code cleanup
2007-08-20 diego Add some missing libavcodec video encoders.
2007-08-20 diego Sort libavcodec encoders.
2007-08-20 nicodvb reimplemented nav_read_PCI() and nav_read_DSI() using getbits() rather than relying on bitfields layout in memory
2007-08-20 reimar Runtime-patching for windows to fix crash with drv43260.dll
2007-08-20 iive remove gconvert_uri_to_filename() and use url_unescape_string() instead.
2007-08-20 reimar We can support SEEK_END seeks only when stream->end_pos is known
2007-08-20 reimar Add support for AVSEEK_SIZE in demux_lavf
2007-08-20 reimar -subfps makes sense for frame-based subtitle formats as well!
2007-08-19 reimar Do not seek to an invalid position.
2007-08-19 nicodvb added from dvdnav's dvdread getbits() code to be used in forthcoming patch to read correctly NAV data
2007-08-19 reimar Replace dvdread bswap.h by something more sane for us.
2007-08-19 reimar Fix a bug in stream_read_qword_le due to sign extension from int to uint64_t.
2007-08-18 nplourde added proper e-mail address
2007-08-18 nplourde added double click support in vo_macosx. Patch by Ulion <ulion2002@gmail.com>
2007-08-18 reimar Functions that do not return a value must be void
2007-08-18 reimar Text files must end with a newline
2007-08-18 reimar Remove duplicate extern declaration
2007-08-18 Gabrov increasing sync tag after Apple Remote message added
2007-08-18 Gabrov synced with r24091
2007-08-18 diego Add libdvdcss-specific CFLAGS in the correct place.
2007-08-18 uau Remove an unnecessary #ifdef
2007-08-17 diego Complete the list of libavcodec audio encoders.
2007-08-17 diego Ignore main.xml.
2007-08-17 diego Reorder installation requirements list, wording/spelling.
2007-08-17 diego Sync local diff with latest changes.
2007-08-17 diego Sync libdvdread with version 0.9.7.
2007-08-16 diego small libavcodec audio codec clarifications
2007-08-16 diego misc fixes and additions
2007-08-16 rathann Explicitly mention the need to rebuild MPlayer after installing AMR libs.
2007-08-16 mhoffman adding help for --ar --ranlib
2007-08-16 diego Move setting of res_comment for internal dvdread to a more sensible place.
2007-08-16 mhoffman allow setting of ranlib from the commandline of configure
2007-08-16 mhoffman allow setting of ar from the commandline of configure
2007-08-16 diego Remove local MinGW gettimeofday() implementation, there is now a native
2007-08-16 diego Sync local diff with current version.
2007-08-16 diego Sync libdvdread with version 0.9.6.
2007-08-15 diego Sync local diff with current version.
2007-08-15 diego cosmetics: Do not add trailing whitespace to lines we change.
2007-08-15 diego Sync another change from upstream.
2007-08-15 diego Remove modification comments from files that are no longer modified.
2007-08-15 diego Sync libdvdread with version 0.9.5 (cosmetic changes).
2007-08-15 diego cosmetics: alphabetical order
2007-08-15 diego 1000l: Forgot to add new files, *sigh*.
2007-08-15 diego Sync libdvdread with version 0.9.5 (functional changes).
2007-08-15 diego Identifiers should not start with two underscores.
2007-08-15 diego Remove unused variable.
2007-08-15 diego cosmetics: Reorder lines for consistency.
2007-08-15 diego Document how to encode with some more libavcodec audio codecs.
2007-08-15 diego Clarify comment as pointed out by Ulion.
2007-08-15 uau Remove pointless #ifdef
2007-08-14 gpoirier AC3 --> AC-3, as done in r24056
2007-08-14 diego Rename TMPO to TMPEXE, it is an executable, not an object file.
2007-08-14 diego cosmetics: prettyprint
2007-08-14 diego Apple Remote support
2007-08-13 diego AC3 --> AC-3
2007-08-13 diego Document how to encode with some libavcodec audio codecs.
2007-08-13 diego Fix compilation on BSD.
2007-08-13 diego Remove unused variables.
2007-08-13 cehoyos Fix likely mistake when using char*.
2007-08-13 cehoyos Remove additional warnings when using icc - similar to -Wno-pointer-sign.
2007-08-12 diego MP3 audio encoder was renamed to libmp3lame in FFmpeg.
2007-08-12 diego Remove unused definition.
2007-08-12 diego Remove outdated lines.
2007-08-12 diego Declare all vo_gamma variables in libvo/video_out.h and remove them from
2007-08-12 diego Fix UDP select timeout.
2007-08-09 gpoirier Change "object type complexity" parameter of FAAC in the
2007-08-09 reimar The "svn copy" method for reverting has worked flawlessly for me without
2007-08-09 diego Move some more compiler flags to configure.
2007-08-09 reimar When a new subtitle stream becomes available check if it is the one that
2007-08-08 diego Remove unused definition.
2007-08-08 cehoyos printf in mp_image.h was changed to fprintf in r17972.
2007-08-08 cehoyos Fix warning: too many arguments for format
2007-08-08 cehoyos Cosmetics: Remove empty block.
2007-08-08 cehoyos Define teletext_control() in tvi_v4l.c and tvi_v4l2.c.
2007-08-08 kraymer r23920: Teletext support (and editor's info)
2007-08-08 reimar Add <application> tag around MEncoder
2007-08-08 ptt synced with r24030
2007-08-08 ptt synced with r23996
2007-08-08 cehoyos Remove useless #include and silence warnings when compiling find_sub.c.
2007-08-08 diego Move some #defines into configure/config.h.
2007-08-08 reimar Document special A-V sync issues with FLV files
2007-08-08 cehoyos bbox[n] and spu->scaled_start_row are unsigned, comparison with 0 is pointless.
2007-08-08 kraymer Chinese man page translation is in sync now
2007-08-08 kraymer This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r23996
2007-08-07 kraymer r23996: Hint at mf://@... syntax
2007-08-07 cehoyos Kill two warnings.
2007-08-07 michael make x264 work again after the h264-libx264 renaming
2007-08-07 diego Move HAVE_INTTYPES_H definition to a more sensible place in config.h.
2007-08-07 diego Improve error message.
2007-08-07 diego HAVE_INTTYPES_H is in config.h, HAVE_STDINT_H is never reached.
2007-08-07 ptt synced with r23982
2007-08-07 ptt synced to r23983
2007-08-07 diego HAVE_INTTYPES_H is already declared in config.h.
2007-08-07 Gabrov synced with r24016
2007-08-06 cehoyos Added Alan Nisotas modify_reg.
2007-08-05 gpoirier sync w/ r23996
2007-08-04 cehoyos Move alloc_mpi and copy_mpi from libmenu/vf_menu.c to libmpcodecs/mp_image.c.
2007-08-04 cehoyos Moved dvdtimetomsec to stream_dvd_common.c.
2007-08-04 diego Remove unused variables.
2007-08-04 nicodvb cosmetics: removed commented code and small reindentation
2007-08-04 nicodvb removed unused variables
2007-08-04 reimar Add a dummy guiMessageBox so it still compiles when MPlayer was configured with
2007-08-04 iive Fix compilation of ass_fontconfig.c when fontconfig is disabled.
2007-08-03 reimar Handle case where get_image is called twice without a draw_image in-between
2007-08-03 reimar Give the cpuinfo binary the right suffix $_exesuf
2007-08-03 reimar Forgot to add the main vo_xvr100.c file
2007-08-03 reimar add XVR-100 vo, patch by Balatoni Denes (dbalatoni interware hu)
2007-08-03 eugeni Don't apply windows-like font scaling if hhea or os2 tables contain invalid
2007-08-03 eugeni Workaround for fonts with zero ascender/descender in horizontal header.
2007-08-03 eugeni Factor out common code from ass_font_new and ass_font_reselect.
2007-08-03 eugeni More simple and correct font reselection.
2007-08-03 cehoyos Added missing newline.
2007-08-02 uau Revert setting audio output channel count for FFmpeg
2007-08-02 voroshil r23996: Hint at mf://@... syntax
2007-08-02 reimar Hint at mf://@... syntax
2007-08-02 compn fix B-frame consistency pointed out by diego, add MPEG-1/2 speedups
2007-08-01 reimar Set lavc_context->channels before opening the codec, it is sufficient to
2007-08-01 compn xan wc4 video decoding, removed bframe warning message
2007-08-01 uau Define ENABLE_GRAY for FFmpeg
2007-08-01 ptt better wording - thanx nico :)
2007-08-01 voroshil r23982: i_certify_that_my_video_stream_does_not_use_b_frames is gone.
2007-08-01 diego 10l for committing untested changes, a test call was missing.
2007-08-01 kraymer r23687: Implemented tv://[<channel>][/<input_id>] url syntax
2007-08-01 voroshil (cosmetics) Make TV detection code two spaces indented
2007-08-01 voroshil Enable teletext for V4Lv1.
2007-08-01 reimar Fix detection of xan audio. -noidx or -forceidx still is necessary
2007-08-01 diego Added FIXME skeletons for missing lavc options.
2007-08-01 diego i_certify_that_my_video_stream_does_not_use_b_frames is gone.
2007-08-01 diego i_certify_that_my_video_stream_does_not_use_b_frames is gone.
2007-08-01 reimar Ugly hack to make xanlib.dll work.
2007-08-01 voroshil r23897: Experimental negative panscan values
2007-08-01 voroshil r23891: typo fix: childs --> children
2007-07-31 compn add possibly incorrect subfont entry
2007-07-31 michael allow to specify the audio bitrate in bits (some codecs need that ...)
2007-07-31 michael get rid of this idiotic i_certify_that_my_video_stream_does_not_use_b_frames
2007-07-31 michael make muxer store the provided timestamps
2007-07-31 michael make timestamps out of hot air
2007-07-31 michael make a few more parameters accessable from mplayer
2007-07-31 reimar mixer.afilter must be set to NULL when filter chain is destroyed on uninit.
2007-07-31 ivo Make the printoption function take the default values from the variable
2007-07-31 ivo cosmetics, indentation
2007-07-31 ivo Shorten (un)setting of all test flags
2007-07-31 ivo Much smaller command line parser
2007-07-31 ptt another little corrections
2007-07-31 ptt added missing ":"'s
2007-07-31 ptt better wording
2007-07-31 ptt sorry, left english phrase in...
2007-07-31 ptt synced with r23962
2007-07-31 ptt added missing ':' for separator
2007-07-31 ptt synced to r23920
2007-07-31 ivo Update copyright info and license
2007-07-31 ivo cosmetics, break overly long lines
2007-07-31 ivo replace ^I by $TAB now that TAB is global
2007-07-31 ivo only test for stupid code and reserved identifiers if there are any .c or .h
2007-07-31 ivo 10l, forgot to make TAB global
2007-07-31 ivo Test for reserved identifiers.
2007-07-31 diego Identifiers starting with underscores are reserved.
2007-07-31 diego UTF-8 conversion
2007-07-30 iive Make teletext depend on freetype. Fixes compilation failer (in sub.c).
2007-07-30 reimar 100l, forgot to add -DGL_WIN32 to CFLAGS for Windows OpenGL test
2007-07-30 reimar Extend OpenGL configure test to also check for glx/wgl and proper linking.
2007-07-30 gpoirier sync w/23588
2007-07-30 ivo remove GNUism (case range)
2007-07-30 ivo Add test for GNUisms
2007-07-30 voroshil Teletext support for V4Lv1
2007-07-30 voroshil 10l: wrong pointer was initialized (causes crash during startup).
2007-07-30 ben h/w -> hardware
2007-07-30 reimar Change V4L2 MPEG decoder check so it can actually fail
2007-07-30 reimar Comment out purely debugging printf that in addition uses __FUNCTION__ which
2007-07-30 reimar Fix hopefully final 150 sector offset VCD bug. Caused no noticeable problems on Linux
2007-07-30 reimar Simplify sun SCSI command generation
2007-07-30 reimar big 10L of r9888 located: passed fd instead of pointer to sun_vcd_read
2007-07-30 reimar Move extern int audio_output_channels; to ad_internal.h
2007-07-30 reimar Indicate desired number of output channels to ffmpeg audio decoder.
2007-07-30 reimar Avoid void * arithmetic
2007-07-30 reimar Use the standard inline instead of __inline
2007-07-30 reimar Another missed case-range
2007-07-30 reimar Do not use gnu case-range extension if it's easy to avoid
2007-07-30 reimar Use goto instead of useless recursion that might fill up the stack
2007-07-30 reimar Do not use a return value for a void function
2007-07-30 reimar C99 varargs in macros can not be empty, adjust definition so it compiles
2007-07-30 Gabrov synced with r23928
2007-07-30 voroshil Subtraction should be done after & operation.
2007-07-30 voroshil Drop out overlooked debug line
2007-07-29 ben update man page with v4l2 a/v outputs
2007-07-29 ben v4l2 audio/video outputs for linux 2.6.22+ kernels (outputs formerly known as ivtv)
2007-07-29 voroshil Teletext support
2007-07-29 voroshil Teletext support
2007-07-29 reimar More doxygen comments
2007-07-29 voroshil Teletext support
2007-07-29 voroshil Teletext support.
2007-07-29 voroshil Teletext support.
2007-07-29 reimar Simplify and fix missing offset for Darwin vcd_get/set_msf functions
2007-07-29 reimar Document -rawvideo format="format string"
2007-07-29 reimar Make VCD work on little-endian macs
2007-07-29 reimar Make vcd_get_track_end actually return the end, not the start on Darwin
2007-07-29 reimar Make the vcd seek and get track end functions actually have an effect
2007-07-29 diego punctuation, new sentences on new lines
2007-07-29 diego libdvdcss patch got committed.
2007-07-29 reimar Fix wrong return type in darwin VCD code
2007-07-29 voroshil Replacing global variables in radio:// with
2007-07-29 voroshil Removing global variables from tv://
2007-07-29 voroshil Removing global variables from tv://
2007-07-29 voroshil Removing global variables from tv://
2007-07-29 voroshil Removing global variables from tv://
2007-07-29 voroshil Removing global variables from tv://
2007-07-29 voroshil Removing global variables from tv://
2007-07-29 voroshil Removing global variables from tv://
2007-07-29 voroshil Removing global variables from tv://
2007-07-29 voroshil Removing forward declarations of routines used only in tv.c
2007-07-29 voroshil Cosmetics.
2007-07-29 voroshil Cosmetics: move two routines up
2007-07-28 reimar Set -vo gl slice-height default to 0, the current default of 4 seems
2007-07-28 reimar Experimental negative panscan values
2007-07-28 reimar Use a new variable for user-supplied monitor-aspect so we can overwrite
2007-07-28 reimar make sure update_xinerama_info is always called even when using the
2007-07-28 diego Give message string a more meaningful name.
2007-07-28 diego cosmetics: misc typo fixes
2007-07-28 diego typo fix: childs --> children
2007-07-28 diego typo fix: childs --> children
2007-07-28 diego Names starting with underscores are reserved.
2007-07-28 diego typo
2007-07-28 reimar Fix some typos in comments
2007-07-28 voroshil r23852: af channels example for ffdca to ALSA reordering
2007-07-27 reimar Remove extern index_mode, it is already in demuxer.h
2007-07-27 reimar Make sure fformat is set before use
2007-07-27 reimar Remove some unneeded extern variable declarations
2007-07-27 reimar Remove completely pointless extra return statements
2007-07-27 reimar Fix MSF -> sector conversion being 150 sectors of
2007-07-27 reimar Simplify track length calculation
2007-07-27 reimar Some more *BSD vcd_read simplification
2007-07-27 reimar Fix several 100l
2007-07-27 reimar Factor out some common code
2007-07-27 reimar Somewhat unified *BSD vcd reading
2007-07-27 reimar READ_TOC for making *BSD code more similar
2007-07-27 ptt synced with r23225
2007-07-27 reimar One ifdef less
2007-07-27 reimar Simplify NetBSD vcd_read code
2007-07-27 reimar vcd_inc_msf function also for freebsd vcd_read
2007-07-27 reimar More VCD cosmetics
2007-07-26 reimar 100l, return is missing a value
2007-07-26 reimar Cosmetics to reduce diff between Free- and netBSD vcd stuff
2007-07-26 reimar 10l, fix vcd netbsd compilation
2007-07-26 reimar TOCADDR macro as first step to common *BSD vcd reading code
2007-07-26 iive Disable building of vo_mga on all linux platforms despite not having Matrox card.
2007-07-26 ptt synced with r23856
2007-07-26 gpoirier Intel Mac is fully supported these days
2007-07-26 gpoirier add Hitachi SuperH (SH3) support
2007-07-25 uau Fix configure regexp for enabling FFmpeg features
2007-07-25 reimar Simplify: use FFMAX
2007-07-25 reimar Remove some useless "extern" before function prototypes
2007-07-25 reimar avoid ff_config_enable doing partial matches.
2007-07-25 reimar subdata must be set to NULL when the corresponding data was freed.
2007-07-25 reimar Do not set vo_sub to NULL on changing subtitles, update_subtitles
2007-07-25 diego small wording improvement
2007-07-24 rtogni Fix for bugzilla #835
2007-07-24 kraymer more Spanish man page updates by Fernando Tarín (lists.im gmail com)
2007-07-24 kraymer r23416: Drop the metadata stuff and replace it with generic property string expansion.
2007-07-24 reimar af channels example for ffdca to ALSA reordering
2007-07-23 rtogni Compilation fix workaround for dca.h conflict (it exists in libavcodec
2007-07-23 ptt another correction
2007-07-23 ptt a bunch of corrections, suggested by Nico Sabbi, tnx
2007-07-23 ptt synced with r21537
2007-07-23 ptt now it's synced, to r23342
2007-07-23 ptt my fault doesn't compile html docs...
2007-07-23 ptt synced with r23342
2007-07-22 diego Make the assembler accept VIS instrucitions on ultraSPARC.
2007-07-22 attila document "default" behaviour if CopyFromParent is passed as colormap
2007-07-22 attila 10l
2007-07-22 rtogni DTS decoding via libdca
2007-07-22 voroshil Update sync tag
2007-07-21 diego Remove unused definition.
2007-07-21 ptt (finally) synced with r23272
2007-07-20 reimar Use --static flag for pkg-config if --enable-static was used.
2007-07-20 reimar !00l, last commit mixed up "normal" ggi and ggiwmh tests.
2007-07-20 reimar Change ggi and SDL tests so that linking problems with --enable-static are more
2007-07-20 diego Remove vo_syncfb, which was unused for 5 years.
2007-07-20 mhoffman integrating blackfin optimized yuyvtoyv12 converter
2007-07-20 mhoffman removing reference to bfin_sram.h its not used anylonger
2007-07-20 mhoffman adding blackfin optimized yuyvtoyv12 converter
2007-07-19 gpoirier sync w/r23747, patch by JRaSH % jrash06 A 163 P com %
2007-07-19 reimar Somewhat hackish fix for A-V desync with ao_oss and frame stepping:
2007-07-19 reimar Get rid of a few more useless malloc casts
2007-07-19 reimar Make sure all demuxer subtitles can be selected with 'j', even
2007-07-19 reimar Remove some more useless *alloc casts
2007-07-19 benoit UltraSPARC VIS yuv2rgb
2007-07-19 zuxy Explanation for CPUID flag 'ibs'
2007-07-18 nicodvb fixed bug introduced with the addition of get_ext_stream_properties()
2007-07-18 Gabrov synced with r23747 with corrections
2007-07-18 Gabrov synced with r23748
2007-07-18 voroshil r23748: Leave out (no) prefix from option names for consistency.
2007-07-18 diego Rename mga_vid test to make it more descriptive.
2007-07-18 voroshil r23745: Add the sub_scale property and command.
2007-07-18 Gabrov fix redundant redeclaration warning
2007-07-18 reimar fopen is in stdio.h, so add this include.
2007-07-18 diego Fix a bunch of redundant redeclaration warnings.
2007-07-18 diego Remove unused variables.
2007-07-18 diego Restore vo_mga check, it is Linux-only.
2007-07-18 gpoirier sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
2007-07-18 benoit use YUV440P in swscale
2007-07-17 ptt better translation of 'clip'
2007-07-17 ptt better translation
2007-07-17 ptt synced with r23748
2007-07-17 ptt sync'd with r23747
2007-07-17 diego Remove pointless printing of include and linker paths.
2007-07-17 diego Do not test for the existence of device files during configuration,
2007-07-17 diego Modify X11 headers check so as not to add /usr/include, the default system
2007-07-17 diego Remove /usr/include from the list of places to check for headers,
2007-07-17 diego Put a compilation fix bandaid in place for the png.h issue.
2007-07-17 diego Revert include flag reordering, it does not fix the compilation problem.
2007-07-17 diego Remove commented-out dynamic linking check.
2007-07-17 diego Remove unused scandir() check and fallback implementation.
2007-07-17 diego Remove unused ftello() check and fallback implementation.
2007-07-17 diego Remove unused fseeko() check and fallback implementation.
2007-07-17 diego This was rewritten by Michael, switch copyrights to him and license to LGPL.
2007-07-17 ptt another piece translated :)
2007-07-16 rtogni realrtsp smil files can also use ' as field delimiter instead of "
2007-07-16 diego Reorder CFLAGS, fixes compilation after addition of png.h to FFmpeg.
2007-07-16 diego Remove incomplete compilation fix bandaid.
2007-07-16 diego Remove redundant "all rights reserved" statement, OKed by Walken.
2007-07-16 reimar Avoid crash if a non-existent audio track is selected with -aid
2007-07-16 diego bandaid compilation fix
2007-07-16 zuxy Use native Windows thread API when pthreads isn't available.
2007-07-15 nicodvb added support for -alang and -slang with dvdnav:// streams
2007-07-15 reimar Make sure that sub->id is -2 and sub->sh is NULL if subtitle doesn't
2007-07-15 compn subs working with lavf change
2007-07-14 diego Let us not pretend to be checking for devfs when we are not.
2007-07-14 diego Mark mp3lib, liba52 and libmpeg2 tests as internal.
2007-07-14 diego Group all vo driver checks together.
2007-07-14 diego Move QuickTime codecs check together with the other codecs checks.
2007-07-14 diego typo
2007-07-14 reimar Use stream_read_qword_le
2007-07-13 aurel add support for subtitles thru lavf
2007-07-13 diego Simplify termios test.
2007-07-13 diego typo, wrong variable name in check
2007-07-13 diego Rename nut option and variables to libnut, FFmpeg also contains NUT support.
2007-07-13 diego Remove useless variable indirection.
2007-07-13 diego Remove redundant variable setting.
2007-07-13 attila Fix segfault if an 'strf' chunk couldn't be found in avi
2007-07-13 aurel fix typo in a comment
2007-07-11 iive Print the number of the Unknow color format,
2007-07-11 rtogni Add check for mkstemp
2007-07-11 lorenm remove unused variables
2007-07-11 lucabe Remove unused file (this time for real)
2007-07-11 diego Remove unused test for round().
2007-07-11 diego Remove unused stddef.h check.
2007-07-11 diego Simplify soundcard.h check.
2007-07-11 diego Remove unused variable.
2007-07-11 zuxy Use -font for subtitles when -subfont is not given, patch by kiriuja
2007-07-11 cehoyos Revert r23758: It broke -vf uspp and -vf mcdeint.
2007-07-10 albeu 10L, sub_scale need freetype, add the #ifdef.
2007-07-10 lucabe Resurrect yuv2rgb_init.c, to add a proper license (and some comments about
2007-07-10 cehoyos Fix compilation with -disable-mencoder
2007-07-10 zuxy fix unaligned memory access in asfheader.c, courtesy of Balatoni Denes
2007-07-09 diego Remove unnecessary #ifdef around the whole file.
2007-07-09 diego Remove unnecessary #ifdef around the whole file.
2007-07-09 diego ISO8859-1 --> UTF-8
2007-07-09 diego Mention Bethesda Software VID and Atrac 3 decoders.
2007-07-09 diego ISO8859-1 --> UTF-8
2007-07-09 compn add af_pan balance/fix changes
2007-07-09 compn add sub_scale and loop changes
2007-07-09 compn loop wish fulfilled
2007-07-09 diego Leave out (no) prefix from option names for consistency.
2007-07-09 albeu Add a loop command and property.
2007-07-09 albeu Move loop_times into mpctx.
2007-07-09 albeu Add the sub_scale property and command.
2007-07-08 voroshil Remove unnecessary flip for RGB in v4l1.
2007-07-08 nicodvb 100% cosmetics: reindentation and removal of trailing spaces
2007-07-08 nicodvb unified the skip of header and stuffing bytes after the parsing of pes_extension[12] fields
2007-07-08 voroshil r23687: Implemented tv://[<channel>][/<input_id>] url syntax
2007-07-08 voroshil r23690: fix BUK->BUP typo
2007-07-07 nicodvb 100000000000000l, cured painful stab at the grammar
2007-07-07 torinthiel Synced with 23536
2007-07-07 torinthiel Synced with 23520
2007-07-07 torinthiel Synced with 23579
2007-07-07 torinthiel And antoher one, missed by me previously
2007-07-07 torinthiel Some typos found and fixed by arctgx <arctgx@tlen.pl>
2007-07-07 torinthiel Xvid name change
2007-07-07 Gabrov synced with r23731
2007-07-07 nicodvb 10l, forgot to skip the stuffing bytes eventually prepended to vc1 packets (identified by pes_extension2 subid)
2007-07-07 nicodvb cosmetics: split separate instructions in separate lines
2007-07-07 nicodvb proper parsing of pes_extension[12] fields (replaces the previous code that relied on specific flags set
2007-07-06 iive Fix crash on some DVDs
2007-07-06 reimar Fix CSS format strings, they could print more than two digits for
2007-07-06 reimar Add ENABLE_THREADS and ENABLE_SMALL defines
2007-07-06 reimar Remove empty strlcat and strlcpy files
2007-07-05 reimar Add some missing frees.
2007-07-05 reimar Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpy
2007-07-05 diego license header consistency cosmetics
2007-07-05 diego Group all copyright and author notices together.
2007-07-04 diego Remove unused variables.
2007-07-04 diego Also remove generated tools on distclean.
2007-07-04 diego small grammar fix
2007-07-04 diego Remove LIBXVID_ENCODER from the list of libavcodec encoders if the test fails.
2007-07-04 diego Write configure parameters to configure.log.
2007-07-03 lucabe Remove unused file
2007-07-03 kraymer roff fix (new line for new sentence)
2007-07-03 diego Sync FFmpeg changes:
2007-07-03 diego Cygwin has had inttypes.h since version 1.5.
2007-07-03 diego The file is compiled conditional to USE_DVDREAD so the #ifdef USE_DVDREAD
2007-07-03 diego The header is always included conditional to USE_DVDREAD,
2007-07-02 diego Do not use leading underscores in multiple inclusion guards, they are reserved.
2007-07-02 cehoyos Add equivalent of -Wno-pointer-sign for icc
2007-07-02 diego Consistently use filename as multiple inclusion guard.
2007-07-02 diego Consistently use filenames as multiple inclusion guards.
2007-07-02 diego Add consistent GUI prefix to multiple inclusion guards.
2007-07-02 diego Add multiple inclusion guard.
2007-07-02 diego Consistently use filenames as multiple inclusion guards.
2007-07-02 ptt first step of video.xml translation... (it's soooo huuuuuge..... :))
2007-07-02 diego Fix 'make checkheaders'.
2007-07-02 diego Remove obsolete and misleading comment.
2007-07-02 diego Ignore .ho files.
2007-06-30 voroshil Cosmetics.
2007-06-30 voroshil Don't override input= option value is no input id is passed in tv:// url.
2007-06-29 nplourde bugfix intel mac vo_quartz, PlanarPixmapInfoYUV420 structure requires big-endian value. author Taihei Monma tmkk@mac.com
2007-06-29 rtogni wvx files (mimetype video/x-ms-wvx) are asx playlists. Fix bugzilla #750
2007-06-29 ptt synced to r23690, since it is
2007-06-29 ptt another bunch of corrections, suggested by nico
2007-06-29 ptt synced with r23579
2007-06-29 ptt revert r23538. my fault, didn't see there where 2 phrases, sorry...
2007-06-29 kraymer fix BUK->BUP typo
2007-06-29 ptt sparse grammar and syntactical corrections
2007-06-29 voroshil remove file that was added by mistake.
2007-06-28 voroshil Implemented tv://[<channel>][/<input_id>] url syntax
2007-06-28 reimar Get rid of my_memcpy_pic code duplication in many filters.
2007-06-28 diego comment grammar fixes
2007-06-27 diego Get rid of duplicate processor feature variables.
2007-06-27 diego Add comments to some preprocessor directives.
2007-06-27 diego Mark main() function as a function that takes no parameters.
2007-06-27 Gabrov synced with r23680
2007-06-27 reimar Fix vo_x11_clearwindow_part: x position is one less to avoid not clearing
2007-06-27 diego Fix "control reaches end of non-void function" warnings.
2007-06-27 diego Fix unused variable warnings.
2007-06-27 diego Fix implicit declaration of function warnings.
2007-06-27 reimar Remove some unused variables
2007-06-27 reimar Make X11 window creation and (with -fixed-vo) management simpler and more
2007-06-27 diego Remove check for localtime_r, the function is not used within MPlayer.
2007-06-26 kraymer r23504: -lavdopts threads is only implemented for mpeg[12]
2007-06-26 ben fix Radeon/Rage128 vidix with I420 colorspace (U/V were inverted)
2007-06-26 reimar Lots of cosmetics for gl2
2007-06-26 reimar Remove two unused variables
2007-06-26 reimar Remove overly complex and unused per-subtexture "dirty" handling
2007-06-26 reimar Remove now unused variable
2007-06-26 reimar remove useless calloc cast
2007-06-26 ptt synced with r23609
2007-06-26 reimar Remove some unused code and useless error checking that only clutters the code
2007-06-25 reimar Hint at the Makefile for information how to build dha with svgalib_helper
2007-06-25 reimar Hint at --disable-* options as a workaround for outdated binutils.
2007-06-25 ptt synced with r23608 + other fixes
2007-06-24 rtogni start= and end= parameters on realrtspurls may be optionally quoted with
2007-06-24 reimar config.h must be included before other headers
2007-06-24 reimar Hide our swab prototype when the system has swab since at least the
2007-06-24 reimar Make sure we always have a swab() prototype when we use it,
2007-06-24 reimar Use proper PRI?64 format strings
2007-06-24 reimar define HAVE_FAST_UNALIGNED on x86 (32 and 64 bit).
2007-06-24 reimar Remove unused and trivial string variable
2007-06-24 reimar Remove unused function.
2007-06-24 reimar Remove unused (static) function prototype.
2007-06-24 reimar Fix format string to match actual type.
2007-06-24 reimar Move variable into the block where it actually used
2007-06-24 reimar index_mode is already defined in demuxer.h
2007-06-24 reimar get rid of useless *alloc casts
2007-06-24 reimar Get rid of: useless variable, useless cast and void * arithmetic
2007-06-24 reimar Use AV_RL32
2007-06-24 reimar Fix format strings to match argument type
2007-06-24 reimar Remove unused query_format function in vf_harddup.
2007-06-24 reimar Return value of gtk_entry_get_text is const, so declare variables as const as well.
2007-06-24 reimar ff_gcd is already in libavutil/common.h, no need for an extra prototype here
2007-06-24 reimar Avoid more void * arithmetic
2007-06-24 reimar revert broken r23628, mp_core.h is not included by cfg.h, so double extern
2007-06-24 reimar get_path prototype is already in interface.h and probably many more places.
2007-06-24 reimar Avoid vo_sdl void * arithmetic
2007-06-24 reimar Remove completely pointless "!= 1".
2007-06-24 reimar Another unneeded xinerama_screen extern
2007-06-24 reimar xinerama_screen is already declared in video_out.h
2007-06-24 reimar Add missing return value for x11 error handler
2007-06-24 reimar Cast sizeof() to int in mp_msg arguments so it fits the format string on 64bit
2007-06-24 reimar Avoid void * arithmetic
2007-06-24 reimar Some comment typo fixes
2007-06-24 reimar make opt argument of demux_info_get const.
2007-06-24 reimar Remove two unused functions in asxparser
2007-06-24 reimar Get rid of a completely useless cast
2007-06-24 reimar ass_enabled is already in mp_core.h
2007-06-24 reimar Do not prototype spudec_draw_scaled twice
2007-06-24 reimar suboverlap_enabled is already declared in included subreader.h
2007-06-24 reimar vo_init is x11 specific and has no place in video_out.h.
2007-06-24 reimar Remove redundant vo_format_name, included img_format.h already provides it
2007-06-24 reimar Add a (almost correct) prototype for vcd_seek_to_track
2007-06-24 reimar pstrcpy -> av_strlcpy
2007-06-24 reimar Fix dvd:// subtitle handling to always report the MPEG stream id, because
2007-06-24 reimar Remove the now unused demux_mkv_change_subs function
2007-06-24 reimar Simplify and correct subtitle selection, no more special cases for
2007-06-24 reimar Set demuxer->sub->sh to one of the s_streams like done for audio and video.
2007-06-24 voroshil r23504: -lavdopts threads is only implemented for mpeg[12]
2007-06-24 voroshil r23578: Fix license header.
2007-06-24 voroshil r23588: The audio balance feature implemented with af_pan.
2007-06-23 aurel add myself as co-maintainer of demux_mkv.c
2007-06-23 reimar Fix r23353, it broke ao_sun on non-BSD due to accidentially removing
2007-06-23 reimar Fix memleak due to not freeing demuxer->s_streams
2007-06-23 reimar 100l, last demux_mkv patch passed ints instead of pointers to them to sscanf
2007-06-23 reimar Use sh_sub_t instead of mkv_track_t argument where possible, simplifying the code a bit.
2007-06-23 reimar Document the effect of -really-quiet on gmplayer.
2007-06-23 diego Nico claims to never have had any problems with X11 compilation on Mandrake.
2007-06-22 reimar Hack around some fullscreen issues with gl under Windows
2007-06-22 lu_zero unbreak armv6 previously broken by me...
2007-06-22 mhoffman integrating ff_bfin_get_unscaled_swscale into the system
2007-06-22 mhoffman adding Blackfin swscale_bfin infrastructure, and the first swscale routine uyvy to yv12 video resampler
2007-06-22 mhoffman document pointer offset by -8
2007-06-22 mhoffman re pipeline loop, to eliminate extra chroma reads
2007-06-22 mhoffman correct chroma skewing bug, caused by incorrect stride adjustments
2007-06-21 lu_zero Unbreak altivec
2007-06-21 ptt grammar error fixed
2007-06-21 ptt elected me as italian docs translation mantainer, so i can get my own insults ;)
2007-06-21 ptt sync'ed with r23588
2007-06-21 ptt other corrections, pointed out by emanuele aina (italian translation project)
2007-06-21 ptt a few corrections, pointed out nicely by nico sabbi, thanx
2007-06-21 ptt added some carriage returns and full stops, plus a missing 'option'
2007-06-21 voroshil Revert r23530.
2007-06-20 uau demux_mkv very long seek fix
2007-06-20 uau Fix demuxer.h multiple inclusion guard
2007-06-20 reimar Remove useless demnuxer.h include from matroska.h, it creats "hundreds" of
2007-06-20 cehoyos Simplify network timeout calculation.
2007-06-20 zuxy The audio balance feature implemented with af_pan.
2007-06-19 compn some more reqs from users
2007-06-19 reimar Simplify generation of CPU-extensions HAVE_ and ENABLE_ defines
2007-06-19 reimar Simplify generation of ARCH_ and corresponding ENABLE_ defines
2007-06-19 reimar Add an optional third parameter to ff_config_enable in preparation
2007-06-19 reimar Allow to disable x86 cpu extensions (e.g, via --disable-sse) even with
2007-06-19 gpoirier fix typos noted by Nicolas Legrand
2007-06-19 diego Port changes for older Subversion releases from FFmpeg.
2007-06-18 diego misc small fixes
2007-06-18 diego Activate license notice.
2007-06-18 diego Fix license header.
2007-06-18 ptt they said 'colla' was cacophonic.... probably indeed it was :) changed.
2007-06-18 ptt synced with r21930
2007-06-18 cehoyos Silence three warnings.
2007-06-18 cehoyos Stop playing at eof or if no data arrives for ten seconds.
2007-06-18 gpoirier sync w/ r23561
2007-06-17 zuxy More accurate seeking for demuxers lacking DEMUXER_CTRL_GET_TIME_LENGTH control
2007-06-17 zuxy Add AF_CONTROL_PAN_BALANCE control
2007-06-17 reimar Set subtitle type in mpg demuxer. Fixes subtitle switching with 'j'
2007-06-17 reimar Merge (trivial) dvdnav and dvdread subtitle selection code
2007-06-17 reimar Make sure we do not access demuxer->s_streams out of bounds
2007-06-16 uau Remove broken option reset from per-file loop
2007-06-16 rtogni Compilation fix: define some ENABLE needed by lavc
2007-06-16 reimar Add HAVE_ Makefile variables needed by ffmpeg
2007-06-16 reimar Missing libswscale part of TARGET_ -> HAVE_ change
2007-06-16 reimar Follow ffmpeg TARGET_ARCH_* -> ARCH_* change.
2007-06-16 reimar Copile fix: missing libswscale part of ffmpeg r9322 TARGET_ARCH -> ARCH change.
2007-06-16 gpoirier add missing IDCT algothim, as defined in libavcodec/avcodec.h
2007-06-15 eugeni When parsing ass-force-style arguments, search for '=' and '.' characters with
2007-06-15 eugeni Make sure there is at least one style in ass_track when parsing events.
2007-06-15 ptt synced with r23536
2007-06-15 compn update wishlist
2007-06-13 diego misc spelling fixes
2007-06-13 cehoyos Do not allow to compile gui without PNG decoder in libavcodec.
2007-06-13 ptt grammatical error fixed
2007-06-13 zuxy Remove incorrect comment: pan defaults to block all, instead of pass-thru.
2007-06-13 zuxy Avoid zero output for pan filter; zero output now means same # of channels
2007-06-13 zuxy Make pan reentrant. Multiple pans in chain work fine.
2007-06-12 nicodvb clearly specify the valid substream id range, rather than using unreadable bitmasks (it also prevents misdetection 0xFF as valid)
2007-06-12 gpoirier refine the example of -menu-chroot yet more
2007-06-12 gpoirier give an example of -menu-chroot usage
2007-06-12 ptt little corrections suggested by nico sabbi , thanx
2007-06-12 cehoyos Fix compilation after FFmpeg r9283.
2007-06-11 voroshil r23516: little indentation fix
2007-06-10 diego Sync with FFmpeg r9278.
2007-06-10 lu_zero avoid utter breakage on non-x86, patch from Chris Roccati <roccati@at@pobox.dot.com>
2007-06-10 ptt yes, interleave was deeply wrong translated. corrected
2007-06-10 ptt changed forgotten $Revision... to synced with.... sorry :(
2007-06-10 ptt small grammar fixes
2007-06-10 ptt removed a forgotten part in english plus small corrections
2007-06-10 ptt capital char and relative dot at end of phrase removed
2007-06-10 ptt <note><para> indentation corrected
2007-06-10 ptt caps character after "Explanation:" in tvinput.xml
2007-06-10 ptt added italian translation of codecs.xml & containers.xml
2007-06-10 aurel Don't set random codec parameters for AC3/DTS in mkv.
2007-06-10 Gabrov synced with r23531
2007-06-10 gpoirier sync w/r23530
2007-06-10 nicodvb removed functions that were used to parse mpeg12 video (no more video); patch by John Donaghy
2007-06-10 voroshil Teletext support for tv:// (v4l and v4l2 only)
2007-06-09 nicodvb init ts_probe to 0 and probe up to TS_MAX_PROBE_SIZE if the parameter
2007-06-09 lorenm x264 no longer defaults to qp=26.
2007-06-09 nicodvb added support for DTS1 audio descriptor
2007-06-09 nicodvb 1000000l, descriptor VC-1 identifies VIDEO_VC1, not AUDIO_DTS
2007-06-09 henry set the window aspect hint
2007-06-08 compn add mmes fourcc for mpeg2 in avi files
2007-06-08 cehoyos Simplify addition of -Wdeclaration-after-statement to CFLAGS.
2007-06-08 cehoyos Support icc 10.0.
2007-06-08 gpoirier sync w/r23504
2007-06-08 ptt reversed previus modification (r23517)
2007-06-08 ptt changed vowels to accented utf8 vowels
2007-06-08 ptt other two files translated :)
2007-06-08 ptt small indentation and tags fixes
2007-06-08 ptt little indentation fix
2007-06-08 zuxy Enable SIMD optmizations for mp3lib on AMD64
2007-06-08 ptt sync'ed up to r23504
2007-06-08 voroshil Add regular #define for header file.
2007-06-08 ptt italian xml/html docs translation - first step. up till now accented vowels are
2007-06-08 cehoyos Cosmetics: Fix indentation after last commit.
2007-06-08 cehoyos Add -Wdeclaration-after-statement etc. only to gcc.
2007-06-08 cehoyos Compile C++ files with the same compiler as all other files.
2007-06-08 reimar Fix yuv2rgb C functions to work for widths divisible by 4 but not by 8
2007-06-08 reimar Fix config declarations so that things like rtc=no work in addition to nortc=yes
2007-06-08 reimar Set errno to 0 after printing it, not before
2007-06-08 voroshil Fix compiler warnings.
2007-06-08 lorenm -lavdopts threads is only implemented for mpeg[12]
2007-06-07 cehoyos Add -Wpointer-arith, -Wredundant-decls and -Wdisabled-optimization to CFLAGS.
2007-06-07 eugeni Fix segfault when encoding from an mkv file with embedded fonts.
2007-06-07 reimar Mention change to libamr in Changelog
2007-06-07 nicodvb in vidix check protect [A-Z] and [a-z] with single quotes as in other checks; fixes some untranslated lowercases
2007-06-07 reimar 100l, fix compile error in r23498 due to bad copy in paste
2007-06-07 reimar RGB8/BGR8 IMGFMTs are paletted in case of swscale input.
2007-06-07 voroshil implement "bind sections"
2007-06-07 cehoyos Add -Wno-switch to CFLAGS.
2007-06-07 cehoyos Fix r23494: It broke gcc 2.95.3
2007-06-07 cehoyos Add -Wno-pointer-sign to CFLAGS
2007-06-07 reimar Add 2vuy fourcc to rawuyvy codec
2007-06-07 diego Add -Wall (back) to default CFLAGS.
2007-06-07 cehoyos Remove 'CONFIG_LIB=1' line from config.mak when not using libfaac.
2007-06-07 cehoyos Fix compilation after FFmpeg r9235.
2007-06-07 uau Calculate pts with double precision in demux_asf
2007-06-07 zuxy 10l: correct Core 2 detection under x86-64
2007-06-06 kraymer Partial sync with en/mplayer.1 r23455 (patch by JRaSH)
2007-06-06 voroshil r23440: New "automute" tv:// option.
2007-06-06 zuxy Change some static temporary vars to automatic ones because mingw32 binutils
2007-06-06 zuxy Align output pointer so that we can use movaps instead of movups in dct64_sse;
2007-06-05 ptt little correction to make nroff not to complain about line lennghts....
2007-06-05 ben protect _vidix_drivers variable, allowing --with-vidix-driver option to actually handle more than one driver
2007-06-05 ptt sync'd up to r23467
2007-06-05 diego Create a new MSGT for just the status line.
2007-06-05 reimar Do not use fast_memcpy when data is read again immediately afterwards.
2007-06-05 reimar Do not use fast_memcpy for small size copy, esp. when the size is constant
2007-06-05 reimar Replace implicit use of fast_memcpy via macro by explicit use to allow
2007-06-05 reimar Use avcodec_decode_audio2 in ad_ffmpeg.c
2007-06-05 kraymer r23410: add documentation for new -menu-chroot option
2007-06-05 mhoffman correcting spelling error, yuv2rgb888_line was renamed to yuv2rgb24_line
2007-06-05 reimar Make gmplayer show right colors if X server does not use native byteorder.
2007-06-05 reimar Avoiding sscanf in cddb support reading more data with %s than buffer size
2007-06-05 diego Keep -pipe option in CFLAGS even in debug mode.
2007-06-05 gpoirier sync w/23467 (was just a typo in english doc, no incidence here)
2007-06-05 corey then/than typo spotted by "JRaSH"
2007-06-05 diego Keep unused parameter warnings in debug mode.
2007-06-05 kraymer r23416: Drop the metadata stuff and replace it with generic property
2007-06-04 reimar get rid of Gui code that has been commented out since ages
2007-06-04 reimar Factor out some duplicated gui code
2007-06-04 reimar Remove some useless code
2007-06-04 zuxy Use 'static inline' instead of 'inline static' to avoid warnings
2007-06-04 zuxy Change '%ld' to '%d' to remove warnings introduced by r23452
2007-06-04 zuxy Correct dct64 functions' declarations
2007-06-03 zuxy Remove unused parameter for mp_msg
2007-06-02 gpoirier sync w/ r23455
2007-06-02 gpoirier compilation fix after commit r9172 to ffmpeg, patch by Aurel
2007-06-02 ptt new sentences on new lines, diego says ;-P
2007-06-02 ptt sync'ed up to r23440 + a _big_ correction of tv suboptions
2007-06-02 zuxy Remove non-existing make_decode_tables_MMX()
2007-06-02 zuxy Use int and uint32_t instead of long and unsigned long, when appropriate.
2007-06-02 zuxy Make realloc_struct inline as other functions defined in demuxer.h
2007-06-02 diego 10l: Remove overlooked instance of NOAVIFILE_HEADERS.
2007-06-02 eugeni Revert r23443, it breaks compilation without libass.
2007-06-02 diego Get rid of superfluous __WINE__ #define, it was always enabled and
2007-06-02 diego Get rid of superfluous NOAVIFILE_HEADERS #define, it was always enabled and
2007-06-02 diego Get rid of superfluous MPLAYER #define, it was always enabled and
2007-06-02 nicodvb prog_id is an uint16_t; reported by Mario Rossi (mariofurire googlemail com)
2007-06-02 compn update manual date, its been 8 months...
2007-06-01 eugeni Recode the whole subtitle file to utf-8 before parsing.
2007-06-01 eugeni Move code for reading a file and recoding it to utf-8 to a separate function.
2007-06-01 voroshil mjpeg support for v4l2 tv:// driver
2007-05-31 voroshil New "automute" tv:// option.
2007-05-31 voroshil r23370: added missing fps
2007-05-31 voroshil r23416: Drop the metadata stuff and replace it with generic property string expansion.
2007-05-31 zuxy Remove no more used TARGET_BUILTIN_VECTOR and TARGET_BUILTIN_3DNOW
2007-05-31 albeu Add new properties percent_pos and time_pos.
2007-05-31 albeu Make the length property use the time type.
2007-05-31 albeu Move the time printing code out of the length property.
2007-05-31 albeu Add a print function for the time option type.
2007-05-31 jheryan sync to 24.5.2007
2007-05-31 albeu Add the recently introduced properties to the documentation.
2007-05-31 albeu Allow setting the direction in the step_property command.
2007-05-31 albeu Fix the step_property coammand to correctly handle the step size with
2007-05-31 mhoffman Adding myself to the authors page.
2007-05-31 ptt little fix
2007-05-31 ptt sync.d up to r23425!!! ehi, it's updated :)))
2007-05-31 ptt removed unneeded space
2007-05-31 ptt removed an unneeded comma
2007-05-31 ptt added '&' for 'e.g.'
2007-05-30 ptt sync'd up to r23416
2007-05-30 ptt moved a line below, since probably it's righter there...
2007-05-30 ptt added a missing space char
2007-05-30 ptt sync'd up to r22845
2007-05-30 benoit rename attribute_unused to av_unused as it is declared in common.h
2007-05-30 zuxy Use play duration instead of send duration to calculate the length
2007-05-30 albeu Drop the metadata stuff and replace it with generic property string expansion.
2007-05-30 albeu Make command.h usable without the MPContext typedef.
2007-05-30 albeu Add PRINT to the samplerate property.
2007-05-30 albeu Fix fallback on the default GET_TYPE for unvailable/disabled
2007-05-29 albeu Make all the info available via the metadata API available via properties.
2007-05-29 albeu Rework the property API to allow sub properties such as
2007-05-29 ben add documentation for new -menu-chroot option
2007-05-29 ben new -menu-chroot option that prevent OSD file selection menu to go to an unwanted location (yeah, chroot ;-))
2007-05-29 diego Only one section remains unfinished, typo.
2007-05-29 diego typo
2007-05-29 kraymer r23325: dv does not support YVU9
2007-05-29 kraymer add note about unfinished "codec specific encoding options" section
2007-05-28 reimar Get rid of __attribute__((__packed__)) in Matroska demuxer
2007-05-28 diego Add LGPL license header.
2007-05-28 cehoyos 10l: r23399 broke mov/mp4 demuxing
2007-05-28 ptt little typo fix
2007-05-28 diego Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.
2007-05-28 diego Remove some unused variables, patch by timwoj ieee org.
2007-05-28 diego Move variable declaration into conditional to avoid an unused variable warning.
2007-05-28 diego Remove unused variables.
2007-05-27 michael HAVE_MMX1 -> HAVE_ONLY_MMX1 (makes more sense ...)
2007-05-27 reimar More fastmemcpy.h removal
2007-05-27 reimar Remove more pointless fastmemcpy.h includes in libvo
2007-05-27 reimar Removed useless fastmemcpy.h includes in video decoders
2007-05-27 reimar Remove two useless fastmemcpy.h includes in gui code.
2007-05-27 reimar Remove useless fastmemcpy.h include for filters that do not even do any memcpy.
2007-05-27 gpoirier sync w/ r23370
2007-05-27 Gabrov synced with r23388
2007-05-27 gpoirier Partial sync with r23370, with only one section obsolete.
2007-05-27 rik compilation fix: ff_ _encode added and temporarily disabled mjpeg_write_tables
2007-05-26 nicodvb fixed off-by-one bug during chapter-listing; fixed by Jared Breland (list-mplayer@legroom.net) and me
2007-05-25 ben allow left key command to close text menus too
2007-05-25 ben rename some menu open functions, to avoid confusion with libc native open()
2007-05-25 zuxy Record what was produced by make_decode_table_MMX() and used that data to
2007-05-24 jheryan Sync to 30.3.2007
2007-05-24 michael more sensless repo moving ..moving ...
2007-05-24 voroshil remove unnecessary stubs which were not ever used.
2007-05-23 ivo ffmpeg -sws_flags command line option to set swscaler flags
2007-05-23 zuxy Remove hardcoded registers
2007-05-22 Gabrov synced with r23370
2007-05-22 zuxy Replace hardcoded 32-bit leal with equivalent add/sub so pointer arithmetic will be 64-bit under AMD64
2007-05-22 zuxy Set i_bps for ASF video streams according to extended stream properties
2007-05-22 zuxy Remove unused synth_1to1_mono()
2007-05-21 ptt sync'ed up with r21654
2007-05-21 voroshil make v4l1 driver work properly.
2007-05-21 ptt sync'ed up with r21561
2007-05-21 ptt added missing fps
2007-05-21 voroshil missed sync tag update
2007-05-21 voroshil r23367: little alignment fixes
2007-05-21 ptt little alignment fixes
2007-05-21 ptt sync'ed up with r23028
2007-05-21 ptt little fixes
2007-05-21 zuxy 10l: cosmetic: more trailing whitespaces removed
2007-05-21 zuxy Cosmetic: remove trailing whitespaces
2007-05-21 zuxy New tags introduced for AMD K10 and Intel Penryn
2007-05-21 diego Add "uclinux" as an accepted system type in the linux() test.
2007-05-21 zuxy Rewrite generic code in decode_MMX.c in C for easier AMD64 port. Slightly faster than original assembly.
2007-05-20 ben missed part of gui code change while introducing -subfont option (patch by Piotr Kaczuba)
2007-05-20 eugeni Fix #if condition.
2007-05-20 eugeni FT_Request_Size does not exist in FreeType 2.1.*. Fallback to FT_Set_Char_Size.
2007-05-20 ben add new -subfont option, that allows having a different font for OSD (controls and menu) and subtitles
2007-05-20 ben get rid of -menu-utf8 and -menu-unicode once for all, patch by Guillaume Lecerf
2007-05-20 reimar Move common ioctl outside of ifdef
2007-05-20 reimar Clean up some unused code and #ifdef mess in ao_sun.c
2007-05-20 reimar Implement flushing of audio data. Fixes bug #754.
2007-05-20 reimar Fix OpenBSD compilation: strndup is a GNU extension.
2007-05-20 reimar Remove unused code, if it is ever needed it can be recovered from history
2007-05-20 zuxy Add SSSE3 check
2007-05-19 ben buggy joystick initialization, works much better without this
2007-05-19 voroshil -----mencoder.xml----
2007-05-19 eugeni Correct font size in libass.
2007-05-19 mhoffman Blackfin optimized uyvytoyv12 routine. the implementation includes chroma averaging.
2007-05-19 reimar Update regexp to ffmpegs version to avoid incorrect CONFIG_MP3_HEADER_DECOMPRESS_DECODER
2007-05-19 reimar Fix compilation: Create CONFIG_*_BSF in config.mak
2007-05-19 diego Add ID to example.
2007-05-19 zuxy Fix bug in reference code
2007-05-18 eugeni Revert y-axis rotation. Change order of rotations.
2007-05-18 corey cosmetics: fix indentation for previous commit
2007-05-18 corey PIX_FMT_NONE is -1, not 0, so if stream->imgfmt is 0, ctx->pix_fmt gets
2007-05-17 diego Clean up VIDIX test.
2007-05-17 diego 10l: leftover line from incompletely split commit
2007-05-17 diego Remove awk test. awk is a basic Unix tool, any implementation is sufficient.
2007-05-17 diego Move the internal VIDIX check from a random place into the VIDIX section.
2007-05-17 diego Remove redundant negation of _vidix_internal for the 'sunos && not x86' case,
2007-05-17 diego Merge internal and external VIDIX checks.
2007-05-17 diego ffdts is no more.
2007-05-17 reimar Reuse AV_RL macros in ogg demuxer instead of its own overcomplicated implementations of it.
2007-05-17 reimar Make use of new AV_RL64
2007-05-17 reimar Remove useless setting of dp->len, it is already set to that value by
2007-05-17 corey Pass imgfmt from lavc encoder to lavf muxer (this is needed for dv).
2007-05-17 corey Add imgfmt (AKA pixel format) to muxer_stream_t so that encoders can
2007-05-17 corey 1L to me: dv does not support YVU9.
2007-05-16 reimar "inline" is used elsewhere and more portable than "__inline"
2007-05-16 reimar Include string.h for memcpy, fastmemcpy.h alone is not enough.
2007-05-16 diego Remove extern C declarations for C++.
2007-05-15 reimar Avoid passing test invalid arguments when string is empty.
2007-05-14 kraymer fix typo
2007-05-14 kraymer r23152: Add -ass-hinting option for setting font hinting method.
2007-05-14 eugeni Support fractional font sizes.
2007-05-14 eugeni Limit ass_font_set_transform to nonrotating transformations.
2007-05-14 reimar Make vd_raw VDCTRL_QUERY_FORMAT simpler to understand
2007-05-14 voroshil r23308: List dv in pixel formats lavc's dv encoder supports.
2007-05-14 compn fix formating of lavcopts format suboptions
2007-05-14 uau Fix double free() in demux_asf.c
2007-05-14 uau Output message fix
2007-05-13 compn add svq1 lavcopts format colorspace
2007-05-13 diego Add standard license header, confirmed by Nick in private mail.
2007-05-13 diego ARMv6 detection, patch by Siarhei Siamashka, siarhei.siamashka gmail com
2007-05-13 corey List dv in pixel formats lavc's dv encoder supports.
2007-05-13 gpoirier Blackfin optimized YUV420 to RGB CSC Color Space Converters.
2007-05-13 corey Add DV fourcc.
2007-05-13 rtogni Compilation fix after ffmpeg r9010 (bitstream filters optional
2007-05-12 voroshil r23283: wrong suboption for vo gif89a, revision 16722 shows the problem, this manpage error is 18 months old!
2007-05-12 voroshil r23271: libdha is no more.
2007-05-12 reimar Simplify -flip handling on vo_x11.c
2007-05-12 reimar Fix crash with -flip on 64 bit systems, the result of
2007-05-12 reimar Factor common code out of if in x11_common.c
2007-05-11 diego Compile internal FFmpeg libraries only when configure enabled the static
2007-05-11 diego help output typo noticed by Ramiro Polla
2007-05-11 compn update changelog and bump codecs.conf release number
2007-05-11 ivo cosmetics; one test per line for all isXXX(x) macros
2007-05-11 diego Add correct boilerplate license headers.
2007-05-11 diego prettyprinting cosmetics
2007-05-10 ben new VIDIX driver for IVTV cards, original patch by Lutz Koschorreck
2007-05-10 compn add txd codec, works with http://samples.mplayerhq.hu/game-formats/txd/fronten2.txd .
2007-05-10 compn update copyright year'
2007-05-10 reimar Fix indentation broken in r23287
2007-05-10 reimar Support theora in mkv. Sample: http://samples.mplayerhq.hu/Matroska/theora.mkv
2007-05-10 reimar Avoid code duplication in mkv demuxer for standard fourcc/extradata handling
2007-05-10 reimar Fix track info being read for the wrong track introduced in r20598
2007-05-10 reimar Missing -1 in the FreeBSD code to get the first CD track number
2007-05-10 gpoirier sync w/r23283, fix a French typo
2007-05-10 reimar Reuse linux code for reading png images for windows Gui,
2007-05-10 compn wrong suboption for vo gif89a, revision 16722 shows the problem, this manpage error is 18 months old!
2007-05-09 eugeni Don't deallocate font data if it will be used later.
2007-05-09 ivo remove the need of one extra shift in rgb16ToUV
2007-05-09 reimar Ignore comments where no '=' follows the comment name (otherwise
2007-05-09 ivo Fix rgb15ToUV. Correct order of components and use one shift less.
2007-05-09 ben allow sis vidix driver to access registers and avoid segfaulting (patch by Andrew Calkin)
2007-05-08 ben cosmetic: indent
2007-05-08 ben cosmetic: use K&R coding style, as in reste of the file
2007-05-08 ben added my latest contribution to VIDIX in AUTHORS file
2007-05-08 ben take the lead on VIDIX, as pointed out by Diego
2007-05-08 ben removed obsolete section
2007-05-08 diego 10l syntax error
2007-05-08 diego libdha is no more.
2007-05-08 michael try to limit the mess from the svn moves by pointing to the new location
2007-05-08 voroshil r23240: document lavc's 'level' option, patch by Carl Eugen Hoyos
2007-05-08 ben mention myself (besides Sascha) to VIDIX import and maintainship
2007-05-08 ben libdha is gone now, don't mention it anymore
2007-05-08 ben notify of pvr channel navigation feature in ChangeLog
2007-05-08 ben added Sven latest contribution to AUTHORS file
2007-05-08 ben added proper GPL headers to new stream/pvr.h file
2007-05-08 ben give credits to Sven for pvr channel navigation
2007-05-08 ben support for PVR channel navigation (patch by Sven Gothel <sgothel at jausoft dot com>)
2007-05-08 ben description for -menu-keepdir option
2007-05-08 diego These files are now in the separate NUT repository.
2007-05-07 gpoirier add MPlayer's local changes introduced in r23258
2007-05-07 gpoirier compile fix for regression introduced by r23254
2007-05-07 nicodvb For DVR-MS:
2007-05-07 ben fix libmenu compilation with fridibi enabled
2007-05-07 ben cast to what's really expected
2007-05-07 gpoirier iWMMXt-accelerated DCT and motion compensation for ARM processors
2007-05-07 ivo test for tab characters
2007-05-07 compn note about gui depending on libavcodec instead of libpng
2007-05-07 ivo do not run stupid code checks if chfilelist is empty
2007-05-07 ben use already existing function to get utf8 char in libmenu (thx to reimar)
2007-05-07 ben used FFMAX macro as pointed out by reimar
2007-05-07 ben removed useless casts as pointed out by reimar
2007-05-07 ben new -menu-keepdir option that allows libmenu file browser to always restart browsing from the last place we were instead of current dir
2007-05-07 ben support for hebrew through fribidi in libmenu (geexbox patch #580)
2007-05-07 ben support for unicode/utf8 in libmenu (geexbox patch #545)
2007-05-07 reimar remove unused code
2007-05-07 reimar Fix Gui colors for 32 bit png images after switch to libavcodec decoding
2007-05-07 cehoyos Fix compilation after FFmpeg r8921
2007-05-06 cehoyos document lavc's 'level' option
2007-05-06 gpoirier document lavc's 'level' option, patch by Carl Eugen Hoyos
2007-05-06 cehoyos Play amr_nb and amr_wb with FFmpegs r8880
2007-05-05 reimar mplayer.rc depends on version.h
2007-05-05 diego Fix "inline keyword not at beginning of declaration" warning.
2007-05-05 voroshil r23225: The GUI no longer depends on libpng.
2007-05-03 gpoirier sync with r23028, patch by JRaSH % jrash06 A 163 P com%
2007-05-03 eugeni Move variables and a function under #ifdef FC_VERSION to avoid warnings.
2007-05-03 eugeni Deallocate FontConfig objects.
2007-05-03 eugeni Fix stupid bug in r23229.
2007-05-03 eugeni Deallocate string.
2007-05-03 eugeni In ass_font_new, allocate temporary ass_font_t on stack and return the pointer
2007-05-03 eugeni Make cache_*_add functions return the pointer to new (copied) value.
2007-05-03 Gabrov synced with r23227
2007-05-03 cehoyos add "level" as lavc option
2007-05-03 diego MJPEG decoding does not depend on libjpeg.
2007-05-03 diego The GUI no longer depends on libpng.
2007-05-03 diego Simplify libamr_nb test.
2007-05-03 diego cosmetics: Rename remaining instances of amr_* to libamr_*.
2007-05-03 diego Rename amr_nb and amr_wb options to libamr_*.
2007-05-03 diego FFmpeg sync: Rename AMR config settings to LIBAMR.
2007-05-03 diego cosmetics: Rename _amr* variables to _libamr*.
2007-05-03 diego FFmpeg sync: Rename DTS_DECODER --> LIBDTS_DECODER.
2007-05-02 reimar Use calloc instead of malloc+memset
2007-05-02 reimar Missing free on error in conv24to32
2007-05-02 reimar Simplify bgr2rgb
2007-05-02 reimar Remove unused function
2007-05-02 reimar Make functions and variables not used outside bitmap.c static
2007-05-02 reimar Simplify conv24to32 for-loop
2007-05-02 reimar Remove useless extern before function prototypes
2007-05-02 reimar Remove libpng dependency for Gui, use libavcodec instead
2007-05-02 reimar Disable internal vidix on PPC linux, it breaks compilation.
2007-05-02 diego Fix commit nick.
2007-05-02 eugeni Always deallocate glyphs. Fixes memory leak.
2007-05-02 benoit cosmetics: indentation after previous patch
2007-05-02 benoit test if color conv fonction exists prior to using it
2007-05-01 eugeni Fix NULL pointer dereference in demux_mkv that happens when
2007-05-01 gpoirier sync w/ r23162
2007-05-01 nicodvb dvdnav:// depends on our fork of libdvdnav
2007-05-01 nicodvb reindented dvdread check block
2007-05-01 nicodvb libdvdnav now depends on our fork of the library; only the version without
2007-05-01 diego Reuse common Makefile infrastructure.
2007-05-01 diego cosmetics: Move depend target (preparation for upcoming change).
2007-05-01 diego Clarify whom to send translations to.
2007-05-01 eugeni Update comments.
2007-05-01 eugeni Cosmetics.
2007-05-01 eugeni Move glyph_to_bitmap() call and outline glyph deallocation to
2007-05-01 gpoirier sync w/ r23152
2007-05-01 eugeni Minor code simplification.
2007-05-01 eugeni Move get_bitmap_glyph() call to a separate loop.
2007-05-01 eugeni Move transform_3d() call to get_bitmap_glyph().
2007-05-01 eugeni Make a function static.
2007-05-01 eugeni Don't recalculate rotation radius.
2007-05-01 eugeni Bugfix: glyph cache depends on border width, because it contains outline_glyph
2007-05-01 diego Merge FFmpeg dependency handling into the individual tests.
2007-05-01 diego cosmetics: Fix bogus indentation.
2007-04-30 ben synced with upstream vidix, prevented some drivers to work on some configs/archs
2007-04-30 ben deprecated comment from the time the pvr code was half V4L2 and half IVTV specific
2007-04-30 ben one more spelling fix
2007-04-30 ben accurate X200 memory size detection (patch by rjoco77 at kezdionline dot ro)
2007-04-30 ben spelling fix
2007-04-30 Gabrov synced with r23179
2007-04-30 diego cosmetics attack, part IV: Remove all tabs and prettyprint/reindent the code.
2007-04-30 voroshil r23161: Remove outdated and wrong references to codecs.conf.
2007-04-30 voroshil sync tag update
2007-04-30 iive 10l to Diego for breaking svn (again).
2007-04-29 diego cosmetics attack, part III: Remove all tabs and prettyprint/reindent the code.
2007-04-29 diego cosmetics: Fix stray wrongly indented line.
2007-04-29 diego cosmetics attack, part II: Remove all tabs and prettyprint/reindent the code.
2007-04-29 diego Fix several implicit declarations of functions warnings.
2007-04-29 diego Remove duplicate #include.
2007-04-29 reimar Remove unused variable,
2007-04-29 voroshil (cosmetics) replace tabs with spaces
2007-04-29 voroshil typo fix.
2007-04-28 voroshil (cosmetics) more indentation fixes.
2007-04-28 vayne add missing case value, fixes functionality when using some skins.
2007-04-28 vayne compilation fix for disabling dvd functionality, patch by <bangbangbear at gmail dot com>, slightly modified by me.
2007-04-28 compn update wishlist
2007-04-28 ben notify new Radeon chipsets supported by VIDIX driver
2007-04-28 ben updated manpages with new vidix subdevice names
2007-04-28 diego Remove outdated and wrong references to codecs.conf.
2007-04-28 diego cosmetics: Fix one more stray wrongly indented line.
2007-04-28 diego cosmetics: Remove all trailing whitespace and tabs, indentation fixes.
2007-04-28 diego cosmetics attack, part I: Remove all tabs and prettyprint/reindent the code.
2007-04-28 diego cosmetics: Replace manual tab indentation by \n\t as in the rest of the file.
2007-04-28 reimar Mention change to monitorpixelaspect=1 default in Changelog
2007-04-28 voroshil r23152: Add -ass-hinting option for setting font hinting method.
2007-04-27 cehoyos Make -monitorpixelaspect 1 the default.
2007-04-27 reimar Do not set VFCAP_EOSD_UNSCALED if we use scaled-osd
2007-04-27 eugeni Add -ass-hinting option for setting font hinting method.
2007-04-27 eugeni Fix division by zero in "\t" parsing.
2007-04-27 cehoyos Add configures arguments to its output
2007-04-27 cehoyos Fix compilation with *_PROTOCOLs in libavformat
2007-04-26 diego Mark loader as unmaintained.
2007-04-26 diego cosmetics: Remove trailing whitespace.
2007-04-26 diego 100l: Fix another round of copy and paste typos.
2007-04-26 diego Fix cut and paste typo, _def_libpostproc --> _def_libpostproc_a.
2007-04-26 diego 10l: Remove stray 'fi'.
2007-04-26 ben onboard X200 GPU (shared memory) returns a 0 RAM size (patch by rjoco77@kezdionline.ro)
2007-04-26 ben support for some onboard X200 GPU (patch by rjoco77@kezdionline.ro)
2007-04-26 vayne header / declarations cleanup, also fixes broken compilation.
2007-04-26 diego Don't declare -lm as a dependency of swscale-example.
2007-04-26 diego Simplify preprocessor directives: There is a general variable for
2007-04-26 diego Simplify #include directives.
2007-04-26 diego Add config.h variables for static FFmpeg libraries.
2007-04-26 diego Ooops, variable names got confused during copy and paste:
2007-04-26 diego Merge config.h variable declarations into libpostproc test.
2007-04-26 diego Remove unused libavformat #define.
2007-04-26 diego Merge config.h variable declarations into libavformat test.
2007-04-26 diego Merge config.h variable declarations into libavcodec test.
2007-04-26 diego Merge config.h variable declarations into libavutil test.
2007-04-26 diego indentation cosmetics
2007-04-26 diego Remove redundant comments.
2007-04-26 diego Clean up static libavcodec check, just checking for a file is enough.
2007-04-26 diego Fix typo in _libavcodec vs _libavcodec_a variable name.
2007-04-26 diego cosmetics: Fix indentation, merge some lines in the FFmpeg checks.
2007-04-26 diego Merge static and shared libpostproc checks.
2007-04-26 diego Merge static and shared libavformat checks.
2007-04-26 diego Move misplaced res_comment to where it actually takes effect.
2007-04-26 diego Merge static and shared libavcodec checks.
2007-04-26 diego 10l elif syntax error
2007-04-26 diego Merge checks for static and shared libavutil.
2007-04-26 diego Add general variables for either static or shared FFmpeg libraries.
2007-04-26 diego Give variable names for static FFmpeg libraries a '_a' suffix.
2007-04-26 diego Remove large automatics from stack.
2007-04-26 diego Add CXX include flags to dependency file generation CFLAGS to generate correct
2007-04-26 Gabrov synced with r23100
2007-04-25 diego AMR-NB fixed-point mode external library support was removed from FFmpeg.
2007-04-25 compn make -really-quiet hide the mencoder version tags. patch copied from michael
2007-04-25 diego cosmetics: Rename Makefile variables CONFIG_VIDIX_* --> VIDIX_*.
2007-04-25 diego cosmetics: Rename Makefile variable CONFIG_ASS --> ASS.
2007-04-25 diego cosmetics: Remove CONFIG_ prefix from FFmpeg library Makefile variables.
2007-04-25 diego Consistently use quotes instead of angled brackets in #include
2007-04-25 diego typo: mingw --> mingw32
2007-04-25 diego Declarations and code should not be mixed.
2007-04-25 diego Add support for Bethesda Software VID video.
2007-04-24 cehoyos CONFIG_EBX_AVAILABLE & CONFIG_EBP_AVAILABLE are now called
2007-04-24 eugeni Do not use FT_Glyph_Copy with NULL glyphs.
2007-04-24 kraymer r23028: with -identify show audio and video id
2007-04-24 ods15 compilation fix, manually include help_mp.h
2007-04-24 voroshil r23100: Update AMR instructions.
2007-04-23 diego Update AMR instructions.
2007-04-23 ben allows cross-compilation for PPC target when using a toolchain defined as powerpc
2007-04-23 voroshil r19039 was missed in first sync (r19631). fixed.
2007-04-23 diego Use proper GPL header.
2007-04-23 diego spelling cosmetics
2007-04-23 diego Gui --> gui
2007-04-23 diego Mark incompletely translated file as such.
2007-04-23 diego Set _audio_input to yes for V4L2 as well.
2007-04-23 diego Use standard GPL header.
2007-04-22 diego cosmetics: Sort PARTS.
2007-04-22 reimar Cosmetics: remove duplicate space in ifdef
2007-04-22 diego Remove duplicate entries from PARTS.
2007-04-22 diego Add Makefile variable for audio input that is enabled by V4L or radio capture.
2007-04-22 nicodvb demuxer_desc_lavf_preferred depends on USE_LIBAVFORMAT or USE_LIBAVFORMAT_SO
2007-04-22 diego Add Makefile variable for either internal or external VIDIX.
2007-04-22 diego Readd an explicit rule for Objective C files. Apparently only Apple's fork of
2007-04-22 nicodvb include inttypes.h in the check for dvdnav
2007-04-22 ben u_int -> unsigned int, fixes MinGW compilation (patch by Xuebin Wu)
2007-04-22 ben remove useless include that breaks MinGW (patch by Xuebin Wu)
2007-04-22 ben fix dha compilation if SVGAHELPER is used (patch by Carl Eugen Hoyos
2007-04-22 reimar Add .mp4 to gmplayer list of known video formats
2007-04-22 voroshil spelling, wording
2007-04-22 ben simplified depth definition
2007-04-22 ben declare variables as static
2007-04-22 ben removed useless vars
2007-04-22 ben declare variables and functions as static
2007-04-22 ben declare variables as static
2007-04-22 ben declare variable as static
2007-04-22 ben removed old code, that has been commented out for too long time
2007-04-22 ben declare variable as static
2007-04-22 ben useless else case
2007-04-22 ben removed never called function
2007-04-22 ben declare variables as static
2007-04-22 ben simplified depth definition
2007-04-22 ben removed useless code from vidix drivers
2007-04-22 reimar Suggest svn diff command that does not show most cosmetics
2007-04-22 ben updated vidix files headers whenever it's possible to have a clear GPL statement
2007-04-22 ben kill a few warnings
2007-04-22 ben updated the ati vidix driver with the one from upstream vidix, it now supports much more GPUs (including all Radeon > 9600 and X series)
2007-04-22 nicodvb after a DVDNAV_VTS_CHANGE event report the title being played
2007-04-22 voroshil r23028: with -identify show audio and video id; patch by Andrew Savchenko (Bircoph list ru)
2007-04-21 Gabrov synced with r23028
2007-04-21 ben fix for mingw: u_long becomes unsigned long
2007-04-21 ben added a new value for alpha colorkey (will be needed by further ati vidix driver upgrade)
2007-04-21 ben u_char is broken under mingw, use unsigned char instead, fix by aurel
2007-04-21 ben better fix for r23001, u_int becomes unsigned int, dont force it to uin32_t
2007-04-21 eugeni Deallocate glyphs in a separate loop.
2007-04-21 eugeni Always deallocate glyphs. Fixes a memory leak.
2007-04-21 eugeni Reset outline glyph cache when configuration changes.
2007-04-21 eugeni Scale camera distance.
2007-04-21 compn update year of mencoder version line
2007-04-20 eugeni Remove unused variables.
2007-04-20 eugeni Cosmetics.
2007-04-20 eugeni Allow caching of rotated glyphs.
2007-04-20 eugeni Add shift_[xy] (vector that is added to the glyph before transformation) to
2007-04-20 eugeni Fill bitmap_hash_key during parsing stage, call get_bitmap_glyph() much later.
2007-04-20 eugeni Remove bbox and advance vector from bitmap cache.
2007-04-20 eugeni Store outline_glyph (glyph border) in glyph cache.
2007-04-20 eugeni Cosmetics: reindentation.
2007-04-20 eugeni Because of the outline glyph cache it is now possible for glyph_info_t to have
2007-04-20 eugeni Make get_*_glyph return void.
2007-04-20 eugeni Move outline glyph generation to a separate function, using outline glyph
2007-04-20 eugeni Oops, fix compilation broken in r23037.
2007-04-20 eugeni Collect hit/miss statistic in hash map, and print in -v mode.
2007-04-20 eugeni Add outline glyph cache (unused yet).
2007-04-20 eugeni Rename glyph cache to bitmap cache.
2007-04-20 eugeni Add generic hash map implementation.
2007-04-20 eugeni A meaningless cosmetic change.
2007-04-20 eugeni Add perspective projection.
2007-04-20 eugeni Applying transformation matrix to the glyph and the shift vector separately is
2007-04-20 eugeni Cosmetics: reindentation.
2007-04-20 eugeni Disable caching of rotated glyphs.
2007-04-20 nicodvb with -identify show audio and video id; patch by Andrew Savchenko (Bircoph list ru)
2007-04-20 diego Intel's Conroe-L makes use of extended models, so adjust CPU detection
2007-04-20 voroshil r22985: Move translatable strings from tv.c to help_mp*
2007-04-19 ptt Sync'd up to r23003
2007-04-19 reimar Mono audio should be supported by NAS, too.
2007-04-18 compn update release number and add atrac3 in wav format, works on /samples/a-codecs/atrac3/sample.ATRAC3.66kbps.44100Hz.Stereo.wav
2007-04-18 ivo preserve alpha channel when converting rgb32 to bgr32 in plain C
2007-04-18 ivo fix red_15mask and green_15mask. the previous values were wrong and caused
2007-04-18 diego FFmpeg Atrac 3