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