summaryrefslogtreecommitdiff
path: root/src/libffmpeg
AgeCommit message (Expand)Author
2004-09-27make it compile on sparc32 (without VIS) again...Siggi Langauf
2004-09-26 - almost finalize headers refactoring needed for MSVC frontends (and for otherFrantišek Dvořák
2004-09-22- added cropping capability (thanks James Stembridge)Miguel Freitas
2004-09-21Use ffmpeg buffer padding size.Thibaut Mattern
2004-09-20Do never memcpy the buffer if the stream is mpeg1/2.Thibaut Mattern
2004-09-14Fix palette based codecsJames Stembridge
2004-09-14- Add support for 3ivx video (doesn't work in QT streams yet)Bastien Nocera
2004-09-12including <unistd.h>, which has been removed from the global headersMichael Roitzsch
2004-09-12add missing bracket (only in the text, no compilation problem)Michael Roitzsch
2004-09-12Unbreak ffmpeg mpeg-1/2 decodingJames Stembridge
2004-09-11Properly pad buffersJames Stembridge
2004-09-11Support for H.264/AVC videoJames Stembridge
2004-09-04- fix compilation in non-debug modeBastien Nocera
2004-09-02- fix a compilation issue with gcc 3.3.xBastien Nocera
2004-09-01- fix the gcc 3.4 errors with inline functions by moving the functions aroundBastien Nocera
2004-08-27MINGW32 port. Engine library and most of plugins compiles now.František Dvořák
2004-08-26Using one internal ffmpeg header file from xine's copy with external ffmpeg.František Dvořák
2004-08-16header inclusion has to depend on the configure detection, because whenMichael Roitzsch
2004-08-16change CFLAGS to CPPFLAGSMichael Roitzsch
2004-08-04some compilers do not optimize these unused functions away themselves, soMichael Roitzsch
2004-08-02Compile fix when using internal ffmpeg libraryAndre Pang
2004-07-31New configure option --with-external-ffmpeg[=PREFIX].František Dvořák
2004-07-30possibly fix the sync problem recently reported on xine-develMiguel Freitas
2004-07-20Use lavc version of the mpeg rff flag.Thibaut Mattern
2004-07-20small DXR3 code cleanup:Michael Roitzsch
2004-07-18a sequence can be split.Thibaut Mattern
2004-07-18One more time.Thibaut Mattern
2004-07-18Argl, i always forget something. :<Thibaut Mattern
2004-07-18better mpeg-es parser.Thibaut Mattern
2004-07-03Fix accumulation buffer management.Thibaut Mattern
2004-07-01Use avcodec_align_dimensions for querying required frame dimension alignmentsJames Stembridge
2004-07-01Fix av sync for RV10 and RV20 streamsJames Stembridge
2004-06-28Fix a stupid bug causing a segfault with huffyuv_sample.avi test stream.Thibaut Mattern
2004-06-21* add one file missing in release (not critical, since unneeded)Michael Roitzsch
2004-06-13fix ffmpeg warningsMichael Roitzsch
2004-06-13PPC AltiVec fixMike Melanson
2004-06-12not all compilers strip unused static functions from object files.Miguel Freitas
2004-06-11fix init bug that manifests when decoder is not disposed betweenMike Melanson
2004-06-10flac.c is in the SOURCES now, no need to EXTRA_DIST itMichael Roitzsch
2004-06-10hook up ffmpeg's FLAC decoderMike Melanson
2004-06-06Don't assume buffer contains waveformatex header when BUF_FLAG_STDHEADER is s...James Stembridge
2004-06-05Support for deocoder init data split.Thibaut Mattern
2004-06-04shut up GCC.Daniel Caujolle-Bert
2004-06-01renamed symbol appropriately to avoid duplicate symbol references, followingConrad Parker
2004-05-30merge ffmpeg to fix compiler warningsMichael Roitzsch
2004-05-23NULL isn't a good default for a pointer ;) Fixes RV10 and RV20 decodingJames Stembridge
2004-05-15gcc 3.4.0 doesn't like function prototypes with the inline specifier. ffmpeg ...Robin KAY
2004-05-14trying to keep at least the most important parts up to dateMichael Roitzsch
2004-05-12Mpeg 1/2 decoding.Thibaut Mattern
2004-05-11preparation for rc4aMiguel Freitas