summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove the pause filter and the cmd queue hack, to know the mplayer going toulion2007-11-153-29/+16
* removed forgotten and out of date commentnicodvb2007-11-141-1/+0
* removed unneeded checks on MP_DVDNAV and DVDNAV_FORMAT_AC3 (we need and assum...nicodvb2007-11-141-4/+0
* reindentationnicodvb2007-11-141-1/+1
* removed unneeded checks on the version of dvdnav (the acceptance ofnicodvb2007-11-141-6/+0
* change fftiff from untested to workingcompn2007-11-141-1/+1
* add tif support to demux_mfcompn2007-11-141-0/+2
* Not all cards supports changing country code.voroshil2007-11-141-1/+0
* libogg muxer no longer exists in FFmpeg.diego2007-11-141-1/+0
* remove technical changes as pointed out by uau and diego, another updatecompn2007-11-141-3/+4
* mencoder has mkv nut and mxf output using lavfcompn2007-11-141-3/+1
* some updatescompn2007-11-141-8/+4
* The FFmpeg WMV2 decoder is no longer buggy now that J-frames are supported.diego2007-11-131-1/+1
* Check for second stream presence, fixes single stream playback (from amol)lu_zero2007-11-131-0/+5
* 10l video != audiolu_zero2007-11-131-1/+1
* support extradata for audio streamslu_zero2007-11-131-4/+13
* fetch metadata for audio (from amol)lu_zero2007-11-131-2/+3
* Revert stray commit r25027lu_zero2007-11-131-22/+7
* fix typo spotted by coreycompn2007-11-131-1/+1
* Remove an useless conditional suggested by Emanuele Giaquinta.ulion2007-11-131-2/+0
* Check for second stream presence, fixes single stream playback (from amol)lu_zero2007-11-131-0/+5
* Add missing call to audio_in_uninit in v4l2 tv driver.voroshil2007-11-131-0/+2
* Replace stupid "unsigned long" by the correct uint32_t.reimar2007-11-121-21/+21
* Use proper inttypes.h types instead of broken uint32 etc. definesreimar2007-11-121-13/+9
* 10l video != audiolu_zero2007-11-121-1/+1
* support extradata for audio streamslu_zero2007-11-121-5/+14
* fetch metadata for audio (from amol)lu_zero2007-11-121-2/+3
* Add support for mpeg4video-es (from dario)lu_zero2007-11-121-0/+3
* fix forcefps (from amol)lu_zero2007-11-121-4/+10
* Refactor demux_nemesi (from amol)lu_zero2007-11-121-61/+71
* unaligned store, should fix bug #893lu_zero2007-11-111-3/+18
* Prefer DMO Windows Media codecs over the DShow ones. They are considerablydiego2007-11-111-21/+21
* Remove useless definition.ulion2007-11-111-4/+0
* OGG_MUXER was renamed to LIBOGG_MUXER in FFmpeg.diego2007-11-111-1/+1
* Better handling of win32 GUI thread:zuxy2007-11-111-6/+8
* Indent fix for last change.ulion2007-11-111-5/+5
* Support mute when passthrough to digital output.ulion2007-11-111-3/+16
* wording/grammar/spelling/formattingdiego2007-11-101-8/+8
* & => &nicodvb2007-11-101-1/+1
* Get rid of M$ silliness.diego2007-11-101-11/+11
* at the end of open() warn users that seeking won't work correctly if the cach...nicodvb2007-11-101-0/+2
* switch_audio works with many other formats than describednicodvb2007-11-101-1/+1
* small rephrasingnicodvb2007-11-101-1/+1
* a couple of tricks to improve playback resistance and usability of dvb streamsnicodvb2007-11-101-0/+25
* Make crash-debug gdb auto-execute "bt"reimar2007-11-101-1/+1
* Restore terminal for gdb with -crash-debug by calling getch2_disable()reimar2007-11-101-0/+1
* Fix dead lock when changing and restoring stream format for digital output,ulion2007-11-101-31/+14
* 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