]> git.sesse.net Git - vlc/history - plugins/mpeg_vdec
Patch for using libgpewidget library for full GPE support.
[vlc] / plugins / mpeg_vdec /
2002-05-30 Gildas Bazin* ./plugins/mpeg_vdec/vpar_headers.c: don't try to...
2002-05-28 Stéphane Borel*Added a b_force flag to picture_t so that we can force...
2002-05-19 Gildas Bazin* filters were using memalign but freeing p_data instea...
2002-05-19 Gildas Bazin* moved the mpeg-motion and mpeg-idct options to the...
2002-05-18 Sam Hocevar * ALL: changed __inline__ with inline (autoconf does...
2002-05-17 Stéphane Borel*Update reference in case of sequence end code.
2002-05-13 Christophe Massiot* New OS X icon, courtesy of Joeri van Dooren <joeri...
2002-04-25 Sam Hocevar * ./src/misc/modules_plugin.h: exported input_ClockMa...
2002-04-23 Sam Hocevar * ./src/interface/main.c: tidied the help output...
2002-04-21 Sam Hocevar * ./po/*: re-ran make update-po, fixed a few translat...
2002-04-19 Sam Hocevar * ALL: internationalized all configuration strings.
2002-04-15 Christophe Massiot* Support for pictures with a pitch different from...
2002-04-05 Gildas Bazin* introduced a memalign wrapper that will align the...
2002-03-19 Gildas Bazin* fixed two memory leaks
2002-03-17 Sam Hocevar * ./plugins/chroma/i420_rgb8.c: plain C 8 bpp transfo...
2002-03-14 Stéphane Borel*p_es->p_demux_data is available in p_config->p_demux_d...
2002-03-11 Gildas Bazin* New GTK configuration interface. This interface is...
2002-02-27 Sam Hocevar * ./plugins/mpeg_vdec/vpar_headers.c: we no longer...
2002-02-24 Gildas BazinThis is the first part of the new configuration archite...
2002-02-19 Sam Hocevar * Got rid of TRACE and intf_DbgMsg which were seldom...
2002-02-15 Sam Hocevar * ALL: got rid of *_Probe functions because most...
2002-02-13 Sam Hocevar * ./plugins/beos/*: BeOS fixes from Rudolf Cornelissen.
2002-01-21 Christophe Massiot* Decoders do not necessarily use bit stream (see mad...
2002-01-14 Christophe Massiot* More precise way to retrieve a PTS from the bit stream.
2002-01-14 Christophe MassiotAttempt to fix the INPUT_MAX_ALLOCATION error.
2002-01-08 Christophe MassiotFixed a bug in QuantMatrixExtension, many thanks to...
2002-01-06 Sam Hocevar * ./plugins/mga/mga.c: MMX-accelerated version of...
2002-01-04 Sam Hocevar * ./BUGS: added a list of known bugs. Please add...
2002-01-02 Sam Hocevar * ./ChangeLog: imported the 0.2.92 changes, unrolled...
2001-12-30 Sam HocevarSome heavy changes today:
2001-12-30 Sam Hocevar * Put ErrorThread() in input_ext-dec.h because it...
2001-12-27 Christophe Massiot* Changed the way decoder_fifo_t works ;
2001-12-16 Sam Hocevar * Filter plugins. Not very polished (please don't...
2001-12-13 Sam Hocevar * Fixed aspect ratio handling.
2001-12-10 Christophe Massiot* MPEG-1 aspect ratio patch, courtesy of Vladimir Chern...
2001-12-10 Sam Hocevar * Removed unused code (intf_channels.c, keystrokes.h).
2001-12-09 Sam Hocevar * COMPLETE CVS BREAKAGE !! The MAIN branch is going...
2001-12-07 Sam Hocevar * Fixed a total breakage of decoder plugins introduce...
2001-12-03 Sam Hocevar * Borrowed MPlayer's fast memcpy() routines. Best...
2001-11-28 Christophe Massiot* Added error checking in pthread wrapper ; as a result...
2001-11-21 Jon Lech JohansenDon`t use long long, use u64/s64 (int_types.h).
2001-11-15 Sam Hocevar * Fixed a few crashes due to race conditions in the...
2001-11-13 Sam Hocevar * Fixed heap corruption issues in ac3dec (thanks...
2001-11-13 Henri FallonAll decoders (audio, video, subtitles) are now modules.