summaryrefslogtreecommitdiff
path: root/src/libffmpeg
AgeCommit message (Expand)Author
2007-04-16Fix ffmpeg_config.h build, so that make distchecks works.Diego 'Flameeyes' Pettenò
2007-04-15Only declare ffmpeg_config.h as built source when using internal FFmpeg.Diego 'Flameeyes' Pettenò
2007-04-14The other half of the dependencies fix.Darren Salt
2007-04-14Fix dependencies so that ffmpeg_config.h is built before trying to build xine...Diego 'Flameeyes' Pettenò
2007-04-09Remove stray FFmpeg code.Diego 'Flameeyes' Pettenò
2007-04-09Check for external FFmpeg before checking if the given decoder wasDiego 'Flameeyes' Pettenò
2007-04-09Check for include files in the included libavcodec directory.Diego 'Flameeyes' Pettenò
2007-04-09Use ffmpeg_config.h only when using internal FFmpeg.Diego 'Flameeyes' Pettenò
2007-04-07Declare ffmpeg_config.h part of sources for the decode plugin.Diego 'Flameeyes' Pettenò
2007-04-07ffmpeg_config.h is no more generated by (xine-lib's) configure, so copy it fr...Diego 'Flameeyes' Pettenò
2007-04-07Remove the fake avcodec_register_all() function for internal FFmpeg.Diego 'Flameeyes' Pettenò
2007-04-07Remove diff_to_ffmpeg_cvs.txt file from EXTRA_DIST, as if we'll still need it...Diego 'Flameeyes' Pettenò
2007-04-04Merge with main repository.Diego 'Flameeyes' Pettenò
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-04Don't define dv_pack_type, although something is fuzzy, as dvdata.h is not ex...Diego 'Flameeyes' Pettenò
2007-04-03Merge tonight's changes to main branch.Diego 'Flameeyes' Pettenò
2007-04-03Rationalise use of .hgignore, removes a bunch of files that only ignored auto...Diego 'Flameeyes' Pettenò
2007-04-03Support the new makefile style for FFmpeg building.Diego 'Flameeyes' Pettenò
2007-04-03Always include <avcodec.h>, -I will take care of finding the right one.Diego 'Flameeyes' Pettenò
2007-04-03Merge changes happened in 1.1 development.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-12-02Start working on a branch where FFmpeg is not copied, patched and carved to b...Diego 'Flameeyes' Pettenò