8686 Commits (b52f2d88fe3ec1225ddc76649e3fc1d1971e4f81)

Author SHA1 Message Date
Michael Niedermayer b52f2d88fe mpegvideo_probe: count video and audio pes seperately 13 years ago
Michael Niedermayer 26d7eb40fd mpegvideo probe: fix slice counting 13 years ago
Michael Niedermayer 4b7ef5a1e6 flv: Skip invalid index 13 years ago
Carl Eugen Hoyos 4d7c71c364 Check for OOM after av_mallocz() in ff_interleave_add_packet(). 13 years ago
Carl Eugen Hoyos 8a3f976498 Support decoding "m1v " mpeg1video in mov. 13 years ago
Carl Eugen Hoyos 6aaf6db253 Support decoding transport streams from Sony NXCAM. 13 years ago
Michael Niedermayer 4717e29796 flvdec: skip duplicate indexes 13 years ago
Martin Storsjö 1c8c41ff07 avformat: Avoid a warning about mixed declarations and code 13 years ago
Kostya Shishkov f545e00677 BMV demuxer and decoder 13 years ago
Miroslav Slugeň df9c1cfb48 libavformat: add support for G726 audio decoder in RTP and RTSP streams 13 years ago
Martin Storsjö 44729bc020 matroskaenc: Make sure the seekhead struct is freed even on seek failure 13 years ago
Martin Storsjö ce145690b6 avformat: Warn about using network functions without calling avformat_network_init 13 years ago
Martin Storsjö 87892ef8a6 avformat: Revise wording 13 years ago
Martin Storsjö 0882689116 rdt: Set AVFMT_NOFILE on ff_rdt_demuxer 13 years ago
Martin Storsjö ed307e2659 rdt: Check the return value of avformat_open 13 years ago
Martin Storsjö 4b3dc857e4 rtsp: Discard the dynamic handler, if it has an alloc function which failed 13 years ago
Michael Niedermayer 728e6d979b avio: print a warning from ffurl_alloc() if no protocols are allocated. 13 years ago
Anton Khirnov eb0de71058 lavf: don't return from void av_update_cur_dts() 13 years ago
Martin Storsjö 2461284630 openssl: Only use CRYPTO_set_id_callback on OpenSSL < 1.0.0 13 years ago
Martin Storsjö 3607ed70d5 Remove leftover includes of strings.h 13 years ago
Reimar Döffinger bb3244dee2 Replace all usage of strcasecmp/strncasecmp 13 years ago
Peter Ross b372723f6a wtvenc: ensure fat tables are padded to the sector boundary 13 years ago
Stefano Sabatini 41ab24bad8 lavf: remove commented check in compute_pkt_fields2() 13 years ago
Peter Ross 3b4798a873 wtvdec: ignore another known guid 13 years ago
Michael Niedermayer ea83b032af matroskaenc: base default duration on avg_frame_rate if possible. 13 years ago
Peter Ross 42b5a6f634 wtvenc: use ff_put_guid and remove local copy of this function 13 years ago
Peter Ross b7c9512fca asfenc: rename put_guid to ff_put_guid 13 years ago
Peter Ross 1efe4ff91d wtvenc: add @file comment 13 years ago
Peter Ross 3852c29fd4 fix whitespace nits 13 years ago
Martin Storsjö 18ae362640 http: Remove the custom function for disabling chunked posts 13 years ago
Martin Storsjö d450cc4f4a rtsp: Disable chunked http post through AVOptions 13 years ago
Carl Eugen Hoyos 237f13290b movdec: Set frame_size for AMR 13 years ago
Clément Bœsch 0e5ecd806e Replace remaining av_new_stream() with avformat_new_stream(). 13 years ago
Ronald S. Bultje d31fb1a9e7 matroskadec: empty blocks are in fact valid. 13 years ago
Carl Eugen Hoyos ed669c9bec movenc: Set a correct packet size for AMR-NB mode 15, "no data" 13 years ago
Martin Storsjö b6d08f40aa avformat: Add functions for doing global network initialization 13 years ago
Martin Storsjö 183baeadca avformat: Add the https protocol 13 years ago
Martin Storsjö 558d192d23 avformat: Add the tls protocol, using OpenSSL or gnutls 13 years ago
Martin Storsjö 1606e551ff avformat: Initialize gnutls in ff_tls_init() 13 years ago
Martin Storsjö 48e59ad8e7 avformat: Add ff_tls_init()/deinit() that initialize OpenSSL 13 years ago
Martin Storsjö f6d3710096 avformat: Split out functions from network.h to a new file, network.c 13 years ago
Michael Niedermayer bb99ae3ae9 lavf: fix null pointer dereference in rdt 13 years ago
Michael Niedermayer b3f4ff2876 id3v2enc: av_strcasecmp() 13 years ago
Carl Eugen Hoyos a487378ef5 Set frame_size for AMR_NB in mov. 13 years ago
Carl Eugen Hoyos 4eb86d348f Do not use strcpy for "strings" starting with \0. 13 years ago
Reimar Döffinger 96949dafcc Replace all strcasecmp/strncasecmp usages. 13 years ago
Michael Niedermayer 1ed9eb5a59 lavf: Do not set cur_dts to undetermined before first_dts has been calculated as this would upset the start_time and first_dts calculation. 13 years ago
Carl Eugen Hoyos d6af8e68c4 Cosmetics: Reindent after last commit. 13 years ago
Carl Eugen Hoyos 80af00b4b2 Support new ALAC magic cookie in caf files. 13 years ago
Justin Ruggles 894bc1d322 gsm demuxer: do not allocate packet twice. 13 years ago