summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-01-24Replace my email address with a more generic one.Diego 'Flameeyes' Pettenò
CVS patchset: 8556 CVS date: 2007/01/24 20:51:04
2007-01-24There's no need to pass one of the frame's headers around, so just send the ↵Diego 'Flameeyes' Pettenò
standard header, and remove the copy in the instance structure. CVS patchset: 8555 CVS date: 2007/01/24 20:47:31
2007-01-24Remove the workaround for FFmpeg decoding, pass the complete header to the ↵Diego 'Flameeyes' Pettenò
decoder, this way the WavPack decoder can be fixed to support multichannel streams. CVS patchset: 8554 CVS date: 2007/01/24 20:40:11
2007-01-24Don't include audio_group.h, this demuxer is not part of that.Diego 'Flameeyes' Pettenò
CVS patchset: 8553 CVS date: 2007/01/24 05:05:11
2007-01-24Add missing include directive.Diego 'Flameeyes' Pettenò
CVS patchset: 8552 CVS date: 2007/01/24 05:04:26
2007-01-24Create a new wavpack plugin with both the old demuxer and a new decoder. To ↵Diego 'Flameeyes' Pettenò
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
2007-01-24Remove demux_wavpack.c from here, as it's being moved in a different directory.Diego 'Flameeyes' Pettenò
CVS patchset: 8550 CVS date: 2007/01/24 04:49:41
2007-01-24Regen.Diego 'Flameeyes' Pettenò
CVS patchset: 8549 CVS date: 2007/01/24 04:43:45
2007-01-23Fix building where srcdir != builddir.Diego 'Flameeyes' Pettenò
CVS patchset: 8548 CVS date: 2007/01/23 23:26:37
2007-01-23- Don't try to print "<title> / <chapter>" if there's no title, avoidBastien Nocera
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
2007-01-23Add xineplugdir variable so that the makefiles installing plugins can simply ↵Diego 'Flameeyes' Pettenò
use xineplug_LTLIBRARIES without having to reset libdir every time. CVS patchset: 8546 CVS date: 2007/01/23 16:50:11
2007-01-23Correctly report the current progress of the song, and remove this->length ↵Diego 'Flameeyes' Pettenò
attribute, as it's just used once. CVS patchset: 8545 CVS date: 2007/01/23 15:42:15
2007-01-23Return the correct length for the stream.Diego 'Flameeyes' Pettenò
CVS patchset: 8544 CVS date: 2007/01/23 15:09:39
2007-01-23Set audio channels, samplerate and bits per sample properties.Diego 'Flameeyes' Pettenò
CVS patchset: 8543 CVS date: 2007/01/23 15:05:58
2007-01-22Added mimetype application/ogg.Claudio Ciccani
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
2007-01-22Must check whether "key" is NULL when parsing flash vars.Claudio Ciccani
CVS patchset: 8541 CVS date: 2007/01/22 17:07:08
2007-01-22Parse the keyframes list for faster seek.Claudio Ciccani
CVS patchset: 8540 CVS date: 2007/01/22 16:25:08
2007-01-21Update (format strings).Darren Salt
CVS patchset: 8539 CVS date: 2007/01/21 15:32:18
2007-01-21Allow more strings to be marked as format strings.Darren Salt
CVS patchset: 8538 CVS date: 2007/01/21 15:29:58
2007-01-21CONFIG_FLV1_DECODER should be CONFIG_FLV_DECODER.Claudio Ciccani
CVS patchset: 8537 CVS date: 2007/01/21 15:12:21
2007-01-21Use docdir and htmldir as basedir to install the documentation into; these ↵Diego 'Flameeyes' Pettenò
are defined by default by autoconf 2.61, so I've added code to define them when they are missing. CVS patchset: 8536 CVS date: 2007/01/21 01:44:33
2007-01-19LIBTOOL is already defined by.. err.. libtool, no need to repeat here.Diego 'Flameeyes' Pettenò
CVS patchset: 8535 CVS date: 2007/01/19 03:04:11
2007-01-19Revert, and remember to flush cache.Diego 'Flameeyes' Pettenò
CVS patchset: 8534 CVS date: 2007/01/19 02:49:31
2007-01-19Regen.Diego 'Flameeyes' Pettenò
CVS patchset: 8533 CVS date: 2007/01/19 02:42:26
2007-01-19Add --disable-musepack and --with-external-libmpcdec parameters to ↵Diego 'Flameeyes' Pettenò
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
2007-01-19Make supported_types a pointer to constant.Diego 'Flameeyes' Pettenò
CVS patchset: 8531 CVS date: 2007/01/19 02:32:00
2007-01-19Fix warning and dubious correctness.Diego 'Flameeyes' Pettenò
CVS patchset: 8530 CVS date: 2007/01/19 01:48:05
2007-01-19Fix possible strict aliasing breakage.Diego 'Flameeyes' Pettenò
CVS patchset: 8529 CVS date: 2007/01/19 01:25:24
2007-01-19Err no it was the other way around.Diego 'Flameeyes' Pettenò
CVS patchset: 8528 CVS date: 2007/01/19 01:23:06
2007-01-19Extra safety, although it should be good anyway.Diego 'Flameeyes' Pettenò
CVS patchset: 8527 CVS date: 2007/01/19 01:21:25
2007-01-19Fix possible strict aliasing breakage.Diego 'Flameeyes' Pettenò
CVS patchset: 8526 CVS date: 2007/01/19 01:16:46
2007-01-19Make iterator variables constant when used with constant tables.Diego 'Flameeyes' Pettenò
CVS patchset: 8525 CVS date: 2007/01/19 01:14:19
2007-01-19Make get_mrl return a const char * too.Diego 'Flameeyes' Pettenò
CVS patchset: 8524 CVS date: 2007/01/19 01:05:24
2007-01-19Make get_description get_identifier get_extensions get_mimetypes return a ↵Diego 'Flameeyes' Pettenò
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
2007-01-19Fix constant on ordered attribute.Diego 'Flameeyes' Pettenò
CVS patchset: 8522 CVS date: 2007/01/19 00:12:22
2007-01-18Handle strings coming from plugins as constants.Diego 'Flameeyes' Pettenò
CVS patchset: 8521 CVS date: 2007/01/18 23:30:18
2007-01-18Make _x_demux_check_extension() accept constant strings.Diego 'Flameeyes' Pettenò
CVS patchset: 8520 CVS date: 2007/01/18 23:28:46
2007-01-18Make get_description function return a const char * rather than just a char ↵Diego 'Flameeyes' Pettenò
*, 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
2007-01-18__attribute__(packed) is used on the struct, not on its members.Diego 'Flameeyes' Pettenò
CVS patchset: 8518 CVS date: 2007/01/18 21:34:10
2007-01-18Mark pointers as const wherever possible, as an extra safety. Code ↵Diego 'Flameeyes' Pettenò
generation isn't changing. CVS patchset: 8517 CVS date: 2007/01/18 21:06:26
2007-01-18Regen.Diego 'Flameeyes' Pettenò
CVS patchset: 8516 CVS date: 2007/01/18 19:55:59
2007-01-18Fix comparing char* pointer with a string literal.Matthias Hopf
CVS patchset: 8515 CVS date: 2007/01/18 11:57:16
2007-01-16division by zero fixMiguel Freitas
CVS patchset: 8514 CVS date: 2007/01/16 16:04:05
2007-01-16avoid division by zero.Miguel Freitas
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
2007-01-15Fixed a couple of typosMathieu Olivier
CVS patchset: 8512 CVS date: 2007/01/15 22:52:33
2007-01-15this->context may be NULL - avoid dereferencing it (and segfaulting) if it is.Darren Salt
CVS patchset: 8511 CVS date: 2007/01/15 21:27:34
2007-01-14Fix build on amd64 - both ARCH_X86 and ARCH_X86_64 are defined.Darren Salt
CVS patchset: 8510 CVS date: 2007/01/14 19:16:18
2007-01-14Remove ffmpeg_config.h on "make distclean".Darren Salt
CVS patchset: 8509 CVS date: 2007/01/14 17:16:14
2007-01-14Support VP6 video.Claudio Ciccani
CVS patchset: 8508 CVS date: 2007/01/14 16:55:25
2007-01-14Added BUF_VIDEO_VP6F (Flash VP6).Claudio Ciccani
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