summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* hwcontext: add av_hwdevice_ctx_create_derived_optsLynne2020-05-23
* oggdec: remove the oggparsedaala subdemuxerLynne2020-05-23
* lavfi: add untile filter.Nicolas George2020-05-23
* lavfi/framesync: use av_gcd_q().Nicolas George2020-05-23
* lavu: add av_gcd_q().Nicolas George2020-05-23
* lavfi/tests/formats: reindent.Nicolas George2020-05-23
* lavfi/formats: remove dead code.Nicolas George2020-05-23
* lavfi/vf_crop: use ff_formats_pixdesc_filter().Nicolas George2020-05-23
* lavfi/formats: add ff_formats_pixdesc_filter().Nicolas George2020-05-23
* avformat/webm_chunk: Open AVIOContext before initializing sub-muxerAndreas Rheinhardt2020-05-23
* avformat/matroskaenc: Forward errors from avpriv_split_xiph_headers()Andreas Rheinhardt2020-05-23
* avformat/matroskadec: Use proper context for loggingAndreas Rheinhardt2020-05-23
* avcodec/xiph: Return better error codesAndreas Rheinhardt2020-05-23
* avformat/segment: Propagate dispositionAndreas Rheinhardt2020-05-23
* avformat/segment: Access AVStream more directlyAndreas Rheinhardt2020-05-23
* avformat/webmdashenc: Simplify parsing stringsAndreas Rheinhardt2020-05-23
* avformat/webmdashenc: Don't segfault on invalid argumentsAndreas Rheinhardt2020-05-23
* avformat/webmdashenc: Remove possibility of infinite loopAndreas Rheinhardt2020-05-23
* avformat/webmdashenc: Be more strict when parsing stream indicesAndreas Rheinhardt2020-05-23
* avformat/webmdashenc: Avoid allocation for parsing a numberAndreas Rheinhardt2020-05-23
* avformat/mux: Remove unnecessary unreferencing of AVPacketAndreas Rheinhardt2020-05-23
* avformat/avformat: Remove redundant "NOT PART OF PUBLIC API"Andreas Rheinhardt2020-05-23
* avfilter/vf_lut3d: initial float pixel format supportMark Reid2020-05-23
* avcodec/ass: explicitly set ScaledBorderAndShadowOneric2020-05-23
* avcodec: move mpeg4 profiles to profiles.hMarton Balint2020-05-22
* avcodec: move msbc profile to encoderMarton Balint2020-05-22
* avcodec/options_table: remove dts profilesMarton Balint2020-05-22
* avcodec: move aacenc profiles to profiles.hMarton Balint2020-05-22
* avcodec/options_table: make AVCodecContext->profile search for child constantsMarton Balint2020-05-22
* avutil/opt: add AV_OPT_FLAG_CHILD_CONSTSMarton Balint2020-05-22
* movenc: Fix accidental leftover duplication from 1aec1fbcc595Martin Storsjö2020-05-22
* mfenc: Fall back to avctx->time_base if avctx->framerate isn't setMartin Storsjö2020-05-22
* mfenc: Fix setting has_b_frames for max_b_frames == 1Martin Storsjö2020-05-22
* movenc: Fix conversion of the first frame for extradata-less H264/HEVCMartin Storsjö2020-05-22
* cbs_h265: Fix use of an uninitialized variableMartin Storsjö2020-05-22
* avcodec/bsf: mention that av_bsf_send_packet() returning EAGAIN is not an errorJames Almer2020-05-22
* avcodec.h: split bitstream filters API into its own headerAnton Khirnov2020-05-22
* lavc: rename bsf.h to bsf_internal.hAnton Khirnov2020-05-22
* avcodec.h: split AVCodecParameters API into its own headerAnton Khirnov2020-05-22
* Stop hardcoding align=32 in av_frame_get_buffer() calls.Anton Khirnov2020-05-22
* cmdutils: drop libavformat/network.h includeAnton Khirnov2020-05-22
* avfilter/af_aiir: move response drawing as last stepPaul B Mahol2020-05-22
* avfilter/af_aiir: fix first denominator calculationPaul B Mahol2020-05-22
* avfilter/af_aiir: add more descriptive options aliasesPaul B Mahol2020-05-22
* avfilter/af_aiir: export normalize optionPaul B Mahol2020-05-22
* avfilter/af_aiir: fix first delay valuePaul B Mahol2020-05-22
* avformat/utils: Set stream side-data size even without side-dataAndreas Rheinhardt2020-05-22
* avformat/matroskaenc: Remove pointless castsAndreas Rheinhardt2020-05-22
* avformat/matroskaenc: Don't use stream side-data sizeAndreas Rheinhardt2020-05-22
* avformat/http: increase BUFFER_SIZE to MAX_URL_SIZE + HTTP_HEADERS_SIZEJoey Smith2020-05-21