| Commit message (Expand) | Author | Age | Files | Lines |
* | libavutil/hwcontext_d3d11va: adding more texture information to the D3D11 hwc... | Artem Galin | 2021-09-08 | 1 | -0/+3 |
* | sws: add a new scaling API | Anton Khirnov | 2021-09-06 | 1 | -0/+9 |
* | avcodec/avcodec: Allow up to seven codec ids per parser | Andreas Rheinhardt | 2021-09-02 | 1 | -0/+3 |
* | avcodec: add a Film Grain codec property flag | James Almer | 2021-08-24 | 1 | -0/+3 |
* | avfilter/avfilter: Deprecate avfilter_pad_count() | Andreas Rheinhardt | 2021-08-20 | 1 | -0/+1 |
* | avfilter/avfilter: Add avfilter_filter_pad_count() | Andreas Rheinhardt | 2021-08-20 | 1 | -0/+3 |
* | avutil/opt: Document actual behaviour of av_opt_copy a bit more | Andreas Rheinhardt | 2021-08-17 | 1 | -0/+4 |
* | imgutils: expose av_image_copy_plane_uc_from() | Lynne | 2021-08-14 | 1 | -0/+3 |
* | avpacket: ABI bump additions | Lynne | 2021-08-02 | 1 | -0/+3 |
* | avutil/common, macros: Move several macros from common.h to macros.h | Andreas Rheinhardt | 2021-07-29 | 1 | -0/+5 |
* | avutil/film_grain_params: add support for H.274 Film Grain Characteristics | James Almer | 2021-07-23 | 1 | -0/+3 |
* | lavu/cpu: Use av_cpu_ prefix | Thilo Borgmann | 2021-07-20 | 1 | -0/+3 |
* | avcodec: Pass HDR10+ metadata to packet side data in VP9 encoder | Mohammad Izadi | 2021-06-24 | 1 | -0/+2 |
* | avformat: make AVStream.pts_wrap_bits public | James Almer | 2021-06-10 | 1 | -0/+3 |
* | lavc: move av_get_profile_name() from avcodec.h to codec.h | Anton Khirnov | 2021-06-10 | 1 | -0/+3 |
* | lavc: move av_get_audio_frame_duration2() from avcodec.h to codec_par.h | Anton Khirnov | 2021-06-10 | 1 | -0/+3 |
* | lavc: move av_get_pcm_codec() from avcodec.h to codec_id.h | Anton Khirnov | 2021-06-10 | 1 | -1/+2 |
* | lavc: move avcodec_profile_name() from avcodec.h to codec_id.h | Anton Khirnov | 2021-06-10 | 1 | -2/+2 |
* | lavc: move av_get_[exact_]bits_per_sample() to codec_id.h | Anton Khirnov | 2021-06-10 | 1 | -0/+4 |
* | lavc: move small misc definitions into a separate header | Anton Khirnov | 2021-06-10 | 1 | -0/+10 |
* | doc/APIchanges: add hashes and version numbers for recent entries | James Almer | 2021-04-27 | 1 | -11/+11 |
* | Bump major versions of all libraries. | Anton Khirnov | 2021-04-27 | 1 | -8/+8 |
* | avcodec: Constify AVCodecParserContext.parser | Andreas Rheinhardt | 2021-04-27 | 1 | -0/+3 |
* | avdevice/avdevice: Constify av_*_device_next API | Andreas Rheinhardt | 2021-04-27 | 1 | -0/+4 |
* | avdevice/avdevice: Constify avdevice_list_input_sources/output_sinks | Andreas Rheinhardt | 2021-04-27 | 1 | -0/+4 |
* | avformat/avformat, utils: Make av_find_best_stream const-correct | Andreas Rheinhardt | 2021-04-27 | 1 | -0/+4 |
* | avcodec/codec, allcodecs: Constify the AVCodec API | Andreas Rheinhardt | 2021-04-27 | 1 | -0/+5 |
* | avformat/avformat: Constify AVFormatContext.*_codec pointers | Andreas Rheinhardt | 2021-04-27 | 1 | -0/+3 |
* | libavresample: Remove deprecated library | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+0 |
* | avformat: Constify the API wrt AV(In|Out)putFormat | Andreas Rheinhardt | 2021-04-27 | 1 | -0/+11 |
* | lavu: bump minor and add APIchanges entry for the lavu/tx changes | Lynne | 2021-04-24 | 1 | -0/+3 |
* | lavu: add side data AV_FRAME_DATA_DETECTION_BBOXES for object detection/class... | Guo, Yejun | 2021-04-17 | 1 | -0/+2 |
* | avformat/utils: add helper functions to retrieve index entries from an AVStream | James Almer | 2021-04-07 | 1 | -0/+4 |
* | avutil/frame: Deprecate av_get_colorspace_name() | Andreas Rheinhardt | 2021-03-24 | 1 | -0/+4 |
* | Bump Versions before release/4.4 branch | Michael Niedermayer | 2021-03-20 | 1 | -0/+2 |
* | doc/APIchanges: fill in missing fields | Michael Niedermayer | 2021-03-20 | 1 | -8/+8 |
* | avutil/adler32: Switch av_adler32_update() to size_t on bump | Andreas Rheinhardt | 2021-03-19 | 1 | -0/+7 |
* | avformat: Make AVChapter.id an int64_t on next major bump | Andreas Rheinhardt | 2021-03-19 | 1 | -0/+4 |
* | avcodec/packet: deprecate av_init_packet() | James Almer | 2021-03-17 | 1 | -0/+5 |
* | lavc: rename AV_CODEC_CAP_AUTO_THREADS->AV_CODEC_CAP_OTHER_THREADS | Anton Khirnov | 2021-03-16 | 1 | -0/+5 |
* | doc/APIchanges: Fill in some missing information | Michael Niedermayer | 2021-03-14 | 1 | -24/+24 |
* | avcodec: add a get_encode_buffer() callback to AVCodecContext | James Almer | 2021-03-12 | 1 | -0/+7 |
* | avformat/utils: change AVStream side data related public function and struct ... | James Almer | 2021-03-10 | 1 | -0/+4 |
* | avcodec/packet: change side data related public function and struct size type... | James Almer | 2021-03-10 | 1 | -0/+4 |
* | avutil/frame: change av_frame_new_side_data() size parameter type to size_t | James Almer | 2021-03-10 | 1 | -3/+3 |
* | avutil/buffer: change public function and struct size parameter types to size_t | James Almer | 2021-03-10 | 1 | -0/+4 |
* | avcodec: enable usage of err_recognition for encoders | Jan Ekström | 2021-03-05 | 1 | -0/+3 |
* | avformat: Deprecate AVFMT_FLAG_PRIV_OPT, remove av_demuxer_open on bump | Andreas Rheinhardt | 2021-03-03 | 1 | -0/+4 |
* | avcodec/options: deprecate avcodec_get_frame_class() | James Almer | 2021-02-27 | 1 | -0/+3 |
* | lavu/tx: support in-place FFT transforms | Lynne | 2021-02-21 | 1 | -0/+3 |