15956 Commits (004f1c6cf13a7f3b6273d693b256d9d85bbc50bd)

Author SHA1 Message Date
Michael Niedermayer 004f1c6cf1 avformat/utils: Try to correct the codec_framerate in ff_compute_frame_duration() for the encoding case 10 years ago
Michael Niedermayer 46f52274f3 avformat/oggparsedirac: use AVCodecContext.framerate 10 years ago
Michael Niedermayer 1b54e6b12b avformat/mov: auodetect "use_mfra_for" 10 years ago
Michael Lynch c69f230a3a avformat/rtsp: check memory allocation 10 years ago
Martin Storsjö 79dd756e14 rtmpproto: Fix a typo 10 years ago
Martin Storsjö ced7238cd0 rtpdec_hevc: Use av_realloc instead of av_malloc+memcpy 10 years ago
Martin Storsjö 752e71e74f rtpdec_hevc: Rename a variable for clarity 10 years ago
Clément Bœsch d281a87ae3 avformat/assdec: typo fix 10 years ago
Clément Bœsch bf700a995d avformat/assenc: support remuxing old V4 ASS form (SSA) 10 years ago
Michael Niedermayer a92192d2e4 avformat/utils: use av_reduce() to simplify code and avoid overflow in ff_compute_frame_duration() 10 years ago
Vittorio Giovara 74b0237798 mov: Correctly check the color transfer characteristics range 10 years ago
Martin Storsjö e5cfc8fdad sdp: Provide out of bound parameter sets for HEVC if extradata is set 10 years ago
Martin Storsjö 9b7f932ee5 rtpdec_hevc: Parse out of band vps/sps/pps/sei from fmtp lines 10 years ago
Anton Khirnov 2d6e58497e lavf: switch to AVCodecContext.framerate for demuxing 10 years ago
Michael Niedermayer 676110e6d4 avformat/mxfdec: cleanup if parsing the header metadata fails 10 years ago
Michael Niedermayer 0834f2056c avformat/mxfdec: Fix memleak of packages_refs 10 years ago
Michael Niedermayer aae4f5108d avformat/mxfdec: Fix memleak of primer_packs 10 years ago
Michael Niedermayer e3b28f10bb avformat/mxfdec: Fix termination of mxf_data_essence_container_uls 10 years ago
Martin Storsjö a74f8121d8 mov: Handle tfdt atoms 10 years ago
Martin Storsjö c2c22c75cf movenc: Write tfdt atoms 10 years ago
Michael Niedermayer d58fa9482e avformat/mp3enc: use initial_padding 10 years ago
Michael Niedermayer 40f2b16d52 avformat/utils: print more information with av_dlog() in compute_pkt_fields() 10 years ago
Anton Khirnov eabdc2a830 lavf: use initial_padding instead of deprecated delay 10 years ago
Benoit Fouet f87134c7a1 avformat/movenc: add support for syncframes concatenation for E-AC-3. 10 years ago
Michael Niedermayer 57884172e0 avformat/mov: fix mix of declaration and statement 10 years ago
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 10 years ago
Benoit Fouet 5e6fd132ff avformat/movenc: add EAC3 muxing support. 10 years ago
Luca Barbato 1d4579e38e tcp: Add AVOption support 10 years ago
Luca Barbato cd9d6399fd tls: Support passing old-style tcp options 10 years ago
Luca Barbato 3df8d52fcd rtsp: Add rtsps to the probe 10 years ago
Luca Barbato c839b0439f rtsp: Support tls when in listen mode 10 years ago
Luca Barbato 8b2e9636c5 rtsp: Support tls-encapsulated RTSP 10 years ago
Luca Barbato c27328e749 rtsp: Check for command strings without spaces 10 years ago
Luca Barbato 09e1ccc8cd sctp: Use AVERROR_BUG instead of abort() 10 years ago
Luca Barbato eb4f906900 lavf: More informative error message 10 years ago
Michael Niedermayer e96fb980dc avformat/format: move mime_type_opt declaration to where its used 10 years ago
Michael Niedermayer 27123a77c1 avformat/os_support: include unistd.h before defining lseek to lseek64 on android 10 years ago
Vignesh Venkatasubramanian 233f3ad869 lavf/webm_dash: Allow filenames without directories 10 years ago
Frank Galligan 241b306b1e Fix writing first audio Cues in dash mode. 10 years ago
Benoit Fouet 7cda31cb92 avformat/mov: E-AC-3 streams need parsing too. 10 years ago
Yu Xiaolei d5a6f11272 lavf: fix 2GB file seek limit on Android 10 years ago