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
/
demux.c
Age
Commit message (
Expand
)
Author
2003-12-23
- some more endianness fixes to ogg demuxer
Miguel Freitas
2003-12-05
cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...
Daniel Caujolle-Bert
2003-11-26
lprintf cleanup, pass I.
Daniel Caujolle-Bert
2003-11-20
"Anti audio fifo null" patch ;)
Thibaut Mattern
2003-11-16
actually not every engine file uses internals, so we do not need to define
Michael Roitzsch
2003-11-15
start xine_stream_t separation (public/private).
Miguel Freitas
2003-11-12
fix CVS placeholder
Michael Roitzsch
2003-11-11
rename internal API function (_x_<function>).
Daniel Caujolle-Bert
2003-10-14
just a little comment
Thibaut Mattern
2003-09-25
Correct/add comment about xine_demux_flush_engine.
Rocky Bernstein
2003-07-16
more cleanup; remove unused variables; use lprintf
Marco Zuehlke
2003-06-18
Use the same discard mecanism for audio and video in xine_demux_flush_engine.
Thibaut Mattern
2003-05-20
This fixes http support for Win32
Tim Champagne
2003-05-07
- ittsy bitsy memory corruption fix
Bastien Nocera
2003-05-06
- make sure that the read_size is not bigger than the buffer we're sending back
Bastien Nocera
2003-05-05
- fix a possible crash when the preview size was greater than the size requested
Bastien Nocera
2003-04-22
Additional changes for win32/msvc port; This is my first real commit so pleas...
Tim Champagne
2003-04-17
cleanup patch by Marco Z|hlke <M.Zuehlke@freenet.de>
Miguel Freitas
2003-04-13
add a small read() function that can be aborted by demux_action_pending
Miguel Freitas
2003-04-02
- remove unneeded use of pthread_exit(NULL). We do not have any cleanup
Bastien Nocera
2003-03-30
New net_buf_ctrl.
Thibaut Mattern
2003-03-07
workaround buggy pthread implementations with a timedwait
Miguel Freitas
2003-03-06
steps toward muting xine's console output by default
Guenter Bartsch
2003-02-23
Fixes a deadlock when buffering at the end of the stream.
Thibaut Mattern
2002-12-24
discard buffers on flush so decoder will return faster. seeking should be
Miguel Freitas
2002-12-22
flush/seeking overhauled
Miguel Freitas
2002-11-22
HELP! My latest engine patch slightly broke the seeking, so I revert this
Michael Roitzsch
2002-11-22
do not play with the clock any more, we have dedicated flush functions for th...
Michael Roitzsch
2002-11-20
engine modifications to allow post plugin layer:
Michael Roitzsch
2002-11-06
fix stream ending deadlock without audio driver
Daniel Caujolle-Bert
2002-11-02
these should better be broadcast signals
Michael Roitzsch
2002-11-01
Fix seeking at the end of the stream.
Thibaut Mattern
2002-10-31
Little optimization.
Thibaut Mattern
2002-10-30
Avoid a potential deadlock.
Thibaut Mattern
2002-10-30
- add mutex on seeking and avoid overuse of sched_yield
Miguel Freitas
2002-10-30
Release the processor between the mutex unlock()/lock() sequence, to give
Juergen Keil
2002-10-29
engine improvements
Michael Roitzsch
2002-10-28
do not flush on xine_handle_stream_end
Miguel Freitas
2002-10-28
hey, i want to join xine breakage party! (what do you wanna break today? tm)
Miguel Freitas
2002-10-23
fix comments, c syntax
Guenter Bartsch
2002-10-14
introduction of xine_stream_t and async xine events - all still in developement
Guenter Bartsch
2002-09-18
first steps towards implementing stream/meta info
Guenter Bartsch
2002-07-13
Move the flush of the audio_out plugin to audio_decoder loop.
Thibaut Mattern
2002-06-07
- demuxer cleanup (helper functions)
Miguel Freitas