190 Commits (7696e429c7608c2959570a7bc448a76bbfa70dd4)

Author SHA1 Message Date
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
Josh Allmann 74bc945805 flvenc: Don't over-count metadata. 11 years ago
Michael Niedermayer 74760883fc avformat/flvenc: Do not allow creating h263/mpeg4 in flv without unofficial format extensions being enabled. 11 years ago
Michael Niedermayer 2e532aa82d avformat/flvenc: fix assertion failure after 4h muxing 11 years ago
Anton Khirnov 43e7f0797f flvenc: only write the framerate tag based on avg_frame_rate 11 years ago
Carl Eugen Hoyos fe9f575924 Warn if s16be is muxed into flv. 11 years ago
Luca Barbato f412b2c9f3 flv: Use the correct type to hold the file offset 11 years ago
Carl Eugen Hoyos b8667bccad Revert: flvenc: Don't pretend to support muxing "plain" VP6 11 years ago
Martin Storsjö e6ed866859 flvenc: Write proper cropping for VP6 even if there's no extradata 11 years ago
Martin Storsjö be1e1373d2 flvenc: Support muxing VP6A as well 11 years ago
Martin Storsjö 4d7aeff9a1 flvenc: Don't pretend to support muxing "plain" VP6 11 years ago
Clément Bœsch 7308439158 lavf: Don't explicitly flush after each written packet in muxers 11 years ago
Rafaël Carré 5b27c307e7 flvenc: do not mux more than one stream per type 12 years ago
Michael Niedermayer 7cfaf727a1 flvenc: dont call avio_flush() unconditional 12 years ago
Carl Eugen Hoyos 1741fece70 Only test the first frame for missing aac_adtstoasc bistream filter. 12 years ago
Björn Axelsson 1eaff98c83 flvenc: Check whether seeking back to the header succeeded 12 years ago
Clément Bœsch 8b63744f48 Fix "bistream" typo and add a check in tools/patcheck. 12 years ago
Björn Axelsson 2947e7b7a7 flvenc: don't write random data if seek fails 12 years ago
Diego Biurrun 11d4e92ed9 avformat: Remove non-compiling and/or silly commented-out printf/av_log statements 12 years ago
Benjamin Larsson 6a08955c10 flvenc: silence bogus warning 12 years ago
Stefano Sabatini e592fd0ed1 lavf/flvenc: convert commented debug log to an av_dlog call 12 years ago
Stefano Sabatini da2ea7c33c lavf/flvenc: apply various log fixes/clarifications 12 years ago
Stefano Sabatini 1bd6b0c927 lavf/flvenc: return meaningful error codes 12 years ago
Michael Niedermayer 5e363bb9b3 flvenc: kill a uninitialized variable warning. 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Diego Biurrun 0177b7d23a Improve descriptiveness of a number of codec and container long names 12 years ago
Anton Khirnov aba232cfa9 lavf: deprecate r_frame_rate. 12 years ago
Ronald S. Bultje fd48721849 lavf: use conditional notation for default codec in muxer declarations. 12 years ago
Damien Fetis b92c7ee662 flv: add support for G.711 13 years ago
Luca Barbato 1cb34ea4fe flvenc: K&R formatting cosmetics 13 years ago
Michael Niedermayer d9a9518fba flvenc: use av_assert instead of assert 13 years ago
Luca Barbato 21e2dc9fb7 flv: support stream text data as onTextData 13 years ago
James Zern e9cef89702 avformat: Add a flag to mark muxers that allow (non strict) monotone timestamps. 13 years ago
Anton Khirnov 0a3ad7ff80 flvenc: use AVFormatContext, not AVCodecContext for logging. 13 years ago
Martin Storsjö 20234a4bd7 cosmetics: Align muxer/demuxer declarations 13 years ago
Michael Niedermayer b0a0e83aee Revert "flvenc: Remove apparently unneeded AAC check." 13 years ago
C Chatterjee 3c9a86df0e flvenc: Remove apparently unneeded AAC check. 13 years ago
Carl Eugen Hoyos 42ae83c196 Allow muxing VP6A into flv. 13 years ago
Martin Storsjö bd2ff1a8bc flvenc: Support muxing 16 kHz nellymoser 13 years ago
Mans Rullgard 3383a53e7d lavu: replace int/float punning functions 13 years ago
Diego Biurrun da9cea77e3 Fix a bunch of common typos. 13 years ago