summaryrefslogtreecommitdiff
path: root/src/libffmpeg/xine_decoder.c
AgeCommit message (Expand)Author
2003-01-10support for BUF_FLAG_FRAME_STARTStefan Holst
2003-01-08ffmpeg syncMiguel Freitas
2003-01-08fixes/cleanups of the handled/unhandled codecsMiguel Freitas
2003-01-07- implement XINE_STREAM_INFO_*_HANDLED for the ffmpeg decoderBastien Nocera
2002-12-23skip DV frames if needed (DV decoding is VERY cpu intensive)Miguel Freitas
2002-12-21Fix padding (ugly red bar in 'fra-sen-1.avi', right of image)Ewald Snel
2002-12-21- add buf->decoder_info_ptr: portability for systems where pointer hasMiguel Freitas
2002-12-18Don't append 'BUF_FLAG_SPECIAL' packets to frame dataEwald Snel
2002-12-17from utils.c: this should be called after seeking and before trying to decode...Miguel Freitas
2002-12-16that should fix wma decoding problems after seekingMiguel Freitas
2002-12-16Reenables width hack.Thibaut Mattern
2002-12-08discard previewMiguel Freitas
2002-12-06- sync with ffmpeg (that must fix heiko stream, thanks Michael Niedermayer)Miguel Freitas
2002-12-04pass the great responsibility of decoding SVQ1 data over to ffmpegMike Melanson
2002-12-02update ffmpeg, pass fourcc and other stuff that might be usefulMiguel Freitas
2002-11-20engine modifications to allow post plugin layer:Michael Roitzsch
2002-11-18forget about last data on reset()Miguel Freitas
2002-11-15Fix memory leak (1192KB/stream)Ewald Snel
2002-11-15cleaning up spu types. now avi subtitles may be enabled again.Miguel Freitas
2002-11-14cut & paste bandit strikes againMike Melanson
2002-11-13remove debug printf()'sMike Melanson
2002-11-12merge metronom's improvements (inform decoders about discontinuities)Miguel Freitas
2002-11-11preliminary cleanup. use avcodec_alloc_context() so ffmpeg can set the defaultMiguel Freitas
2002-11-11sync ffmpegMiguel Freitas
2002-10-31lower priority so that libmpeg2 is used againMichael Roitzsch
2002-10-31initial framework for supporting libavcodec's audio codecsMike Melanson
2002-10-29register new decodersMiguel Freitas
2002-10-28Don't use a default value for invalid frame_rate_code.Thibaut Mattern
2002-10-19more loggingGuenter Bartsch
2002-10-17move open_plugin function (used to create new plugin instances) from the plug...Michael Roitzsch
2002-10-14forgot to merge init functionGuenter Bartsch
2002-10-14added missing dispose function to video_decoder.h, ffmpeg compiles nowGuenter Bartsch
2002-09-18first steps towards implementing stream/meta infoGuenter Bartsch
2002-09-05remove plugin's private priority and interface membersMichael Roitzsch
2002-09-05make all the plugin init functions staticMichael Roitzsch
2002-09-04merging in the new_api branch ... unfortunately video_out / vo_scale is broke...Guenter Bartsch
2002-08-19try to make ffmpeg handle mpeg streams, try to handle buffers that contain mo...Guenter Bartsch
2002-07-30should fix Heiko's problem playing several avis in a rowMiguel Freitas
2002-07-15Add 'pitch' support to video decoders (pitch != width)Ewald Snel
2002-07-15update to ffmpeg cvsMiguel Freitas
2002-07-05- win32 bugfixesMiguel Freitas
2002-07-05Bump up version numbers due to changes in xine_tMichael Roitzsch
2002-07-01enable ffmpeg's msmpeg4 v1/v2.Miguel Freitas
2002-07-01- ffmpeg syncMiguel Freitas
2002-06-23really enable wmv1 decoding this timeMiguel Freitas
2002-06-12Remove no more needed XINE_LOGO.Daniel Caujolle-Bert
2002-06-09fix "tilting" problemMiguel Freitas
2002-06-07- demuxer cleanup (helper functions)Miguel Freitas
2002-06-04fix endianness (xine_bmiheader is already in machine format)Miguel Freitas
2002-06-03BITMAPINFOHEADER -> xine_bmiheader (now compatible with 64bit systems)Miguel Freitas