129 Commits (10e3dd15a5ce3d9ce6466d5f3e06c44e48753100)

Author SHA1 Message Date
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
Anton Khirnov c3f9ebf743 lavf: make av_set_pts_info private. 13 years ago
Joseph Wecker d31c68a7ed removes spurious warning 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
Michael Niedermayer 714517b26a flvenc: Ignore metadata that has special values and is stored already based on 13 years ago
Joseph Wecker 4ee53d7e86 flvenc: Correctly encode data stream into in-band metadata frames. 13 years ago
Joseph Wecker 30bcd6a945 flv: Ammon's changes migrated from 0.6.0 - I believe for the android broadcaster. 13 years ago
Nicolas George 1c58264e62 flvenc: use avcodec_get_name to report unsupported codecs. 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
Baptiste Coudurier c22f2527ed In mov and flv muxer, check aac bitstream validity. 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 384c9c2fa7 avio: add avio_tell macro as a replacement for url_ftell 14 years ago
Anton Khirnov a2704c9712 avio: add avio_tell macro as a replacement for url_ftell 14 years ago
Anton Khirnov f59d8ff8cd avio: avio_ prefix for url_fseek 14 years ago
Anton Khirnov 6b4aa5dac8 avio: avio_ prefix for url_fseek 14 years ago
Anton Khirnov a1b7979261 lavf: replace remaining uses of put_tag with avio_write 14 years ago
Anton Khirnov bbc413f943 lavf: replace remaining uses of put_tag with avio_write 14 years ago
Anton Khirnov e9eb8d0bce avio: avio: avio_ prefixes for put_* functions 14 years ago
Anton Khirnov 77eb5504d3 avio: avio: avio_ prefixes for put_* functions 14 years ago
Anton Khirnov 471fe57e1a avio: rename ByteIOContext to AVIOContext. 14 years ago
Anton Khirnov ae628ec1fd avio: rename ByteIOContext to AVIOContext. 14 years ago
Diego Elio Pettenò 66355be3c3 Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 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
Justin Ruggles 68677dd8ed Log a clearer warning message when muxing FLV with Speex containing more than 15 years ago
Justin Ruggles 046c400103 Add Speex support to the FLV muxer. 15 years ago