Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-29doc/examples/muxing: Remove unnecessary retJun Zhao
2022-09-23doc/examples/extract_mvs: add motion informationChema Gonzalez
2022-05-02doc/examples/transcode_aac: Bump dateAndreas Unterweger
2022-05-02doc/examples/transcode_aac: AAC encoder is no longer experimentalAndreas Unterweger
2022-05-02doc/examples/transcode_aac: Set decoder packet timebaseAndreas Unterweger
2022-05-02doc/examples/transcode_aac: Don't ignore last encoded frameAndreas Unterweger
2022-04-22examples/decode_video: flush parser to fix missing frameZhao Zhili
2022-03-25doc/examples/muxing: Remove outdated commentAndreas Rheinhardt
2022-03-15doc/examples: convert to new channel layout-APIJames Almer
2021-11-18doc/examples/metadata: Constify values from av_dict_get()Chad Fraleigh
2021-10-07examples/remuxing: Fix use of uninitialized valueAndreas Rheinhardt
2021-10-03examples/qsvdec: Don't use stack packetAndreas Rheinhardt
2021-10-03examples/hw_decode: Don't use stack packetAndreas Rheinhardt
2021-10-03examples/filtering_video: Don't use stack packetAndreas Rheinhardt
2021-10-03examples/filtering_audio: Don't use stack packetAndreas Rheinhardt
2021-10-03examples/extract_mvs: Do not use stack packetAndreas Rheinhardt
2021-10-03examples/muxing: Don't use stack packetAndreas Rheinhardt
2021-10-03examples/remuxing: Don't use stack packetAndreas Rheinhardt
2021-10-03examples/remuxing: Use av_packet_rescale_ts()Andreas Rheinhardt
2021-10-03fftools/ffmpeg, doc/examples: Remove redundant av_packet_unrefAndreas Rheinhardt
2021-09-20Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt
2021-08-20doc/examples/encode_video: add explanations in comments.Nicolas George
2021-08-11doc/examples/qsvdec: simplify this example via hw_device_ctx interfaceHaihao Xiang
2021-07-22avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt
2021-06-11examples/muxing: add missing headerJames Almer
2021-06-11examples/extract_mvs: add missing headerJames Almer
2021-06-11examples/demuxing_decoding: add missing headerJames Almer
2021-06-08doc/examples/extract_mvs: Explicitly free optionsAndreas Rheinhardt
2021-06-08doc/examples/demuxing_decoding: Remove unused optionsAndreas Rheinhardt
2021-04-27avformat/avformat, utils: Make av_find_best_stream const-correctAndreas Rheinhardt
2021-04-27avcodec/codec, allcodecs: Constify the AVCodec APIAndreas Rheinhardt
2021-04-27avformat: Constify the API wrt AV(In|Out)putFormatAndreas Rheinhardt
2021-03-17doc/examples/vaapi_transcode: use av_packet_alloc() to allocate packetsJames Almer
2021-03-17doc/examples/vaapi_encode: use av_packet_alloc() to allocate packetsJames Almer
2021-03-17doc/examples/transcoding: use av_packet_alloc() to allocate packetsJames Almer
2021-03-17doc/examples/transcode_aac: use av_packet_alloc() to allocate packetsJames Almer
2021-03-17doc/examples/demuxing_decoding: use av_packet_alloc() to allocate packetsJames Almer
2020-11-20doc/examples/transcoding: switch to the new encoding APIAnton Khirnov
2020-11-20doc/examples/transcoding: stop constantly allocating AVFramesAnton Khirnov
2020-09-28examples/muxing: misc style fixesJun Zhao
2020-08-25doc/examples: Always open files as "binary", not "text".Carl Eugen Hoyos
2020-05-22Stop hardcoding align=32 in av_frame_get_buffer() calls.Anton Khirnov
2020-05-12doc/examples/muxing: convert to new encoding APIAnton Khirnov
2020-05-12doc/examples/demuxing_decoding: convert to new decoding APIAnton Khirnov
2020-05-12doc/examples/demuxing_decoding: drop -refcountAnton Khirnov
2020-03-16examples/avio_dir_cmd: drop support for move/delete operationsAnton Khirnov
2019-09-29doc/examples/muxing: fix underflow in duration of encoded streamsPaul B Mahol
2019-09-16doc/examples/decode_audio: Fix "warning: ISO C90 forbids mixed declarations a...Michael Niedermayer
2019-08-26doc/examples/decode_video: add input file format information for usageSteven Liu
2019-08-26doc/examples/decode_audio: print message about how to play the output fileSteven Liu