summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* move bit flags to be more convinient...ods152006-03-111-8/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17810 b3059339-0415-0410-9bf9-f77b7e298cf2
* clarify, header_checksum is not included in forward_ptr and in packet checksumods152006-03-111-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17809 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify libcdio check.diego2006-03-111-4/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17808 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make better use of pkg-config to check for/set proper libraries whendiego2006-03-101-3/+4
| | | | | | | | using libcdio with internal cdparanoia. patch by Erik Lunchpail erik_27can <<at>> yahoo <<dot>> com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17807 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix memory leak cid 176rtognimp2006-03-101-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17806 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix memory leak cid 177rtognimp2006-03-101-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17805 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix possible use of body uninitialized. Remove an unneeded free (bodyrtognimp2006-03-101-2/+1
| | | | | | | is not allocated before it). CID 243 and more git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17804 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove edl.c pre-alloc, more readble and safe codeods152006-03-101-13/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17803 b3059339-0415-0410-9bf9-f77b7e298cf2
* SHOULD NOT be higher than 1/timebase limitmichael2006-03-101-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17802 b3059339-0415-0410-9bf9-f77b7e298cf2
* div8 -> div16michael2006-03-101-6/+7
| | | | | | | and a silly 10l typo (misstakely removed a field) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17801 b3059339-0415-0410-9bf9-f77b7e298cf2
* drop max_frame_sizemichael2006-03-101-7/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17800 b3059339-0415-0410-9bf9-f77b7e298cf2
* double muxing examples (cant hurt to explictly mention the most common)michael2006-03-101-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17799 b3059339-0415-0410-9bf9-f77b7e298cf2
* limit stuffing to prevent header_checksum from endup being useless due to a ↵michael2006-03-101-1/+2
| | | | | | gb of 0x80 after a 'N' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17798 b3059339-0415-0410-9bf9-f77b7e298cf2
* universal timestamp (= stream_id + timestamp in stream timebase)michael2006-03-101-14/+14
| | | | | | | | -> 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
* little clarification of sample_width/sample_heightmichael2006-03-101-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17796 b3059339-0415-0410-9bf9-f77b7e298cf2
* 0x00 and 0xFF should be invalid (libnut does that already and it seems like ↵michael2006-03-101-0/+2
| | | | | | a good idea to recommand) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17795 b3059339-0415-0410-9bf9-f77b7e298cf2
* push back userdata stream_classods152006-03-101-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17794 b3059339-0415-0410-9bf9-f77b7e298cf2
* header_checksummichael2006-03-101-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17793 b3059339-0415-0410-9bf9-f77b7e298cf2
* free resources when load_raw failsreimar2006-03-091-4/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17792 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix leak on read error (forgot to free demux packet)reimar2006-03-091-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17791 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix minor (i.e. unlikely to ever happen) leak when init failsreimar2006-03-091-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17790 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix potential read from an unitialized pointer (CID: 236)rtognimp2006-03-091-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17789 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove useless and memleak-causing strdupreimar2006-03-091-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17788 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix another sizeof(dvd_input_t) bug (must be struct dvd_input_s instead)reimar2006-03-092-1/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17787 b3059339-0415-0410-9bf9-f77b7e298cf2
* in demux_ogg_read_packet initialize data to whole packet, reduces code andreimar2006-03-081-5/+2
| | | | | | | fixes missing initialization in else + header packet case. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17786 b3059339-0415-0410-9bf9-f77b7e298cf2
* name array is too small, use strlcpy instead of strncpyreimar2006-03-081-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17785 b3059339-0415-0410-9bf9-f77b7e298cf2
* UTF-8 is used everywhere else and seems to be more portable than utf8 (FreeBSD)reimar2006-03-081-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17784 b3059339-0415-0410-9bf9-f77b7e298cf2
* revert the attempts for ccache fixhenry2006-03-082-11/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17783 b3059339-0415-0410-9bf9-f77b7e298cf2
* add default case to encoder switch-case (maybe an error message would be ↵reimar2006-03-081-0/+3
| | | | | | good as well). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17782 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix memory leak when filter with given name does not exist.reimar2006-03-081-4/+4
| | | | | | | 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
* Missing free_demux_packet after read errorreimar2006-03-081-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17780 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix base64 encoding for basic auth according to RFC.reimar2006-03-081-4/+8
| | | | | | | 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
* missing url_free when using proxy and connect failsreimar2006-03-081-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17778 b3059339-0415-0410-9bf9-f77b7e298cf2
* stream_id == MAX_STREAMS is invalid, since counting starts with 0.reimar2006-03-081-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17777 b3059339-0415-0410-9bf9-f77b7e298cf2
* "i < sizeof(buf)" must be "i < sizeof(buf) - 5", since later buf[i + 5] is used.reimar2006-03-081-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17776 b3059339-0415-0410-9bf9-f77b7e298cf2
* We start with 0, so ch (channel number) == AF_NCH is invalid, too (not just >)reimar2006-03-081-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17775 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmeticmichael2006-03-081-4/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17774 b3059339-0415-0410-9bf9-f77b7e298cf2
* Automaticall convert message to console charset, use utf8 for GTK2 Guireimar2006-03-084-1/+70
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17773 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove info streamsmichael2006-03-081-20/+6
| | | | | | | | | add new rules awaiting flames and comments git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17772 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add codecs2html dependencies.diego2006-03-081-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17771 b3059339-0415-0410-9bf9-f77b7e298cf2
* libcdio needs to link before -lwinmm in WIN32_LIB on Windows.diego2006-03-081-1/+1
| | | | | | | 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
* free tmp earlier, it is not needed below and might leak on errors otherwisereimar2006-03-081-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17769 b3059339-0415-0410-9bf9-f77b7e298cf2
* Missing initializationreimar2006-03-081-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17768 b3059339-0415-0410-9bf9-f77b7e298cf2
* initialize f to NULL, needed if desc=malloc... failsreimar2006-03-081-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17767 b3059339-0415-0410-9bf9-f77b7e298cf2
* If we have a tuner, use that as a reason we have audio support, and doaurel2006-03-081-3/+2
| | | | | | | | 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
* fix incomplete abs->rel path conversionhenry2006-03-071-3/+7
| | | | | | | also added missing make distclean for libpostproc git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17765 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix compilation command in comment.diego2006-03-071-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17764 b3059339-0415-0410-9bf9-f77b7e298cf2
* Comment out debug output.diego2006-03-071-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17763 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add codecs2html target.diego2006-03-071-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17762 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.1237gpoirier2006-03-071-8/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17761 b3059339-0415-0410-9bf9-f77b7e298cf2
* Correct toolchain for building XML docs on Debian Sarge.diego2006-03-071-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17760 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.47gabrov2006-03-061-22/+31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17759 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l to Guillaume. It's <option>, not <options>. xmllint would've told you that.rathann2006-03-061-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17758 b3059339-0415-0410-9bf9-f77b7e298cf2
* Reduce output verbosity in non-verbose mode, change some printf to mp_msg.diego2006-03-061-37/+37
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17757 b3059339-0415-0410-9bf9-f77b7e298cf2
* various improvements of the section "Choosing the video codec"gpoirier2006-03-061-24/+29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17756 b3059339-0415-0410-9bf9-f77b7e298cf2
* increasing sync tag to 1.45 after typo fix in English versiongabrov2006-03-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17755 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo fixgabrov2006-03-051-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17754 b3059339-0415-0410-9bf9-f77b7e298cf2
* Capitalize some sentences after colons.diego2006-03-051-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17753 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.80gabrov2006-03-051-33/+115
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17752 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.35gabrov2006-03-051-1/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17751 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.62gabrov2006-03-051-18/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17750 b3059339-0415-0410-9bf9-f77b7e298cf2
* file removegabrov2006-03-051-14/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17749 b3059339-0415-0410-9bf9-f77b7e298cf2
* increased sync tag to 1.102 after Diego's updategabrov2006-03-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17748 b3059339-0415-0410-9bf9-f77b7e298cf2
* increased sync tag after Diego's updategabrov2006-03-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17747 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.44gabrov2006-03-051-8/+24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17746 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.85gabrov2006-03-051-107/+113
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17745 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.25gabrov2006-03-051-70/+54
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17744 b3059339-0415-0410-9bf9-f77b7e298cf2
* Comment fix: mp_msg_levels[] is inited to -2, not 2.diego2006-03-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17743 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.75gabrov2006-03-051-1/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17742 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.16gabrov2006-03-051-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17741 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.16gabrov2006-03-051-8/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17740 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.28gabrov2006-03-051-4/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17739 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.74gabrov2006-03-051-64/+64
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17738 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.32gabrov2006-03-051-7/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17737 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.14gabrov2006-03-051-17/+52
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17736 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.36gabrov2006-03-051-7/+130
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17735 b3059339-0415-0410-9bf9-f77b7e298cf2
* use relative paths for libav* buildhenry2006-03-052-5/+4
| | | | | | | absolute path in the command line can confuse ccache git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17734 b3059339-0415-0410-9bf9-f77b7e298cf2
* restored the ability to disable subtitles when cycling with slave command ↵nicodvb2006-03-051-1/+11
| | | | | | 'sub_select' (previously broken in release 1.900) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17733 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync to x264 r457 (direct_pred=3)lorenm2006-03-053-6/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17732 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics, rename max_size to max_frame_sizeods152006-03-051-8/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17731 b3059339-0415-0410-9bf9-f77b7e298cf2
* snow supports vme=8lorenm2006-03-051-8/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17730 b3059339-0415-0410-9bf9-f77b7e298cf2
* When centering a video with odd width, be sure to start on a pixel boundary.pacman2006-03-042-4/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17729 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make -xy help output consistent, output an empty line before and after.diego2006-03-043-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17728 b3059339-0415-0410-9bf9-f77b7e298cf2
* return index_ptr to inside indexods152006-03-041-10/+21
| | | | | | | | add max_size disallow reserved headers after index git-svn-id: sv