aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* dumping unknown extradata tooGravatar alex2002-04-21
* mplayer was not compileable without, i tested it with and without vorbis, i h...Gravatar jaf2002-04-21
* Seeking implementedGravatar albeu2002-04-20
* 1000lGravatar arpi2002-04-19
* show extended mp3 infoGravatar arpi2002-04-18
* 'wide' may contain 'mdat'Gravatar arpi2002-04-18
* FPS calculation fixedGravatar arpi2002-04-15
* get aspect info from display size if != real sizeGravatar arpi2002-04-15
* Changed the big handling to make it use mplayer's endian macros.Gravatar bertrand2002-04-14
* Added big endian handling for the ASF_chunk_t struct.Gravatar bertrand2002-04-14
* Added big endian macro for asf_chunk_t and added defines for the ASF chunk type.Gravatar bertrand2002-04-14
* mp_image.h and img_format.h moved to libmpcodecsGravatar arpi2002-04-13
* bigendlian fix by Guillaume Morin <guillaume@morinfr.org>Gravatar arpi2002-04-13
* 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