| Commit message (Expand) | Author | Age | Files | Lines |
* | mpegts: Convert to the new bitstream reader | Alexandra Hájková | 2016-11-24 | 1 | -23/+25 |
* | lavf: fix usage of AVIOContext.seekable | Anton Khirnov | 2016-09-30 | 1 | -1/+2 |
* | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -5/+5 |
* | mpegts: Validate the SL Packet Header Configuration | Luca Barbato | 2016-05-03 | 1 | -0/+5 |
* | mpegts: Forward the errors on mpeg4 objects parsing | Luca Barbato | 2016-03-20 | 1 | -9/+16 |
* | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -51/+51 |
* | avpacket: Replace av_free_packet with av_packet_unref | Luca Barbato | 2015-10-26 | 1 | -1/+1 |
* | mpegts: use avcodec_get_type() to set codec_type | wm4 | 2015-09-28 | 1 | -8/+1 |
* | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -7/+7 |
* | mpegts: Add jpeg2000 stream type | John Högberg | 2015-06-30 | 1 | -0/+1 |
* | mpegts: Update the PSI/SI table only if the version change | John Högberg | 2015-04-28 | 1 | -0/+20 |
* | Replace av_dlog with normal av_log at trace level | Vittorio Giovara | 2015-04-19 | 1 | -18/+18 |
* | avformat: Don't anonymously typedef structs | Diego Biurrun | 2015-02-14 | 1 | -2/+2 |
* | mpegts: relax restrictions on matching the packet start in read_header | Anton Khirnov | 2015-02-10 | 1 | -8/+10 |
* | lavf: remove unused code | wm4 | 2015-02-08 | 1 | -1/+0 |
* | mpegts: add support for Opus | Kieran Kunhya | 2014-12-20 | 1 | -1/+53 |
* | mpegts: check get16() return value | Vittorio Giovara | 2014-12-18 | 1 | -1/+4 |
* | mpegts: Allow custom max resync size | Luca Barbato | 2014-09-03 | 1 | -2/+22 |
* | cosmetics: Write NULL pointer equality checks more compactly | Gabriel Dume | 2014-08-15 | 1 | -1/+1 |
* | mpegts: do not export empty language tags | Jan Gerber | 2014-07-21 | 1 | -1/+1 |
* | mpegts: pass MpegTSContext ptr explicitly | Alexander V. Lukyanov | 2014-07-10 | 1 | -5/+4 |
* | mpegts: Forward error codes in various functions | Keiji Costantini | 2014-03-18 | 1 | -48/+61 |
* | mpegts: K&R formatting cosmetics | Keiji Costantini | 2014-03-18 | 1 | -329/+391 |
* | mathops: move macro to the only place it is used | Vittorio Giovara | 2014-03-04 | 1 | -1/+7 |
* | libavformat/mpegts: expose raw packet size | Leandro Dorileo | 2014-02-19 | 1 | -0/+2 |
* | mpegts: add HEVC registration descriptor | Carl Eugen Hoyos | 2013-12-12 | 1 | -0/+1 |
* | mpegts: Support HEVC demuxing | Mickaël Raulet | 2013-10-31 | 1 | -0/+1 |
* | avformat: Use av_reallocp_array() where suitable | Alexandra Khirnova | 2013-09-10 | 1 | -3/+3 |
* | avio: Add const qualifiers to ffio_read_indirect | Ben Avison | 2013-08-08 | 1 | -4/+4 |
* | mpegts: Remove one 64-bit integer modulus operation per packet | Ben Avison | 2013-08-05 | 1 | -1/+4 |
* | mpegts: Make discard_pid() faster for single-program streams | Ben Avison | 2013-08-05 | 1 | -0/+11 |
* | mpegts: Remove one memcpy per packet | Ben Avison | 2013-08-05 | 1 | -13/+28 |
* | mpegts: add support for stream_type 0x42, which is CAVS | Can Wu | 2013-03-15 | 1 | -0/+1 |
* | avformat: av_log_ask_for_sample() ---> avpriv_request_sample() | Diego Biurrun | 2013-03-13 | 1 | -1/+1 |
* | av_log_missing_feature() ---> avpriv_report_missing_feature() | Diego Biurrun | 2013-03-13 | 1 | -1/+1 |
* | avpacket: use AVBuffer to allow refcounting the packets. | Anton Khirnov | 2013-03-08 | 1 | -8/+10 |
* | mpegts: Share the cleanup code between the demuxer and lavf-internal parser f... | Martin Storsjö | 2013-01-20 | 1 | -6/+7 |
* | bitstream: add get_bits64() to support reading more than 32 bits at once | Michael Niedermayer | 2012-12-07 | 1 | -13/+0 |
* | mpegts: Drop pointless casting of hex_dump_debug arguments | Diego Biurrun | 2012-10-01 | 1 | -3/+3 |
* | avformat: Convert some commented-out printf/av_log instances to av_dlog | Diego Biurrun | 2012-10-01 | 1 | -2/+4 |
* | mpegts: check substreams before discarding | Christian Schmidt | 2012-09-12 | 1 | -1/+2 |
* | avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -1/+1 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -52/+52 |
* | Improve descriptiveness of a number of codec and container long names | Diego Biurrun | 2012-07-30 | 1 | -2/+2 |
* | mpegts: remove unused/incomplete/broken seeking code | Ronald S. Bultje | 2012-06-19 | 1 | -96/+0 |
* | mpegts: Remove disabled extension matching probe. | Alex Converse | 2012-06-07 | 1 | -8/+0 |
* | mpegts: Some additional HDMV types and reg descriptors for mpegts | Joakim Plate | 2012-05-03 | 1 | -0/+6 |
* | mpegts: Make sure we don't return uninitialized packets | Martin Storsjö | 2012-04-27 | 1 | -0/+3 |
* | mpegts: Try seeking back even for nonseekable protocols | Martin Storsjö | 2012-04-23 | 1 | -1/+1 |
* | cosmetics: Align muxer/demuxer declarations | Martin Storsjö | 2012-04-06 | 1 | -5/+5 |