44815 Commits (46f3ae8f672533a380dea7c4e13c84d52014de6c)

Author SHA1 Message Date
Andreas Rheinhardt 84ac35ecb8 avcodec/mjpegenc: Fix segfault when freeing incomplete context 4 years ago
Andreas Rheinhardt e5d6af7b35 avcodec/tiff: Avoid forward declarations 4 years ago
Mark Plomer 6ef5d8ca86 avcodec/dv_profile: PAL DV files with dsf flag 0 - detect via pal flag and buf_size 4 years ago
Andreas Rheinhardt e7cbbd9026 avcodec/put_bits: Don't set size_in_bits, fix overflow 4 years ago
Andreas Rheinhardt c81b8e04aa Avoid intermediate bitcount for number of bytes in PutBitContext 4 years ago
Andreas Rheinhardt 73fb1b8a9b avcodec/dvenc: Avoid using PutBitContext fields directly 4 years ago
Andreas Rheinhardt f9d1528fc9 avcodec/proresenc_kostya: Factor flushing PutBitContext out 4 years ago
Andreas Rheinhardt df1c30f139 avcodec/utvideoenc: Don't use bitcounts when byte-aligned 4 years ago
Andreas Rheinhardt 67f6e7ed6d avcodec: Remove cumbersome way of checking for amount of bytes left 4 years ago
Andreas Rheinhardt 11ff9cb5e9 avcodec/put_bits: Add functions for amount of bytes written/left 4 years ago
Andreas Rheinhardt e48f18e2d5 avcodec/vorbisenc, wmavoice: Use put_bits_left() where appropriate 4 years ago
Andreas Rheinhardt ddd0f5dbe9 avcodec/dvenc: Remove dead error message 4 years ago
Andreas Rheinhardt 3183eda0fa avcodec/mlpenc: Avoid redundant temporary PutBitContext 4 years ago
Andreas Rheinhardt 0ab70230f2 avcodec/sonic: Remove outdated outcommented line 4 years ago
Andreas Rheinhardt e4ccd348c1 avcodec/vorbisenc: Remove always-false check 4 years ago
Michael Niedermayer 7fc8ba9068 avcodec/setts_bsf: Check timebase 4 years ago
Michael Niedermayer 7b4510d2a8 avcodec/dvbsubdec: Support computing clut only once 4 years ago
Michael Niedermayer 075d793ba8 avcodec/sonic: Use unsigned temporary in predictor_calc_error() 4 years ago
James Almer cad3a5d715 avcodec/libxvid: remove unnecessary output packet data check 4 years ago
Michael Niedermayer 8047243899 avcodec/h264_slice: Check sps in h264_slice_header_init() 4 years ago
Michael Niedermayer 28859d6e7c avcodec/aacpsy: Check model_priv_data before dereferencing in psy_3gpp_end() 4 years ago
Michael Niedermayer e8bd34fe4f avcodec/sga: Check for array end in lzss_decompress() 4 years ago
Michael Niedermayer be08b84f8b avcodec/ffwavesynth: Avoid signed integer overflow in phi_at() 4 years ago
Andreas Rheinhardt 6599960940 avcodec/pthread_frame: Reindentation 4 years ago
Andreas Rheinhardt c85fcc96b7 avcodec/pthread_frame: Check initializing mutexes/condition variables 4 years ago
Andreas Rheinhardt e9b6617579 avcodec/pthread_frame: Fix cleanup during init 4 years ago
Andreas Rheinhardt 24ee151402 avcodec/pthread_frame: Factor initializing single thread out 4 years ago
Zane van Iperen e550667f61
avcodec/adpcm_ima_cunning: reset state on flush 4 years ago
Zane van Iperen 257d9f91fc
avcodec/adpcm_ima_alp: reset state on flush 4 years ago
Zane van Iperen ff7bbd6d88
avcodec/adpcm_ima_ssi: reset state on flush 4 years ago
Zane van Iperen 660c14a9b9
avcodec/adpcm_argo: reset state on flush 4 years ago
Zane van Iperen efb58ec8f9
avcodec/adpcm_aica: reset state in flush callback 4 years ago
Zane van Iperen 95280cf3e7
avcodec/adpcm_zork: reset state in flush callback 4 years ago
Zane van Iperen 55a50885b9
avcodec/adpcm: add comment to has_status field 4 years ago
Andreas Rheinhardt 7439267eeb avcodec/kmvc: Avoid branch when swapping pointers 4 years ago
Andreas Rheinhardt efbfee4c1a avcodec/kmvc: Move commonly used variables to the front of the context 4 years ago
Andreas Rheinhardt fb6a8847ad avcodec/kmvc: Prefer in-band palette 4 years ago
Andreas Rheinhardt ea70c39dee avcodec/vc1dec: Postpone allocating sprite frame to avoid segfault 4 years ago
Andreas Rheinhardt 54127cc427 avcodec/avcodec: Use AVBPrint in avcodec_string() 4 years ago
Andreas Rheinhardt e65a5df4fa avcodec/avcodec: Update check for identical colorspace/primaries/trc names 4 years ago
Andreas Rheinhardt 88b7d9fd36 avcodec/avcodec: Don't use NULL for %s printf specifier 4 years ago
Andreas Rheinhardt 48aa531984 avcodec/avcodec: Use dedicated pointer to access AVCodecInternal 4 years ago
Carl Eugen Hoyos 3220a908ca lavc/mjpegdec: Decode format 211121 as YUV 4:4:4 4 years ago
Andreas Rheinhardt bcf707639e avcodec/svq3: Don't copy watermarked frame data twice 4 years ago
Andreas Rheinhardt 3ab1a890e8 avcodec/svq3: Use av_fast_padded_malloc() instead of av_fast_malloc() 4 years ago
Andreas Rheinhardt 7b10083933 avcodec: Factor updating palette out 4 years ago
Carl Eugen Hoyos 288ca1c667 lavc/aomenc: Force default qmax of 0 if crf was set to 0. 4 years ago
Andreas Rheinhardt 9faf3f8bb0 avcodec/parser: Don't return pointer to stack buffer 4 years ago
Andreas Rheinhardt f21b47f38c avcodec/options: Reindent after previous commit 4 years ago
Andreas Rheinhardt 784c3c0d85 avcodec/options: Remove always-true check 4 years ago