summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-01-21CONFIG_FLV1_DECODER should be CONFIG_FLV_DECODER.Claudio Ciccani
2007-01-19Revert, and remember to flush cache.Diego 'Flameeyes' Pettenò
2007-01-19Add --disable-musepack and --with-external-libmpcdec parameters to configure,...Diego 'Flameeyes' Pettenò
2007-01-19Make supported_types a pointer to constant.Diego 'Flameeyes' Pettenò
2007-01-19Fix warning and dubious correctness.Diego 'Flameeyes' Pettenò
2007-01-19Fix possible strict aliasing breakage.Diego 'Flameeyes' Pettenò
2007-01-19Err no it was the other way around.Diego 'Flameeyes' Pettenò
2007-01-19Extra safety, although it should be good anyway.Diego 'Flameeyes' Pettenò
2007-01-19Fix possible strict aliasing breakage.Diego 'Flameeyes' Pettenò
2007-01-19Make iterator variables constant when used with constant tables.Diego 'Flameeyes' Pettenò
2007-01-19Make get_mrl return a const char * too.Diego 'Flameeyes' Pettenò
2007-01-19Make get_description get_identifier get_extensions get_mimetypes return a con...Diego 'Flameeyes' Pettenò
2007-01-19Fix constant on ordered attribute.Diego 'Flameeyes' Pettenò
2007-01-18Handle strings coming from plugins as constants.Diego 'Flameeyes' Pettenò
2007-01-18Make _x_demux_check_extension() accept constant strings.Diego 'Flameeyes' Pettenò
2007-01-18Make get_description function return a const char * rather than just a char *...Diego 'Flameeyes' Pettenò
2007-01-18__attribute__(packed) is used on the struct, not on its members.Diego 'Flameeyes' Pettenò
2007-01-18Mark pointers as const wherever possible, as an extra safety. Code generation...Diego 'Flameeyes' Pettenò
2007-01-18Fix comparing char* pointer with a string literal.Matthias Hopf
2007-01-16avoid division by zero.Miguel Freitas
2007-01-15Fixed a couple of typosMathieu Olivier
2007-01-15this->context may be NULL - avoid dereferencing it (and segfaulting) if it is.Darren Salt
2007-01-14Fix build on amd64 - both ARCH_X86 and ARCH_X86_64 are defined.Darren Salt
2007-01-14Remove ffmpeg_config.h on "make distclean".Darren Salt
2007-01-14Support VP6 video.Claudio Ciccani
2007-01-14Added BUF_VIDEO_VP6F (Flash VP6).Claudio Ciccani
2007-01-14Link fix for the directfb plugin.Darren Salt
2007-01-14ops, missing fileMiguel Freitas
2007-01-14Add another CONFIG_ENCODERS guard to kill an implicit fn declaration warning.Darren Salt
2007-01-13build fixes related to last ffmpeg sync changesMiguel Freitas
2007-01-13 * ffmpeg update to 51.28.0Miguel Freitas
2007-01-13Fix vidix compilation (for those who enable it).Darren Salt
2007-01-11Reconnect to the server just after the first request.Claudio Ciccani
2007-01-10make number of frames configurableMiguel Freitas
2007-01-09Support setting the start time over MMSH protocol.Claudio Ciccani
2007-01-08more build fixes (libdha is already included into libvidix)Miguel Freitas
2007-01-08trying to fix broken MakefileMiguel Freitas
2007-01-07Wrap the seek_time() and get_current_time() methods when supported by the rea...Claudio Ciccani
2007-01-07Fix demuxing of uncompressed VobSub subtitles in Matroska filesMathieu Olivier
2007-01-06Fix a silly naming error. Should fix linkage problems where vidix is enabled.Darren Salt
2007-01-06Link libdha into libvidix, this should close the last linking (and runtime) i...Diego 'Flameeyes' Pettenò
2007-01-03Support setting the playback start time over MMS.Claudio Ciccani
2007-01-03Added support for setting the playback start time (same as the RTSP plugin).Claudio Ciccani
2006-12-31Link to libdha as suggested by Jason Tackaberry, this should be the last link...Diego 'Flameeyes' Pettenò
2006-12-31Add missing links to $(XINE_LIB).Diego 'Flameeyes' Pettenò
2006-12-31Fix typo..Diego 'Flameeyes' Pettenò
2006-12-31Link against libm (missing symbols).Darren Salt
2006-12-30When building encoders, mjpeg is needed too.Darren Salt
2006-12-30Link against libm (missing symbols).Darren Salt
2006-12-30Link against libm (missing symbols).Darren Salt