Age | Commit message (Expand) | Author |
2007-11-25 | patch adding additional ID3 genres | Maximilian Schwerin |
2007-11-24 | Add option to disable Nosefart/NSF plugin building. | Diego 'Flameeyes' Pettenò |
2007-11-23 | Merge. | Darren Salt |
2007-11-23 | fix read_ogg_packet to really read all of the data; don't go into DEMUX_FINIS... | Matthias Kretz |
2007-11-18 | Get filesize from metadata, when available. | Claudio Ciccani |
2007-11-18 | Implemented a faster method to seek to absolute position (seek+resync). | Claudio Ciccani |
2007-11-17 | Send headers using script information as reference (when available). | Claudio Ciccani |
2007-11-13 | Fix a possible DVB plugin crash when switching channels. | Darren Salt |
2007-11-12 | Do not mind about ASX playlist version. | Claudio Ciccani |
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-13 | Use the stream's audio_fifo as it hasn't been reported on the demuxer's insta... | Diego 'Flameeyes' Pettenò |
2007-04-10 | Replace the duplicated meFOURCC macro with ME_FOURCC that is declared in bswa... | Diego 'Flameeyes' Pettenò |
2007-04-08 | Mark various private arrays, structs & fn parameters as static and/or const. | Darren Salt |
2007-04-07 | Use CC_ATTRIBUTE_FORMAT; replace __attribute((format(printf, ...))) accordingly. | Darren Salt |
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-02 | Assume that the audio stream is AC3 on PMTs with ID 0x6a, rather than doing e... | Diego 'Flameeyes' Pettenò |
2007-04-02 | Rename no_spu_tracks to spu_tracks_count and MAX_NO_SPU_TRACKS to MAX_SPU_TRA... | Diego 'Flameeyes' Pettenò |
2007-04-02 | Remove extraneous debug printf(). | Diego 'Flameeyes' Pettenò |
2007-04-01 | Support multiple audio PID in MPEG TS. Patch by Julian Scheel (slightly modif... | Diego 'Flameeyes' Pettenò |