41121 Commits (ca09effb01e126b0ac74ff3de70a475423ddee82)
 

Author SHA1 Message Date
Diego Biurrun ca09effb01 ffv1: Drop unnecessary casts and const qualifiers to match function signatures 10 years ago
Vittorio Giovara 1dd797e3c9 swscale: check memory allocations 10 years ago
Vittorio Giovara 07a0c0f000 opt: check memory allocation 10 years ago
Martin Storsjö 46808fdf04 movenc: Enable editlists by default if delay_moov is enabled 10 years ago
Martin Storsjö 9f810a9b37 libavformat: Check for malloc failures in avformat_new_stream 10 years ago
Martin Storsjö c4aa0f865f libavformat: Remove a misleading/incorrect comment 10 years ago
Martin Storsjö f4d4e66a24 configure: Remap -L to -libpath for msvc 10 years ago
Johan Andersson 3e16065221 cmdutils: update copyright year to 2015. 10 years ago
Martin Storsjö f2ad1495f2 avisynth: Use RTLD_LOCAL instead of RTLD_GLOBAL 10 years ago
Martin Storsjö 470c9db11f sidxindex: Remove parsing that isn't necessary any longer 10 years ago
Martin Storsjö 5cf6bda6e2 sidxindex: Don't adjust the Period start time depending on the track start time 10 years ago
Martin Storsjö 7a1a63e34f dashenc: Use pts for MPD timeline timestamps 10 years ago
Martin Storsjö c5e7ea13d2 dashenc: Use delay_moov 10 years ago
Martin Storsjö b3b0b35db2 movenc: Get rid of a hack for updating the dvc1 atom 10 years ago
Martin Storsjö 847bf5988f movenc: Add an option for delaying writing the moov with empty_moov 10 years ago
Martin Storsjö c725faebda movenc: Use start_dts/cts instead of cluster[0] for writing edit lists 10 years ago
Martin Storsjö 724cbea719 movenc: Remove an unnecessary condition when flushing fragments 10 years ago
Martin Storsjö 355d01a1bf movenc: Factorize writing ftyp and other identification tags to a separate function 10 years ago
Martin Storsjö 8d54bacb78 dashenc: Remove some stray double spaces 10 years ago
Martin Storsjö b91a5757fc dashenc: Fix writing of timelines that don't start at t=0 10 years ago
Martin Storsjö 50036c30df fate: Use bitexact conversions in the dpxparser test 10 years ago
Anton Khirnov 60d4c6ff76 h264: restore a block mistakenly removed in e10fd08a 10 years ago
Rémi Denis-Courmont 737d35e334 vdpau: add support for the H.264 High 4:4:4 Predictive profile 10 years ago
Rémi Denis-Courmont 1f9237f2ac avconv_vdpau: allocate video surface of VDPAU-specified size 10 years ago
Rémi Denis-Courmont ebd5320afd vdpau: add support for 4:2:2 and 4:4:4 chroma sampling 10 years ago
Rémi Denis-Courmont c220a60f92 vdpau: add helper for surface chroma type and size 10 years ago
Rémi Denis-Courmont 6c99c92a42 libavcodec: add AV_HWACCEL_ALLOW_HIGH_DEPTH flag 10 years ago
Rémi Denis-Courmont 57b6704ecd avcodec: add AVCodecContext.sw_pix_fmt 10 years ago
Rémi Denis-Courmont 4cfbeef31d h264: factor hwaccel pixel formats list 10 years ago
Kieran Kunhya 9cfa68c560 mpegts: add support for Opus 10 years ago
Martin Storsjö 8ebf02f8f5 libavformat: Only use MoveFileExA when targeting the desktop API subset 10 years ago
Martin Storsjö fc308b30bb rtpenc_mpegts: Call write_trailer for the mpegts muxer even if no output buffer exists 10 years ago
Martin Storsjö e2ce163922 mpegts: Support running the write_trailer function without an AVIOContext 10 years ago
Martin Storsjö 4895aa65c6 libavformat: Allow calling av_write_trailer with a NULL AVIOContext 10 years ago
Michael Niedermayer cee4490b52 on2avc: check number of channels 10 years ago
Michael Niedermayer d423dd72be smc: fix the bounds check 10 years ago
Michael Niedermayer 0b39ac6f54 gifdec: refactor interleave end handling 10 years ago
Anton Khirnov 17ba719d9b mmvideo: check frame dimensions 10 years ago
Anton Khirnov 88626e5af8 jvdec: check frame dimensions 10 years ago
Anton Khirnov 809c3023b6 mjpegdec: check for pixel format changes 10 years ago
Anton Khirnov 64f7575fbd mov: avoid a memleak when multiple stss boxes are present 10 years ago
Vittorio Giovara 210461c0a8 imgconvert: check memory allocations and propagate errors 10 years ago
Vittorio Giovara 596b5c488f wma: check memory allocations and propagate errors 10 years ago
Vittorio Giovara 63be97ec40 lavfi: always check av_expr_parse_and_eval() return value 10 years ago
Vittorio Giovara 9e06327ecb xcbgrab: Move NULL check before pointer dereference 10 years ago
Vittorio Giovara 5ac06633cb takdec: check av_samples_get_buffer_size() return value 10 years ago
Vittorio Giovara 16c7a8a142 aacps: invert the order of parameters of ipdopd_reset() 10 years ago
Vittorio Giovara 76ccf114a6 rtsp: check ffurl_get_file_handle() return value 10 years ago
Vittorio Giovara b1306823d0 check memory errors from av_strdup() 10 years ago
Vittorio Giovara 9745f19ffc assdec: check the right variable 10 years ago