17159 Commits (09585e377c71bb1a153717350011e062ae089385)

Author SHA1 Message Date
Timo Rothenpieler b86af8da31 avformat/dashenc: Use local variable instead of duplicated dereferences 10 years ago
Michael Niedermayer 82fe4072ea Revert "avformat/mov: Bypass av_add_index_entry()" 10 years ago
Martin Storsjö 33d412eb4a dashenc: Simplify code by using a local variable 10 years ago
Andreas Cadhalpun 08728f400b avformat/rm: limit packet size 10 years ago
Martin Storsjö 91eee2af87 Revert "mov: Change DTS-based seek into CTS-based seek." 10 years ago
Gilles Chanteperdrix ebf1f512e9 avformat/rtpdec_mpa_robust: fix commit 96084251e5 10 years ago
Michael Niedermayer e72f8ceabd avformat/mpegenc: Ignore max_delay if no other options remain 10 years ago
Gilles Chanteperdrix 071f3e1c6e Revert "rtsp: Interpret the text media type as AVMEDIA_TYPE_DATA" 10 years ago
Gilles Chanteperdrix c95c039ec3 avformat: map T.140 RTP codec to text 10 years ago
Andreas Cadhalpun e8565d21c2 avformat/flvenc: check that the codec_tag fits in the available bits 10 years ago
Martin Storsjö 4f6cd883f0 rtpenc: Don't set max_frames_per_packet based on the packet frame size or frame rate 10 years ago
Martin Storsjö bde2bba45c rtpenc: Restructure if statements in packetizers to simplify adding more conditions 10 years ago
Martin Storsjö d4c7fc02f9 rtpenc: Skip redundant initialization 10 years ago
Martin Storsjö f8c01257f9 rtpenc: Always do the default initialization regardless of codecs 10 years ago
Martin Storsjö 11edeaea32 rtpenc_xiph: Don't exclude headers from max_payload_size 10 years ago
Martin Storsjö 7c1e2e6466 rtpenc_xiph: Use AV_WB16 instead of manual bitshifts 10 years ago
Martin Storsjö d16c8d28d4 rtpenc_aac: Use AV_WB16 instead of manual bitshifts 10 years ago
Martin Storsjö 9c9b0218e8 rtpenc_aac: Merge a definition with a declaration 10 years ago
Martin Storsjö 1fc64e2e07 rtpenc: Write conditional statements on separate lines 10 years ago
Martin Storsjö 0662440b99 rtpenc_aac: Set a default value for max_frames_per_packet at init 10 years ago
Martin Storsjö 12b3459979 rtpenc_amr: Use s->num_frames instead of s->buf_ptr - s->buf 10 years ago
Martin Storsjö 9856395344 rtpenc_aac: Fix sending fragmented frames 10 years ago
Martin Storsjö b9d2d6843a tls: Pass AVOptions dictionaries through to the chained protocol 10 years ago
Martin Storsjö e14f98c62f tcp: Clarify the units for the timeout avoptions 10 years ago
Martin Storsjö c86d8aed74 avio: Rename avclass symbols relating to avio 10 years ago
Michael Niedermayer 0a23129bfc avformat: Add prefix to get_codec_guid() 10 years ago
Christophe Gisquet 60bdc868b9 lavf/mov: correct printf specifier 10 years ago
Derek Buitenhuis a22032281c movenc: Write 'colr' box correctly for MP4 10 years ago
Michael Niedermayer d490b26fcb avformat/ffmenc: Use ffio_free_dyn_buf() 10 years ago
Michael Niedermayer 629a03a912 avformat/rtpdec_vp9: Use ffio_free_dyn_buf() 10 years ago
Andreas Cadhalpun d0b8640f75 avformat/bit: only accept the g729 codec and 1 channel 10 years ago
Andreas Cadhalpun eeda2c3de8 avformat/bit: check that pkt->size is 10 in write_packet 10 years ago
Michael Niedermayer b851bc20c6 avformat/mp3dec: Check for avcodec_alloc_context3() failure 10 years ago
Michael Niedermayer 6ad42b3e15 avformat/mp3dec: properly allocate dummy AVCodecContext 10 years ago
Andreas Cadhalpun 7faa40af98 avformat/adxdec: check avctx->channels for invalid values 10 years ago
Andreas Cadhalpun 64ea4a0598 avformat/adxdec: set avctx->channels in adx_read_header 10 years ago
Michael Niedermayer 111d79aa88 avformat/dss: implement seeking 10 years ago
Michael Niedermayer 626904b777 avformat/dss: set bitrate 10 years ago
Michael Niedermayer 5634ca6d37 avformat/dss: set packet duration 10 years ago
Michael Niedermayer 8064265a38 avformat/dss: correct sample rate 10 years ago
Carl Eugen Hoyos 56ffde3f61 Allow muxing h264 into ts with startcode "001" instead of "0001". 10 years ago
Michael Niedermayer bbbc8c6188 avformat/mov: Check ctts_count before use 10 years ago
Michael Niedermayer f966ac2b6e avformat/rtpdec_vp9: remove alloc/free functions 10 years ago
John Stebbins da7e561964 matroskaenc: Allow writing track "forced" flag 10 years ago
Martin Storsjö d594dbecce rtpdec: Rename the free method to close 10 years ago
Martin Storsjö 8e32b1f096 libavformat: Use ffio_free_dyn_buf where applicable 10 years ago
Martin Storsjö 199fb40278 rtpdec: Use ffio_free_dyn_buf 10 years ago
Martin Storsjö 8a273a7460 avio: Add an internal utility function for freeing dynamic buffers 10 years ago
Martin Storsjö 078d43e23a rtpdec: Free depacketizers if the init function failed 10 years ago
Martin Storsjö bb4a310bb8 rtpdec: Don't free the payload context in the .free function 10 years ago