124 Commits (435214a757fc71d1680b12d6f930254cab3935d1)

Author SHA1 Message Date
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
Björn Axelsson 1eaff98c83 flvenc: Check whether seeking back to the header succeeded 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
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
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
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
Anton Khirnov c3f9ebf743 lavf: make av_set_pts_info private. 13 years ago
Justin Ruggles 905de11907 flvenc: use first packet delay as global delay. 13 years ago
Justin Ruggles ef74e39799 flvenc: store delay and last_ts per-stream. 13 years ago
Justin Ruggles 4ee247a2bd flvenc: check packet duration in speex using timestamps 13 years ago
Justin Ruggles 52375ba567 flvenc: adjust for negative DTS for all codecs, not just H.264 13 years ago
Martin Storsjö cad0c375d9 flvenc: Write the right metadata entry count 13 years ago
Luca Barbato 7f5bf4fbaf flvenc: use int64_t to store offsets 13 years ago
Anton Khirnov dfc2c4d900 lavf: use designated initialisers for all (de)muxers. 14 years ago
Mans Rullgard ee8aecd23a Do not include intfloat_readwrite.h in avutil.h 14 years ago
Anton Khirnov d2d67e424f Remove all uses of now deprecated metadata functions. 14 years ago
Luca Barbato 0e28e9ca8f flvenc: propagate error properly 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Anton Khirnov b7f2fdde74 avio: rename put_flush_packet -> avio_flush 14 years ago
Anton Khirnov 45a8a02a41 lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense 14 years ago
Anton Khirnov a2704c9712 avio: add avio_tell macro as a replacement for url_ftell 14 years ago
Anton Khirnov 6b4aa5dac8 avio: avio_ prefix for url_fseek 14 years ago
Anton Khirnov bbc413f943 lavf: replace remaining uses of put_tag with avio_write 14 years ago
Anton Khirnov 77eb5504d3 avio: avio: avio_ prefixes for put_* functions 14 years ago
Anton Khirnov ae628ec1fd avio: rename ByteIOContext to AVIOContext. 14 years ago
Diego Elio Pettenò c6610a216e Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
Stefano Sabatini b9f9e59afc Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with the 14 years ago
Tomás Touceda 16f825085a FLV Metadata 14 years ago
Thierry Foucu df4f1d5108 Add AVC EOS tag to H264-encoded FLV files. 14 years ago
Francesco Lavra 80b39e1ca6 Move AVCodecTag from riff.h into internal.h. 15 years ago
Jean-Daniel Dupas cc947f04cc Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Justin Johnson c5e1e9827d Guess the duration before converting video and write guessed duration 15 years ago
Daniel Verkamp 8e9efe4392 FLV 8-bit PCM is unsigned, not signed 15 years ago
Daniel Verkamp 1b88277bd9 FLV muxer support for Flash screen codec v2 15 years ago