summaryrefslogtreecommitdiff
path: root/libavformat/mpegts.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* mpegts: Validate the SL Packet Header ConfigurationLuca Barbato2016-05-03
* mpegts: Forward the errors on mpeg4 objects parsingLuca Barbato2016-03-20
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-26
* mpegts: use avcodec_get_type() to set codec_typewm42015-09-28
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* mpegts: Add jpeg2000 stream typeJohn Högberg2015-06-30
* mpegts: Update the PSI/SI table only if the version changeJohn Högberg2015-04-28
* Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-19
* avformat: Don't anonymously typedef structsDiego Biurrun2015-02-14
* mpegts: relax restrictions on matching the packet start in read_headerAnton Khirnov2015-02-10
* lavf: remove unused codewm42015-02-08
* mpegts: add support for OpusKieran Kunhya2014-12-20
* mpegts: check get16() return valueVittorio Giovara2014-12-18
* mpegts: Allow custom max resync sizeLuca Barbato2014-09-03
* cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-15
* mpegts: do not export empty language tagsJan Gerber2014-07-21
* mpegts: pass MpegTSContext ptr explicitlyAlexander V. Lukyanov2014-07-10
* mpegts: Forward error codes in various functionsKeiji Costantini2014-03-18
* mpegts: K&R formatting cosmeticsKeiji Costantini2014-03-18
* mathops: move macro to the only place it is usedVittorio Giovara2014-03-04
* libavformat/mpegts: expose raw packet sizeLeandro Dorileo2014-02-19
* mpegts: add HEVC registration descriptorCarl Eugen Hoyos2013-12-12
* mpegts: Support HEVC demuxingMickaël Raulet2013-10-31
* avformat: Use av_reallocp_array() where suitableAlexandra Khirnova2013-09-10
* avio: Add const qualifiers to ffio_read_indirectBen Avison2013-08-08
* mpegts: Remove one 64-bit integer modulus operation per packetBen Avison2013-08-05
* mpegts: Make discard_pid() faster for single-program streamsBen Avison2013-08-05
* mpegts: Remove one memcpy per packetBen Avison2013-08-05
* mpegts: add support for stream_type 0x42, which is CAVSCan Wu2013-03-15
* avformat: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-13
* av_log_missing_feature() ---> avpriv_report_missing_feature()Diego Biurrun2013-03-13
* avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov2013-03-08
* mpegts: Share the cleanup code between the demuxer and lavf-internal parser f...Martin Storsjö2013-01-20
* bitstream: add get_bits64() to support reading more than 32 bits at onceMichael Niedermayer2012-12-07
* mpegts: Drop pointless casting of hex_dump_debug argumentsDiego Biurrun2012-10-01
* avformat: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun2012-10-01
* mpegts: check substreams before discardingChristian Schmidt2012-09-12
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-04
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-30
* mpegts: remove unused/incomplete/broken seeking codeRonald S. Bultje2012-06-19
* mpegts: Remove disabled extension matching probe.Alex Converse2012-06-07
* mpegts: Some additional HDMV types and reg descriptors for mpegtsJoakim Plate2012-05-03
* mpegts: Make sure we don't return uninitialized packetsMartin Storsjö2012-04-27
* mpegts: Try seeking back even for nonseekable protocolsMartin Storsjö2012-04-23
* cosmetics: Align muxer/demuxer declarationsMartin Storsjö2012-04-06
* mpegts: Fix dead error checksAlex Converse2012-03-26
* mpegts: Always honor a registration descriptor if present and there is no oth...Alex Converse2012-03-09