Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-18 | Set the values of buffers in the same if as they are tested. | Diego 'Flameeyes' Pettenò | |
Use calloc(1, ...) rather than using memset right afterward. | |||
2007-12-18 | As the error codepath is going to assert out anyway, don't do the extra malloc. | Diego 'Flameeyes' Pettenò | |
2007-12-18 | Use asprintf instead of sprintf. | Diego 'Flameeyes' Pettenò | |
2007-12-18 | Use zeroed allocation instead of memset, and don't zero out a string that is ↵ | Diego 'Flameeyes' Pettenò | |
going to be fully sprintf'd. | |||
2007-12-18 | Use calloc() when the allocated size would be counted by multiplying the ↵ | Diego 'Flameeyes' Pettenò | |
size of an item for the number of items. | |||
2007-12-18 | Remove a memset after xine_xmalloc. | Diego 'Flameeyes' Pettenò | |
2007-12-18 | Remove superfluous include. | Diego 'Flameeyes' Pettenò | |
2007-12-18 | Allocate the preview buffer only when actually needed; use zeroed allocation ↵ | Diego 'Flameeyes' Pettenò | |
rather than memset(). | |||
2007-12-18 | Use calloc() when the allocated size would be counted by multiplying the ↵ | Diego 'Flameeyes' Pettenò | |
size of an item for the number of items. Also don't memset calloc()ed areas to zero. | |||
2007-12-18 | Declare color_* variables only when actually used. | Diego 'Flameeyes' Pettenò | |
2007-12-18 | Replace seven calls to parse_data_atom with a single call, and then set the ↵ | Diego 'Flameeyes' Pettenò | |
value on the proper structure. This way, parse_data_atom is inlined by GCC. | |||
2007-12-18 | Allocate atom_preamble only when it's actually going to be used. | Diego 'Flameeyes' Pettenò | |
2007-12-18 | Simplify code, set ftyp_atom_size at once. | Diego 'Flameeyes' Pettenò | |
2007-12-18 | Return right away if the atom is not an FTYP. | Diego 'Flameeyes' Pettenò | |
2007-12-18 | Don't use an if when returning a comparison. | Diego 'Flameeyes' Pettenò | |
2007-12-18 | Alloc preview only when needed; use zeroed allocation rather than memset. | Diego 'Flameeyes' Pettenò | |
2007-12-18 | Don't test for the pointer before freeing. | Diego 'Flameeyes' Pettenò | |
2007-12-18 | Simplify code. | Diego 'Flameeyes' Pettenò | |
2007-12-18 | Simplify code by returning immediately in case of error. | Diego 'Flameeyes' Pettenò | |
2007-12-18 | Use xine_xmalloc rather than setting everything at zero by hand. | Diego 'Flameeyes' Pettenò | |
2007-12-18 | Use default_demux_plugin_dispose as dispose function. | Diego 'Flameeyes' Pettenò | |
2007-12-18 | Remove more class_dispose functions, and replace with ↵ | Diego 'Flameeyes' Pettenò | |
default_post_class_dispose. | |||
2007-12-18 | Allow vdr/netvdr MRLs to work without requiring #demux:mpeg_pes. | Darren Salt | |
(This doesn't work with detection by content.) | |||
2007-12-18 | Fix MRL protocol matching (for demuxer lookup). | Darren Salt | |
2007-12-18 | Use xine_xmalloc to allocate the plugin structures, so that they get zeroed out. | Diego 'Flameeyes' Pettenò | |
2007-12-18 | Fix demuxing of VCDs, DVDs and PVR streams. | Diego 'Flameeyes' Pettenò | |
2007-12-17 | Merge from 1.1. | Darren Salt | |
2007-12-17 | Fix an off-by-one error concerning UTF-8-encoded BOMs. | Darren Salt | |
2007-12-16 | Tell the Real demuxer about http references. | Darren Salt | |
2007-12-16 | Drop the priority of the aud demuxer. | Darren Salt | |
It has been observed claiming files which should be claimed by other demuxers such as playlist or real. | |||
2007-12-15 | Fix wrongly-named function. | Diego 'Flameeyes' Pettenò | |
Thanks to Petri Hintukainen for reporting. | |||
2007-12-15 | Remove a stray semicolon. | Darren Salt | |
2007-12-14 | Merge from 1.1. | Darren Salt | |
--HG-- rename : src/demuxers/demux_ogg.c => src/combined/xine_ogg_demuxer.c rename : src/libfaad/xine_faad_decoder.c => src/libxineadec/xine_faad_decoder.c | |||
2007-12-14 | Convert XML to UTF-8 for parsing if a BOM is detected. | Darren Salt | |
2007-12-14 | Include mangle.h on tomsmocompmacros.h rather than in three files where it's ↵ | Diego 'Flameeyes' Pettenò | |
not used. | |||
2007-12-13 | Use ME_FOURCC rather than four assertions. | Diego 'Flameeyes' Pettenò | |
2007-12-13 | Set stream information only when reading a streaminfo FLAC block. | Diego 'Flameeyes' Pettenò | |
(transplanted from 6d9f36be48839984c3888f3d803319942c4d76e6) --HG-- extra : transplant_source : E%81r%E5-%5B%C2%21%15h%E3_%CB%23%25%9B%01l%03Y | |||
2007-12-13 | Set stream information only when reading a streaminfo FLAC block. | Diego 'Flameeyes' Pettenò | |
2007-12-13 | Mark enum_pulldown and enum_framerate also const. | Diego 'Flameeyes' Pettenò | |
2007-12-13 | Fix casting of const pointer to non-const structure. | Diego 'Flameeyes' Pettenò | |
2007-12-13 | If the number of channels is not in the known cases, return a failure. | Diego 'Flameeyes' Pettenò | |
(transplanted from f3d84191da5d930ac90193bbdc0ca5d7c43b8302) --HG-- extra : transplant_source : D%837c_%7D%89%F0%E3%2B%7C%96%85IM9%250D%ED | |||
2007-12-14 | Fixed a crash that happened when a video output was closed | Matthias Kretz | |
img->stream->video_fifo can be 0 | |||
2007-12-13 | If the number of channels is not in the known cases, return a failure. | Diego 'Flameeyes' Pettenò | |
2007-12-13 | Make rate an unsigned long, as that's what FAAD is expecting. | Diego 'Flameeyes' Pettenò | |
2007-12-13 | Make parse_utf8_size accept a void* as parameter. | Diego 'Flameeyes' Pettenò | |
2007-12-13 | Mark dvb_mjdtime as static. | Diego 'Flameeyes' Pettenò | |
2007-12-13 | Make sure that the sign of local variables and parameters of local functions ↵ | Diego 'Flameeyes' Pettenò | |
are the same. | |||
2007-12-13 | Make sourcea bytes buffer. | Diego 'Flameeyes' Pettenò | |
2007-12-13 | Make rmff_dump_pheader accept a bytes buffer. | Diego 'Flameeyes' Pettenò | |
2007-12-13 | Make rmff_dump_header accept a void * parameter for buffer. | Diego 'Flameeyes' Pettenò | |