| Age | Commit message (Expand) | Author |
| 2007-04-03 | Merge changes happened in 1.1 development. | 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 | Collapse seven integers used as boolean into 1-bit fields. Helps also reducin... | 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-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 | Added BUF_VIDEO_VP6F (Flash VP6). | Claudio Ciccani |
| 2007-01-13 | * ffmpeg update to 51.28.0 | Miguel Freitas |
| 2006-12-02 | wmv9 is already provided by ffmpeg-wmv9 with lower priority | Miguel Freitas |
| 2006-12-02 | Start working on a branch where FFmpeg is not copied, patched and carved to b... | 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-08-02 | hook up new FFmpeg decoders, including VC-1/WMV9 | Mike Melanson |
| 2006-06-18 | Misc warnings fixes. | Diego 'Flameeyes' Pettenò |
| 2005-11-04 | Added lock/unlock around find/open/close ffmpeg calls. | Thibaut Mattern |
| 2005-10-29 | import the Duck TrueMotion 2 decoder from FFmpeg | Mike Melanson |
| 2005-10-05 | Fixed sync problems with mjpg. | Thibaut Mattern |
| 2005-07-25 | *BUGFIX* | Thibaut Mattern |
| 2005-06-10 | Try to fix aspect ratio, one more time... | Thibaut Mattern |
| 2005-06-09 | Fixed aspect ratio handling. | Thibaut Mattern |
| 2005-06-06 | Fixed frame duration. | Thibaut Mattern |
| 2005-06-04 | Fix handling of BUF_FLAG_FRAMERATE and BUF_FLAG_ASPECT | James Stembridge |
| 2005-05-30 | **BUGFIX** | James Stembridge |
| 2005-05-28 | new Fraps FPS1 decoder | Mike Melanson |
| 2005-05-16 | **BUGFIX** | James Stembridge |
| 2005-05-06 | syncing to FFmpeg libavcodec build 4754; hook up the Indeo 2 decoder, | Mike Melanson |
| 2005-04-26 | Fixed problem with RV10 and RV20. | Thibaut Mattern |
| 2005-04-26 | Delay the avcodec_open call to the first buffer without the HEADER flag. | Thibaut Mattern |
| 2005-04-24 | Fixed deadlock when ffmpeg returned 0 consumed byte: | Thibaut Mattern |
| 2005-04-22 | - Fixed BUF_FLAG_SPECIAL handling. | Thibaut Mattern |
| 2005-04-21 | Readded new buffer types. | Thibaut Mattern |
| 2005-04-21 | - big cleanup | Thibaut Mattern |
| 2005-04-19 | add support for a bunch of new FFmpeg codecs, corresponding to FFmpeg | Mike Melanson |
| 2005-04-16 | - Add support for the MJPEG-B format fixes playback of aqt_480p_mjpb.mov | Bastien Nocera |
| 2004-12-16 | Do not trust ffmpeg and check length validity. | Thibaut Mattern |
| 2004-12-16 | use UTF-8 meta info setting, where we know the string is ASCII | Michael Roitzsch |
| 2004-12-12 | huge patch ahead: reorganizing config entries with automatic conversion | Michael Roitzsch |
| 2004-12-08 | workaround weird 120fps streams by forcing VIDEO_PTS_MODE. code to obtain | Miguel Freitas |
| 2004-09-26 | - almost finalize headers refactoring needed for MSVC frontends (and for other | František Dvořák |
| 2004-09-22 | - added cropping capability (thanks James Stembridge) | Miguel Freitas |
| 2004-09-20 | Do never memcpy the buffer if the stream is mpeg1/2. | Thibaut Mattern |
| 2004-09-14 | Fix palette based codecs | James Stembridge |
| 2004-09-14 | - Add support for 3ivx video (doesn't work in QT streams yet) | Bastien Nocera |
| 2004-09-12 | add missing bracket (only in the text, no compilation problem) | Michael Roitzsch |
| 2004-09-12 | Unbreak ffmpeg mpeg-1/2 decoding | James Stembridge |
| 2004-09-11 | Properly pad buffers | James Stembridge |
| 2004-09-11 | Support for H.264/AVC video | James Stembridge |
| 2004-08-16 | header inclusion has to depend on the configure detection, because when | Michael Roitzsch |