aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* vf_inited flag addedGravatar arpi2002-05-01
* patch by Jürgen Appel <jappel@linux01.gwdg.de>:Gravatar pl2002-05-01
* completed real seeking - working very well with audio only filesGravatar alex2002-04-30
* Added ICY error 400: Server full.Gravatar bertrand2002-04-30
* Convert printf to mp_msg in the network layerGravatar albeu2002-04-30
* ugly workaround disabledGravatar arpi2002-04-29
* Add support for another AVI with ogg/vorbis audio (0x674F)Gravatar albeu2002-04-29
* Fix buggy extra header printingGravatar albeu2002-04-29
* Added ICY error 401: Service unavailable.Gravatar bertrand2002-04-28
* soundcard.h fix, by Bernd Ernesti <mplayer@lists.veego.de>Gravatar arpi2002-04-28
* OpenBSD, NetBSD portability patches byGravatar arpi2002-04-27
* Add some info prints to ICY code and handle return codes ICY specific, also a...Gravatar atmos42002-04-27
* ICY found (mp3 stream) != sucess.Gravatar albeu2002-04-27
* DVDKIT supportGravatar arpi2002-04-24
* Uninit addedGravatar albeu2002-04-24
* Added demuxer uninitGravatar albeu2002-04-24
* Add seeking without index (still not perfect). Use -forceidx for theGravatar albeu2002-04-24
* mp_mp3_get_lsf() added - to get decomp. frame sizeGravatar arpi2002-04-24
* more strict check for .mp3Gravatar arpi2002-04-23
* Fix % seekingGravatar albeu2002-04-23
* typo fix for pre2Gravatar alex2002-04-21
* 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