summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)AuthorFilesLines
2000-11-04Added the excellent mpeg2dec decoder. Not 100% optimized but allready very fast.Wim Taymans5-2/+754
2000-10-26Slightly faster yuv to rgb conversion.Wim Taymans3-181/+193
2000-10-25More Docs updates.Wim Taymans3-32/+39
2000-09-21IDCT works, and ieeetest not complains nicely if attempt to run a test with a...Richard Boulton1-0/+5
2000-09-21Make libs/idct only build mmx support if available - hopefully makes it compi...Richard Boulton4-4/+22
2000-09-18Fix compile problem due to DEBUG being redefined in libs/getbits/gstgetbits.h...Richard Boulton2-2/+4
2000-09-17Added gst_pipeline_add_sink/src to allow multiple sink cases and more complex...Wim Taymans1-1/+1
2000-09-17Converted the mpeg2 encoder asm to gnu asm, removing the dependency of nasmWim Taymans2-4/+4
2000-09-16More work porting to PPC. libs/winloader is disabled on PPC - I doubt this ca...Richard Boulton1-1/+7
2000-09-16Moved generic function implementations into gstgetbits_generic.c, and tidy up...Richard Boulton3-128/+153
2000-09-16Added a quick hack to allow loop based elements to finish intead of looping t...Wim Taymans1-0/+13
2000-09-16More work towards a powerPC port, and towards generic portability.Richard Boulton2-4/+3
2000-09-15Begun to add support for non i386 architectures, with the help of ChrisRichard Boulton1-1/+11
2000-09-12Added CPU detection.Wim Taymans1-3/+8
2000-09-07Faster and modular getbits implementation.Wim Taymans7-98/+468
2000-08-18Remove rdts until a better fix for the bad asm is found...Wim Taymans1-0/+5
2000-08-18Various fixes for the build/install problems update to the docs/manual. Added...Wim Taymans7-10/+11
2000-08-14ignore the test programWim Taymans1-0/+1
2000-08-14..Wim Taymans1-0/+7
2000-08-14Added general IDCT library. Added IEEE testbed.Wim Taymans29-974/+4873
2000-08-14Added point sampling interpolation.Wim Taymans2-12/+73
2000-08-14Merge of pending changes, have to do this one by one...Wim Taymans4-36/+130
2000-07-15Fixed a bug in the riff parser with the allignment of the chunks. This should...Wim Taymans1-1/+3
2000-07-15I'm too lazy to comment thisWim Taymans1-0/+36
2000-07-15Added DivX ;-) support by using the wine .dll loader. you must unzip binaries...Wim Taymans16-42/+5540
2000-07-05Added seeking to some of the plugins. some MMX speedups in the MPEG decoders.Wim Taymans2-4/+6
2000-06-25Added more accurate mpeg system stream detection (MPEG1 and MPEG2)Wim Taymans2-2/+2
2000-06-25Switched Cr and Cb in YUV2RGB fixed the avi parser (gstriff had wrong size) t...Wim Taymans4-12/+66
2000-06-18Fixed an MMX IDCT bug.Wim Taymans1-2/+2
2000-06-16Unified putbits.Wim Taymans5-2/+203
2000-06-16Added SCR and mux_rate calculations in the MPEG1 multiplexer. worked toward a...Wim Taymans1-0/+1
2000-06-12Reworked the colorspace converter and the scaler API.Wim Taymans8-318/+346
2000-06-11Reworked the audio resampler.Wim Taymans1-42/+74
2000-05-21Fixed the mpeg2 encoder. Added MMX optimisations for motion estimation.Wim Taymans1-5/+7
2000-05-12...Wim Taymans1-0/+7
2000-05-12A simple video scaler as a library and an Element. Also a little non working ...Wim Taymans6-0/+1424
2000-05-12More changes to the mpeg parser and encoder.Wim Taymans2-32/+35
2000-05-01MPEG2 decoder fixes, unified MPEG System stream parser. an mpeg encoder.Wim Taymans2-1/+23
2000-04-24Added the mpeg2dec MPEG1 and MPEG2 decoder.Wim Taymans1-2/+2
2000-04-16Fixed a bug in the inlined getbits.Wim Taymans1-9/+10
2000-04-16I'm too lazy to comment thisWim Taymans1-0/+7
2000-04-16I the generc getbits implementationWim Taymans4-0/+615
2000-04-16Unified getbits handling. I currently have an inline integer implementation.Wim Taymans1-2/+2
2000-04-09Added MMX optimized yuv2rgb (AlienSong now plays back at only 6% CPU)Wim Taymans5-124/+681
2000-04-02The new riff parser and encoderWim Taymans3-0/+434
2000-04-02Added a colorspace library and removed yuv2rgb conversion from the videosink.Wim Taymans10-21/+875
2000-03-22Added jpeg decoder. the avi decoder now configures the jpeg codec if an MJPG ...Wim Taymans3-11/+47
2000-03-20Implemented riff parsing as a library. The avi parser can play simple PCM enc...Wim Taymans2-12/+60
2000-03-19Added the riff code into a seperate library in /libs dir. The plugin loader a...Wim Taymans4-0/+480