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 (Collapse)Author
2022-03-15tests: convert to new channel layout-APIJames Almer
Signed-off-by: James Almer <jamrial@gmail.com>
2021-07-22avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt
Also include channel_layout.h directly wherever used. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
2021-04-27avcodec/codec, allcodecs: Constify the AVCodec APIAndreas Rheinhardt
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
2021-03-17tests/api/api-flac-test: use av_packet_alloc() to allocate packetsJames Almer
Signed-off-by: James Almer <jamrial@gmail.com>
2021-03-08tests/api-flac-test: reindentAnton Khirnov
2021-03-08tests/api-flac-test: convert to new encoding/decoding APIAnton Khirnov
2021-03-08tests/api-flac-test: ensure the frame is writable before writing to itAnton Khirnov
The encoder may keep a reference to frames that were sent to it, so the caller cannot modify them without checking first.
2020-06-10Remove unnecessary use of avcodec_close().Anton Khirnov
Replace it with avcodec_free_context() or drop it completely as appropriate.
2020-05-22Stop hardcoding align=32 in av_frame_get_buffer() calls.Anton Khirnov
Use 0, which selects the alignment automatically.
2018-12-11tests/api-flac-test: Rename NUMBER_OF_FRAMES as NUMBER_OF_AUDIO_FRAMES.Carl Eugen Hoyos
In system header /usr/include/sys/mstsave.h, aix defines NUMBER_OF_FRAMES, causing redefinition warnings.
2018-04-02lav*,tests: remove several register_all callsJosh de Kock
avdevice_register_all() is still required to register devices into lavf (this is required due to lavd being somewhat of a hack). Signed-off-by: Josh de Kock <josh@itanimul.li>
2017-04-23tests: do not use AVFrame accessorMuhammad Faiz
Reviewed-by: wm4 <nfxjfg@googlemail.com> Signed-off-by: Muhammad Faiz <mfcc64@gmail.com>
2015-10-27Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes
2015-06-28api-flac-test: Fix the bug of comparing zero bytesLudmila Glinskih
Add check for linesize. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-06-27fate/api-tests: Move api-flac-test to API tests directory.George Boyle
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>