summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Musepack SV8 lavc decoder supportkostya2007-11-202-0/+9
* Put colon inside replaceable tag.diego2007-11-201-1/+1
* Remove no more needed checkvoroshil2007-11-201-1/+1
* Fix totally wrong (due to mess of brackets) structures size check.voroshil2007-11-201-7/+7
* Replace several parameters for get_available_formats_streamvoroshil2007-11-201-60/+24
* New routine for reconnecting two pins with new media typevoroshil2007-11-191-23/+68
* Move pointer to SampleGrabber filter into chain structure.voroshil2007-11-191-6/+6
* Move common chain uninit code into separate routine.voroshil2007-11-191-52/+38
* pass chain structure instead of several variables to build_sub_graphvoroshil2007-11-191-18/+16
* fix missed changevoroshil2007-11-191-1/+1
* Add capture filter's pointer to vbi chain structure too.voroshil2007-11-191-0/+3
* Code unification: get rid of local variable arpmtVBIvoroshil2007-11-191-4/+11
* Add major media type to chain structurevoroshil2007-11-191-6/+10
* One step of code cleanup: move all variables, relatedvoroshil2007-11-191-204/+221
* Let NSApp handle events when uninit to fix the delay dealloc bug of mpGLView.ulion2007-11-191-0/+3
* 100l: Fix long standing copy-paste error:voroshil2007-11-191-1/+1
* Add padding and unroll loop 4x for at least another 10% speedupreimar2007-11-181-4/+11
* Change to a 64 bit accumulation variable instead of shifting.reimar2007-11-181-5/+5
* 100l, *ppc++ was supposed to be replaced by ppc[i] in r25100, but that is not...reimar2007-11-181-2/+0
* Use "long" instead of "int" for innermost loop variable.reimar2007-11-181-1/+2
* Rearrange scaletempo inner loop.reimar2007-11-181-2/+5
* warn users to disable dvdread internal (at least for the moment: there'snicodvb2007-11-181-1/+3
* 100l, someone mixed up && and ||, so if allocation of only one buffers failedreimar2007-11-181-1/+1
* Avoid some casts by changing int8_t* to void* in af_scaletemporeimar2007-11-181-25/+27
* Add all passed to VID_SET_FORMAT formats to the end ofvoroshil2007-11-181-2/+27
* Ensure that when VID_GET_FORMAT ioctl is called,voroshil2007-11-181-0/+5
* (cosmetics) Indentation fix of previous commit.voroshil2007-11-181-11/+11
* New media format negotiation code:voroshil2007-11-181-2/+14
* Move setting media format code voroshil2007-11-181-7/+6
* Pass all available formats to chain building routine andvoroshil2007-11-181-18/+30
* 100l, fix uint32_t* instead of uint32_t typo in demux_mf type->fourcc tablereimar2007-11-181-1/+1
* Ignore video formats which are supported by devicevoroshil2007-11-181-3/+14
* Fix crash when pin connection fails.voroshil2007-11-181-1/+1
* Prevent chains from building more than once.voroshil2007-11-181-0/+9
* Handle "out of memory" error.voroshil2007-11-181-0/+7
* Move chains building code into separate routines.voroshil2007-11-181-18/+71
* Add a wish which is available in some filters and players on win32.ulion2007-11-181-0/+2
* mention the new build systemnicodvb2007-11-171-0/+3
* (cosmetics) Lookup table alignment.voroshil2007-11-171-12/+12
* Service routine for constructing AM_MEDIA_TYPE structure from voroshil2007-11-171-0/+47
* Disable terminating directshow chains with NullRenderer filter,voroshil2007-11-171-0/+7
* Fix bogus bits per pixel values in lookup table.voroshil2007-11-171-7/+7
* Cleanup sg_io_hdr initialization a bitreimar2007-11-171-2/+1
* We do not have any use for the sense data, so we don't need a buffer for it.reimar2007-11-171-4/+1
* (cosmetics) Indentation fixvoroshil2007-11-171-1/+1
* Some more cosmeticsreimar2007-11-171-5/+3
* Move the zeroing directly before the other initialization codereimar2007-11-171-3/+3
* Move everything that sets buffer values together.reimar2007-11-171-2/+4
* Another place that can use AV_WB32reimar2007-11-171-4/+2
* Some cosmetics in dvd_set_speedreimar2007-11-171-4/+6
* Move the DVD speed factor -> KB/s conversion into the casereimar2007-11-171-4/+3
* Add a missing close() to dvd_set_speed functionreimar2007-11-171-0/+1
* Open device file only right before we need it, so we do notreimar2007-11-171-5/+5
* Do not print Ok message when setting speed limit failedreimar2007-11-171-1/+1
* AV_WB16(..., 1000) more obviously represents one second that assigningreimar2007-11-171-2/+3
* Use AV_WB32 instead of manual bit-fiddling when setting DVD speedreimar2007-11-171-4/+4
* GPCMD_SET_STREAMING command is 12 bytes large, not 16reimar2007-11-171-1/+1
* Ignore stream id when checking rdt packet flagsrtogni2007-11-171-1/+1
* Remove a pointless #ifdefreimar2007-11-171-4/+0
* Replace if-else constructs for type -> fourcc mapping by a table in demux_mfreimar2007-11-171-13/+24
* Fix pausing_toggle not continue play bug when it follows a pause immediately.ulion2007-11-171-1/+5
* report why the dvd couldn't be opened. Patch by Jan Knutar jknutar+nic+finicodvb2007-11-163-5/+8
* Add missed translatable string in my previous commitvoroshil2007-11-161-0/+1
* Make sure that mplayer will receive actual media typevoroshil2007-11-161-0/+13
* Fix FPS from bitrate calculation (was 8 times larger than real value).voroshil2007-11-161-1/+1
* Print warning about encrypted audio tracksrtogni2007-11-151-0/+2
* 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"reimar