summaryrefslogtreecommitdiff
path: root/src/libffmpeg
AgeCommit message (Expand)Author
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-29Replace all exit(1) with abort().James Courtier-Dutton
2002-04-28last 0.9.9 preparations, disable ffmpeg debug output, error message fix for ossGuenter Bartsch
2002-04-27Gert Vervoort's aspect ratio patchMiguel Freitas
2002-04-26Some minor changes to make libavcodec compibale with Sun's Forte compilerJuergen Keil
2002-04-25Need be2me_32() declaration.Daniel Caujolle-Bert
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-06update to latest ffmpeg cvs, this should add mpeg-4 bframe support :-) (BTW: ...Guenter Bartsch
2002-04-01check preview flagMiguel Freitas
2002-03-24Get rid of GLOBAL_CFLAGS, use CFLAGS instead. Note: maybe things are brokenDaniel Caujolle-Bert
2002-03-17make ffmpeg recognize asf frame rate hints, small asf demuxer fixesGuenter Bartsch
2002-03-12...missing filesGuenter Bartsch
2002-03-12updated ffmpeg to the latest ffmpeg-cvs, hopefully this will handle divx5 filesGuenter 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-25get_rl_index undefined, when the function cannot be inlinedJuergen Keil
2002-01-18enable divx playing on slow machines! (by skipping frames when late)Miguel Freitas
2002-01-15another codec/buftypes updateMiguel Freitas
2002-01-08'ar cr lib' without object files does not create an empty archive libraryJuergen Keil
2002-01-06this file documents all changes needed to be applied to the current ffmpegMiguel Freitas
2002-01-05updates for closed caption decoderMiguel Freitas
2002-01-02Correct spelling of __VA_ARGS__ macroJuergen Keil
2001-12-31removing gcc optimizations that broke ffmpeg. mmx asm code does not needMiguel Freitas
2001-12-30patch to compile on gcc3 by Chris RankinMiguel Freitas
2001-12-27updating ffmpeg to cvs version as 26-12-2001Miguel Freitas
2001-12-27- ffmpeg updateMiguel Freitas
2001-12-27updating ffmpeg to 26-12-2001 CVS versionMiguel Freitas
2001-12-11audio_decoder->reset() on discontinuitiesMiguel Freitas
2001-11-25Some little cleanups.Daniel Caujolle-Bert
2001-11-17Add 'xine_' prefix to all of xine-utils functions (what about cpuDaniel Caujolle-Bert
2001-11-13metronom logic changedHeiko Schaefer
2001-11-07codec fixesMiguel Freitas
2001-10-22Fixed libxineutils linking.Daniel Caujolle-Bert
2001-10-22introducing libxineutils and a this pointer for video_out_x11 callbacksGuenter Bartsch
2001-10-21more memcpy stuffMiguel Freitas
2001-10-18Bad type for quant_tab fixed. Code is intended to use negative values but doesJuergen Keil
2001-09-26libmpeg2 cleanups, more tweaks for still image display, implemented BUF_CONTR...Guenter Bartsch
2001-09-23Don't try to use "emms" on a pentium without MMXJuergen Keil
2001-09-18Fix typosJames Courtier-Dutton
2001-09-18ffmpeg apparently does not support MSMPEG4 v1/v2 format yet. Trying to handleJuergen Keil
2001-09-18this->size not initialized on first frame, ffmpeg video decoder accessesJuergen Keil