35127 Commits (e259dc86a80398d56d1aabcf6203f80616a4d04d)

Author SHA1 Message Date
Kieran Kunhya e259dc86a8 avcodec: Remove libdcadec, we already have it merged internally 9 years ago
Michael Niedermayer c50be7a52b avcodec/h264_slice: Check PPS more extensively when its not copied 9 years ago
Dan Dennedy 28688d7c2b avcodec/audiotoolboxenc: Fix compile error on OS X 10.8. 9 years ago
Carl Eugen Hoyos de1a0d4359 lavc/flicvideo: Implement padding in COPY chunks. 9 years ago
Martin Vignali 495f08edb4 avcodec/exr: add support for B44 and B44A compression 9 years ago
Paul B Mahol 585cfabb79 avcodec/jpeg2000dec: add slice threading support 9 years ago
Paul B Mahol e2298b3fcc avcodec/jpeg2000dec: account two last bytes from end of bytestream as EOC marker 9 years ago
James Almer 99388eb091 avcodec/libopenjpegenc: fix mixed declarations and code 9 years ago
James Almer 21cd0228be avcodec/libopenjpegdec: fix mixed declarations and code 9 years ago
Michael Niedermayer 0cd9ff4e3a avcodec/libutvideodec: copy frame so it has reference counters when refcounted_frames is set 9 years ago
Rostislav Pehlivanov 72e1360007 vc2enc: optimize and simplify quantization 9 years ago
Rostislav Pehlivanov a14d4c076d vc2enc: simplify calc_slice_sizes() 9 years ago
Rostislav Pehlivanov a010e36f23 vc2enc: correctly zero out the slice size cache 9 years ago
Rostislav Pehlivanov 14b41e061d vc2enc: macro out slice size rounding 9 years ago
Ganesh Ajjanagadde 8dbffda0f9 lavc/psymodel: check for av_malloc failure 9 years ago
Paul B Mahol b098e1a469 avcodec/dvaudiodec: now that we got samples, fix 12bit case 9 years ago
Rodger Combs 65cff81453 lavc: add AudioToolbox encoders 9 years ago
Rodger Combs d5d328059e lavc: add AudioToolbox decoders 9 years ago
Ganesh Ajjanagadde db1a642cd2 all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.h 9 years ago
Rostislav Pehlivanov 2aebdfb451 vc2enc: add non-experimental support for all video formats from spec 9 years ago
Rostislav Pehlivanov d4773c94a6 vc2enc: simplify count_hq_slice() and caching 9 years ago
Rostislav Pehlivanov 500dc20dee vc2enc: fix segfault 9 years ago
Michael Niedermayer 068026b0f7 avcodec/mjpegenc_common: Store approximate aspect if exact cannot be stored 9 years ago
Mark Thompson fbec157ea0 lavc/hevc: Allow arbitrary garbage in bytestream as long as at least one NAL unit is found. 9 years ago
Ganesh Ajjanagadde bccc81dfa0 lavc/aacenc_utils: replace powf(x,y) by expf(logf(x), y) 9 years ago
Rostislav Pehlivanov d6e76dd132 vc2enc_dwt: remove outdated comment 9 years ago
Rostislav Pehlivanov f4b30beac0 vc2enc: increase the starting value of the size scaler 9 years ago
Michael Niedermayer a7b8a6e704 avcodec/error_resilience: remove unneeded and disabled code 9 years ago
Michael Niedermayer 5694b28211 avcodec/error_resilience: wait for previous frame to be available 9 years ago
James Almer 488e6409df libwebpenc_animencoder: add missing braces to struct initialization 9 years ago
Michael Niedermayer 83df0a84a9 avcodec/motion_est_template: Fix map cache use in qpel_motion_search() 9 years ago
James Almer f875ba4873 libwebpenc_animencoder: print library messages in verbose log levels 9 years ago
James Almer 626b6b769c libwebpenc_animencoder: zero initialize the WebPAnimEncoderOptions struct 9 years ago
Michael Niedermayer 50ef7361cb avcodec/resample: Remove disabled and faulty code 9 years ago
Hendrik Leppkes c198295ded dxva2_h264: fix size alignment asserts 9 years ago
Matt Oliver 109dfed7fc lavc/dxva2_h264: Fix incorrect assert statement. 9 years ago
Luca Barbato 73f3c8f73e indeo2: Fix banding artefacts 9 years ago
Luca Barbato 522ab0b9a9 indeo2data: K&R formatting cosmetics 9 years ago
Michael Niedermayer 7eedad946c avcodec/mediacodec_sw_buffer: remove redundant article 9 years ago
Matthieu Bouron 03a6ed83b0 lavc/mediacodec: remove stray empty lines 9 years ago
Matthieu Bouron 31fe3c4d23 lavc/mediacodec: fix codec_name leak 9 years ago
Michael Niedermayer 652173f63f avcodec/pthread_frame: Remove unused variable 9 years ago
Marton Balint 67bef4cffa avcodec/aactab: do not use floats for constants 9 years ago
Hendrik Leppkes a38627be6d avcodec/cbrt_data: include avutil/libm.h to unbreak compilation on systems without cbrt 9 years ago
Matthieu Bouron 33d69a9008 lavc/ffjni: remove use of private JniInvocation API to retreive the Java VM 9 years ago
Reimar Döffinger 7c93f2c0b9 Move cbrt tables to separate cbrt_data(_fixed).c files. 9 years ago
Carl Eugen Hoyos 4405ff2cae lavc/hevc_ps: Fix default display window offsets for yuv422 and yuv444. 9 years ago
Carl Eugen Hoyos d11d78facb lavc/libx265: Support GBR encoding. 9 years ago
Carl Eugen Hoyos db4786f1cf lavc/hevc_ps: Support GBR decoding. 9 years ago
Michael Niedermayer 9d4ab1380a Use avpriv_tempfile() 9 years ago