summaryrefslogtreecommitdiff
path: root/src/libffmpeg/xine_decoder.c
AgeCommit message (Expand)Author
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
2002-05-25patch from Michael Roitzsch:Siggi Langauf
2002-05-01big cleanup on plugin dispose handling, small improvements on version handlin...Guenter Bartsch
2002-04-27Gert Vervoort's aspect ratio patchMiguel Freitas
2002-04-23Increment audio/video/spu decoder and input plugin API version numberEwald Snel
2002-04-23Fix memory leaks by disposing input, demux and decoder plugins at exitEwald Snel
2002-04-21really handle reported typesMiguel Freitas
2002-04-20differentiating mpeg-4 formats even more, divx5 apparently is not completely ...Guenter Bartsch
2002-04-09- new (fast) demuxer seeking schemeMiguel Freitas
2002-04-01check preview flagMiguel Freitas
2002-03-17make ffmpeg recognize asf frame rate hints, small asf demuxer fixesGuenter Bartsch
2002-03-11metronom and demuxers should work again (although not all demuxers are fully ...Guenter Bartsch
2002-02-09the long-awaited video_out changes, not completely debuged (races)Guenter Bartsch
2002-01-28patches from Ewald Snel (finish metronom sync loop on xine exit, initializeMiguel Freitas
2002-01-18enable divx playing on slow machines! (by skipping frames when late)Miguel Freitas
2002-01-15another codec/buftypes updateMiguel Freitas
2002-01-05updates for closed caption decoderMiguel Freitas