aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
| * demux_lavf: use stream_peek() instead of read/unreadGravatar wm42013-06-25
| * stream: add stream_peek functionGravatar wm42013-06-25
| * stream: never let read functions return values < 0Gravatar wm42013-06-25
| * stream: readd memory streamsGravatar wm42013-06-25
| * Move/rename subreader.cGravatar wm42013-06-25
| * sd_ass: fix nonsenseGravatar wm42013-06-25
| * sd_ass: disable special handling of subtitles with duration 0Gravatar wm42013-06-25
* | cache: cache number of chaptersGravatar wm42013-06-24
| * sd_ass: handle libavformat ASS comment packets as wellGravatar wm42013-06-23
| * subreader: remove overlap handling codeGravatar wm42013-06-23
| * sub: do some timing postprocessing on preloaded subsGravatar wm42013-06-23
| * sub: preload external text subtitlesGravatar wm42013-06-23
| * sub: remove redundant conditionGravatar wm42013-06-23
| * stream: remove padding parameter from stream_read_complete()Gravatar wm42013-06-23
| * demux: don't require fill_buffer callbackGravatar wm42013-06-23
* | av_log: change how ffmpeg log messages are formattedGravatar wm42013-06-22
* | configure: cocoa: link to libarcliteGravatar Stefano Pigozzi2013-06-22
* | ildetect: $ILDETECT_RUN_INTERLACED_ONLY to only run the job if not progressiveGravatar Rudolf Polzer2013-06-21
* | ildetect.sh: add a quiet mode; verify telecine decisionGravatar Rudolf Polzer2013-06-20
* | ildetect.sh: skip needlessly going through vo_lavcGravatar Rudolf Polzer2013-06-20
* | encoding: use --start for ratios, etc.Gravatar Rudolf Polzer2013-06-20
* | command line: allow --o= to disable encoding (i.e. empty string file name)Gravatar Rudolf Polzer2013-06-20
* | encode_lavc: simplify encoding status output; remove percentageGravatar Rudolf Polzer2013-06-20
* | ildetect.sh: better interlace detection rangeGravatar Rudolf Polzer2013-06-20
* | ildetect.sh: env vars supportGravatar Rudolf Polzer2013-06-20
* | OSX: fix compilation with 10.7 SDKGravatar Stefano Pigozzi2013-06-19
* | ao_wasapi0: add new wasapi event mode aoGravatar Jonathan Yong2013-06-18
* | vo_lavc: remove unused variableGravatar wm42013-06-18
* | configure: remove redundant WINVER setGravatar Jonathan Yong2013-06-18
* | cache: fix stream_pts cachingGravatar wm42013-06-18
* | sd_srt: handle '<font color="##FFA500">'Gravatar wm42013-06-18
* | osdep: remove shmem wrapperGravatar wm42013-06-18
* | cache: actually use time instead of retry count for slow cache warningGravatar wm42013-06-18
* | vo_lavc: do NOT fill pict_type from the mp_imageGravatar Rudolf Polzer2013-06-17
* | vo_lavc: use mp_image_copy_fields_to_av_frameGravatar Rudolf Polzer2013-06-17
|/
* cache: fix build on OSX (again)Gravatar wm42013-06-16
* cache: fix compilation on LibavGravatar wm42013-06-16
* cache: use correct header for clock_gettimeGravatar wm42013-06-16
* ao_dsound: fix compilationGravatar wm42013-06-16
* configure: make check for stream cache verboseGravatar wm42013-06-16
* Merge branch 'cache_new'Gravatar wm42013-06-16
|\
| * stream: don't set sector size on cacheGravatar wm42013-06-16
| * cache: attempt to improve slow cache warningGravatar wm42013-06-16
| * cache: report more precise stream timeGravatar wm42013-06-16
| * stream: don't align stream position if not neededGravatar wm42013-06-16
| * stream: don't adjust stream position if seek succeeds, but read failsGravatar wm42013-06-16
| * stream: fix some aspects of EOF handlingGravatar wm42013-06-16
| * stream: don't set EOF flag in stream implementationsGravatar wm42013-06-16
| * stream: remove stream_reset()Gravatar wm42013-06-16
| * stream: check for interruption when trying to reconnect streamGravatar wm42013-06-16