log

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