| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/internal: Move FF_FMT_INIT_CLEANUP to demux.h | Andreas Rheinhardt | 2024-03-26 | 1 | -1/+1 |
* | avformat/avformat: Add FFInputFormat, hide internals of AVInputFormat | Andreas Rheinhardt | 2024-03-07 | 1 | -5/+6 |
* | Revert "all: Don't set AVClass.item_name to its default value" | Anton Khirnov | 2024-01-20 | 1 | -0/+1 |
* | all: Don't set AVClass.item_name to its default value | Andreas Rheinhardt | 2023-12-22 | 1 | -1/+0 |
* | avdevice/lavfi: Fix double-free on error | Andreas Rheinhardt | 2023-09-30 | 1 | -4/+5 |
* | avdevice/lavfi: Remove unnecessary avio_internal.h inclusion | Andreas Rheinhardt | 2023-09-10 | 1 | -1/+0 |
* | avdevice/lavfi: check that pointer is set | Paul B Mahol | 2023-05-10 | 1 | -0/+4 |
* | lavu/frame: deprecate AVFrame.pkt_{pos,size} | Anton Khirnov | 2023-03-20 | 1 | -0/+8 |
* | avdevice/lavfi: pass forward video framerate | Timo Rothenpieler | 2022-07-18 | 1 | -0/+5 |
* | avdevice/lavfi: output wrapped AVFrames | Timo Rothenpieler | 2022-07-18 | 1 | -54/+35 |
* | avdevice/lavfi: remove call to deprecated function av_buffersink_get_channel_... | James Almer | 2022-03-15 | 1 | -6/+4 |
* | avdevice/lavfi: convert to new channel layout API | James Almer | 2022-03-15 | 1 | -2/+5 |
* | avdevice/lavfi: Don't require AV_PIX_FMT_NONE == -1 | Andreas Rheinhardt | 2021-12-03 | 1 | -1/+1 |
* | avdevice/lavfi: Simplify setting sample_fmts | Andreas Rheinhardt | 2021-12-03 | 1 | -2/+3 |
* | avdevice/lavfi: Make array static const | Andreas Rheinhardt | 2021-12-03 | 1 | -5/+4 |
* | avdevice/lavfi: Avoid calling av_buffersink_get_* multiple times | Andreas Rheinhardt | 2021-12-03 | 1 | -8/+8 |
* | avdevice/lavfi: Use dedicated pointer to access st->codecpar | Andreas Rheinhardt | 2021-12-03 | 1 | -12/+13 |
* | avdevice/lavfi: Don't unnecessarily write '\0' to AVBPrint | Andreas Rheinhardt | 2021-12-03 | 1 | -3/+0 |
* | avdevice/lavfi: Properly free an AVDictionary | Andreas Rheinhardt | 2021-12-03 | 1 | -1/+1 |
* | avdevice/lavfi: Cleanup generically on read_header failure | Andreas Rheinhardt | 2021-12-03 | 1 | -2/+1 |
* | lavd/lavfi.c: Set time_base for 608 cc to container time_base. | Yun Zhang | 2021-08-02 | 1 | -0/+4 |
* | avdevice: Constify all devices | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avutil/buffer: Switch AVBuffer API to size_t | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec/packet: Also change av_packet_pack/unpack_dictionary to size_t | Andreas Rheinhardt | 2021-03-19 | 1 | -1/+1 |
* | Remove double ';' | Andreas Rheinhardt | 2021-03-01 | 1 | -2/+2 |
* | avdevice/lavfi: av_malloc -> av_malloc_array | Limin Wang | 2020-09-21 | 1 | -1/+1 |
* | avdevice/lavfi: unref the frame on failure | Limin Wang | 2020-09-21 | 1 | -7/+12 |
* | avdevice/lavfi: fix FIXME and check a/v type by codec_type | Limin Wang | 2020-09-21 | 1 | -2/+4 |
* | avdevice/lavfi: Remove redundant av_packet_unref() | Andreas Rheinhardt | 2020-09-06 | 1 | -1/+0 |
* | avdevice/lavfi: Use av_packet_pack_dictionary() to pack dictionary | Andreas Rheinhardt | 2020-09-06 | 1 | -17/+8 |
* | avdevice/lavfi: Don't set pkt->size to the value it already has | Andreas Rheinhardt | 2020-09-01 | 1 | -1/+0 |
* | avdevice/lavfi: Don't reimplement av_frame_get_side_data() | Andreas Rheinhardt | 2020-09-01 | 1 | -6/+2 |
* | avdevice/lavfi: Use av_packet_move_ref() for packet ownership transfer | Andreas Rheinhardt | 2020-09-01 | 1 | -4/+1 |
* | libavdevice/lavfi: check avfilter_graph_dump return value | Zhao Zhili | 2019-11-29 | 1 | -3/+7 |
* | lav*,tests: remove several register_all calls | Josh de Kock | 2018-04-02 | 1 | -2/+0 |
* | avdevice: migrate to AVFormatContext->url | Marton Balint | 2018-01-28 | 1 | -1/+1 |
* | Merge commit 'f5950b8fd61ec85e0ad8790bea56b37ceea19436' | James Almer | 2017-10-26 | 1 | -1/+0 |
* | lavd/lavfi: Constify two variables. | Carl Eugen Hoyos | 2017-10-21 | 1 | -1/+1 |
* | avdevice: do not use AVFrame accessor | Muhammad Faiz | 2017-04-23 | 1 | -5/+5 |
* | lavd/lavfi: use buffersink accessors. | Nicolas George | 2017-01-12 | 1 | -18/+19 |
* | avdevice/lavfi: Do not set avg_frame_rate to the timebase | Michael Niedermayer | 2016-06-04 | 1 | -2/+0 |
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -16/+16 |
* | Update demuxers and protocols for protocol whitelist support | Michael Niedermayer | 2016-02-02 | 1 | -1/+6 |
* | avdevice/lavfi: replace deprecated avpicture_layout | Paul B Mahol | 2016-02-01 | 1 | -6/+2 |
* | remove all uses of the deprecated avpicture_get_size() function | Eddie Hao | 2016-01-17 | 1 | -1/+2 |
* | avdevice/lavfi: fix self assignment warning | Ganesh Ajjanagadde | 2015-08-23 | 1 | -1/+1 |
* | Replace av_dlog with ff_dlog. | Ronald S. Bultje | 2015-08-18 | 1 | -3/+4 |
* | use avfilter_pad_get_{type,name} accessor functions | Andreas Cadhalpun | 2015-08-08 | 1 | -1/+1 |
* | avdevice/lavfi: do not rescale AV_NOPTS_VALUE in lavfi_read_packet() | Michael Niedermayer | 2015-06-10 | 1 | -1/+1 |
* | avdevice/lavfi: Use avio_closep() to avoid leaving stale pointers in memory | Michael Niedermayer | 2015-01-08 | 1 | -1/+1 |