aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
...
* Change some types to uint8_t where appropriateGravatar reimar2007-01-16
* "Cosmetics" Introduce a memcpy function doing both transparentGravatar reimar2007-01-16
* one more #if 1 removedGravatar nicodvb2007-01-15
* removed useless #if1s added too long time agoGravatar nicodvb2007-01-15
* in EVO files substreams 0xC0 of private streams 0xBD contain [e]ac3.Gravatar nicodvb2007-01-15
* demux_rtp_codec.cpp:100: `INT_MAX' undeclared (first use this function)Gravatar diego2007-01-15
* CosmeticsGravatar reimar2007-01-13
* Implement gif transparencyGravatar reimar2007-01-13
* Fix: refmodes 2 and 3 leave useref unchangedGravatar reimar2007-01-13
* CosmeticsGravatar reimar2007-01-13
* Implement refmode == 2 in gif demuxerGravatar reimar2007-01-13
* Partially support gif using "reference" imagesGravatar reimar2007-01-13
* memset + malloc -> callocGravatar reimar2007-01-13
* Cast SWidth/SHeight to uint16_t, since that's what they actually are.Gravatar reimar2007-01-13
* Forgot to adjust length of memsetGravatar reimar2007-01-13
* Simplify gif demuxer by using memcpy_picGravatar reimar2007-01-13
* One more bounds check, though IMO the gif lib really should do this.Gravatar reimar2007-01-13
* SimplifyGravatar reimar2007-01-13
* Fix crash for gif images that have Top or Left setGravatar reimar2007-01-13
* Fix invalid read for gifs with a palette for less than 256 colorsGravatar reimar2007-01-13
* Move global variables in gif demuxer into priv structGravatar reimar2007-01-13
* cosmetics: typo fix pallete --> paletteGravatar diego2007-01-13
* Frametime was being read from the wrong offset, compareGravatar diego2007-01-13
* add support for avc1 in X-QT over RTSPGravatar gpoirier2007-01-12
* dont write an index and dont use memory to build one if -noidx is specifiedGravatar michael2007-01-08
* Simplify demux_ogg to use the sub_clear_text and sub_add_text functions.Gravatar reimar2007-01-06
* Subtitle handling cleanup: factor out code for parsing embedded subtitlesGravatar reimar2007-01-06
* Include "internal" libavformat/riff.h also when dynamic libavformat is usedGravatar reimar2007-01-06
* Include libavformat/riff.h when building with static libavformat andGravatar reimar2007-01-06
* Simplify after last demux_ogg commitGravatar reimar2007-01-05
* Do not access ogg_d->subs after freeing it.Gravatar reimar2007-01-05
* sizeof() is long, thus %d format in error message is wrong.Gravatar reimar2007-01-05
* Make ds_get_next_pts return MP_NOPTS_VALUE instead of -1 on error,Gravatar reimar2007-01-05
* set dp->stream_pts only when feeding the video stream to workaroundGravatar nicodvb2007-01-01
* removed unused variableGravatar nicodvb2006-12-31
* use demuxer->stream_pts rather than stream_control(STREAM_CTRL_GET_CURRENT_TIME)Gravatar nicodvb2006-12-31
* replace call to ds_read_packet() with the usual stream_read()+ds_add_packet()...Gravatar nicodvb2006-12-31
* added stream_pts to demuxer_t and demux_packet_t to hold the time value repor...Gravatar nicodvb2006-12-31
* sortGravatar michael2006-12-31
* dont read index if -noidxGravatar michael2006-12-29
* first step toward amr-nb muxing supportGravatar michael2006-12-29
* don't compile demux_mpc.c when libmpcdec is disabledGravatar aurel2006-12-28
* add support for musepack native decoder from ffmpeg (require -demuxer lavf)Gravatar aurel2006-12-28
* Sync to libnut, nom->numGravatar ods152006-12-23
* Fix display of multiple simultaneous subtitles without libass.Gravatar uau2006-12-21
* muxers now write to output muxer->stream rather than to muxer->fileGravatar nicodvb2006-12-18
* doxify a commentGravatar reimar2006-12-18
* Require 12 consecutive MPEG-audio headers before detecting as audio.Gravatar reimar2006-12-18
* ASF aspect support via metadata reading.Gravatar reimar2006-12-15
* VobSub tracks cannot be handled by libass, do not mark them with 'a'.Gravatar eugeni2006-12-15