summaryrefslogtreecommitdiff
path: root/src/xine-engine/buffer.c
AgeCommit message (Expand)Author
2004-03-03use the _x_abort() macro instead of abort, since it prints some debug infoMichael Roitzsch
2003-12-07get rid of XINE_{ASSERT,ABORT} and useless xine_print_trace (useless). Replac...Daniel Caujolle-Bert
2003-11-20"Anti audio fifo null" patch ;)Thibaut Mattern
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
2003-10-14Add a callback to the buffer_pool_alloc function.Thibaut Mattern
2003-05-15add broadcasterMiguel Freitas
2003-05-13support multiple callback registrationMiguel Freitas
2003-05-12Better checking for too many buffer free's.James Courtier-Dutton
2003-03-30New net_buf_ctrl.Thibaut Mattern
2003-03-03Remove pthread_cancel() support, these threads are never pthread_cancelledEwald Snel
2003-02-23New method to get the number of free elements in the pool.Thibaut Mattern
2003-02-22fix another situation of not showing still frames: when the video fifo is full,Michael Roitzsch
2003-02-08New net_buf_ctrl strategy.Thibaut Mattern
2003-01-26revert, commited by error, thibaut patch ;-)Daniel Caujolle-Bert
2003-01-26fix automake warning. NOTE: nvtv user, can you check if i didn't break compil...Daniel Caujolle-Bert
2002-12-22flush moved to decoder loop. that simplifies things a lot.Miguel Freitas
2002-12-21- add buf->decoder_info_ptr: portability for systems where pointer hasMiguel Freitas
2002-07-17initialize size to avoid simple mistakesMiguel Freitas
2002-07-14make demuxers a bit more "programmer friendly"Miguel Freitas
2002-03-24scr unregister patch from Michael Roitzsch, buffer mem release fix, xmalloc_a...Guenter Bartsch
2002-03-12minor corrections and a patch for metronom to make sure it doesn't compensate...Guenter Bartsch
2002-03-11Use same datatype.Daniel Caujolle-Bert
2002-03-01memleak fixes from ewald snelGuenter Bartsch
2001-11-17Add 'xine_' prefix to all of xine-utils functions (what about cpuDaniel Caujolle-Bert
2001-11-06ASF bugfixes / variable to check for fifo buffer sizeMiguel Freitas
2001-10-14Don't waste memory, when buffer_size is alignedJuergen Keil
2001-10-14buffer alloc alignment patch by Kyle Centers <kcent@programmer.net>Guenter Bartsch
2001-10-10Add a fifo_buffer function to query the number of the elements stored in aJuergen Keil
2001-09-05miguel's latest patchesGuenter Bartsch
2001-08-12cancel demux thread on xine_stop instead of pthread_join to prevent hangGuenter Bartsch
2001-07-03chasing more races..Guenter Bartsch
2001-05-24first sloppy frames and audioGuenter Bartsch
2001-04-30fixed a buffer pool bug and inserted more log messagesGuenter Bartsch
2001-04-24fixed buffer.c and more cleanupsGuenter Bartsch
2001-04-18Initial revisionDaniel Caujolle-Bert