aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* in vc1 probing code, all packets before the first sequence header must be ↵Gravatar nicodvb2007-01-20
| | | | | | skipped, not read git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21969 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed unused variables; replaced wrong call to realloc() with calloc() in ↵Gravatar nicodvb2007-01-20
| | | | | | vc1 probing code git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21968 b3059339-0415-0410-9bf9-f77b7e298cf2
* decode vc1 sequence header and frame it in video_read_frame();Gravatar nicodvb2007-01-20
| | | | | | | | it doesn't work yet, but it permits debugging and development to Kostya git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21967 b3059339-0415-0410-9bf9-f77b7e298cf2
* demux vc1 (stream id 0x1Fd with 0x55 <= substream id <= 0x5F in the ↵Gravatar nicodvb2007-01-20
| | | | | | pes_extension_2 payload) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21966 b3059339-0415-0410-9bf9-f77b7e298cf2
* added function to parse vc1 sequence headerGravatar nicodvb2007-01-20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21965 b3059339-0415-0410-9bf9-f77b7e298cf2
* BE_32 -> AV_RB32Gravatar reimar2007-01-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21964 b3059339-0415-0410-9bf9-f77b7e298cf2
* Compile fix: LE_* -> AV_RL*Gravatar reimar2007-01-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21963 b3059339-0415-0410-9bf9-f77b7e298cf2
* include the right riff.h according to USE_LIBAVFORMAT_SO|USE_LIBAVFORMAT; ↵Gravatar nicodvb2007-01-19
| | | | | | please stop breaking code that uses *_SO git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21962 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync w/ r21959Gravatar gpoirier2007-01-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21961 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with r21959Gravatar Gabrov2007-01-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21960 b3059339-0415-0410-9bf9-f77b7e298cf2
* Apply ancient double-click patch that nobody cares to comment on.Gravatar reimar2007-01-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21959 b3059339-0415-0410-9bf9-f77b7e298cf2
* r21930: gcc_bug++;Gravatar voroshil2007-01-18
| | | | | | | | | | | r21931: update x264's subq otion description r21932: update and factorize information about x264's multi-threading mode r21933: fixes suggested by Diego r21934: get rid of two spaces after a period (instead of one) r21954: "-lavdopts fast" has applied to mpeg4 and h264 for a while git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21958 b3059339-0415-0410-9bf9-f77b7e298cf2
* In .srt, any line containing only spaces and tabs marks the end of theGravatar eugeni2007-01-18
| | | | | | | current subtitle. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21957 b3059339-0415-0410-9bf9-f77b7e298cf2
* grammar/spelling/wording in commentsGravatar diego2007-01-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21956 b3059339-0415-0410-9bf9-f77b7e298cf2
* r21954: "-lavdopts fast" has applied to mpeg4 and h264 for a whileGravatar kraymer2007-01-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21955 b3059339-0415-0410-9bf9-f77b7e298cf2
* "-lavdopts fast" has applied to mpeg4 and h264 for a whileGravatar lorenm2007-01-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21954 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with r21952Gravatar Gabrov2007-01-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21953 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1000l; fixed wrong operator precedenceGravatar nicodvb2007-01-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21952 b3059339-0415-0410-9bf9-f77b7e298cf2
* version bump (for changes in r21907)Gravatar kraymer2007-01-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21951 b3059339-0415-0410-9bf9-f77b7e298cf2
* r21727: Must refer to option name instead of internal variableGravatar kraymer2007-01-17
| | | | | | | | | | r21758: Subtitle formats are listed in subreader.h, not libmpdemux/demuxer.h. r21848: clarify a few things about the interaction between *cmp and mbd options r21865: Audio track switching works with DVDs as well. r21882: sync to x264 r607 (update description of threads) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21950 b3059339-0415-0410-9bf9-f77b7e298cf2
* r21691: added smb:// to the list of allowed input urlsGravatar kraymer2007-01-17
| | | | | | | | | | r21692: mentioned file:// and smb:// as alternative stream outputs for mencoder r21722: ffv1 and ffvhuff haven't required vstrict=-2 for a while r21724: small wording/markup improvements r21725: wording and markup improvements git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21949 b3059339-0415-0410-9bf9-f77b7e298cf2
* print_version() and others get executed before the command line has been ↵Gravatar michael2007-01-17
| | | | | | parsed so -really-quiet does not silence them even though it should according to the verbosity level set by it, this simple change/hack fixes it git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21948 b3059339-0415-0410-9bf9-f77b7e298cf2
* unified creation of sh_audio and sh_video is ts_add_stream; patch by elupusGravatar nicodvb2007-01-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21947 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update copyright year.Gravatar diego2007-01-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21946 b3059339-0415-0410-9bf9-f77b7e298cf2
* in evo files [e]ac3 substreams range from 0xc0 to 0xcfGravatar nicodvb2007-01-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21945 b3059339-0415-0410-9bf9-f77b7e298cf2
* at open() assign *file_format=DEMUXER_TYPE_MPEG_PS to avoid useless demuxer ↵Gravatar nicodvb2007-01-16
| | | | | | probing git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21944 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix identation, broken by last commitGravatar gpoirier2007-01-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21943 b3059339-0415-0410-9bf9-f77b7e298cf2
* speeds up mplayer execution by over FIVE times when all of the of the ↵Gravatar gpoirier2007-01-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | following apply: * menus are enabled * menus are enabled but not displayed * direct rendering is in use Patch by Adam Sulmicki % adam A cfar P umd P edu % Original thread: date: Jan 7, 2007 11:07 PM subject: [MPlayer-dev-eng] [PATCH] slow menus : try two Other threads: date: Jan 7, 2007 12:39 PM subject: [MPlayer-advusers] [patch] slow menus Also: date: Jan 6, 2007 11:13 PM subject: [MPlayer-advusers] [patch] slow menus And: date: Jan 2, 2007 11:46 PM subject: [MPlayer-advusers] slow down with menu off Finaly: date: Dec 24, 2006 11:25 AM subject: [MPlayer-users] slow down with menu off git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21942 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix crash with http://sam.zoy.org/zzuf/lol-mplayer.m2vGravatar henry2007-01-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21941 b3059339-0415-0410-9bf9-f77b7e298cf2
* Interlaced gif supportGravatar reimar2007-01-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21940 b3059339-0415-0410-9bf9-f77b7e298cf2
* Change some types to uint8_t where appropriateGravatar reimar2007-01-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21939 b3059339-0415-0410-9bf9-f77b7e298cf2
* "Cosmetics" Introduce a memcpy function doing both transparentGravatar reimar2007-01-16
| | | | | | | and non-transparent copy. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21938 b3059339-0415-0410-9bf9-f77b7e298cf2
* one more #if 1 removedGravatar nicodvb2007-01-15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21937 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed useless #if1s added too long time agoGravatar nicodvb2007-01-15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21936 b3059339-0415-0410-9bf9-f77b7e298cf2
* in EVO files substreams 0xC0 of private streams 0xBD contain [e]ac3.Gravatar nicodvb2007-01-15
| | | | | | | | A more proper range will be committed when specs begin to appear; for the time being enjoy the audio stream git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21935 b3059339-0415-0410-9bf9-f77b7e298cf2
* get rid of two spaces after a period (instead of one)Gravatar gpoirier2007-01-15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21934 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixes suggested by DiegoGravatar gpoirier2007-01-15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21933 b3059339-0415-0410-9bf9-f77b7e298cf2
* update and factorize information about x264's multi-threading modeGravatar gpoirier2007-01-15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21932 b3059339-0415-0410-9bf9-f77b7e298cf2
* update x264's subq otion descriptionGravatar gpoirier2007-01-15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21931 b3059339-0415-0410-9bf9-f77b7e298cf2
* gcc_bug++;Gravatar diego2007-01-15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21930 b3059339-0415-0410-9bf9-f77b7e298cf2
* demux_rtp_codec.cpp:100: `INT_MAX' undeclared (first use this function)Gravatar diego2007-01-15
| | | | | | | patch by Carl Eugen Hoyos, cehoyos ag.or at git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21929 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l, fix inverted check for "<media" in smil playlistGravatar rtogni2007-01-14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21928 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move toolame vs twolame logic into the $_toolame=auto case.Gravatar diego2007-01-14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21927 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move Paolo Tresoldi out of the GUI skin section.Gravatar diego2007-01-14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21926 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make twolame disable toolame.Gravatar diego2007-01-14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21925 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move twolame check before toolame check.Gravatar diego2007-01-14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21924 b3059339-0415-0410-9bf9-f77b7e298cf2
* Adding me and Andrew Savchenko as authors of Russian docs translationGravatar voroshil2007-01-14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21923 b3059339-0415-0410-9bf9-f77b7e298cf2
* r21882: sync to x264 r607 (update description of threads)Gravatar voroshil2007-01-14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21922 b3059339-0415-0410-9bf9-f77b7e298cf2
* translation status updateGravatar voroshil2007-01-14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21921 b3059339-0415-0410-9bf9-f77b7e298cf2
* spelling, wording fixGravatar voroshil2007-01-14
| | | | | | | patch from Andrew Savchenko bircoph at mail dot ru git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21920 b3059339-0415-0410-9bf9-f77b7e298cf2