summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* lavf/matroskaenc: Write Block Keyframe correctlyVignesh Venkatasubramanian2015-06-05
* lavf/riffenc: Set correct block align for mp2.Juanjo2015-06-04
* Revert "avformat/rtpenc: check av_packet_get_side_data() return, fix null ptr...Michael Niedermayer2015-06-03
* avformat/mov: Retry same packet on IO failure to avoid loosing a packetMichael Niedermayer2015-06-03
* avformat/mxfenc: Accept MXF D-10 with 49.999840 Mbit/secMichael Niedermayer2015-06-03
* avformat/sbgdec: Check alloc_array_elem() return valueMichael Niedermayer2015-06-02
* avformat/mxfdec: return error instead of segfaulting if there are no streamsMichael Niedermayer2015-06-02
* avformat/movenc: Fix potential signed overflowsMichael Niedermayer2015-06-01
* avformat/mxfenc: Correct klv_fill_keyMichael Niedermayer2015-06-01
* Merge commit '63ce9fd23cfa5ac0d9a862be0da138108dc1c505'Michael Niedermayer2015-06-01
|\
| * rtmpdh: Use GMP functions directly, instead of nettle wrappersMartin Storsjö2015-06-01
* | Merge commit '84c5ff911f3f0557c8f97a964f74ceb01dd6d214'Michael Niedermayer2015-06-01
|\|
| * rtmpdh: Fix the indentation in a structMartin Storsjö2015-06-01
* | avformat/utils: Simplify get_std_framerate() checkMichael Niedermayer2015-06-01
* | Merge commit '5c720657c23afd798ae0db7c7362eb859a89ab3d'Michael Niedermayer2015-06-01
|\|
| * mov: always check avio_read return valueAndreas Cadhalpun2015-05-31
* | Merge commit 'bff0349d9da527084e1433167466d8afc9e25c7f'Michael Niedermayer2015-06-01
|\|
| * avio: Add avio_read wrapper to simplify error checkingVittorio Giovara2015-05-31
| * mov: reject zero bytes_per_frame with non-zero samples_per_frameAndreas Cadhalpun2015-05-31
| * mov: abort on EOF in ff_mov_read_chanAndreas Cadhalpun2015-05-31
* | Merge commit 'a8a90906fb0ad0f8d3c68a97f182528ee3b5198c'Michael Niedermayer2015-06-01
|\|
| * mov: Correctly allocate ctts_dataLuca Barbato2015-05-31
| * mov: Fix two memleaksAndreas Cadhalpun2015-05-31
| * network: prevent SIGPIPE on OSXwm42015-05-31
* | avformat/libquvi: fix error handlingGilles Chanteperdrix2015-05-31
* | network: prevent SIGPIPE on OSXwm42015-05-30
* | avformat/movenc: Add loction/xyz support to allow copying data between mov filesMichael Niedermayer2015-05-30
* | avformat/mov: Also export loci altitudeMichael Niedermayer2015-05-30
* | avformat/mov: Append place name instead of overwriting for lociMichael Niedermayer2015-05-30
* | lavf/tls_securetransport: add missing copyright noticeRodger Combs2015-05-30
* | avformat/h264dec: Add ff_tlog() with trace information about h264 probingMichael Niedermayer2015-05-30
* | avformat/h264dec: Fix detection of invalid h264 with 0x100 startcodesMichael Niedermayer2015-05-30
* | Merge commit 'b2f0f37d242f1194fe1f886557cf6cefdf98caf6'Michael Niedermayer2015-05-30
|\|
| * rtmpdh: Generate the whole private exponent using av_get_random_seed() with n...Martin Storsjö2015-05-29
* | lavf/tls: Support Secure TransportRodger Combs2015-05-29
* | 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