45799 Commits (230646751d88e90a62a3b4a099d2f6e0e639be10)

Author SHA1 Message Date
Andreas Rheinhardt 3c9778d342 avcodec/mpegvideo_enc: Reindent after the previous commit 3 years ago
Andreas Rheinhardt a595717d21 avcodec/mpegvideo_enc: Remove some impossible branches 3 years ago
Andreas Rheinhardt 9f906f3114 avcodec/mpegvideo_enc: Combine some checks 3 years ago
Andreas Rheinhardt 090cd1394f avcodec/mpegvideo: Reindentation 3 years ago
Andreas Rheinhardt f860dfe555 avcodec/h263: Remove declaration of inexistent function 3 years ago
Andreas Rheinhardt 9088cc6df9 avcodec/mpegvideo: Allocate several buffers jointly 3 years ago
Andreas Rheinhardt 2ac3e32802 avcodec/mpegvideo: Don't allocate encoder-only buffers when decoding 3 years ago
Andreas Rheinhardt b72723d415 avcodec/mpegvideo_enc, vc1dec: Remove always-false check 3 years ago
Andreas Rheinhardt 0abdf63ae7 avcodec/mpegvideo: Don't update encoder-only fields for decoders 3 years ago
Andreas Rheinhardt 81c6b8ffe8 avcodec/mpegvideo: Move closed_gop to Mpeg1Context 3 years ago
Michael Niedermayer 8e96410e1b avcodec/speexdec: Avoid violating the vector_fmul_scalar() API 3 years ago
Andreas Rheinhardt 0ab5d7e92b avcodec/tests: Update .gitignore file 3 years ago
Andreas Rheinhardt 7a5f7caee9 avcodec/speedhq: Replace always-true check by assert 3 years ago
Andreas Rheinhardt 8ff3fbf6bc avcodec/decode: Reset *got_sub_ptr on error 3 years ago
Andreas Rheinhardt 6e02ca35e5 avcodec/xsubdec: Use dedicated pointer for AVSubtitleRect 3 years ago
Andreas Rheinhardt 077167fab9 avcodec/xsubdec: Cleanup generically upon allocation error 3 years ago
Andreas Rheinhardt 2adbb0c2af avcodec/ass: Fix leaks upon ff_ass_add_rect() error 3 years ago
Andreas Rheinhardt cee04cbfe1 avcodec/decode: Fix leaks upon subtitle decoding errors 3 years ago
Andreas Rheinhardt d59f454ed2 avcodec/pgssubdec: Use dedicated pointer for accesses 3 years ago
Andreas Rheinhardt 58228ab9b9 avcodec/pgssubdec: Remove redundant freeing code 3 years ago
Andreas Rheinhardt 200a372837 avcodec/pgssubdec: Always return error upon allocation error 3 years ago
Andreas Rheinhardt aba4a4f080 avcodec/h2645_parse: Move ref_idc further up in H2645NAL 3 years ago
Andreas Rheinhardt c22a9ece2e avcodec/h2645_parse: Remove H2645NAL.rbsp_buffer 3 years ago
Hao Chen df46d7cb49 avcodec: [loongarch] Optimize pred16x16_plane with LASX. 3 years ago
Jin Bo 1ccc458960 avcodec: [loongarch] Optimize h264_deblock with LASX. 3 years ago
Lu Wang 5ff58b77bb avcodec: [loongarch] Optimize h264idct with LASX. 3 years ago
gxw 3f294ec879 avcodec: [loongarch] Optimize h264dsp with LASX. 3 years ago
Shiyou Yin cba7c0267d avcodec: [loongarch] Optimize h264qpel with LASX. 3 years ago
Shiyou Yin 6038a9eb92 avcodec: [loongarch] Optimize h264_chroma_mc with LASX. 3 years ago
Andreas Rheinhardt 7fe5c7f02d avcodec/mmaldec: Deduplicate AVClasses 3 years ago
Andreas Rheinhardt 9644ee224f avcodec/mmaldec: Avoid creating unnecessary reference, simplify code 3 years ago
Ho Ming Shun dd779749f0 avcodec/mmaldec: fix pointer type warning 3 years ago
Ho Ming Shun 6f0e8b998a avcodec/mmaldec: re-use AVPacket for extra_data 3 years ago
Ho Ming Shun b54377b3a7 avcodec/mmaldec: use decoupled dataflow 3 years ago
Charlie Monroe 34aee50a7f avcodec/movtextenc: Check for existence of font name before using it 3 years ago
Andreas Rheinhardt 41b077762c avcodec/movtextdec: Fix wrong error code 3 years ago
Andreas Rheinhardt bbc866c9c9 avcodec/movtextdec: Switch to pointer comparisons and bytestream API 3 years ago
Andreas Rheinhardt e1044e55e4 avcodec/movtextdec: Redo TextSampleModifierBox size checks 3 years ago
Andreas Rheinhardt efd7b35d06 avcodec/movtextdec: Use const where appropriate 3 years ago
Andreas Rheinhardt b9f5a26a39 avcodec/movtextdec: Improve size check 3 years ago
Andreas Rheinhardt cd693c9ec8 avcodec/movtextdec: Switch to smaller type 3 years ago
Michael Niedermayer 0ec75723a4 avcodec/apedec: Change avg to uint32_t 3 years ago
Michael Niedermayer 1e85a698c0 avcodec/targa: Do not return images when there is no image in the tga 3 years ago
Limin Wang b9f4c1231f avcodec/bitpacked_enc: suppport for frame thread encode 3 years ago
Limin Wang d39f667da1 avcodec/bitpacked_dec: support for frame thread decode 3 years ago
Limin Wang 17b434f1ce avcodec/bitpacked_dec: setting pict_type and key_frame after decode() 3 years ago
Limin Wang b51d772a50 avcodec/bitpacked_dec: remove AV_CODEC_CAP_EXPERIMENTAL capabilities 3 years ago
Andreas Rheinhardt cc1251ab81 avcodec/movtextdec: Sanitize style entries 3 years ago
Andreas Rheinhardt cce2765ce9 avcodec/movtextdec: Perform RGB->BGR color conversion early 3 years ago
Andreas Rheinhardt 4b2bc0b8fe avcodec/movtextdec: Deduplicate parsing of StyleRecords 3 years ago