aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* Remove redundant variable declarations.Gravatar diego2007-08-25
* Remove redundant variable declaration.Gravatar diego2007-08-25
* Add missing pixelformat conversion function prototypeGravatar reimar2007-08-24
* Remove silly #ifdef around the complete file.Gravatar diego2007-08-24
* Fix compilation of live555 support after FFmpegs r10173.Gravatar cehoyos2007-08-22
* We can support SEEK_END seeks only when stream->end_pos is knownGravatar reimar2007-08-20
* Add support for AVSEEK_SIZE in demux_lavfGravatar reimar2007-08-20
* Do not seek to an invalid position.Gravatar reimar2007-08-19
* When a new subtitle stream becomes available check if it is the one thatGravatar reimar2007-08-09
* Fix detection of xan audio. -noidx or -forceidx still is necessaryGravatar reimar2007-08-01
* get rid of this idiotic i_certify_that_my_video_stream_does_not_use_b_framesGravatar michael2007-07-31
* make muxer store the provided timestampsGravatar michael2007-07-31
* Use the standard inline instead of __inlineGravatar reimar2007-07-30
* Another missed case-rangeGravatar reimar2007-07-30
* Do not use gnu case-range extension if it's easy to avoidGravatar reimar2007-07-30
* cosmetics: misc typo fixesGravatar diego2007-07-28
* Remove extern index_mode, it is already in demuxer.hGravatar reimar2007-07-27
* Make sure fformat is set before useGravatar reimar2007-07-27
* Remove some unneeded extern variable declarationsGravatar reimar2007-07-27
* Simplify: use FFMAXGravatar reimar2007-07-25
* Remove some useless "extern" before function prototypesGravatar reimar2007-07-25
* Fix for bugzilla #835Gravatar rtogni2007-07-24
* fixed bug introduced with the addition of get_ext_stream_properties()Gravatar nicodvb2007-07-18
* Avoid crash if a non-existent audio track is selected with -aidGravatar reimar2007-07-16
* 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