Age | Commit message (Expand) | Author |
2007-10-03 | Merge from 1.1. | Darren Salt |
2007-10-01 | Fix incorrect H.264 detection on successive MPEG1/2 B frames. | Reinhard Nißl |
2007-09-09 | Merge from 1.1. | Darren Salt |
2007-09-09 | fix spudvb decoder update | Christophe Thommeret |
2007-09-09 | Fix switching DVB subtitles channels. | Christophe Thommeret |
2007-08-21 | Merge from 1.1. | Darren Salt |
2007-08-17 | mpeg_ts multiple audio streams fix + spu lang fix | Christophe Thommeret |
2007-07-08 | Merge from 1.1. | Darren Salt |
2007-07-08 | Patch: mpeg_ts + ffmpeg | Christophe Thommeret |
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-15 | Fix more signedness warnings. | Diego 'Flameeyes' Pettenò |
2007-06-15 | Use unsigned integers as buffer for the header. | Diego 'Flameeyes' Pettenò |
2007-06-15 | Fix signs. | Diego 'Flameeyes' Pettenò |
2007-06-15 | Use memcmp rather than manual checks. | Diego 'Flameeyes' Pettenò |
2007-06-15 | Cast the -1 comparison. | Diego 'Flameeyes' Pettenò |
2007-06-14 | Merge from 1.1 branch. | Diego 'Flameeyes' Pettenò |
2007-06-13 | Fix compiler warning (pointer arithmetic). | Albert Lee |
2007-06-12 | A nice simple merge from 1.1. | Darren Salt |
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-09 | Fix %d -> %zd for size_t parameter. | Diego 'Flameeyes' Pettenò |
2007-06-09 | Remove unused variables. | Diego 'Flameeyes' Pettenò |
2007-06-09 | Remove unused variable. | Diego 'Flameeyes' Pettenò |
2007-06-08 | Properly read metadata for the file, the structure is more complex than it wa... | Diego 'Flameeyes' Pettenò |
2007-06-08 | Fix metadata parser. | Diego 'Flameeyes' Pettenò |
2007-06-08 | Mark some stuff constant, reduce scope of a few other variables. | Diego 'Flameeyes' Pettenò |
2007-06-08 | More conversion to switches. | Diego 'Flameeyes' Pettenò |
2007-06-08 | More switches in parse_reference_atom. | Diego 'Flameeyes' Pettenò |
2007-06-08 | Use a switch statement even for the parsing of trak atom. | Diego 'Flameeyes' Pettenò |
2007-06-08 | Update parse_meta_atom to use a switch case rather than a series of if. By th... | Diego 'Flameeyes' Pettenò |
2007-06-08 | Add two missing alloca.h includes and clean up one other. | Darren Salt |
2007-06-05 | Use XINE_PACKED rather than __attribute__((__packed__)). | Diego 'Flameeyes' Pettenò |
2007-06-04 | Merge from 1.1. | Darren Salt |
2007-06-03 | [patch] Fix video pid misdetection | Andrew de Quincey |
2007-06-02 | Merge from 1.1; handle Debian packaging fallout from the merge. | Darren Salt |
2007-06-01 | Collapse the Ogg demuxer, and the Theora, Vorbis and Speex decoders in the sa... | Diego 'Flameeyes' Pettenò |
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ò |