summaryrefslogtreecommitdiffstats
path: root/libavformat/mpegtsenc.c
Commit message (Expand)AuthorAgeFilesLines
* mpegts: Mark the muxer as supporting variable fpsLuca Barbato2015-07-151-1/+1
* Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-191-1/+1
* mpegtsenc: Take max_delay into account when buffering multiple audio packets ...Martin Storsjö2015-04-031-1/+4
* libavformat: Use ffio_free_dyn_buf where applicableMartin Storsjö2015-02-241-3/+2
* mpegts: Support running the write_trailer function without an AVIOContextMartin Storsjö2014-12-191-1/+2
* Drop the unofficial extension prefix for MPEG and MPEG-TS formatsFlorent Le Coz2014-12-021-1/+1
* mpegtsenc: recognize .mts as MPEG Transport StreamJean-Baptiste Mardelle2014-12-021-1/+1
* Add support for BDAV/m2ts-mode muxingFredrik Axelsson2014-12-021-7/+35
* lavf: Set the stream time base hint properly for chained muxersMartin Storsjö2014-10-061-0/+1
* mpegts: Do not try to write a PMT larger than SECTION_SIZELuca Barbato2014-08-131-1/+23
* mpegts: Return proper error code on invalid input dataNidhi Makhijani2014-08-101-5/+5
* mpegts: Use av_free() to free memory allocated by av_strdup()Diego Biurrun2014-08-081-3/+3
* mpegts: Fix memory leaks and related crashes in mpegs_write_header()Diego Biurrun2014-08-071-3/+18
* mpegts: Avoid unnecessary variable shadowingDiego Biurrun2014-08-071-1/+0
* mpegts: Drop some unnecessary parenthesesDiego Biurrun2014-08-071-6/+6
* mpegts: K&R formatting cosmeticsDiego Biurrun2014-08-071-196/+216
* mpegts: Add HEVC definitionsFemi Adeyemi-Ejeye2014-08-051-0/+3
* mpegts: Define the section length with a constantLuca Barbato2014-08-041-3/+7
* lavf: switch to AVStream.time_base as the hint for the muxer timebaseAnton Khirnov2014-06-181-3/+10
* mpegts: Provide an option to override the pcr periodLuca Barbato2014-06-101-1/+4
* mpegts: Move the option section to the bottomLuca Barbato2014-06-101-35/+35
* lavc: Rename avpriv_mpv_find_start_code after moving out from mpegvideoMartin Storsjö2013-03-261-2/+3
* mpegts: add support for stream_type 0x42, which is CAVSCan Wu2013-03-151-0/+3
* mpegtsenc: set muxing type notification to verboseLuca Barbato2012-10-101-3/+3
* avformat: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun2012-10-011-1/+1
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-041-8/+8
* avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union memberMartin Storsjö2012-09-041-1/+1
* avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö2012-09-041-2/+2
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-21/+21
* Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-301-1/+1
* mpegtsenc: use avio_open_dyn_buf(), zero pointers after freeingJindřich Makovička2012-06-041-46/+9
* mpegtsenc: Support LATM packetization for AACJindrich Makovicka2012-06-031-5/+28
* mpegtsenc: use AVFormatContext for AAC packetizationJindrich Makovicka2012-06-031-30/+83
* mpegtsenc: use AVERROR() for return codesJindrich Makovicka2012-06-031-6/+14
* cosmetics: Align muxer/demuxer declarationsMartin Storsjö2012-04-061-1/+1
* mpegtsenc: allow user triggered PES packet flushingJindrich Makovicka2012-03-261-9/+31
* libavformat: Set the default for the max_delay option to -1Martin Storsjö2012-03-201-0/+3
* mpegtsenc: Add an AVOption for forcing a new PAT/PMT/SDT to be writtenMartin Storsjö2012-02-131-0/+10
* s/vbsf/bsf/Mike Melanson2012-01-301-1/+1
* lavf: remove disabled FF_API_MUXRATE cruftAnton Khirnov2012-01-271-5/+0
* mpegts: adjustable minimum PES payloadJindřich Makovička2011-12-281-9/+26
* mpegts: properly output large audio packetsJindřich Makovička2011-12-281-4/+12
* mpegts: rename payload_index to payload_sizeLuca Barbato2011-12-191-9/+9
* Fix a bunch of common typos.Diego Biurrun2011-12-111-1/+1
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-1/+1
* adtsenc: Check frame size.Alex Converse2011-11-281-2/+7
* lavc: rename ff_find_start_code to avpriv_mpv_find_start_codeAnton Khirnov2011-10-201-1/+1
* mpegenc/mpegtsenc: add muxrate private options.Anton Khirnov2011-10-171-1/+5
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-121-5/+5
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-10/+10
OpenPOWER on IntegriCloud