summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * svq3: fix pointer type warningMans Rullgard2012-10-11
| | | | | | | | | | | | | | | | Fixes: libavcodec/svq3.c:661:9: warning: passing argument 2 of 'svq3_decode_block' from incompatible pointer type libavcodec/svq3.c:208:19: note: expected 'DCTELEM *' but argument is of type 'DCTELEM (*)[32]' Signed-off-by: Mans Rullgard <mans@mansr.com>
| * svq3: replace unsafe pointer casting with intreadwrite macrosMans Rullgard2012-10-11
| | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
| * parseutils-test: various cleanupsMans Rullgard2012-10-11
| | | | | | | | | | | | | | | | | | - make tables static const - remove useless use of compound literal - break long lines - fix a comma/semicolon typo Signed-off-by: Mans Rullgard <mans@mansr.com>
* | Merge commit '15ba7f6525c0f56f0c8e3e3e0c0c5129de054f41'Michael Niedermayer2012-10-12
|\| | | | | | | | | | | | | | | | | | | | | | | | | * commit '15ba7f6525c0f56f0c8e3e3e0c0c5129de054f41': parseutils: fix const removal warning prepare 9_beta1 release Conflicts: Changelog RELEASE libavutil/parseutils.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * parseutils: fix const removal warningMans Rullgard2012-10-11
| | | | | | | | | | | | | | | | | | | | The const qualifier is still removed although it happens inside the strtol() function so no warning is generated. Fixes: libavutil/parseutils.c:110:11: warning: assignment discards qualifiers from pointer target type Signed-off-by: Mans Rullgard <mans@mansr.com>
| * prepare 9_beta1 releaseJanne Grunau2012-10-11
| |
* | Merge commit '9734b8ba56d05e970c353dfd5baafa43fdb08024'Michael Niedermayer2012-10-12
|\| | | | | | | | | | | | | | | | | | | | | * commit '9734b8ba56d05e970c353dfd5baafa43fdb08024': Move avutil tables only used in libavcodec to libavcodec. Conflicts: libavcodec/mathtables.c libavutil/intmath.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Move avutil tables only used in libavcodec to libavcodec.Diego Biurrun2012-10-11
| |
* | Merge commit '0a75d1da23b8659ec49391469bb592da12760077'Michael Niedermayer2012-10-12
|\| | | | | | | | | | | | | | | | | | | | | | | | | * commit '0a75d1da23b8659ec49391469bb592da12760077': options_table: refs option is not snow-only random_seed: Support using CryptGenRandom on windows doc: update the faq entry about custom I/O Conflicts: doc/faq.texi libavcodec/options_table.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * options_table: refs option is not snow-onlyDiego Biurrun2012-10-11
| |
| * random_seed: Support using CryptGenRandom on windowsMartin Storsjö2012-10-11
| | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * doc: update the faq entry about custom I/OLuca Barbato2012-10-11
| | | | | | | | | | URLProtocols are private and custom AVIOContexts are a simple and easier solution for most of the situations.
* | truemotion2: remove unreachable codePaul B Mahol2012-10-12
| | | | | | | | | | | | Fixes CID610345. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | takdec: stop decoding in case of unknown bpsPaul B Mahol2012-10-12
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | takdec: s/bits_per_coded_sample/bits_per_raw_samplePaul B Mahol2012-10-12
| | | | | | | | | | | | | | | | | | | | bits_per_coded_sample should be set from demuxer and not from decoder. Prior to this change value set from demuxer would get overwritten in decoder. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | nellymoserenc: fix array element orderingMichael Niedermayer2012-10-12
| | | | | | | | | | | | | | | | Fixes assertion failures in trellis encoder Fixes valgrind warnings in trellis encoder Fixes CID732257 Fixes CID732256 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | tscc2: fix out of array accessMichael Niedermayer2012-10-12
| | | | | | | | | | Fixes CID732260 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | rtmpproto: fix out of array writeMichael Niedermayer2012-10-12
| | | | | | | | | | Fixes CID732263 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | motion-test: zero dsp contextMichael Niedermayer2012-10-12
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | dv: zero dsp before init, this fixes use of uninitialized dct_bitsMichael Niedermayer2012-10-12
| | | | | | | | | | Fixes CID732292 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavc: Fix use of uninitialized field.Michael Niedermayer2012-10-12
| | | | | | | | | | Fixes CID732297 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | rtspdec:read_line: fix use of uninitialized byteMichael Niedermayer2012-10-12
| | | | | | | | | | | | Fixes CID732301 Fixes CID723300 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | sanm: fix off by 1 error in draw_glyph()Michael Niedermayer2012-10-12
| | | | | | | | | | | | | | This fix changes nothing as nothing passed a so large value Fixes CID733785 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | update_initial_timestamps: increase pts_buffer sizeMichael Niedermayer2012-10-12
| | | | | | | | | | Fixes CID733786 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | bethsoftvid: check return value of av_packet_new_side_data()Paul B Mahol2012-10-11
| | | | | | | | | | | | Fixes null pointer dereference, fixes CID733777. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | bmp: unbreak non BMP_RGB compression for v4 and v5Paul B Mahol2012-10-11
| | | | | | | | | | | | Fixes CID733728 & CID733729. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi/ebur128: fix typo in condition.Clément Bœsch2012-10-11
| | | | | | | | Fixes CID733727.
* | random_seed: fix digest sizeMichael Niedermayer2012-10-11
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | random_seed: fix out of array readMichael Niedermayer2012-10-11
| | | | | | | | | | Fixes CID733787 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | yuv2rgb: fix declared array sizes, so they match actuals.Michael Niedermayer2012-10-11
| | | | | | | | | | Fixes CID733789, and others Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | jpeglsenc: favor av_freep() for saftey over av_free() when a variable is ↵Michael Niedermayer2012-10-11
| | | | | | | | | | | | still accessible afterwards Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | jpeglsnec: fix memleak of state in error caseMichael Niedermayer2012-10-11
| | | | | | | | | | Fixes CID733794 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | libvpxenc: fix memleak on error pathMichael Niedermayer2012-10-11
| | | | | | | | | | Fixes CID733795 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | av_tempfile: fix leak in error caseMichael Niedermayer2012-10-11
| | | | | | | | | | Fixes CID733796 Part2 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | libxvid_rc: fix leaks in ff_xvid_rate_control_init()Michael Niedermayer2012-10-11
| | | | | | | | | | Fixes CID733796 Part1 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | tiff: fix leak on error return in doubles2str()Michael Niedermayer2012-10-11
| | | | | | | | | | Fixes CID733797 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | af_aresample: fix leak on alloc failureMichael Niedermayer2012-10-11
| | | | | | | | | | Fixes CID733798 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | drawtext: fix leak with timecodesMichael Niedermayer2012-10-11
| | | | | | | | | | Fixes CID733799 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-11
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: mlpdsp: adding missing file dsputil: split out mlp dsp function sh4: add required #include, fix build averror: make error values proper negative values build: do not use LIB as variable name build: whitespace cosmetics build: remove single-use variable THIS_LIB Conflicts: libavutil/error.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * mlpdsp: adding missing fileLuca Barbato2012-10-11
| |
| * dsputil: split out mlp dsp functionLuca Barbato2012-10-11
| |
| * sh4: add required #include, fix buildMans Rullgard2012-10-11
| | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
| * averror: make error values proper negative valuesJanne Grunau2012-10-11
| | | | | | | | Fixes stupid mistake in 25227c3a78fefd74bc6ea34032cd49ec8c8d9d85.
| * build: do not use LIB as variable nameMans Rullgard2012-10-10
| | | | | | | | | | | | | | The Microsoft linker uses the LIB environment variable which clashes with a make variable of the same name. Signed-off-by: Mans Rullgard <mans@mansr.com>
| * build: whitespace cosmeticsMans Rullgard2012-10-10
| | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
| * build: remove single-use variable THIS_LIBMans Rullgard2012-10-10
| | | | | | | | | | | | Replace the single use of THIS_LIB with its value. Signed-off-by: Mans Rullgard <mans@mansr.com>
* | Merge commit '4436f25a1682ada3f7226cb6fadf429946933161'Michael Niedermayer2012-10-11
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '4436f25a1682ada3f7226cb6fadf429946933161': build: remove references to unused EXTRAOBJS variable lavfi: convert input/ouput list compound literals to named objects fate: add h263 obmc vsynth tests avconv: remove bogus warning when using avconv -h without parameter averror: explicitly define AVERROR_* values flashsv: propagate inflateReset() errors indeo4/5: remove constant parameter num_bands from wavelet recomposition mxfdec: return error if no segments are available in mxf_get_sorted_table_segments Double motion vector range for HPEL interlaced picture in proper place Conflicts: libavcodec/v210dec.h libavfilter/af_aformat.c libavfilter/af_amix.c libavfilter/af_asyncts.c libavfilter/af_channelmap.c libavfilter/af_join.c libavfilter/asrc_anullsrc.c libavfilter/buffersrc.c libavfilter/f_setpts.c libavfilter/f_settb.c libavfilter/fifo.c libavfilter/src_movie.c libavfilter/vf_ass.c libavfilter/vf_blackframe.c libavfilter/vf_boxblur.c libavfilter/vf_delogo.c libavfilter/vf_drawbox.c libavfilter/vf_drawtext.c libavfilter/vf_fade.c libavfilter/vf_fieldorder.c libavfilter/vf_fps.c libavfilter/vf_hflip.c libavfilter/vf_overlay.c libavfilter/vf_pad.c libavfilter/vf_select.c libavfilter/vf_transpose.c libavfilter/vf_yadif.c libavfilter/vsrc_testsrc.c libavformat/mxfdec.c libavutil/error.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * build: remove references to unused EXTRAOBJS variableMans Rullgard2012-10-10
| | | | | | | | | | | | This was part of a ghastly hack that is long since gone. Signed-off-by: Mans Rullgard <mans@mansr.com>
| * lavfi: convert input/ouput list compound literals to named objectsMans Rullgard2012-10-10
| | | | | | | | | | | | | | A number of compilers, for example those from TI and IBM, choke on these initialisers. The current style is also quite ugly. Signed-off-by: Mans Rullgard <mans@mansr.com>
| * fate: add h263 obmc vsynth testsJanne Grunau2012-10-10
| |