summaryrefslogtreecommitdiff
path: root/src/libffmpeg
AgeCommit message (Expand)Author
2007-04-06Remove executable status from all files which shouldn't have it.Darren Salt
2007-04-04Fix xine_encoder.c presence in EXTRA_DIST.Diego 'Flameeyes' Pettenò
2007-04-04Rename FFmpeg plugins' sources so that there are no conflicts with other sour...Diego 'Flameeyes' Pettenò
2007-04-03Rationalise use of .hgignore, removes a bunch of files that only ignored auto...Diego 'Flameeyes' Pettenò
2007-04-02Migrate all .cvsignore files to .hgignore.Diego 'Flameeyes' Pettenò
2007-04-01Fix MANGLE macro for libpostproc on Darwin (applied on FFmpeg already). Thank...Diego 'Flameeyes' Pettenò
2007-03-29Reorder fields, use a bitmask to reduce the size, and change width and height...Diego 'Flameeyes' Pettenò
2007-03-29A little more reordering sparing a 4 bytes hole.Diego 'Flameeyes' Pettenò
2007-03-29Create and initialise the mpeg parser only when actually needed, and dispose ...Diego 'Flameeyes' Pettenò
2007-03-29Add a dispose function to clean the allocated buffer.Diego 'Flameeyes' Pettenò
2007-03-29Collapse seven integers used as boolean into 1-bit fields. Helps also reducin...Diego 'Flameeyes' Pettenò
2007-03-29Allocate chunk_buffer when initialising the parser, rather than having it inl...Diego 'Flameeyes' Pettenò
2007-03-22Instead of defining HAVE_ASMALIGN_POT during configure and then creating the ...Diego 'Flameeyes' Pettenò
2007-03-22Fix crosscompile to use build and host definition from autoconf, rather than ...Diego 'Flameeyes' Pettenò
2007-03-03Instead of using a padding of arbitrary 32-bits by hand, use memset with the ...Diego 'Flameeyes' Pettenò
2007-02-17fix ffmpeg includes for sparc, seeReinhard Tartler
2007-01-28another ffmpeg sync to include h264 security fixesMiguel Freitas
2007-01-25Fixed build for srcdir != builddir.František Dvořák
2007-01-21CONFIG_FLV1_DECODER should be CONFIG_FLV_DECODER.Claudio Ciccani
2007-01-15Fixed a couple of typosMathieu Olivier
2007-01-15this->context may be NULL - avoid dereferencing it (and segfaulting) if it is.Darren Salt
2007-01-14Remove ffmpeg_config.h on "make distclean".Darren Salt
2007-01-14Added BUF_VIDEO_VP6F (Flash VP6).Claudio Ciccani
2007-01-14ops, missing fileMiguel Freitas
2007-01-14Add another CONFIG_ENCODERS guard to kill an implicit fn declaration warning.Darren Salt
2007-01-13 * ffmpeg update to 51.28.0Miguel Freitas
2006-12-30When building encoders, mjpeg is needed too.Darren Salt
2006-12-26Add WavPack to the list of supported audio streams FFmpeg can decode.Diego 'Flameeyes' Pettenò
2006-12-21Improve the compiler optimisation failure workaround.Darren Salt
2006-12-15Added BUF_AUDIO_FLVADPCM (Flash ADPCM).Claudio Ciccani
2006-12-04trying an updated ffmpeg version (51.25.0)Miguel Freitas
2006-12-02wmv9 is already provided by ffmpeg-wmv9 with lower priorityMiguel Freitas
2006-11-21Security fix addon to r5369 of mplayer svn.Matthias Hopf
2006-10-13Revert my latest change, broke more than it fixed... now this means that the ...Diego 'Flameeyes' Pettenò
2006-10-11Use av_parser to decode audio, should make MP3 playback saner. Don't override...Diego 'Flameeyes' Pettenò
2006-09-27Free memory before return. Import revision 6351 of FFmpeg CVS by Kostya. Foun...Diego 'Flameeyes' Pettenò
2006-09-26Don't use the size in bytes of the frame_rate_tab table, it will not correspo...Diego 'Flameeyes' Pettenò
2006-09-18Added comment about the workaround.Thibaut Mattern
2006-09-18Always use our own get_buffer/release_buffer function.Thibaut Mattern
2006-09-13Fix the debug build.František Dvořák
2006-09-12Rewrite external ffmpeg support by using pkg-config rather than ad-hoc tests....Diego 'Flameeyes' Pettenò
2006-09-10Allow xine-lib to compile with gcc 4.1.1.James Courtier-Dutton
2006-08-13patch to fix compilation with gcc 4.0 and -fPICMiguel Freitas
2006-08-04re-enable the QDesign audio decoder that was accidently disabled duringMike Melanson
2006-08-02Fix a typo which prevents build from tarball (missing file).Darren Salt
2006-08-02Missing "\".Darren Salt
2006-08-02fix for debug builds; this will eventually get upstream into the official FFm...Mike Melanson
2006-08-02disable building of Snow codec for now; it's still experimental and has troub...Mike Melanson
2006-08-02updated diff fileMike Melanson
2006-08-02more residual from latest FFmpeg syncMike Melanson