summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* ao_openal is mine as well (however someone else developing it further would b...reimar2007-10-211-0/+1
* I'll be maintaining ao_pulse for nowreimar2007-10-211-0/+1
* _vorbis_block_alloc() is used w/o prototype, this will crash on ia64.diego2007-10-207-0/+106
* Remove unnecessary lines from patch headers.diego2007-10-201-7/+0
* Certain VIDIX drivers only work on x86, disable for other arches.diego2007-10-201-2/+2
* Disable libavcodec libvorbis encoderuau2007-10-201-1/+1
* Clarify that -vo gl bicubic filtering is B-spline, not polynomialreimar2007-10-201-1/+1
* Set CONFIG_LIBVORBIS correctlyreimar2007-10-201-0/+1
* Add ASF/MXF decryption support to Changelogreimar2007-10-201-0/+3
* Simplify handling SET_NORM for V4l1: replace several if-else-if and switchvoroshil2007-10-201-67/+34
* czech/slovak character set fixes:voroshil2007-10-201-2/+2
* Avoid text deformation and subtitles moving outside the screen in pan-and-scaneugeni2007-10-192-9/+22
* indentation fix+typo fixptt2007-10-191-2/+1
* reminder that this filter has broken global varsrfelker2007-10-191-0/+2
* Mark constant argument of mp_header_process_sequence_header as such.diego2007-10-192-2/+2
* -ao pulse in changelogreimar2007-10-181-0/+3
* Add missing ao_pulse.creimar2007-10-181-0/+382
* Replace Polyp- by PulseAudio output.reimar2007-10-185-351/+35
* Add a space behind openal to get minimum length of 7reimar2007-10-181-1/+1
* Docs update: -ao openal handles more than one channels since some time alreadyreimar2007-10-181-1/+1
* add comment to endifcompn2007-10-181-1/+1
* Fix typo in commentreimar2007-10-181-1/+1
* Sync with latest FFmpeg changes.diego2007-10-181-1/+1
* Sync with FFmpeg r10774.diego2007-10-181-25/+32
* Rename LIB to LIBNAME for consistency.diego2007-10-181-2/+2
* 1l: Update wrong #endif comment.diego2007-10-181-1/+1
* Add FFMPEG_ prefix to all multiple inclusion guards.diego2007-10-183-9/+9
* Remove unused static function get_image().zuxy2007-10-171-17/+0
* Add Coinitialize function to vfw encoder and win32 loader.compn2007-10-173-2/+71
* simple avoid wine complaints fix by sherpyacompn2007-10-171-1/+1
* synced with r24795Gabrov2007-10-162-3/+4
* better vfw encoding workaround for vp7 fourcccompn2007-10-161-1/+1
* add some changescompn2007-10-161-0/+6
* add nellymoser to changelogcompn2007-10-161-0/+4
* add nellymoser codec to mplayer with internal fourcc NELLcompn2007-10-162-0/+8
* After receiving EINTR 'read' syscall should be restarted.voroshil2007-10-162-0/+4
* Disable channel scanner when no tuner is present.voroshil2007-10-152-0/+9
* synced with r24788Gabrov2007-10-153-10/+97
* now italian DOCS are there to be referenced...ptt2007-10-151-9/+7
* Fix mplayer segfault when v4l driver initialization (at setting normvoroshil2007-10-141-1/+3