Added checking for all the tools used to make documentation.
[platform/upstream/gstreamer.git] / libs /
2001-01-01 Erik WalthinsenMore build changes
2001-01-01 Erik WalthinsenUpdated libraries to use new GST_DEBUG instead of DEBUG.
2000-12-31 Richard BoultonVarious fixes to ensure that appropriate files are...
2000-12-30 Wim TaymansDisabled MMX optimized versions until they get fixed
2000-12-29 Richard BoultonFix a couple of MMX issues.
2000-12-29 Richard BoultonInclude libgst.la when linking gbtest so it compiles.
2000-11-06 Wim TaymansAdded seeking to the avi decoder by implementing pull_r...
2000-11-04 Wim TaymansAdded the excellent mpeg2dec decoder. Not 100% optimize...
2000-10-26 Wim TaymansSlightly faster yuv to rgb conversion.
2000-10-25 Wim TaymansMore Docs updates.
2000-09-21 Richard BoultonIDCT works, and ieeetest not complains nicely if attemp...
2000-09-21 Richard BoultonMake libs/idct only build mmx support if available...
2000-09-18 Richard BoultonFix compile problem due to DEBUG being redefined in...
2000-09-17 Wim TaymansAdded gst_pipeline_add_sink/src to allow multiple sink...
2000-09-17 Wim TaymansConverted the mpeg2 encoder asm to gnu asm, removing...
2000-09-16 Richard BoultonMore work porting to PPC. libs/winloader is disabled...
2000-09-16 Richard BoultonMoved generic function implementations into gstgetbits_...
2000-09-16 Wim TaymansAdded a quick hack to allow loop based elements to...
2000-09-16 Richard BoultonMore work towards a powerPC port, and towards generic...
2000-09-15 Richard BoultonBegun to add support for non i386 architectures, with...
2000-09-12 Wim TaymansAdded CPU detection.
2000-09-07 Wim TaymansFaster and modular getbits implementation.
2000-08-18 Wim TaymansRemove rdts until a better fix for the bad asm is found...
2000-08-18 Wim TaymansVarious fixes for the build/install problems update...
2000-08-14 Wim Taymansignore the test program
2000-08-14 Wim Taymans..
2000-08-14 Wim TaymansAdded general IDCT library. Added IEEE testbed.
2000-08-14 Wim TaymansAdded point sampling interpolation.
2000-08-14 Wim TaymansMerge of pending changes, have to do this one by one...
2000-07-15 Wim TaymansFixed a bug in the riff parser with the allignment...
2000-07-15 Wim TaymansI'm too lazy to comment this
2000-07-15 Wim TaymansAdded DivX ;-) support by using the wine .dll loader...
2000-07-05 Wim TaymansAdded seeking to some of the plugins. some MMX speedups...
2000-06-25 Wim TaymansAdded more accurate mpeg system stream detection (MPEG1...
2000-06-25 Wim TaymansSwitched Cr and Cb in YUV2RGB fixed the avi parser...
2000-06-18 Wim TaymansFixed an MMX IDCT bug.
2000-06-16 Wim TaymansUnified putbits.
2000-06-16 Wim TaymansAdded SCR and mux_rate calculations in the MPEG1 multip...
2000-06-12 Wim TaymansReworked the colorspace converter and the scaler API.
2000-06-11 Wim TaymansReworked the audio resampler.
2000-05-21 Wim TaymansFixed the mpeg2 encoder. Added MMX optimisations for...
2000-05-12 Wim Taymans...
2000-05-12 Wim TaymansA simple video scaler as a library and an Element....
2000-05-12 Wim TaymansMore changes to the mpeg parser and encoder.
2000-05-01 Wim TaymansMPEG2 decoder fixes, unified MPEG System stream parser...
2000-04-24 Wim TaymansAdded the mpeg2dec MPEG1 and MPEG2 decoder.
2000-04-16 Wim TaymansFixed a bug in the inlined getbits.
2000-04-16 Wim TaymansI'm too lazy to comment this
2000-04-16 Wim TaymansI the generc getbits implementation
2000-04-16 Wim TaymansUnified getbits handling. I currently have an inline...
2000-04-09 Wim TaymansAdded MMX optimized yuv2rgb (AlienSong now plays back...
2000-04-02 Wim TaymansThe new riff parser and encoder
2000-04-02 Wim TaymansAdded a colorspace library and removed yuv2rgb conversi...
2000-03-22 Wim TaymansAdded jpeg decoder. the avi decoder now configures...
2000-03-20 Wim TaymansImplemented riff parsing as a library. The avi parser...
2000-03-19 Wim TaymansAdded the riff code into a seperate library in /libs...