summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-08-08emms not needed for sseMiguel Freitas
CVS patchset: 8169 CVS date: 2006/08/08 03:50:21
2006-08-08video/x-ms-wma -> audio/x-ms-wmaMiguel Freitas
CVS patchset: 8168 CVS date: 2006/08/08 03:34:15
2006-08-08new mutex to synchronize order of pairwise A/V buffer operationsMiguel Freitas
by Reinhard Nissl CVS patchset: 8167 CVS date: 2006/08/08 03:25:03
2006-08-08fix segfault due bad vasprintf usageMiguel Freitas
CVS patchset: 8166 CVS date: 2006/08/08 03:16:23
2006-08-08patch by Chris BrienMiguel Freitas
1) Return the stream length correctly. This fixes a FIXME. 2) Set the width and height metadata. 3) Reset the demuxer status to DEMUX_OK on seek. CVS patchset: 8165 CVS date: 2006/08/08 03:15:02
2006-08-05- avoid crashing when the FLAC file is brokenBastien Nocera
CVS patchset: 8164 CVS date: 2006/08/05 13:34:42
2006-08-05- use the gdkpixbuf loader to handle JPEG stills in Quicktime movies, asBastien Nocera
the ffmpeg MJPEG decoder isn't appropriate CVS patchset: 8163 CVS date: 2006/08/05 13:31:13
2006-08-04Pass option directly to FusionSoundInit() (avoid using DirectFBSetOption()Claudio Ciccani
because it generates error messages if directfb was already initialized). Enable using FSSF_FLOAT with FusionSound 0.9.26 (CVS). CVS patchset: 8162 CVS date: 2006/08/04 15:52:00
2006-08-04re-enable the QDesign audio decoder that was accidently disabled duringMike Melanson
the recent xine glue code upgrade CVS patchset: 8161 CVS date: 2006/08/04 06:18:35
2006-08-03delete duplicate buffer IDMike Melanson
CVS patchset: 8160 CVS date: 2006/08/03 04:30:43
2006-08-02Fix a typo which prevents build from tarball (missing file).Darren Salt
CVS patchset: 8159 CVS date: 2006/08/02 23:48:34
2006-08-02Don't try to distribute removed files.Darren Salt
CVS patchset: 8158 CVS date: 2006/08/02 23:27:26
2006-08-02Missing "\".Darren Salt
CVS patchset: 8157 CVS date: 2006/08/02 23:21:31
2006-08-02fix for debug builds; this will eventually get upstream into the official ↵Mike Melanson
FFmpeg tree CVS patchset: 8156 CVS date: 2006/08/02 21:50:27
2006-08-02disable building of Snow codec for now; it's still experimental and has ↵Mike Melanson
trouble compiling cleanly without configuring encoders CVS patchset: 8155 CVS date: 2006/08/02 21:08:01
2006-08-02updated diff fileMike Melanson
CVS patchset: 8154 CVS date: 2006/08/02 08:13:15
2006-08-02more residual from latest FFmpeg syncMike Melanson
CVS patchset: 8153 CVS date: 2006/08/02 07:55:43
2006-08-02missing file from syncMike Melanson
CVS patchset: 8152 CVS date: 2006/08/02 07:39:20
2006-08-02updated FFmpeg versionMike Melanson
CVS patchset: 8151 CVS date: 2006/08/02 07:16:58
2006-08-02hook up new FFmpeg decoders, including VC-1/WMV9Mike Melanson
CVS patchset: 8150 CVS date: 2006/08/02 07:15:27
2006-08-02sync FFmpeg treeMike Melanson
CVS patchset: 8149 CVS date: 2006/08/02 07:12:57
2006-08-02add new libavutil filesMike Melanson
CVS patchset: 8148 CVS date: 2006/08/02 07:11:46
2006-08-02delete USE_FASTMEMCPY FFmpeg flag since our fastmemcpy.h file hasMike Melanson
nothing in it right now anyway CVS patchset: 8147 CVS date: 2006/08/02 07:06:34
2006-08-02sync to FFmpeg 51.11.0Mike Melanson
CVS patchset: 8146 CVS date: 2006/08/02 07:02:37
2006-08-02new FFmpeg filesMike Melanson
CVS patchset: 8145 CVS date: 2006/08/02 06:58:35
2006-08-02added new buffer types in preparation for latest FFmpeg syncMike Melanson
CVS patchset: 8144 CVS date: 2006/08/02 06:19:12
2006-07-31Don't distribute the Debian packaging files in release tarballs.Darren Salt
CVS patchset: 8143 CVS date: 2006/07/31 23:40:39
2006-07-30Remove AC_CANONICAL_TARGET call, this is not a compiler.Diego 'Flameeyes' Pettenò
CVS patchset: 8142 CVS date: 2006/07/30 21:37:34
2006-07-28Only check for XShm.h if we're using X.Darren Salt
CVS patchset: 8141 CVS date: 2006/07/28 18:44:20
2006-07-28Check whether XShm.h is available; abort if not.Darren Salt
CVS patchset: 8140 CVS date: 2006/07/28 18:27:10
2006-07-26For some reasons to some users AC_SUBST isn't run by default by ↵Diego 'Flameeyes' Pettenò
PKG_CHECK_MODULES, so run it explicitely. CVS patchset: 8139 CVS date: 2006/07/26 09:18:40
2006-07-21When trying to get the langinfo code, first of all, set the locale, or ↵Diego 'Flameeyes' Pettenò
you'll always get ANSI/ASCII. CVS patchset: 8138 CVS date: 2006/07/21 04:47:17
2006-07-21Fix building with LOG enabled.Diego 'Flameeyes' Pettenò
CVS patchset: 8137 CVS date: 2006/07/21 03:31:42
2006-07-19Updated watch file to cope with future changes at Sourceforge.Darren Salt
(Depends on qa.debian.org.) CVS patchset: 8136 CVS date: 2006/07/19 20:16:58
2006-07-17- avoid crashes when init_yuv_planes has one of its allocations failingBastien Nocera
See http://bugzilla.gnome.org/show_bug.cgi?id=338833 CVS patchset: 8135 CVS date: 2006/07/17 18:31:24
2006-07-17Add timestamp information to log text.Darren Salt
CVS patchset: 8134 CVS date: 2006/07/17 17:59:56
2006-07-17Use asprintf() or our implementation of it.Darren Salt
CVS patchset: 8133 CVS date: 2006/07/17 17:56:29
2006-07-17Add EXPORTED tag to xine_plugin_info.Darren Salt
CVS patchset: 8132 CVS date: 2006/07/17 17:19:51
2006-07-17Allow 0 for title & chapter in DVD MRLs.Darren Salt
CVS patchset: 8131 CVS date: 2006/07/17 17:15:34
2006-07-16malloc cleanups (based on a patch from Chris Brien).Darren Salt
Also use asprintf() where appropriate, since we now have our own version for where it's not present. CVS patchset: 8130 CVS date: 2006/07/16 16:18:09
2006-07-16Disable debugging by default.Darren Salt
CVS patchset: 8129 CVS date: 2006/07/16 14:45:24
2006-07-16Add asprintf & vasprintf implementations for systems which don't have them.Darren Salt
CVS patchset: 8128 CVS date: 2006/07/16 14:24:21
2006-07-13Added missing NULL sentinel.Matthias Hopf
CVS patchset: 8127 CVS date: 2006/07/13 09:50:14
2006-07-13Fix strncpy arguments in debug code.Matthias Hopf
CVS patchset: 8126 CVS date: 2006/07/13 09:49:32
2006-07-13Added missing ChangeLog entry for libmms security fix.Matthias Hopf
CVS patchset: 8125 CVS date: 2006/07/13 09:48:48
2006-07-13removed unneded variable in debian/rulesReinhard Tartler
update debian/changelog with my branch CVS patchset: 8124 CVS date: 2006/07/13 09:24:21
2006-07-12Tidy up the formatting of tvtime method help texts to allow better wrappingDarren Salt
by the front end. CVS patchset: 8123 CVS date: 2006/07/12 21:08:46
2006-07-12Avoid a debug/no-optimise build failure (seen on amd64).Darren Salt
CVS patchset: 8122 CVS date: 2006/07/12 20:33:58
2006-07-12Don't invoke AC_C_ALWAYS_INLINE.Darren Salt
Should fix inline use-before-define build failures on several architectures; it certainly prevents this problem with debug/noopt builds on amd64. CVS patchset: 8121 CVS date: 2006/07/12 20:19:04
2006-07-11Complete the auto*-running prevention option.Darren Salt
Make the "noopt" option also --disable-optimizations. Assume that the next upload will be of 1.1.2. CVS patchset: 8120 CVS date: 2006/07/11 22:41:51