summaryrefslogtreecommitdiff
path: root/src/libffmpeg
AgeCommit message (Expand)Author
2002-10-09configure.ac:Stephen Torri
2002-10-08Add mediaLib accelerated 16x16 pixel ops to ffmpegJuergen Keil
2002-10-05fixing *pixels_tab stuffRobin KAY
2002-09-19another typo - now ffmpeg should be completeGuenter Bartsch
2002-09-19Updated cvscompile.sh to look for configure.acStephen Torri
2002-09-18first steps towards implementing stream/meta infoGuenter Bartsch
2002-09-16- sync ffmpeg to cvs (sorry Mike it still doesn't decode your teststream --Miguel Freitas
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-08-07- sync with ffmpeg cvsMiguel Freitas
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-15fix ffmpeg's default optionsMiguel Freitas
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-01new fileMiguel Freitas
2002-07-01- ffmpeg syncMiguel Freitas
2002-06-26Sun Forte cc refuses to initialize "const int" array with non-const expressions.Juergen Keil
2002-06-26C99 version of macro with variable arguments (for Sun Forte cc)Juergen Keil
2002-06-24revert volatile variable (weird gcc bug)Miguel Freitas
2002-06-23Fix Miguel's problem.Daniel Caujolle-Bert
2002-06-23really enable wmv1 decoding this timeMiguel Freitas
2002-06-23quick ffmpeg update (enables wmv1 decoding)Miguel Freitas
2002-06-23Let cvs ignore a lot of files that are built.Dennis Björklund
2002-06-22more cleanupSiggi Langauf
2002-06-22Fix missing files in tarball problem.Daniel Caujolle-Bert
2002-06-12Remove no more needed XINE_LOGO.Daniel Caujolle-Bert
2002-06-11missing header from distMiguel Freitas
2002-06-10*** empty log message ***Miguel Freitas
2002-06-10sync to ffmpeg cvs, trying to keep differences to a mininum.Miguel Freitas
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-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