aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* lavc/dv: rename constants to follow our naming conventionsAnton Khirnov2022-09-053-37/+37
* lavc/dv.h: move encoder/decoder-specific code to a new headerAnton Khirnov2022-09-055-36/+70
* lavc/dvenc: stop using DVVideoContextAnton Khirnov2022-09-052-34/+28
* lavc/dvdec: stop using DVVideoContextAnton Khirnov2022-09-051-7/+21
* lavc/dv: do not pass DVVideoContext to dv_calculate_mb_xy()Anton Khirnov2022-09-053-4/+5
* lavc/dv: do not pass DVVideoContext to ff_dv_init_dynamic_tables()Anton Khirnov2022-09-054-6/+6
* lavc/dv: remove ff_dvvideo_init()Anton Khirnov2022-09-054-14/+14
* lavc/dvdec: drop the only use of DVVideoContext.avctxAnton Khirnov2022-09-051-1/+1
* avcodec/speedhq: Check widthMichael Niedermayer2022-09-051-1/+1
* avcodec/speexdec: improve support for speex in non-oggPaul B Mahol2022-09-041-5/+11
* lavc/vaapi: Add support for remaining 10/12bit profilesPhilip Langdale2022-09-038-2/+43
* avcodec/mathops: Set hidden visibility where advantageousAndreas Rheinhardt2022-09-031-1/+2
* avcodec/codec_internal: Add macros for update_thread_context(_for_user)Andreas Rheinhardt2022-09-0317-21/+33
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-03502-616/+622
* avutil/internal: Move avpriv-file API to a header of its ownAndreas Rheinhardt2022-09-032-1/+2
* avcodec/frame_thread_encoder: Stop serializing unreferencing AVFramesAndreas Rheinhardt2022-09-033-2/+22
* avcodec/encode: Avoid unreferencing blank AVFramesAndreas Rheinhardt2022-09-031-4/+3
* avcodec/cfhd: fix escape handling for old codebookPaul B Mahol2022-09-032-2/+2
* avcodec/cfhddata: remove unused definesPaul B Mahol2022-09-031-8/+0
* libavcodec: Set hidden visibility on global symbols accessed from AArch64 ass...Martin Storsjö2022-09-023-3/+6
* arm: rv40dsp: Change stride parameters to ptrdiff_tMartin Storsjö2022-09-021-4/+4
* arm: vc1sdp: Change stride parameters to ptrdiff_tMartin Storsjö2022-09-021-6/+6
* avcodec/flac: Don't use bytestream API unnecessarilyAndreas Rheinhardt2022-09-021-3/+3
* avcodec/flac: Move decoder+parser stuff into a new header, flac_parse.hAndreas Rheinhardt2022-09-025-65/+94
* avcodec/flac: Remove pointless defineAndreas Rheinhardt2022-09-021-7/+6
* avcodec/flac: Remove unused parameter from ff_flac_is_extradata_valid()Andreas Rheinhardt2022-09-023-11/+1
* avcodec/flac: Move ff_flac_get_max_frame_size() to flacenc.cAndreas Rheinhardt2022-09-024-36/+35
* avcodec/flacdec: Don't infer max_framesize unnecessarilyAndreas Rheinhardt2022-09-021-6/+0
* avcodec/flacdec: Shorten nameAndreas Rheinhardt2022-09-021-40/+40
* avcodec/flac: Remove unnecessary FLACSTREAMINFO defineAndreas Rheinhardt2022-09-021-7/+4
* avcodec/mpeg4video: Factor non-codec stuff out into a header of its ownAndreas Rheinhardt2022-09-029-45/+75
* avcodec/bink: disallow odd positioned scaled blocksMichael Niedermayer2022-09-021-1/+1
* lavc/tiff: Support multi-component files without RowsPerStrip tag.Carl Eugen Hoyos2022-09-011-1/+1
* avcodec/amr*bdec: return only number of consumed bytesPaul B Mahol2022-08-312-2/+2
* lavc/ass: Add missing version.h includeCarl Eugen Hoyos2022-08-311-0/+1
* avcodec/videotoolboxenc: Add CBR option to H264 and HEVC encoderSebastian Beckmann2022-08-291-3/+24
* arm/fft: disable NEON optimizations for 131072pt transformsLynne2022-08-292-4/+8
* lavc/qsvenc: enlarge the SPS buffer to retrieve larger headergavin zhang2022-08-291-1/+1
* lavc/qsvenc: ignore video signal info buffer for VP9Haihao Xiang2022-08-291-1/+1
* libavcodec/8bps: Check that line lengths fit within the bufferMichael Niedermayer2022-08-281-0/+3
* avcodec/midivid: Perform lzss_uncompress() before ff_reget_buffer()Michael Niedermayer2022-08-281-7/+6
* avcodec/m101: Move checks before ff_get_buffer()Michael Niedermayer2022-08-281-5/+4
* avcodec/bethsoftvideo: Check block_type before frame allocMichael Niedermayer2022-08-281-2/+6
* avcodec/bethsoftvideo: Pass GetByteContext into set_palette()Michael Niedermayer2022-08-281-6/+7
* avcodec/ac3enc: Add missing headerAndreas Rheinhardt2022-08-281-0/+1
* avcodec/targa: Fix indentationAndreas Rheinhardt2022-08-271-38/+37
* avcodec/internal: Move ff_dvdsub_parse_palette() to new header dvdsub.hAndreas Rheinhardt2022-08-275-5/+30
* avcodec/internal: Move ff_side_data_update_matrix_encoding to decode.hAndreas Rheinhardt2022-08-277-13/+6
* avcodec/internal: Move ff_samples_to_time_base() to encode.hAndreas Rheinhardt2022-08-2711-22/+13
* avcodec/internal: Move ff_set_dimensions() to decode.hAndreas Rheinhardt2022-08-27103-178/+42