summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2003-06-12- Implement the "seeking to the previous keyframe" behaviorThibaut Mattern
2003-06-12Rework postprocessing quality setting so that it no longer uses a mutex. Fixe...James Stembridge
2003-06-12Disable direct rendering when height or width isn't a multiple of 16. Prevent...James Stembridge
2003-06-11- add VO_INTERLACED_FLAG to get_frameMiguel Freitas
2003-06-11Fix io_helper for Win32. The http plugin now works again for Win32Tim Champagne
2003-06-11Updates to add meta info, pts and duration.James Courtier-Dutton
2003-06-10Video out now works with the new mpeg2 decoder.James Courtier-Dutton
2003-06-10Some updates.James Courtier-Dutton
2003-06-09More libmpeg2new updatesJames Courtier-Dutton
2003-06-09Some more updates to libmpeg2new.James Courtier-Dutton
2003-06-09Initial import of libmpeg2 version 0.3.2-cvsJames Courtier-Dutton
2003-06-09This should fix it. Return the correct value from cdda_open for non-Win32.Tim Champagne
2003-06-09This time for sure. The file desc was not being setup for auto-play. That sho...Tim Champagne
2003-06-09I think that this should fix the cdda plugin. Can someone verify this? Thanks...Tim Champagne
2003-06-09This should fix the SIGSEGV in the cdda input module but it will probably not...Tim Champagne
2003-06-08- only ignore real local files (ie. file:///) ("local" in gnome-vfs terms mea...Bastien Nocera
2003-06-07Fix for message "demux_mpeg_block: error! 00 00 00 (should be 0x000001)"James Courtier-Dutton
2003-06-06initial ideas for automatic enabling/disabling deinterlacerMiguel Freitas
2003-06-06This #ifdef should come before the if, since thisMichael Roitzsch
2003-06-06Add a new mmap mode to audio alsa output.James Courtier-Dutton
2003-06-05use io_helper functionsThibaut Mattern
2003-06-05Compile io_helper.Thibaut Mattern
2003-06-05io_helper functions.Thibaut Mattern
2003-06-03Some streams contain a first section with smaller video than the rest, so don...James Stembridge
2003-06-03progressive_frame flag may be used to select how to convert yv12->yuy2Miguel Freitas
2003-06-02Accept Helix as a valid Real server (fix from MPlayer)James Stembridge
2003-06-02patch by Tim to kill the #ifdefs, replacing them with more portableMichael Roitzsch
2003-06-02nice patch, we should keep it for laterMichael Roitzsch
2003-06-02since this might be dangerous to speakers, we should increase the experience ...Michael Roitzsch
2003-06-02Remove un-needed IMDCT message.James Courtier-Dutton
2003-06-02new event which inform UI when the mouse pointer enter and leave a spu button...Daniel Caujolle-Bert
2003-06-02that should fix compilation problems with some gcc / cflags combinationMiguel Freitas
2003-06-01Work around for users with an oss sound card with spdif, but the soundJames Courtier-Dutton
2003-05-31update video out api to allow better frame management (explicit locking)Miguel Freitas
2003-05-31provide yv12 to yuy2 conversionMiguel Freitas
2003-05-31do not probe audio_none_outMiguel Freitas
2003-05-31added placeholder fourccs for On2 VPx videoMike Melanson
2003-05-31FLI demuxer now operates over non-seekable inputMike Melanson
2003-05-30skip encoding, when the device has been assigned to the dxr3 decoderMichael Roitzsch
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