44586 Commits (b4ebf483bcbf2e5db6bd29607142741f62598b4e)

Author SHA1 Message Date
Michael Niedermayer b4ebf483bc avcodec/dcadsp: Fix integer overflow in dmix_add_c() 4 years ago
Michael Niedermayer 633924539a avcodec/aacdec_template: Avoid undefined negation in imdct_and_windowing_eld() 4 years ago
Paul B Mahol e6ff5d0fac avcodec/mpeg4videodec: add forgotten flags to mpeg4_options 4 years ago
Florian Nouwt f067fcb9df mobiclip: fix copyright headers 4 years ago
Andreas Rheinhardt e8c646e975 avcodec/ylc: Reindent after previous commit 4 years ago
Andreas Rheinhardt d7d33c0376 avcodec/ylc: Avoid code duplication when creating and freeing VLCs 4 years ago
Andreas Rheinhardt 50645e5044 avcodec/ylc: Use only one temporary buffer 4 years ago
Andreas Rheinhardt 6b48076f9d avcodec/ylc: Remove write-only variable 4 years ago
Andreas Rheinhardt 7f1207cb79 avcodec/h261dec: Remove parse_context cruft 4 years ago
Anton Khirnov 54e5d21aca lavc: clarify thread_safe_callbacks doxy 4 years ago
Anton Khirnov 781fc06f8e lscrdec: add copyright header 4 years ago
Anton Khirnov 2644a5d418 lavc: remove tests/options 4 years ago
Anton Khirnov 2f004b357e mjpegdec: handle lowres with AVID cropping 4 years ago
Andreas Rheinhardt e3c4e1f0c4 avcodec/jpeglsenc: Allocate buffers together 4 years ago
Andreas Rheinhardt 017baa8106 avcodec/jpeglsenc: Avoid allocation of JLSState 4 years ago
Andreas Rheinhardt 3aee27a975 avcodec/jpeglsenc: Only use one line at a time as spare buffer 4 years ago
Andreas Rheinhardt fefe69c5c9 avcodec/jpeglsenc: Move check out of loop 4 years ago
Andreas Rheinhardt 0788a74876 avcodec/jpeglsenc: Don't modify frame we don't own 4 years ago
Andreas Rheinhardt 130d89d786 avcodec/jpeglsenc: Don't use put bits API for byte-aligned writes 4 years ago
Andreas Rheinhardt 3065532a0e avcodec/codec: Update init_static_data doxygen 4 years ago
Andreas Rheinhardt 136dd5b592 avcodec/avcodec: Don't suggest calling deprecated avcodec_register_all() 4 years ago
James Almer b7e7813e7a avcodec/codec: add doxy to AVCodec.decode() 4 years ago
James Almer c063d556a8 avcodec/codec: use the correct name for all AVCodec.decode() parameters 4 years ago
James Almer 48e715c3fd avcodec/codec: remove outdated comment about AVCodec.encode2() 4 years ago
Andreas Rheinhardt 2570663966 avcodec/libxvid: Remove unnecessary header 4 years ago
Andreas Rheinhardt dc20b27802 avcodec/parser: Schedule av_parser_change for removal 4 years ago
Jan Ekström 18713d22a2 avcodec: add TTML encoder 4 years ago
Jan Ekström a0eec776b6 avcodec: enable usage of err_recognition for encoders 4 years ago
Andreas Rheinhardt a272f382d3 avcodec/decode: Check size before opening iconv 4 years ago
Andreas Rheinhardt 684e501cb9 avcodec/decode: Return early upon failure 4 years ago
Paul B Mahol 433227d452 avcodec/speedhq: fix decoding non 444 subsampling when width is not multiple of 16 4 years ago
James Almer f7840917da avcodec/decode: constify the source packet parameter in extract_packet_props() 4 years ago
James Almer 77ce903f7a avcodec/utils: free last_pkt_props on avcodec_open2() failure 4 years ago
James Almer b34d1de8dc avcodec/decode: port last_pkt_props to AVFifoBuffer 4 years ago
Paul B Mahol 82131293b0 avcodec/float2half: fix minor style issue 4 years ago
Paul B Mahol 3be33703c6 avcodec/half2float: fix integer overflows in convertmantissa() 4 years ago
Michael Niedermayer 4dc039b4c7 avcodec/mobiclip: Avoid undefined integer overflow in MV computation 4 years ago
Michael Niedermayer 53d739db4e avcodec/alsdec: Check bitstream input in read_block() 4 years ago
Paul B Mahol 6cc3ba4be6 avcodec/exr: add lut oriented half to float conversion code 4 years ago
Paul B Mahol cf2f8dcc6a avcodec/exrenc: move float2half code to own header 4 years ago
Paul B Mahol cc85ca1cb3 avcodec/exr: add DWA decompression support 4 years ago
Paul B Mahol 2fc309e699 avcodec/svq1dec: use av_fast_padded_malloc() for allocation pmv only when necessary 4 years ago
Andreas Rheinhardt c17915fd64 avcodec/mpegvideo: Schedule unused, deprecated rc_strategy for removal 4 years ago
Michael Niedermayer ee50f72715 avcodec/h2645_parse: Reduce the initial skipped_bytes_pos size with small inputs 4 years ago
Paul B Mahol 6b43e1a86c avcodec: add SGA Video decoder 4 years ago
Paul B Mahol 5111707df6 avcodec: add SGA PCM decoder 4 years ago
Andreas Rheinhardt 0e645b98c6 Remove double ';' 4 years ago
Andreas Rheinhardt 590f491b0a avcodec/roqvideoenc: Avoid allocating buffers separately 4 years ago
Andreas Rheinhardt ed89ebb12e avcodec/roqvideoenc: Avoid intermediate buffer 4 years ago
Andreas Rheinhardt 9b776cd542 avcodec/roqvideoenc: Reuse buffers instead of alloc+free for each frame 4 years ago