aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
...
* Remove unused tmf_totalchunksGravatar reimar2007-09-14
* Simplify EOF handlingGravatar reimar2007-09-14
* Simplify tmf_filetooffsetGravatar reimar2007-09-14
* Small simplificationsGravatar reimar2007-09-14
* 10l, placed terminating 0 at the wrong place.Gravatar reimar2007-09-14
* Avoid strlcpy, tar headers already have space to ensure 0-terminationGravatar reimar2007-09-14
* Do not ignore last chunk in .tmf files, it will cause part of the file to beGravatar reimar2007-09-14
* Cosmetics: remove lots of useless () and {}.Gravatar reimar2007-09-14
* Use CHUNKSIZE define in a few more placesGravatar reimar2007-09-14
* Simplify ty_extensionisGravatar reimar2007-09-14
* Make demux_ty internal functions staticGravatar reimar2007-09-14
* Use strtol instead of horribly suboptimal ty_octaltodecimalGravatar reimar2007-09-14
* added monkey audio file extensions to extension tableGravatar ben2007-09-13
* Check wLongsPerEntry before using it.Gravatar reimar2007-09-13
* Remove useless preprocessor check, _WINGDI_H is never defined.Gravatar diego2007-09-13
* warning fixes:Gravatar diego2007-09-13
* Replace constant by appropriate defineGravatar reimar2007-09-13
* warning fix:Gravatar diego2007-09-09
* warning fix:Gravatar diego2007-09-09
* Add nuv codec tag mappingGravatar reimar2007-09-09
* Mark lavfpref demuxer as safe, so it that it is actually used for e.g.Gravatar reimar2007-09-09
* added .stream_aspect to st_video_t: if non-zero and if not specified otherwiseGravatar nicodvb2007-09-01
* cosmetics: typo fix UNSUPORTED --> UNSUPPORTEDGravatar diego2007-08-28
* Fix warnings:Gravatar diego2007-08-26
* Split lschunks function further, it is simply too huge to do any useful chang...Gravatar reimar2007-08-25
* warning fix:Gravatar diego2007-08-25
* 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