summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make page up and down with proper page size instead of always 10 rows.ulion2007-11-102-12/+16
* J/X8-Frames in WMV2 are finally supported!reimar2007-11-091-0/+1
* Add missing header files, fixes the warnings:diego2007-11-092-0/+2
* Add missing header file, fixes the warnings:diego2007-11-091-0/+1
* Remove misleading comment and remove unnecessary #includes.diego2007-11-091-4/+0
* Rearrange headers to get rid of an #undef and remove unnecessary headers.diego2007-11-091-13/+4
* Remove unnecessary dsputil.h #include, fixes the warnings:diego2007-11-091-1/+0
* #include libavcodec/eval.h instead of manually declaring ff_eval.diego2007-11-091-7/+1
* const fixrfelker2007-11-091-1/+1
* ack, can't believe i wrote this crap with void pointer arithmeticrfelker2007-11-091-38/+0
* begin moving const filter data to .text/.rodata sectionsrfelker2007-11-096-19/+19
* stage 1 of applying const to vf structsrfelker2007-11-092-86/+86
* vf_screenshot does not depend on libpng; it uses libavcodec nowrfelker2007-11-091-2/+0
* correct const usage in the option handling code so that tables can berfelker2007-11-094-138/+138
* Enable ontop command from mplayer to be sent to mplayer osx.ulion2007-11-091-1/+1
* Sync with Linux kernel with some latest feature bits.zuxy2007-11-091-2/+5
* Fix possible null-pointer-dereference in stream_fill_buffer().cehoyos2007-11-081-1/+1
* Fix possible null-pointer-dereference in parse_smil().cehoyos2007-11-081-0/+1
* Simplify decode_audio function a bit.reimar2007-11-081-16/+12
* Fix pause key problem in correct way, only handle pause cmd when showing menu.ulion2007-11-081-7/+3
* Fix cmd filter memory leak, free the cmd after filter ate it.ulion2007-11-081-1/+6
* Handle mouse up event to get double click support from mp_fifo.ulion2007-11-071-6/+23
* add support for newer libdcarathann2007-11-061-2/+4
* Fix mouse right button and middle button incorrect identifications.ulion2007-11-061-3/+9
* Fix KPENTER keycode value.ulion2007-11-061-1/+1
* Fix the prevent system idle code. Original code also works, but not as expected.ulion2007-11-061-3/+2
* Fix the prevent system idle code. Original code also works, but not as expected.ulion2007-11-061-2/+1
* Warning fixes:ulion2007-11-061-26/+27
* cosmetics: output grammar/spelling fixesdiego2007-11-061-5/+5
* cosmetics: Comment grammar and spelling fixes.diego2007-11-061-17/+17
* Reduce excessive verbosity: Move debug messages to the appropriate MSGLdiego2007-11-061-46/+46
* Fix typo in error messagereimar2007-11-061-1/+1
* Fix memory leak caused by after calling mp_input_get_cmd didn't free the cmd.ulion2007-11-061-1/+4
* reindentednicodvb2007-11-051-1/+1
* 10l, setting a non-existent timestamp (default 0.0) when the pts flag isn't s...nicodvb2007-11-051-0/+1
* Fix memory leak.voroshil2007-11-051-0/+1
* Fix segmentation fault after audio initialization failure in tv driver.voroshil2007-11-051-2/+5
* Add include to fix warning:ulion2007-11-051-0/+1
* sync w/r24954, patch by JRaSH %jrash06 A 163 P com%gpoirier2007-11-051-45/+191
* Warning fixes:ulion2007-11-051-8/+8
* 10l Diego, revert commit 24966.iive2007-11-041-2/+2
* Fix previous incorrect commit, +/- has higher precedence than shifts.diego2007-11-041-2/+2
* The function names of [rgb|bgr]1[56]to[UV|Y] had rgb<->bgr flipped.diego2007-11-041-8/+8
* Escape some more '-'.diego2007-11-048-8/+8
* synced with r24954Gabrov2007-11-041-8/+11
* Old code for dvdsub_id fix assume the global_sub_indices[SUB_SOURCE_DEMUX]ulion2007-11-041-1/+3
* Avoid short forms; has the added benefit of allowing compilation with gcc 2.95diego2007-11-031-1/+1
* Add an example on how to use slave mode with a fiforeimar2007-11-031-0/+4
* Add some parentheses to fix the following warnings:diego2007-11-031-2/+2
* add some updatescompn2007-11-031-0/+4
* Fix link to email explaining the paused vf_menu behaviour changereimar2007-11-031-1/+6
* Replace some Hungarian comments, thanks to Denes Balatoni for the translation.diego2007-11-031-3/+3
* Escape a ton of '-'. Note that this is likely not complete.diego2007-11-039-1748/+1748
* another round of '-' escapesdiego2007-11-031-4/+4
* one more '-' escape, wording fixdiego2007-11-031-2/+2
* Escape some more '-' where appropriate.diego2007-11-031-13/+13
* Remove idiotic check that would always be falsereimar2007-11-031-1/+1
* Explain new ao_pulse option syntaxreimar2007-11-031-1/+4
* Change parsing to allow host == NULL and sink != NULLreimar2007-11-031-4/+6
* Simplify argument "parsing"reimar2007-11-031-4/+2
* Make sink variable local, it is only used in one placereimar2007-11-031-3/+1
* Remove a check+abort, this case should never happen anyway, and if it doesreimar2007-11-031-3/+0
* sync w/r24924, patch by JRaSH %jrash06 A 163 P com%gpoirier2007-11-031-1/+75
* r24875: program switching in demux_lavfvoroshil2007-11-031-227/+227
* r24892: move errors and a warning to help_mp-en.hvoroshil2007-11-031-1/+13
* r24907: Remove paragraph that no long applies: runtime SSE detection on Windows.voroshil2007-11-031-8/+1
* We support gcc 2.95 (fixes r24928).cehoyos2007-11-021-1/+2
* in video_read_frame() set the keyframe flag in demuxer->video when dealing withnicodvb2007-11-021-0/+2
* synced with r24938Gabrov2007-11-023-239/+318
* prevent unlikely memleaknicodvb2007-11-021-2/+5
* 10l, priv->use_psm can be 1 only if the format is genmpeg2nicodvb2007-11-021-3/+5
* add streams to the PSM only if priv->use_psm is set, otherwise the muxer wouldnicodvb2007-11-021-1/+1
* moved to fix_parameters() the decision of the necessity of the PSM based on t...nicodvb2007-11-021-2/+3
* removed no more needed variablenicodvb2007-11-021-1/+1
* moved to fix_parameters() the code that decides if the PSM is needednicodvb2007-11-021-11/+10
* repeat the PSM once every second (in terms of delta_scr) otherwise playing th...nicodvb2007-11-021-0/+23
* remove the registration descriptor from the PSM: writing the fourcc in it mak...nicodvb2007-11-021-7/+2
* 100% cosmetics: reformatted with tabs and symmetric braces and removed useles...nicodvb2007-11-021-319/+324
* Add missing #include to fix GNU/kFreeBSD compilation, see Debian bug #448791.diego2007-11-011-0/+1
* A/V sync: take audio filter buffers into accountuau2007-11-017-7/+21
* af_scaletempo: code cleanupuau2007-11-011-10/+17
* af_scaletempo: Fix crash in option parsinguau2007-11-011-1/+1
* af_scaletempo: Fix audio copy positionuau2007-11-011-2/+2
* Add audio filter scaletempouau2007-11-018-9/+642
* Make output samplerate independent of -speeduau2007-11-011-1/+1
* Simplify init_audio_filters() argumentsuau2007-11-014-36/+13
* audio: simplify buffer allocation codeuau2007-11-011-13/+2
* Change decode_audio() interfaceuau2007-11-016-133/+115
* Clean up some fields in stheader.h structsuau2007-11-013-5/+2
* Remove some pointless 'inline' qualifiersuau2007-11-015-12/+12
* libaf: Remove rational number implementationuau2007-11-013-59/+3
* libaf: change filter input/output ratio calculationsuau2007-11-0124-99/+54
* Remove unused functions in af.cuau2007-11-012-51/+0
* Replace hopefully unreachable code with abort()uau2007-11-011-7/+2
* dec_audio.c: Make some functions staticuau2007-11-012-5/+3
* Simplify audio buffer allocation logicuau2007-11-011-7/+5
* Reindent dec_audio.cuau2007-11-011-332/+373
* typovoroshil2007-11-011-1/+1
* Escape some more '-' where appropriate.diego2007-10-311-125/+125
* corrected vqscale indentationptt2007-10-311-0/+2
* Remove paragraph that no long applies: runtime SSE detection on Windows.zuxy2007-10-311-7/+0
* Fix input.conf parse bug when comment follows key binding in the same line.ulion2007-10-311-1/+1
* Remove outdated Hungarian translation of the playtree documentation.diego2007-10-301-120/+0
* Add a backslash.cehoyos2007-10-301-1/+1
* removed unused variables and parametersnicodvb2007-10-302-8/+7
* spellingcompn2007-10-301-1/+1
* remove thankscompn2007-10-301-1/+1
* Explain the difference between '-' and '\-', correctly now.diego2007-10-301-4/+5
* movie player for Linux --> movie playerdiego2007-10-302-3/+2
* Add some missing escapes for '-'.diego2007-10-301-4/+4
* Consistently use \- in option names.diego2007-10-301-105/+105
* Remove unused variable:diego2007-10-301-1/+1
* Comment out uninit function, its use is commented out. Fixes warning:diego2007-10-301-0/+2
* Remove commented-out and unused fmt_list array.diego2007-10-301-17/+0
* Remove unused fmt_list array, fixes the warnings:diego2007-10-303-39/+0
* move errors and a warning to help_mp-en.hcompn2007-10-302-8/+20
* Remove unused functions, fixes the warnings:diego2007-10-301-41/+0
* Disable clear_screen function, the call to the function is commented outdiego2007-10-301-0/+2
* Comment out unused variable, fixes the warning:diego2007-10-301-1/+1
* Remove unused functions, fixes the warnings:diego2007-10-302-16/+0
* Disable function that is only used in disabled code, fixes warning:diego2007-10-301-0/+2
* sync with FFmpeg r10874diego2007-10-301-11/+5
* Detect IPv6 support on Windowszuxy2007-10-301-1/+5
* Fix fps guessinglu_zero2007-10-291-3/+11
* Update to use newer libnemesi, should fix desync, fps guessing may fail nowlu_zero2007-10-292-11/+5
* Change the frame format passed to lavc realvideo decoders to adapt for rtogni2007-10-281-15/+12
* sync w/r24875gpoirier2007-10-281-10/+64
* Cleanup guess_buffer_cp() a bit, remove tmp variable, break the loop on success.iive2007-10-281-7/+6
* Our enca code uses strdup() on the input encoding name, as we don't modify it...iive2007-10-283-18/+10
* removed silly #if 1nicodvb2007-10-271-2/+0
* DEMUXER_TYPE_TV is always defined, thus removed corresponding #ifdef USE_TV.nicodvb2007-10-271-2/+0
* reindented previously modified codenicodvb2007-10-271-4/+4
* program switching in demux_lavfnicodvb2007-10-271-1/+1
* program switching in demux_lavfnicodvb2007-10-271-0/+1
* implemented DEMUXER_CTRL_IDENTIFY_PROGRAM to permit program switchingnicodvb2007-10-271-0/+54
* permit identification and selection of programsnicodvb2007-10-271-0/+29
* permit the transititions no stream <-> some streams and viceversa (needed for...nicodvb2007-10-271-3/+11
* moved to a new function handle_stream() the code to parse the streams and ass...nicodvb2007-10-271-111/+115
* Make functions static if they aren't referenced externally.zuxy2007-10-271-2/+2
* Remove unused variables.zuxy2007-10-271-3/+1
* in process_userdata() move debugging messages from stdout to stderrnicodvb2007-10-271-4/+4
* removed funny calls to fflush(stdout) after mp_msg()nicodvb2007-10-271-7/+7
* removed more empty spaces and empty linesnicodvb2007-10-271-3/+1
* replaced giant if() with if(pre-calculated variable) (there was even a bug: P...nicodvb2007-10-271-5/+1
* Cosmetic fix for r24861zuxy2007-10-271-12/+12
* cosmetics: removed tabs/empty lines/trailing spaces and done a partial reform...nicodvb2007-10-271-82/+72
* Avoid crash after recovering from screensaverzuxy2007-10-271-4/+21
* cosmetics: moved to function find_video_codec() and reused in video_read_*() ...nicodvb2007-10-271-45/+42
* Remove assert. Not only are they no help at all and proper checks shouldreimar2007-10-271-5/+0
* Basic support for Closed Captioning Roll-up mode.voroshil2007-10-271-0/+45
* Reset two static variables for nosub range when subdata changed/switched.ulion2007-10-271-0/+8
* Cosmetics: fix indentation after last commit.eugeni2007-10-251-6/+6
* Check return value of add_face.eugeni2007-10-251-0/+2
* demuxer.c: Remove useless codeuau2007-10-251-21/+17
* fixed osd on maccompn2007-10-251-0/+1
* r24740: misc roff fixesvoroshil2007-10-251-6/+55
* r24745: libavcodec now supports dnxhd encoding.voroshil2007-10-251-4/+8
* r24772: DirectShow based tv:// driver for win32voroshil2007-10-251-1/+48
* Don't wait for filling entire audio ringbuffer at each call to grab_audio_frame.voroshil2007-10-251-1/+1
* Add missing call to audio_in_start_capture.voroshil2007-10-251-0/+1
* add missing include (errno.h). fix compilation on openbsdivo2007-10-241-0/+1
* synced with r24841Gabrov2007-10-241-6/+16
* Get rid of void pointer arithmetic.zuxy2007-10-231-1/+1
* Fix input command parser for using only tab to separate the arguments.ulion2007-10-231-2/+2
* Fix GetTimerMS() discontinuous return value bug caused by GetTimer() overflowulion2007-10-231-1/+2
* A missing break statement caused SDLK_PLUS to be triggered twice on one press.diego2007-10-221-2/+2
* type fix: there was a 'not' too muchptt2007-10-221-1/+1
* synced with r24837ptt2007-10-221-3/+3
* synced with r24820ptt2007-10-221-9/+65
* sunc with r24790ptt2007-10-221-1/+48
* Spelling, vf_ow parameters are optional.diego2007-10-221-2/+2
* fix warning:diego2007-10-221-1/+1
* grammar fixptt2007-10-221-1/+1
* support for wavpack in matroskacompn2007-10-221-0/+1
* add support for wavpack into matroskaaurel2007-10-212-0/+5
* Fix warning:diego2007-10-211-1/+0
* vp6vfw can decode vp6f toocompn2007-10-211-0/+1
* Replace hardcoded 0 by equivalent O_RDONLYreimar2007-10-211-1/+1
* Check ICDecompressGetFormatSize to avoid crashes.reimar2007-10-211-0/+5
* Remove some unused code, fixes the following warnings:diego2007-10-211-65/+0
* Remove unused code and fix warning:diego2007-10-211-14/+0