25619 Commits (ad75d2b590f0a4d2ea8b9748aa31ff98ba6fbf1e)

Author SHA1 Message Date
Michael Niedermayer 7129935ed2 avcodec/mjpegdec: Fix ljpeg RCT 11 years ago
Martin Storsjö 1daea5232f x86: Add an xmm clobbering wrapper for avcodec_encode_video2 11 years ago
Vittorio Giovara 187105ff8a Fix references to deleted avcodec_encode_video() function 11 years ago
Martin Storsjö 85e8192b85 avpacket: Fix error checking in packet_alloc 11 years ago
Martin Storsjö 6fc8226e29 vp3: Check the framerate for validity 11 years ago
Martin Storsjö ac9d159015 proresdec: Properly make sure an index doesn't run past the limit 11 years ago
Martin Storsjö e90a6846c2 cavsdec: Make sure a sequence header has been decoded before decoding pictures 11 years ago
Michael Niedermayer 7fb2622456 avcodec/mjpegdec: rgba64 ljpeg support 11 years ago
Michael Niedermayer 1e4e0bd907 avcodec/mjpegdec: change error return value to be outside the 16bit range 11 years ago
Michael Niedermayer b4a5fcb998 avcodec/mjpegdec: Fix rgb48 ljpeg 11 years ago
Clément Bœsch 04427182bc avcodec: typo fix sepera* → separa* 11 years ago
Michael Niedermayer 4f1a17b1a9 avcodec/c93: force dimensions to the correct value instead of depending on the demuxer to do so 11 years ago
Hendrik Leppkes a06a5b78e2 mathops/x86: work around inline asm miscompilation with GCC 4.8.1 11 years ago
Michael Niedermayer 821a5938d1 avcodec/g2meet: Fix order of align and pixel size multiplication. 11 years ago
Michael Niedermayer e428632c1a avcodec/jpeg2000dec: print invalid cdx/y values 11 years ago
Michael Niedermayer 529540759f avcodec/simple_idct_template: adjust coeffs for 12bit idct 11 years ago
Piotr Bandurski 1a3d142f1f avcodec/bfi: check for malloc failure 11 years ago
Piotr Bandurski bb5e7d3b5a avcodec/mationpixels: free memory after malloc failures 11 years ago
Paul B Mahol 8134edf3eb avcodec/cdxl: use av_freep() 11 years ago
Piotr Bandurski 8728360b56 avcodec/mationpixels: check for malloc failures 11 years ago
Michael Niedermayer 108b91c3fe avcodec/mpeg12dec: clear mpeg_enc_ctx_allocated when contexts are deallocated 11 years ago
Michael Niedermayer 6c07e41f43 avcodec/mjpegdec: check for malloc failure of blocks[] and last_nnz[] 11 years ago
Paul B Mahol 23bd0335af avcodec/g2meet: remove redundant log message 11 years ago
Paul B Mahol 3dcd3e08f6 avcodec/proresdec2: remove duplicated tables 11 years ago
Christian Schmidt aca25104ea pcm-dvd: Minor leftovers 11 years ago
Christian Schmidt d9cdb7d8d6 pcm-dvd: Support channel configuration changes 11 years ago
Paul B Mahol 1b99514dfd avcodec/smacker: use init_get_bits8() 11 years ago
Michael Niedermayer 16837f9846 avcodec/aacenc: use enum for aac coder. 11 years ago
Timothy Gu 5748e24950 aacenc: use constants to set AAC coder 11 years ago
Timothy Gu 4bd910d83d aacenc: add AAC_CODER_(FAAC|ANMR|etc.) macros 11 years ago
Michael Niedermayer bfe1445871 avcodec/aic: fix "warning: comparison of unsigned expression < 0 is always false" 11 years ago
Michael Niedermayer f144168d9b avcodec/smacker: fix some memleaks 11 years ago
Michael Niedermayer fbab9a7c22 avcodec/smacker: remove check that has become redundant 11 years ago
Michael Niedermayer 59a08d1939 avcodec/smacker: use the correct field instead of a hardcoded value for the index check in smacker_decode_tree() 11 years ago
Martin Storsjö b1e4698853 g2meet: Allocate cursor buffers large enough to fit the aligned width 11 years ago
Martin Storsjö 0f678c0214 aic: Validate values read from the bitstream 11 years ago
Michael Niedermayer 0d61f26001 zmbvdec: Check the buffer size for uncompressed data 11 years ago
Martin Storsjö b26742cc30 shorten: Break out of loop looking for fmt chunk if none is found 11 years ago
Martin Storsjö 49568851bf shorten: Use a checked bytestream reader for the wave header 11 years ago
Carl Eugen Hoyos f99f7f4025 Set bits_per_raw_sample when reading j2k frames. 11 years ago
Michael Bradshaw 7412a4a48f libopenjpegdec.c: Correctly scale gray16 output if precision < 16 11 years ago
Martin Storsjö f3d57dc691 smacker: Free memory properly if the init function fails 11 years ago
Martin Storsjö 0679cec6e8 smacker: Make sure we don't fill in huffman codes out of range 11 years ago
Martin Storsjö d002fce24a smacker: Check malloc return values 11 years ago
Dylan Alex Simon 38155b47fd avcodec: add const qualifier to avcodec_find_best_pix_fmt2 args 11 years ago
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