| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc/dv: rename constants to follow our naming conventions | Anton Khirnov | 2022-09-05 | 3 | -37/+37 |
* | lavc/dv.h: move encoder/decoder-specific code to a new header | Anton Khirnov | 2022-09-05 | 5 | -36/+70 |
* | lavc/dvenc: stop using DVVideoContext | Anton Khirnov | 2022-09-05 | 2 | -34/+28 |
* | lavc/dvdec: stop using DVVideoContext | Anton Khirnov | 2022-09-05 | 1 | -7/+21 |
* | lavc/dv: do not pass DVVideoContext to dv_calculate_mb_xy() | Anton Khirnov | 2022-09-05 | 3 | -4/+5 |
* | lavc/dv: do not pass DVVideoContext to ff_dv_init_dynamic_tables() | Anton Khirnov | 2022-09-05 | 4 | -6/+6 |
* | lavc/dv: remove ff_dvvideo_init() | Anton Khirnov | 2022-09-05 | 4 | -14/+14 |
* | lavc/dvdec: drop the only use of DVVideoContext.avctx | Anton Khirnov | 2022-09-05 | 1 | -1/+1 |
* | avcodec/speedhq: Check width | Michael Niedermayer | 2022-09-05 | 1 | -1/+1 |
* | avcodec/speexdec: improve support for speex in non-ogg | Paul B Mahol | 2022-09-04 | 1 | -5/+11 |
* | lavc/vaapi: Add support for remaining 10/12bit profiles | Philip Langdale | 2022-09-03 | 8 | -2/+43 |
* | avcodec/mathops: Set hidden visibility where advantageous | Andreas Rheinhardt | 2022-09-03 | 1 | -1/+2 |
* | avcodec/codec_internal: Add macros for update_thread_context(_for_user) | Andreas Rheinhardt | 2022-09-03 | 17 | -21/+33 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 502 | -616/+622 |
* | avutil/internal: Move avpriv-file API to a header of its own | Andreas Rheinhardt | 2022-09-03 | 2 | -1/+2 |
* | avcodec/frame_thread_encoder: Stop serializing unreferencing AVFrames | Andreas Rheinhardt | 2022-09-03 | 3 | -2/+22 |
* | avcodec/encode: Avoid unreferencing blank AVFrames | Andreas Rheinhardt | 2022-09-03 | 1 | -4/+3 |
* | avcodec/cfhd: fix escape handling for old codebook | Paul B Mahol | 2022-09-03 | 2 | -2/+2 |
* | avcodec/cfhddata: remove unused defines | Paul B Mahol | 2022-09-03 | 1 | -8/+0 |
* | libavcodec: Set hidden visibility on global symbols accessed from AArch64 ass... | Martin Storsjö | 2022-09-02 | 3 | -3/+6 |
* | arm: rv40dsp: Change stride parameters to ptrdiff_t | Martin Storsjö | 2022-09-02 | 1 | -4/+4 |
* | arm: vc1sdp: Change stride parameters to ptrdiff_t | Martin Storsjö | 2022-09-02 | 1 | -6/+6 |
* | avcodec/flac: Don't use bytestream API unnecessarily | Andreas Rheinhardt | 2022-09-02 | 1 | -3/+3 |
* | avcodec/flac: Move decoder+parser stuff into a new header, flac_parse.h | Andreas Rheinhardt | 2022-09-02 | 5 | -65/+94 |
* | avcodec/flac: Remove pointless define | Andreas Rheinhardt | 2022-09-02 | 1 | -7/+6 |
* | avcodec/flac: Remove unused parameter from ff_flac_is_extradata_valid() | Andreas Rheinhardt | 2022-09-02 | 3 | -11/+1 |
* | avcodec/flac: Move ff_flac_get_max_frame_size() to flacenc.c | Andreas Rheinhardt | 2022-09-02 | 4 | -36/+35 |
* | avcodec/flacdec: Don't infer max_framesize unnecessarily | Andreas Rheinhardt | 2022-09-02 | 1 | -6/+0 |
* | avcodec/flacdec: Shorten name | Andreas Rheinhardt | 2022-09-02 | 1 | -40/+40 |
* | avcodec/flac: Remove unnecessary FLACSTREAMINFO define | Andreas Rheinhardt | 2022-09-02 | 1 | -7/+4 |
* | avcodec/mpeg4video: Factor non-codec stuff out into a header of its own | Andreas Rheinhardt | 2022-09-02 | 9 | -45/+75 |
* | avcodec/bink: disallow odd positioned scaled blocks | Michael Niedermayer | 2022-09-02 | 1 | -1/+1 |
* | lavc/tiff: Support multi-component files without RowsPerStrip tag. | Carl Eugen Hoyos | 2022-09-01 | 1 | -1/+1 |
* | avcodec/amr*bdec: return only number of consumed bytes | Paul B Mahol | 2022-08-31 | 2 | -2/+2 |
* | lavc/ass: Add missing version.h include | Carl Eugen Hoyos | 2022-08-31 | 1 | -0/+1 |
* | avcodec/videotoolboxenc: Add CBR option to H264 and HEVC encoder | Sebastian Beckmann | 2022-08-29 | 1 | -3/+24 |
* | arm/fft: disable NEON optimizations for 131072pt transforms | Lynne | 2022-08-29 | 2 | -4/+8 |
* | lavc/qsvenc: enlarge the SPS buffer to retrieve larger header | gavin zhang | 2022-08-29 | 1 | -1/+1 |
* | lavc/qsvenc: ignore video signal info buffer for VP9 | Haihao Xiang | 2022-08-29 | 1 | -1/+1 |
* | libavcodec/8bps: Check that line lengths fit within the buffer | Michael Niedermayer | 2022-08-28 | 1 | -0/+3 |
* | avcodec/midivid: Perform lzss_uncompress() before ff_reget_buffer() | Michael Niedermayer | 2022-08-28 | 1 | -7/+6 |
* | avcodec/m101: Move checks before ff_get_buffer() | Michael Niedermayer | 2022-08-28 | 1 | -5/+4 |
* | avcodec/bethsoftvideo: Check block_type before frame alloc | Michael Niedermayer | 2022-08-28 | 1 | -2/+6 |
* | avcodec/bethsoftvideo: Pass GetByteContext into set_palette() | Michael Niedermayer | 2022-08-28 | 1 | -6/+7 |
* | avcodec/ac3enc: Add missing header | Andreas Rheinhardt | 2022-08-28 | 1 | -0/+1 |
* | avcodec/targa: Fix indentation | Andreas Rheinhardt | 2022-08-27 | 1 | -38/+37 |
* | avcodec/internal: Move ff_dvdsub_parse_palette() to new header dvdsub.h | Andreas Rheinhardt | 2022-08-27 | 5 | -5/+30 |
* | avcodec/internal: Move ff_side_data_update_matrix_encoding to decode.h | Andreas Rheinhardt | 2022-08-27 | 7 | -13/+6 |
* | avcodec/internal: Move ff_samples_to_time_base() to encode.h | Andreas Rheinhardt | 2022-08-27 | 11 | -22/+13 |
* | avcodec/internal: Move ff_set_dimensions() to decode.h | Andreas Rheinhardt | 2022-08-27 | 103 | -178/+42 |