index
:
~wtay/gstreamer
0.10
0.10.36
0.11
0.11-bufferlist-remove
0.11-data
0.11-fd0
0.11-fdo
1.0
1.2
1.4
adapter-list
arrayqueue
buffer-recycle
bufferfile
buffermeta
buffermeta2
bufferpool
bufferpool-0.11
bufferpool-scratch
d2see
device-monitor-obsoleted
events2
f20
f21
framestep
gst-state-error-unlock
intlinks-query
less-task-lock
lockfree-bus
lockfree-bus2
lockfree-clocks
lockfree-data
lockfree-poll
lockfree-queue
master
memory-improvements
memory-improvements2
memory-improvements3
memory-lock
merge-mode-functions
miniobject-lock
miniobject-notify
miniobject-qdata
miniobject2
mixed-caps
multiqueue
multiqueue-new
netmeta-check
optimize
pad-cache
pad-state
performance-push
progress
push-cache
qnx-0.10.25
qnx-multiqueue
qos-throttle
queue-batch
queue-batch2
queue-batch3
queue-segment
queue2_ring_buffer
rawhide
release
release-pool
remove-caps
remove-handoff
remove-setcaps
rename-events
reset-time
rework-pad-block
rework-pad-block2
rhel-7.0
rhel-7.2
rhel-8.2.0
sa
segment-rework
segment-serialize
sink-states
state-manager
tp-vision
trans-meta
transform
wim-fd/lockfree-queue
wim_q2_rb
wip-basesink-event
work
work2
working
GStreamer random hacking
wtay
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libs
Age
Commit message (
Expand
)
Author
Files
Lines
2000-11-04
Added the excellent mpeg2dec decoder. Not 100% optimized but allready very fast.
Wim Taymans
5
-2
/
+754
2000-10-26
Slightly faster yuv to rgb conversion.
Wim Taymans
3
-181
/
+193
2000-10-25
More Docs updates.
Wim Taymans
3
-32
/
+39
2000-09-21
IDCT works, and ieeetest not complains nicely if attempt to run a test with a...
Richard Boulton
1
-0
/
+5
2000-09-21
Make libs/idct only build mmx support if available - hopefully makes it compi...
Richard Boulton
4
-4
/
+22
2000-09-18
Fix compile problem due to DEBUG being redefined in libs/getbits/gstgetbits.h...
Richard Boulton
2
-2
/
+4
2000-09-17
Added gst_pipeline_add_sink/src to allow multiple sink cases and more complex...
Wim Taymans
1
-1
/
+1
2000-09-17
Converted the mpeg2 encoder asm to gnu asm, removing the dependency of nasm
Wim Taymans
2
-4
/
+4
2000-09-16
More work porting to PPC. libs/winloader is disabled on PPC - I doubt this ca...
Richard Boulton
1
-1
/
+7
2000-09-16
Moved generic function implementations into gstgetbits_generic.c, and tidy up...
Richard Boulton
3
-128
/
+153
2000-09-16
Added a quick hack to allow loop based elements to finish intead of looping t...
Wim Taymans
1
-0
/
+13
2000-09-16
More work towards a powerPC port, and towards generic portability.
Richard Boulton
2
-4
/
+3
2000-09-15
Begun to add support for non i386 architectures, with the help of Chris
Richard Boulton
1
-1
/
+11
2000-09-12
Added CPU detection.
Wim Taymans
1
-3
/
+8
2000-09-07
Faster and modular getbits implementation.
Wim Taymans
7
-98
/
+468
2000-08-18
Remove rdts until a better fix for the bad asm is found...
Wim Taymans
1
-0
/
+5
2000-08-18
Various fixes for the build/install problems update to the docs/manual. Added...
Wim Taymans
7
-10
/
+11
2000-08-14
ignore the test program
Wim Taymans
1
-0
/
+1
2000-08-14
..
Wim Taymans
1
-0
/
+7
2000-08-14
Added general IDCT library. Added IEEE testbed.
Wim Taymans
29
-974
/
+4873
2000-08-14
Added point sampling interpolation.
Wim Taymans
2
-12
/
+73
2000-08-14
Merge of pending changes, have to do this one by one...
Wim Taymans
4
-36
/
+130
2000-07-15
Fixed a bug in the riff parser with the allignment of the chunks. This should...
Wim Taymans
1
-1
/
+3
2000-07-15
I'm too lazy to comment this
Wim Taymans
1
-0
/
+36
2000-07-15
Added DivX ;-) support by using the wine .dll loader. you must unzip binaries...
Wim Taymans
16
-42
/
+5540
2000-07-05
Added seeking to some of the plugins. some MMX speedups in the MPEG decoders.
Wim Taymans
2
-4
/
+6
2000-06-25
Added more accurate mpeg system stream detection (MPEG1 and MPEG2)
Wim Taymans
2
-2
/
+2
2000-06-25
Switched Cr and Cb in YUV2RGB fixed the avi parser (gstriff had wrong size) t...
Wim Taymans
4
-12
/
+66
2000-06-18
Fixed an MMX IDCT bug.
Wim Taymans
1
-2
/
+2
2000-06-16
Unified putbits.
Wim Taymans
5
-2
/
+203
2000-06-16
Added SCR and mux_rate calculations in the MPEG1 multiplexer. worked toward a...
Wim Taymans
1
-0
/
+1
2000-06-12
Reworked the colorspace converter and the scaler API.
Wim Taymans
8
-318
/
+346
2000-06-11
Reworked the audio resampler.
Wim Taymans
1
-42
/
+74
2000-05-21
Fixed the mpeg2 encoder. Added MMX optimisations for motion estimation.
Wim Taymans
1
-5
/
+7
2000-05-12
...
Wim Taymans
1
-0
/
+7
2000-05-12
A simple video scaler as a library and an Element. Also a little non working ...
Wim Taymans
6
-0
/
+1424
2000-05-12
More changes to the mpeg parser and encoder.
Wim Taymans
2
-32
/
+35
2000-05-01
MPEG2 decoder fixes, unified MPEG System stream parser. an mpeg encoder.
Wim Taymans
2
-1
/
+23
2000-04-24
Added the mpeg2dec MPEG1 and MPEG2 decoder.
Wim Taymans
1
-2
/
+2
2000-04-16
Fixed a bug in the inlined getbits.
Wim Taymans
1
-9
/
+10
2000-04-16
I'm too lazy to comment this
Wim Taymans
1
-0
/
+7
2000-04-16
I the generc getbits implementation
Wim Taymans
4
-0
/
+615
2000-04-16
Unified getbits handling. I currently have an inline integer implementation.
Wim Taymans
1
-2
/
+2
2000-04-09
Added MMX optimized yuv2rgb (AlienSong now plays back at only 6% CPU)
Wim Taymans
5
-124
/
+681
2000-04-02
The new riff parser and encoder
Wim Taymans
3
-0
/
+434
2000-04-02
Added a colorspace library and removed yuv2rgb conversion from the videosink.
Wim Taymans
10
-21
/
+875
2000-03-22
Added jpeg decoder. the avi decoder now configures the jpeg codec if an MJPG ...
Wim Taymans
3
-11
/
+47
2000-03-20
Implemented riff parsing as a library. The avi parser can play simple PCM enc...
Wim Taymans
2
-12
/
+60
2000-03-19
Added the riff code into a seperate library in /libs dir. The plugin loader a...
Wim Taymans
4
-0
/
+480