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