10392 Commits (cf402d6fa88acd647cdff993429583bec8a34fdc)

Author SHA1 Message Date
  Martin Storsjö cf402d6fa8 rtpenc_mpegts: Set chain->rtp_ctx only after avformat_write_header succeeded 11 years ago
  Martin Storsjö c83dd2d2a4 rtpenc_mpegts: Free the right ->pb in the error path in the init function 11 years ago
  Vittorio Giovara ad94c6ca0b siff: Use the correct type for packet size variables 11 years ago
  Vittorio Giovara 9f25a10992 matroskaenc: Also validate chapter end time 11 years ago
  Vittorio Giovara bfeb83a8b7 rtpdec_hevc: Drop extra sanity check for size of input packet 11 years ago
  Martin Storsjö 46d4d85759 movenc: Avoid writing separate flags for the first sample if not necessary 11 years ago
  Martin Storsjö 00d751d4fc movenc: Set tfhd default sample flags based on actual samples, if possible 11 years ago
  Martin Storsjö 6448f15af0 mxfdec: Fix the error handling for when strftime fails 11 years ago
  Carl Eugen Hoyos 0f9f7969ef rmdec: Improve message for demux error 11 years ago
  Martin Storsjö 9731cf4001 movenc: Keep writing zero-entry stts atoms as intended 11 years ago
  Timo Rothenpieler 5aef535a64 dashenc: Update extradata for mov muxer 11 years ago
  Timo Rothenpieler 6cf7f30655 dashenc: Simplify code by using a local variable 11 years ago
  Andreas Cadhalpun c73c3c34fe avformat/adxdec: set avctx->channels in adx_read_header 11 years ago
  Andreas Cadhalpun bb4edddd93 rmenc: limit packet size 11 years ago
  Thomas Volkert 9c09fbd805 rtpdec: experimental VP9 depacketizer (draft 0) 11 years ago
  Martin Storsjö b72b212a4c rdt: Use a separate variable to clarify the different value namespaces 11 years ago
  Martin Storsjö c13ab42a0a rtpdec_qt: Use a local variable instead of RTP_FLAG_KEY 11 years ago
  Martin Storsjö 15621cbbe4 rtpdec_asf: Don't set RTP_FLAG_KEY 11 years ago
  Luca Barbato e767c9e8f2 flv: Validate and reject unsupported codecs 11 years ago
  Diego Biurrun 25f613f8be dca: Move syncword definitions to a separate header 11 years ago
  Martin Storsjö 1dc19729e9 rtpdec_asf: Don't free the payload context in the .close function 11 years ago
  Martin Storsjö 2a66a58067 rtpdec_mpa_robust: Fix incrementing split_pos 11 years ago
  Vittorio Giovara 0af3b65880 asf: do not export XMP metadata by default 11 years ago
  Martin Storsjö 33d412eb4a dashenc: Simplify code by using a local variable 11 years ago
  Martin Storsjö 91eee2af87 Revert "mov: Change DTS-based seek into CTS-based seek." 11 years ago
  Martin Storsjö 4f6cd883f0 rtpenc: Don't set max_frames_per_packet based on the packet frame size or frame rate 11 years ago
  Martin Storsjö bde2bba45c rtpenc: Restructure if statements in packetizers to simplify adding more conditions 11 years ago
  Martin Storsjö d4c7fc02f9 rtpenc: Skip redundant initialization 11 years ago
  Martin Storsjö f8c01257f9 rtpenc: Always do the default initialization regardless of codecs 11 years ago
  Martin Storsjö 11edeaea32 rtpenc_xiph: Don't exclude headers from max_payload_size 11 years ago
  Martin Storsjö 7c1e2e6466 rtpenc_xiph: Use AV_WB16 instead of manual bitshifts 11 years ago
  Martin Storsjö d16c8d28d4 rtpenc_aac: Use AV_WB16 instead of manual bitshifts 11 years ago
  Martin Storsjö 9c9b0218e8 rtpenc_aac: Merge a definition with a declaration 11 years ago
  Martin Storsjö 1fc64e2e07 rtpenc: Write conditional statements on separate lines 11 years ago
  Martin Storsjö 0662440b99 rtpenc_aac: Set a default value for max_frames_per_packet at init 11 years ago
  Martin Storsjö 12b3459979 rtpenc_amr: Use s->num_frames instead of s->buf_ptr - s->buf 11 years ago
  Martin Storsjö 9856395344 rtpenc_aac: Fix sending fragmented frames 11 years ago
  Martin Storsjö b9d2d6843a tls: Pass AVOptions dictionaries through to the chained protocol 11 years ago
  Martin Storsjö e14f98c62f tcp: Clarify the units for the timeout avoptions 11 years ago
  Martin Storsjö c86d8aed74 avio: Rename avclass symbols relating to avio 11 years ago
  John Stebbins da7e561964 matroskaenc: Allow writing track "forced" flag 11 years ago
  Martin Storsjö d594dbecce rtpdec: Rename the free method to close 11 years ago
  Martin Storsjö 8e32b1f096 libavformat: Use ffio_free_dyn_buf where applicable 11 years ago
  Martin Storsjö 199fb40278 rtpdec: Use ffio_free_dyn_buf 11 years ago
  Martin Storsjö 8a273a7460 avio: Add an internal utility function for freeing dynamic buffers 11 years ago
  Martin Storsjö 078d43e23a rtpdec: Free depacketizers if the init function failed 11 years ago
  Martin Storsjö bb4a310bb8 rtpdec: Don't free the payload context in the .free function 11 years ago
  Martin Storsjö f4b59334bd rtpdec: Remove the now unused .alloc field 11 years ago
  Martin Storsjö 78791c086b rtpdec: Use .init instead of .alloc to set default values 11 years ago
  Martin Storsjö 88434f9725 rtpdec: Remove unnecessary inline attributes 11 years ago