summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use const char * to replace a char * parameter.ulion2007-11-271-1/+1
* Fix warnings:ulion2007-11-271-2/+2
* synced with r24954ptt2007-11-261-3/+6
* synced with r24604ptt2007-11-261-1/+97
* synced with r24346ptt2007-11-261-12/+33
* was synced to r25017, my fault sorryptt2007-11-261-1/+1
* synced with r25011ptt2007-11-261-1/+27
* synced with r25146ptt2007-11-261-6/+7
* synced with 25158ptt2007-11-261-1/+15
* 100l in play_tree_parser_get_line, check that there actually isreimar2007-11-261-1/+1
* Replace http:// URLs in asx files by mmshttp://.reimar2007-11-261-0/+8
* Simplify convert_14bits_to_16bits function in ad_hwac3reimar2007-11-261-18/+10
* Add missing '\n' in tv scanner results output.voroshil2007-11-261-0/+1
* Fix warning on Leopard, tested ok on Tiger:ulion2007-11-261-1/+1
* Fix warning:ulion2007-11-261-1/+2
* Support stream redirection from http to mms, fix bug #927.ulion2007-11-263-5/+36
* Fix code to make sure the browse starting path within the menu-chroot path.ulion2007-11-261-16/+26
* 10l, removing the conditional bitfields from (audio|sub)_mapping_t requires t...nicodvb2007-11-251-0/+4
* Restore copyright/license notices that were stripped off.diego2007-11-2518-0/+603
* Remove mapdev.vxd. It is a non-free Win9x/DOS binary and its usage remainsdiego2007-11-253-76/+0
* Make up missed update for osd message.ulion2007-11-251-0/+4
* Support select subtitle by source, add 4 properties:ulion2007-11-254-2/+228
* Since FFmpeg r11077, some muxers/demuxers don't exist in libavformat anymore.cehoyos2007-11-241-2/+2
* Revert r25089 (Ignore video formats which are supported by devicevoroshil2007-11-241-14/+3
* Move requested format at top and shift all oters downvoroshil2007-11-241-8/+11
* Сreate empty format arrays in case of error in init_chain_common.voroshil2007-11-241-6/+27
* Support convert 14-bit DTS stream into 16-bit stream if needed,ulion2007-11-241-6/+65
* pgc->subp_control and pgc->audio_control are no more bitfields,nicodvb2007-11-231-20/+0
* replaced audio_mapping_t and sub_mapping_t with uint16_t and uint32_tnicodvb2007-11-233-55/+6
* Fix memory leak of image_data.ulion2007-11-231-0/+5
* Fix a memory leak when working in shared_buffer mode.ulion2007-11-231-1/+2
* Check boundary for queue's current_index.ulion2007-11-231-1/+2
* Clarify playtree explanation.diego2007-11-231-6/+7
* Bring (de)muxer_lavf up to date with the libavformat API changes introduced b...iive2007-11-232-5/+5
* Enable Theora supportlu_zero2007-11-231-0/+1
* Prevent from using data->len when data is NULL (when play() return NULL).ulion2007-11-231-1/+1
* Move the setCurrentTexture call into flip_page(), fix osd flicker problem.ulion2007-11-231-5/+3
* Fix half-baked last commit.diego2007-11-221-3/+4
* don't include anymore the dvdread headers from the dvdnav directorynicodvb2007-11-221-5/+0
* Remove ! operator hack, we require a POSIX-compatible-shell.diego2007-11-221-31/+18
* Invert the logic to check the cmp return value cmp to avoid using the ! opera...diego2007-11-221-1/+1
* comment spelling/grammar fixesdiego2007-11-221-36/+31
* mention VC-1/WMV MMX speed-up in the changeloggpoirier2007-11-221-0/+1
* Fix compilation error.iive2007-11-221-1/+1
* Fix a wrong cmdline example of using -menu-chroot.ulion2007-11-211-1/+1
* Compilation fix (typo)voroshil2007-11-211-1/+1
* AAC support (aac-hbr only)lu_zero2007-11-211-0/+1
* Media Format to fourcc conversion (from amol)lu_zero2007-11-211-22/+42
* Make hwdts support more dts format identification, 14bits or 16bits, LE or BE.ulion2007-11-211-24/+128
* Rename timer-lx.c --> timer-linux.c.diego2007-11-212-1/+1
* main() --> main(void)diego2007-11-216-6/+6
* main() --> main(void)diego2007-11-211-14/+14
* Remove unused function write_psm_block(), fixes the warning:diego2007-11-211-19/+0
* Support dump AF_FORMAT_AC3 format.ulion2007-11-211-0/+3
* Sizes of arpmt and arStreamCaps must be equal.voroshil2007-11-211-0/+3
* vcd://<n> now works for MinGW32 too, hence the updated doczuxy2007-11-211-0/+3
* Move code related to chain initialization and similarvoroshil2007-11-201-80/+78
* Fix mplayer crash caused by r25116voroshil2007-11-201-0/+10
* 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
* & => &amp;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
*