Age | Commit message (Expand) | Author |
2008-04-14 | dsputil_mmx.c compile failure with gcc 4.3 i386. Building as non-PIC "fixes" it. | Darren Salt |
2008-03-18 | Move ffmpeg plugin code into src/combined/ffmpeg & adapt for current ffmpeg. | Darren Salt |
2008-03-12 | Tidy up ffmpeg includes a bit. | Darren Salt |
2008-03-06 | CVS broken with built-in ffmpeg | Chris Rankin |
2008-03-02 | Fix compilation with older external ffmpeg. | Darren Salt |
2008-03-01 | Support the new FFmpeg include layout. Now the same include directive should ... | Diego 'Flameeyes' Pettenò |
2008-01-05 | Enable the VMware Screen codec (ffmpeg). | Darren Salt |
2008-01-01 | Avoid potential install-time mislinkage against libxine.so.2. | Darren Salt |
2007-12-31 | Add a missing initialisation. | Reinhard Nißl |
2007-12-31 | Provide FFmpeg options skip_loop_filter and choose_speed_over_accuracy. | Reinhard Nißl |
2007-12-09 | Enable the WMV VC1 (ffmpeg) codec. | Darren Salt |
2007-12-07 | Don't try to free the frame if it's not allocated. Fixes bug FS#3. | Diego 'Flameeyes' Pettenò |
2007-12-07 | Fix compilation of DXR3 support with external ffmpeg. Untested with actual DXR3. | Darren Salt |
2007-11-10 | Delete most of the CVS $Id$/$Log$ lines. | Darren Salt |
2007-11-10 | Fix interfacing FFmpeg especially for interlaced content. | Reinhard Nißl |
2007-11-09 | Update FSF address on non-contributed code and COPYING files. | Diego 'Flameeyes' Pettenò |
2007-11-01 | Improve interfacing FFmpeg especially for interlaced content. | Reinhard Nißl |
2007-10-23 | Generate video_step from stream and work around wrong field duration. | Reinhard Nißl |
2007-10-01 | Add UI option to configure FFmpeg's video decoder thread count. | Reinhard Nißl |
2007-10-01 | Set PTS even for bad frames to improve syncing of audio and video. | Reinhard Nißl |
2007-10-01 | Fix allocation of 0x0 frame when frame size is still unknown. | Reinhard Nißl |
2007-08-15 | Workaround for recent glibc & -D_FORTIFY_SOURCE=2 (defines open() as a macro). | Darren Salt |
2007-07-02 | Fix demuxing of wavpack files, and avoid crashing with the tags at the end of... | Diego 'Flameeyes' Pettenò |
2007-06-16 | Rename the BE/LE/ME macros with a _X_ prefix, so they don't clash with Solari... | Diego 'Flameeyes' Pettenò |
2007-06-14 | Fix building, missing include path. | Albert Lee |
2007-06-14 | Init mpegvideo only once (fixes when MMX and mediaLib are both present). | Albert Lee |
2007-06-14 | Init dsputil only once (fixes when MMX and mediaLib are both present). | Albert Lee |
2007-06-09 | Add $(LTLIBINTL) wherever objdump -R shows a dependency on gettext functions. | Darren Salt |
2007-05-17 | Convert comments (and the occasional string where it doesn't matter) to UTF-8. | Darren Salt |
2007-05-06 | Merge Reinhard Nissl's ffmpeg fixes. | Darren Salt |
2007-04-15 | Initialize image size in bmiheader with data from AVCodecContext, if still un... | Reinhard Nißl |
2007-04-10 | Allow xine-lib to be built with CFLAGS='-O0 -g3' by changing optimization | Reinhard Nißl |
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 |