summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* removed unused variablenicodvb2006-12-311-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21803 b3059339-0415-0410-9bf9-f77b7e298cf2
* I've found a mistake in encoding-guide:rtogni2006-12-311-1/+1
| | | | | | | | | | | | --- With MPEG-4 ASP codecs such as x264, --- But x264 is MPEG-4 AVC, not ASP. Patch by Andrew Savchenko )Bircoph list ru(, approved by Guillaume git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21802 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix potential buffer overflow in asm rules matching codertogni2006-12-313-3/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21799 b3059339-0415-0410-9bf9-f77b7e298cf2
* use demuxer->stream_pts rather than stream_control(STREAM_CTRL_GET_CURRENT_TIME)nicodvb2006-12-311-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21798 b3059339-0415-0410-9bf9-f77b7e298cf2
* replace call to ds_read_packet() with the usual ↵nicodvb2006-12-311-1/+19
| | | | | | | | | | stream_read()+ds_add_packet() sequence; fill demux_packet->stream_pts if the stream layer supports it git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21797 b3059339-0415-0410-9bf9-f77b7e298cf2
* added stream_pts to demuxer_t and demux_packet_t to hold the time value ↵nicodvb2006-12-312-2/+7
| | | | | | reported by the stream layer git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21796 b3059339-0415-0410-9bf9-f77b7e298cf2
* sortmichael2006-12-311-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21795 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix build with shared libavutil. Approved by Diego.rathann2006-12-314-0/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21794 b3059339-0415-0410-9bf9-f77b7e298cf2
* reindentationnicodvb2006-12-301-13/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21793 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix double free of *http_hdr at server error.iive2006-12-301-2/+2
| | | | | | | | | | | In http.c::http_streaming_start() *http_hdr is allocated then assigned to stream->streaming_ctrl->data if server returns error *http_hdr is freed before function returns. However the copy in ->data remains and is later freed (again) by network.c::streaming_ctrl_free(). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21792 b3059339-0415-0410-9bf9-f77b7e298cf2
* avoid a possible confusion, as suggested by Wanderergpoirier2006-12-291-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21791 b3059339-0415-0410-9bf9-f77b7e298cf2
* small oops fix from my last commitvayne2006-12-291-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21790 b3059339-0415-0410-9bf9-f77b7e298cf2
* the avi spec does not allow random samplesize whoever wrote this should be shotmichael2006-12-291-2/+5
| | | | | | | | | also block align should be equal to sample size i dunno if this breaks anything but the old code was definitly not correct this also fixes amr_nb muxing (in .3gp with lavf for example) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21789 b3059339-0415-0410-9bf9-f77b7e298cf2
* dont read index if -noidxmichael2006-12-291-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21788 b3059339-0415-0410-9bf9-f77b7e298cf2
* first step toward amr-nb muxing supportmichael2006-12-293-0/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21787 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix to allow adding multiple files to the playlist with the open file dialog.vayne2006-12-292-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21786 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with r21758gpoirier2006-12-291-12/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21785 b3059339-0415-0410-9bf9-f77b7e298cf2
* spellfixnicodvb2006-12-291-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21784 b3059339-0415-0410-9bf9-f77b7e298cf2
* don't compile demux_mpc.c when libmpcdec is disabledaurel2006-12-282-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21783 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with r21612Gabrov2006-12-281-2130/+2318
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21782 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove two unused functions.vayne2006-12-281-67/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21781 b3059339-0415-0410-9bf9-f77b7e298cf2
* avoid code duplication.vayne2006-12-283-62/+34
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21780 b3059339-0415-0410-9bf9-f77b7e298cf2
* add support for musepack native decoder from ffmpeg (require -demuxer lavf)aurel2006-12-282-0/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21779 b3059339-0415-0410-9bf9-f77b7e298cf2
* file added: Chinese translation for cd-dvd.xmlkraymer2006-12-271-0/+277
| | | | | | | patch by Kun Niu (haoniukun gmail com) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21778 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with r21741Gabrov2006-12-261-35/+37
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21777 b3059339-0415-0410-9bf9-f77b7e298cf2
* change all the occurrences of "FFMIN(FFMAX())" to clip_uint8() or clip()lucabe2006-12-263-15/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21776 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mark some variables as possibly unused to avoid warningslucabe2006-12-262-3/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21775 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add some explicit casts to avoid "assignment from incompatible pointer type"lucabe2006-12-262-15/+15
| | | | | | | warnings git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21774 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add some other casts, to remove void pointers arithmeticlucabe2006-12-261-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21773 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add some explicit casts to avoid some warningslucabe2006-12-261-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21772 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove some void pointers arithmeticlucabe2006-12-261-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21771 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with r21741Gabrov2006-12-261-96/+154
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21770 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with r21748Gabrov2006-12-261-246/+285
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21769 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with r21612Gabrov2006-12-261-77/+93
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21768 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with r21686Gabrov2006-12-261-66/+104
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21767 b3059339-0415-0410-9bf9-f77b7e298cf2
* Translation of menc-feat-telecine sect1 in encoding-guide.xml.voroshil2006-12-251-360/+379
| | | | | | | | | | | First two sect2 sections was translated by Andrew Savchenko. Now translation of documentation is complete, but encoding-guide.xml still needs additional checks for technical terms and better spelling. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21766 b3059339-0415-0410-9bf9-f77b7e298cf2
* audio.xml & bugreports.xml synced with r21764Gabrov2006-12-252-99/+181
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21765 b3059339-0415-0410-9bf9-f77b7e298cf2
* Translation of menc-feat-vcd-dvd sect1 in encoding-guide.xmlvoroshil2006-12-241-192/+187
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21764 b3059339-0415-0410-9bf9-f77b7e298cf2
* Translation of menc-feat-x264 sect1 in encoding-guide.xmlvoroshil2006-12-241-360/+354
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21763 b3059339-0415-0410-9bf9-f77b7e298cf2
* r21758: Subtitle formats are listed in subreader.h, not libmpdemux/demuxer.h.voroshil2006-12-241-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21762 b3059339-0415-0410-9bf9-f77b7e298cf2
* r21748: Reformatting round continuedvoroshil2006-12-246-29/+25
| | | | | | | r21760: Directly point to the Subversion instructions. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21761 b3059339-0415-0410-9bf9-f77b7e298cf2
* Directly point to the Subversion instructions.diego2006-12-241-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21760 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove undocumented redundant key bindings.diego2006-12-241-4/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21759 b3059339-0415-0410-9bf9-f77b7e298cf2
* Subtitle formats are listed in subreader.h, not libmpdemux/demuxer.h.diego2006-12-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21758 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100l syntax errordiego2006-12-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21757 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Fix indentation after last commit.diego2006-12-241-13/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21756 b3059339-0415-0410-9bf9-f77b7e298cf2
* Run less CPU checks when runtime CPU detection is enabled.diego2006-12-241-0/+11
| | | | | | | inspired by a patch from Zuxy Meng, zuxy.meng gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21755 b3059339-0415-0410-9bf9-f77b7e298cf2
* Exit when runtime CPU detection is requested on unsupported arches.diego2006-12-241-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21754 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rename x86 test to x86_32 and provide an x86 test for both x86_32 and x86_64.diego2006-12-241-17/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21753 b3059339-0415-0410-9bf9-f77b7e298cf2
* Extend runtime CPU detection to x86-64.diego2006-12-231-2/+3
| | | | | | | inspired by a patch from Zuxy Meng, zuxy.meng gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21752 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synced with r21748torinthiel2006-12-235-620/+592
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21751 b3059339-0415-0410-9bf9-f77b7e298cf2
* Amiga OS 4 supportdiego2006-12-231-0/+1
| | | | | | | patch by Andrea Palmatè, andrea amigasoft net git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21750 b3059339-0415-0410-9bf9-f77b7e298cf2
* Amiga OS 4 needs a large sample size.diego2006-12-231-1/+1
| | | | | | | patch by Andrea Palmatè, andrea amigasoft net git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21749 b3059339-0415-0410-9bf9-f77b7e298cf2
* Reformatting round continuedtorinthiel2006-12-235-24/+24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21748 b3059339-0415-0410-9bf9-f77b7e298cf2
* replace call to UDFFindFile() (that is not part of the public API) with ↵nicodvb2006-12-231-6/+6
| | | | | | | | | | DVDOpenFile() patch by Klaus Muller (mk.2001 web de) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21747 b3059339-0415-0410-9bf9-f77b7e298cf2
* Properly fix compilation without code duplication.diego2006-12-231-9/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21746 b3059339-0415-0410-9bf9-f77b7e298cf2
* r21741: Massive <simpara> -> <para>, as no <simpara>'s are actually needed.voroshil2006-12-237-7/+13
| | | | | | | r21744: Mention that you can use different image formats with mf:// git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21745 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mention that you can use different image formats with mf://torinthiel2006-12-231-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21744 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synced with r21741 (or just tag bump)torinthiel2006-12-235-12/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21743 b3059339-0415-0410-9bf9-f77b7e298cf2
* And <simpara> -> <para> continued, those languages somehow slipped by duringtorinthiel2006-12-2312-634/+634
| | | | | | | previous commit. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21742 b3059339-0415-0410-9bf9-f77b7e298cf2
* Massive <simpara> -> <para>, as no <simpara>'s are actually needed.torinthiel2006-12-2337-1649/+1649
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21741 b3059339-0415-0410-9bf9-f77b7e298cf2
* compilation fixes: define always_inline and don't use uint64_t_Crik2006-12-232-2/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21740 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync to libnut, nom->numods152006-12-231-7/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21739 b3059339-0415-0410-9bf9-f77b7e298cf2
* r21736: Add <keycombo> barkup for key combinationsvoroshil2006-12-233-20/+29
| | | | | | | r21737: Add <menuchoice> <guimenu> <guisubmenu> <guimenuitem> markup for menus. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21738 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add <menuchoice> <guimenu> <guisubmenu> <guimenuitem> markup for menus.torinthiel2006-12-232-4/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21737 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add <keycombo> markup for key combinationstorinthiel2006-12-232-11/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21736 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix disabling individual demuxers, parsers and decodersdiego2006-12-231-22/+18
| | | | | | | based on a patch by Nicolas Baradakis, nbk sitadelle com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21735 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Rename variables to simplify upcoming patches.diego2006-12-231-7/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21734 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove x11grab hack, it's now disabled by default in FFmpeg.diego2006-12-231-4/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21733 b3059339-0415-0410-9bf9-f77b7e298cf2
* smb:// can be used as an output streamnicodvb2006-12-221-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21732 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with r21655, based on a file conversion of help_mp-zh_CN.hkraymer2006-12-221-434/+1900
| | | | | | | file provided by Eric Wang, eric7wang gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21731 b3059339-0415-0410-9bf9-f77b7e298cf2
* Clarify that yuv2rgb_init.c cannot be used under LGPLlucabe2006-12-221-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21730 b3059339-0415-0410-9bf9-f77b7e298cf2
* r21722: ffv1 and ffvhuff haven't required vstrict=-2 for a whilevoroshil2006-12-221-10/+18
| | | | | | | | | r21724: small wording/markup improvements r21725: wording and markup improvements r21727: Must refer to option name instead of internal variable git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21729 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove useless include (not needed now that libswscale uses libavutil)lucabe2006-12-221-5/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21728 b3059339-0415-0410-9bf9-f77b7e298cf2
* Must refer to option name instead of internal variable voroshil2006-12-221-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21727 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix correct addressing of user, some gram and ortographical fixes too - only ↵reynaldo2006-12-221-61/+61
| | | | | | partial git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21726 b3059339-0415-0410-9bf9-f77b7e298cf2
* wording and markup improvementsdiego2006-12-221-2/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21725 b3059339-0415-0410-9bf9-f77b7e298cf2
* small wording/markup improvementsdiego2006-12-221-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21724 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync of Spanish translation for help_mp-es.hkraymer2006-12-211-10/+112
| | | | | | | patch by Fernando Tarín (icemanf gmail com) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21723 b3059339-0415-0410-9bf9-f77b7e298cf2
* ffv1 and ffvhuff haven't required vstrict=-2 for a whilelorenm2006-12-211-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21722 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix compilation on the