24953 Commits (f646cd44716bf0cba54a1f279dd3d9dd47b33322)

Author SHA1 Message Date
Paul B Mahol 19da86f3ff targaenc: remove unused TargaContext 12 years ago
Paul B Mahol e999f2339a truemotion2: make code independent of sizeof(AVFrame) 12 years ago
Paul B Mahol a5155294e5 pnm: do not set avctx->coded_frame 12 years ago
Paul B Mahol 329221eee7 pnm: fix 255 < maxval < 65535 for pam with depth 1 12 years ago
Carl Eugen Hoyos 2c046c718a Revert "Avoid overflows when reading pgm files with maxval != 255 and != 65535." 12 years ago
Paul B Mahol 768e40b451 Revert "pnm: remove nonsense code" 12 years ago
Luca Barbato 3ca1dd2502 xl: Make sure the width is valid 12 years ago
Carl Eugen Hoyos 7651c0e49b Avoid overflows when reading pgm files with maxval != 255 and != 65535. 12 years ago
Carl Eugen Hoyos 7e8e8ba9cc Assume gray8 if 1 < maxval <= 255 in pgm. 12 years ago
Carl Eugen Hoyos ae4dc0b37a Set bits_per_raw_sample when decoding mjpeg / ljpeg. 12 years ago
Paul B Mahol b09d86c636 utvideoenc: use av_image_copy_plane() 12 years ago
Luca Barbato 62b1e3b103 aasc: Check minimum buffer size 12 years ago
Luca Barbato 45ee556d51 qdm2: Whitespace cosmetics 12 years ago
Luca Barbato 0e78ef0f94 flac: use meaningful return values 12 years ago
Luca Barbato f1cb490d6d xl: Fix the buffer size check 12 years ago
Luca Barbato e13a929314 xl: K&R formatting cosmetics 12 years ago
Marton Balint 63c0113588 lavc: do not override format if neither text nor bitmap codec prop is set 12 years ago
Paul B Mahol 94ad38e2e8 dpx: use av_image_copy_plane() 12 years ago
Paul B Mahol 6a57494204 dpxenc: cosmetics: reindent 12 years ago
Paul B Mahol 9d099b9ae4 targa_y216dec: remove empty function 12 years ago
Paul B Mahol 0909f3edbd zmbv: return meaningful error code 12 years ago
Paul B Mahol 60a7fac61b utvideoenc: use av_image_copy_plane() 12 years ago
Tim.Nicholson 84e345b38e Forward interlaced field information from mov to v210 decoder. 12 years ago
Diego Biurrun bf4b0ed1d5 Add missing deprecation attributes 12 years ago
Michael Niedermayer 3adf054b22 avcodec/vorbisenc: change 6 asserts to av_asserts() 12 years ago
Michael Niedermayer 5e763920a4 avcodec/mpegvideo: update disabled assert() to av_assert0() 12 years ago
Paul B Mahol 88b071a473 exr: set pict_type 12 years ago
Paul B Mahol d9954ccff0 targa: set pict_type 12 years ago
Paul B Mahol 3ea5d01a12 escape130: make "chroma_vals" static 12 years ago
Paul B Mahol 6dbcecd78e lclenc: allocate FF_INPUT_BUFFER_PADDING_SIZE for extradata 12 years ago
Paul B Mahol 573018c61f lclenc: cosmetics: reindent 12 years ago
Paul B Mahol 86e722ab97 sgidec: safer check for buffer overflow 12 years ago
Paul B Mahol 997e2b59e3 sgidec: return meaningful error codes 12 years ago
Paul B Mahol 5efa5103b0 sgidec: simplify return path 12 years ago
Diego Biurrun 16c22122c7 h264: K&R formatting cosmetics 12 years ago
Michael Niedermayer 205f423e28 libavcodec/mpegvideo: change some asserts to av_assert0() 12 years ago
Michael Niedermayer c88bbc01eb avcodec/mpegvideo: replace assert about interlaced EC by debug av_log() 12 years ago
Paul B Mahol 1fa0284c57 qcelpdec: change asserts to av_asserts 12 years ago
Paul B Mahol fdf9296df7 sgienc: remove unused SgiContext 12 years ago
Paul B Mahol 2868035d95 pcxenc: get rid of unused PCXContext 12 years ago
Paul B Mahol 3838637bbb yop: check return value of av_frame_alloc() 12 years ago
Paul B Mahol 9437259276 vmnc: check return values of reallocation 12 years ago
Paul B Mahol cf5ab8b6f7 vmnc: make code independent of sizeof(AVFrame) 12 years ago
Diego Biurrun 03039f4c8c miscellaneous typo fixes 12 years ago
Rémi Denis-Courmont 93a51984a2 mpeg12: Ignore slice threading if hwaccel is active 12 years ago
Carl Eugen Hoyos 9375879d57 Show max bitrate for mpeg2 video streams in avcodec_string(). 12 years ago
Rainer Hochecker 582963a815 vdpau: Fix VC-1 interlaced mode 12 years ago
Diego Biurrun 4a2ef39442 cosmetics: Add '0' to float constants ending in '.'. 12 years ago
Diego Biurrun 6c145ecf78 twinvq: K&R formatting cosmetics 12 years ago
Michael Niedermayer 6db57fa8bc avcodec/mjpegdec: Support RGBA lpegs 12 years ago