| Age | Commit message (Expand) | Author |
| 2007-12-14 | Remove extra #ifdef, and just include ff_dvdata.h header. | Diego 'Flameeyes' Pettenò |
| 2007-12-14 | Make ff_dvdata.h include system headers for FFmpeg. | Diego 'Flameeyes' Pettenò |
| 2007-12-14 | Import a copy of dvdata.h from FFmpeg for the dvaudio_decoder. | Diego 'Flameeyes' Pettenò |
| 2007-12-14 | Remove tests for HAVE_FFMPEG. | Diego 'Flameeyes' Pettenò |
| 2007-12-14 | Remove internal FFmpeg reference from build system. | Diego 'Flameeyes' Pettenò |
| 2007-12-12 | Merge from 1.2 main. | Diego 'Flameeyes' Pettenò |
| 2007-12-12 | Replace usage of xine_xmalloc_aligned() with av_mallocz() from libavutil, lin... | Diego 'Flameeyes' Pettenò |
| 2007-12-11 | Use FFMPEG_* variables and reduce conditional. | Diego 'Flameeyes' Pettenò |
| 2007-12-11 | Bump the interface version for video decoder plugins. | Diego 'Flameeyes' Pettenò |
| 2007-12-11 | Bump the interface version for audio decoder plugins. | Diego 'Flameeyes' Pettenò |
| 2007-12-11 | Use default_*_class_dispose macro whenever the class dispose function only ca... | Diego 'Flameeyes' Pettenò |
| 2007-12-11 | Use N_() rather than _(), passing the string just once to gettext(). | Diego 'Flameeyes' Pettenò |
| 2007-12-11 | Update all misc plugins to the new identifier/description interface. Add _() ... | Diego 'Flameeyes' Pettenò |
| 2007-12-09 | Merge from 1.1. | Darren Salt |
| 2007-12-09 | Enable the WMV VC1 (ffmpeg) codec. | Darren Salt |
| 2007-12-07 | Merge from 1.1. | Diego 'Flameeyes' Pettenò |
| 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 | Merge from 1.1. | Darren Salt |
| 2007-11-10 | Fix interfacing FFmpeg especially for interlaced content. | Reinhard Nißl |
| 2007-11-09 | Merge FSF address changes from 1.1 branch. | Diego 'Flameeyes' Pettenò |
| 2007-11-09 | Update FSF address on non-contributed code and COPYING files. | Diego 'Flameeyes' Pettenò |
| 2007-10-31 | Merge from 1.1. | Darren Salt |
| 2007-11-01 | Improve interfacing FFmpeg especially for interlaced content. | Reinhard Nißl |
| 2007-10-23 | Merge from 1.1, updating plugin Conflicts/Replaces accordingly. | Darren Salt |
| 2007-10-23 | Generate video_step from stream and work around wrong field duration. | Reinhard Nißl |
| 2007-10-03 | Merge from 1.1. | Darren Salt |
| 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-16 | Merge open()/glibc (debug #define) workaround from 1.1; fix up for 1.2 changes. | Darren Salt |
| 2007-08-15 | Workaround for recent glibc & -D_FORTIFY_SOURCE=2 (defines open() as a macro). | Darren Salt |
| 2007-07-02 | Merge with 1.1. | Diego 'Flameeyes' Pettenò |
| 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-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-12 | A nice simple merge from 1.1. | Darren Salt |
| 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-05-12 | More configure/Makefile cleanups | Matt Messier |
| 2007-05-08 | Merge changes from main 1.2 repository | Matt Messier |
| 2007-05-08 | Merge from 1.1. | Darren Salt |
| 2007-05-08 | RIP: AC_OPTIMIZATIONS | Matt Messier |
| 2007-04-16 | Fix ffmpeg_config.h build, so that make distchecks works. | Diego 'Flameeyes' Pettenò |
| 2007-04-15 | Initialize image size in bmiheader with data from AVCodecContext, if still un... | Reinhard Nißl |