summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/libx264: Don't unnecessarily add in-band extradataAndreas Rheinhardt2021-12-21
* lavc/qsvenc: dump parameters for mjpeg encoding in verbose modeHaihao Xiang2021-12-19
* lavc/qsvenc: dump parameters for VP9 encoding in verbose modeHaihao Xiang2021-12-19
* lavc/qsvenc: add VP9 profilesHaihao Xiang2021-12-19
* lavc/qsvenc: define profile array per codecHaihao Xiang2021-12-19
* lavc/qsvenc: remove VC1 profilesHaihao Xiang2021-12-19
* avcodec/ffv1dec: Don't copy unused fieldAndreas Rheinhardt2021-12-19
* avcodec/ffv1, ffv1dec: Add const where appropriateAndreas Rheinhardt2021-12-19
* avcodec/ffv1dec: Remove redundant writes, fix racesAndreas Rheinhardt2021-12-19
* avcodec/Makefile: Remove superfluous avformat->DNXHD dependenciesAndreas Rheinhardt2021-12-19
* avcodec/thd: fix special stereo supportPaul B Mahol2021-12-18
* avcodec/cdgraphics: fix transparency handlingPaul B Mahol2021-12-18
* avcodec/cdgraphics: unbreak rendering of vertical scrollingPaul B Mahol2021-12-18
* avcodec/alacdsp: fix integer overflow in decorrelate_stereo()Michael Niedermayer2021-12-17
* lavc/encode: set frame_number for encoders using receive_packet()Anton Khirnov2021-12-17
* lavc/encode: improve the empty frame checkAnton Khirnov2021-12-17
* avcodec/mpegvideo_enc: Reindent after the previous commitAndreas Rheinhardt2021-12-17
* avcodec/mpegvideo_enc: Remove some impossible branchesAndreas Rheinhardt2021-12-17
* avcodec/mpegvideo_enc: Combine some checksAndreas Rheinhardt2021-12-17
* avcodec/mpegvideo: ReindentationAndreas Rheinhardt2021-12-17
* avcodec/h263: Remove declaration of inexistent functionAndreas Rheinhardt2021-12-17
* avcodec/mpegvideo: Allocate several buffers jointlyAndreas Rheinhardt2021-12-17
* avcodec/mpegvideo: Don't allocate encoder-only buffers when decodingAndreas Rheinhardt2021-12-17
* avcodec/mpegvideo_enc, vc1dec: Remove always-false checkAndreas Rheinhardt2021-12-17
* avcodec/mpegvideo: Don't update encoder-only fields for decodersAndreas Rheinhardt2021-12-17
* avcodec/mpegvideo: Move closed_gop to Mpeg1ContextAndreas Rheinhardt2021-12-17
* avcodec/speexdec: Avoid violating the vector_fmul_scalar() APIMichael Niedermayer2021-12-16
* avcodec/tests: Update .gitignore fileAndreas Rheinhardt2021-12-16
* avcodec/speedhq: Replace always-true check by assertAndreas Rheinhardt2021-12-16
* avcodec/decode: Reset *got_sub_ptr on errorAndreas Rheinhardt2021-12-16
* avcodec/xsubdec: Use dedicated pointer for AVSubtitleRectAndreas Rheinhardt2021-12-16
* avcodec/xsubdec: Cleanup generically upon allocation errorAndreas Rheinhardt2021-12-16
* avcodec/ass: Fix leaks upon ff_ass_add_rect() errorAndreas Rheinhardt2021-12-16
* avcodec/decode: Fix leaks upon subtitle decoding errorsAndreas Rheinhardt2021-12-16
* avcodec/pgssubdec: Use dedicated pointer for accessesAndreas Rheinhardt2021-12-16
* avcodec/pgssubdec: Remove redundant freeing codeAndreas Rheinhardt2021-12-16
* avcodec/pgssubdec: Always return error upon allocation errorAndreas Rheinhardt2021-12-16
* avcodec/h2645_parse: Move ref_idc further up in H2645NALAndreas Rheinhardt2021-12-16
* avcodec/h2645_parse: Remove H2645NAL.rbsp_bufferAndreas Rheinhardt2021-12-16
* avcodec: [loongarch] Optimize pred16x16_plane with LASX.Hao Chen2021-12-15
* avcodec: [loongarch] Optimize h264_deblock with LASX.Jin Bo2021-12-15
* avcodec: [loongarch] Optimize h264idct with LASX.Lu Wang2021-12-15
* avcodec: [loongarch] Optimize h264dsp with LASX.gxw2021-12-15
* avcodec: [loongarch] Optimize h264qpel with LASX.Shiyou Yin2021-12-15
* avcodec: [loongarch] Optimize h264_chroma_mc with LASX.Shiyou Yin2021-12-15
* avcodec/mmaldec: Deduplicate AVClassesAndreas Rheinhardt2021-12-12
* avcodec/mmaldec: Avoid creating unnecessary reference, simplify codeAndreas Rheinhardt2021-12-12
* avcodec/mmaldec: fix pointer type warningHo Ming Shun2021-12-12
* avcodec/mmaldec: re-use AVPacket for extra_dataHo Ming Shun2021-12-12
* avcodec/mmaldec: use decoupled dataflowHo Ming Shun2021-12-12