Age | Commit message (Expand) | Author |
2007-11-11 | Merge transplanted patches. | Darren Salt |
2007-11-10 | Delete most of the CVS $Id$/$Log$ lines. | Darren Salt |
2007-11-09 | Update FSF address on non-contributed code and COPYING files. | Diego 'Flameeyes' Pettenò |
2007-10-31 | Improve PTS wrap detection for large A/V offsets. | Reinhard Nißl |
2007-10-18 | fix issue with non-seekable stream in demux_flv | Claudio Ciccani |
2007-10-10 | Stop a really irritating fprintf() that really should not be. | Matt Messier |
2007-10-01 | Fix incorrect H.264 detection on successive MPEG1/2 B frames. | Reinhard Nißl |
2007-09-09 | fix spudvb decoder update | Christophe Thommeret |
2007-09-09 | Fix switching DVB subtitles channels. | Christophe Thommeret |
2007-08-17 | mpeg_ts multiple audio streams fix + spu lang fix | Christophe Thommeret |
2007-07-08 | Patch: mpeg_ts + ffmpeg | Christophe Thommeret |
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-13 | Fix compiler warning (pointer arithmetic). | Albert Lee |
2007-06-09 | Add $(LTLIBICONV) wherever objdump -R shows a dependency on iconv functions. | Darren Salt |
2007-06-09 | Add $(LTLIBINTL) wherever objdump -R shows a dependency on gettext functions. | Darren Salt |
2007-06-08 | Add two missing alloca.h includes and clean up one other. | Darren Salt |
2007-06-03 | [patch] Fix video pid misdetection | Andrew de Quincey |
2007-06-01 | Prioritise the musepack demuxer over mpgaudio, as sometimes the latter can mi... | Bram Verweij |
2007-05-31 | Patch: fix parsing qt/mov embedded refernces | Claudio Ciccani |
2007-05-29 | Actually id3v2_tagsize was used by demux_mpgaudio and demux_aac; but as it ma... | Diego 'Flameeyes' Pettenò |
2007-05-29 | Fix typo reporting ID3v2.4 tags as ID3v2.3. | Diego 'Flameeyes' Pettenò |
2007-05-29 | Print the invalid header flags when found. | Diego 'Flameeyes' Pettenò |
2007-05-29 | Add a comment about id3v2_istag function and remove id3v2_tagsize function (w... | Diego 'Flameeyes' Pettenò |
2007-05-29 | Correctly parse ID3 tags, and avoid skipping over them manually. This reduces... | Diego 'Flameeyes' Pettenò |
2007-05-02 | [PATCH] Remove packet count from demux_ts, to remove a long delay | Simon Farnsworth |
2007-05-02 | [PATCH] Enhance logging in demux_ts, input_dvb and video_out_xv | Simon Farnsworth |
2007-05-06 | Merge Reinhard Nissl's demuxer fixes. | Darren Salt |
2007-04-21 | Add support for MDHD version 1 atom in demux_qt. [bug #1679398] | Diego 'Flameeyes' Pettenò |
2007-04-17 | Fix DVD playback (was hanging when either the AC3 or DTS demuxers were probed). | Darren Salt |
2007-04-15 | Avoid sending BUF_FLAG_FRAME_END before the first frame. | Reinhard Nißl |
2007-04-14 | Use xine_xcalloc instead of xine_xmalloc when mutiplying the number of elemen... | Diego 'Flameeyes' Pettenò |
2007-06-13 | Use strndup rather than just strdup to avoid overflows. | Diego 'Flameeyes' Pettenò |
2008-04-14 | Remove a memset() rendered pointless by use of calloc(). | Darren Salt |
2008-04-14 | divide by zero in demux_qt.c | Colin Gibbs |
2008-04-07 | Fix vorbis initialization problem in the matroska demuxer due to my last vorb... | Thibaut Mattern |
2008-04-07 | Implement support for "MPEG-3 adu". | Jinghua Luo |
2008-04-07 | Move the sipro codec swap data & code into a common header. | Darren Salt |
2008-04-07 | Use ffmpeg's cook decoder and fix Real decoder bugs | Jinghua Luo |
2008-04-06 | Add some newer Ogg MIME types. | Darren Salt |
2008-04-05 | Fix a regression in the Matroska demuxer. | Darren Salt |
2008-03-31 | Revert a change which broke Quicktime atom parsing. | Darren Salt |
2008-03-30 | Add video/x-matroska. | Darren Salt |
2008-03-26 | calculate AIFF files samplerate from 80-bit float, fixes wrong playback of so... | Kirill Belokurov |
2008-03-28 | AIFF comment chunks are word-aligned, so we should seek extra byte for them | Kirill Belokurov |
2008-03-27 | read only full frames into buffer - otherwise decoder will lose trailing byte... | Kirill Belokurov |
2008-03-28 | More checking for memory allocation failures. | Darren Salt |
2008-03-26 | Be more careful with malloc(x+1), particularly on 32-bit. | Darren Salt |
2008-03-23 | Replace various malloc(x*sizeof(y)) with calloc(x,sizeof(y)). | Darren Salt |
2008-03-23 | Check for failure of various memory allocations. (SA29484) | Darren Salt |