source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @3f01042   12 years michaelni ff_celp_lp_synthesis_filterf: change loop end check This makes no …
(edit) @3f350a48   12 years michaelni ff_celp_lp_synthesis_filterf: check that filter_length is within the …
(edit) @f657d495   12 years michaelni rtpdec_qdm2: change one assert to av_assert0 Failure of this assert …
(edit) @e47024d7   12 years michaelni wtvdec: fix memleak on error Fixes CID718002 Signed-off-by: Michael …
(edit) @120b38b9   12 years michaelni avio: redesign ffio_rewind_with_probe_data() This prevents a double …
(edit) @54b2d317   12 years michaelni ffv1: avoid checking a double for equality if 0.0 != 0.0 a out of …
(edit) @d2a618ab   12 years michaelni af_pan: fix memleak of arg Fixes CID718988 Signed-off-by: Michael …
(edit) @f374e998   12 years michaelni vf_fade: fix memleaks of args Fixes: CID718989 Signed-off-by: Michael …
(edit) @0f46825d   12 years michaelni ffserver: prevent nb_streams from becoming too large Fixes CID732249 …
(edit) @c2340831   12 years michaelni aacsbr: change order of operation to prevent out of array read Fixes …
(edit) @24778c32   12 years michaelni Fix writing 12 bit DPX The DPX encoder now writes 12 DPX that open …
(edit) @05b73154   12 years michaelni Fix DPX decoder Rewrite the DPX decoder to work with provided sample …
(edit) @cdfa9264   12 years Clément Bœsch lavf/swf: transform the swf tags define in an enum.
(edit) @a1d2210   12 years Clément Bœsch lavf/swf: re-align after previous commit.
(edit) @91fad50   12 years Clément Bœsch lavf/swf: define more tags. Based on swf specs v10, page 271-273.
(edit) @cd78192d   12 years Clément Bœsch lavf/swfdec: return more meaningful error codes.
(edit) @5e885275   12 years michaelni mpeg4videodec: disable frame multithreading for GMC, its not …
(edit) @0c40220b   12 years Clément Bœsch lavf/swfdec: fix flushing with compressed swf. We now only return in …
(edit) @b8d64559   12 years michaelni movenc: fix timescale for timecode track regression since b02493e476 …
(edit) @8684e396   12 years michaelni add dshow maintainer Signed-off-by: rogerdpack …
(edit) @3a48e38   12 years michaelni motion_est: more complete SAB diamond size check This makes no …
(edit) @6f557a2e   12 years michaelni caca: fix 10l typo Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @a291345   12 years onemda sws: do not use av_pix_fmt_descriptors directly Signed-off-by: Paul B …
(edit) @82eba226   12 years onemda lavd: do not use av_pix_fmt_descriptors directly Signed-off-by: Paul …
(edit) @0d002de4   12 years michaelni exr: fix twin ; Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @e3301459   12 years michaelni avidec: Use sample size in case incorrect timestamps for aac in AVI …
(edit) @77e6b085   12 years onemda imgutils: do not use av_pix_fmt_descriptors directly Signed-off-by: …
(edit) @a41c824c   12 years michaelni Parse DEFINESOUND tags in swf (fix ticket 1638) Signed-off-by: …
(edit) @a51540d8   12 years onemda lavc: do not use av_pix_fmt_descriptors directly Signed-off-by: Paul …
(edit) @27ccc82e   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @13afee95   12 years michaelni Merge commit '59ee9f78b0cc4fb84ae606fa317d8102ad32a627' * commit …
(edit) @af7dd79a   12 years michaelni Merge commit '50ba57e0ce63d9904269ea0728936a0c79f8bfb5' * commit …
(edit) @3d179edf   12 years onemda yop: check return value of avformat_new_stream() Fixes null pointer …
(edit) @a9bd51b1   12 years michaelni Merge commit '9953ff3cd844eb5f6d8dfce98cad94b78a0fc7dc' * commit …
(edit) @a33ed6bc   12 years michaelni Merge commit 'b7f1010c8fce09096057528f7cd29589ea1ae7df' * commit …
(edit) @f391e405   12 years michaelni Merge commit 'e002e3291e6dc7953f843abf56fc14f08f238b21' * commit …
(edit) @d6135a88   12 years michaelni Merge commit '15ba7f6525c0f56f0c8e3e3e0c0c5129de054f41' * commit …
(edit) @e335658   12 years michaelni Merge commit '9734b8ba56d05e970c353dfd5baafa43fdb08024' * commit …
(edit) @43cce412   12 years michaelni Merge commit '0a75d1da23b8659ec49391469bb592da12760077' * commit …
(edit) @caa7e24e   12 years onemda truemotion2: remove unreachable code Fixes CID610345. Signed-off-by: …
(edit) @22c8cbc0   12 years anton lavu,lavd: do not use av_pix_fmt_descriptors directly.
(edit) @59ee9f78   12 years anton lavfi: do not use av_pix_fmt_descriptors directly.
(edit) @50ba57e0   12 years anton lavc: do not use av_pix_fmt_descriptors directly.
(edit) @9953ff3c   12 years anton mpegvideo: fix indentation
(edit) @b7f1010c   12 years anton tools: do not use av_pix_fmt_descriptors directly.
(edit) @0a7068fa   12 years anton sws: do not use av_pix_fmt_descriptors directly.
(edit) @d2fcb356   12 years anton pixdesc: add functions for accessing pixel format descriptors. Make …
(edit) @4dcf71a   12 years onemda takdec: stop decoding in case of unknown bps Signed-off-by: Paul B …
(edit) @56519d7d   12 years onemda takdec: s/bits_per_coded_sample/bits_per_raw_sample …
(edit) @62722ae   12 years michaelni nellymoserenc: fix array element ordering Fixes assertion failures in …
(edit) @fdd6660   12 years mans build: add support for Tru64 (OSF/1) Signed-off-by: Mans Rullgard …
(edit) @927d866   12 years michaelni tscc2: fix out of array access Fixes CID732260 Signed-off-by: Michael …
(edit) @5a75924d   12 years michaelni rtmpproto: fix out of array write Fixes CID732263 Signed-off-by: …
(edit) @e576105   12 years michaelni motion-test: zero dsp context Signed-off-by: Michael Niedermayer …
(edit) @5e689b65   12 years michaelni dv: zero dsp before init, this fixes use of uninitialized dct_bits …
(edit) @e0909ff1   12 years michaelni lavc: Fix use of uninitialized field. Fixes CID732297 Signed-off-by: …
(edit) @0c6b9b9f   12 years michaelni rtspdec:read_line: fix use of uninitialized byte Fixes CID732301 …
(edit) @1b5069a   12 years michaelni sanm: fix off by 1 error in draw_glyph() This fix changes nothing as …
(edit) @59cbedfc   12 years michaelni update_initial_timestamps: increase pts_buffer size Fixes CID733786 …
(edit) @da18e918   12 years martin md5: Allocate a normal private context for the opaque md5 context …
(edit) @e002e329   12 years martin Use the new aes/md5/sha/tree allocation functions Signed-off-by: …
(edit) @9a92aea2   12 years martin avutil: Add functions for allocating opaque contexts for algorithms …
(edit) @3632f35   12 years onemda bethsoftvid: check return value of av_packet_new_side_data() Fixes …
(edit) @fb32f31a   12 years mans svq3: fix pointer type warning Fixes: libavcodec/svq3.c:661:9: …
(edit) @366b72f1   12 years mans svq3: replace unsafe pointer casting with intreadwrite macros …
(edit) @313b40ef   12 years onemda bmp: unbreak non BMP_RGB compression for v4 and v5 Fixes CID733728 & …
(edit) @15ba7f65   12 years mans parseutils: fix const removal warning The const qualifier is still …
(edit) @68e360a8   12 years mans parseutils-test: various cleanups - make tables static const - remove …
(edit) @9ad1ea13   12 years Clément Bœsch lavfi/ebur128: fix typo in condition. Fixes CID733727.
(edit) @e578f8f4   12 years janne-libav prepare 9_beta1 release
(edit) @9734b8ba   12 years diego Move avutil tables only used in libavcodec to libavcodec.
(edit) @26474d10   12 years michaelni random_seed: fix digest size Signed-off-by: Michael Niedermayer …
(edit) @7fe55485   12 years michaelni random_seed: fix out of array read Fixes CID733787 Signed-off-by: …
(edit) @0a75d1da   12 years diego options_table: refs option is not snow-only
(edit) @adcbb3fd   12 years michaelni yuv2rgb: fix declared array sizes, so they match actuals. Fixes …
(edit) @1093383d   12 years martin random_seed: Support using CryptGenRandom on windows Signed-off-by: …
(edit) @b96d1859   12 years michaelni jpeglsenc: favor av_freep() for saftey over av_free() when a variable …
(edit) @34bbab43   12 years michaelni jpeglsnec: fix memleak of state in error case Fixes CID733794 …
(edit) @104b1d9e   12 years michaelni libvpxenc: fix memleak on error path Fixes CID733795 Signed-off-by: …
(edit) @c9454cb6   12 years michaelni av_tempfile: fix leak in error case Fixes CID733796 Part2 …
(edit) @229ccce   12 years michaelni libxvid_rc: fix leaks in ff_xvid_rate_control_init() Fixes CID733796 …
(edit) @4b20b21b   12 years michaelni tiff: fix leak on error return in doubles2str() Fixes CID733797 …
(edit) @9ba2484e   12 years michaelni af_aresample: fix leak on alloc failure Fixes CID733798 …
(edit) @7457da36   12 years michaelni drawtext: fix leak with timecodes Fixes CID733799 Signed-off-by: …
(edit) @bb358647   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: mlpdsp: …
(edit) @526cb36e   12 years michaelni Merge commit '4436f25a1682ada3f7226cb6fadf429946933161' * commit …
(edit) @26b3fde6   12 years lu_zero doc: update the faq entry about custom I/O URLProtocols are private …
(edit) @a75dd13b   12 years michaelni Merge commit 'eb657ecefdeb8b2ed9bfb55d3c2c9e0f568486bf' * commit …
(edit) @ce27c9eb   12 years michaelni Merge commit '7cc3c4e1d4179aeabcd891090e31ee5e5bfd9692' * commit …
(edit) @b6c3487e   12 years michaelni Merge commit '88058d9a994f42e4e9ed4e67baf696bbfe53128c' * commit …
(edit) @de31814a   12 years michaelni Merge commit 'b522000e9b2ca36fe5b2751096b9a5f5ed8f87e6' * commit …
(edit) @1ec62930   12 years lu_zero mlpdsp: adding missing file
(edit) @2d6caade   12 years lu_zero dsputil: split out mlp dsp function
(edit) @25dc79bc   12 years mans sh4: add required #include, fix build Signed-off-by: Mans Rullgard …
(edit) @c4aaff8c   12 years stefasab Revert "configure: link flite against libasound" This reverts commit …
(edit) @396648cc   12 years stefasab configure: link flite against libasound libflite depends on …
(edit) @8cd1c0fe   12 years onemda pcx: convert to bytestream2 API Protects against overreads in input …
(edit) @492b8ec4   12 years michaelni av_opt_set_from_string: fix memleak Fixes CID733801 Signed-off-by: …
(edit) @7df9f595   12 years michaelni swri_resample_init: unsupported sample formats are an internal error. …
(edit) @e47ab0b2   12 years michaelni ffmpeg_opt: dont fail for sameq/same_quant. Instead print a warning. …
Note: See TracRevisionLog for help on using the revision log.