summaryrefslogtreecommitdiff
path: root/doc/examples
Commit message (Expand)AuthorAgeFilesLines
* 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
* examples/extract_mvs: Do not use stack packetAndreas Rheinhardt2021-10-031-5/+13
* examples/muxing: Don't use stack packetAndreas Rheinhardt2021-10-031-10/+17
* examples/remuxing: Don't use stack packetAndreas Rheinhardt2021-10-031-13/+20
* examples/remuxing: Use av_packet_rescale_ts()Andreas Rheinhardt2021-10-031-3/+1
* fftools/ffmpeg, doc/examples: Remove redundant av_packet_unrefAndreas Rheinhardt2021-10-032-2/+6
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-202-2/+2
* doc/examples/encode_video: add explanations in comments.Nicolas George2021-08-201-3/+21
* doc/examples/qsvdec: simplify this example via hw_device_ctx interfaceHaihao Xiang2021-08-111-36/+9
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-223-0/+3
* examples/muxing: add missing headerJames Almer2021-06-101-0/+1
* examples/extract_mvs: add missing headerJames Almer2021-06-101-0/+1
* examples/demuxing_decoding: add missing headerJames Almer2021-06-101-0/+1
* doc/examples/extract_mvs: Explicitly free optionsAndreas Rheinhardt2021-06-081-1/+3