summaryrefslogtreecommitdiff
path: root/src/libffmpeg
AgeCommit message (Expand)Author
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
2006-08-02missing file from syncMike Melanson
2006-08-02hook up new FFmpeg decoders, including VC-1/WMV9Mike Melanson
2006-08-02sync FFmpeg treeMike Melanson
2006-08-02add new libavutil filesMike Melanson
2006-08-02sync to FFmpeg 51.11.0Mike Melanson
2006-08-02new FFmpeg filesMike Melanson
2006-07-12Avoid a debug/no-optimise build failure (seen on amd64).Darren Salt
2006-07-10Implement visibility support, available on GCC 4.0 and later and on some 3.4 ...Diego 'Flameeyes' Pettenò
2006-07-08Build VIS support for ffmpeg only if is enabled. When enabling VIS and user d...Diego 'Flameeyes' Pettenò
2006-07-08Remove A few hunks that are now fixed in FFmpeg's SVN.Diego 'Flameeyes' Pettenò
2006-07-05Add definition of PIC in presence of __PIC__ or __pic__, to fix building of F...Diego 'Flameeyes' Pettenò
2006-06-30Set the pixel format to YUV420P when encoding for Dxr3 cards, ffmpeg's mpeg e...Diego 'Flameeyes' Pettenò
2006-06-19Mark text as impure where necessary to fix build under Solaris/IA32.Robin KAY
2006-06-18Misc warnings fixes.Diego 'Flameeyes' Pettenò
2006-06-17Fix strict aliasing rules breakages where possible, enable -fno-strict-aliasi...Diego 'Flameeyes' Pettenò
2006-06-17Fix mpeg2 decoding with ffmpeg, thanks to Christer Palm (palm@nogui.se).Diego 'Flameeyes' Pettenò
2006-06-15Add missing include path to AM_CPPFLAGS. Needed for "common.h" by way of "../...Robin KAY
2006-06-02More static/const fixes from Gentoo. These should probably go upstream.Darren Salt