aboutsummaryrefslogtreecommitdiffhomepage
path: root/demux/packet.c
Commit message (Expand)AuthorAge
* demux/packet: fix demux_packet_shortenGravatar Tom Yan2018-09-30
* demux: support for some kinds of timed metadataGravatar wm42018-04-18
* video: make decoder wrapper a filterGravatar wm42018-01-30
* demux_mkv: rewrite packet reading to avoid 1 memcpy()Gravatar wm42017-11-05
* demux: improve and optimize cache pruning and seek range determinationGravatar wm42017-11-04
* demux: get rid of demux_packet.new_segment fieldGravatar wm42017-10-24
* demux: fix crash with cue/ordered chapter filesGravatar wm42017-10-23
* demux/packet: change license to LGPLGravatar wm42017-04-21
* demux: estimate total packet size, deprecate packet number limitsGravatar wm42017-04-14
* Use AV_INPUT_BUFFER_PADDING_SIZE instead of deprecated oneGravatar wang-bin2017-02-08
* demux_mkv: passthrough BlockAdditions for libvpx alphaGravatar wm42017-01-31
* build: replace some FFmpeg API checks with version checksGravatar wm42017-01-24
* Rewrite ordered chapters and timeline stuffGravatar wm42016-02-15
* demux_mkv: refactor packet parsingGravatar wm42015-02-05
* demux: unbreak build with LibavGravatar wm42014-11-03
* demux_mkv: implement audio skipping/trimmingGravatar wm42014-11-03
* demux: gracefully handle packet allocation failuresGravatar wm42014-09-16
* demux: always use AVPacketGravatar wm42014-08-25
* Remove stream_pts stuffGravatar wm42014-07-06
* demux: move packet functions to a separate source fileGravatar wm42014-07-05