| Age | Commit message (Collapse) | Author | 
|---|
|  | CVS patchset: 8557
CVS date: 2007/01/24 21:41:30 | 
|  | CVS patchset: 8556
CVS date: 2007/01/24 20:51:04 | 
|  | standard header, and remove the copy in the instance structure.
CVS patchset: 8555
CVS date: 2007/01/24 20:47:31 | 
|  | decoder, this way the WavPack decoder can be fixed to support multichannel streams.
CVS patchset: 8554
CVS date: 2007/01/24 20:40:11 | 
|  | CVS patchset: 8553
CVS date: 2007/01/24 05:05:11 | 
|  | CVS patchset: 8552
CVS date: 2007/01/24 05:04:26 | 
|  | simplify categorising, I've created a new combined directory to put plugins like wavpack (or libflac) that carries both a demuxer and a decoder in a single bundle -- I expect it being used more in the future.
CVS patchset: 8551
CVS date: 2007/01/24 04:57:26 | 
|  | CVS patchset: 8550
CVS date: 2007/01/24 04:49:41 | 
|  | things like "(null) / Chapter 1" when the title isn't available (and
  a possible crasher on non-Linux platforms)
CVS patchset: 8547
CVS date: 2007/01/23 23:20:23 | 
|  | attribute, as it's just used once.
CVS patchset: 8545
CVS date: 2007/01/23 15:42:15 | 
|  | CVS patchset: 8544
CVS date: 2007/01/23 15:09:39 | 
|  | CVS patchset: 8543
CVS date: 2007/01/23 15:05:58 | 
|  | Use a more generic description for application/(x-)ogg mimetype (i.e. "Ogg Stream").
CVS patchset: 8542
CVS date: 2007/01/22 17:33:35 | 
|  | CVS patchset: 8541
CVS date: 2007/01/22 17:07:08 | 
|  | CVS patchset: 8540
CVS date: 2007/01/22 16:25:08 | 
|  | CVS patchset: 8537
CVS date: 2007/01/21 15:12:21 | 
|  | CVS patchset: 8534
CVS date: 2007/01/19 02:49:31 | 
|  | configure, now users can decide if they want musepack support and whether to use an external copy of libmpcdec.
CVS patchset: 8532
CVS date: 2007/01/19 02:35:36 | 
|  | CVS patchset: 8531
CVS date: 2007/01/19 02:32:00 | 
|  | CVS patchset: 8530
CVS date: 2007/01/19 01:48:05 | 
|  | CVS patchset: 8529
CVS date: 2007/01/19 01:25:24 | 
|  | CVS patchset: 8528
CVS date: 2007/01/19 01:23:06 | 
|  | CVS patchset: 8527
CVS date: 2007/01/19 01:21:25 | 
|  | CVS patchset: 8526
CVS date: 2007/01/19 01:16:46 | 
|  | CVS patchset: 8525
CVS date: 2007/01/19 01:14:19 | 
|  | CVS patchset: 8524
CVS date: 2007/01/19 01:05:24 | 
|  | constant string, and make the extensions and mrl vaiables usually declared when testing extension demux strategy constants too.
CVS patchset: 8523
CVS date: 2007/01/19 00:26:39 | 
|  | CVS patchset: 8522
CVS date: 2007/01/19 00:12:22 | 
|  | CVS patchset: 8521
CVS date: 2007/01/18 23:30:18 | 
|  | CVS patchset: 8520
CVS date: 2007/01/18 23:28:46 | 
|  | *, so that 'return "something"' is valid. Note that _()/gettext() returns a char * but statically allocated, that the documentation considers constant.
CVS patchset: 8519
CVS date: 2007/01/18 23:02:18 | 
|  | CVS patchset: 8518
CVS date: 2007/01/18 21:34:10 | 
|  | generation isn't changing.
CVS patchset: 8517
CVS date: 2007/01/18 21:06:26 | 
|  | CVS patchset: 8515
CVS date: 2007/01/18 11:57:16 | 
|  | still need to investigate the cause, might be due to pause when using net_buf_ctrl
CVS patchset: 8513
CVS date: 2007/01/16 16:00:26 | 
|  | CVS patchset: 8512
CVS date: 2007/01/15 22:52:33 | 
|  | CVS patchset: 8511
CVS date: 2007/01/15 21:27:34 | 
|  | CVS patchset: 8510
CVS date: 2007/01/14 19:16:18 | 
|  | CVS patchset: 8509
CVS date: 2007/01/14 17:16:14 | 
|  | CVS patchset: 8508
CVS date: 2007/01/14 16:55:25 | 
|  | The only difference with the standard VP6 codec is that the image is not flipped upside-down.
CVS patchset: 8507
CVS date: 2007/01/14 16:53:37 | 
|  | CVS patchset: 8506
CVS date: 2007/01/14 16:48:46 | 
|  | CVS patchset: 8505
CVS date: 2007/01/14 02:45:40 | 
|  | CVS patchset: 8504
CVS date: 2007/01/14 00:08:00 | 
|  | CVS patchset: 8500
CVS date: 2007/01/13 22:14:56 | 
|  | * Workaround ffmpeg buggy codecs that don't release their DR1 frames.
  * Fix several segfaults and freezing problem with H264 streams that use a lot
    of reference frames (eg. 15)
  * Initial support to enable/disable ffmpeg codecs. Codecs may be disabled in
    groups by --disable-ffmpeg-uncommon-codecs/--disable-ffmpeg-popular-codecs
    Think of "uncommon" codecs what people would never want to play with their
    PDAs (they will save memory by removing them).
    Note: currently both uncommon/popular codecs are _build_ but disabled.
    that is, build system still need some improvements to really save memory.
warning: non-autoconf guru playing with the build system, likely breakage.
CVS patchset: 8499
CVS date: 2007/01/13 21:19:52 | 
|  | CVS patchset: 8498
CVS date: 2007/01/13 17:17:59 | 
|  | CVS patchset: 8497
CVS date: 2007/01/11 16:20:55 | 
|  | (nothing to see here, i'm just testing xine latency in some realtime
experiments...)
CVS patchset: 8496
CVS date: 2007/01/10 20:13:14 | 
|  | CVS patchset: 8494
CVS date: 2007/01/09 20:50:59 |