aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Collapse)AuthorAge
* dumping unknown extradata tooGravatar alex2002-04-21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5759 b3059339-0415-0410-9bf9-f77b7e298cf2
* mplayer was not compileable without, i tested it with and without vorbis, i ↵Gravatar jaf2002-04-21
| | | | | | hope it's ok git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5755 b3059339-0415-0410-9bf9-f77b7e298cf2
* Seeking implementedGravatar albeu2002-04-20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5733 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1000lGravatar arpi2002-04-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5712 b3059339-0415-0410-9bf9-f77b7e298cf2
* show extended mp3 infoGravatar arpi2002-04-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5689 b3059339-0415-0410-9bf9-f77b7e298cf2
* 'wide' may contain 'mdat'Gravatar arpi2002-04-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5681 b3059339-0415-0410-9bf9-f77b7e298cf2
* FPS calculation fixedGravatar arpi2002-04-15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5631 b3059339-0415-0410-9bf9-f77b7e298cf2
* get aspect info from display size if != real sizeGravatar arpi2002-04-15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5629 b3059339-0415-0410-9bf9-f77b7e298cf2
* Changed the big handling to make it use mplayer's endian macros.Gravatar bertrand2002-04-14
| | | | | | | (reworked of the patch from Guillaume Morin <guillaume@morinfr.org>) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5619 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added big endian handling for the ASF_chunk_t struct.Gravatar bertrand2002-04-14
| | | | | | | (reworked of the patch from Guillaume Morin <guillaume@morinfr.org>) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5618 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added big endian macro for asf_chunk_t and added defines for the ASF chunk type.Gravatar bertrand2002-04-14
| | | | | | | (reworked of the patch from Guillaume Morin <guillaume@morinfr.org>) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5617 b3059339-0415-0410-9bf9-f77b7e298cf2
* mp_image.h and img_format.h moved to libmpcodecsGravatar arpi2002-04-13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5608 b3059339-0415-0410-9bf9-f77b7e298cf2
* bigendlian fix by Guillaume Morin <guillaume@morinfr.org>Gravatar arpi2002-04-13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5598 b3059339-0415-0410-9bf9-f77b7e298cf2
* generalized the cut'n'pasted variable fps code, #ifdef-ed TV until v4l is ↵Gravatar arpi2002-04-12
| | | | | | updated git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5574 b3059339-0415-0410-9bf9-f77b7e298cf2
* BSD-BT848 TV update patch by Charles Henrich <henrich@sigbus.com>Gravatar arpi2002-04-12
| | | | | | | | | | | - tvi interface changes, grab_audio/video now returns timestamp! - tv demuxer gets 'ds' hint too - some verbose skip/dup counters to mencoder - tvi_bsdbt848.c updates - aviwrite/mencoder size types int->off_t git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5573 b3059339-0415-0410-9bf9-f77b7e298cf2
* max_packs increased for some dvd with too many audio/subGravatar arpi2002-04-12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5571 b3059339-0415-0410-9bf9-f77b7e298cf2
* field 'vfilter' added to sh_video_tGravatar arpi2002-04-06
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5507 b3059339-0415-0410-9bf9-f77b7e298cf2
* dvdnav functions moved out to dvdnav_steram.cGravatar arpi2002-04-03
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5473 b3059339-0415-0410-9bf9-f77b7e298cf2
* dvdnav_stream functions - dvdnav patch by Kees Cook <mplayer@outflux.net>Gravatar arpi2002-04-03
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5472 b3059339-0415-0410-9bf9-f77b7e298cf2
* added debug printf for dvdsub - from dvdnav patch by Kees Cook ↵Gravatar arpi2002-04-03
| | | | | | <mplayer@outflux.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5471 b3059339-0415-0410-9bf9-f77b7e298cf2
* don't alloc/free NULLGravatar arpi2002-04-03
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5470 b3059339-0415-0410-9bf9-f77b7e298cf2
* freeing codec in/out buffers is job of libmpcodecs, not demuxerGravatar arpi2002-04-01
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5457 b3059339-0415-0410-9bf9-f77b7e298cf2
* after some STFW i've found some info about fps codesGravatar arpi2002-03-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5442 b3059339-0415-0410-9bf9-f77b7e298cf2
* mtvp says its' 29.97 not 1 fpsGravatar arpi2002-03-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5441 b3059339-0415-0410-9bf9-f77b7e298cf2
* seeking fixed (variable fps videos needs to reset PTS after seeking)Gravatar arpi2002-03-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5440 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed new_chunk calculation at seeking (seeking not work yet) and added ↵Gravatar arpi2002-03-31
| | | | | | -nosound support git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5439 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l... int/1000 will be int while we want float, so let's do int*0.001Gravatar arpi2002-03-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5436 b3059339-0415-0410-9bf9-f77b7e298cf2
* argh, some samples sue new header chunks - fixedGravatar arpi2002-03-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5431 b3059339-0415-0410-9bf9-f77b7e298cf2
* BITMAPINFOHEADER fixed to be accepted by win32 decoders (divx,divxds)Gravatar arpi2002-03-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5430 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed 10l bug: using ds instead of dp, and adding some debug printsGravatar arpi2002-03-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5429 b3059339-0415-0410-9bf9-f77b7e298cf2
* changed int -> float for proper PTS calculation (works just as well as theGravatar melanson2002-03-31
| | | | | | | old method) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5425 b3059339-0415-0410-9bf9-f77b7e298cf2
* backed out unneeded modGravatar melanson2002-03-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5424 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed RoQ framerate by multiplying PTS calculation by some absurd constantGravatar melanson2002-03-31
| | | | | | | (and it works!) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5422 b3059339-0415-0410-9bf9-f77b7e298cf2
* I hate M$. it seems that MSRLE biSize is always 40 when number of colors < ↵Gravatar arpi2002-03-31
| | | | | | 256 instead of 40+colors*4 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5419 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed to be able to handle extra-quirky .film files on Lemmings 3DOGravatar melanson2002-03-31
| | | | | | | console game git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5414 b3059339-0415-0410-9bf9-f77b7e298cf2
* added soem debug prints, and fixed 10l bug of AlbanGravatar arpi2002-03-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5413 b3059339-0415-0410-9bf9-f77b7e298cf2
* FreeBSD require stdlib.hGravatar nexus2002-03-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5405 b3059339-0415-0410-9bf9-f77b7e298cf2
* FreeBSD warning fixGravatar nexus2002-03-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5404 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l fix, patch by Mark Szabo <mw3@bsd.hu>Gravatar arpi2002-03-28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5383 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo, thx to Mark Szabo <mw3@bsd.hu>Gravatar arpi2002-03-28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5382 b3059339-0415-0410-9bf9-f77b7e298cf2
* DVDnav support patch by David Holm and Kees Cook <mplayer@outflux.net>Gravatar arpi2002-03-28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5381 b3059339-0415-0410-9bf9-f77b7e298cf2
* some under-devel code, will be required for qtx codecsGravatar arpi2002-03-27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5373 b3059339-0415-0410-9bf9-f77b7e298cf2
* incremented PACK_BYTES for BSDBT848 - by Charles HenrichGravatar alex2002-03-27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5370 b3059339-0415-0410-9bf9-f77b7e298cf2
* ooops :)Gravatar atmos42002-03-26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5355 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fileslist support for mf demuxer, delemited by ',' and change mf fps to float.Gravatar atmos42002-03-26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5353 b3059339-0415-0410-9bf9-f77b7e298cf2
* eeh 10l, removed one line too much :(Gravatar atmos42002-03-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5334 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix some silly logical bugs and fix memory cleanup in case mp4_parse_es ↵Gravatar atmos42002-03-25
| | | | | | returned with an error by memsetting the esds struct to 0 on init. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5333 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use esds parser for movie esds atom and only pass decoder specific ↵Gravatar atmos42002-03-24
| | | | | | configuration into the stream_header. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5308 b3059339-0415-0410-9bf9-f77b7e298cf2
* - Add parsing of Sync Layer DescriptorGravatar atmos42002-03-24
| | | | | | | | - Add a function to cleanup malloced mem from mp4_parse_esds - Fix some weird code from me :) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5306 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l fix memory allocationGravatar atmos42002-03-24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5304 b3059339-0415-0410-9bf9-f77b7e298cf2