Commit graph

  • f8666a569f Fix compile problem due to DEBUG being redefined in libs/getbits/gstgetbits.h. Also fix several small typos in the d... Richard Boulton 2000-09-18 22:19:57 +0000
  • cab1728fa5 Added gst_pipeline_add_sink/src to allow multiple sink cases and more complex autoplugging. Update docs too. Wim Taymans 2000-09-17 22:08:09 +0000
  • f7bace76aa Added check for vorbis. Wim Taymans 2000-09-17 14:06:18 +0000
  • 0de050707a Information about the bonobo components and capplets we are going to make :-) Wim Taymans 2000-09-17 12:32:07 +0000
  • 2c42495cf0 Converted the mpeg2 encoder asm to gnu asm, removing the dependency of nasm Wim Taymans 2000-09-17 12:31:01 +0000
  • 5a7cbafdda More work porting to PPC. libs/winloader is disabled on PPC - I doubt this can be made to work. Richard Boulton 2000-09-16 23:11:05 +0000
  • ac036272b9 Moved generic function implementations into gstgetbits_generic.c, and tidy up a bit. Richard Boulton 2000-09-16 22:03:24 +0000
  • ff99ee6132 Added a quick hack to allow loop based elements to finish intead of looping till infinity. Wim Taymans 2000-09-16 10:58:23 +0000
  • 11e8ef9074 More work towards a powerPC port, and towards generic portability. Richard Boulton 2000-09-16 00:59:12 +0000
  • 968b5acaa1 Fix on x86 architectures - was just checking for 386, D'oh. Richard Boulton 2000-09-15 23:04:31 +0000
  • 238bbc23c8 Begun to add support for non i386 architectures, with the help of Chris Richard Boulton 2000-09-15 22:44:10 +0000
  • 3239d7cb0c The vorbis encoder Wim Taymans 2000-09-14 22:18:43 +0000
  • 8051d54c36 Due to popular demand :-), I added a vorbis decoder. Wim Taymans 2000-09-14 20:31:03 +0000
  • 56e7d38238 Bring the low level API docs up to date. Wim Taymans 2000-09-13 19:04:55 +0000
  • 8d2a4dfbec Added CPU detection. Wim Taymans 2000-09-12 18:13:48 +0000
  • 2fa9336ace Images for the documantation Wim Taymans 2000-09-09 16:40:04 +0000
  • 1351aba899 A thread example. Wim Taymans 2000-09-09 16:39:03 +0000
  • 552b7f32aa Changes to gstreamer-config to include gtk+ libs manual changes: queues, threads, programs gsteditor does not crash a... Wim Taymans 2000-09-09 16:36:10 +0000
  • 23540ccc52 Faster and modular getbits implementation. Wim Taymans 2000-09-07 20:35:15 +0000
  • 7ccc2cf90b Externalized the plugin information in /etc/gstreamer/reg.xml Wim Taymans 2000-08-28 20:20:55 +0000
  • a703c01d94 More docs (most of them just empty...) Wim Taymans 2000-08-22 21:18:18 +0000
  • 3cff190b74 .. Wim Taymans 2000-08-21 21:57:40 +0000
  • c8c0ac4e78 An example using autoplug. Works for mp3 files only for now. Wim Taymans 2000-08-21 21:23:27 +0000
  • fa4a4319f0 A first (rude) attempt at autoplug. Wim Taymans 2000-08-21 21:20:38 +0000
  • 78a7023543 More manual about MIME types and factories... Wim Taymans 2000-08-19 16:36:24 +0000
  • cf0a34528d libXv is now linked against by test/* and gstplay if it is present. Richard Boulton 2000-08-19 00:29:57 +0000
  • 9ae673e291 Test for a working libglade-gnome, and compile gstplay only if there is one. Richard Boulton 2000-08-18 23:31:30 +0000
  • 3632d35862 Richard has been promoted to makefile hacker :-) Wim Taymans 2000-08-18 22:54:57 +0000
  • bd5759f1f1 Remove rdts until a better fix for the bad asm is found... Wim Taymans 2000-08-18 22:17:34 +0000
  • 53be55b62e Removed bad asm call for rdts. Need to fix this... Wim Taymans 2000-08-18 22:15:58 +0000
  • daf7640e76 If nasm isn't present, mpeg2enc plugin just ignores the .s files, Richard Boulton 2000-08-18 22:07:34 +0000
  • d840ef3e7d Test for nasm - define HAVE_NASM in config.h if we have it, and AC_SUBST Richard Boulton 2000-08-18 21:30:30 +0000
  • 284ecaecca helloworld example. and docs Wim Taymans 2000-08-18 20:38:54 +0000
  • 6661696de0 Various fixes for the build/install problems update to the docs/manual. Added a simple helloworld example. Wim Taymans 2000-08-18 20:35:48 +0000
  • aca33a2b4a The book is not published yet... :-) Wim Taymans 2000-08-17 06:18:59 +0000
  • 531c23d0dd Ignore the png images; they are supposed to be build by the Makefile. Wim Taymans 2000-08-16 21:40:30 +0000
  • 018a6f381b First draft of Chapter 1 (introduction) and Chapter 2 (basic concepts) of the GStreamer manual. Wim Taymans 2000-08-16 21:38:57 +0000
  • d21bcc5e44 ignore the test program Wim Taymans 2000-08-14 15:18:37 +0000
  • d6e6b9cb60 Build fixes. Wim Taymans 2000-08-14 15:17:24 +0000
  • e9bb9dac5d Missing WINE header files. Wim Taymans 2000-08-14 11:01:51 +0000
  • b40f374449 The include files for the windows codec loader. top level configure file. Wim Taymans 2000-08-14 10:59:32 +0000
  • d9701bf8a7 Added the bufferpool handler. Wim Taymans 2000-08-14 10:57:30 +0000
  • 202ba2ae4a State change fixes in the threading element. Wim Taymans 2000-08-14 10:55:35 +0000
  • e7b637b92b The UI Wim Taymans 2000-08-14 10:17:01 +0000
  • 60b626e820 glade based gstplay version. Wim Taymans 2000-08-14 10:16:23 +0000
  • f0dca903ae .. Wim Taymans 2000-08-14 10:12:49 +0000
  • 001bbb7002 Added general IDCT library. Added IEEE testbed. Wim Taymans 2000-08-14 10:11:04 +0000
  • 82acefa7b0 Added point sampling interpolation. Wim Taymans 2000-08-14 10:06:54 +0000
  • 08b4e78a53 Merge of pending changes, have to do this one by one... Wim Taymans 2000-08-14 10:02:22 +0000
  • 1c7d7e6a6f Adding explicit license information, since quite a large number of source files don't have the LGPL header. This is ... Erik Walthinsen 2000-08-05 03:53:00 +0000
  • 6340b23cc0 Brought standard elements in line with new state management system. Erik Walthinsen 2000-07-21 03:57:51 +0000
  • b6d31c1c72 Megapatch, changes which states are available, how they're used, and how they're set. Also modifies the scheduling s... Erik Walthinsen 2000-07-17 17:14:15 +0000
  • 5effd6fe5d Fixed a bug in the riff parser with the allignment of the chunks. This should solve the errors with avi playback. Wim Taymans 2000-07-15 13:26:28 +0000
  • 8e2bcd4190 I'm too lazy to comment this Wim Taymans 2000-07-15 12:07:50 +0000
  • 8df1c8a278 Added DivX ;-) support by using the wine .dll loader. you must unzip binaries.zip from http://divx.euro.ru/binaries.z... Wim Taymans 2000-07-15 12:06:18 +0000
  • 2ab64206bb Better error recovery in teh MPEG1 decoder. Wim Taymans 2000-07-13 19:49:50 +0000
  • 9920b88c3f This is the audio/video sync release. Wim Taymans 2000-07-12 22:52:42 +0000
  • 37576c7dc9 Added HW scaling and YUV conversion for XFree 4.0 Wim Taymans 2000-07-05 21:32:38 +0000
  • b6c740cc69 I'm too lazy to comment this Wim Taymans 2000-07-05 10:21:53 +0000
  • 9b0e11ec7e Added seeking to some of the plugins. some MMX speedups in the MPEG decoders. Wim Taymans 2000-07-05 10:21:08 +0000
  • 06c882d9ce I'm too lazy to comment this Wim Taymans 2000-06-25 22:23:03 +0000
  • cb3af06726 Added more accurate mpeg system stream detection (MPEG1 and MPEG2) Wim Taymans 2000-06-25 22:21:44 +0000
  • a3d5d3a62b Switched Cr and Cb in YUV2RGB fixed the avi parser (gstriff had wrong size) the system_encoder can now do video only ... Wim Taymans 2000-06-25 21:38:00 +0000
  • fff99983ad Fixed an MMX IDCT bug. Wim Taymans 2000-06-18 13:50:18 +0000
  • 3f0b3470a3 Unified putbits. Wim Taymans 2000-06-16 22:58:38 +0000
  • d3fb1a8bd3 Added SCR and mux_rate calculations in the MPEG1 multiplexer. worked toward a unified putbits implementation Wim Taymans 2000-06-16 22:30:24 +0000
  • f037c7a742 Reworked the colorspace converter and the scaler API. Wim Taymans 2000-06-12 21:27:19 +0000
  • f179798efb Reworked the audio resampler. Wim Taymans 2000-06-11 12:11:41 +0000
  • 7b199ee992 Add a missing ; in the BROKEN_PAND implementation. Richard Boulton 2000-06-04 19:18:19 +0000
  • 987d66af1a Rewrote the mpeg2 system parser like the mpeg1 parser. Wim Taymans 2000-05-28 22:46:46 +0000
  • 0fa1747e56 Added a basic element: pipefilter. This element connects the stdin/stdout of an external program into the pipeline. W... Wim Taymans 2000-05-28 20:04:31 +0000
  • cbb196fd31 Rewrote the mpeg1 system stream parser. Wim Taymans 2000-05-28 19:59:46 +0000
  • 49899cf0d8 Added gstreamer.types to the .cvsignore Wim Taymans 2000-05-21 22:00:41 +0000
  • ae5208f21f An MPEG1 transcoder. Wim Taymans 2000-05-21 21:59:40 +0000
  • 8f2b441e96 Fixed the mpeg2 encoder. Added MMX optimisations for motion estimation. Wim Taymans 2000-05-21 21:58:20 +0000
  • 212677286e ... Wim Taymans 2000-05-12 17:41:16 +0000
  • 2a4bfc0fc8 A simple video scaler as a library and an Element. Also a little non working mpeg2 to mpeg1 converter (still struggli... Wim Taymans 2000-05-12 17:39:40 +0000
  • 17224d3c8e More changes to the mpeg parser and encoder. Wim Taymans 2000-05-12 17:33:35 +0000
  • 1c6911d307 Make GDK pixbuf optional, by compiling videosink only if it is present. Richard Boulton 2000-05-12 07:15:03 +0000
  • 8b8574407e Fixed some build errors. Wim Taymans 2000-05-01 23:22:04 +0000
  • 58dede8409 MPEG2 decoder fixes, unified MPEG System stream parser. an mpeg encoder. Wim Taymans 2000-05-01 23:09:46 +0000
  • c81358367e Added the mpeg2dec MPEG1 and MPEG2 decoder. Wim Taymans 2000-04-24 20:51:30 +0000
  • bf356e3bc5 Fixed a bug in the inlined getbits. Wim Taymans 2000-04-16 23:33:13 +0000
  • 9c022a9c29 I'm too lazy to comment this Wim Taymans 2000-04-16 18:51:22 +0000
  • aa1da33e46 I the generc getbits implementation Wim Taymans 2000-04-16 18:50:26 +0000
  • a3443b51d5 Unified getbits handling. I currently have an inline integer implementation. Wim Taymans 2000-04-16 18:47:45 +0000
  • 3fbaa5c582 Makefile.am fixes Wim Taymans 2000-04-13 21:59:38 +0000
  • 38b288c61c A poor mans clock... Wim Taymans 2000-04-09 21:38:17 +0000
  • 5b0ba06f28 Added MMX optimized yuv2rgb (AlienSong now plays back at only 6% CPU) Wim Taymans 2000-04-09 21:36:56 +0000
  • 82cdfe8ba3 The new riff parser and encoder Wim Taymans 2000-04-02 21:38:36 +0000
  • 0d9315223a Added a colorspace library and removed yuv2rgb conversion from the videosink. Wim Taymans 2000-04-02 21:36:54 +0000
  • bf8c785fb0 Documentation updates. All standard library objects and standard elements are documented. Modified some of the elemen... Wim Taymans 2000-03-27 19:53:43 +0000
  • 53b9cea328 Added jpeg decoder. the avi decoder now configures the jpeg codec if an MJPG encoded avi is found. Fixed riff parsing... Wim Taymans 2000-03-22 21:18:15 +0000
  • 7cf6883096 spelling fixes to gst_library_load() Erik Walthinsen 2000-03-21 19:54:30 +0000
  • 1f4d20f689 Implemented riff parsing as a library. The avi parser can play simple PCM encoded audio. Wim Taymans 2000-03-20 20:25:03 +0000
  • 39d3ec0a0d Added the riff code into a seperate library in /libs dir. The plugin loader also checks the /libs path. Wim Taymans 2000-03-19 00:59:05 +0000
  • bdd86b10d1 A non functional avi parser. Wim Taymans 2000-03-13 22:17:00 +0000
  • c2b8daff3a Various cleanups. Moved the overlay code to a specialized widget. Wim Taymans 2000-03-13 22:13:11 +0000
  • 660c01217f Reworked overlay, much better but still not perfect. Wim Taymans 2000-03-05 21:48:05 +0000
  • 58b4147fb2 Added overlay and DGA capability for the videosink. Not really good but functional. Wim Taymans 2000-03-03 22:13:00 +0000