source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @6560625f   12 years nicolas.george lavfi/bufferqueue: add ff_bufqueue_is_full().
(edit) @dd87d4a3   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: x86: …
(edit) @01d012b   12 years michaelni Merge commit '29f1fa74225e9fdbab6d590857edbecb51cf74da' * commit …
(edit) @324498f8   12 years michaelni Merge commit 'a65f965c04bfa27adedc0409c14cc05903f483d0' * commit …
(edit) @ed341549   12 years michaelni Merge commit 'a5ba798c16d0614d982a76755fdd72b37d437170' * commit …
(edit) @7e0fc1a2   12 years stefasab CREDITS: redirect to Git log, remove current outdated content All the …
(edit) @22fad4e2   12 years onemda doc/filters: fix afade cuve types listing Signed-off-by: Paul B Mahol …
(edit) @e47114d5   12 years stefasab lavfi: increment max number of registered filters from 128 to 256 The …
(edit) @a842dc6   12 years stefasab doc/indevs: apply misc fixes to the v4l2 documentation Reviewed-by: …
(edit) @514216d8   12 years stefasab lavd/v4l2: read the correct time per frame from devices that support a …
(edit) @402ea62   12 years onemda lavfi/biquads: remove pointless casts Signed-off-by: Paul B Mahol …
(edit) @b70ea49c   12 years onemda Port biquads filters from SoX Adds allpass, bass, bandpass, …
(edit) @ff23b768   12 years stefasab lavd/v4l2: add list_standards option Since the user is expected to …
(edit) @dcfbe1e0   12 years stefasab doc/eval: sort functions by name
(edit) @41e5e28d   12 years stefasab doc/eval: fix/extend documentation for taylor() function
(edit) @d99bc847   12 years stefasab doc/eval: fix/extend documentation for root() function
(edit) @52acd791   12 years diego x86: hpel: Move {avg,put}_pixels16_sse2 to hpeldsp
(edit) @29f1fa74   12 years diego configure: Move newlib libc check before mingw libc check On Cygwin …
(edit) @197252f1   12 years diego configure: Add a comment indicating why uclibc is checked before glibc
(edit) @0f5b0b41   12 years diego avisynth: Change demuxer name to avoid conflicts with AVS
(edit) @a65f965c   12 years martin mpegvideo: Do REBASE_PICTURE with byte pointers REBASE_PICTURE (more …
(edit) @cdf0877b   12 years michaelni h264/cabac: check loop index fix out of array read Found-by: Mateusz …
(edit) @fe6767f8   12 years michaelni asfdec: fix integer overflow in packet_replic_size check Fixes …
(edit) @2b6a8187   12 years michaelni mips: optimization for float aac decoder (core module) Signed-off-by: …
(edit) @9df9420d   12 years michaelni interplayvideo: Free previous frames on resolution changes. Fixes out …
(edit) @9c50e693   12 years michaelni loco: fix rgba on big-endian Signed-off-by: Michael Niedermayer …
(edit) @a084884b   12 years michaelni flashsv: clear blocks array on reallocation Fixes use of …
(edit) @0dcfccaa   12 years onemda auenc: strict check for supported codec Also check number of streams …
(edit) @10e4905d   12 years onemda auenc: remove put_au_header() and merge its code into au_write_header …
(edit) @984add6   12 years michaelni wma: check byte_offset_bits Fixes assertion failure Found-by: …
(edit) @033f1644   12 years michaelni fixup_vorbis_headers: add missing malloc failure check Signed-off-by: …
(edit) @0451ff29   12 years michaelni oggparsevorbis: use av_realloc consistently Memory passed to …
(edit) @4a2da83a   12 years michaelni dnxhddec: fix integer overflow / index check Fixes out of array read …
(edit) @b926cc78   12 years michaelni mss3: prevent AC state from becoming invalid in rac_normalise() Fixes …
(edit) @32de2831   12 years michaelni avstring: fix "warning: return discards const qualifier from pointer …
(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) @a5ba798c   12 years diego dsputil: remove unused functions copy_block{2, 4, 8, 16}.
(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 …
Note: See TracRevisionLog for help on using the revision log.