summaryrefslogtreecommitdiff
path: root/doc/examples
Commit message (Expand)AuthorAgeFilesLines
* 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
* doc/examples/demuxing_decoding: Remove unused optionsAndreas Rheinhardt2021-06-081-2/+1
* avformat/avformat, utils: Make av_find_best_stream const-correctAndreas Rheinhardt2021-04-275-5/+5
* avcodec/codec, allcodecs: Constify the AVCodec APIAndreas Rheinhardt2021-04-276-12/+14
* avformat: Constify the API wrt AV(In|Out)putFormatAndreas Rheinhardt2021-04-272-2/+2
* doc/examples/vaapi_transcode: use av_packet_alloc() to allocate packetsJames Almer2021-03-171-20/+22
* doc/examples/vaapi_encode: use av_packet_alloc() to allocate packetsJames Almer2021-03-171-8/+8
* doc/examples/transcoding: use av_packet_alloc() to allocate packetsJames Almer2021-03-171-20/+28
* doc/examples/transcode_aac: use av_packet_alloc() to allocate packetsJames Almer2021-03-171-19/+27
* doc/examples/demuxing_decoding: use av_packet_alloc() to allocate packetsJames Almer2021-03-171-11/+14
* doc/examples/transcoding: switch to the new encoding APIAnton Khirnov2020-11-201-42/+33
* doc/examples/transcoding: stop constantly allocating AVFramesAnton Khirnov2020-11-201-29/+31
* examples/muxing: misc style fixesJun Zhao2020-09-281-24/+23
* doc/examples: Always open files as "binary", not "text".Carl Eugen Hoyos2020-08-252-2/+2
* Stop hardcoding align=32 in av_frame_get_buffer() calls.Anton Khirnov2020-05-223-3/+3
* doc/examples/muxing: convert to new encoding APIAnton Khirnov2020-05-121-56/+39
* doc/examples/demuxing_decoding: convert to new decoding APIAnton Khirnov2020-05-121-86/+91
* doc/examples/demuxing_decoding: drop -refcountAnton Khirnov2020-05-121-22/+6
* examples/avio_dir_cmd: drop support for move/delete operationsAnton Khirnov2020-03-164-55/+7
* doc/examples/muxing: fix underflow in duration of encoded streamsPaul B Mahol2019-09-291-2/+2
* doc/examples/decode_audio: Fix "warning: ISO C90 forbids mixed declarations a...Michael Niedermayer2019-09-161-3/+4
* doc/examples/decode_video: add input file format information for usageSteven Liu2019-08-261-1/+2
* doc/examples/decode_audio: print message about how to play the output fileSteven Liu2019-08-261-0/+51
* examples/encode_video: only add sequence end code for mpeg1/2 videoJun Zhao2019-08-081-1/+2
* examples/avio_reading: Use avio_context_free() to free AVIOContextJun Zhao2019-04-231-3/+4