summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-06
|\
| * http: Remove the custom function for disabling chunked postsMartin Storsjö2011-11-05
| * rtsp: Disable chunked http post through AVOptionsMartin Storsjö2011-11-05
| * movdec: Set frame_size for AMRCarl Eugen Hoyos2011-11-05
| * matroskadec: empty blocks are in fact valid.Ronald S. Bultje2011-11-05
| * movenc: Set a correct packet size for AMR-NB mode 15, "no data"Carl Eugen Hoyos2011-11-05
| * avformat: Add functions for doing global network initializationMartin Storsjö2011-11-05
| * avformat: Add the https protocolMartin Storsjö2011-11-05
| * avformat: Add the tls protocol, using OpenSSL or gnutlsMartin Storsjö2011-11-05
| * avformat: Initialize gnutls in ff_tls_init()Martin Storsjö2011-11-05
| * avformat: Add ff_tls_init()/deinit() that initialize OpenSSLMartin Storsjö2011-11-05
| * avformat: Split out functions from network.h to a new file, network.cMartin Storsjö2011-11-05
* | wtvdec: ignore another known guidPeter Ross2011-11-06
* | matroskaenc: base default duration on avg_frame_rate if possible.Michael Niedermayer2011-11-06
* | wtvenc: use ff_put_guid and remove local copy of this functionPeter Ross2011-11-05
* | asfenc: rename put_guid to ff_put_guidPeter Ross2011-11-05
* | wtvenc: add @file commentPeter Ross2011-11-05
* | fix whitespace nitsPeter Ross2011-11-05
* | Replace remaining av_new_stream() with avformat_new_stream().Clément Bœsch2011-11-05
* | lavf: fix null pointer dereference in rdtMichael Niedermayer2011-11-03
* | id3v2enc: av_strcasecmp()Michael Niedermayer2011-11-03
* | Set frame_size for AMR_NB in mov.Carl Eugen Hoyos2011-11-03
* | Do not use strcpy for "strings" starting with \0.Carl Eugen Hoyos2011-11-03
* | Replace all strcasecmp/strncasecmp usages.Reimar Döffinger2011-11-03
* | lavf: Do not set cur_dts to undetermined before first_dts has been calculated...Michael Niedermayer2011-11-03
* | Cosmetics: Reindent after last commit.Carl Eugen Hoyos2011-11-03
* | Support new ALAC magic cookie in caf files.Carl Eugen Hoyos2011-11-03
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-03
|\|
| * gsm demuxer: do not allocate packet twice.Justin Ruggles2011-11-02
| * flvenc: use first packet delay as global delay.Justin Ruggles2011-11-02
| * rtsp: add allowed_media_types optionJohn Brooks2011-11-02
| * Create separate functions for the raw GSM demuxer.Justin Ruggles2011-11-02
| * Replace vendor string in Ogg and FLAC muxers.Diego Biurrun2011-11-02
| * Replace ffmpeg references with more accurate libav* references.Diego Biurrun2011-11-02
| * Replace outdated references to ffmpeg tool with avconv.Diego Biurrun2011-11-02
| * Remove some stray unnecessary ffmpeg references.Diego Biurrun2011-11-02
| * id3v2: fix type of ID3v2EMFunc.free()Anton Khirnov2011-11-02
| * g726: use bits_per_coded_sample instead of bitrate to determine modeJustin Ruggles2011-11-01
* | mpegtsenc: EAC3 supportMean2011-11-02
* | id3v2enc: include strings.h for strcasecmp()Michael Niedermayer2011-11-02
* | id3v2enc: add support for year and day/month tags when writing id3v2 version ...Tobias Rapp2011-11-02
* | gxf: add timecode information to metadataMatthieu Bouron2011-11-01
* | mmsh: add return value for mmsh_open()Michael Niedermayer2011-11-01
* | mmsh: do not try to seek to negative tiimestamps, it does not workMichael Niedermayer2011-11-01
* | mp3enc: avoid truncating id3v1 tags by one byteTobias Rapp2011-11-01
* | mmsh_read_seek: skip headerMichael Niedermayer2011-10-31
* | mmsh:_implement a minimal mmsh_seek() so the stream position can be found out.Michael Niedermayer2011-10-31
* | asfdec: Check packet_replic_size earlierMichael Niedermayer2011-10-31
* | mmsh: mmsh_read_seek()Michael Niedermayer2011-10-31
* | mmsh: split out mmsh_open_internal()Michael Niedermayer2011-10-31