summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2004-03-16prevent segfaults (patch from Debian bug #228751, posted by Michel Daenzer)Siggi Langauf
CVS patchset: 6276 CVS date: 2004/03/16 21:32:23
2004-03-16change suggested by Bill Fink: you can run Linux on Sun SPARC machines, soMichael Roitzsch
just testing for __sun might not be enough CVS patchset: 6275 CVS date: 2004/03/16 20:51:19
2004-03-16implicit changes to the configuration are now disabled by default and haveMichael Roitzsch
to be enabled by the user CVS patchset: 6274 CVS date: 2004/03/16 20:50:08
2004-03-16ignore the hue setting on NVidia cards using the Xv video output as both the ↵Bastien Nocera
XFree86 and the proprietary driver are broken CVS patchset: 6273 CVS date: 2004/03/16 18:50:33
2004-03-16changing decoder priorities:Michael Roitzsch
* increase ffmpeg from 5 to 6 * increase some others from 6 to 7 (they should still override ffmpeg) * increase liba52 from 2 to 5 (since 5 is somewhat default) * decrease win32 DLL Qt from 5 to 1 (don't worry, this is the only decoder to handle these types, so this is not really a change; it's just that all the other win32 decoders use prio 1) CVS patchset: 6272 CVS date: 2004/03/16 14:12:03
2004-03-16while hanging in get_frame or get_buffer, we have to check for ticketMichael Roitzsch
renewal regularly to fulfill the ticket contract, which says: "assure to release or renew revocable tickets after a finite time" this patch also includes a small change to video out's flushing logic: we set last_delivery_pts into the future to avoid flushing again when the decoder does not react (stopped streams are otherwise being flushed all the time) CVS patchset: 6270 CVS date: 2004/03/16 12:25:05
2004-03-16sync to latest libdvdnavMichael Roitzsch
* fixes a menu problem (German RC2 of "Anatomie", chapter menu) * addresses some compilation problems on Windows (Could someone try cygwin, mingw builds, please? It should work with the standalone libdvdnav, but who knows if the integration breaks anything...) * turns some abort()s into assert(0)s, where we really can try to continue CVS patchset: 6269 CVS date: 2004/03/16 11:43:38
2004-03-16only include this file on Sun, since Linux does not have itMichael Roitzsch
CVS patchset: 6268 CVS date: 2004/03/16 11:09:11
2004-03-16video_out_pgx32 no longer needs to be linked against alphablend.o. Removed ↵Robin KAY
defunct prototype from alphablend.h. CVS patchset: 6266 CVS date: 2004/03/16 01:16:57
2004-03-16Fix overlay display in video_out_pgx32. Minor cosmetic changes to both PGX32 ↵Robin KAY
and PGX64 plugins. CVS patchset: 6265 CVS date: 2004/03/16 00:32:22
2004-03-15SIOCGIFADDR is defined in <sys/sockio.h>Robin KAY
CVS patchset: 6264 CVS date: 2004/03/15 16:32:13
2004-03-15patch by Stephen Birch permits selecting the adapter by interface nameMichael Roitzsch
CVS patchset: 6263 CVS date: 2004/03/15 15:18:45
2004-03-15fix idct function prototype and remove extraenous brace (thanks Robin)Mike Melanson
CVS patchset: 6262 CVS date: 2004/03/15 01:22:22
2004-03-14Second fix for INT16_MIN/MAX under WIN32 (without stdint.h).František Dvořák
CVS patchset: 6261 CVS date: 2004/03/14 23:07:25
2004-03-14Use _x_demux_read_send_dataJames Stembridge
CVS patchset: 6260 CVS date: 2004/03/14 22:10:15
2004-03-14Move real 14.4 and 28.8 header parsing to ffmpeg decoderJames Stembridge
CVS patchset: 6259 CVS date: 2004/03/14 21:37:52
2004-03-14goodbye decoders-- you have served your purpose well and we salute youMike Melanson
CVS patchset: 6256 CVS date: 2004/03/14 21:27:03
2004-03-14hooked up ffmpeg support for QT RLE; altered handling of 32-bit ARGBMike Melanson
CVS patchset: 6255 CVS date: 2004/03/14 21:24:21
2004-03-14tree diffs as of build 4707Mike Melanson
CVS patchset: 6254 CVS date: 2004/03/14 21:21:11
2004-03-14sync to ffmpeg build 4707Mike Melanson
CVS patchset: 6253 CVS date: 2004/03/14 21:14:07
2004-03-14new ffmpeg files for build 4707Mike Melanson
CVS patchset: 6252 CVS date: 2004/03/14 21:07:01
2004-03-14hey, I've always wondered who was in charge of all that MPEG decodingMike Melanson
CVS patchset: 6251 CVS date: 2004/03/14 20:40:39
2004-03-14Replace stdint.h with inttypes.h.Robin KAY
CVS patchset: 6250 CVS date: 2004/03/14 13:45:54
2004-03-14Update WIN32 port:František Dvořák
- add stdint.h with INT16_MIN/MAX - apply forgotten change _MSC_VER -> HAVE_ICONV - get rid of some _MSC_VER - changed to WIN32 since it'll be used by MINGW too CVS patchset: 6249 CVS date: 2004/03/14 09:38:03
2004-03-13Better control buffer handling.Thibaut Mattern
Note: _x_set_speed deadlocks ! CVS patchset: 6248 CVS date: 2004/03/13 22:25:05
2004-03-13Fix MS ADPCM decodingJames Stembridge
CVS patchset: 6247 CVS date: 2004/03/13 19:42:22
2004-03-13since the real fix would require changes to critical parts of the engineMichael Roitzsch
(although no severe changes), I decided to commit an interim fix to prevent any breakage before the release CVS patchset: 6246 CVS date: 2004/03/13 13:59:19
2004-03-13disabled seeking for IFF-ILBM and IFF-ANIM the same way like demux_vqa.c doseManfred Tremmel
CVS patchset: 6245 CVS date: 2004/03/13 11:02:09
2004-03-12big cleanup/fix of mute status/events. Bastien, can you check if the event ↵Daniel Caujolle-Bert
thread still lockup on Totem? CVS patchset: 6244 CVS date: 2004/03/12 16:19:29
2004-03-12<small break from my dissertation...>Miguel Freitas
this should fix hang on exit reported by Bastien. untested. CVS patchset: 6243 CVS date: 2004/03/12 14:53:16
2004-03-11Small changes to facilitate -mno-cygwin under cygwin and possibly others.Rocky Bernstein
CVS patchset: 6242 CVS date: 2004/03/11 08:08:48
2004-03-10Remove defunct v4l specific yuv_frames decoderJames Stembridge
CVS patchset: 6241 CVS date: 2004/03/10 22:54:52
2004-03-10Remove defunct v4l specific pcm decoderJames Stembridge
CVS patchset: 6240 CVS date: 2004/03/10 22:51:24
2004-03-10Send headers so that the standard yuv and lpcm decoders can be usedJames Stembridge
CVS patchset: 6239 CVS date: 2004/03/10 22:46:17
2004-03-09new Flash Video (FLV) demuxer; somewhat preliminary right now, but itMike Melanson
does demux basic videos CVS patchset: 6238 CVS date: 2004/03/09 04:14:11
2004-03-09hook up ffmpeg's Flash Video supportMike Melanson
CVS patchset: 6237 CVS date: 2004/03/09 04:09:41
2004-03-08Fix the framerate estimation.Thibaut Mattern
Mike: the revolver rotation is perfect now ;-) CVS patchset: 6236 CVS date: 2004/03/08 23:54:39
2004-03-08Alsa audio capture fixesJames Stembridge
*) Don't mess around with mmap stuff as we aren't using it *) Use snd_pcm_hw_params_set_rate_near properly CVS patchset: 6235 CVS date: 2004/03/08 23:07:07
2004-03-08Limit software amp so that audio is not clipped.James Courtier-Dutton
CVS patchset: 6234 CVS date: 2004/03/08 18:33:54
2004-03-08make cvs-theora workingAndreas Heinchen
CVS patchset: 6233 CVS date: 2004/03/08 10:34:42
2004-03-07Support for YUY2James Stembridge
Optimise case where buffer contains whole frame CVS patchset: 6232 CVS date: 2004/03/07 22:45:23
2004-03-07- use the asf preroll valueThibaut Mattern
- use timestamp to generate the input_time value instead of the global bitrate - fix some tiny sync pb after a seek Mike: try with your evil streams ;) CVS patchset: 6229 CVS date: 2004/03/07 20:02:40
2004-03-07Fix the jittering problem.Thibaut Mattern
CVS patchset: 6228 CVS date: 2004/03/07 13:27:10
2004-03-07added ANIM OPT 3, 4 and 6 support (untested, can't find testfiles)Manfred Tremmel
CVS patchset: 6227 CVS date: 2004/03/07 12:48:15
2004-03-05forgot to uncomment the pthread_{cancel,join} portionDaniel Caujolle-Bert
CVS patchset: 6226 CVS date: 2004/03/05 23:44:39
2004-03-05re-enable mixer thread: add a 333ms timeout. The "only one concerned"Daniel Caujolle-Bert
frontend must be fixed instead of commenting piece of code, IMHO :-) CVS patchset: 6225 CVS date: 2004/03/05 23:01:26
2004-03-05Whoops, don't want loggingJames Stembridge
CVS patchset: 6224 CVS date: 2004/03/05 22:57:27
2004-03-05unmute_audio may as well work like the other helper function and workd out ↵James Stembridge
the device for itself CVS patchset: 6223 CVS date: 2004/03/05 22:52:38
2004-03-05Cleanup plugin initJames Stembridge
CVS patchset: 6222 CVS date: 2004/03/05 22:28:32
2004-03-05Factor out some more common codeJames Stembridge
CVS patchset: 6221 CVS date: 2004/03/05 20:50:44