Age | Commit message (Collapse) | Author |
|
CVS patchset: 8786
CVS date: 2007/04/02 09:51:53
|
|
modified).
CVS patchset: 8784
CVS date: 2007/04/01 22:49:07
|
|
CVS patchset: 8773
CVS date: 2007/03/29 19:38:51
|
|
CVS patchset: 8772
CVS date: 2007/03/29 19:24:18
|
|
CVS patchset: 8771
CVS date: 2007/03/29 19:07:00
|
|
CVS patchset: 8762
CVS date: 2007/03/29 17:11:36
|
|
CVS patchset: 8761
CVS date: 2007/03/29 17:03:06
|
|
make seek_flag a 1-bit field. This reduces as much as possible the padding. Note that block_align should remain on the same cacheline as the fifo pointers, as it's used at every chunk, while the rest of the fields are used only when seeking.
CVS patchset: 8760
CVS date: 2007/03/29 17:00:32
|
|
CVS patchset: 8759
CVS date: 2007/03/29 16:52:23
|
|
variables fall into the same cacheline, while the header can simply remain on a different one, as it's needed only at the begin of the encoding.
CVS patchset: 8758
CVS date: 2007/03/29 16:46:23
|
|
CVS patchset: 8757
CVS date: 2007/03/29 16:32:12
|
|
CVS patchset: 8756
CVS date: 2007/03/29 16:21:48
|
|
plugin, only a subset of the information is needed, so hide the rest in an anonymous structure inside the parsing function. This reduces the header structure size to 24 rather than 40 (of the version already reduced by using bitmasks) and allows it to stay in a single cacheline.
Also, don't consider those flags that we don't use; leave the code in place so that if they need to be parsed in the future they can, but under #if 0 so that it's not compiled.
Move the tables for mp3's magic constants inside the parsing function, to hide them from the global namespace, and resize them to use uint16_t rather than int.
Use memcpy rather than copying the bytes one by one for the xing header.
CVS patchset: 8755
CVS date: 2007/03/29 16:01:30
|
|
bit, padding or no padding.
CVS patchset: 8754
CVS date: 2007/03/26 21:52:12
|
|
as boolean, and one int for just two LSBs, use a 1/1/2 bitmask, saves 11 bytes of memory (and probably also cpu instructions as there is almost no arithmetic done with it, but just logic that can be easily used bitwise.
CVS patchset: 8753
CVS date: 2007/03/26 21:18:52
|
|
CVS patchset: 8752
CVS date: 2007/03/26 21:06:32
|
|
get loaded into shared memory for copy-on-write.
CVS patchset: 8745
CVS date: 2007/03/24 03:14:15
|
|
change their class to xineinclude, and set xineincludedir in Makefile.common.
CVS patchset: 8737
CVS date: 2007/03/22 17:37:17
|
|
Matthias Kretz.
CVS patchset: 8713
CVS date: 2007/03/19 16:42:32
|
|
simply malloc.
CVS patchset: 8708
CVS date: 2007/03/17 20:57:04
|
|
use -Wl,-z,defs if supported, pass libraries' CFLAGS variables only to the relevant demuxers, correctly pass AM_CFLAGS (VISIBILITY_FLAG) to the demuxers that also pass extra CFLAGS.
CVS patchset: 8702
CVS date: 2007/03/17 15:17:24
|
|
compare the keyword's length too.
CVS patchset: 8701
CVS date: 2007/03/17 11:29:43
|
|
CVS patchset: 8700
CVS date: 2007/03/17 09:17:19
|
|
CVS patchset: 8663
CVS date: 2007/03/12 16:27:21
|
|
from Albert Lee. The check is needed to work on FreeBSD.
CVS patchset: 8644
CVS date: 2007/03/09 23:18:19
|
|
streams that are mp3s (as well as other nasty things that happened before).
CVS patchset: 8638
CVS date: 2007/03/03 02:06:09
|
|
checks if a preamble is of an ID3v2 tag, and that calculate the size of the tag (to avoid repeating the same code over and over and over; the size of the shared object is reduced. Also make demux_flac use the id3.c functions to parse the eventual ID3 header.
CVS patchset: 8637
CVS date: 2007/03/03 01:41:16
|
|
demux_mpgaudio use it without repeating the same code.
CVS patchset: 8636
CVS date: 2007/03/03 00:58:52
|
|
block is repetitive as almost the same is implemented in demux_mpgaudio, so I'll work on that now.
CVS patchset: 8635
CVS date: 2007/03/03 00:33:51
|
|
end up leaving demux_mpgaudio in demux_flac or demux_aac.
CVS patchset: 8634
CVS date: 2007/03/03 00:02:30
|
|
CVS patchset: 8633
CVS date: 2007/03/02 23:46:29
|
|
prefixed clobbering the preview buffer, by skipping over the tag.
CVS patchset: 8632
CVS date: 2007/03/02 20:07:33
|
|
CVS patchset: 8628
CVS date: 2007/02/25 18:04:57
|
|
CVS patchset: 8608
CVS date: 2007/02/20 00:34:55
|
|
language & subtitle strings (given a buffer of >= XINE_LANG_MAX bytes).
Also fixes an off-by-one buffer termination in the TS code.
(Note: compile-tested only.)
CVS patchset: 8592
CVS date: 2007/02/08 02:40:22
|
|
CVS patchset: 8588
CVS date: 2007/02/03 23:56:32
|
|
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: 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
|
|
generation isn't changing.
CVS patchset: 8517
CVS date: 2007/01/18 21:06:26
|
|
CVS patchset: 8508
CVS date: 2007/01/14 16:55:25
|
|
CVS patchset: 8490
CVS date: 2007/01/07 12:33:50
|
|
CVS patchset: 8485
CVS date: 2007/01/03 15:12:37
|