aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
...
* Only MAX_STREAMS streams are allowed (cid 115)Gravatar rtognimp2006-03-11
* Fix memory leak cid 176Gravatar rtognimp2006-03-10
* Fix memory leak cid 177Gravatar rtognimp2006-03-10
* fix leak on read error (forgot to free demux packet)Gravatar reimar2006-03-09
* fix minor (i.e. unlikely to ever happen) leak when init failsGravatar reimar2006-03-09
* Fix potential read from an unitialized pointer (CID: 236)Gravatar rtognimp2006-03-09
* in demux_ogg_read_packet initialize data to whole packet, reduces code andGravatar reimar2006-03-08
* name array is too small, use strlcpy instead of strncpyGravatar reimar2006-03-08
* Missing free_demux_packet after read errorGravatar reimar2006-03-08
* Fix base64 encoding for basic auth according to RFC.Gravatar reimar2006-03-08
* missing url_free when using proxy and connect failsGravatar reimar2006-03-08
* stream_id == MAX_STREAMS is invalid, since counting starts with 0.Gravatar reimar2006-03-08
* "i < sizeof(buf)" must be "i < sizeof(buf) - 5", since later buf[i + 5] is used.Gravatar reimar2006-03-08
* If we have a tuner, use that as a reason we have audio support, and doGravatar aurel2006-03-08
* Reduce output verbosity in non-verbose mode, change some printf to mp_msg.Gravatar diego2006-03-06
* print ts_probe; 0x88 .. 0x8F in pes_private streams are not AC3 but DTS track...Gravatar nicodvb2006-03-04
* This patch fixes pcm (twos, swot) in MOV.Gravatar rtognimp2006-03-02
* removed reference to inexistent extern variableGravatar nicodvb2006-03-01
* stream_control() returns int, not voidGravatar nicodvb2006-03-01
* try to get duration from the stream layer, if an implementation of STREAM_CTR...Gravatar nicodvb2006-02-27
* implement STREAM_CTRL_GET_TIME_LENGTH to return the duration of the dvd curre...Gravatar nicodvb2006-02-27
* added cur_title to dvd_priv_t in order to keep track of dvd title currently p...Gravatar nicodvb2006-02-27
* added new stream_control() and new command: STREAM_CTRL_GET_TIME_LENGTHGravatar nicodvb2006-02-27
* Add audio_delay argument to demux_mkv_seek.Gravatar corey2006-02-27
* DVB channels cycling; patch by Ben Zores ben p geekbox d orgGravatar nicodvb2006-02-24
* Fix video delay when encoding with B-frames.Gravatar corey2006-02-21
* Fix video delay when encoding with B-frames.Gravatar corey2006-02-21
* More complete ASF MIME detection, closing bug# 248,Gravatar gpoirier2006-02-20
* Allows the LIVE555 library to forces the client's port to be usedGravatar bertrand2006-02-19
* dwStart support for mencoder.Gravatar corey2006-02-19
* dwStart support for mplayer.Gravatar corey2006-02-18
* Second-try commit of this patch.Gravatar corey2006-02-17
* Don't test the v4l2_input audioset field for audio capabilities but still try...Gravatar aurel2006-02-14
* allow autodetection of pictures type when using mf://@file.list syntaxGravatar iive2006-02-14
* do not forget to initialize dp->bufferGravatar henry2006-02-12
* delay rff by 6, not 3 frames, so the rff will be in the middle of the 12 fram...Gravatar nicodvb2006-02-12
* experimental film2pal and ntsc2pal soft telecinerGravatar nicodvb2006-02-12
* forgotten cast (blows on gcc4)Gravatar henry2006-02-12
* we cannot continue without a crash when read_asf_header fails, since someGravatar reimar2006-02-12
* add some sanity checks to new/resize_demux_packetGravatar reimar2006-02-12
* init frame duration to 1/fps when we have a frame but not the enclosing seque...Gravatar nicodvb2006-02-11
* tff wasn't correctly unset in soft_telecine()Gravatar nicodvb2006-02-10
* add mpc extension so that playback starts faster.Gravatar reimar2006-02-10
* Reverse commit of unfinished patch for passing audio_delay to the demuxers.Gravatar corey2006-02-09
* Patch by Stefan Huehner / stefan % huehner ! org \Gravatar rathann2006-02-09
* fix -idx with ODML files (patch by Benjamin Zores < ben _at_ tutuxclan.org >)Gravatar aurel2006-02-09
* Fix CSeq answer for keepalive OPTIONS requests during playbackGravatar rtognimp2006-02-08
* 10l 1000 fps fixGravatar michael2006-02-08
* read data in nBlockAlign aligned chunksGravatar reimar2006-02-07
* 1. Include audio_delay as an argument to demux_seek.Gravatar corey2006-02-07