summaryrefslogtreecommitdiff
path: root/src/demuxers
AgeCommit message (Expand)Author
2006-12-23Fixed mimetype description string.Claudio Ciccani
2006-12-22Check whether or not we are playing before calling input_plugin->seek_time().Claudio Ciccani
2006-12-19Privilege "max_bitrate" over "length" to compute the byterateClaudio Ciccani
2006-12-18Partially implemented RTSP seekability:Claudio Ciccani
2006-12-15Parse framerate information.Claudio Ciccani
2006-12-15Added BUF_AUDIO_FLVADPCM (Flash ADPCM).Claudio Ciccani
2006-12-15Parse script objects and extract stream information.Claudio Ciccani
2006-12-14Fixed video codec parsing (NOTE: we need vp6 codec from ffmpeg).Claudio Ciccani
2006-12-08Fixed duplicate and nonspecified postincrement due to macro call.Matthias Hopf
2006-11-29Fix a serious overflow for the asf_header, use an alloca() buffer while readi...Diego 'Flameeyes' Pettenò
2006-11-26Compute the average byterate for time based seeking.Claudio Ciccani
2006-11-21Compute (and return) the actual stream length.Claudio Ciccani
2006-11-19Fix warning.Diego 'Flameeyes' Pettenò
2006-11-14Make the misdetection of audio data as AAC less likely.Darren Salt
2006-11-14Implement decoding of A_MS/ACM streams in Matroska files. It is the equivamen...Diego 'Flameeyes' Pettenò
2006-11-14Fixed playback of AAC tracks using a non-standard codec ID in a Matroska fileMathieu Olivier
2006-11-12Distribute flacutils.hDiego 'Flameeyes' Pettenò
2006-11-11Fixed a potential crash when parsing a "moov" atom containing an unsupported ...Mathieu Olivier
2006-11-10Include xineutils so that lprintf macro is defined and the symbol is not unde...Diego 'Flameeyes' Pettenò
2006-11-10Properly set the video as unhandled if there are more video tracks unhandled ...Diego 'Flameeyes' Pettenò
2006-11-10Even if video is not handled, let's say that it is there, so the frontends ca...Diego 'Flameeyes' Pettenò
2006-11-09When a FLAC file has an ID3 tag at the start, skip it rather than saying that...Diego 'Flameeyes' Pettenò
2006-11-09Add support for playing OggFlac files (still not 100% complete, but will play...Diego 'Flameeyes' Pettenò
2006-10-16Fixed several warnings (but warnings due to APIs not solved).František Dvořák
2006-10-07Fixed segfault in demux_asf_dispose().Claudio Ciccani
2006-10-03Fixed crash with debugging on audio/video-only ASF streams,František Dvořák
2006-09-28Make sure that the demuxer reports an audio stream (and no video stream) so t...Diego 'Flameeyes' Pettenò
2006-09-26Don't check ebml value, after all dispose_ebml_parser() is just an alias to f...Diego 'Flameeyes' Pettenò
2006-09-24Before using audio_stream and video_stream indexes, check if they are set.Diego 'Flameeyes' Pettenò
2006-09-16Proper using CFLAGS when build ogg.František Dvořák
2006-09-15Fixed potential memory corruption.Thibaut Mattern
2006-09-14Suppose we're using a Speex version new enough to have the speex subdir every...Diego 'Flameeyes' Pettenò
2006-09-12Fixed iconv warnings on FreeBSD, fixed build w/o iconv but require it as defa...František Dvořák
2006-09-11handle stereo data that is only 8 bits in resolutionMike Melanson
2006-09-07Added common asf header parser.Thibaut Mattern
2006-09-03Send to the decoder the proper header, this way FFmpeg can decode mp3 files w...Diego 'Flameeyes' Pettenò
2006-08-13move image presentation support to xine-libMiguel Freitas
2006-08-12don't report extensions/mimetypes if required decoder is missingMiguel Freitas
2006-08-08port of the pts wrap detection fix from demux_mpeg_pesMiguel Freitas
2006-08-08video/x-ms-wma -> audio/x-ms-wmaMiguel Freitas
2006-08-08patch by Chris BrienMiguel Freitas
2006-07-10Add support for m4b extension to the Qt demuxer, to be able to play audiobook...Diego 'Flameeyes' Pettenò
2006-07-10Implement visibility support, available on GCC 4.0 and later and on some 3.4 ...Diego 'Flameeyes' Pettenò
2006-06-28Fix decoding of PMT packets when adaption_field is present.Darren Salt
2006-06-20Make buffer a char string, reduces amount of warnings tremendously.Diego 'Flameeyes' Pettenò
2006-06-20Fix generic warnings.Diego 'Flameeyes' Pettenò
2006-06-19- we don't check the retvals, so zero the buffers just in caseBastien Nocera
2006-06-18Misc warnings fixes.Diego 'Flameeyes' Pettenò
2006-06-18Remove infinite loop condition that could have created an invalid access if n...Diego 'Flameeyes' Pettenò
2006-06-18Fix comparison of unsigned lesser than zero, STARTTIME and DURATION won't be ...Diego 'Flameeyes' Pettenò