aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* libaf: change filter input/output ratio calculationsGravatar uau2007-11-01
* Remove unused functions in af.cGravatar uau2007-11-01
* Replace hopefully unreachable code with abort()Gravatar uau2007-11-01
* dec_audio.c: Make some functions staticGravatar uau2007-11-01
* Simplify audio buffer allocation logicGravatar uau2007-11-01
* Reindent dec_audio.cGravatar uau2007-11-01
* typoGravatar voroshil2007-11-01
* Escape some more '-' where appropriate.Gravatar diego2007-10-31
* corrected vqscale indentationGravatar ptt2007-10-31
* Remove paragraph that no long applies: runtime SSE detection on Windows.Gravatar zuxy2007-10-31
* Fix input.conf parse bug when comment follows key binding in the same line.Gravatar ulion2007-10-31
* Remove outdated Hungarian translation of the playtree documentation.Gravatar diego2007-10-30
* Add a backslash.Gravatar cehoyos2007-10-30
* removed unused variables and parametersGravatar nicodvb2007-10-30
* spellingGravatar compn2007-10-30
* remove thanksGravatar compn2007-10-30
* Explain the difference between '-' and '\-', correctly now.Gravatar diego2007-10-30
* movie player for Linux --> movie playerGravatar diego2007-10-30
* Add some missing escapes for '-'.Gravatar diego2007-10-30
* Consistently use \- in option names.Gravatar diego2007-10-30
* Remove unused variable:Gravatar diego2007-10-30
* Comment out uninit function, its use is commented out. Fixes warning:Gravatar diego2007-10-30
* Remove commented-out and unused fmt_list array.Gravatar diego2007-10-30
* Remove unused fmt_list array, fixes the warnings:Gravatar diego2007-10-30
* move errors and a warning to help_mp-en.hGravatar compn2007-10-30
* Remove unused functions, fixes the warnings:Gravatar diego2007-10-30
* Disable clear_screen function, the call to the function is commented outGravatar diego2007-10-30
* Comment out unused variable, fixes the warning:Gravatar diego2007-10-30
* Remove unused functions, fixes the warnings:Gravatar diego2007-10-30
* Disable function that is only used in disabled code, fixes warning:Gravatar diego2007-10-30
* sync with FFmpeg r10874Gravatar diego2007-10-30
* Detect IPv6 support on WindowsGravatar zuxy2007-10-30
* Fix fps guessingGravatar lu_zero2007-10-29
* Update to use newer libnemesi, should fix desync, fps guessing may fail nowGravatar lu_zero2007-10-29
* Change the frame format passed to lavc realvideo decoders to adapt for Gravatar rtogni2007-10-28
* sync w/r24875Gravatar gpoirier2007-10-28
* Cleanup guess_buffer_cp() a bit, remove tmp variable, break the loop on success.Gravatar iive2007-10-28
* Our enca code uses strdup() on the input encoding name, as we don't modify it...Gravatar iive2007-10-28
* removed silly #if 1Gravatar nicodvb2007-10-27
* DEMUXER_TYPE_TV is always defined, thus removed corresponding #ifdef USE_TV.Gravatar nicodvb2007-10-27
* reindented previously modified codeGravatar nicodvb2007-10-27
* program switching in demux_lavfGravatar nicodvb2007-10-27
* program switching in demux_lavfGravatar nicodvb2007-10-27
* implemented DEMUXER_CTRL_IDENTIFY_PROGRAM to permit program switchingGravatar nicodvb2007-10-27
* permit identification and selection of programsGravatar nicodvb2007-10-27
* permit the transititions no stream <-> some streams and viceversa (needed for...Gravatar nicodvb2007-10-27
* moved to a new function handle_stream() the code to parse the streams and ass...Gravatar nicodvb2007-10-27
* Make functions static if they aren't referenced externally.Gravatar zuxy2007-10-27
* Remove unused variables.Gravatar zuxy2007-10-27
* in process_userdata() move debugging messages from stdout to stderrGravatar nicodvb2007-10-27