1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-31 20:21:49 +00:00
Commit Graph

17801 Commits

Author SHA1 Message Date
michael
e44e52167a div8 -> div16
and a silly 10l typo (misstakely removed a field)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17801 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-10 14:34:30 +00:00
michael
7f204aec11 drop max_frame_size
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17800 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-10 14:28:11 +00:00
michael
09053751fd double muxing examples (cant hurt to explictly mention the most common)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17799 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-10 14:23:22 +00:00
michael
578eb12df3 limit stuffing to prevent header_checksum from endup being useless due to a gb of 0x80 after a 'N'
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17798 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-10 14:18:59 +00:00
michael
7f157e2d58 universal timestamp (= stream_id + timestamp in stream timebase)
-> simplify
add that thing to info packets as type too


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17797 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-10 14:10:07 +00:00
michael
f25911feec little clarification of sample_width/sample_height
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17796 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-10 13:54:39 +00:00
michael
370aaee121 0x00 and 0xFF should be invalid (libnut does that already and it seems like a good idea to recommand)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17795 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-10 13:50:35 +00:00
ods15
3d312d86fe push back userdata stream_class
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17794 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-10 11:52:58 +00:00
michael
2c222ee63b header_checksum
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17793 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-10 02:49:29 +00:00
reimar
d81cb40c88 free resources when load_raw fails
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17792 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-09 22:20:20 +00:00
reimar
0b48e15140 fix leak on read error (forgot to free demux packet)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17791 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-09 22:14:34 +00:00
reimar
0abc4c6d63 fix minor (i.e. unlikely to ever happen) leak when init fails
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17790 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-09 22:11:39 +00:00
rtognimp
a2d1fa71e8 Fix potential read from an unitialized pointer (CID: 236)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17789 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-09 22:09:03 +00:00
reimar
7a649cdcff remove useless and memleak-causing strdup
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17788 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-09 18:05:38 +00:00
reimar
d7d3f53317 fix another sizeof(dvd_input_t) bug (must be struct dvd_input_s instead)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17787 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-09 17:39:34 +00:00
reimar
e078b7a14e in demux_ogg_read_packet initialize data to whole packet, reduces code and
fixes missing initialization in else + header packet case.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17786 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-08 22:23:21 +00:00
reimar
08394d0e01 name array is too small, use strlcpy instead of strncpy
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17785 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-08 21:13:16 +00:00
reimar
1f5b55cb9b UTF-8 is used everywhere else and seems to be more portable than utf8 (FreeBSD)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17784 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-08 20:27:47 +00:00
henry
10825e00a9 revert the attempts for ccache fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17783 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-08 19:56:47 +00:00
reimar
e358534d3a add default case to encoder switch-case (maybe an error message would be good as well).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17782 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-08 15:49:46 +00:00
reimar
694f18ea46 fix memory leak when filter with given name does not exist.
Also prints which filter failed in the malloc-failed case


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17781 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-08 15:39:53 +00:00
reimar
93ffd2ad79 Missing free_demux_packet after read error
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17780 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-08 15:21:12 +00:00
reimar
dddd5404a5 Fix base64 encoding for basic auth according to RFC.
Patch by Jeff D'Angelo (jcd+mplayer at psu edu).


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17779 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-08 15:14:08 +00:00
reimar
5b3801e774 missing url_free when using proxy and connect fails
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17778 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-08 15:07:48 +00:00
reimar
cd94e7a740 stream_id == MAX_STREAMS is invalid, since counting starts with 0.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17777 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-08 13:26:36 +00:00
reimar
425573eb0d "i < sizeof(buf)" must be "i < sizeof(buf) - 5", since later buf[i + 5] is used.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17776 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-08 13:07:36 +00:00
reimar
6c232b95c4 We start with 0, so ch (channel number) == AF_NCH is invalid, too (not just >)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17775 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-08 13:00:51 +00:00
michael
df89f6c831 cosmetic
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17774 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-08 12:49:35 +00:00
reimar
1519205f24 Automaticall convert message to console charset, use utf8 for GTK2 Gui
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17773 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-08 12:45:48 +00:00
michael
1b8e9839b0 remove info streams
add new rules

awaiting flames and comments


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17772 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-08 12:37:10 +00:00
diego
be3b3fcef5 Add codecs2html dependencies.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17771 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-08 11:09:01 +00:00
diego
d964828799 libcdio needs to link before -lwinmm in WIN32_LIB on Windows.
patch by Erik Lunchpail erik_27can <<at>> yahoo <<dot>> com


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17770 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-08 11:04:00 +00:00
reimar
d851f8c22e free tmp earlier, it is not needed below and might leak on errors otherwise
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17769 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-08 10:50:16 +00:00
reimar
6c612f342a Missing initialization
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17768 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-08 10:24:07 +00:00
reimar
7d904048e6 initialize f to NULL, needed if desc=malloc... fails
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17767 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-08 10:04:05 +00:00
aurel
0177d932d4 If we have a tuner, use that as a reason we have audio support, and do
not depend on audioset.
(patch by Jesse Allen <the3dfxdude _at_ gmail.com>)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17766 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-08 00:21:44 +00:00
henry
6a2cfc6f1f fix incomplete abs->rel path conversion
also added missing make distclean for libpostproc


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17765 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-07 17:49:37 +00:00
diego
74baa96939 Fix compilation command in comment.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17764 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-07 15:40:49 +00:00
diego
6650d595b0 Comment out debug output.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17763 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-07 15:39:01 +00:00
diego
2f69888f22 Add codecs2html target.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17762 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-07 15:37:58 +00:00
gpoirier
329dc03746 synced with 1.1237
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17761 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-07 13:40:20 +00:00
diego
b75c25beac Correct toolchain for building XML docs on Debian Sarge.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17760 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-07 11:09:40 +00:00
gabrov
f558bb0fee synced with 1.47
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17759 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-06 21:13:54 +00:00
rathann
85e7c5635e 10l to Guillaume. It's <option>, not <options>. xmllint would've told you that.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17758 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-06 18:40:36 +00:00
diego
30d06685ac Reduce output verbosity in non-verbose mode, change some printf to mp_msg.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17757 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-06 08:26:07 +00:00
gpoirier
880d3cc0b8 various improvements of the section "Choosing the video codec"
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17756 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-06 07:19:00 +00:00
gabrov
b2bc8d87a0 increasing sync tag to 1.45 after typo fix in English version
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17755 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-05 22:53:06 +00:00
gabrov
db8e889a0e typo fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17754 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-05 22:50:56 +00:00
diego
529ae07409 Capitalize some sentences after colons.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17753 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-05 22:29:26 +00:00
gabrov
efa0af5049 synced with 1.80
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17752 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-05 19:42:06 +00:00