summaryrefslogtreecommitdiff
path: root/doc/examples
Commit message (Expand)AuthorAge
* doc/examples/transcode_aac: use av_samples_alloc_array_and_samples to allocat...James Almer2023-05-05
* doc/examples/qsv_transcode: Fix a bug when use more than one parameter setWenbin Chen2023-03-17
* doc/examples/mux: rename alloc_picture to alloc_frameStefano Sabatini2023-03-12
* avutil/frame: deprecate AVFrame.coded_picture_number and display_picture_numberMarton Balint2023-02-13
* avcodec: add AVCodecContext.frame_num as 64 bit variant to frame_numberMarton Balint2023-02-13
* doc/examples: fix make command, reference Makefile.exampleStefano Sabatini2023-02-11
* examples/Makefile.example: add note about missing entriesStefano Sabatini2023-02-11
* examples: apply doxy entries consistency fixesStefano Sabatini2023-02-11
* examples: rename transcoding to transcodeStefano Sabatini2023-02-11
* examples: rename scaling_video to scale_videoStefano Sabatini2023-02-11
* examples: rename resampling audio to resample_audioStefano Sabatini2023-02-11
* examples: rename remuxing to remuxStefano Sabatini2023-02-11
* examples: rename qsvdec to qsv_decodeStefano Sabatini2023-02-11
* examples: rename muxing to muxStefano Sabatini2023-02-11
* examples: rename metadata to show_metadataStefano Sabatini2023-02-11
* examples: rename http_multiclient to avio_http_serve_filesStefano Sabatini2023-02-11
* examples: rename filtering_video to decode_filter_videoStefano Sabatini2023-02-11
* examples: rename filtering_audio to decode_filter_audioStefano Sabatini2023-02-11
* examples: rename demuxing_decoding to demux_decodeStefano Sabatini2023-02-11
* examples: rename avio_reading to avio_read_callbackStefano Sabatini2023-02-11
* doc/examples/metadata: use av_dict_iterateMarvin Scholz2022-12-01
* doc/examples: Add qsv_transcode exampleWenbin Chen2022-11-22
* doc/examples/muxing: Remove unnecessary retJun Zhao2022-10-29
* doc/examples/extract_mvs: add motion informationChema Gonzalez2022-09-23
* doc/examples/transcode_aac: Bump dateAndreas Unterweger2022-05-02
* doc/examples/transcode_aac: AAC encoder is no longer experimentalAndreas Unterweger2022-05-02
* doc/examples/transcode_aac: Set decoder packet timebaseAndreas Unterweger2022-05-02
* doc/examples/transcode_aac: Don't ignore last encoded frameAndreas Unterweger2022-05-02
* examples/decode_video: flush parser to fix missing frameZhao Zhili2022-04-22
* doc/examples/muxing: Remove outdated commentAndreas Rheinhardt2022-03-25
* doc/examples: convert to new channel layout-APIJames Almer2022-03-15
* doc/examples/metadata: Constify values from av_dict_get()Chad Fraleigh2021-11-18
* examples/remuxing: Fix use of uninitialized valueAndreas Rheinhardt2021-10-07
* examples/qsvdec: Don't use stack packetAndreas Rheinhardt2021-10-03
* examples/hw_decode: Don't use stack packetAndreas Rheinhardt2021-10-03
* examples/filtering_video: Don't use stack packetAndreas Rheinhardt2021-10-03
* examples/filtering_audio: Don't use stack packetAndreas Rheinhardt2021-10-03
* examples/extract_mvs: Do not use stack packetAndreas Rheinhardt2021-10-03
* examples/muxing: Don't use stack packetAndreas Rheinhardt2021-10-03
* examples/remuxing: Don't use stack packetAndreas Rheinhardt2021-10-03
* examples/remuxing: Use av_packet_rescale_ts()Andreas Rheinhardt2021-10-03
* fftools/ffmpeg, doc/examples: Remove redundant av_packet_unrefAndreas Rheinhardt2021-10-03
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-20
* doc/examples/encode_video: add explanations in comments.Nicolas George2021-08-20
* doc/examples/qsvdec: simplify this example via hw_device_ctx interfaceHaihao Xiang2021-08-11
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-22
* examples/muxing: add missing headerJames Almer2021-06-10
* examples/extract_mvs: add missing headerJames Almer2021-06-10
* examples/demuxing_decoding: add missing headerJames Almer2021-06-10
* doc/examples/extract_mvs: Explicitly free optionsAndreas Rheinhardt2021-06-08