summaryrefslogtreecommitdiff
path: root/doc/examples
Commit message (Expand)AuthorAge
* 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
* doc/examples/demuxing_decoding: Remove unused optionsAndreas Rheinhardt2021-06-08
* avformat/avformat, utils: Make av_find_best_stream const-correctAndreas Rheinhardt2021-04-27
* avcodec/codec, allcodecs: Constify the AVCodec APIAndreas Rheinhardt2021-04-27
* avformat: Constify the API wrt AV(In|Out)putFormatAndreas Rheinhardt2021-04-27
* doc/examples/vaapi_transcode: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* doc/examples/vaapi_encode: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* doc/examples/transcoding: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* doc/examples/transcode_aac: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* doc/examples/demuxing_decoding: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* doc/examples/transcoding: switch to the new encoding APIAnton Khirnov2020-11-20
* doc/examples/transcoding: stop constantly allocating AVFramesAnton Khirnov2020-11-20
* examples/muxing: misc style fixesJun Zhao2020-09-28
* doc/examples: Always open files as "binary", not "text".Carl Eugen Hoyos2020-08-25
* Stop hardcoding align=32 in av_frame_get_buffer() calls.Anton Khirnov2020-05-22
* doc/examples/muxing: convert to new encoding APIAnton Khirnov2020-05-12
* doc/examples/demuxing_decoding: convert to new decoding APIAnton Khirnov2020-05-12
* doc/examples/demuxing_decoding: drop -refcountAnton Khirnov2020-05-12
* examples/avio_dir_cmd: drop support for move/delete operationsAnton Khirnov2020-03-16
* doc/examples/muxing: fix underflow in duration of encoded streamsPaul B Mahol2019-09-29
* doc/examples/decode_audio: Fix "warning: ISO C90 forbids mixed declarations a...Michael Niedermayer2019-09-16
* doc/examples/decode_video: add input file format information for usageSteven Liu2019-08-26
* doc/examples/decode_audio: print message about how to play the output fileSteven Liu2019-08-26
* examples/encode_video: only add sequence end code for mpeg1/2 videoJun Zhao2019-08-08
* examples/avio_reading: Use avio_context_free() to free AVIOContextJun Zhao2019-04-23
* doc/examples/metadata: fix the example can't dump FLV metadataJun Zhao2019-04-07
* Merge commit '7e5bde93a1e7641e1622814dafac0be3f413d79b'James Almer2019-03-10
|\
| * build: Rename OBJDIRS variable to OUTDIRSDiego Biurrun2019-02-16
* | doc/examples/vaapi_transcode: Fix the typoMichael Niedermayer2018-09-21
* | examples: Fix use of AV_CODEC_FLAG_GLOBAL_HEADERMichael Bunk2018-09-01
* | doc/examples/vaapi_transcode: re-licensed to MIT-license.Jun Zhao2018-08-25
* | doc/examples/vaapi_encode: re-licensed to MIT-license.Jun Zhao2018-08-25