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