16188 Commits (7a79c055e378d1a079d439c3e99fa45289d4a68e)

Author SHA1 Message Date
Michael Niedermayer 02484d1a93 avio: fix sizeof argument 10 years ago
Vittorio Giovara 8ab3b71e4b idcin: fix return check 10 years ago
Andrey Utkin 81ce3f8e80 avformat/http: Use ff_http_averror() 10 years ago
Andrey Utkin 9d86ce783b avformat/http: Introduce ff_http_averror() 10 years ago
Kacper Michajłow f22cf88fd3 rtmpproto: Don't mistake app for playpath. 10 years ago
Michael Niedermayer a71a5c911e avformat/riff: Add UGY2 10 years ago
Michael Niedermayer 057ea2a982 avformat: Add format_whitelist 10 years ago
Alexander Drozdov 0034314a69 rtmp: Always call rtmp_close() on rtmp_open() failure 10 years ago
Anton Khirnov fb238f8230 urlprotocol: remove unused url_interrupt_cb declaration 10 years ago
Uwe L. Korn 9bec3ca2b8 rtmpproto: Add pause support 10 years ago
Uwe L. Korn f4cd8b80b9 rtmpproto: Track last received timestamp 10 years ago
Mika Raento 75c8d7c2b4 hlsenc.c, segment.c: propagate defaults to mpegts 10 years ago
Benoit Fouet 242f8bb3a8 avformat/id3v2: support buggy id3v2.3 tag length in id3v2.4 10 years ago
Michael Niedermayer 1aed82846c avformat/m4vdec: mark as possibly containing discontinuities 10 years ago
Uwe L. Korn e65c776d18 rtmpproto: Add getStreamLength call to query duration 10 years ago
Uwe L. Korn 324b23dde1 rtmpproto: Add function to read a number response 10 years ago
Luca Barbato 0db6bbb24c avformat: Make avformat_free_context handle NULL 10 years ago
Benoit Fouet 8bcf425d06 avformat/id3v2: silence a warning when CONFIG_ZLIB is unset. 10 years ago
Michael Lynch 460b509a34 rtsp: Check a memory allocation 10 years ago
Di Wu 0e406aba14 mpegts: add the judgement if a new program is created successfully 10 years ago
Michael Niedermayer d267a0f8c1 avformat/util: Simplify av_guess_frame_rate() by using AVCodecContext.framerate 10 years ago
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