summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* mov: fix DTS calculation for samples with negative stts durationAndreas Cadhalpun2015-05-29
* avformat/movenc: Check that track_width_1616 fits within the available 32bit ...Michael Niedermayer2015-05-29
* avformat/movenc: avoid floats in width/height/aspect ratio computationsMichael Niedermayer2015-05-29
* avformat/concatdec: Enable auto_convert by defaultMichael Niedermayer2015-05-29
* avformat/mov: Avoid float usage in yuv_to_rgba()Michael Niedermayer2015-05-29
* Merge commit 'e9e86d9ef637f5a600c76b352ffe5a82b71b25d1'Michael Niedermayer2015-05-29
|\
| * rtmpdh: Create sufficiently long private keys for gcrypt/nettleMartin Storsjö2015-05-29
* | Merge commit '8016a1bd3b60e917e1b12748dd80c06c3462c286'Michael Niedermayer2015-05-29
|\|
| * rtmpdh: Remove an unnecessary check in the gcrypt/nettle dh_compute_keyMartin Storsjö2015-05-29
* | Merge commit '063f7467e4d14ab7fe01b2845dab60cc75df8b53'Michael Niedermayer2015-05-29
|\|
| * rtmpdh: Add fate test for the DH handshake routineMartin Storsjö2015-05-29
* | Merge commit '0508faaa11bf7507ffdd655aee57c9dc5a8203f4'Michael Niedermayer2015-05-29
|\|
| * rtmpdh: Pass the actual buffer size of the output secret keyMartin Storsjö2015-05-29
* | Merge commit '9f1b3050d9e31e9283d818f3640f3460ac8cfb5b'Michael Niedermayer2015-05-29
|\|
| * rtmpdh: Check the output buffer size in the openssl version of dh_compute_keyMartin Storsjö2015-05-29
* | Merge commit '127d813bcb5705202b7100cf1eccd1e26d72ba14'Michael Niedermayer2015-05-29
|\|
| * rtmpdh: Fix a local variable name in the nettle/gcrypt codepathMartin Storsjö2015-05-29
* | Merge commit '78efc69e7c990226f4b913721ef1b308ca5bfa04'Michael Niedermayer2015-05-29
|\|
| * rtmpdh: Make sure ret is initialized in the nettle version of bn_hex2bnMartin Storsjö2015-05-29
* | avformat/avienc: Correct possible dereference of nullRoman Savchenko2015-05-29
* | Merge commit 'd4d90504a687d2c0ef77ccf11d831f24dcff9cf1'Michael Niedermayer2015-05-28
|\|
| * tls_gnutls: Add missing includes for the gcrypt thread safety callbacksMartin Storsjö2015-05-28
| * lavf: move TLS-related ifdeffery to library specific fileswm42015-05-26
| * lavf: split tls.cwm42015-05-26
| * tls: fix compilation when both gnutls and openssl are enabledJames Almer2015-05-22
* | Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer2015-05-28
|\ \
| * | lavf: Use av_codec_get_tag2() in avformat_query_codec().Carl Eugen Hoyos2015-05-28
* | | avformat/mxfenc: Support storing signal standard for D10 muxingMichael Niedermayer2015-05-28
|/ /
* | network: Move variable declaration under an #ifTimothy Gu2015-05-28
* | lavf: move TLS-related ifdeffery to library specific fileswm42015-05-27
* | lavf: split tls.cwm42015-05-27
* | avformat/mpsubdec: Use double instead of float for timestamp calculationsMichael Niedermayer2015-05-27
* | avformat/mp3dec: Ensure the buffer is large enough to avoid seeks from the fi...Michael Niedermayer2015-05-27
* | avformat/mp3: skip junk at the beginning of mp3 fileswm42015-05-27
* | avformat/mpsubdec: change multipler to int, it only stores 1 and 100Michael Niedermayer2015-05-27
* | avformat/movenc: Allow muxing mp3 with samplerate < 16khz if the user sets st...Michael Niedermayer2015-05-27
* | avformat/matroskaenc: Avoid floats in default duration calculationMichael Niedermayer2015-05-26
* | avformat/ircamenc: Avoid floatsMichael Niedermayer2015-05-26
* | avformat/movenc: Avoid floats & float rounding in tmcd nb_frames calculationMichael Niedermayer2015-05-26
* | avformat/asfdec: Avoid float usage in duration calculationMichael Niedermayer2015-05-26
* | avformat/mpegts: Avoid float in bitrate calculationMichael Niedermayer2015-05-26
* | lavf/dnxhd: Autodetect more files that can be decoded.Carl Eugen Hoyos2015-05-26
* | mov: reject zero bytes_per_frame with non-zero samples_per_frameAndreas Cadhalpun2015-05-26
* | lavf/riff: Add 0x729A as TwoCC for G.729.Carl Eugen Hoyos2015-05-25
* | avformat/rmenc: Avoid floats in duration calculationMichael Niedermayer2015-05-25
* | avformat/mpegenc: Replace *0.7 by *7/10Michael Niedermayer2015-05-25
* | avformat/mpegenc: Do not use floats for vcd_padding_bitrateMichael Niedermayer2015-05-25
* | avformat/mov: Mark avio context of decompressed atoms as seekableMichael Niedermayer2015-05-25
* | mov: always check avio_read return valueAndreas Cadhalpun2015-05-24
* | mov: fix two memleaksAndreas Cadhalpun2015-05-24