Commit graph

  • 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
  • ef63c32778 This is a rather large patch. Switched on -Wall compiler flag and fixed the warnings. Wim Taymans 2000-02-27 23:18:38 +0000
  • c144819530 Added a pull function in the gstpad. Modified the videosink to implement the pull. This function allows a source elem... Wim Taymans 2000-02-26 18:55:14 +0000
  • 54367bb65c test code for the Video for linux source Wim Taymans 2000-02-25 23:19:44 +0000
  • aa0b9ec506 Added a Video 4 linux source. Not generic at all and may not work on any other system but mine. Wim Taymans 2000-02-25 23:18:51 +0000
  • a45625d478 Speedup in mpg123 parsing. speedup in mp1videoparse. rearanged the Wim Taymans 2000-02-24 20:56:23 +0000
  • 2810e739f6 Added GdkPixbuf support and scaling (sloww...) Wim Taymans 2000-02-20 16:19:50 +0000
  • a14849fea8 Fixed the lockup by not calling any gtk functions in the main thread. Wim Taymans 2000-02-19 10:50:26 +0000
  • 95adba8f9d Set the default buffer size to 1 to avoid the strange lockups... Wim Taymans 2000-02-18 23:48:45 +0000
  • 48c04a1661 The first functional video sink... Removed all of the video stuff from the MPEG video decoder. Fixed a bug in smoothw... Wim Taymans 2000-02-18 23:07:33 +0000
  • 13198c06fa MPEG1 cleanup. Added first (non functional) video sink. Wim Taymans 2000-02-17 22:50:28 +0000
  • 4660e95926 Fixed memory leak in queue. Wim Taymans 2000-02-16 23:27:45 +0000
  • b797f15e3a Cleanup, fixed some bugs in the parsers, fixed memory leak (not all of them yet) Wim Taymans 2000-02-16 16:44:54 +0000
  • 38542a9c2d Fixed (hopfully) the last bug in MPEG1 video player. A state bug caused some I-frames to be skipped. Wim Taymans 2000-02-15 20:14:01 +0000
  • d4e99eeef6 updated .cvsignores Erik Walthinsen 2000-02-15 00:32:00 +0000
  • b099671ab7 Made queue default bigger. fixed parsing errors in mp3parse mpeg1parse mp1videoparse: more than 2 zeros and a 1 is al... Wim Taymans 2000-02-13 15:20:49 +0000
  • f3f3a99f1e Fixed the queue length (fixed length 5 for now). fixed mpeg1 video rate control. Wim Taymans 2000-02-13 13:43:32 +0000
  • d224516279 Rearranged and updated mp1parse. Indentation is sane again (what editor and it now uses threads. Playback is clean ... Erik Walthinsen 2000-02-12 23:09:57 +0000
  • 1f05e5a957 Changed the way state is dealt with when a child is added to the bin. The note states that the COMPLETE state should... Erik Walthinsen 2000-02-12 23:08:06 +0000
  • d6d5df1f9d The first functional video MPEG1 decoder. The decoder still opens a window to show the video. This is not optimised a... Wim Taymans 2000-02-12 12:20:32 +0000
  • 12f3571c50 Optimisations to mp3decode and mp3parse (subbuffers) mp1videoparse now correctly pushes buffers in complete chuncks. Wim Taymans 2000-02-10 17:02:34 +0000
  • b2e0448541 Added MPEG1 video parser. Wim Taymans 2000-02-08 22:36:20 +0000
  • f6ba2d4db2 Added compiler optimistaion flags to mpg123. reverted to old WRITE_SAMPLE which was much faster. Wim Taymans 2000-02-07 19:04:33 +0000
  • 10f7e52698 Added metadata to mpg123 buffers. removed (disabeled) debug info. Wim Taymans 2000-02-06 22:04:47 +0000
  • b6a297bf09 Fixed the mpeg 1 parser. It can now be used to playback the audio stream of an MPEG1 movie (check out test/mp1parse.c). Wim Taymans 2000-02-06 18:50:38 +0000
  • 8dfef4d6b6 cleanup. Still not working... Wim Taymans 2000-02-06 01:52:15 +0000
  • 514ac0999d The mpeg1 parser test program. Wim Taymans 2000-02-06 00:56:12 +0000
  • 56da452544 Some changes to the mpeg 1 parser. Does not work yet. Wim Taymans 2000-02-06 00:55:23 +0000
  • 3cb7f2a649 Fixed a nasty bug in mp3parse (partial buffer state remained) Wim Taymans 2000-02-05 01:20:11 +0000
  • 5d5807c0d5 Compile a test program to ensure that we have working atomic resource counting. Richard Boulton 2000-02-04 02:25:34 +0000
  • 65e7c2e158 More documentation changes, a couple configure.in and Makefile.am fixes. Erik Walthinsen 2000-02-02 06:26:44 +0000
  • d946ac7b3c Fixed lowercase PLUGINS_USE_SRCDIR which made running test apps fail. Wim Taymans 2000-02-01 20:35:14 +0000
  • ffd6d98e9d Try to compile a little mmx program, set the default value of HAVE_LIBMMX. some typos fixed. Changed include path for... Wim Taymans 2000-02-01 19:40:10 +0000
  • 56a79fbfcc Re- set up the gtk-doc system. I'd managed to mutilate it a while back, but now it's fixed. I'll put a copy of the ... Erik Walthinsen 2000-02-01 09:16:43 +0000
  • dc38347cee Tidy up of configure script. Richard Boulton 2000-02-01 04:10:58 +0000
  • 2ced491ef1 Added general MMX macros. Wim Taymans 2000-01-31 22:53:01 +0000
  • 0032727103 More incremental updates. I can now successfully produce an rpm simply by typing ./autogen.sh;make rpm. This is g... Erik Walthinsen 2000-01-31 09:43:08 +0000
  • a45e61281d gah, missed Makefile.am of all files... Erik Walthinsen 2000-01-31 06:49:07 +0000
  • 4075335806 A bunch more changes to clean up build/make dist issues, as well as a spec file, -config file, .m4, etc. Next step... Erik Walthinsen 2000-01-31 06:46:18 +0000
  • 0bc672ec72 Various fixes that collectively allow make dist to work. Erik Walthinsen 2000-01-31 05:55:22 +0000
  • 3ada045e2e uh, forgot to do the root .cvsignore... Erik Walthinsen 2000-01-31 04:22:25 +0000
  • af38527ad1 OK, I think I've got all the .cvsignore stuff taken care of, though we'll want to fine-tune things as we go, of cours... Erik Walthinsen 2000-01-31 03:36:35 +0000
  • 991af0b774 initial checkin Erik Walthinsen 2000-01-31 03:25:25 +0000
  • 419640438a - added usage info Erik Walthinsen 2000-01-31 03:22:49 +0000
  • e4f151a2ce RTjpeg plugin with several elements. It's currently a skeleton, doing no work at all. Need to have a video display ... Erik Walthinsen 2000-01-31 03:02:52 +0000
  • 0f55b5399b .cvsignore for gst/meta/, and *still* testing loginfo (do I have it right yet???) Erik Walthinsen 2000-01-31 02:43:01 +0000
  • 660f47c067 .cvsignore for gst/types/, still testing loginfo script(s) Erik Walthinsen 2000-01-31 01:24:22 +0000
  • 13c456bcf7 .cvsignore for gst/elements/, also testig loginfo script Erik Walthinsen 2000-01-31 01:11:32 +0000
  • e9b66880a7 .cvsignore for gst/, also testing loginfo script Erik Walthinsen 2000-01-31 00:02:39 +0000
  • b8a3a19774 Changed Makefiles to: detect xaudio (check header xaudio/decoder.h) detect mmx.h need something better. Wim Taymans 2000-01-30 22:50:27 +0000
  • 0ec400890c initial checkin Erik Walthinsen 2000-01-30 10:44:33 +0000
  • 1762dfbf98 initial checkin Erik Walthinsen 2000-01-30 09:03:00 +0000