aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* Print some more useful data from header in verbose modeGravatar rtognimp2006-01-15
* Support sipr codec in old RealAudio files.Gravatar rtognimp2006-01-15
* Always try to parse index chunk, no reason to check for movi_endGravatar reimar2006-01-14
* Fix printing of audio fourcc in hex formatGravatar rtognimp2006-01-14
* Print audio 4cc for every stream, print 4cc of selected audio trackGravatar rtognimp2006-01-14
* 1l - one cast too manyGravatar rathann2006-01-14
* Update licensing information: The FSF changed postal address.Gravatar diego2006-01-13
* massive attack: mp_msg printf format fixesGravatar rathann2006-01-12
* convert some printfs to mp_msgGravatar rathann2006-01-10
* added support for external libavformatGravatar nicodvb2006-01-09
* OS X compilation fix: Include inttypes.h so that uint32_t is not undefined.Gravatar diego2006-01-08
* include the right avcodec.h, consistently with the rest of mplayerGravatar nicodvb2006-01-08
* fix crash if no video codec availableGravatar reimar2006-01-08
* disabled hack to read the properties of mpeg1/2 video in avi and asf: it's to...Gravatar nicodvb2006-01-07
* This patch makes real rtsp tell the server to deliver data at specifiedGravatar rtognimp2006-01-06
* Don't leak memory (free audio reordering buffers)Gravatar rtognimp2006-01-04
* Remove assumption that all audio packets in a block have the sameGravatar rtognimp2006-01-04
* 1000.0l timestamps are floatGravatar rtognimp2006-01-04
* Improved handling of text subs in Matroska files with adjacent newlines (\N) ...Gravatar mosu2006-01-04
* removed previously forgotten reording options/flagsGravatar nicodvb2006-01-03
* removed broken frame reording code; unified audio and video frame storing cod...Gravatar nicodvb2006-01-03
* h264es: don't seek to non-keyframesGravatar lorenm2006-01-03
* don't reset dvdsub->id unless -slang is specified; assign default sub stream ...Gravatar nicodvb2006-01-02
* Partial support for QuickTime sound atom version 2.Gravatar corey2006-01-02
* search next sequence_header untile a valid one is foundGravatar nicodvb2005-12-31
* simplification: don't use residual_buffer, but prepend remainder of current f...Gravatar nicodvb2005-12-30
* fix dvdread version macroGravatar rathann2005-12-28
* Add "application/x-mms-framed" for ASFGravatar rtognimp2005-12-24
* Typo in ASF demuxer selection by name (it's 'asf', not 'asv')Gravatar rtognimp2005-12-24
* malloc padding to avoid access beyond allocated memoryGravatar henry2005-12-19
* calculate framesize for raw RGB and BGR.Gravatar reimar2005-12-18
* fix crash with invalid -vid and no audio streamGravatar reimar2005-12-18
* include fastmemcpy.h before stream.h, so it is used for the stream_readGravatar reimar2005-12-17
* remove now useless YV12 plane swap hack, patch by Luc Gallant lucgallant at g...Gravatar henry2005-12-16
* fix compilation when dvdkit and dvdread are not availableGravatar nicodvb2005-12-14
* make demuxer seek and close functions return void, patch by Dominik MierzejewskiGravatar wanderer2005-12-11
* Harcoded eng strings on libmpdemux/network.c to help_mpGravatar reynaldo2005-12-10
* Move audio packets reordering from codec interface to demuxers for realGravatar rtognimp2005-12-09
* fixGravatar rathann2005-12-05
* fixGravatar rathann2005-12-05
* fixGravatar rathann2005-12-05
* fixGravatar rathann2005-12-05
* muxer_lavf MUST be disabled by default until someone adds AVParserGravatar rfelker2005-12-02
* fixed wrong telecine trf pattern; fall back to mpeg2 when user specifies unkn...Gravatar nicodvb2005-11-30
* Clean up some muxer messages, patch by Corey Hickey bugfood-ml AT -fatooh/org...Gravatar reynaldo2005-11-29
* Add support to get the list of files from a file containing one filenameGravatar albeu2005-11-26
* Fix URL escaping to correctly handle URL containing an ip6 address orGravatar albeu2005-11-26
* When it comes to CD/DVD handling bsdi has a linux CD/DVD compatibilityGravatar diego2005-11-25
* Ignore OPTIONS rtsp command during playback. FixesGravatar rtognimp2005-11-22
* buffering in the muxer layer; patch by Corey Hickey (bugfood-ml ad fatooh pun...Gravatar nicodvb2005-11-21