10411 Commits (4326bc364b58e97fc3d89417054a6b7610179a00)

Author SHA1 Message Date
Martin Storsjö 59f0275dd0 movenc: Adjust the pts of new fragments similarly to what is done for dts 10 years ago
Martin Storsjö 8a70ef94b9 libavformat: Add a muxer wrapping mpegts encoding into RTP 10 years ago
Thomas Volkert a505c0d737 rtp: Initial H.261 support 10 years ago
Martin Storsjö adc214e679 rtpenc: Avoid brittle switch fallthroughs 10 years ago
Martin Storsjö df07c07b3d rtpdec_h263_rfc2190: Clear the stored bits if discarding buffered data 10 years ago
Martin Storsjö 42181740a3 rtpenc: Set the AVFMT_TS_NONSTRICT flag 10 years ago
Martin Storsjö 01f251c44d rtpenc: Set the timestamp properly when sending mpegts data, too 10 years ago
Tristan Matthews f2c614e8c4 srtpproto: fix option flag type 10 years ago
Martin Storsjö 456e93bfdd dashenc: Adjust the start time of a segment to the end of the previous segment 10 years ago
Martin Storsjö 2f628d5943 dashenc: Write segment timelines properly if the timeline has gaps 10 years ago
Martin Storsjö 6f4364aba9 mov: Fix handling of zero-length metadata values 10 years ago
Xiaohan Wang 490a3ebf36 matroskadec: Fix read-after-free in matroska_read_seek() 10 years ago
Martin Storsjö e737a4aaaf dashenc: Change the duration fields to 64 bit 10 years ago
Bryan Huh fa8934d6d6 dashenc: log file output progress in verbose mode 10 years ago
Martin Storsjö 95d880fa64 rtpproto: Fix the input RTP data format check 10 years ago
Martin Storsjö fccfc22d1f libavformat: Build hevc.o when building the RTP muxer 10 years ago
Dave Rice 3c01039e0b mov: further expand the list of parsed metadata tags 10 years ago
Vittorio Giovara e2e07dbaab mov: expand the list of parsed metadata tags 10 years ago
Vittorio Giovara b704b648f9 mov: parse XMP metadata on demand 10 years ago
Vittorio Giovara 174c5fde90 mov: parse @PRM and @PRQ metadata tags 10 years ago
Vittorio Giovara 35384934d6 mov: cosmetics: reorder the list of tags 10 years ago
Joakim Plate 90411b333d Allow reading of growing avi files (currently being written) 10 years ago
Carl Eugen Hoyos 250e077ee9 riff: Support decoding png in avi (ImageJ) 10 years ago
Martin Storsjö 29bc7bfba2 rtpproto: Write a warning if the input data written isn't RTP packetized 10 years ago
Luca Barbato 4fd7e63c87 mp3: Tweak the probe scores 10 years ago
Luca Barbato 4f5906a1d7 latm: Do not give a score for a single instance 10 years ago
Matthieu Bouron 8c0a865ad9 mov: skip version and flags attributes in mov_read_chan() 10 years ago
Luca Barbato 1c77ead1fb rm: Use the correct codec_data_size signedness 10 years ago
Luca Barbato 69c1fe7c9c mkv: Validate ASS Start and End fields 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
Thilo Borgmann 3cec81f4d4 mov: allocate the tag value dynamically 10 years ago
Vittorio Giovara e352b29371 mov: Add an option for exporting all metadata 10 years ago
Vittorio Giovara 5639ed9abb mov: do not truncate the language-prefixed tag 10 years ago
Vittorio Giovara 604c9b1196 rtsp: move the CONFIG_ macros to the beginning of the check 10 years ago
Martin Storsjö 491805636c rtmpproto: Fix a typo in a comment 10 years ago
Martin Storsjö fcae9f212a dashenc: Avoid a VLA-like construct 10 years ago
Bryan Huh a9d8d35e48 dashenc: Add options to make segment names configurable 10 years ago
Martin Storsjö 01eac895ab rtmpproto: Only prepend @setDataFrame for onMetaData and |RtmpSampleAccess 10 years ago
Martin Storsjö 44127b157e rtmppkt: Make pkt->data reallocable 10 years ago
Martin Storsjö 3c3b8003a1 rtmpproto: Simplify code for copying data into the output packet 10 years ago
Martin Storsjö 857e6667f9 rtmpproto: Clarify a comment 10 years ago
Martin Storsjö 675ac56b7e Revert "lavf: Don't try to update files atomically with renames on windows" 10 years ago
Martin Storsjö 79fd186a50 lavf: Use MoveFileEx instead of rename/_wrename on windows 10 years ago
Martin Storsjö 9326d64ed1 Share the utf8 to wchar conversion routine between lavf and lavu 10 years ago
Martin Storsjö 234fb81e31 movenc: Expose the fragment index as an avoption 10 years ago
Martin Storsjö ee37620b6a movenc: Add a flag for indicating a discontinuous fragment 10 years ago
Martin Storsjö 960aff379d lavf: Use wchar functions for filenames on windows for mkdir/rmdir/rename/unlink 10 years ago
Martin Storsjö b9d08c77a4 lavf: Don't try to update files atomically with renames on windows 10 years ago