summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* get_bits: move check_marker() to mpegvideodec.hAnton Khirnov2022-07-04
* avcodec/mscc: Don't modify input packetAndreas Rheinhardt2022-07-04
* avcodec/decoders: Use const uint8_t* to access input packet dataAndreas Rheinhardt2022-07-04
* avcodec/dcadec: Treat the input packet's data as constAndreas Rheinhardt2022-07-04
* avformat/(mpeg|mpegts|mxf|sup)enc: Use const uint8_t* to access pkt dataAndreas Rheinhardt2022-07-04
* doc/ffmpeg: correct description of -shortestGyan Doshi2022-07-04
* avcodec/libdavs2: workaround memory leakZhao Zhili2022-07-04
* avcodec/alsdec: No channels cannot be accessedMichael Niedermayer2022-07-03
* avcodec/qdrw: adjust max colors to array sizeMichael Niedermayer2022-07-03
* fate: add PFM encoder testsPaul B Mahol2022-07-03
* avcodec/pnmenc: support both endian variants for PFMPaul B Mahol2022-07-03
* avcodec: add PHM decoder and encoderPaul B Mahol2022-07-03
* avcodec/tests/snowenc: Remove unused-but-set variableAndreas Rheinhardt2022-07-03
* avcodec/qoidec: Remove unused-but-set variableAndreas Rheinhardt2022-07-03
* avcodec/j2kenc: Remove unused-but-set variableAndreas Rheinhardt2022-07-03
* avcodec/imc: Remove unused-but-set variableAndreas Rheinhardt2022-07-03
* avcodec/hevc_ps: Remove unused-but-set variableAndreas Rheinhardt2022-07-03
* avfilter/vf_atadenoise: Remove unused-but-set variablesAndreas Rheinhardt2022-07-03
* avformat/mlpdec: Remove unused-but-set variableAndreas Rheinhardt2022-07-03
* avformat/bintext: Remove set-but-unused variableAndreas Rheinhardt2022-07-03
* fate: add EXR encoder testsPaul B Mahol2022-07-03
* avcodec/alacdsp: Make intermediates unsignedMichael Niedermayer2022-07-02
* avutil/channel_layout: av_channel_layout_describe_bprint: Check for buffer endMichael Niedermayer2022-07-02
* avformat/aiffdec: cleanup size handling for extreem casesMichael Niedermayer2022-07-02
* avcodec/cbs_h2645: Remove unnecessary (h264|hevc)_sei.h inclusionsAndreas Rheinhardt2022-07-02
* avcodec/pthread_slice: Don't reinitialise initialised mutexAndreas Rheinhardt2022-07-01
* avcodec/v4l2_m2m: Check if the file descriptor is valid before closingWujian(Chin)2022-07-01
* avcodec/libx264: Avoid duplicating stringsAndreas Rheinhardt2022-07-01
* Makefile: Prompt for reconfigure on lavc/hwaccels.h modificationAndreas Rheinhardt2022-07-01
* avformat/movenc: Fix invalid checkAndreas Rheinhardt2022-06-30
* avformat/movenc: limit ISOBMFF AC-3 mapping to bsids <=8Jan Ekström2022-06-30
* avformat/movenc: handle OOM situations when parsing AC-3 headersJan Ekström2022-06-30
* avformat/movenc: utilize existing AC-3 parsing workflow for AC-3Jan Ekström2022-06-30
* avformat/movenc: move eac3_info definition so that it can be used for AC-3Jan Ekström2022-06-30
* avformat/movenc: enable handle_eac3 to handle AC-3 tracksJan Ekström2022-06-30
* {configure,avformat/movenc}: enable AC-3 parser for movencJan Ekström2022-06-30
* avcodec/ac3_parser{,_internal}: expose AC-3 bit_rate_codeJan Ekström2022-06-30
* avcodec/exrenc: add grayf32 format supportPaul B Mahol2022-06-30
* avcodec/hevcdec: Return immediately upon hevc_init_context() failureAndreas Rheinhardt2022-06-30
* avcodec/hevcdec: Remove redundant context_initializedAndreas Rheinhardt2022-06-30
* avcodec/avcodec: Don't mention removed functionAndreas Rheinhardt2022-06-30
* avformat/mov: Only read the primary item for AVIFVignesh Venkatasubramanian2022-06-29
* avcodec/pnmenc: reindentPaul B Mahol2022-06-29
* avcodec/pnmenc: add support for grayf32 in PFM imagePaul B Mahol2022-06-29
* avformat/hlsenc: Add resend_headers optionhuheng2022-06-29
* avformat/hls: add #EXT-X-START tag support by prefer_x_start optLi Kai2022-06-29
* avformat/hlsenc: Use HLS version 2 if rounded durations are enabledLucy2022-06-29
* checkasm: Provide enough alignment in the new motion testMartin Storsjö2022-06-28
* avutil/wchar_filename: Make the header C++ compatibleAndreas Rheinhardt2022-06-28
* lavc/aarch64: motion estimation functions in neonSwinney, Jonathan2022-06-28