8874 Commits (b4425f26bb1e11f8e885abf78b88105c396888d7)

Author SHA1 Message Date
Carl Eugen Hoyos 237f13290b movdec: Set frame_size for AMR 14 years ago
Clément Bœsch 0e5ecd806e Replace remaining av_new_stream() with avformat_new_stream(). 14 years ago
Ronald S. Bultje d31fb1a9e7 matroskadec: empty blocks are in fact valid. 14 years ago
Carl Eugen Hoyos ed669c9bec movenc: Set a correct packet size for AMR-NB mode 15, "no data" 14 years ago
Martin Storsjö b6d08f40aa avformat: Add functions for doing global network initialization 14 years ago
Martin Storsjö 183baeadca avformat: Add the https protocol 14 years ago
Martin Storsjö 558d192d23 avformat: Add the tls protocol, using OpenSSL or gnutls 14 years ago
Martin Storsjö 1606e551ff avformat: Initialize gnutls in ff_tls_init() 14 years ago
Martin Storsjö 48e59ad8e7 avformat: Add ff_tls_init()/deinit() that initialize OpenSSL 14 years ago
Martin Storsjö f6d3710096 avformat: Split out functions from network.h to a new file, network.c 14 years ago
Michael Niedermayer bb99ae3ae9 lavf: fix null pointer dereference in rdt 14 years ago
Michael Niedermayer b3f4ff2876 id3v2enc: av_strcasecmp() 14 years ago
Carl Eugen Hoyos a487378ef5 Set frame_size for AMR_NB in mov. 14 years ago
Carl Eugen Hoyos 4eb86d348f Do not use strcpy for "strings" starting with \0. 14 years ago
Reimar Döffinger 96949dafcc Replace all strcasecmp/strncasecmp usages. 14 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. 14 years ago
Carl Eugen Hoyos d6af8e68c4 Cosmetics: Reindent after last commit. 14 years ago
Carl Eugen Hoyos 80af00b4b2 Support new ALAC magic cookie in caf files. 14 years ago
Justin Ruggles 894bc1d322 gsm demuxer: do not allocate packet twice. 14 years ago
Justin Ruggles 905de11907 flvenc: use first packet delay as global delay. 14 years ago
Mean f68742bf5b mpegtsenc: EAC3 support 14 years ago
John Brooks f011fcd67e rtsp: add allowed_media_types option 14 years ago
Justin Ruggles 87c57d807f Create separate functions for the raw GSM demuxer. 14 years ago
Michael Niedermayer ce451c6b3a id3v2enc: include strings.h for strcasecmp() 14 years ago
Tobias Rapp f2e7ee9bf9 id3v2enc: add support for year and day/month tags when writing id3v2 version 3 metadata 14 years ago
Diego Biurrun c6cd0e17f3 Replace vendor string in Ogg and FLAC muxers. 14 years ago
Diego Biurrun 2f5df0b12c Replace ffmpeg references with more accurate libav* references. 14 years ago
Diego Biurrun 20566eb0f0 Replace outdated references to ffmpeg tool with avconv. 14 years ago
Diego Biurrun 124e28847b Remove some stray unnecessary ffmpeg references. 14 years ago
Anton Khirnov ec22979a1d id3v2: fix type of ID3v2EMFunc.free() 14 years ago
Justin Ruggles 6ac34eed54 g726: use bits_per_coded_sample instead of bitrate to determine mode 14 years ago
Matthieu Bouron 2264afa1c2 gxf: add timecode information to metadata 14 years ago
Michael Niedermayer 26b64550d6 mmsh: add return value for mmsh_open() 14 years ago
Michael Niedermayer 8af4ac5272 mmsh: do not try to seek to negative tiimestamps, it does not work 14 years ago
Tobias Rapp 0f39fa0279 mp3enc: avoid truncating id3v1 tags by one byte 14 years ago
Michael Niedermayer 33789862aa mmsh_read_seek: skip header 14 years ago
Michael Niedermayer 237bcaa275 mmsh:_implement a minimal mmsh_seek() so the stream position can be found out. 14 years ago
Michael Niedermayer 60fcc19bff asfdec: Check packet_replic_size earlier 14 years ago
Michael Niedermayer 8475ec190c mmsh: mmsh_read_seek() 14 years ago
Michael Niedermayer 86a4e55e66 mmsh: split out mmsh_open_internal() 14 years ago
Michael Niedermayer aedb87c57e mmsh: move location storage into context 14 years ago
Vladimir Voroshilov 02fa529539 Fix deprecated warnings in .bit (de)muxer 14 years ago
Anssi Hannula ab9c00b992 spdifenc: use special alignment for DTS-HD length_code 14 years ago
Carl Eugen Hoyos 86931dc930 Bump libavformat minor version for the G.729 raw demuxer. 14 years ago
Justin Ruggles 44d2a982ac dsicin: fix several audio-related fields in the CIN demuxer 14 years ago
Vladimir Voroshilov 0fd59f1d45 Minimal patch for G.729 demuxer 14 years ago
Benjamin Larsson 69e7ad8dbc mov: Avoid divide by zero in edit list dts handling 14 years ago
Hendrik Leppkes 8689d87ac6 Revert "matroskadec: forward parsing errors to caller." 14 years ago
Reimar Döffinger eac778deb3 Some minor spelling fixes. 14 years ago
Carl Eugen Hoyos 7e05542aea Add Vladimir Voroshilov's copyright header to bit.c. 14 years ago