aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* 1. Include audio_delay as an argument to demux_seek.Gravatar corey2006-02-07
* removed unused variablesGravatar nicodvb2006-02-06
* fixed wrong delta_frame calculation that would affect soft-telecineGravatar nicodvb2006-02-06
* Build muxers only when MEncoder is enabled.Gravatar diego2006-02-06
* removed forgotten fprintf()Gravatar nicodvb2006-01-30
* use mp_a52_framesize() when liba52 is not availableGravatar nicodvb2006-01-27
* export custom mp_a52_framesize(), needed to parse ac3 frames when liba52 is n...Gravatar nicodvb2006-01-27
* MPlayer OSX port: Add a call to UDFFindFile to verify that we are opening a v...Gravatar nplourde2006-01-27
* Make clean/distclean behave uniformly in all directories.Gravatar diego2006-01-27
* change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to ...Gravatar michael2006-01-26
* limits.h for INT_MAXGravatar michael2006-01-25
* correct block alignGravatar michael2006-01-25
* fix aac in mov/mp4Gravatar michael2006-01-25
* pass vbv_size & max_rate from encoder to muxer over muxer_stream_t (if this i...Gravatar michael2006-01-25
* setting codec_tag unconditionally to FMP4 is a bad idea (breaks mov/mp4)Gravatar michael2006-01-24
* Cygwin compilation fixGravatar diego2006-01-20
* suppress error message at eofGravatar reimar2006-01-17
* faster and (IMHO) cleaner code.Gravatar reimar2006-01-17
* function to read from a demuxer up to (and including) the specifiedGravatar reimar2006-01-17
* 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