234 Commits (da0abbbb01cae21039e2db028467d0f489c9c9ae)

Author SHA1 Message Date
Andreas Rheinhardt bc70684e74 avformat: Constify all muxer/demuxers 4 years ago
Andreas Rheinhardt ef6a9e5e31 avutil/buffer: Switch AVBuffer API to size_t 4 years ago
James Almer e07126f54a avformat: use the buffer_size_t typedef where required 4 years ago
Andreas Rheinhardt c3cd6b765b avcodec, avformat: Remove unnecessary initializations of side data size 4 years ago
Andreas Rheinhardt 42df71d0c5 avformat/flvenc: Avoid unnecessary seek 5 years ago
Andreas Rheinhardt b0d0d7e4d0 avformat/flvenc: Fix leak of oversized packets 5 years ago
Andreas Rheinhardt 28d02524a0 avformat/flvenc: Forward errors from allocating keyframe index 5 years ago
Andreas Rheinhardt a6d292b954 avformat/flvenc: Don't reimplement ff_alloc_extradata 5 years ago
Michael Niedermayer 14d3384cf3 avformat/flvenc: Check pts for mpeg4/h264 (which need the value) 5 years ago
Jun Zhao d44c7235a8 lavf/flvenc: Cosmetics: fix indentation 5 years ago
Jun Zhao 053d33b46b lavf/flvenc: add automatic bitstream filtering 5 years ago
Michael Niedermayer 6b67d7f059 avformat/flvenc: Check audio packet size 6 years ago
Alex Converse ea0010bf9c flvenc: Fix sequence header update timestamps 7 years ago
Alex Converse 4d3dd167df flvenc: Factorize timestamp writing 7 years ago
Marton Balint 18ac642359 avformat: migrate to AVFormatContext->url 7 years ago
Steven Liu 4e3cc4bdd8 avformat/flvenc: flx flvflags no_metadata bug 8 years ago
Steven Liu 1bb192ef6c avformat/flvenc: refine the flvenc shift_data code 8 years ago
Michael Niedermayer 4221c68edb avformat/flvenc: Check for extradata allocation failure 8 years ago
Steven Liu ee24c8ad01 avformat/flvenc: fix ticket 5976 and use old commit 8 years ago
Steven Liu d316b21dba avformat/flvenc: add no_metadata to flvflags 8 years ago
Steven Liu 863ebe6f83 avformat/flvenc: add add_keyframe_index option 8 years ago
fuqiuping 2d72ea68f0 avformat/flvenc: support mp3 audio with 48khz 8 years ago
Steven Liu 5702416c57 avformat/flvenc: do not attempt to write duration and filesize when not seekable 8 years ago
Steven Liu c8528e54e5 avformat/flvenc: add no_sequence_end flags for flvflags 8 years ago
Michael Niedermayer e85c4a4706 avformat/flvenc: Add () around & 8 years ago
Steven Liu 84aebfc74e avformat/flvenc: add FLVFlags for flvflags options 8 years ago
Ivan c1f57e2f91 libavformat/flvenc: support for codec configuration change mid stream 9 years ago
Ivan 52985768af libavformat/flvenc: refactoring: extracted method for writing codec headers 9 years ago
Martin Storsjö 371df9ba71 flvenc: Provide output bytestream markers 9 years ago
Marton Balint 28fbdece79 avformat: use ff_standardize_creation_time for formats writing all format string metadata 9 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Ivan a0174f6729 avformat/flvenc: copyts in FLV muxer 9 years ago
Maksym Veremeyenko acb430e4d3 avformat/flvenc: Add aac_seq_header_detect and flvflags 9 years ago
Andreas Cadhalpun ed0b1db640 doc: fix spelling errors 10 years ago
Michael Niedermayer 14bc7aaa86 Revert "avformat/flvenc: Allow muxing video codecs which are not explicitly supported by the muxer" 10 years ago
Michael Niedermayer 76f4b11780 avformat/flvenc: Allow muxing video codecs which are not explicitly supported by the muxer 10 years ago
Luca Barbato e767c9e8f2 flv: Validate and reject unsupported codecs 10 years ago
Andreas Cadhalpun e8565d21c2 avformat/flvenc: check that the codec_tag fits in the available bits 10 years ago
Michael Niedermayer b942a71eaa avformat/flvenc: accept AVMEDIA_TYPE_SUBTITLE instead of DATA for subtitles 10 years ago
Michael Niedermayer 58721388b8 avformat/flvenc: omit more metadata elements with specific meaning 10 years ago
Carl Eugen Hoyos 78093cf849 Print a warning if vp6 is muxed into flv: The output is flipped. 10 years ago
Michael Niedermayer 4b68edd08a flvenc: Remove an unused variable 10 years ago
Michael Niedermayer cc5f731541 avformat/flvenc: remove unused variable 10 years ago
Andrew Stone c64f361511 flvenc: Send new metadata when FLAG_METADATA_UPDATED is set. 10 years ago
Andrew Stone 4d0cd5f58c flvenc: move metadata updates into a single function 10 years ago
Michael Niedermayer 470e116e3f avformat/flvenc: Use AVFormatContext strict_std_compliance instead of AVCodecContext 10 years ago
Stefano Sabatini f0158e6f0c lavf/flvenc: fail in case the muxed packet is too big 10 years ago
Michael Niedermayer 8cde94ec0d avformat/flvenc: fix codec_id_text check 10 years ago
Jeffrey Wescott 07de0db74b avformat/flvenc: When using "-c:d copy", don't require a codec for passing the AMF metadata through from input to output. 10 years ago
Moritz Barsnick 66d02d3ca6 align and correct messages regarding bitstream filters 10 years ago