aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* removed unused variables; replaced wrong call to realloc() with calloc() in v...Gravatar nicodvb2007-01-20
* decode vc1 sequence header and frame it in video_read_frame();Gravatar nicodvb2007-01-20
* demux vc1 (stream id 0x1Fd with 0x55 <= substream id <= 0x5F in the pes_exten...Gravatar nicodvb2007-01-20
* added function to parse vc1 sequence headerGravatar nicodvb2007-01-20
* Compile fix: LE_* -> AV_RL*Gravatar reimar2007-01-19
* 1000l; fixed wrong operator precedenceGravatar nicodvb2007-01-17
* unified creation of sh_audio and sh_video is ts_add_stream; patch by elupusGravatar nicodvb2007-01-17
* in evo files [e]ac3 substreams range from 0xc0 to 0xcfGravatar nicodvb2007-01-16
* Interlaced gif supportGravatar reimar2007-01-16
* 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