summaryrefslogtreecommitdiffstats
path: root/libao2/ao_lavc.c
Commit message (Collapse)AuthorAgeFilesLines
* encode: add options --ovfirst and --oafirstRudolf Polzer2012-09-291-0/+2
| | | | | | This allows to define which stream is to be used as first output stream. This is useful because dvdauthor refuses VOB files where the audio stream is the first stream.
* encode: fix -ocopyts with certain DVD imagesRudolf Polzer2012-09-291-22/+44
| | | | | | When timestamps jump by more than 30 seconds, assume an unexpected discontinuity. Fixes encoding aborts (i.e. no more frames written) at DVD cell switches.
* encode: video encoding now supported using mencoder-like optionsRudolf Polzer2012-09-181-0/+588