25347 Commits (60caa3d8bc11677b90b791398ac7cca68a7389be)

Author SHA1 Message Date
Michael Niedermayer 64b6279d14 avcodec/mjpegdec: Support >8bpc color mjpeg 11 years ago
Michael Niedermayer 7bc9fb8cde avcodec/utils: add 16bit planar YUV formats to avcodec_align_dimensions2() 11 years ago
Vignesh Venkatasubramanian ae12d65538 lavcodec: Adding support for End Trimming in Opus encoder 11 years ago
Vignesh Venkatasubramanian 889bc79b5f lavc/utils: Add support for discarding samples from the end 11 years ago
Paul B Mahol 942babd87f avcodec/vp56: use av_reallocp_array() and check if allocation failed 11 years ago
Michael Bradshaw 9b07d34efb Make avcodec_find_best_pix_fmt_of_list const-correct 11 years ago
Diego Biurrun a0b901a348 Drop pointless directory name prefixes from #includes in the current dir 11 years ago
Paul B Mahol d1a16564a2 avcodec/ffv1: YUVA(444,422,420) 9, 10 and 16 bit support 11 years ago
Paul B Mahol a27227d401 avcodec/ffv1dec: fix format detection 11 years ago
Reimar Döffinger 723cf4b29e Move packed B-frames message level to info. 11 years ago
Reimar Döffinger 4ebf09c346 Make packed B-frame warning message more useful. 11 years ago
Michael Niedermayer 3576b564ec avcodec/ffv1enc: encode slice as raw PCM in 1.4 when the buffer is too small. 11 years ago
Michael Niedermayer 8393b80b7d avcodec/ffv1dec: Support decoding planes as raw PCM in 1.4 11 years ago
Michael Niedermayer 77f521d9e5 avcodec/ffv1enc: check encode_line()s return code 11 years ago
Michael Niedermayer 3728603f18 avcodec/ffv1enc: update buffer check for 16bps 11 years ago
Michael Niedermayer 904a2864bd avcodec/ffv1enc: fix size used for ff_alloc_packet2() 11 years ago
Michael Niedermayer 9a0e20817a avcodec/util: Make size argument of ff_alloc_packet2() int64_t 11 years ago
Paul B Mahol a5615b82eb avcodec/eatgv: use av_reallocp_array() and check return value 11 years ago
Paul B Mahol 5e66d8ac63 avcodec/xwdenc: use AV_LOG_ERROR in error message 11 years ago
Paul B Mahol 9bc59c108b avcodec/bmpenc: return meaningful error code 11 years ago
Paul B Mahol 6e07bb3639 avcodec/truemotion2: use av_reallocp_array() and check return value 11 years ago
Rainer Hochecker 7d75fb381b h264: do not discard NAL_SEI when skipping frames 11 years ago
wm4 b4e1630d4d lavc: don't show "Invalid and inefficient vfw-avi..." warning in mpeg4 parser 11 years ago
Michael Niedermayer ce22820627 avcodec/mjpegdec: fix shift_output() with lowres 11 years ago
Paul B Mahol 43497d8a83 avcodec/proresdec2: return meaningful error codes 11 years ago
Michael Niedermayer d8fb170da2 avcodec/ratecontrol: give some trivial tips in case of buffer underflows 11 years ago
Carl Eugen Hoyos 43353bf32c libxvid: guess a good aspect when we cant store the exact one. 11 years ago
Paul B Mahol cd6241b5df avcodec/truemotion2: use av_calloc() & av_malloc_array() 11 years ago
Michael Niedermayer c54aa2fb0f avcodec/truemotion2: Fix av_freep arguments 11 years ago
Clément Bœsch 3a54c221d5 avcodec/srtdec: fix potential overread. 11 years ago
Clément Bœsch 860a081058 avcodec/assenc: fix potential overread. 11 years ago
Paul B Mahol 7d7b4e8d5c avcodec/png: remove obsolete comments 11 years ago
Michael Niedermayer ea538b0d64 avcodec/snowenc: fix constness of the AVFrame argument in encode_frame() 11 years ago
Luca Barbato 85ac12587b nuv: check ff_rtjpeg_decode_frame_yuv420 return value 11 years ago
Paul B Mahol c9b5ad124e s302m: s/bits_per_coded_sample/bits_per_raw_sample 11 years ago
Paul B Mahol 6b024d8a7a avcodec/xan: use uint8_t instead of unsigned char 11 years ago
Michael Niedermayer bcd1c20612 avcodec/mjpegdec: support >8bit in mjpeg_decode_scan_progressive_ac() 11 years ago
Michael Niedermayer b155fb08b8 avcodec/mjpegdec: move shift_output() to its own function 11 years ago
Michael Niedermayer c407c73457 avcodec/mjpegdec: 12bit Grayscale support 11 years ago
Michael Niedermayer 1deeb9437c avcodec/mjpegdec: Fix normal jpeg with bits < 8 11 years ago
Michael Niedermayer 15071ed4fc avcodec/mjpegdec fix last_dc for bits != 8 11 years ago
Michael Niedermayer ae57e82469 avcodec/dsputil: add 12bit simple idct 11 years ago
Diego Biurrun befe044bb9 avcodec: Stop exporting the removed audio_resample* symbols 11 years ago
Vittorio Giovara 7f93a861aa mpeg12enc: K&R formatting cosmetics 11 years ago
Vittorio Giovara 66f091053f mpeg12enc: drop forward declarations 11 years ago
Michael Niedermayer b042712a87 avcodec/mjpegdec: Simplify masking in ljpeg_decode_yuv_scan() 11 years ago
Michael Niedermayer b394ccfe47 avcodec/mjpegdec: fix rgb ljpeg prediction 5/6/7 with point_transform 11 years ago
Michael Niedermayer 38f8640df8 avcodec/mjpegdec: fix yuv ljpeg prediction 5/6/7 with point transforms 11 years ago
Michael Niedermayer 4ced30908f avcodec/jpeg2000dec: make SOC finding code more robust 11 years ago
Michael Niedermayer cb026ac303 avcodec/mjpegdec: make "unknown colorspace" error more informative 11 years ago