summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* To avoid a bug in ALSA's rate plugin that causes spurious overruns, trycladisch2006-03-131-0/+12
| | | | | | | to disable it so that mplayer's resampler is used. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17850 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not try to count hardware sound cards because there might be nonecladisch2006-03-131-8/+1
| | | | | | | when using a software plugin for JACK/OSS/Polypaudio/Bluetooth/etc. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17849 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed character encodinggabrov2006-03-132-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17848 b3059339-0415-0410-9bf9-f77b7e298cf2
* recommitted version 1.22 + Rich's 1.25nicodvb2006-03-131-9/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17847 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetic, move stuff aroundods152006-03-131-20/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17846 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support all 4 of ARGB/RGBA/BGRA/ABGR unscaled conversions, with morepacman2006-03-131-12/+16
| | | | | | | consistent naming of functions git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17845 b3059339-0415-0410-9bf9-f77b7e298cf2
* FAAC encoding through libavcodec-faacmichael2006-03-131-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17844 b3059339-0415-0410-9bf9-f77b7e298cf2
* -lavcopts aglobalmichael2006-03-132-0/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17843 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove mp_msg.c dependency when compiling codec-cfg binary.reimar2006-03-122-1/+8
| | | | | | | | Fixes MinGW compilation (caused by missing -liconv), this solution seems best to me because of e.g. cross-compilation issues just adding -liconv might cause. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17842 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix compilation error introduced by last commitreimar2006-03-121-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17841 b3059339-0415-0410-9bf9-f77b7e298cf2
* unified failure case in muxer_new_muxer()nicodvb2006-03-121-22/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17840 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove useless cruft (binds variable)reimar2006-03-121-7/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17839 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix feature pragma length checkreimar2006-03-121-8/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17838 b3059339-0415-0410-9bf9-f77b7e298cf2
* + muxer_lavf.c - Michael Niedermayermichael2006-03-121-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17837 b3059339-0415-0410-9bf9-f77b7e298cf2
* strings without terminating NULods152006-03-121-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17836 b3059339-0415-0410-9bf9-f77b7e298cf2
* in fix_parameters() move assignment of audio bitrate to the proper block ↵nicodvb2006-03-121-3/+2
| | | | | | (the bitrate for video is actually hardcoded to 800000) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17835 b3059339-0415-0410-9bf9-f77b7e298cf2
* check stream->wf and stream->bih before using them in fix_parameters(). ↵nicodvb2006-03-121-0/+4
| | | | | | Fixes cid 43 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17834 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l found by Oded: case 2 on a boolean value...rfelker2006-03-121-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17833 b3059339-0415-0410-9bf9-f77b7e298cf2
* exit if calloc() fails; free(muxer) before returning NULL if muxer_init() ↵nicodvb2006-03-121-3/+20
| | | | | | fails (to avoid memleak). Fixes cid 173 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17832 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix cosmetics noticed during nico's 10lrfelker2006-03-121-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17831 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed C99-ism introduced with previous commitnicodvb2006-03-121-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17830 b3059339-0415-0410-9bf9-f77b7e298cf2
* check muxer != NULL before using it; closes cid 201nicodvb2006-03-121-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17829 b3059339-0415-0410-9bf9-f77b7e298cf2
* bump neglected dateods152006-03-121-2/+2
| | | | | | | more consistent notation (usually in specs there are only arrays, no structs...) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17828 b3059339-0415-0410-9bf9-f77b7e298cf2
* revert last changeods152006-03-121-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17827 b3059339-0415-0410-9bf9-f77b7e298cf2
* better max for frame code values, still allowing compact implementationods152006-03-121-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17826 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l to me, misarrangment of flagsods152006-03-121-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17825 b3059339-0415-0410-9bf9-f77b7e298cf2
* change max_distance back to 64kb and set max frame size to 2*max_distance.ods152006-03-121-3/+4
| | | | | | | If anyone is against, speak up... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17824 b3059339-0415-0410-9bf9-f77b7e298cf2
* fail immediately if any of the parameters necessary to switch audio stream ↵nicodvb2006-03-121-1/+5
| | | | | | isn't set/correct; closes cid 55 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17823 b3059339-0415-0410-9bf9-f77b7e298cf2
* check sh_video before seeking; closes cid 56nicodvb2006-03-121-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17822 b3059339-0415-0410-9bf9-f77b7e298cf2
* close channels file before exiting dvb_get_channels() if ↵nicodvb2006-03-121-0/+1
| | | | | | malloc(dvb_channels_list) fails; closes cid 161 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17821 b3059339-0415-0410-9bf9-f77b7e298cf2
* init sh_a (new audio stream) to sh_audio (current audio stream); closes cid 241nicodvb2006-03-121-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17820 b3059339-0415-0410-9bf9-f77b7e298cf2
* dereference muxer->priv only after having checked muxer!=NULL in ↵nicodvb2006-03-111-1/+2
| | | | | | write_chunk(); closes cid 206 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17819 b3059339-0415-0410-9bf9-f77b7e298cf2
* init msec in mp_get_titleset_length() before using it; closes cid 251nicodvb2006-03-111-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17818 b3059339-0415-0410-9bf9-f77b7e298cf2
* init variable in parse_mp4_object_descriptor before using it; fixes cid 237nicodvb2006-03-111-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17817 b3059339-0415-0410-9bf9-f77b7e298cf2
* init delta_pts before using it; fixes cid 239nicodvb2006-03-111-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17816 b3059339-0415-0410-9bf9-f77b7e298cf2
* check pce_ptr before using it; fixes cid 207nicodvb2006-03-111-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17815 b3059339-0415-0410-9bf9-f77b7e298cf2
* QuickTime in24 and in32 PCM audio supportrathann2006-03-113-0/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17814 b3059339-0415-0410-9bf9-f77b7e298cf2
* added dinamically calculated gain factor at output stage to avoid clipping ↵reynaldo2006-03-111-2/+23
| | | | | | on sane ranges git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17813 b3059339-0415-0410-9bf9-f77b7e298cf2
* change max_distance max to 128kb instead of 65kbods152006-03-111-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17812 b3059339-0415-0410-9bf9-f77b7e298cf2
* Only MAX_STREAMS streams are allowed (cid 115)rtognimp2006-03-111-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17811 b3059339-0415-0410-9bf9-f77b7e298cf2
* 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