summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* libavformat: add support for G726 audio decoder in RTP and RTSP streamsMiroslav Slugeň2011-11-074-0/+104
* avio: print a warning from ffurl_alloc() if no protocols are allocated.Michael Niedermayer2011-11-071-0/+5
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-074-5/+3
|\
| * lavf: don't return from void av_update_cur_dts()Anton Khirnov2011-11-061-1/+1
| * openssl: Only use CRYPTO_set_id_callback on OpenSSL < 1.0.0Martin Storsjö2011-11-061-2/+2
| * Remove leftover includes of strings.hMartin Storsjö2011-11-063-3/+0
| * Replace all usage of strcasecmp/strncasecmpReimar Döffinger2011-11-0611-37/+30
* | wtvenc: ensure fat tables are padded to the sector boundaryPeter Ross2011-11-061-1/+1
* | lavf: remove commented check in compute_pkt_fields2()Stefano Sabatini2011-11-061-3/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-0613-79/+499
|\ \ | |/
| * http: Remove the custom function for disabling chunked postsMartin Storsjö2011-11-052-13/+0
| * rtsp: Disable chunked http post through AVOptionsMartin Storsjö2011-11-051-1/+2
| * movdec: Set frame_size for AMRCarl Eugen Hoyos2011-11-051-6/+8
| * matroskadec: empty blocks are in fact valid.Ronald S. Bultje2011-11-051-2/+3
| * movenc: Set a correct packet size for AMR-NB mode 15, "no data"Carl Eugen Hoyos2011-11-051-1/+1
| * avformat: Add functions for doing global network initializationMartin Storsjö2011-11-053-1/+36
| * avformat: Add the https protocolMartin Storsjö2011-11-054-5/+28
| * avformat: Add the tls protocol, using OpenSSL or gnutlsMartin Storsjö2011-11-054-1/+237
| * avformat: Initialize gnutls in ff_tls_init()Martin Storsjö2011-11-051-0/+20
| * avformat: Add ff_tls_init()/deinit() that initialize OpenSSLMartin Storsjö2011-11-052-0/+82
| * avformat: Split out functions from network.h to a new file, network.cMartin Storsjö2011-11-053-49/+84
* | wtvdec: ignore another known guidPeter Ross2011-11-061-1/+2
* | matroskaenc: base default duration on avg_frame_rate if possible.Michael Niedermayer2011-11-061-1/+4
* | wtvenc: use ff_put_guid and remove local copy of this functionPeter Ross2011-11-052-18/+13
* | asfenc: rename put_guid to ff_put_guidPeter Ross2011-11-052-14/+16
* | wtvenc: add @file commentPeter Ross2011-11-051-0/+6
* | fix whitespace nitsPeter Ross2011-11-051-4/+4
* | Replace remaining av_new_stream() with avformat_new_stream().Clément Bœsch2011-11-058-10/+12
* | lavf: fix null pointer dereference in rdtMichael Niedermayer2011-11-031-0/+3
* | id3v2enc: av_strcasecmp()Michael Niedermayer2011-11-031-2/+1
* | Set frame_size for AMR_NB in mov.Carl Eugen Hoyos2011-11-031-2/+5
* | Do not use strcpy for "strings" starting with \0.Carl Eugen Hoyos2011-11-031-1/+1
* | Replace all strcasecmp/strncasecmp usages.Reimar Döffinger2011-11-0311-39/+32
* | lavf: Do not set cur_dts to undetermined before first_dts has been calculated...Michael Niedermayer2011-11-031-1/+2
* | Cosmetics: Reindent after last commit.Carl Eugen Hoyos2011-11-031-12/+12
* | Support new ALAC magic cookie in caf files.Carl Eugen Hoyos2011-11-031-0/+10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-0320-39/+184
|\ \ | |/
| * gsm demuxer: do not allocate packet twice.Justin Ruggles2011-11-021-3/+0
| * flvenc: use first packet delay as global delay.Justin Ruggles2011-11-021-5/+12
| * rtsp: add allowed_media_types optionJohn Brooks2011-11-022-1/+16
| * Create separate functions for the raw GSM demuxer.Justin Ruggles2011-11-023-13/+136
| * Replace vendor string in Ogg and FLAC muxers.Diego Biurrun2011-11-022-2/+2
| * Replace ffmpeg references with more accurate libav* references.Diego Biurrun2011-11-025-5/+5
| * Replace outdated references to ffmpeg tool with avconv.Diego Biurrun2011-11-024-5/+9
| * Remove some stray unnecessary ffmpeg references.Diego Biurrun2011-11-027-7/+7
| * id3v2: fix type of ID3v2EMFunc.free()Anton Khirnov2011-11-021-2/+3
| * g726: use bits_per_coded_sample instead of bitrate to determine modeJustin Ruggles2011-11-011-7/+10
* | mpegtsenc: EAC3 supportMean2011-11-021-0/+6
* | id3v2enc: include strings.h for strcasecmp()Michael Niedermayer2011-11-021-1/+1
* | id3v2enc: add support for year and day/month tags when writing id3v2 version ...Tobias Rapp2011-11-021-1/+42