34702 Commits (509c9e74e548139285f30ed8dcc9baf1d64359fa)

Author SHA1 Message Date
Aman Gupta 5c041e2ccc lavc/ccaption_dec: implement real_time option 9 years ago
Aman Gupta 260e368717 lavc/ccaption_dec: flush context on seek 9 years ago
Claudio Freire 62dfe1d40d avcodec/aacenc_is: replace pow(x, 0.75) by x/sqrtf(sqrtf(x)) 9 years ago
Andreas Cadhalpun 44ac13eed4 dca: fix misaligned access in avpriv_dca_convert_bitstream 9 years ago
Michael Niedermayer 92465a2347 avcodec/aacenc: Check for +-Inf too 9 years ago
James Almer 17e7fdf61a avcodec/wavpackenc: print channel count in av_log call 9 years ago
Michael Niedermayer 39fb3f18c5 avcodec/diracdec: Handle the 0 vlc case at the top of coeff_unpack_golomb() 9 years ago
Michael Niedermayer bbd9771625 avcodec/diracdec: Factor +2 out of the inner loop 9 years ago
Michael Niedermayer da144c2ddd avcodec/diracdec: Inline svq3_get_ue_golomb() and merge the sign bit decoding into it 9 years ago
Michael Niedermayer 9006567bae avcodec/aacenc: mark output as const as its not written to 9 years ago
Michael Niedermayer 0634c54253 avcodec/aacenc: Fix NAN check 9 years ago
Kieran Kunhya bfc8a4dabe diracdec: Add slice threading to HQ profile 9 years ago
Claudio Freire 699c2ee560 AAC encoder: encode out-of-phase I/S efficiently 9 years ago
Claudio Freire aa64a48357 AAC encoder: fix I/S relative error evaluation 9 years ago
Claudio Freire 6711aa21e2 AAC encoder: various fixes in M/S coding 9 years ago
Claudio Freire 4dcb69cc12 AAC encoder: in IS, fix index of sf_idx, band_type 9 years ago
Claudio Freire 509f168017 AAC encoder: don't apply MS on special bands 9 years ago
Claudio Freire 00d481b2c3 AAC encoder: avoid assertion failure on PNS 9 years ago
Claudio Freire 2a31b076b4 AAC encoder: fix assertion error with prediction 9 years ago
Carl Eugen Hoyos d3fe2e0dc9 lavc/mjpeg2jpeg: Accept more mjpeg streams as input. 9 years ago
James Zern 1a876cc581 libvpxdec: fix 'ISO C90 forbids mixed declarations and code' warning 9 years ago
Michael Niedermayer 782c4ab4ed avcodec/truemotion2: Cleanup in case of tm2_read_stream() failure 9 years ago
Carl Eugen Hoyos 27fa70fdfe lavc/mjpeg2jpeg: Check for jpeg file header. 9 years ago
Michael Niedermayer 7c97946d61 avcodec/mpeg4video: Check time_incr 9 years ago
Andreas Cadhalpun d637a58750 diracdec: fix idwt_stride calculation in bytes 9 years ago
Ganesh Ajjanagadde 07a11ebcab lavc/cbrt_tablegen: speed up tablegen 9 years ago
Michael Niedermayer 59c915a403 avcodec/wavpackenc: Check the number of channels 9 years ago
Michael Niedermayer 26757b0279 avcodec/wavpackenc: Headers are per channel 9 years ago
Michael Niedermayer 56ec8f85e2 avcodec/ac3enc: Remove duplicate #include 9 years ago
Michael Niedermayer 590863876d avcodec/aacdec_template: Check id_map 9 years ago
Michael Niedermayer 93ac72a98d avcodec/dvdec: Fix "left shift of negative value -254" 9 years ago
Michael Niedermayer 030c7f0309 avcodec/g2meet: Check for ff_els_decode_bit() failure in epic_decode_run_length() 9 years ago
Clément Bœsch 6d32628bf3 lavc/ccaption_dec: improve default style 9 years ago
Michael Niedermayer d86d7b2486 avcodec/mjpegdec: Fix negative shift 9 years ago
Carl Eugen Hoyos f587ed0cbb lavc/x264: Add compatibility values for coder options. 9 years ago
Clément Bœsch a43deea861 lavc/ccaption_dec: fix ASS tags 9 years ago
Michael Niedermayer e273dade78 avcodec/mss2: Check for repeat overflow 9 years ago
Michael Niedermayer 42c54d4cc3 avcodec/codec_desc: Add ff_aac_profiles to aac_latm 9 years ago
Sasi Inguva cbcc88c039 libvpx: Support setting color range for vp9. 9 years ago
Clément Bœsch 0948e0f553 lavc/ccaption_dec: simplify rollup cases 9 years ago
Clément Bœsch 22765140fa lavc/ccaption_dec: check for bprint completeness outside the loop 9 years ago
Clément Bœsch 31bff21d2c lavc/ccaption_dec: mark row and font as const in capture_screen() 9 years ago
Clément Bœsch d587fbb676 lavc/ccaption_dec: fix mixed declarations and code warning 9 years ago
Clément Bœsch 5ae07914d0 lavc/ccaption_dec: check for bprint completeness only at the end 9 years ago
Aman Gupta b7e64be8fb lavc/ccaption_dec: implement font styles 9 years ago
Aman Gupta 086093c77c lavc/ccaption_dec: simplify by incrementing cursor_column inside write_char() 9 years ago
Aman Gupta 811ce8f9c5 lavc/ccaption_dec: simplify by passing screen into write_char() 9 years ago
Aman Gupta 080de371d8 lavc/ccaption_dec: extract capture_screen() for future use 9 years ago
Aman Gupta e521a32af2 lavc/ccaption_dec: clear buffer before populating with screen contents 9 years ago
Aman Gupta 7def844be8 lavc/ccaption_dec: centralize buffer_changed=1 into reap_screen 9 years ago