Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-07 | added hack to fix audio pts calculation...the calculation could stand to | Mike Melanson | |
be revised so it it not stretched out over so many places CVS patchset: 2029 CVS date: 2002/06/07 02:48:31 | |||
2002-06-07 | - demuxer cleanup (helper functions) | Miguel Freitas | |
- endianness fixes/cleanups (fix asf demuxer/audio for bigendian) - xine_waveformatex - increased demuxer plugin version CVS patchset: 2028 CVS date: 2002/06/07 02:40:46 | |||
2002-06-06 | sorry... | Siggi Langauf | |
CVS patchset: 2027 CVS date: 2002/06/06 22:04:48 | |||
2002-06-06 | Fix vidix/dha deps. Add BUILD_ARGS envvar handling for configure stage. | Daniel Caujolle-Bert | |
CVS patchset: 2026 CVS date: 2002/06/06 21:50:02 | |||
2002-06-06 | *grrrr*, okay, seems like the audio fourcc really is little endian, | Siggi Langauf | |
not machine endian. strange... CVS patchset: 2025 CVS date: 2002/06/06 21:46:00 | |||
2002-06-06 | fixed fourcc endianness for video fourcc (untested on little endian machines) | Siggi Langauf | |
(audio fourcc totally untested) CVS patchset: 2024 CVS date: 2002/06/06 21:16:38 | |||
2002-06-06 | revised to parse trak atoms instead of minf atoms; fixed video pts | Mike Melanson | |
calculation problem when video timescale != global timescale; removed special case for compressed moov headers upon realizing that the special case does not exist CVS patchset: 2023 CVS date: 2002/06/06 05:06:30 | |||
2002-06-06 | first pass at 2 of the ADPCM decoders (not quite functional yet) | Mike Melanson | |
CVS patchset: 2022 CVS date: 2002/06/06 05:00:32 | |||
2002-06-05 | Move "mpg4" from "ISO-MPEG4/OpenDivx format" to "Microsoft MPEG-4 format v1/v2". | Thibaut Mattern | |
Need more testing. CVS patchset: 2021 CVS date: 2002/06/05 22:44:52 | |||
2002-06-05 | make it work with xshm | Miguel Freitas | |
CVS patchset: 2020 CVS date: 2002/06/05 13:09:37 | |||
2002-06-05 | fix roq segfaults | Miguel Freitas | |
CVS patchset: 2019 CVS date: 2002/06/05 13:05:19 | |||
2002-06-04 | libmpeg2 patches for gcc3.1 from michel | Guenter Bartsch | |
CVS patchset: 2018 CVS date: 2002/06/04 23:07:56 | |||
2002-06-04 | Add AC_C_ALWAYS_INLINE from Michel Lespinasse. | Daniel Caujolle-Bert | |
CVS patchset: 2017 CVS date: 2002/06/04 22:37:53 | |||
2002-06-04 | ?awk is needed to vidix. | Daniel Caujolle-Bert | |
CVS patchset: 2016 CVS date: 2002/06/04 15:46:26 | |||
2002-06-04 | endianness fixes (untested) | Miguel Freitas | |
CVS patchset: 2015 CVS date: 2002/06/04 15:39:05 | |||
2002-06-04 | fix endianness (xine_bmiheader is already in machine format) | Miguel Freitas | |
CVS patchset: 2014 CVS date: 2002/06/04 15:31:08 | |||
2002-06-04 | Compile vidix/lha on i?386 and friends on linux or freebsd only. | Daniel Caujolle-Bert | |
CVS patchset: 2013 CVS date: 2002/06/04 15:26:45 | |||
2002-06-04 | 0.9.10 Debian stuff | Siggi Langauf | |
CVS patchset: 2012 CVS date: 2002/06/04 13:21:57 | |||
2002-06-04 | fixed output (bad colors) for a video stream with odd height (not a | Heiko Schaefer | |
multiple of 4). tested for this one stream which was decoded by ffmpeg. this could possibly break other streams with strange height. CVS patchset: 2011 CVS date: 2002/06/04 08:36:52 | |||
2002-06-04 | - fix freeing unallocated memory | Miguel Freitas | |
- fix segfault when sorting sample tables - fix division by zero (consequence of above fix) CVS patchset: 2010 CVS date: 2002/06/04 02:51:19 | |||
2002-06-04 | added some more audio fourccs found in QT files | Mike Melanson | |
CVS patchset: 2009 CVS date: 2002/06/04 01:36:32 | |||
2002-06-03 | Flush audio_out buffers at seek and pause. | Thibaut Mattern | |
CVS patchset: 2008 CVS date: 2002/06/03 23:12:44 | |||
2002-06-03 | display log messages for unknown codecs | Miguel Freitas | |
CVS patchset: 2007 CVS date: 2002/06/03 20:36:26 | |||
2002-06-03 | * first approach to a fix for broken overlay mode | Michael Roitzsch | |
* changed locale for overlay config file parsing CVS patchset: 2006 CVS date: 2002/06/03 20:30:40 | |||
2002-06-03 | * make a/v offset permanent, not only restricted to mpeg content | Michael Roitzsch | |
(this improves dxr3 sync in encoding mode) * add an ugly but useful correction logic for weird streams on dvds (namely NTSC streams labeled as PAL) CVS patchset: 2005 CVS date: 2002/06/03 20:29:16 | |||
2002-06-03 | some beautification to dxr3 configure check | Michael Roitzsch | |
CVS patchset: 2004 CVS date: 2002/06/03 20:27:10 | |||
2002-06-03 | *** empty log message *** | Miguel Freitas | |
CVS patchset: 2003 CVS date: 2002/06/03 19:10:35 | |||
2002-06-03 | patch to improve linearblend quality by Carsten Weinhold <cw.news@gmx.net> | Miguel Freitas | |
CVS patchset: 2002 CVS date: 2002/06/03 19:05:03 | |||
2002-06-03 | - send control buffers even for unknown codecs | Miguel Freitas | |
- abort if video codec is unknown (this used to be the behaviour of several demuxers i guess) CVS patchset: 2001 CVS date: 2002/06/03 18:13:33 | |||
2002-06-03 | Fix msvc decoder (add img->copy for XShm driver) | Ewald Snel | |
Update msvc and cinepak to new xine_bmiheader format CVS patchset: 2000 CVS date: 2002/06/03 17:31:29 | |||
2002-06-03 | fill bih.biCompression to make w32codecs happy | Miguel Freitas | |
CVS patchset: 1999 CVS date: 2002/06/03 17:03:25 | |||
2002-06-03 | provide function to convert endianess of BITMAPINFOHEADER (when reading data ↵ | Miguel Freitas | |
from win32/MS format files) CVS patchset: 1998 CVS date: 2002/06/03 16:20:35 | |||
2002-06-03 | cosmetic fix. (i haven't noticed BUF_FLAG_FRAMERATE is only sent if | Miguel Freitas | |
last_frame_pts != 0) CVS patchset: 1997 CVS date: 2002/06/03 13:55:46 | |||
2002-06-03 | *** empty log message *** | Miguel Freitas | |
CVS patchset: 1996 CVS date: 2002/06/03 13:50:50 | |||
2002-06-03 | BITMAPINFOHEADER -> xine_bmiheader (now compatible with 64bit systems) | Miguel Freitas | |
remove some dependencies on wine headers CVS patchset: 1995 CVS date: 2002/06/03 13:31:12 | |||
2002-06-03 | Avoid segfault on qt_exit(), if qt demuxer wasn't used. | Daniel Caujolle-Bert | |
CVS patchset: 1994 CVS date: 2002/06/03 12:43:22 | |||
2002-06-03 | DHA kernel module is not build by default now. | Daniel Caujolle-Bert | |
CVS patchset: 1993 CVS date: 2002/06/03 11:58:53 | |||
2002-06-03 | Install/remove linux kernel modules only on linux platform | Juergen Keil | |
CVS patchset: 1992 CVS date: 2002/06/03 11:42:19 | |||
2002-06-03 | Due of a nice suggestion from Siggi, remember_volume has moved to audio_out, | Daniel Caujolle-Bert | |
so all ao plugins have this feature now. CVS patchset: 1991 CVS date: 2002/06/03 09:45:12 | |||
2002-06-03 | Add "remember volume" feature. | Daniel Caujolle-Bert | |
CVS patchset: 1990 CVS date: 2002/06/03 07:53:11 | |||
2002-06-03 | implemented the decoder's _close() function | Mike Melanson | |
CVS patchset: 1989 CVS date: 2002/06/03 00:57:34 | |||
2002-06-03 | Sync drivers to mplayer CVS. | Daniel Caujolle-Bert | |
CVS patchset: 1988 CVS date: 2002/06/03 00:16:35 | |||
2002-06-02 | Fix for versioned kernel symbols. | Daniel Caujolle-Bert | |
CVS patchset: 1987 CVS date: 2002/06/02 23:48:47 | |||
2002-06-02 | zlib is a pre-req for compilation, so do not bother checking for it | Mike Melanson | |
CVS patchset: 1986 CVS date: 2002/06/02 19:18:56 | |||
2002-06-02 | Here it is: A brand-new (and quite functional, if I do say so | Mike Melanson | |
myself) Quicktime file demuxer! And kudos to Guenter, a project leader who is not afraid of change...:) CVS patchset: 1985 CVS date: 2002/06/02 17:01:27 | |||
2002-06-02 | added some new buffer types and modified formattag_to_buf_audio() to that | Mike Melanson | |
it works with a 32-bit number instead of a 16-bit one (QT files identify audio formats with fourccs) CVS patchset: 1984 CVS date: 2002/06/02 16:32:46 | |||
2002-06-01 | Stick to our if/endif statements. | Daniel Caujolle-Bert | |
CVS patchset: 1983 CVS date: 2002/06/01 19:30:58 | |||
2002-06-01 | Fix kernel module compilation and distcheck stage. | Daniel Caujolle-Bert | |
CVS patchset: 1982 CVS date: 2002/06/01 19:24:16 | |||
2002-06-01 | support for libfame 0.8.10 and above | Michael Roitzsch | |
CVS patchset: 1981 CVS date: 2002/06/01 17:21:28 | |||
2002-06-01 | add missing lock | Michael Roitzsch | |
CVS patchset: 1980 CVS date: 2002/06/01 16:36:13 |