160 Commits (6f57375d707de40dcec28d3cef886c364e032c21)

Author SHA1 Message Date
Vittorio Giovara 1a3eb042c7 Replace av_dlog with normal av_log at trace level 10 years ago
Martin Storsjö 7d097a0fc5 mpegtsenc: Take max_delay into account when buffering multiple audio packets into one PES packet 10 years ago
Martin Storsjö 8e32b1f096 libavformat: Use ffio_free_dyn_buf where applicable 10 years ago
Martin Storsjö e2ce163922 mpegts: Support running the write_trailer function without an AVIOContext 10 years ago
Florent Le Coz 2e0935965b Drop the unofficial extension prefix for MPEG and MPEG-TS formats 10 years ago
Jean-Baptiste Mardelle 7319a47c7e mpegtsenc: recognize .mts as MPEG Transport Stream 10 years ago
Fredrik Axelsson 8f8caca224 Add support for BDAV/m2ts-mode muxing 10 years ago
Martin Storsjö 28816050e4 lavf: Set the stream time base hint properly for chained muxers 10 years ago
Luca Barbato e8049af132 mpegts: Do not try to write a PMT larger than SECTION_SIZE 10 years ago
Nidhi Makhijani 8dca0877e3 mpegts: Return proper error code on invalid input data 10 years ago
Diego Biurrun 454697603e mpegts: Use av_free() to free memory allocated by av_strdup() 10 years ago
Diego Biurrun 5b220e1e19 mpegts: Fix memory leaks and related crashes in mpegs_write_header() 10 years ago
Diego Biurrun f8ab9f2fe3 mpegts: Avoid unnecessary variable shadowing 10 years ago
Diego Biurrun 6d6bd3a3db mpegts: Drop some unnecessary parentheses 10 years ago
Diego Biurrun b7b1bf9166 mpegts: K&R formatting cosmetics 10 years ago
Femi Adeyemi-Ejeye 2601a9447e mpegts: Add HEVC definitions 10 years ago
Luca Barbato 89616408e3 mpegts: Define the section length with a constant 10 years ago
Anton Khirnov 194be1f43e lavf: switch to AVStream.time_base as the hint for the muxer timebase 11 years ago
Luca Barbato f121dbd9f7 mpegts: Provide an option to override the pcr period 11 years ago
Luca Barbato 3f7e94eccd mpegts: Move the option section to the bottom 11 years ago
Martin Storsjö f1e9398621 lavc: Rename avpriv_mpv_find_start_code after moving out from mpegvideo 12 years ago
Can Wu 81cf53e133 mpegts: add support for stream_type 0x42, which is CAVS 12 years ago
Luca Barbato 82569b01a1 mpegtsenc: set muxing type notification to verbose 12 years ago
Diego Biurrun 72eaba5e4f avformat: Convert some commented-out printf/av_log instances to av_dlog 12 years ago
Martin Storsjö e6153f173a avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 12 years ago
Martin Storsjö d58dd4b5b5 avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union member 12 years ago
Martin Storsjö 124134e424 avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Diego Biurrun 0177b7d23a Improve descriptiveness of a number of codec and container long names 12 years ago
Jindřich Makovička 84e430dd7b mpegtsenc: use avio_open_dyn_buf(), zero pointers after freeing 13 years ago
Jindrich Makovicka 2439bd8681 mpegtsenc: Support LATM packetization for AAC 13 years ago
Jindrich Makovicka b1c56eabe8 mpegtsenc: use AVFormatContext for AAC packetization 13 years ago
Jindrich Makovicka d1a3a3d4b2 mpegtsenc: use AVERROR() for return codes 13 years ago
Martin Storsjö 20234a4bd7 cosmetics: Align muxer/demuxer declarations 13 years ago
Jindrich Makovicka 3fadb29baf mpegtsenc: allow user triggered PES packet flushing 13 years ago
Martin Storsjö 4fa57d524f libavformat: Set the default for the max_delay option to -1 13 years ago
Martin Storsjö ddf422803b mpegtsenc: Add an AVOption for forcing a new PAT/PMT/SDT to be written 13 years ago
Mike Melanson cc09dc7863 s/vbsf/bsf/ 13 years ago
Anton Khirnov f0cb13958d lavf: remove disabled FF_API_MUXRATE cruft 13 years ago
Jindřich Makovička 891ce00c8d mpegts: adjustable minimum PES payload 13 years ago
Jindřich Makovička 6fa9843b4b mpegts: properly output large audio packets 13 years ago
Luca Barbato 1c66862472 mpegts: rename payload_index to payload_size 13 years ago
Diego Biurrun da9cea77e3 Fix a bunch of common typos. 13 years ago
Anton Khirnov c3f9ebf743 lavf: make av_set_pts_info private. 13 years ago
Alex Converse ac47e014bb adtsenc: Check frame size. 13 years ago
Anton Khirnov 773375c3d0 lavc: rename ff_find_start_code to avpriv_mpv_find_start_code 13 years ago
Anton Khirnov 5a9ee3152b mpegenc/mpegtsenc: add muxrate private options. 13 years ago
Anton Khirnov 145f741e11 AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* 13 years ago
Anton Khirnov dfc2c4d900 lavf: use designated initialisers for all (de)muxers. 14 years ago
Jindrich Makovicka 575c38d76c mpegtsenc: set Random Access indicator on keyframe start packets 14 years ago