25493 Commits (0ebc3728561cc7a875c33bf1a5590d31eb53d9ac)

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