15921 Commits (a586b3d9b1df9099c18d3e15c9b261f6612ad2ac)

Author SHA1 Message Date
Mika Raento a59808dd57 mov.c: allow reading fragment start dts/pts from fragmented mp4 10 years ago
Mark McGough 76c70e33d2 icecast: Do not use chunked post 10 years ago
Martin Storsjö e44ee1eb8d movenc: Simplify code by using an existing local pointer 10 years ago
Martin Storsjö dad12ce452 movenc: Print a warning for an unhandled case of nonzero start dts with empty_moov 10 years ago
Martin Storsjö dbb472cb2f movenc: Write edit lists for fragmented files as well, if necessary 10 years ago
Martin Storsjö 95ee4e2ce7 movenc: Add some comments explaining subtle details in writing the edit lists 10 years ago
Michael Niedermayer 72f801619a movenc: Adjust edit lists to trim out parts of tracks with negative pts 10 years ago
Martin Storsjö 8bef433881 smoothstreamingenc: Simplify code by removing a redundant variable 10 years ago
Michael Niedermayer bd239c9a2e lavf: Don't drop both pts and dts if timestamps are invalid 10 years ago
Clément Bœsch 937aac4f97 avformat/assenc: make sure we crawl extradata only if it's non-null 11 years ago
Benoit Fouet 5e6fd132ff avformat/movenc: add EAC3 muxing support. 11 years ago
Luca Barbato 1d4579e38e tcp: Add AVOption support 11 years ago
Luca Barbato cd9d6399fd tls: Support passing old-style tcp options 11 years ago
Luca Barbato 3df8d52fcd rtsp: Add rtsps to the probe 11 years ago
Luca Barbato c839b0439f rtsp: Support tls when in listen mode 11 years ago
Luca Barbato 8b2e9636c5 rtsp: Support tls-encapsulated RTSP 11 years ago
Luca Barbato c27328e749 rtsp: Check for command strings without spaces 11 years ago
Luca Barbato 09e1ccc8cd sctp: Use AVERROR_BUG instead of abort() 11 years ago
Luca Barbato eb4f906900 lavf: More informative error message 11 years ago
Michael Niedermayer e96fb980dc avformat/format: move mime_type_opt declaration to where its used 11 years ago
Michael Niedermayer 27123a77c1 avformat/os_support: include unistd.h before defining lseek to lseek64 on android 11 years ago
Vignesh Venkatasubramanian 233f3ad869 lavf/webm_dash: Allow filenames without directories 11 years ago
Frank Galligan 241b306b1e Fix writing first audio Cues in dash mode. 11 years ago
Benoit Fouet 7cda31cb92 avformat/mov: E-AC-3 streams need parsing too. 11 years ago
Yu Xiaolei d5a6f11272 lavf: fix 2GB file seek limit on Android 11 years ago
Michael Niedermayer 5d36e8527f avformat/mov: Fix 'warning: format specifies type unsigned short but the argument has type int' 11 years ago
Michael Niedermayer 0578623039 avformat/dump: use format dump_separator if the codec one is not set 11 years ago
Michael Niedermayer cf7b90dea2 fix seperator typo 11 years ago
Michael Niedermayer f0a6874de8 avformat: Allow choosing the dump format field separator. 11 years ago
Michael Niedermayer be695ee389 avformat/matroskadec: do not trust the default duration to be the real 1/timebase if its less than 5fps 11 years ago
Vittorio Giovara 0d8a3656ba mov: support the Color Parameter Atoms 'colr' 11 years ago
Sylvain Rabot 167e6f1489 dump: Update streams and chapters printout format 11 years ago
Vittorio Giovara 20a5956b8d dump: split audio and video probing on multiple lines 11 years ago
Vittorio Giovara 7ae9791b64 avformat: bump version after mime_type change 11 years ago
Andreas Cadhalpun b15b06ebf5 avformat: use const char* instead of uint8_t* for AVProbeData.mime_type 11 years ago
Michael Niedermayer 158b3fb584 avformat/tiertexseq: use av_freep(), do not leave stale pointers in memory 11 years ago
Michael Niedermayer 0026c4ecfd avformat/hls: use av_freep(), do not leave stale pointers in memory 11 years ago
Mark Reid 5c50214eed avformat/mxfdec: read reel_name and source timecode from physical source package 11 years ago
Martin Storsjö 28816050e4 lavf: Set the stream time base hint properly for chained muxers 11 years ago
Martin Storsjö b762494438 sdp: Simplify parsing/conversion of H264 extradata 11 years ago
Michael Niedermayer 02f7665a3c avformat/mov: do not overwrite extradata in mov_read_glbl() 11 years ago
James Almer ddc3768161 avformat: remove obsolete FF_API_READ_PACKET cruft 11 years ago
James Almer ecf457f3ac avformat: remove obsolete FF_API_CLOSE_INPUT_FILE cruft 11 years ago
James Almer 3bd9f17b8a avformat: remove obsolete FF_API_SET_PTS_INFO cruft 11 years ago
James Almer a578b93c73 avformat: remove obsolete FF_API_NEW_STREAM cruft 11 years ago
James Almer cc787709ee avformat: remove obsolete FF_API_FORMAT_PARAMETERS cruft 11 years ago
James Almer 903a0acba4 avformat: remove obsolete FF_API_ALLOC_OUTPUT_CONTEXT cruft 11 years ago
Michael Niedermayer c02ea58c5f avformat/options_table: add FF_COMPLIANCE_UNOFFICIAL 11 years ago
Alexander Strasser e079d43af8 avformat/img2dec: Attempt to detect non-escaped glob patterns too (-pattern_type glob) 11 years ago
Michael Niedermayer 684508ba15 avformat/img2dec: Support -loop with pipes 11 years ago