summaryrefslogtreecommitdiffstats
path: root/demux/packet.c
Commit message (Expand)AuthorAgeFilesLines
* demux/packet: change license to LGPLwm42017-04-211-7/+8
* demux: estimate total packet size, deprecate packet number limitswm42017-04-141-0/+26
* Use AV_INPUT_BUFFER_PADDING_SIZE instead of deprecated onewang-bin2017-02-081-1/+1
* demux_mkv: passthrough BlockAdditions for libvpx alphawm42017-01-311-1/+19
* build: replace some FFmpeg API checks with version checkswm42017-01-241-1/+1
* Rewrite ordered chapters and timeline stuffwm42016-02-151-0/+5
* demux_mkv: refactor packet parsingwm42015-02-051-3/+11
* demux: unbreak build with Libavwm42014-11-031-0/+4
* demux_mkv: implement audio skipping/trimmingwm42014-11-031-0/+16
* demux: gracefully handle packet allocation failureswm42014-09-161-7/+11
* demux: always use AVPacketwm42014-08-251-43/+32
* Remove stream_pts stuffwm42014-07-061-2/+0
* demux: move packet functions to a separate source filewm42014-07-051-0/+124