summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* typo, new sentences on lines of their owndiego2007-01-291-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22061 b3059339-0415-0410-9bf9-f77b7e298cf2
* describe -psprobenicodvb2007-01-281-0/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22060 b3059339-0415-0410-9bf9-f77b7e298cf2
* sanity checks during codec detection; also reset demuxer->stream->eofnicodvb2007-01-281-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22059 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove references to no longer existing documentation.diego2007-01-281-3/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22058 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move platform-specific stuff together.diego2007-01-281-5/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22057 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move _ldd setting to a saner place.diego2007-01-281-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22056 b3059339-0415-0410-9bf9-f77b7e298cf2
* added code to scan the video stream to search the actual video codec used;nicodvb2007-01-282-0/+32
| | | | | | | | | | triggered only if requested by the user with option -psprobe. Evo files require this option because H264 is stored like MPEG2 without using the PSM git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22055 b3059339-0415-0410-9bf9-f77b7e298cf2
* include math.h for fabsf()nicodvb2007-01-281-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22054 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: reindentation and braces removalnicodvb2007-01-281-6/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22053 b3059339-0415-0410-9bf9-f77b7e298cf2
* moved scoreboarding code to 2 separate functions (update_stats() and ↵nicodvb2007-01-281-28/+41
| | | | | | clear_stats()) to be reused next git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22052 b3059339-0415-0410-9bf9-f77b7e298cf2
* stray fflush spotted by Aurellu_zero2007-01-281-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22051 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix a segfault if -x264encopts is the last commandline option (with no argument)lorenm2007-01-281-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22050 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix base64_encode() max output length checking.uau2007-01-281-4/+3
| | | | | | | Made HTTP auth fail if sum of username+password lengths was below 3. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22049 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make example and test build and link correctlylu_zero2007-01-281-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22048 b3059339-0415-0410-9bf9-f77b7e298cf2
* av_logifylu_zero2007-01-281-8/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22047 b3059339-0415-0410-9bf9-f77b7e298cf2
* Doxygen comments for used DirectShow methods.voroshil2007-01-282-2/+969
| | | | | | | | Info was got from DirectShow SDK. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22046 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mark m_struct_t defaults as constreimar2007-01-2810-10/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22045 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix endianess, see bug #727lu_zero2007-01-281-12/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22044 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l: screen_height calculation was using an uninitialized variablefaust32007-01-281-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22043 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix number of rows in interlaced mode.reimar2007-01-281-7/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22042 b3059339-0415-0410-9bf9-f77b7e298cf2
* Accept rdt packets with "is-reliable" flag setrtogni2007-01-281-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22041 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l, confused current "frame" with canvas width.reimar2007-01-281-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22040 b3059339-0415-0410-9bf9-f77b7e298cf2
* set has_valid_timestamps and corresponding first and final pts only afternicodvb2007-01-281-46/+122
| | | | | | | | | | | | | | having checked that at the beginning, at the middle and at the end of the stream timestamps don't reset and that they seem to progress (almost-) linearly; additionally probe those timestamps only when the stream type is file and it's seekable, so all other stream types (especially network ones) won't waste time trying to seek and possibly slowing down detection. Seeking is not negatively affected by these changes. Patch by Christian Aistleitner (zaek7q gmx net) reworked by me. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22039 b3059339-0415-0410-9bf9-f77b7e298cf2
* Hack: use refmode == 1 instead of == 0, as browsers behave like thisreimar2007-01-281-0/+7
| | | | | | | | and buggy files like http://samples.mplayerhq.hu/GIF/broken-gif/CLAIRE.GIF rely on this. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22038 b3059339-0415-0410-9bf9-f77b7e298cf2
* Set sh_video->bih->biWidth properly, fixes decoding after latest dec_video.c ↵reimar2007-01-281-5/+2
| | | | | | change git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22037 b3059339-0415-0410-9bf9-f77b7e298cf2
* Call real_fix_timestamp() after seeking, to avoid video freezing rtogni2007-01-271-3/+13
| | | | | | | | because of wrong timestamps. Fixes seek_sample2.rmvb and others. Patch by LR ))) hephooey ))(( gmail )( com ((( git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22036 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix overlooked debug messagevoroshil2007-01-271-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22035 b3059339-0415-0410-9bf9-f77b7e298cf2
* Changing debug messages and renaming method names according to theirvoroshil2007-01-271-29/+29
| | | | | | | implementations. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22034 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix typos from previous commitvoroshil2007-01-271-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22033 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cosmetics. Doxygen comments.voroshil2007-01-271-6/+484
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22032 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced up to r21221ptt2007-01-271-245/+265
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22031 b3059339-0415-0410-9bf9-f77b7e298cf2
* Implement FIXME: Restore original width/height when CODECS_FLAG_ALIGN16reimar2007-01-271-6/+15
| | | | | | | is set and codec init failed. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22030 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify and make lzo decompression code more similar to zlib one.reimar2007-01-271-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22029 b3059339-0415-0410-9bf9-f77b7e298cf2
* Forgotten free on errorreimar2007-01-271-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22028 b3059339-0415-0410-9bf9-f77b7e298cf2
* r21989: fix typovoroshil2007-01-271-10/+7
| | | | | | | | | r22008: Address age-old FIXMEs about tdfx_vid, tdfxfb and 3dfx vo drivers. r22014: Clarify -delay. r22016: Remove confusing line about forcing MP3 demuxing. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22027 b3059339-0415-0410-9bf9-f77b7e298cf2
* *dest = malloc (*size); is useless directly before *dest = realloc (*dest, ↵reimar2007-01-271-1/+1
| | | | | | *size); git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22026 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced up to r21906ptt2007-01-271-7/+202
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22025 b3059339-0415-0410-9bf9-f77b7e298cf2
* Handle mp_msg_charset == NULL correctly in filename_recode.reimar2007-01-271-1/+2
| | | | | | | Patch by Vladimir Voroshilov - voroshil gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22024 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cosmetics: remove tabs, almost all added during last patch, fromreimar2007-01-271-12/+12
| | | | | | | an otherwise tab-free file. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22023 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with r22016Gabrov2007-01-261-10/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22022 b3059339-0415-0410-9bf9-f77b7e298cf2
* fastmemcpy.h always has to include inttypes.h on systems that need it.diego2007-01-261-1/+1
| | | | | | | patch by Carl Eugen Hoyos, cehoyos ag.or at git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22021 b3059339-0415-0410-9bf9-f77b7e298cf2
* filename double-conversion, especially usefull for CJK users :-)gpoirier2007-01-263-12/+56
| | | | | | | | | Patch by Zuxy Meng <zuxy.meng@gmail.com> date: Oct 25, 2006 2:20 AM subject: [MPlayer-dev-eng] [PATCH] Filename double-conversion git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22020 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove illegal definition of underscored-prefixed symbol "__MODULE__":gpoirier2007-01-264-8/+0
| | | | | | | | | | | | | | All underscored-prefixed symbols have the right re-defined by the compiler, so it's definitely not safe to use any. ICC doesn't seem to like it, GCC doesn't seem to care. Original thread: date: Jan 25, 2007 2:41 PM subject: [MPlayer-dev-eng] [PATCH] remove illegal underscored-prefixed symbols AND date: 01/25/2007 11:43 AM subject: Re: [MPlayer-dev-eng] [PATCH] compiling with Intel C git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22019 b3059339-0415-0410-9bf9-f77b7e298cf2
* get rid of void pointer arithmetic, as spotted by ICCgpoirier2007-01-261-8/+9
| | | | | | | | | Original thread: date: Jan 25, 2007 5:01 PM subject: Re: [MPlayer-dev-eng] [PATCH] get rid of *void pointer arithemtic in libvo/fastmemcpy.h git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22018 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not create font subdir of data directory, bitmap font support is deprecated.diego2007-01-251-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22017 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove confusing line about forcing MP3 demuxing.diego2007-01-251-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22016 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove comment printed by -demuxer help, it belongs in the copyright header.diego2007-01-251-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22015 b3059339-0415-0410-9bf9-f77b7e298cf2
* Clarify -delay.diego2007-01-251-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22014 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove ff_gcd prototype and include avutil.h instead where it is defined.reimar2007-01-251-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22013 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l to Gabrov for breaking docs build.rathann2007-01-251-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22012 b3059339-0415-0410-9bf9-f77b7e298cf2
* build fix: Disable libtheora encoding over lavc.diego2007-01-251-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22011 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with FFmpeg r7699.diego2007-01-251-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22010 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify conditional compilation handling.diego2007-01-251-6/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22009 b3059339-0415-0410-9bf9-f77b7e298cf2
* Address age-old FIXMEs about tdfx_vid, tdfxfb and 3dfx vo drivers.diego2007-01-241-8/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22008 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use interleaver id to select the correct interleaver instead of guessing rtogni2007-01-241-23/+21
| | | | | | | it from the codec id. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22007 b3059339-0415-0410-9bf9-f77b7e298cf2
* Quote some expressions, might help with some shells.diego2007-01-241-2/+2
| | | | | | | patch Derek E. Lewis, dlewis solnetworks net git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22006 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use interleaver id to select the correct interleaver instead of guessing rtogni2007-01-241-8/+7
| | | | | | | | it from the codec id. Fixes gittin_13.ra git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22005 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix compilation if no libogg/libvoribs installedrtogni2007-01-241-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22004 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rename a few variables to match FFmpeg.diego2007-01-241-5/+5
| | | | | | | patch by Brett Goulder, predatorfreak dcaf-security org git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22003 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix compilation after ffmpeg changes in r7619rtogni2007-01-241-5/+41
| | | | | | | Some libraries still need tweaks git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22002 b3059339-0415-0410-9bf9-f77b7e298cf2
* better autodetection of framerate in case of h264; it works correctly with ↵nicodvb2007-01-231-2/+8
| | | | | | | | | b-frames. Patch by Eugen Hoyos (cehoyos ag or at) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22001 b3059339-0415-0410-9bf9-f77b7e298cf2
* Include string.h to make sure memcpy is not used without prototypereimar2007-01-231-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22000 b3059339-0415-0410-9bf9-f77b7e298cf2
* Pass a context to av_log(), when possiblelucabe2007-01-235-73/+78
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21999 b3059339-0415-0410-9bf9-f77b7e298cf2
* Bring MPlayer closer to compilation after latest FFmpeg changes.diego2007-01-231-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21998 b3059339-0415-0410-9bf9-f77b7e298cf2
* substream 0x75 doesn't seem to be a valid vc1 stream, after all; removednicodvb2007-01-221-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21997 b3059339-0415-0410-9bf9-f77b7e298cf2
* set priv->last_pts to the pts read only if the pts was really read; patch by ↵nicodvb2007-01-221-1/+6
| | | | | | zaek7q gmx net (Christian Aistleitner) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21996 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix FSF address and otherwise broken license headers.diego2007-01-2217-46/+32
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21995 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix license headers and FSF postal address.diego2007-01-223-7/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21994 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with FFmpeg r7634.diego2007-01-211-4/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21993 b3059339-0415-0410-9bf9-f77b7e298cf2
* Discard -Wdeclaration-after-statement warning.diego2007-01-211-1/+1
| | | | | | | patch by Carl Eugen Hoyos, cehoyos ag.or at git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21992 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with r21906Gabrov2007-01-211-2/+91
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21991 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with r21989Gabrov2007-01-214-67/+455
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21990 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix typoGabrov2007-01-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21989 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix compilation: define CONFIG_ZLIB in config.makreimar2007-01-211-0/+1
| | | | | | | Compilation without zlib untested. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21988 b3059339-0415-0410-9bf9-f77b7e298cf2
* r21959: Apply ancient double-click patch that nobody cares to comment on.voroshil2007-01-211-1/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21987 b3059339-0415-0410-9bf9-f77b7e298cf2
* Instead of printing a useless "sig11 coming soon" message, just abort parsingreimar2007-01-211-1/+4
| | | | | | | | in the hope of still saving things (helps with at least http://sam.zoy.org/zzuf/lol-mplayer.wmv). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21986 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sanity-check sh_video->bih->biSizereimar2007-01-212-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21985 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify by using av_codec_get_id and include riff.h only in demux_lavf.creimar2007-01-213-20/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21984 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add ignore key bindreim