summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-02-14Mention one my old patch for http and mmsh.František Dvořák
Add codepages iso-8859-9 and iso-8859-15 (all in all 7 new characters :-)). CVS patchset: 6158 CVS date: 2004/02/14 22:01:48
2004-02-14Add codepages iso-8859-9 and iso-8859-15 (all in all 7 new characters :-)).František Dvořák
CVS patchset: 6157 CVS date: 2004/02/14 21:45:31
2004-02-14Read aspect when BUF_FLAG_ASPECT is setJames Stembridge
CVS patchset: 6156 CVS date: 2004/02/14 20:29:53
2004-02-14Send aspect ratio using BUF_FLAG_ASPECTJames Stembridge
CVS patchset: 6155 CVS date: 2004/02/14 20:20:43
2004-02-14Only use aspect ratio given by ffmpeg if it isn't equal to 0.0James Stembridge
CVS patchset: 6154 CVS date: 2004/02/14 19:52:41
2004-02-14big memleakThibaut Mattern
CVS patchset: 6153 CVS date: 2004/02/14 13:15:32
2004-02-14spec-file: added new sub-rpm for stk videoout pluginManfred Tremmel
CVS patchset: 6152 CVS date: 2004/02/14 11:03:14
2004-02-14Add the xm extension.Thibaut Mattern
CVS patchset: 6151 CVS date: 2004/02/14 10:50:20
2004-02-14Disable detection by content, it was completely silly.Thibaut Mattern
Detection by content must not read the whole stream... CVS patchset: 6150 CVS date: 2004/02/14 10:40:28
2004-02-14Add -DEMULATE_FAST_INT to libffmpeg CFLAGS if [u]int_fastxx_t typedefs are ↵Robin KAY
not defined. CVS patchset: 6149 CVS date: 2004/02/14 00:54:03
2004-02-13hook up the Sierra VMD demuxerMike Melanson
CVS patchset: 6148 CVS date: 2004/02/13 13:48:03
2004-02-12Support for using aspect from demuxerJames Stembridge
CVS patchset: 6147 CVS date: 2004/02/12 23:33:42
2004-02-12send default frame duration and aspect ratio to decoderJames Stembridge
CVS patchset: 6146 CVS date: 2004/02/12 23:31:19
2004-02-12.mod demuxerThibaut Mattern
CVS patchset: 6145 CVS date: 2004/02/12 23:11:36
2004-02-12my gcc (partly 3.4 already) optimizes these away, because they are only usedMichael Roitzsch
inside inline assembler (which the compiler does not recognize); so actually the code is wrong (the asm parts should list these as inputs), but telling the compiler to keep them is the easier fix CVS patchset: 6144 CVS date: 2004/02/12 20:53:31
2004-02-12housekeepingMichael Roitzsch
CVS patchset: 6143 CVS date: 2004/02/12 19:41:30
2004-02-12fix compiler warning on possibly uninitialized usageMichael Roitzsch
(this code is already different in faad cvs, so this fix will not interfere with the next sync) CVS patchset: 6142 CVS date: 2004/02/12 18:30:43
2004-02-12after 249 comes 24A, since this is hex ;)Michael Roitzsch
CVS patchset: 6141 CVS date: 2004/02/12 18:27:21
2004-02-12function has been renamedMichael Roitzsch
CVS patchset: 6140 CVS date: 2004/02/12 18:25:07
2004-02-12* assign the ticket to the post plugins on allocationMichael Roitzsch
* do not decrement the reference counter on post disposal, because post plugins can delay their own disposal (if they realize that frames from them are still around) CVS patchset: 6139 CVS date: 2004/02/12 18:23:35
2004-02-12acquire the ticket on engine flushMichael Roitzsch
CVS patchset: 6138 CVS date: 2004/02/12 18:19:44
2004-02-12big commit of the new ticket system to protect the rewiring and moreMichael Roitzsch
(as discussed on xine-devel, slightly improved to block acquires from different threads between atomic revoke and issue) * xine_ticket_t is declared in xine_internal.h and implemented in xine.c * the ticket is acquired for (hopefully) all port operations (no modifications to decoders needed, decoder loop does this) * the ticket is revoked on pausing and on rewiring * OSD does not store the port pointer any more (which was very dangerous, since the pointer can change on rewire) CVS patchset: 6137 CVS date: 2004/02/12 18:19:00
2004-02-12getting rid of AO_PROP_PAUSED, because it can be derived by asking the clockMichael Roitzsch
CVS patchset: 6136 CVS date: 2004/02/12 18:09:19
2004-02-12demuxers don't need video_outMichael Roitzsch
CVS patchset: 6135 CVS date: 2004/02/12 18:05:45
2004-02-12some code cleanup, make MRL more consistent by allowing dvb:/<channel>Michael Roitzsch
(old scheme kept for compatibility) CVS patchset: 6134 CVS date: 2004/02/12 18:05:06
2004-02-12the channel argument is not used in the format stringMichael Roitzsch
CVS patchset: 6133 CVS date: 2004/02/12 18:02:17
2004-02-12get rid of the "inline redefined" warning one sees with recent glibc headersMichael Roitzsch
because linux/compiler.h defines inline already CVS patchset: 6132 CVS date: 2004/02/12 17:59:02
2004-02-12* remove some unneeded AM_CONDITIONALsMichael Roitzsch
* mention the mod demuxer in the build list CVS patchset: 6131 CVS date: 2004/02/12 17:57:40
2004-02-11Amiga MOD music file demuxer from Paul Eggleton (uses the ModPlug engine).Thibaut Mattern
configure.ac and Makefile.am from Daniel I've ported the demuxer to current cvs (BUF_FLAG_FRAME_END issue), i've fixed the seeking problem and the pts computing. Tested with some .mod files, it rocks ;) Back to the amiga era ;) (you have to install the ModPlug engine first) CVS patchset: 6130 CVS date: 2004/02/11 20:40:00
2004-02-09Add BUF_FLAG_ASPECTJames Stembridge
CVS patchset: 6129 CVS date: 2004/02/09 22:28:42
2004-02-09Always send frame duration using BUF_FLAG_FRAMERATEJames Stembridge
CVS patchset: 6128 CVS date: 2004/02/09 22:24:36
2004-02-09Only read frame duration when BUF_FLAG_FRAMERATE is setJames Stembridge
CVS patchset: 6127 CVS date: 2004/02/09 22:13:54
2004-02-09*) Only read frame duration when BUF_FLAG_FRAMERATE is setJames Stembridge
*) Dynamic sizing for real video slice offset buffer CVS patchset: 6126 CVS date: 2004/02/09 22:11:30
2004-02-09Only read frame duration when BUF_FLAG_FRAMERATE is setJames Stembridge
CVS patchset: 6125 CVS date: 2004/02/09 22:04:11
2004-02-08Fix breakage from last commitJames Stembridge
CVS patchset: 6124 CVS date: 2004/02/08 18:39:50
2004-02-08*) Don't set BUF_FLAG_STDHEADER for real headers, as they aren't standard ↵James Stembridge
headers *) Use function pointer for selecting codec initialisation CVS patchset: 6123 CVS date: 2004/02/08 18:17:28
2004-02-07better error handling if codec can't be foundJames Stembridge
CVS patchset: 6122 CVS date: 2004/02/07 18:38:21
2004-02-05initial commit for Sierra VMD demuxer (no audio yet)Mike Melanson
CVS patchset: 6121 CVS date: 2004/02/05 02:51:14
2004-02-05buf->size should be 0 when BUF_FLAG_SPECIAL is setJames Stembridge
CVS patchset: 6120 CVS date: 2004/02/05 00:04:23
2004-02-05buf->size is 0 when BUF_FLAG_SPECIAL is setJames Stembridge
CVS patchset: 6119 CVS date: 2004/02/05 00:01:39
2004-02-04buf->size should be 0 when BUF_FLAG_SPECIAL is setJames Stembridge
CVS patchset: 6118 CVS date: 2004/02/04 23:32:19
2004-02-04Correct comment about BUF_FLAG_SPECIALJames Stembridge
CVS patchset: 6117 CVS date: 2004/02/04 23:24:27
2004-02-04abort() is no way to handle errorsJames Stembridge
CVS patchset: 6116 CVS date: 2004/02/04 22:13:12
2004-02-04missing file!!Miguel Freitas
CVS patchset: 6115 CVS date: 2004/02/04 01:14:53
2004-02-03Support for some more real codecsJames Stembridge
CVS patchset: 6114 CVS date: 2004/02/03 21:37:12
2004-02-03Send all of audio type specific data to decoder instead of skipping first 4 ↵James Stembridge
bytes CVS patchset: 6113 CVS date: 2004/02/03 21:20:04
2004-02-03Don't read special buffers as headers (again)James Stembridge
CVS patchset: 6112 CVS date: 2004/02/03 19:42:02
2004-02-03Fix a bug introduced by my last commit.Thibaut Mattern
Always update font size/offset when the output size change. CVS patchset: 6111 CVS date: 2004/02/03 11:12:18
2004-02-03When no special audio track is selected (auto mode) theMarco Zuehlke
correct language is displayed (instead of "none"). Factored out format_lang_string. CVS patchset: 6110 CVS date: 2004/02/03 10:36:11
2004-02-03ported SMJPEG IMA and EA ADPCM decoders to ffmpegMike Melanson
CVS patchset: 6109 CVS date: 2004/02/03 04:27:16