aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples
Commit message (Expand)AuthorAgeFilesLines
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-318-0/+8
* examples/decode_filter_video: Add loop for draining the filtergraphTobias Rapp2024-03-281-0/+19
* examples/decode_filter_audio: Add loop for draining the filtergraphTobias Rapp2024-03-281-0/+19
* doc/examples: Always use <> includesAndreas Rheinhardt2024-03-273-27/+27
* doc/examples/qsv_decode: remove unused config.h header filehung kuishing2024-03-121-2/+0
* doc/examples/qsv_transcode: EINVAL is more appropriate and ENAVAIL will fail ...hung kuishing2023-12-181-4/+4
* examples/transcode: fix log messageZhao Zhili2023-12-121-1/+1
* avutil/imgutils: Add wrapper for av_image_copy() to avoid castsAndreas Rheinhardt2023-09-121-3/+3
* examples/transcode: flush decoder on EOFZhao Zhili2023-08-261-2/+29
* examples: fix build of mux and resample_audioSebastian Ramacher2023-07-281-2/+2
* doc/examples/transcode: convert timestamps between filtering and encodingAnton Khirnov2023-06-031-0/+5
* doc/examples/transcode: stop using decoder's AVCodecContext.time_baseAnton Khirnov2023-06-031-5/+2
* doc/examples/transcode: set packet timebase for decodingAnton Khirnov2023-06-031-0/+5
* doc/examples/transcode_aac: use av_samples_alloc_array_and_samples to allocat...James Almer2023-05-051-15/+5
* doc/examples/qsv_transcode: Fix a bug when use more than one parameter setWenbin Chen2023-03-171-1/+1
* doc/examples/mux: rename alloc_picture to alloc_frameStefano Sabatini2023-03-121-12/+12
* avutil/frame: deprecate AVFrame.coded_picture_number and display_picture_numberMarton Balint2023-02-131-2/+2
* avcodec: add AVCodecContext.frame_num as 64 bit variant to frame_numberMarton Balint2023-02-131-2/+2
* doc/examples: fix make command, reference Makefile.exampleStefano Sabatini2023-02-111-3/+5
* examples/Makefile.example: add note about missing entriesStefano Sabatini2023-02-111-1/+7
* examples: apply doxy entries consistency fixesStefano Sabatini2023-02-1123-84/+95
* examples: rename transcoding to transcodeStefano Sabatini2023-02-113-3/+3
* examples: rename scaling_video to scale_videoStefano Sabatini2023-02-113-3/+3
* examples: rename resampling audio to resample_audioStefano Sabatini2023-02-113-3/+3
* examples: rename remuxing to remuxStefano Sabatini2023-02-113-3/+3
* examples: rename qsvdec to qsv_decodeStefano Sabatini2023-02-112-2/+2
* examples: rename muxing to muxStefano Sabatini2023-02-114-4/+4
* examples: rename metadata to show_metadataStefano Sabatini2023-02-113-3/+3
* examples: rename http_multiclient to avio_http_serve_filesStefano Sabatini2023-02-113-4/+5
* examples: rename filtering_video to decode_filter_videoStefano Sabatini2023-02-113-3/+3
* examples: rename filtering_audio to decode_filter_audioStefano Sabatini2023-02-113-3/+3
* examples: rename demuxing_decoding to demux_decodeStefano Sabatini2023-02-113-4/+4
* examples: rename avio_reading to avio_read_callbackStefano Sabatini2023-02-113-3/+3
* doc/examples/metadata: use av_dict_iterateMarvin Scholz2022-12-011-1/+1
* doc/examples: Add qsv_transcode exampleWenbin Chen2022-11-223-0/+442
* doc/examples/muxing: Remove unnecessary retJun Zhao2022-10-291-4/+1
* doc/examples/extract_mvs: add motion informationChema Gonzalez2022-09-231-3/+4
* doc/examples/transcode_aac: Bump dateAndreas Unterweger2022-05-021-1/+1
* doc/examples/transcode_aac: AAC encoder is no longer experimentalAndreas Unterweger2022-05-021-3/+0
* doc/examples/transcode_aac: Set decoder packet timebaseAndreas Unterweger2022-05-021-2/+8
* doc/examples/transcode_aac: Don't ignore last encoded frameAndreas Unterweger2022-05-021-10/+10
* examples/decode_video: flush parser to fix missing frameZhao Zhili2022-04-221-4/+8
* doc/examples/muxing: Remove outdated commentAndreas Rheinhardt2022-03-251-4/+0
* doc/examples: convert to new channel layout-APIJames Almer2022-03-159-81/+73
* doc/examples/metadata: Constify values from av_dict_get()Chad Fraleigh2021-11-181-1/+1
* examples/remuxing: Fix use of uninitialized valueAndreas Rheinhardt2021-10-071-1/+1
* examples/qsvdec: Don't use stack packetAndreas Rheinhardt2021-10-031-9/+9
* examples/hw_decode: Don't use stack packetAndreas Rheinhardt2021-10-031-9/+13
* examples/filtering_video: Don't use stack packetAndreas Rheinhardt2021-10-031-7/+9
* examples/filtering_audio: Don't use stack packetAndreas Rheinhardt2021-10-031-7/+8