summaryrefslogtreecommitdiff
path: root/src/libffmpeg
AgeCommit message (Expand)Author
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
2004-05-09syncMiguel Freitas
2004-05-09Little optimization.Thibaut Mattern
2004-04-26typo fixMichael Roitzsch
2004-04-26housekeepingMichael Roitzsch
2004-04-26typo fixMichael Roitzsch
2004-04-26help strings added for all remaining config entries (so I hope)Michael Roitzsch
2004-04-26Fix build process when srcdir != builddir.František Dvořák
2004-04-25ffmpeg syncMiguel Freitas
2004-04-19Store postprocessing in class so we don't have to use internal pointer hackJames Stembridge
2004-04-19Output frames according to the width and height given by the demuxer - fixes ...James Stembridge
2004-04-15patch by Marcel Janssen adds proper pitch support to the libavcodec encoderMichael Roitzsch
2004-03-17missing headerxine-1-rc3b-release1-rc3bDaniel Caujolle-Bert
2004-03-17fix ffmpeg breakageDaniel Caujolle-Bert
2004-03-17Patch from Bill Fink to fix DV audio endianness problem for big-endianStephen Torri
2004-03-16By popular request, dv audio decodingJames Stembridge
2004-03-16changing decoder priorities:Michael Roitzsch
2004-03-15fix idct function prototype and remove extraenous brace (thanks Robin)Mike Melanson
2004-03-14Move real 14.4 and 28.8 header parsing to ffmpeg decoderJames Stembridge
2004-03-14hooked up ffmpeg support for QT RLE; altered handling of 32-bit ARGBMike Melanson
2004-03-14tree diffs as of build 4707Mike Melanson
2004-03-14sync to ffmpeg build 4707Mike Melanson
2004-03-14new ffmpeg files for build 4707Mike Melanson
2004-03-13Fix MS ADPCM decodingJames Stembridge
2004-03-09hook up ffmpeg's Flash Video supportMike Melanson
2004-03-03limit the framerate to valid MPEG range and switch ffmpeg into non-strict modeMichael Roitzsch
2004-03-03use the _x_abort() macro instead of abort, since it prints some debug infoMichael Roitzsch
2004-02-29Various compilation fixes and updates:František Dvořák
2004-02-20Fixed detection of linux framebuffer support. Included xineutils.h in dsputil...Robin KAY
2004-02-14Read aspect when BUF_FLAG_ASPECT is setJames Stembridge
2004-02-14Only use aspect ratio given by ffmpeg if it isn't equal to 0.0James Stembridge
2004-02-09*) Only read frame duration when BUF_FLAG_FRAMERATE is setJames Stembridge