15976 Commits (765abb3b76a1a9cb8f6896c30002551fa3bca8fd)

Author SHA1 Message Date
Alexander Drozdov 0034314a69 rtmp: Always call rtmp_close() on rtmp_open() failure 11 years ago
Anton Khirnov fb238f8230 urlprotocol: remove unused url_interrupt_cb declaration 11 years ago
Uwe L. Korn 9bec3ca2b8 rtmpproto: Add pause support 11 years ago
Uwe L. Korn f4cd8b80b9 rtmpproto: Track last received timestamp 11 years ago
Mika Raento 75c8d7c2b4 hlsenc.c, segment.c: propagate defaults to mpegts 11 years ago
Benoit Fouet 242f8bb3a8 avformat/id3v2: support buggy id3v2.3 tag length in id3v2.4 11 years ago
Michael Niedermayer 1aed82846c avformat/m4vdec: mark as possibly containing discontinuities 11 years ago
Uwe L. Korn e65c776d18 rtmpproto: Add getStreamLength call to query duration 11 years ago
Uwe L. Korn 324b23dde1 rtmpproto: Add function to read a number response 11 years ago
Luca Barbato 0db6bbb24c avformat: Make avformat_free_context handle NULL 11 years ago
Benoit Fouet 8bcf425d06 avformat/id3v2: silence a warning when CONFIG_ZLIB is unset. 11 years ago
Michael Lynch 460b509a34 rtsp: Check a memory allocation 11 years ago
Di Wu 0e406aba14 mpegts: add the judgement if a new program is created successfully 11 years ago
Michael Niedermayer d267a0f8c1 avformat/util: Simplify av_guess_frame_rate() by using AVCodecContext.framerate 11 years ago
Michael Niedermayer 004f1c6cf1 avformat/utils: Try to correct the codec_framerate in ff_compute_frame_duration() for the encoding case 11 years ago
Michael Niedermayer 46f52274f3 avformat/oggparsedirac: use AVCodecContext.framerate 11 years ago
Michael Niedermayer 1b54e6b12b avformat/mov: auodetect "use_mfra_for" 11 years ago
Michael Lynch c69f230a3a avformat/rtsp: check memory allocation 11 years ago
Martin Storsjö 79dd756e14 rtmpproto: Fix a typo 11 years ago
Martin Storsjö ced7238cd0 rtpdec_hevc: Use av_realloc instead of av_malloc+memcpy 11 years ago
Martin Storsjö 752e71e74f rtpdec_hevc: Rename a variable for clarity 11 years ago
Clément Bœsch d281a87ae3 avformat/assdec: typo fix 11 years ago
Clément Bœsch bf700a995d avformat/assenc: support remuxing old V4 ASS form (SSA) 11 years ago
Michael Niedermayer a92192d2e4 avformat/utils: use av_reduce() to simplify code and avoid overflow in ff_compute_frame_duration() 11 years ago
Vittorio Giovara 74b0237798 mov: Correctly check the color transfer characteristics range 11 years ago
Martin Storsjö e5cfc8fdad sdp: Provide out of bound parameter sets for HEVC if extradata is set 11 years ago
Martin Storsjö 9b7f932ee5 rtpdec_hevc: Parse out of band vps/sps/pps/sei from fmtp lines 11 years ago
Anton Khirnov 2d6e58497e lavf: switch to AVCodecContext.framerate for demuxing 11 years ago
Michael Niedermayer 676110e6d4 avformat/mxfdec: cleanup if parsing the header metadata fails 11 years ago
Michael Niedermayer 0834f2056c avformat/mxfdec: Fix memleak of packages_refs 11 years ago
Michael Niedermayer aae4f5108d avformat/mxfdec: Fix memleak of primer_packs 11 years ago
Michael Niedermayer e3b28f10bb avformat/mxfdec: Fix termination of mxf_data_essence_container_uls 11 years ago
Martin Storsjö a74f8121d8 mov: Handle tfdt atoms 11 years ago
Martin Storsjö c2c22c75cf movenc: Write tfdt atoms 11 years ago
Michael Niedermayer d58fa9482e avformat/mp3enc: use initial_padding 11 years ago
Michael Niedermayer 40f2b16d52 avformat/utils: print more information with av_dlog() in compute_pkt_fields() 11 years ago
Anton Khirnov eabdc2a830 lavf: use initial_padding instead of deprecated delay 11 years ago
Benoit Fouet f87134c7a1 avformat/movenc: add support for syncframes concatenation for E-AC-3. 11 years ago
Michael Niedermayer 57884172e0 avformat/mov: fix mix of declaration and statement 11 years ago
Mika Raento a59808dd57 mov.c: allow reading fragment start dts/pts from fragmented mp4 11 years ago
Mark McGough 76c70e33d2 icecast: Do not use chunked post 11 years ago
Martin Storsjö e44ee1eb8d movenc: Simplify code by using an existing local pointer 11 years ago
Martin Storsjö dad12ce452 movenc: Print a warning for an unhandled case of nonzero start dts with empty_moov 11 years ago
Martin Storsjö dbb472cb2f movenc: Write edit lists for fragmented files as well, if necessary 11 years ago
Martin Storsjö 95ee4e2ce7 movenc: Add some comments explaining subtle details in writing the edit lists 11 years ago
Michael Niedermayer 72f801619a movenc: Adjust edit lists to trim out parts of tracks with negative pts 11 years ago
Martin Storsjö 8bef433881 smoothstreamingenc: Simplify code by removing a redundant variable 11 years ago
Michael Niedermayer bd239c9a2e lavf: Don't drop both pts and dts if timestamps are invalid 11 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