log

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