summaryrefslogtreecommitdiff
path: root/src/libffmpeg
AgeCommit message (Expand)Author
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-06Remove executable status from all files which shouldn't have it.Darren Salt
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ò
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ò