Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avcodec/codec, allcodecs: Constify the AVCodec API | Andreas Rheinhardt | 2021-04-27 | 1 | -5/+5 |
| | | | | | Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com> | ||||
* | tests/api/api-flac-test: use av_packet_alloc() to allocate packets | James Almer | 2021-03-17 | 1 | -8/+11 |
| | | | | Signed-off-by: James Almer <jamrial@gmail.com> | ||||
* | tests/api-flac-test: reindent | Anton Khirnov | 2021-03-08 | 1 | -21/+21 |
| | |||||
* | tests/api-flac-test: convert to new encoding/decoding API | Anton Khirnov | 2021-03-08 | 1 | -14/+26 |
| | |||||
* | tests/api-flac-test: ensure the frame is writable before writing to it | Anton Khirnov | 2021-03-08 | 1 | -0/+4 |
| | | | | | The encoder may keep a reference to frames that were sent to it, so the caller cannot modify them without checking first. | ||||
* | Remove unnecessary use of avcodec_close(). | Anton Khirnov | 2020-06-10 | 1 | -16/+2 |
| | | | | | Replace it with avcodec_free_context() or drop it completely as appropriate. | ||||
* | Stop hardcoding align=32 in av_frame_get_buffer() calls. | Anton Khirnov | 2020-05-22 | 1 | -1/+1 |
| | | | | Use 0, which selects the alignment automatically. | ||||
* | tests/api-flac-test: Rename NUMBER_OF_FRAMES as NUMBER_OF_AUDIO_FRAMES. | Carl Eugen Hoyos | 2018-12-11 | 1 | -5/+5 |
| | | | | | In system header /usr/include/sys/mstsave.h, aix defines NUMBER_OF_FRAMES, causing redefinition warnings. | ||||
* | lav*,tests: remove several register_all calls | Josh de Kock | 2018-04-02 | 1 | -2/+0 |
| | | | | | | | 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> | ||||
* | tests: do not use AVFrame accessor | Muhammad Faiz | 2017-04-23 | 1 | -2/+2 |
| | | | | | Reviewed-by: wm4 <nfxjfg@googlemail.com> Signed-off-by: Muhammad Faiz <mfcc64@gmail.com> | ||||
* | Replace remaining occurances of av_free_packet with av_packet_unref | Hendrik Leppkes | 2015-10-27 | 1 | -1/+1 |
| | |||||
* | api-flac-test: Fix the bug of comparing zero bytes | Ludmila Glinskih | 2015-06-28 | 1 | -6/+16 |
| | | | | | | Add check for linesize. Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | fate/api-tests: Move api-flac-test to API tests directory. | George Boyle | 2015-06-27 | 1 | -0/+266 |
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> |