33053 Commits (0cc44facf17153454727c26f2f40ee2f77b90df5)
 

Author SHA1 Message Date
Nicolas George 0cc44facf1 4xm: Replace av_realloc by av_realloc_f when relevant. 14 years ago
Nicolas George 769298a686 libvpxenc: Replace av_realloc by av_realloc_f when relevant. 14 years ago
Nicolas George 198ed6474d bitstream: Replace av_realloc by av_realloc_f when relevant. 14 years ago
Nicolas George 1d3b280e71 ffmpeg: Replace av_realloc by av_realloc_f when relevant. 14 years ago
Nicolas George 5cd754bca2 Introduce av_realloc_f. 14 years ago
Nicolas George b2600509fe Introduce av_size_mult. 14 years ago
Michael Niedermayer e89f58810d libx264: remove check_default_settings() 14 years ago
Clément Bœsch f9d8a3423f ffprobe: fix trailing '=' in stream id. 14 years ago
Stefano Sabatini f63ec3eee9 lavfi: fix FF_API_* definition macros 14 years ago
Nicolas George b592f9bb65 swresample: remove unused variable. 14 years ago
Nicolas George a34869ed7d libswr/rematrix: remove unused variable. 14 years ago
Nicolas George 80287854c2 libswr/rematrix: add braces to silence a warning. 14 years ago
Nicolas George 4a14dd76cf bintext: remove unused variable. 14 years ago
Nicolas George fb35f7d7e1 vf_boxblur: remove useless code. 14 years ago
Nicolas George 6d98e2db35 j2kdec: use correct printf format. 14 years ago
Michael Niedermayer 7393b41744 j2kenc: Fix pointer<->integer casts. 14 years ago
Michael Niedermayer 5a6e7771ed h264: dont set key_frame when the frame is not a real keyframe. 14 years ago
Michael Niedermayer 530cd7a913 doc/ffmpeg.texi: merge changes from avconv.texi since last merge 14 years ago
Michael Niedermayer 0aa793a1be ffplay: fix forgotten codec_name checks 14 years ago
Michael Niedermayer 2f3dd904f4 ffmpeg: fix wrong indention that leaked in from merge 14 years ago
Laurent Aimar 1f024b8820 Check for out of bound reads in the flic decoder. 14 years ago
Michael Niedermayer 23c1db9b83 Merge remote-tracking branch 'qatar/master' 14 years ago
Laurent Aimar feca3ba053 Prevent out of bound accesses in the xan decoder. 14 years ago
Laurent Aimar b9596a5037 Check for invalid/corrupted bitstream in sun raster decoder. 14 years ago
Laurent Aimar 19e95b8845 Prevent NULL dereferences when missing the reference frame in the xan decoder. 14 years ago
Laurent Aimar 039f3c33ff Check for out of bounds reads in sun rasterfile decoder. 14 years ago
Laurent Aimar 61930119cb Check for corrupted extra data in wmavoice decoder. 14 years ago
Laurent Aimar e09ae22ab7 Check for out of bound writes in the wmavoice decoder. 14 years ago
Laurent Aimar 66aae97a60 Prevent NULL dereferences when missing the reference frame in the bink decoder. 14 years ago
Tomas Härdin a1cb09d351 mxf: Add PictureEssenceCoding UL for V210 14 years ago
Michael Niedermayer 36be0f2e31 ffplay.texi: document -codec 14 years ago
Michael Niedermayer 5eda0967a5 ffplay: support -codec:avs to force a specific decoder implementation 14 years ago
Michael Niedermayer 07a96dc1e9 regression tests: add jpeg2000 14 years ago
Michael Niedermayer 2fbf691038 j2kenc: Fix use of value before its initialized. 14 years ago
Michael Niedermayer 398b5327a3 j2kenc: only list pixel formats that fully work currently. 14 years ago
Michael Niedermayer 2214a67de5 j2kenc: fix colors on yuv444 14 years ago
Michael Niedermayer 9e0438c903 img2enc: show first 4 bytes if a malformed jpeg2000 codestream is detected 14 years ago
Michael Niedermayer 0047ac1427 img2enc: Accept raw jpeg2000 codestream too, 14 years ago
Dominique Leuenberger bfea160094 RELEASE: set to 0.8.4.git after the release from 2011-09-22 14 years ago
Michael Niedermayer 34ac8ec2ea j2kenc: enable 4:2:0 YUV it works as "well" as the other subsampled yuv formats 14 years ago
Michael Niedermayer c4b269c5c6 build system: enable j2kenc 14 years ago
Michael Niedermayer e6aed5f404 j2kenc: fix coded_frame and prevent null pointer dereference. 14 years ago
Michael Niedermayer 40923e1567 j2kenc: Update ff_j2k_init_component() arguments 14 years ago
Michael Niedermayer 2f16b6a525 j2kenc: fix arguments for ff_j2k_getnbctxno() 14 years ago
Michael Niedermayer 0db973e0d7 j2kenc: mark as experimental. 14 years ago
Michael Niedermayer 1c20a0b354 j2kenc: s/CODEC_TYPE_VIDEO/AVMEDIA_TYPE_VIDEO/ 14 years ago
Michael Niedermayer de89bc994c j2kenc: update codec name to modern ffmpeg 14 years ago
Michael Niedermayer 1e086fd730 j2kenc: cleanup() is not used outside thus it is static 14 years ago
Michael Niedermayer c153c00367 j2kenc: update function name. 14 years ago
Anton Khirnov d3c1d37a90 avconv: use different variables for decoded and filtered frame. 14 years ago