Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-31 | Combine vdr plugins into a single binary. | Reinhard Nißl | |
Several files were renamed for consistency. --HG-- rename : include/xine/input_vdr.h => include/xine/vdr.h rename : src/vdr/post_vdr.c => src/vdr/combined_vdr.c rename : src/vdr/post_vdr.h => src/vdr/combined_vdr.h | |||
2007-12-31 | Remove unused preview data from input_vdr.c. | Reinhard Nißl | |
2007-12-31 | Fix installation of input_vdr.h by moving it to include/xine. | Reinhard Nißl | |
Recent repository changes broke installation of input_vdr.h. --HG-- rename : src/vdr/input_vdr.h => include/xine/input_vdr.h | |||
2007-12-31 | Provide FFmpeg options skip_loop_filter and choose_speed_over_accuracy. | Reinhard Nißl | |
Both options tweak FFmpeg for the sake of decoding speed. The first one skips the loop filter for certain frames while the latter allows FFmpeg to violate the codec's specification. Both options may lead to artefacts. | |||
2007-12-30 | Merge from 1.1 (except po/*; translators needed for this). | Darren Salt | |
--HG-- rename : src/video_out/vidix/drivers/mga_vid.c => contrib/vidix/drivers/mga_vid.c rename : src/video_out/vidix/drivers/nvidia_vid.c => contrib/vidix/drivers/nvidia_vid.c rename : src/video_out/vidix/drivers/savage_vid.c => contrib/vidix/drivers/savage_vid.c rename : src/xine-engine/video_out.h => include/xine/video_out.h rename : src/xine-utils/xmllexer.h => include/xine/xmllexer.h rename : po/libxine1.pot => po/libxine2.pot rename : src/libsputext/xine_sputext_decoder.c => src/spu_dec/sputext_decoder.c rename : src/libsputext/demux_sputext.c => src/spu_dec/sputext_demuxer.c | |||
2007-12-30 | Dereference buffer size pointers when comparing buffer sizes. | Darren Salt | |
2007-12-30 | Manual port of the color→colour change to 1.2; should make merging easier. | Darren Salt | |
2007-12-29 | Crashes when accessing files via Gnome-VFS | Philippe Troin | |
/usr/bin/totem-video-thumbnailer -s 128 ssh://user@hosts/path/to/video.ext Will segfault. All the time. --HG-- extra : transplant_source : H%1EU%A5%3C%E6r%976%AA%C3%92%E5l%C7w%92dg. | |||
2007-12-29 | Only check for the chunk's size to be lesser than 100 when reading the COMM_TAG. | Diego 'Flameeyes' Pettenò | |
This way, bigger audio chunks won't make the demuxer fail. Fixes bug #6. | |||
2007-12-28 | Fix another included header. | Diego 'Flameeyes' Pettenò | |
2007-12-26 | Fix pls parsing (broken in cset e0819c1c624a). | Darren Salt | |
2007-12-26 | Fix remaining dxr3 compilation errors. | Darren Salt | |
2007-12-26 | Merge backout. | Diego 'Flameeyes' Pettenò | |
2007-12-26 | Backed out changeset 169a228c8f4e | Diego 'Flameeyes' Pettenò | |
2007-12-24 | Move _x_scan_plugins and _x_dispose_plugins into an internal header, and ↵ | Diego 'Flameeyes' Pettenò | |
don't export them anymore. | |||
2007-12-23 | Mark xine_dispose_internal static. | Diego 'Flameeyes' Pettenò | |
2007-12-23 | Compile fix. | Diego 'Flameeyes' Pettenò | |
2007-12-23 | Break immediately if the video driver is found, rather than continuing for ↵ | Diego 'Flameeyes' Pettenò | |
the whole list. | |||
2007-12-23 | Move dxr3_present() in dxr3.h to avoid duplicating the function. | Diego 'Flameeyes' Pettenò | |
2007-12-23 | Don't create extra variables now that node is transparent to xine's build. | Diego 'Flameeyes' Pettenò | |
2007-12-23 | Fix for os_types.h move. | Diego 'Flameeyes' Pettenò | |
2007-12-23 | Mark open_internal static (again?). | Diego 'Flameeyes' Pettenò | |
2007-12-23 | Mark all supported_types constant. | Diego 'Flameeyes' Pettenò | |
2007-12-23 | Make supported_types constant, change plugins' loading code so that it ↵ | Diego 'Flameeyes' Pettenò | |
actually load them properly. | |||
2007-12-23 | Mark name and pname static. | Diego 'Flameeyes' Pettenò | |
2007-12-23 | Mark rm_header and pnm_data_header static. | Diego 'Flameeyes' Pettenò | |
2007-12-23 | Mark tables static as well as totally constant. | Diego 'Flameeyes' Pettenò | |
2007-12-23 | Make base_names array static and totally constant. | Diego 'Flameeyes' Pettenò | |
2007-12-23 | Mark sizes constant. | Diego 'Flameeyes' Pettenò | |
2007-12-23 | Initialize found when declaring it. | Diego 'Flameeyes' Pettenò | |
2007-12-23 | Mark text_clut constant. | Diego 'Flameeyes' Pettenò | |
2007-12-23 | Mark the sub_palette and sub_trans tables constant. | Diego 'Flameeyes' Pettenò | |
2007-12-23 | Mark more array as constants. | Diego 'Flameeyes' Pettenò | |
2007-12-23 | Make std_explanation a truly const array. | Diego 'Flameeyes' Pettenò | |
2007-12-23 | Mark sipr_swaps table constant. | Diego 'Flameeyes' Pettenò | |
2007-12-23 | Mark the digit array constant. | Diego 'Flameeyes' Pettenò | |
2007-12-23 | Mark a few more array totally constant. | Diego 'Flameeyes' Pettenò | |
2007-12-23 | Make more readable. | Diego 'Flameeyes' Pettenò | |
2007-12-23 | Fix constant pointers declaration. | Diego 'Flameeyes' Pettenò | |
2007-12-23 | Mark some static objects constant too. | Diego 'Flameeyes' Pettenò | |
2007-12-23 | Fix merge mistake. | Diego 'Flameeyes' Pettenò | |
2007-12-23 | Merge from 1.2 main branch. | Diego 'Flameeyes' Pettenò | |
--HG-- rename : src/xine-utils/xineutils.h => include/xine/xineutils.h rename : src/libxineadec/Makefile.am => src/audio_dec/Makefile.am rename : src/libxineadec/xine_a52_decoder.c => src/audio_dec/xine_a52_decoder.c rename : src/libffmpeg/Makefile.am => src/combined/ffmpeg/Makefile.am rename : src/libffmpeg/ff_audio_decoder.c => src/combined/ffmpeg/ff_audio_decoder.c rename : src/libffmpeg/ff_dvaudio_decoder.c => src/combined/ffmpeg/ff_dvaudio_decoder.c rename : src/libffmpeg/ff_dvdata.h => src/combined/ffmpeg/ff_dvdata.h rename : src/libffmpeg/ff_video_decoder.c => src/combined/ffmpeg/ff_video_decoder.c rename : src/libffmpeg/ffmpeg_encoder.c => src/combined/ffmpeg/ffmpeg_encoder.c rename : src/libmpeg2/Makefile.am => src/video_dec/libmpeg2/Makefile.am rename : src/libmpeg2/decode.c => src/video_dec/libmpeg2/decode.c | |||
2007-12-23 | Merge from 1.1. | Diego 'Flameeyes' Pettenò | |
--HG-- rename : src/liba52/xine_a52_decoder.c => src/audio_dec/xine_a52_decoder.c | |||
2007-12-23 | Simplify code by returning immediately if the condition is not met. | Diego 'Flameeyes' Pettenò | |
2007-12-23 | Simplify code by returning immediately if the condition is not met. | Diego 'Flameeyes' Pettenò | |
2007-12-23 | Return immediately if some text is found. | Diego 'Flameeyes' Pettenò | |
2007-12-23 | Initialise buf as constant. | Diego 'Flameeyes' Pettenò | |
2007-12-23 | Remove cc_decoder_init function entirely. | Diego 'Flameeyes' Pettenò | |
2007-12-23 | Precalculate character table, rather than calculating it at runtime. Plugin ↵ | Diego 'Flameeyes' Pettenò | |
size decreased. Leave code used as doxygen documentation for the table. | |||
2007-12-22 | Precalculate parity table, rather than calculating it at runtime. Plugin ↵ | Diego 'Flameeyes' Pettenò | |
size decreased. Leave the code used as doxygen documentation for the table. |