summaryrefslogtreecommitdiff
path: root/src/xine-engine/buffer.h
AgeCommit message (Collapse)Author
2004-02-12after 249 comes 24A, since this is hex ;)Michael Roitzsch
CVS patchset: 6141 CVS date: 2004/02/12 18:27:21
2004-02-09Add BUF_FLAG_ASPECTJames Stembridge
CVS patchset: 6129 CVS date: 2004/02/09 22:28:42
2004-02-04Correct comment about BUF_FLAG_SPECIALJames Stembridge
CVS patchset: 6117 CVS date: 2004/02/04 23:24:27
2004-02-02added IFF-ILBM supportManfred Tremmel
CVS patchset: 6108 CVS date: 2004/02/02 22:22:51
2004-02-01add a bunch of new codec typesMike Melanson
CVS patchset: 6091 CVS date: 2004/02/01 05:56:26
2004-01-13Pass framerate to real decoder in standard mannerJames Stembridge
CVS patchset: 6041 CVS date: 2004/01/13 20:44:22
2004-01-10Special buffer for the RealVideo chunk table.Thibaut Mattern
CVS patchset: 6016 CVS date: 2004/01/10 01:34:50
2004-01-09- rework semantics of some buffer flags. check buffer.h for details.Miguel Freitas
- increase demux and decoder apis - fix runtime changing of ogg/ogm audio channels note: i hope i haven't broken any demux->decoder data exchange. please report any problems. CVS patchset: 6014 CVS date: 2004/01/09 01:26:32
2003-12-13Update win32 MSVC build:František Dvořák
* internal names cleanup * http input plugin uses http_helper.c * fix change in audio_directx * MSVC stoped compile xineui because of 'this', mysterious * change non-constand array lengths to malloc/free, it good for such old compilers as my MSVC 6.0 * change lprintf macro for MSVC to compile again (I don't know, how use variable number of macro arguments in MSVC...) * merge compiling of xine-utils and xine-engine CVS patchset: 5902 CVS date: 2003/12/13 11:35:07
2003-11-20"Anti audio fifo null" patch ;)Thibaut Mattern
Makes things a bit more symetric: - the audio fifo (demuxer->decoder) can't be NULL - the video driver can be NULL A dummy fifo (5 buffers) is used if the audio driver or video driver is NULL. Audio frontends (rhythmbox, seedeexeen, quark) do not need to instanciate a video driver anymore. CVS patchset: 5767 CVS date: 2003/11/20 00:42:14
2003-11-16buffer type for 4X ADPCMMike Melanson
CVS patchset: 5746 CVS date: 2003/11/16 14:29:29
2003-11-15start xine_stream_t separation (public/private).Miguel Freitas
(we should finish this before rc3.) - stream_info and meta_info variables are private now. obs: everything must be recompiled due xine_stream_t changes CVS patchset: 5733 CVS date: 2003/11/15 14:54:30
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
CVS patchset: 5721 CVS date: 2003/11/11 18:44:50
2003-10-24obsolete a special buffer type (fewer special cases is better)Mike Melanson
CVS patchset: 5583 CVS date: 2003/10/24 02:59:03
2003-10-14Add a callback to the buffer_pool_alloc function.Thibaut Mattern
The goal is to detect in the net_buf_ctrl if there is no more free buffer in a fifo, which indicates there will be a deadlock if the engine is not unpaused. Currently this detection is done from the "put" callback, it's not a safe solution, nothing prevents a demuxer to allocate 2 buffers before calling put(). The impact is low, only one test per buffer_pool_alloc call if no callback is registered. It's done exactly the same way as the put and get callbacks. CVS patchset: 5520 CVS date: 2003/10/14 22:16:32
2003-08-05clarify commentMichael Roitzsch
CVS patchset: 5252 CVS date: 2003/08/05 15:20:00
2003-06-16Patch from Jeroen Asselman:Stefan Holst
- fixes mimetype in realaudio demuxer - big improvement of v4l input and associated demuxer. Including sound capture using alsa and a/v sync. Now radio is supported as well. CVS patchset: 5054 CVS date: 2003/06/16 16:42:51
2003-05-31added placeholder fourccs for On2 VPx videoMike Melanson
CVS patchset: 4990 CVS date: 2003/05/31 02:18:01
2003-05-28buffer type and fourcc's for raw i420 videoJames Stembridge
CVS patchset: 4973 CVS date: 2003/05/28 13:11:53
2003-05-26added experimental .4xm file demuxerMike Melanson
CVS patchset: 4950 CVS date: 2003/05/26 21:06:00
2003-05-25speex support contributed by Conrad Parker <conrad@metadecks.org>Guenter Bartsch
CVS patchset: 4926 CVS date: 2003/05/25 13:39:13
2003-05-20public header cleanup:Michael Roitzsch
* regulate mutual inclusion based on XINE_COMPILE * src/xine-engine/spu_decoder.h was unused -> make it the spu decoder API header and remove src/libspudec/spu_decoder_api.h * mark some xine_stream_t members as unused for next cleanup CVS patchset: 4883 CVS date: 2003/05/20 13:50:55
2003-05-15add broadcasterMiguel Freitas
CVS patchset: 4857 CVS date: 2003/05/15 20:23:16
2003-05-13support multiple callback registrationMiguel Freitas
CVS patchset: 4840 CVS date: 2003/05/13 16:38:04
2003-05-10rework the QT stsd/ImageDescription passing from demuxer -> decoderMike Melanson
CVS patchset: 4815 CVS date: 2003/05/10 04:26:17
2003-04-30added support for theoraAndreas Heinchen
CVS patchset: 4717 CVS date: 2003/04/30 08:49:38
2003-04-23I am not a Win32 developer, but I guess this is a sweet misunderstanding:Michael Roitzsch
audio_directx_out is an audio OUTPUT plugin, not a audio DECODER plugin therefore this buffer type is wrong here, since only DECODERS need to register buffer types CVS patchset: 4664 CVS date: 2003/04/23 16:15:00
2003-04-22Additional changes for win32/msvc port; This is my first real commit so ↵Tim Champagne
please be gentle with me; Everything builds except for the win32 ui CVS patchset: 4650 CVS date: 2003/04/22 23:30:29
2003-04-16preperations for support of bold and italic typefaces in ogm subtitlesAndreas Heinchen
CVS patchset: 4629 CVS date: 2003/04/16 23:05:25
2003-03-30New net_buf_ctrl.Thibaut Mattern
See xine-devel for details. Basicaly it adds callbacks to fifo, and everything is done at fifo level now. It fixes deadlocks with ogg/ogm streams, pauses the engine at the right time, and evaluates better the length of the data in fifos (using pts when the bitrate is not constant). Enjoy. CVS patchset: 4513 CVS date: 2003/03/30 15:19:45
2003-03-23png image supportStefan Holst
CVS patchset: 4472 CVS date: 2003/03/23 17:12:26
2003-03-18Support for Windows Media 9 Voice codec via wmspdmod.dllJames Stembridge
CVS patchset: 4445 CVS date: 2003/03/18 20:40:59
2003-03-07Recognize VCD and CVD subtitle streams.Rocky Bernstein
Changes courtesy of Julio Sánchez <j.sanchez AT terra.es> CVS patchset: 4366 CVS date: 2003/03/07 22:19:20
2003-02-23New method to get the number of free elements in the pool.Thibaut Mattern
It will be used in net_buf_ctrl to detect if a fifo is full. You need to recompile the whole lib after this patch. CVS patchset: 4265 CVS date: 2003/02/23 19:27:57
2003-02-19Support for YUY2 HuffYUV videoJames Stembridge
CVS patchset: 4203 CVS date: 2003/02/19 21:37:15
2003-02-08New net_buf_ctrl strategy.Thibaut Mattern
see http://sourceforge.net/mailarchive/forum.php?thread_id=1568239&forum_id=7131 CVS patchset: 4116 CVS date: 2003/02/08 13:52:44
2003-01-31update ffmpegMiguel Freitas
CVS patchset: 4068 CVS date: 2003/01/31 18:29:43
2003-01-26revert, commited by error, thibaut patch ;-)Daniel Caujolle-Bert
CVS patchset: 4017 CVS date: 2003/01/26 23:36:46
2003-01-26fix automake warning. NOTE: nvtv user, can you check if i didn't break ↵Daniel Caujolle-Bert
compilation of this stuff?? CVS patchset: 4016 CVS date: 2003/01/26 23:31:13
2003-01-19define raw yuv frame buffer type for v4l inputGuenter Bartsch
CVS patchset: 3973 CVS date: 2003/01/19 21:29:55
2003-01-18nvtv patch by Mattias Eriksson <snaggen@acc.umu.se> with a few changesMiguel Freitas
NOTE: reported to be still in a non-working state. use 'configure --enable-nvtv' to test. otherwise lib will be compiled with xine_tvmode_* dummy functions just to keep compatibility. CVS patchset: 3954 CVS date: 2003/01/18 15:29:19
2003-01-08new buffer type for an unusual audio typeMike Melanson
CVS patchset: 3820 CVS date: 2003/01/08 06:53:17
2003-01-08fixes/cleanups of the handled/unhandled codecsMiguel Freitas
for more information see message on xine-devel CVS patchset: 3818 CVS date: 2003/01/08 01:02:27
2003-01-07no kidding, support for yet another ADPCM format (Dialogic)Mike Melanson
CVS patchset: 3804 CVS date: 2003/01/07 06:26:25
2003-01-02look at that...new buffer typesMike Melanson
CVS patchset: 3748 CVS date: 2003/01/02 05:51:34
2003-01-01real video v40 support by chris rankin, added missing copyright ↵Guenter Bartsch
notices/credits for mplayer CVS patchset: 3746 CVS date: 2003/01/01 20:39:19
2002-12-28added Interplay MVE A/V buffer typesMike Melanson
CVS patchset: 3707 CVS date: 2002/12/28 18:18:18
2002-12-27small cleanup for extra_info_tMiguel Freitas
CVS patchset: 3688 CVS date: 2002/12/27 02:03:06
2002-12-22flush moved to decoder loop. that simplifies things a lot.Miguel Freitas
new buffer methods to avoid deadlocks doing flush from video_out CVS patchset: 3629 CVS date: 2002/12/22 15:02:06
2002-12-21- add buf->decoder_info_ptr: portability for systems where pointer hasMiguel Freitas
different sizeof than integer. - add extra_info structure to pass informations from input/demuxers down to the output frame. this can be used, for example, to pass the frame number of a frame (when known by decoder). also, immediate benefict is that we now have a slider which really shows the current position of the playing stream. new fields can be added to extra_info keeping binary compatibility - bumpy everybody's api versions CVS patchset: 3603 CVS date: 2002/12/21 12:56:44