aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* generalized the cut'n'pasted variable fps code, #ifdef-ed TV until v4l is upd...Gravatar arpi2002-04-12
* BSD-BT848 TV update patch by Charles Henrich <henrich@sigbus.com>Gravatar arpi2002-04-12
* max_packs increased for some dvd with too many audio/subGravatar arpi2002-04-12
* field 'vfilter' added to sh_video_tGravatar arpi2002-04-06
* dvdnav functions moved out to dvdnav_steram.cGravatar arpi2002-04-03
* dvdnav_stream functions - dvdnav patch by Kees Cook <mplayer@outflux.net>Gravatar arpi2002-04-03
* added debug printf for dvdsub - from dvdnav patch by Kees Cook <mplayer@outfl...Gravatar arpi2002-04-03
* don't alloc/free NULLGravatar arpi2002-04-03
* freeing codec in/out buffers is job of libmpcodecs, not demuxerGravatar arpi2002-04-01
* after some STFW i've found some info about fps codesGravatar arpi2002-03-31
* mtvp says its' 29.97 not 1 fpsGravatar arpi2002-03-31
* seeking fixed (variable fps videos needs to reset PTS after seeking)Gravatar arpi2002-03-31
* fixed new_chunk calculation at seeking (seeking not work yet) and added -noso...Gravatar arpi2002-03-31
* 10l... int/1000 will be int while we want float, so let's do int*0.001Gravatar arpi2002-03-31
* argh, some samples sue new header chunks - fixedGravatar arpi2002-03-31
* BITMAPINFOHEADER fixed to be accepted by win32 decoders (divx,divxds)Gravatar arpi2002-03-31
* fixed 10l bug: using ds instead of dp, and adding some debug printsGravatar arpi2002-03-31
* changed int -> float for proper PTS calculation (works just as well as theGravatar melanson2002-03-31
* backed out unneeded modGravatar melanson2002-03-31
* fixed RoQ framerate by multiplying PTS calculation by some absurd constantGravatar melanson2002-03-31
* I hate M$. it seems that MSRLE biSize is always 40 when number of colors < 25...Gravatar arpi2002-03-31
* fixed to be able to handle extra-quirky .film files on Lemmings 3DOGravatar melanson2002-03-31
* added soem debug prints, and fixed 10l bug of AlbanGravatar arpi2002-03-31
* FreeBSD require stdlib.hGravatar nexus2002-03-30
* FreeBSD warning fixGravatar nexus2002-03-30
* 10l fix, patch by Mark Szabo <mw3@bsd.hu>Gravatar arpi2002-03-28
* typo, thx to Mark Szabo <mw3@bsd.hu>Gravatar arpi2002-03-28
* DVDnav support patch by David Holm and Kees Cook <mplayer@outflux.net>Gravatar arpi2002-03-28
* some under-devel code, will be required for qtx codecsGravatar arpi2002-03-27
* incremented PACK_BYTES for BSDBT848 - by Charles HenrichGravatar alex2002-03-27
* ooops :)Gravatar atmos42002-03-26
* Fileslist support for mf demuxer, delemited by ',' and change mf fps to float.Gravatar atmos42002-03-26
* eeh 10l, removed one line too much :(Gravatar atmos42002-03-25
* Fix some silly logical bugs and fix memory cleanup in case mp4_parse_es retur...Gravatar atmos42002-03-25
* Use esds parser for movie esds atom and only pass decoder specific configurat...Gravatar atmos42002-03-24
* - Add parsing of Sync Layer DescriptorGravatar atmos42002-03-24
* 10l fix memory allocationGravatar atmos42002-03-24
* eeh 10l, forgot malloc of esds struct.Gravatar atmos42002-03-24
* Improved MP4 parsing (finally)Gravatar atmos42002-03-24
* sys/types.h required for off_tGravatar arpi2002-03-23
* Add Parsing off ftyp box and some more docs refGravatar atmos42002-03-22
* Add a usefull url, btw. audio esds needs some fixing with some files, I'll in...Gravatar atmos42002-03-21
* insert mpeg4 video header into the first chunkGravatar arpi2002-03-21
* 0.1lGravatar arpi2002-03-21
* support multiple video header extension chunksGravatar arpi2002-03-21
* argh 0.5lGravatar atmos42002-03-21
* Recognize and skip ftype chunk used by some .mp4 files andGravatar atmos42002-03-21
* temporary disabled len=0 code due to reported loop errorsGravatar alex2002-03-21
* Add some atom parsing to movie trak and a bit cosmetics ;), Michael can now w...Gravatar atmos42002-03-21
* added a BMP file demuxer...yeah, that's right, a static image BMP fileGravatar melanson2002-03-20