summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2003-05-30fix race condition in dxr3 encododers:Michael Roitzsch
2003-05-29Set audio fourcc in stream info if we know what it is, ie there is only one a...James Stembridge
2003-05-29store fourcc from stream header as integer as it's never used as a stringJames Stembridge
2003-05-29stream header fourcc is optional so read fourcc for stream info from bitmap infoJames Stembridge
2003-05-29Revert last change as it caused problems with some streams. Second and much s...James Stembridge
2003-05-29handle streams where the actual video size is different to the size specified...James Stembridge
2003-05-29fix demuxer failed messages when seeking in small filesJames Stembridge
2003-05-28make sure the frame that we postprocess into has the same dimensions as the f...James Stembridge
2003-05-28video_out_dxr3.h includes other stuff from the src/dxr3 directory, so thereMichael Roitzsch
2003-05-28fix uv order for yv12 and add support for i420James Stembridge
2003-05-28buffer type and fourcc's for raw i420 videoJames Stembridge
2003-05-28comment unresolved symbols, add unsupported method for testingMiguel Freitas
2003-05-28fix macroMiguel Freitas
2003-05-28make oggdemuxer compile with speex, if speex isn't installed in a standart lo...Andreas Heinchen
2003-05-28i didn't meant to enable it yetMiguel Freitas
2003-05-28skeleton of deinterlacer post pluginMiguel Freitas
2003-05-28adding parameters apiMiguel Freitas
2003-05-28Disable ffmpeg's encoder when HAVE_DXR3 is not defined. Remove dxr3 build hack.Robin KAY
2003-05-27only send audio/video headers if there is an audio/video streamJames Stembridge
2003-05-27Some minor updates to software dts decode. Still not ready.James Courtier-Dutton
2003-05-27play the NSV file even when the NSVf metadata chunk is not presentMike Melanson
2003-05-26dynamic chunk buffer size to allow for high bitrate videoJames Stembridge
2003-05-26untested cygwin patchMiguel Freitas
2003-05-26prevent clash with cygwin defined typesMiguel Freitas
2003-05-26add zlib depency to make cygwin happyMiguel Freitas
2003-05-26cygwin patchMiguel Freitas
2003-05-26more descriptive codec stringsJames Stembridge
2003-05-26fix rv40 playbackJames Stembridge
2003-05-26- fix building with automake 1.4 (yeah, I know)Bastien Nocera
2003-05-26added experimental .4xm file demuxerMike Melanson
2003-05-26fix rv10 playbackJames Stembridge
2003-05-26Get asf plugin to build in Win32. Also starting to clean up some Win32 code (...Tim Champagne
2003-05-26Win32 cleanup (a couple things would not build correctly). Also added a READM...Tim Champagne
2003-05-26Only play number of packets specified in header. Otherwise index chunk data c...James Stembridge
2003-05-26add/fix some debug infoJames Stembridge
2003-05-26- quiet xv pluginBastien Nocera
2003-05-26- quieter adpcm plugin and xshm oneBastien Nocera
2003-05-25fix proxyhost/user handling, fix potential proxy related segfault (klass poin...Guenter Bartsch
2003-05-25audio_step is a 64 bits integer in the metronom (pts_per_smpls), use the same...Thibaut Mattern
2003-05-25add support for seekingJames Stembridge
2003-05-25I will stop committing nonsense now...Michael Roitzsch
2003-05-25oops ... moving those #ifdef's to a more sensible positionMichael Roitzsch
2003-05-25cleaning upMichael Roitzsch
2003-05-25enable the new libavcodec MPEG encoder and make it the default, becauseMichael Roitzsch
2003-05-25compiling libavcodec's encoding part as an MPEG encoder suitable for the DXR3Michael Roitzsch
2003-05-25Add some FIXME statements.James Courtier-Dutton
2003-05-25Some more parsing code.James Courtier-Dutton
2003-05-25Read index chunks in preparation for seeking support - Disabled by defualtJames Stembridge
2003-05-25speex support contributed by Conrad Parker <conrad@metadecks.org>Guenter Bartsch
2003-05-24xine_usec_sleep is used in ao_none, so it should be linked against libxineMichael Roitzsch