25408 Commits (953a4191b8122d404bcd7db13e686c3caa66ab08)

Author SHA1 Message Date
Martin Storsjö ede42109e7 x86: Add an xmm clobbering wrapper for avcodec_encode_video2 12 years ago
Michael Niedermayer 7129935ed2 avcodec/mjpegdec: Fix ljpeg RCT 12 years ago
Vittorio Giovara 187105ff8a Fix references to deleted avcodec_encode_video() function 12 years ago
Martin Storsjö 85e8192b85 avpacket: Fix error checking in packet_alloc 12 years ago
Martin Storsjö 6fc8226e29 vp3: Check the framerate for validity 12 years ago
Martin Storsjö ac9d159015 proresdec: Properly make sure an index doesn't run past the limit 12 years ago
Martin Storsjö e90a6846c2 cavsdec: Make sure a sequence header has been decoded before decoding pictures 12 years ago
Michael Niedermayer 7fb2622456 avcodec/mjpegdec: rgba64 ljpeg support 12 years ago
Michael Niedermayer 1e4e0bd907 avcodec/mjpegdec: change error return value to be outside the 16bit range 12 years ago
Michael Niedermayer b4a5fcb998 avcodec/mjpegdec: Fix rgb48 ljpeg 12 years ago
Clément Bœsch 04427182bc avcodec: typo fix sepera* → separa* 12 years ago
Michael Niedermayer 4f1a17b1a9 avcodec/c93: force dimensions to the correct value instead of depending on the demuxer to do so 12 years ago
Hendrik Leppkes a06a5b78e2 mathops/x86: work around inline asm miscompilation with GCC 4.8.1 12 years ago
Michael Niedermayer 821a5938d1 avcodec/g2meet: Fix order of align and pixel size multiplication. 12 years ago
Michael Niedermayer e428632c1a avcodec/jpeg2000dec: print invalid cdx/y values 12 years ago
Michael Niedermayer 529540759f avcodec/simple_idct_template: adjust coeffs for 12bit idct 12 years ago
Piotr Bandurski 1a3d142f1f avcodec/bfi: check for malloc failure 12 years ago
Piotr Bandurski bb5e7d3b5a avcodec/mationpixels: free memory after malloc failures 12 years ago
Paul B Mahol 8134edf3eb avcodec/cdxl: use av_freep() 12 years ago
Piotr Bandurski 8728360b56 avcodec/mationpixels: check for malloc failures 12 years ago
Michael Niedermayer 108b91c3fe avcodec/mpeg12dec: clear mpeg_enc_ctx_allocated when contexts are deallocated 12 years ago
Michael Niedermayer 6c07e41f43 avcodec/mjpegdec: check for malloc failure of blocks[] and last_nnz[] 12 years ago
Paul B Mahol 23bd0335af avcodec/g2meet: remove redundant log message 12 years ago
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