25455 Commits (09b09ef4ab5c20feb815cb6ef7a297b8c046f44e)

Author SHA1 Message Date
Paul B Mahol 3dcd3e08f6 avcodec/proresdec2: remove duplicated tables 12 years ago
Christian Schmidt aca25104ea pcm-dvd: Minor leftovers 12 years ago
Christian Schmidt d9cdb7d8d6 pcm-dvd: Support channel configuration changes 12 years ago
Paul B Mahol 1b99514dfd avcodec/smacker: use init_get_bits8() 12 years ago
Michael Niedermayer 16837f9846 avcodec/aacenc: use enum for aac coder. 12 years ago
Timothy Gu 5748e24950 aacenc: use constants to set AAC coder 12 years ago
Timothy Gu 4bd910d83d aacenc: add AAC_CODER_(FAAC|ANMR|etc.) macros 12 years ago
Michael Niedermayer bfe1445871 avcodec/aic: fix "warning: comparison of unsigned expression < 0 is always false" 12 years ago
Michael Niedermayer f144168d9b avcodec/smacker: fix some memleaks 12 years ago
Michael Niedermayer fbab9a7c22 avcodec/smacker: remove check that has become redundant 12 years ago
Michael Niedermayer 59a08d1939 avcodec/smacker: use the correct field instead of a hardcoded value for the index check in smacker_decode_tree() 12 years ago
Martin Storsjö b1e4698853 g2meet: Allocate cursor buffers large enough to fit the aligned width 12 years ago
Martin Storsjö 0f678c0214 aic: Validate values read from the bitstream 12 years ago
Michael Niedermayer 0d61f26001 zmbvdec: Check the buffer size for uncompressed data 12 years ago
Martin Storsjö b26742cc30 shorten: Break out of loop looking for fmt chunk if none is found 12 years ago
Martin Storsjö 49568851bf shorten: Use a checked bytestream reader for the wave header 12 years ago
Carl Eugen Hoyos f99f7f4025 Set bits_per_raw_sample when reading j2k frames. 12 years ago
Michael Bradshaw 7412a4a48f libopenjpegdec.c: Correctly scale gray16 output if precision < 16 12 years ago
Martin Storsjö f3d57dc691 smacker: Free memory properly if the init function fails 12 years ago
Martin Storsjö 0679cec6e8 smacker: Make sure we don't fill in huffman codes out of range 12 years ago
Martin Storsjö d002fce24a smacker: Check malloc return values 12 years ago
Dylan Alex Simon 38155b47fd avcodec: add const qualifier to avcodec_find_best_pix_fmt2 args 12 years ago
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