source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @d2e0a276   12 years michaelni msrledec: merge switches More speedup and fixes 'may be used …
(edit) @dbaae33   12 years michaelni msrledec: move loop into switch speeds up code and allows more …
(edit) @c2992b70   12 years michaelni msrledec: move output pointer test up Signed-off-by: Michael …
(edit) @d8a7c495   12 years michaelni mpegvideo_enc: factor expression out Fixes "warning: dc[0..5] may be …
(edit) @afb4bc3d   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: movenc: …
(edit) @61d36761   12 years martin movenc: Simplify code by using avio_wb24 Signed-off-by: Martin …
(edit) @91f3592   12 years Carl Eugen Hoyos Correctly mark non-default streams when muxing matroska. Fixes ticket …
(edit) @71f8d704   12 years michaelni dirac/x86: fix compile without yasm Signed-off-by: Michael …
(edit) @4d3d3625   12 years michaelni dirac/x86: fix compile without inline asm Signed-off-by: Michael …
(edit) @3c3d68a9   12 years Carl Eugen Hoyos Fix 1bpp palettized png with width not a multiple of 8. Fixes ticket …
(edit) @dc8dd2f   12 years michaelni sanm: Check MV before using them. Fixes out of array reads Found-by: …
(edit) @1d81f744   12 years michaelni dict.c: use av_mallocz instead of av_realloc Memory passed to …
(edit) @0dfc01c2   12 years michaelni huffyuvdec: Skip len==0 cases Fixes vlc decoding for hypothetical …
(edit) @4420b41   12 years michaelni huffyuvdec: check for and propagate failures from inside …
(edit) @f67a0d11   12 years michaelni huffyuvdec: Check init_vlc() return codes. Prevents out of array …
(edit) @99b1b2b1   12 years michaelni r3d: check that sampling rate is non negative. Signed-off-by: Michael …
(edit) @df92ac18   12 years michaelni r3d: fix division by 0 with 0 sample rate Found-by: Mateusz "j00ru" …
(edit) @3cd9849d   12 years michaelni eval: fix 'warning: ignoring return value of strtod, declared with …
(edit) @ebe368d5   12 years michaelni ac3enc: fix 'warning: block0 may be used uninitialized in this …
(edit) @036b9ee1   12 years michaelni oggenc: fix "oggstream may be used uninitialized in this function" …
(edit) @4e0bc996   12 years lu_zero bfin: unbreak compilation Added a missing header file.
(edit) @5068bcda   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @d1bbd304   12 years michaelni Merge commit 'f81c37e40fe3236d54da12aef9cdba48ba70ec31' * commit …
(edit) @3c8085dc   12 years michaelni Merge commit 'e6b1c3bbe7082c71ea8ee8ac83698c156c9e4838' * commit …
(edit) @31d8d61f   12 years michaelni Merge commit 'aec50f79e7460340a148a3096fe212d67edc2c64' * commit …
(edit) @f02033b9   12 years michaelni Merge commit 'f713411d4cfbd9c467aeda77b16ca6bc4db55d10' * commit …
(edit) @14aa358c   12 years michaelni Merge commit '098eed95bc1a6b2c8ac97f126f62bb74699670cf' * commit …
(edit) @8265c0f4   12 years michaelni Merge commit 'f550583c00e231b587d8ef98451cfbb6b6561eb6' * commit …
(edit) @8a6ae87b   12 years onemda lavc: move deprecated audio_resample* bellow Signed-off-by: Paul B …
(edit) @7194330b   12 years anton vf_delogo: fix copying the input frame. CC:libav-stable@libav.org
(edit) @f81c37e4   12 years anton vf_delogo: fix an uninitialized read. CC:libav-stable@libav.org
(edit) @76e74e4   12 years anton h264: remove obsolete comment.
(edit) @47318953   12 years anton mpegvideo: remove some unused variables from Picture.
(edit) @231fd1ed   12 years anton utvideoenc/v410enc: do not set AVFrame.reference. That field will be …
(edit) @e6b1c3bb   12 years anton pthread: make ff_thread_release_buffer idempotent. I.e. don't do …
(edit) @729b3714   12 years anton mvi: set framerate This container does not store timestamps and thus …
(edit) @aec50f7   12 years anton rawdec: use AVPALETTE_SIZE instead of magic constants.
(edit) @e6da5d2   12 years anton mimic: remove a pointless cast.
(edit) @30d62507   12 years anton mdec: return meaningful error codes.
(edit) @f713411   12 years anton mdec: cosmetics, reformat
(edit) @098eed95   12 years anton mdec: merge mdec_common_init() into decode_init(). There is no point …
(edit) @f1c39594   12 years anton eatgv: use fixed-width types where appropriate.
(edit) @11c99c78   12 years michaelni h264: check the pixel format directly and force a reinit on …
(edit) @f9a8eeb   12 years pross iff/deep: fix rle32 on big-endian Fixes ticket #2197. Signed-off-by: …
(edit) @c59211b4   12 years diego x86: Simplify some arch conditionals
(edit) @9efceaf1   12 years onemda takdec: switch to init_get_bits8() Signed-off-by: Paul B Mahol …
(edit) @3939b79   12 years michaelni wmavoicedec: use the checked bitstream, reader Fixes out of array …
(edit) @14c8ee00   12 years michaelni vp3dec: move threads check out of header packet type check Prevents …
(edit) @1336382c   12 years michaelni avfilter_get_audio_buffer_ref_from_frame: fix handling of >8 channels …
(edit) @438ea561   12 years lu_zero bfin: Separate VP3 initialization code
(edit) @f550583c   12 years lu_zero bfin: update VP3 idct The block must be set to 0.
(edit) @94ef1667   12 years michaelni dirac/x86: Fix handling blocksizes that are not a multiple of 4 Fixes …
(edit) @5c9cae74   12 years michaelni dirac: Only use MMX if MMX is available. Signed-off-by: Michael …
(edit) @8c4aebb5   12 years michaelni qdm2: increase noise_table size This prevents out of array reads. An …
(edit) @4484c722   12 years michaelni alsdec/read_specific_config: check for init_get_bits failure This …
(edit) @1146bbc5   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: x86: …
(edit) @bb2f4ae4   12 years michaelni Merge commit '05b0998f511ffa699407465d48c7d5805f746ad2' * commit …
(edit) @51e9d2db   12 years onemda aasc: fix 16bpp on big-endian
(edit) @834e9fb0   12 years martin x86: hpeldsp: Fix a typo, use the right register This makes the code …
(edit) @4839fbe2   12 years lu_zero shorten: fix array subscript is below array bounds warning …
(edit) @05b0998f   12 years lu_zero dsputil: Fix error by not using redzone and register name …
(edit) @0501d064   12 years stefasab lavd/v4l2: use avcodec_find_decoder in list_formats Because …
(edit) @4ade824e   12 years michaelni mjpegdec: rgb mode is specific for ljpeg, disable it for others. …
(edit) @73abc3a6   12 years michaelni aacdec: check init_get_bits return Also fixes an integer overflow …
(edit) @8888c72f   12 years michaelni mjpegdec: fix memcmp size for *_count Fixes assertion failure …
(edit) @d88d0b6d   12 years Carl Eugen Hoyos Write forced track flag to matroska files. Based on a patch by Daniel …
(edit) @a6a51016   12 years Carl Eugen Hoyos Fix some avi rawvideo formats on big endian. Fixes ticket #2196.
(edit) @4eb93bed   12 years derek.buitenhuis swscale: GBRP output support Signed-off-by: Michael Niedermayer …
(edit) @deefdf97   12 years michaelni avpriv_mpeg4audio_get_config: check init_get_bits() return code. …
(edit) @96f452ac   12 years michaelni aacdec: check channel count Prevent out of array accesses Found-by: …
(edit) @9d602a0b   12 years michaelni lavc/dnxhdenc: print valid profiles when codec parameters are invalid …
(edit) @5b83b2da   12 years michaelni lavc/dnxhddata: add frame_rates field to cid table Signed-off-by: …
(edit) @93d319a5   12 years stefasab lavd/v4l2: select input immediately after opening the device After …
(edit) @5306976b   12 years stefasab lavd/v4l2: sanitize logic of device_try_init(), so that it properly …
(edit) @27db2bf0   12 years stefasab ffmpeg: remove -crop* and -pad* options The options have been …
(edit) @43af18ef   12 years stefasab ffmpeg: implement -force_key_frames expression evalution
(edit) @2b14344a   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: arm: …
(edit) @f5c0b9aa   12 years michaelni Merge commit '96753bd00d6d4046db6818c0aadc21bf2a11d77b' * commit …
(edit) @edde562   12 years michaelni AVG_PIXELS8_XY2: fix typo, make code actually work Signed-off-by: …
(edit) @5327a455   12 years michaelni dsputil: x86: Correct the number of registers used in …
(edit) @d9e62f36   12 years michaelni dsputil: add missing HAVE_YASM guard Fix compile error under …
(edit) @5934be16   12 years michaelni x86/mpeg4qpel: Fix author attribution Also fix project name See git …
(edit) @aa3f4499   12 years michaelni x86/hpeldsp: Fix author attribution This also fixes the project name …
(edit) @91c8921d   12 years michaelni Merge commit '71155d7b4157fee44c0d3d0fc1b660ebfb9ccf46' * commit …
(edit) @6b2f7fd1   12 years michaelni Merge commit 'f90ff772e7e35b4923c2de429d1fab9f2569b568' * commit …
(edit) @f2b6aab   12 years Clément Bœsch lavf/srtdec: do not try to queue empty subtitle chunks. Regression …
(edit) @2026eb1   12 years martin arm: vp8: Fix the plain-armv6 version of vp8_luma_dc_wht This makes …
(edit) @07a7145d   12 years onemda lavc/iff: rgbn: fix decoding on big endian Fixes #2193. …
(edit) @96753bd0   12 years lu_zero dsputil: x86: Correct the number of registers used in …
(edit) @0eedf5d7   12 years lu_zero dsputil: add missing HAVE_YASM guard Fix compile error under …
(edit) @78bc4d6   12 years lu_zero hwaccel: do not offer unsupported pixel formats Signed-off-by: Luca …
(edit) @ec0e9200   12 years lu_zero vdpau: add missing pixel format for H.264 Signed-off-by: Luca Barbato …
(edit) @71155d7b   12 years lu_zero dsputil: x86: Convert mpeg4 qpel and dsputil avg to yasm …
(edit) @f9abeecd   12 years michaelni swr/ build_filter: use av_calloc() fix buffer overflow Fixes integer …
(edit) @167af70   12 years michaelni swr: limit phase_shift to a less insane value. This prevents …
(edit) @f90ff77   12 years rsbultje Move H264/QPEL specific asm from dsputil.asm to h264_qpel_*.asm.
(edit) @b1683084   12 years michaelni tiff: in add_string_metadata() check the count more completely …
(edit) @5de286ef   12 years michaelni mvdec: check var_read_string() return value Prevent null pointer …
(edit) @362271d7   12 years michaelni mvdec: Check the frame counter against the correct limit. fixes out …
(edit) @6512405c   12 years michaelni sws: disable yuv2rgb warning for planar rgb. planar rgb formats do …
Note: See TracRevisionLog for help on using the revision log.