aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* Use stream_read_qword_leGravatar reimar2007-07-14
* add support for subtitles thru lavfGravatar aurel2007-07-13
* Fix segfault if an 'strf' chunk couldn't be found in aviGravatar attila2007-07-13
* fix typo in a commentGravatar aurel2007-07-13
* fix unaligned memory access in asfheader.c, courtesy of Balatoni DenesGravatar zuxy2007-07-10
* 100% cosmetics: reindentation and removal of trailing spacesGravatar nicodvb2007-07-08
* unified the skip of header and stuffing bytes after the parsing of pes_extens...Gravatar nicodvb2007-07-08
* 10l, forgot to skip the stuffing bytes eventually prepended to vc1 packets (i...Gravatar nicodvb2007-07-07
* cosmetics: split separate instructions in separate linesGravatar nicodvb2007-07-07
* proper parsing of pes_extension[12] fields (replaces the previous code that r...Gravatar nicodvb2007-07-07
* Add some missing frees.Gravatar reimar2007-07-05
* Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpyGravatar reimar2007-07-05
* Do not use leading underscores in multiple inclusion guards, they are reserved.Gravatar diego2007-07-02
* Consistently use filename as multiple inclusion guard.Gravatar diego2007-07-02
* Use proper PRI?64 format stringsGravatar reimar2007-06-24
* Remove unused and trivial string variableGravatar reimar2007-06-24
* Fix format string to match actual type.Gravatar reimar2007-06-24
* index_mode is already defined in demuxer.hGravatar reimar2007-06-24
* Get rid of: useless variable, useless cast and void * arithmeticGravatar reimar2007-06-24
* Use AV_RL32Gravatar reimar2007-06-24
* Fix format strings to match argument typeGravatar reimar2007-06-24
* make opt argument of demux_info_get const.Gravatar reimar2007-06-24
* pstrcpy -> av_strlcpyGravatar reimar2007-06-24
* Remove the now unused demux_mkv_change_subs functionGravatar reimar2007-06-24
* Set demuxer->sub->sh to one of the s_streams like done for audio and video.Gravatar reimar2007-06-24
* Fix memleak due to not freeing demuxer->s_streamsGravatar reimar2007-06-23
* 100l, last demux_mkv patch passed ints instead of pointers to them to sscanfGravatar reimar2007-06-23
* Use sh_sub_t instead of mkv_track_t argument where possible, simplifying the ...Gravatar reimar2007-06-23
* demux_mkv very long seek fixGravatar uau2007-06-20
* Fix demuxer.h multiple inclusion guardGravatar uau2007-06-20
* Remove useless demnuxer.h include from matroska.h, it creats "hundreds" ofGravatar reimar2007-06-20
* Simplify network timeout calculation.Gravatar cehoyos2007-06-20
* Silence three warnings.Gravatar cehoyos2007-06-18
* Stop playing at eof or if no data arrives for ten seconds.Gravatar cehoyos2007-06-18
* More accurate seeking for demuxers lacking DEMUXER_CTRL_GET_TIME_LENGTH controlGravatar zuxy2007-06-17
* Set subtitle type in mpg demuxer. Fixes subtitle switching with 'j'Gravatar reimar2007-06-17
* clearly specify the valid substream id range, rather than using unreadable bi...Gravatar nicodvb2007-06-12
* Don't set random codec parameters for AC3/DTS in mkv.Gravatar aurel2007-06-10
* removed functions that were used to parse mpeg12 video (no more video); patch...Gravatar nicodvb2007-06-10
* init ts_probe to 0 and probe up to TS_MAX_PROBE_SIZE if the parameterGravatar nicodvb2007-06-09
* added support for DTS1 audio descriptorGravatar nicodvb2007-06-09
* 1000000l, descriptor VC-1 identifies VIDEO_VC1, not AUDIO_DTSGravatar nicodvb2007-06-09
* Fix segfault when encoding from an mkv file with embedded fonts.Gravatar eugeni2007-06-07
* Calculate pts with double precision in demux_asfGravatar uau2007-06-07
* Replace implicit use of fast_memcpy via macro by explicit use to allowGravatar reimar2007-06-05
* Use 'static inline' instead of 'inline static' to avoid warningsGravatar zuxy2007-06-04
* Remove unused parameter for mp_msgGravatar zuxy2007-06-03
* Make realloc_struct inline as other functions defined in demuxer.hGravatar zuxy2007-06-02
* prog_id is an uint16_t; reported by Mario Rossi (mariofurire googlemail com)Gravatar nicodvb2007-06-02
* Use play duration instead of send duration to calculate the lengthGravatar zuxy2007-05-30