summaryrefslogtreecommitdiff
path: root/src/demuxers
AgeCommit message (Expand)Author
2004-12-12Code cleanups and elimination of some compiler warnings; patch courtesy of AL13NAndre Pang
2004-12-10tags for AAC, MPEG4 and H264Miguel Freitas
2004-12-09have parse_pes_header modify buf->decoder_info[2] directly. cleanup.Mike Lampard
2004-12-09send PES packet size via decoder_info[2] instead of buf->type.Mike Lampard
2004-12-03remove unused lenbytes calculation in cmml handlerConrad Parker
2004-12-03Fixed audio/video sync.Thibaut Mattern
2004-12-01support PMT sections larger than 1 ts packetMike Lampard
2004-11-30- added resync codeThibaut Mattern
2004-11-19Skip video data until one keyframe is detected.Thibaut Mattern
2004-11-13.m4a is, more generically, MPEG-4 audioAndre Pang
2004-11-12QuickTime demuxer can demux iTunes's .m4a files tooAndre Pang
2004-11-01Fixed packet seq handling.Thibaut Mattern
2004-10-25improve reliability of channel changing for dvb streamsMike Lampard
2004-10-21fix for some ac3 streamsMike Lampard
2004-10-18Fix resync code performance problem.Thibaut Mattern
2004-10-18patch by Gert Vervoort to handle AC3 audio when the sync word (0x0b 0x77)Miguel Freitas
2004-10-188 bits .au support (fixes Rendezvous2.au)Miguel Freitas
2004-10-16Mace decoder hackThibaut Mattern
2004-10-15Check odml index validity.Thibaut Mattern
2004-10-14Barry Scott's fix (no audio for v4l after mpeg plays)Miguel Freitas
2004-10-13Support more ODML tags.Thibaut Mattern
2004-10-13don't segfault with stdin:/ and indexless streamsDaniel Caujolle-Bert
2004-09-22Do not segfault if there is no seekpoint.Thibaut Mattern
2004-09-20Build system improvements:František Dvořák
2004-09-17Warning patch for Win32 - casted off_t to intmax_t for printing.František Dvořák
2004-09-11Support for H.264/AVC videoJames Stembridge
2004-09-09Identify CMML (Continuous Media Markup Language) logical bitstreams in AnnodexAndre Pang
2004-09-02Warnings on WIN32.František Dvořák
2004-09-02- remove C99 declaration usageBastien Nocera
2004-09-01demux_ogg.c:Andre Pang
2004-09-01Added more fine-grained logging to Ogg demuxer to make output easier to followAndre Pang
2004-08-30add support for speex headers in new location (eg. <speex/speex.h>) forConrad Parker
2004-08-28Improve handling of Transport Mpeg streams.James Courtier-Dutton
2004-08-27generic mechanism for specifying subtitles encoding at demuxer levelMiguel Freitas
2004-08-27MINGW32 port. Engine library and most of plugins compiles now.František Dvořák
2004-08-21little cleanup and improved the playback of broaken iff filesManfred Tremmel
2004-08-19Don't read past end of index when seeking to end of fileJames Stembridge
2004-08-18allow seaking to end of fileJames Stembridge
2004-08-181) Always store fourcc's in machine endian orderJames Stembridge
2004-08-17Show where error messages are coming fromJames Stembridge
2004-07-30possibly fix the sync problem recently reported on xine-develMiguel Freitas
2004-07-25a buffer of size 1024 can only be filled with 1023 charactersMichael Roitzsch
2004-07-20removing unused structure memberMichael Roitzsch
2004-07-19merging some VDR patches from ReinhardMiguel Freitas
2004-07-14Moritz patch for matroska vobsub supportMiguel Freitas
2004-07-11better detection by extension for mpeg_block (thanks to James Slorach)Michael Roitzsch
2004-07-10Fix for Annodex/Ogg demuxer when detection by extension is used; credit toAndre Pang
2004-07-10Split detect_content function into detect_ogg_content and detect_anx_contentAndre Pang
2004-07-09buffer should be large enought (Thibaut's hunt)Daniel Caujolle-Bert
2004-07-09Ogg demuxer:Andre Pang