300 Commits (581957cd8618f07d824da1b9f6ae1c97531b03ab)

Author SHA1 Message Date
Kharkov Alexander b5304f7b2e flvdec: Fix support for flvtool2 "keyframes based" generated index 14 years ago
Michael Niedermayer c0577ceb55 flv: Only parse keyframe index when the underlaying protocol allows seeking as we need to seek to read the index 14 years ago
Kharkov Alexander ba667e600f Fix support for flvtool2 "keyframes based" generated index in FLV format decoder 14 years ago
Justin Ruggles e3c007bb43 flvdec: fix segfault in amf_parse_object() due to NULL key 14 years ago
Justin Ruggles deff8a6d3a flvdec: fix segfault in amf_parse_object() due to NULL key 14 years ago
Anton Khirnov 8978fedaee avio: introduce an AVIOContext.seekable field 14 years ago
Michael Niedermayer a0350330cd Move flv format #defines to common header so they can be used by the encoder too. 14 years ago
Michael Niedermayer 0c4d4a9355 Cleanup flv keyframe index reading and add some saftey checks. 14 years ago
Kharkov Alexander cb7e2c1ca8 flvdec: read index stored in the 'keyframes' tag. 14 years ago
Anton Khirnov 933e90a69a avio: make av_url_read_fseek/fpause internal. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Anton Khirnov 45a8a02a41 lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense 14 years ago
Anton Khirnov db44ea960d avio: avio_ prefix for url_fsize 14 years ago
Anton Khirnov 66e5b1df36 avio: deprecate url_feof 14 years ago
Anton Khirnov 76aa876e69 avio: avio_ prefix for url_fsize 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 74b3f67c9c lavf: replace all uses of url_fskip with avio_seek 14 years ago
Anton Khirnov f59d8ff8cd avio: avio_ prefix for url_fseek 14 years ago
Anton Khirnov e356fc57a2 lavf: replace all uses of url_fskip with avio_seek 14 years ago
Anton Khirnov 6b4aa5dac8 avio: avio_ prefix for url_fseek 14 years ago
Anton Khirnov e63a362857 avio: avio_ prefixes for get_* functions 14 years ago
Anton Khirnov b7effd4e83 avio: avio_ prefixes for get_* 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
Luca Barbato 9ef5a9deaf Replace dprintf with av_dlog 14 years ago
Luca Barbato dfd2a005eb Replace dprintf with av_dlog 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
Thierry Foucu caa7ad5dc6 Fix 16kHz Mono NellyMoser in flv. 14 years ago
Baptiste Coudurier 7d6096e42e Use ext sample from mpeg4audio config if set with AAC SBR 15 years ago
Stefano Sabatini 2ef6c1242a Mark av_metadata_set() as deprecated, and use av_metadata_set2() 15 years ago
Howard Chu fc8fa007fb Implement librtmp seek support. 15 years ago
Howard Chu 7e939205d9 Set audio bit rate. 15 years ago
Howard Chu 527c2e6429 Fix flvdec start-of-frame. 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
Baptiste Coudurier fdf4662211 fetch flv duration from file if it is set to 0 in metadata 15 years ago
Michael Niedermayer cc38e063be Revert flvdec.c part of r20836 15 years ago
Daniel Verkamp 8e9efe4392 FLV 8-bit PCM is unsigned, not signed 15 years ago
Michael Niedermayer 12ad66712a Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strduped 15 years ago
Daniel Verkamp 0aa6a518ad Add codec id for Flash screen codec v2 and hook it up in FLV demuxer 15 years ago
Alex Converse 5aea268d14 Add a channels field to MPEG4AudioConfig. 15 years ago
Michael Niedermayer 37e34df5a5 Check offset in flv_probe() 16 years ago
Martin Storsjö b126dee964 Use all 32 bits of the timestamp when calculating flv duration. 16 years ago
Justin Ruggles d2a47a578e Remove fake Speex header creation from FLV demuxer. Having it there was not the 16 years ago
Måns Rullgård 63613fe615 Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN 16 years ago
Aurelien Jacobs df2bd71aeb flvdec: expose metadata through the generic metadata API 16 years ago
Aurelien Jacobs 09e54e1ff8 flvdec: re-enable metadata parsing 16 years ago
Aurelien Jacobs 8caa0f0651 flvdec: don't set format and codec context from metadata values 16 years ago