summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* lavc/libaomenc: pass through frame durations to encoded packetsAnton Khirnov2022-08-23
* lavc/libx265: pass through frame durations to encoded packetsAnton Khirnov2022-08-23
* lavc/libx264: pass through frame durations to encoded packetsAnton Khirnov2022-08-23
* lavc/libtheoraenc: stop setting dts unnecessarilyAnton Khirnov2022-08-23
* lavc/libtheoraenc: pass through frame durations to encoded packetsAnton Khirnov2022-08-23
* lavc/pngenc: stop setting dts unnecessarily for APNGAnton Khirnov2022-08-23
* lavc/pngenc: pass through frame durations to encoded packets for APNGAnton Khirnov2022-08-23
* lavc/ffv1enc: pass through frame durations to encoded packetsAnton Khirnov2022-08-23
* lavc/adxenc: rescale packet duration according to timebaseAnton Khirnov2022-08-23
* lavc: move ff_samples_to_time_base() to encode.hAnton Khirnov2022-08-23
* lavc/nvenc: pass through frame durations to encoded packetsAnton Khirnov2022-08-23
* lavc/amfenc: pass through frame durations to encoded packetsAnton Khirnov2022-08-23
* lavc/librav1e: pass through frame durations to encoded packetsAnton Khirnov2022-08-23
* lavc/encode: pass through frame durations to encoded packetsAnton Khirnov2022-08-23
* lavc/encode: combine setting no-delay pts for video/audioAnton Khirnov2022-08-23
* lavc/encode: generalize a check for setting dts=ptsAnton Khirnov2022-08-23
* lavc/encode: simplify a conditionAnton Khirnov2022-08-23
* lavc/encode: make sure frame timebase matches encoder, when setAnton Khirnov2022-08-23
* avcodec/audiotoolboxenc: return AVERROR_EXTERNAL immediately when encode errorSteven Liu2022-08-22
* avcodec/mpegvideo: Allocate encoder-only tables in mpegvideo_enc.cAndreas Rheinhardt2022-08-21
* avcodec/mpeg4videodec: Keep data_partitioning in sync between threadsAndreas Rheinhardt2022-08-21
* avcodec/mpegvideo_dec: Combine two loopsAndreas Rheinhardt2022-08-21
* The vuya pixel format was recently added, so this lavc workaround is no longerJames Almer2022-08-19
* avutil/half2float: move non-inline init code out of headerTimo Rothenpieler2022-08-19
* avutil/half2float: move tables to header-internal structsTimo Rothenpieler2022-08-19
* avutil/half2float: adjust conversion of NaNTimo Rothenpieler2022-08-19
* avutil: move half-precision float helper to avutilTimo Rothenpieler2022-08-19
* avcodec/mpegvideo_dec: Don't sync AVCodecContext fields manuallyAndreas Rheinhardt2022-08-18
* avcodec/mpegvideo_dec: Remove commented-out cruftAndreas Rheinhardt2022-08-18
* avcodec/ffv1enc: Remove redundant wrapperAndreas Rheinhardt2022-08-18
* avcodec/ffv1enc: Don't create and keep unnecessary referenceAndreas Rheinhardt2022-08-18
* avcodec/get_buffer: Don't get AVPixFmtDescriptor unnecessarilyAndreas Rheinhardt2022-08-18
* avcodec/mpegpicture: Reset fields explicitly instead of memsetting themAndreas Rheinhardt2022-08-18
* avcodec/h263dec: Don't set frame parameters redundantlyAndreas Rheinhardt2022-08-18
* avcodec/h263dec: Remove redundant code to set cur_pic_ptrAndreas Rheinhardt2022-08-18
* lavc/aarch64: hevc_add_res add 12bit variantsJ. Dekker2022-08-18
* aarch64: me_cmp: Remove a leftover unnecessary instructionMartin Storsjö2022-08-18
* lavc/aarch64: Add neon implementation for pix_abs8Hubert Mazur2022-08-18
* lavc/aarch64: Add neon implementation for sse8Hubert Mazur2022-08-18
* lavc/aarch64: Add neon implementation for pix_abs16_y2Hubert Mazur2022-08-18
* lavc/aarch64: Add neon implementation for sse4Hubert Mazur2022-08-18
* lavc/aarch64: Add neon implementation for sse16Hubert Mazur2022-08-18
* aarch64: me_cmp: Fix the indentation of function declarationsMartin Storsjö2022-08-18
* avcodec/me_cmp: Remove now incorrect av_assert2()Andreas Rheinhardt2022-08-17
* x86: Don't hardcode the height to 8 in sad8_xy2_mmxMartin Storsjö2022-08-17
* lavc/aarch64: reformat add_res funcsJ. Dekker2022-08-16
* avcodec/mpegvideo: Don't zero unnecessarilyAndreas Rheinhardt2022-08-15
* avcodec/mpegvideodec: Constify some functionsAndreas Rheinhardt2022-08-15
* avcodec/mpegpicture: Don't copy unnecessarily, fix raceAndreas Rheinhardt2022-08-15
* avcodec/avcodec: Remove redundant checkAndreas Rheinhardt2022-08-15