226 Commits (0ebcf878032fa32a02e406a3397b51dc8b45109d)

Author SHA1 Message Date
  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
  Florent Le Coz fdcb2873e1 Fix the mime types for MPEG and MPEG-TS formats 11 years ago
  Michael Niedermayer 6552e23d56 avformat/mpegtsenc: fix dts for chained muxing aac in mpegts 11 years ago
  Aman Gupta 72fed6d122 avformat/mpegtsenc: fix minor typo in omit_video_pes_length description 11 years ago
  goodthanks c9cfd45838 avformat/mpegtsenc: Allow DTS audio copy to TS streams 11 years ago
  Michael Niedermayer 66e30a2e65 avformat/mpegtsenc: check avformat_new_stream() return 11 years ago
  Reimar Döffinger 3bd7a7149f Add missing ';'. 11 years ago
  Michael Niedermayer f1c48c3a4d avformat/mpegtsenc: make the pes packet length omission optional 11 years ago
  Graham Booker 60fcc19b90 avformat/mpegtsenc: Changed Video PES packet length to 0. 11 years ago
  Michael Niedermayer 337f74868c avformat/mpegtsenc: use av_malloc_array() 11 years ago
  Peter Ross e61973db6c avformat/mpegtsenc: move startcode validity check to ff_check_h264_startcode 11 years ago
  olugbone b2880a3de9 avformat/mpegtsenc: fix HEVC MPEG TS stream type 11 years ago
  Michael Niedermayer 842b6c14bc avformat/mpegtsenc: Check data array size in mpegts_write_pmt() 11 years ago
  mrlika af786236cc mpegts muxer: DVB subtitles multiple languages support 11 years ago
  Serhii Marchuk 2ebee19e1e mpegts muxer: restore PMT table of DVB teletext from extradata 11 years ago
  Serhii Marchuk f8051bd31a mpegts muxer: Change the default subtitle language to "und" 11 years ago
  Stefano Sabatini a2e78161ce lavf/mpegtsenc: fix weird indent 11 years ago
  Serhii Marchuk c917cde9cc mpegts muxer, DVB subtitles encoder: common DVB subtitles payload 11 years ago
  Andrey Utkin b7ed18b9bd mpegtsenc: add option tables_version 11 years ago
  Timothy Gu a9bbf59be7 cosmetics: Fix "dont" "wont" "doesnt" typos 12 years ago
  Peter Ross d891d354c5 mpegts: Enable muxing of SMPTE KLV metadata 12 years ago
  Carl Eugen Hoyos 8af593dd80 mpegtsenc: Only test the first frame for missing h264_mp4toannexb filter. 12 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
  Clément Bœsch 43adc62e70 lavf/mpegtsenc: fix missing word in error message. 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
  Michael Niedermayer b3b27b63a0 mpegtsenc: add forgotten () 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
  Kifayat ullah 32aeba1275 mpegtsenc: Fix AC3 Sound issue with Blu-ray Players. 12 years ago
  Diego Biurrun 0177b7d23a Improve descriptiveness of a number of codec and container long names 12 years ago
  Michael Niedermayer 53eaca5d6b mpegtsenc: use av_assert 13 years ago
  Michael Niedermayer 91bdced363 mpegtsenc: prevent pcr_packet_period==0 13 years ago
  Michael Niedermayer 80485a4f9a mpegtsenc: make pts/dts offseting optional 13 years ago
  Jindřich Makovička 84e430dd7b mpegtsenc: use avio_open_dyn_buf(), zero pointers after freeing 13 years ago
  Michael Niedermayer c983ca5b90 mpegtsenc: zero pointers after freeing 13 years ago
  Michael Niedermayer 328e203ca9 mpegts_audio_write: fix potential integer overflow 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
  Michael Niedermayer 6bb35f4351 mpegtsenc: fix 10l typo, wrong stream 13 years ago
  Michael Niedermayer 3700f655c5 mpegtsenc: check max_delay in write_packet_internal(). 13 years ago
  Michael Niedermayer 9c409e568f mpegtsenc: fix delay type 13 years ago
  Thierry Foucu cb93946820 mpegtsenc: Add support to mux s302 stream 13 years ago
  Martin Storsjö 20234a4bd7 cosmetics: Align muxer/demuxer declarations 13 years ago