log

age author description
2007-11-23 ulion Fix memory leak of image_data.
2007-11-23 ulion Fix a memory leak when working in shared_buffer mode.
2007-11-23 ulion Check boundary for queue's current_index.
2007-11-23 diego Clarify playtree explanation.
2007-11-23 iive Bring (de)muxer_lavf up to date with the libavformat API changes introduced by FFmpeg commit r11071.
2007-11-23 lu_zero Enable Theora support
2007-11-23 ulion Prevent from using data->len when data is NULL (when play() return NULL).
2007-11-23 ulion Move the setCurrentTexture call into flip_page(), fix osd flicker problem.
2007-11-22 diego Fix half-baked last commit.
2007-11-22 nicodvb don't include anymore the dvdread headers from the dvdnav directory
2007-11-22 diego Remove ! operator hack, we require a POSIX-compatible-shell.
2007-11-22 diego Invert the logic to check the cmp return value cmp to avoid using the ! operator.
2007-11-22 diego comment spelling/grammar fixes
2007-11-22 gpoirier mention VC-1/WMV MMX speed-up in the changelog
2007-11-22 iive Fix compilation error.
2007-11-21 ulion Fix a wrong cmdline example of using -menu-chroot.
2007-11-21 voroshil Compilation fix (typo)
2007-11-21 lu_zero AAC support (aac-hbr only)
2007-11-21 lu_zero Media Format to fourcc conversion (from amol)
2007-11-21 ulion Make hwdts support more dts format identification, 14bits or 16bits, LE or BE.
2007-11-21 diego Rename timer-lx.c --> timer-linux.c.
2007-11-21 diego main() --> main(void)
2007-11-21 diego main() --> main(void)
2007-11-21 diego Remove unused function write_psm_block(), fixes the warning:
2007-11-21 ulion Support dump AF_FORMAT_AC3 format.
2007-11-21 voroshil Sizes of arpmt and arStreamCaps must be equal.
2007-11-21 zuxy vcd://<n> now works for MinGW32 too, hence the updated doc
2007-11-20 voroshil Move code related to chain initialization and similar
2007-11-20 voroshil Fix mplayer crash caused by r25116
2007-11-20 kostya Musepack SV8 lavc decoder support
2007-11-20 diego Put colon inside replaceable tag.
2007-11-20 voroshil Remove no more needed check
2007-11-20 voroshil Fix totally wrong (due to mess of brackets) structures size check.
2007-11-20 voroshil Replace several parameters for get_available_formats_stream
2007-11-19 voroshil New routine for reconnecting two pins with new media type
2007-11-19 voroshil Move pointer to SampleGrabber filter into chain structure.
2007-11-19 voroshil Move common chain uninit code into separate routine.
2007-11-19 voroshil pass chain structure instead of several variables to build_sub_graph
2007-11-19 voroshil fix missed change
2007-11-19 voroshil Add capture filter's pointer to vbi chain structure too.
2007-11-19 voroshil Code unification: get rid of local variable arpmtVBI
2007-11-19 voroshil Add major media type to chain structure
2007-11-19 voroshil One step of code cleanup: move all variables, related
2007-11-19 ulion Let NSApp handle events when uninit to fix the delay dealloc bug of mpGLView.
2007-11-19 voroshil 100l: Fix long standing copy-paste error:
2007-11-18 reimar Add padding and unroll loop 4x for at least another 10% speedup
2007-11-18 reimar Change to a 64 bit accumulation variable instead of shifting.
2007-11-18 reimar 100l, *ppc++ was supposed to be replaced by ppc[i] in r25100, but that is not any faster.
2007-11-18 reimar Use "long" instead of "int" for innermost loop variable.
2007-11-18 reimar Rearrange scaletempo inner loop.
2007-11-18 nicodvb warn users to disable dvdread internal (at least for the moment: there's
2007-11-18 reimar 100l, someone mixed up && and ||, so if allocation of only one buffers failed
2007-11-18 reimar Avoid some casts by changing int8_t* to void* in af_scaletempo
2007-11-18 voroshil Add all passed to VID_SET_FORMAT formats to the end of
2007-11-18 voroshil Ensure that when VID_GET_FORMAT ioctl is called,
2007-11-18 voroshil (cosmetics) Indentation fix of previous commit.
2007-11-18 voroshil New media format negotiation code:
2007-11-18 voroshil Move setting media format code
2007-11-18 voroshil Pass all available formats to chain building routine and
2007-11-18 reimar 100l, fix uint32_t* instead of uint32_t typo in demux_mf type->fourcc table
2007-11-18 voroshil Ignore video formats which are supported by device
2007-11-18 voroshil Fix crash when pin connection fails.
2007-11-18 voroshil Prevent chains from building more than once.
2007-11-18 voroshil Handle "out of memory" error.
2007-11-18 voroshil Move chains building code into separate routines.
2007-11-18 ulion Add a wish which is available in some filters and players on win32.
2007-11-17 nicodvb mention the new build system
2007-11-17 voroshil (cosmetics) Lookup table alignment.
2007-11-17 voroshil Service routine for constructing AM_MEDIA_TYPE structure from
2007-11-17 voroshil Disable terminating directshow chains with NullRenderer filter,
2007-11-17 voroshil Fix bogus bits per pixel values in lookup table.
2007-11-17 reimar Cleanup sg_io_hdr initialization a bit
2007-11-17 reimar We do not have any use for the sense data, so we don't need a buffer for it.
2007-11-17 voroshil (cosmetics) Indentation fix
2007-11-17 reimar Some more cosmetics
2007-11-17 reimar Move the zeroing directly before the other initialization code
2007-11-17 reimar Move everything that sets buffer values together.
2007-11-17 reimar Another place that can use AV_WB32
2007-11-17 reimar Some cosmetics in dvd_set_speed
2007-11-17 reimar Move the DVD speed factor -> KB/s conversion into the case
2007-11-17 reimar Add a missing close() to dvd_set_speed function
2007-11-17 reimar Open device file only right before we need it, so we do not
2007-11-17 reimar Do not print Ok message when setting speed limit failed
2007-11-17 reimar AV_WB16(..., 1000) more obviously represents one second that assigning
2007-11-17 reimar Use AV_WB32 instead of manual bit-fiddling when setting DVD speed
2007-11-17 reimar GPCMD_SET_STREAMING command is 12 bytes large, not 16
2007-11-17 rtogni Ignore stream id when checking rdt packet flags
2007-11-17 reimar Remove a pointless #ifdef
2007-11-17 reimar Replace if-else constructs for type -> fourcc mapping by a table in demux_mf
2007-11-17 ulion Fix pausing_toggle not continue play bug when it follows a pause immediately.
2007-11-16 nicodvb report why the dvd couldn't be opened. Patch by Jan Knutar jknutar+nic+fi
2007-11-16 voroshil Add missed translatable string in my previous commit
2007-11-16 voroshil Make sure that mplayer will receive actual media type
2007-11-16 voroshil Fix FPS from bitrate calculation (was 8 times larger than real value).
2007-11-15 rtogni Print warning about encrypted audio tracks
2007-11-15 ulion Remove the pause filter and the cmd queue hack, to know the mplayer going to
2007-11-14 nicodvb removed forgotten and out of date comment
2007-11-14 nicodvb removed unneeded checks on MP_DVDNAV and DVDNAV_FORMAT_AC3 (we need and assume our fork)
2007-11-14 nicodvb reindentation
2007-11-14 nicodvb removed unneeded checks on the version of dvdnav (the acceptance of
2007-11-14 compn change fftiff from untested to working
2007-11-14 compn add tif support to demux_mf
2007-11-14 voroshil Not all cards supports changing country code.
2007-11-14 diego libogg muxer no longer exists in FFmpeg.
2007-11-14 compn remove technical changes as pointed out by uau and diego, another update
2007-11-14 compn mencoder has mkv nut and mxf output using lavf
2007-11-14 compn some updates
2007-11-13 diego The FFmpeg WMV2 decoder is no longer buggy now that J-frames are supported.
2007-11-13 lu_zero Check for second stream presence, fixes single stream playback (from amol)
2007-11-13 lu_zero 10l video != audio
2007-11-13 lu_zero support extradata for audio streams
2007-11-13 lu_zero fetch metadata for audio (from amol)
2007-11-13 lu_zero Revert stray commit r25027
2007-11-13 compn fix typo spotted by corey
2007-11-13 ulion Remove an useless conditional suggested by Emanuele Giaquinta.
2007-11-13 lu_zero Check for second stream presence, fixes single stream playback (from amol)
2007-11-13 voroshil Add missing call to audio_in_uninit in v4l2 tv driver.
2007-11-12 reimar Replace stupid "unsigned long" by the correct uint32_t.
2007-11-12 reimar Use proper inttypes.h types instead of broken uint32 etc. defines
2007-11-12 lu_zero 10l video != audio
2007-11-12 lu_zero support extradata for audio streams
2007-11-12 lu_zero fetch metadata for audio (from amol)
2007-11-12 lu_zero Add support for mpeg4video-es (from dario)
2007-11-12 lu_zero fix forcefps (from amol)
2007-11-12 lu_zero Refactor demux_nemesi (from amol)
2007-11-11 lu_zero unaligned store, should fix bug #893
2007-11-11 diego Prefer DMO Windows Media codecs over the DShow ones. They are considerably
2007-11-11 ulion Remove useless definition.
2007-11-11 diego OGG_MUXER was renamed to LIBOGG_MUXER in FFmpeg.
2007-11-11 zuxy Better handling of win32 GUI thread:
2007-11-11 ulion Indent fix for last change.
2007-11-11 ulion Support mute when passthrough to digital output.
2007-11-10 diego wording/grammar/spelling/formatting
2007-11-10 nicodvb & => &amp;
2007-11-10 diego Get rid of M$ silliness.
2007-11-10 nicodvb at the end of open() warn users that seeking won't work correctly if the cache is enabled
2007-11-10 nicodvb switch_audio works with many other formats than described
2007-11-10 nicodvb small rephrasing
2007-11-10 nicodvb a couple of tricks to improve playback resistance and usability of dvb streams
2007-11-10 reimar Make crash-debug gdb auto-execute "bt"
2007-11-10 reimar Restore terminal for gdb with -crash-debug by calling getch2_disable()
2007-11-10 ulion Fix dead lock when changing and restoring stream format for digital output,
2007-11-10 ulion Make page up and down with proper page size instead of always 10 rows.
2007-11-09 reimar J/X8-Frames in WMV2 are finally supported!
2007-11-09 diego Add missing header files, fixes the warnings:
2007-11-09 diego Add missing header file, fixes the warnings:
2007-11-09 diego Remove misleading comment and remove unnecessary #includes.
2007-11-09 diego Rearrange headers to get rid of an #undef and remove unnecessary headers.
2007-11-09 diego Remove unnecessary dsputil.h #include, fixes the warnings:
2007-11-09 diego #include libavcodec/eval.h instead of manually declaring ff_eval.
2007-11-09 rfelker const fix
2007-11-09 rfelker ack, can't believe i wrote this crap with void pointer arithmetic
2007-11-09 rfelker begin moving const filter data to .text/.rodata sections
2007-11-09 rfelker stage 1 of applying const to vf structs
2007-11-09 rfelker vf_screenshot does not depend on libpng; it uses libavcodec now
2007-11-09 rfelker correct const usage in the option handling code so that tables can be
2007-11-09 ulion Enable ontop command from mplayer to be sent to mplayer osx.
2007-11-09 zuxy Sync with Linux kernel with some latest feature bits.
2007-11-08 cehoyos Fix possible null-pointer-dereference in stream_fill_buffer().
2007-11-08 cehoyos Fix possible null-pointer-dereference in parse_smil().
2007-11-08 reimar Simplify decode_audio function a bit.
2007-11-08 ulion Fix pause key problem in correct way, only handle pause cmd when showing menu.
2007-11-08 ulion Fix cmd filter memory leak, free the cmd after filter ate it.
2007-11-07 ulion Handle mouse up event to get double click support from mp_fifo.
2007-11-06 rathann add support for newer libdca
2007-11-06 ulion Fix mouse right button and middle button incorrect identifications.
2007-11-06 ulion Fix KPENTER keycode value.
2007-11-06 ulion Fix the prevent system idle code. Original code also works, but not as expected.
2007-11-06 ulion Fix the prevent system idle code. Original code also works, but not as expected.
2007-11-06 ulion Warning fixes:
2007-11-06 diego cosmetics: output grammar/spelling fixes
2007-11-06 diego cosmetics: Comment grammar and spelling fixes.
2007-11-06 diego Reduce excessive verbosity: Move debug messages to the appropriate MSGL
2007-11-06 reimar Fix typo in error message
2007-11-06 ulion Fix memory leak caused by after calling mp_input_get_cmd didn't free the cmd.
2007-11-05 nicodvb reindented
2007-11-05 nicodvb 10l, setting a non-existent timestamp (default 0.0) when the pts flag isn't set in
2007-11-05 voroshil Fix memory leak.
2007-11-05 voroshil Fix segmentation fault after audio initialization failure in tv driver.
2007-11-05 ulion Add include to fix warning:
2007-11-05 gpoirier sync w/r24954, patch by JRaSH %jrash06 A 163 P com%
2007-11-05 ulion Warning fixes:
2007-11-04 iive 10l Diego, revert commit 24966.
2007-11-04 diego Fix previous incorrect commit, +/- has higher precedence than shifts.
2007-11-04 diego The function names of [rgb|bgr]1[56]to[UV|Y] had rgb<->bgr flipped.
2007-11-04 diego Escape some more '-'.
2007-11-04 Gabrov synced with r24954
2007-11-04 ulion Old code for dvdsub_id fix assume the global_sub_indices[SUB_SOURCE_DEMUX]
2007-11-03 diego Avoid short forms; has the added benefit of allowing compilation with gcc 2.95
2007-11-03 reimar Add an example on how to use slave mode with a fifo
2007-11-03 diego Add some parentheses to fix the following warnings:
2007-11-03 compn add some updates
2007-11-03 reimar Fix link to email explaining the paused vf_menu behaviour change
2007-11-03 diego Replace some Hungarian comments, thanks to Denes Balatoni for the translation.
2007-11-03 diego Escape a ton of '-'. Note that this is likely not complete.
2007-11-03 diego another round of '-' escapes
2007-11-03 diego one more '-' escape, wording fix
2007-11-03 diego Escape some more '-' where appropriate.
2007-11-03 reimar Remove idiotic check that would always be false
2007-11-03 reimar Explain new ao_pulse option syntax
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: