index
:
xine-lib
master
xine-lib git mirror
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
xine-engine
/
buffer.c
Age
Commit message (
Expand
)
Author
2002-12-22
flush moved to decoder loop. that simplifies things a lot.
Miguel Freitas
2002-12-21
- add buf->decoder_info_ptr: portability for systems where pointer has
Miguel Freitas
2002-07-17
initialize size to avoid simple mistakes
Miguel Freitas
2002-07-14
make demuxers a bit more "programmer friendly"
Miguel Freitas
2002-03-24
scr unregister patch from Michael Roitzsch, buffer mem release fix, xmalloc_a...
Guenter Bartsch
2002-03-12
minor corrections and a patch for metronom to make sure it doesn't compensate...
Guenter Bartsch
2002-03-11
Use same datatype.
Daniel Caujolle-Bert
2002-03-01
memleak fixes from ewald snel
Guenter Bartsch
2001-11-17
Add 'xine_' prefix to all of xine-utils functions (what about cpu
Daniel Caujolle-Bert
2001-11-06
ASF bugfixes / variable to check for fifo buffer size
Miguel Freitas
2001-10-14
Don't waste memory, when buffer_size is aligned
Juergen Keil
2001-10-14
buffer alloc alignment patch by Kyle Centers <kcent@programmer.net>
Guenter Bartsch
2001-10-10
Add a fifo_buffer function to query the number of the elements stored in a
Juergen Keil
2001-09-05
miguel's latest patches
Guenter Bartsch
2001-08-12
cancel demux thread on xine_stop instead of pthread_join to prevent hang
Guenter Bartsch
2001-07-03
chasing more races..
Guenter Bartsch
2001-05-24
first sloppy frames and audio
Guenter Bartsch
2001-04-30
fixed a buffer pool bug and inserted more log messages
Guenter Bartsch
2001-04-24
fixed buffer.c and more cleanups
Guenter Bartsch
2001-04-18
Initial revision
Daniel Caujolle-Bert