Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-01-14 | Update mimetypes for Annodex and Ogg. | Diego 'Flameeyes' Pettenò | |
2008-01-14 | Support all the extensions reported by xiph's documentation (plus ogm). | Diego 'Flameeyes' Pettenò | |
2008-01-13 | Added data accumulation logic. | Thibaut Mattern | |
Fixed bug id=2. | |||
2008-01-12 | Fixed metadata reading when length=0. | Thibaut Mattern | |
Fixed bug id=17. | |||
2008-01-12 | Don't send BUF_FLAG_FRAME_START twice per frame, otherwise the ffmpeg plugin ↵ | Thibaut Mattern | |
skips the first part of the frame. Fixed wmv playback with ffmpeg. | |||
2008-01-11 | Merge from 1.1. | Darren Salt | |
2008-01-11 | XineOpenViewGL bug on PPC/Darwin | Matthias Ringwald | |
Typo of WORDS_BIGENDIAN in in /src/video_out/macosx/XineVOpenGLView.m. It only affects big-endian systems (PowerPC) as it defaults to little-endian. | |||
2008-01-11 | Correct the prototype of rmff_dump_header. (Build fix.) | Darren Salt | |
2008-01-11 | Fix a buffer overflow in the RTSP header-handling code. | Darren Salt | |
CVE-2008-0225; ported from mplayer changeset 22821. | |||
2008-01-09 | Some lexer state tokenisation which somehow slipped through a crack somewhere. | Darren Salt | |
2008-01-06 | Merge from 1.1. | Darren Salt | |
--HG-- rename : src/xine-engine/buffer.h => include/xine/buffer.h rename : src/libffmpeg/ff_video_decoder.c => src/combined/ffmpeg/ff_video_decoder.c rename : src/libsputext/xine_sputext_decoder.c => src/spu_dec/sputext_decoder.c | |||
2008-01-06 | Constify bits of the OGM subtitle hack. Add a changelog entry. | Darren Salt | |
2008-01-06 | for resolving Korean subtitle bug | Dongsu Park | |
In draw_subtitle(), if the given encoding is one the CJK charset, colored typefaces functionality is disabled and subtitles are printed with the render_text() method. Otherwise subtitles are drawn by ogm_render_line() function. | |||
2008-01-06 | Tell the Real demuxer about lists of http references. | Darren Salt | |
Such broken wrong-extension wrong-MIME-type lists exist in the wild... | |||
2008-01-05 | Enable the VMware Screen codec (ffmpeg). | Darren Salt | |
2008-01-04 | Pass $(X_CFLAGS) when compiling syncfb. | Darren Salt | |
Noticed by Thomas Koeller <tkoeller@users.sourceforge.net>. | |||
2008-01-04 | Fixed an issue in input_pvr with setting the frequency of the tuner for ivtv ↵ | Richard van Paasen | |
versions 0.10.6+ Note: the old code divided the frequency by 62.5. But, the ivtv driver expects a different format. I changed the implementation in input_pvr such that the frequency can be given as provided by cable companies, multiplied by 1000: e.g. 503250 for 503.250 MHz. | |||
2008-01-03 | Detect corrupted or broken seek tables for CBR MP3 files. [Bug #3] | Thibaut Mattern | |
--HG-- extra : transplant_source : %00%11%94ZZG%2A%A0%2A%3B%DA%CDx%AC%02%A8%E8%C3%DF%A5 | |||
2008-01-03 | Make memcpy_method a static constant structure, and replace the name string ↵ | Diego 'Flameeyes' Pettenò | |
with an array of characters. Move timing results to a different static array, to reduce the amount of data that would go to .data section. | |||
2008-01-03 | Replace _x_vo_scale_aspect_ratio_name() function with a string table, all ↵ | Diego 'Flameeyes' Pettenò | |
the uses already check for the index not to go over ther expected one. | |||
2008-01-02 | Remove stray return 0. | Diego 'Flameeyes' Pettenò | |
2008-01-02 | Make network_command accept a generic data buffer. | Diego 'Flameeyes' Pettenò | |
2008-01-02 | Update the network interfaces to accept constant strings where possible. | Diego 'Flameeyes' Pettenò | |
2008-01-02 | Mark the mrl lists as constant; this trades a warning for another as char ** ↵ | Diego 'Flameeyes' Pettenò | |
and const char ** are not compatible. | |||
2008-01-02 | Don't mark the spu_event as constant. | Diego 'Flameeyes' Pettenò | |
2008-01-02 | The id is constant, mostly. | Diego 'Flameeyes' Pettenò | |
2008-01-02 | Make scale_line description constant. | Diego 'Flameeyes' Pettenò | |
Changing this to a character array would be nice, but the 45->64 conversion has a long string. | |||
2008-01-02 | Make xv_check_capability accept constant strings. | Diego 'Flameeyes' Pettenò | |
2008-01-02 | The device name is constant. | Diego 'Flameeyes' Pettenò | |
2008-01-02 | The file name is constant. | Diego 'Flameeyes' Pettenò | |
2008-01-02 | The name of the memcpy method is constant. | Diego 'Flameeyes' Pettenò | |
Changing this to a character array increase code size, has to be evaluated. | |||
2008-01-02 | The config translator returns a non-constant string. | Diego 'Flameeyes' Pettenò | |
2008-01-02 | Update broadcaster functions to accept constant strings. | Diego 'Flameeyes' Pettenò | |
2008-01-02 | Make the mpeg version a static constant character array. | Diego 'Flameeyes' Pettenò | |
2008-01-02 | Make _x_vo_scape_aspect_ratio_name return a constant string. | Diego 'Flameeyes' Pettenò | |
Note that this should probably be replaced with a const string table. | |||
2008-01-02 | Return value is a constant string. | Diego 'Flameeyes' Pettenò | |
2008-01-02 | Mark stuff more constant. | Diego 'Flameeyes' Pettenò | |
2008-01-02 | Follow the parameter type. | Diego 'Flameeyes' Pettenò | |
2008-01-02 | Make it a static constant chracter array. | Diego 'Flameeyes' Pettenò | |
2008-01-02 | Make speex_comment_keys constant, and use character arrays rather than ↵ | Diego 'Flameeyes' Pettenò | |
literals' pointers. This increase a bit the machine code for the function, but seems to decrease the size of the plugin in general. It also will avoid a lot of relocations, and move speex_comment_keys entirely in .rodata. | |||
2008-01-02 | Make lang_locales a big static read-only table. | Diego 'Flameeyes' Pettenò | |
This way there is no need to relocate all the string entries, although it does use more space on disk and probably mapped in memory. Check http://farragut.flameeyes.is-a-geek.org/articles/2008/01/01/some-more-about-arrays-of-strings for more information about string entries and PIC. | |||
2008-01-01 | Merge (with adjustment) from 1.1. | Darren Salt | |
--HG-- rename : src/libfaad/Makefile.am => contrib/libfaad/Makefile.am rename : include/xine.h.in => include/xine.h rename : src/libffmpeg/Makefile.am => src/combined/ffmpeg/Makefile.am rename : src/libmpeg2/Makefile.am => src/video_dec/libmpeg2/Makefile.am | |||
2008-01-01 | Avoid potential install-time mislinkage against libxine.so.2. | Darren Salt | |
2008-01-01 | Bump post plugin interface version after API changes | Petri Hintukainen | |
(Changeset 9602: Replace get_identifier/get_description functions with strings.) | |||
2008-01-01 | Implement --enable-vdr for configure. | Reinhard Nißl | |
Previously, the vdr plugins were only built when DVB was enabled, but I think it would be nice to allow to build them even on non Linux OS'. | |||
2008-01-01 | Merge from 1.1. | Darren Salt | |
--HG-- rename : src/xine-utils/xmllexer.h => include/xine/xmllexer.h rename : src/libffmpeg/ff_video_decoder.c => src/combined/ffmpeg/ff_video_decoder.c rename : src/libmpeg2/header.c => src/video_dec/libmpeg2/header.c rename : src/libmpeg2/mpeg2_internal.h => src/video_dec/libmpeg2/mpeg2_internal.h | |||
2008-01-01 | Skip deleted keys - should any ever occur! - while saving the config. | Darren Salt | |
2008-01-01 | Use signed data type for pan&scan center offset components. | Reinhard Nißl | |
According to specification the center offset components are signed integers. | |||
2007-12-31 | Fix broken test in vdr_is_vdr_stream(). | Reinhard Nißl | |
The function was broken while getting it to compile after recent API changes. | |||
2007-12-31 | Add a missing initialisation. | Reinhard Nißl | |