summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | truespeech: check to make sure channels == 1Justin Ruggles2011-10-131-0/+5
| | | | |
| * | | | truespeech: check for large enough output buffer rather than truncating outputJustin Ruggles2011-10-131-4/+12
| | | | |
| * | | | truespeech: remove unneeded zero-size packet check.Justin Ruggles2011-10-131-3/+0
| | | | | | | | | | | | | | | | | | | | This is already checked in avcodec_decode_audio3()
| * | | | mlpdec: return meaningful error codes instead of -1Justin Ruggles2011-10-132-57/+61
| | | | |
| * | | | mlpdec: remove unnecessary wrapper functionJustin Ruggles2011-10-131-12/+3
| | | | |
| * | | | mlpdec: only calculate output size onceJustin Ruggles2011-10-131-3/+7
| | | | |
| * | | | mlpdec: validate that the reported channel count matches the actual outputJustin Ruggles2011-10-131-1/+6
| | | | | | | | | | | | | | | | | | | | channel count
| * | | | pcm: reduce pointer type castingMans Rullgard2011-10-131-40/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Making 'samples' a pointer to uint8_t simplifies the DECODE macro and reduces the amount of type casting overall. This also fixes some signed overflows on left shift. Signed-off-by: Mans Rullgard <[email protected]>
| * | | | mathops: remove undefined behaviour from sign_extend()Mans Rullgard2011-10-131-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This function intentionally overflows the signed range on the left shift. Using this type-punning avoids errors from the overflow checker without disabling this test globally. Signed-off-by: Mans Rullgard <[email protected]>
| * | | | vc1: explicitly zero interlaced mode coding variables for progressive modeKostya Shishkov2011-10-131-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Both v->fcm and v->field_mode are used in common code, now they won't be reset for progressive frame after interlaced one causing writing past the frame end for example. Signed-off-by: Ronald S. Bultje <[email protected]>
* | | | | cmdutils.h: Project name cleanupMichael Niedermayer2011-10-141-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | | | | cmdutils: Fix loglevel for -debugMichael Niedermayer2011-10-143-0/+9
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | | | | proresdec: set CODEC_CAP_DR1, it appears this was forgotten.Michael Niedermayer2011-10-141-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | | | | opt: handle AV_OPT_TYPE_CONST tooMichael Niedermayer2011-10-141-0/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | | | | Improve PVA probe function.Reimar Döffinger2011-10-131-2/+15
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Reimar Döffinger <[email protected]>
* | | | | libmodplug: remove mathematical constants now redundant.Nicolas George2011-10-131-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nicolas George <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* | | | | vsrc_nullsrc: remove mathematical constants now redundant.Nicolas George2011-10-132-10/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nicolas George <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* | | | | vf_crop: remove mathematical constants now redundant.Nicolas George2011-10-132-13/+0
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nicolas George <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* | | | | vf_settb: remove mathematical constants now redundant.Nicolas George2011-10-132-10/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nicolas George <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* | | | | vf_setpts: remove mathematical constants now redundant.Nicolas George2011-10-132-18/+0
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nicolas George <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* | | | | vf_select: remove mathematical constants now redundant.Nicolas George2011-10-132-21/+0
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nicolas George <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* | | | | vf_scale: remove mathematical constants now redundant.Nicolas George2011-10-132-13/+0
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nicolas George <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* | | | | vf_pad: remove mathematical constants now redundant.Nicolas George2011-10-132-13/+0
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nicolas George <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* | | | | vf_overlay: remove mathematical constants now redundant.Nicolas George2011-10-131-10/+0
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nicolas George <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* | | | | vf_lut: remove mathematical constants now redundant.Nicolas George2011-10-132-14/+0
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nicolas George <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* | | | | vf_drawtext: remove mathematical constants now redundant.Nicolas George2011-10-132-13/+0
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nicolas George <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* | | | | Merge remote-tracking branch 'hexene/stagefright'Michael Niedermayer2011-10-132-36/+51
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * hexene/stagefright: tools/build_libstagefright: fetch android system headers and libraries libstagefright: reindent after previous commit Merged-by: Michael Niedermayer <[email protected]>
| * | | | | tools/build_libstagefright: fetch android system headers and librariesMohamed Naufal2011-10-091-2/+17
| | | | | | | | | | | | | | | | | | | | | | | | Credit to Martin.
| * | | | | libstagefright: reindent after previous commitMohamed Naufal2011-10-091-34/+34
| | | | | |
* | | | | | eval: add mathematical constants (PI, E, PHI).Nicolas George2011-10-132-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nicolas George <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* | | | | | g723.1: use raw muxerMohamed Naufal2011-10-133-22/+14
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | | | | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-1388-3039/+3709
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: (31 commits) tiffenc: initialize forgotten avctx. avplay: free the active audio packet at exit. avplay: free rdft data used for spectrogram analysis. log.h: make AVClass a named struct fix ac3 encoder documentation vc1: more prettyprinting cosmetics vc1: prettyprint some tables vc1: K&R formatting cosmetics AVOptions: bump minor and add APIchanges entry. cmdutils/avtools: simplify show_help() by using av_opt_child_class_next() AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* Remove all uses of deprecated AVOptions API. AVOptions: add av_opt_next, deprecate av_next_option. AVOptions: add functions for evaluating option strings. AVOptions: split get_number(). AVOptions: add av_opt_get*, deprecate av_get*. AVOptions: add av_opt_set*(). AVOptions: add new API for enumerating children. rv34: move inverse transform functions to DSP context flvenc: Write the right metadata entry count ... Conflicts: avconv.c cmdutils.c doc/APIchanges ffplay.c ffprobe.c libavcodec/ac3dec.c libavcodec/h264.c libavcodec/libvpxenc.c libavcodec/libx264.c libavcodec/mpeg12enc.c libavcodec/options.c libavdevice/libdc1394.c libavdevice/v4l2.c libavfilter/vf_drawtext.c libavformat/flvdec.c libavformat/mpegtsenc.c libavformat/options.c libavutil/avutil.h libavutil/opt.c libswscale/utils.c Merged-by: Michael Niedermayer <[email protected]>
| * | | | | tiffenc: initialize forgotten avctx.Jean First2011-10-121-0/+1
| | | | | |
| * | | | | avplay: free the active audio packet at exit.Justin Ruggles2011-10-121-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | fixes a memleak
| * | | | | avplay: free rdft data used for spectrogram analysis.Justin Ruggles2011-10-121-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | fixes a memleak
| * | | | | log.h: make AVClass a named structJindrich Makovicka2011-10-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'struct AVClass' is used in the code since 641c7afe3c17334b81e3e2eef88f1751eb68f89f, but AVClass is typedeffed as an anonymous struct. Signed-off-by: Anton Khirnov <[email protected]>
| * | | | | fix ac3 encoder documentationJustin Ruggles2011-10-121-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | some of the mode values were reversed
| * | | | | vc1: more prettyprinting cosmeticsKostya Shishkov2011-10-121-1276/+1389
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Diego Biurrun <[email protected]>
| * | | | | vc1: prettyprint some tablesKostya Shishkov2011-10-121-529/+676
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Diego Biurrun <[email protected]>
| * | | | | vc1: K&R formatting cosmeticsKostya Shishkov2011-10-121-56/+58
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Diego Biurrun <[email protected]>
| * | | | AVOptions: bump minor and add APIchanges entry.Anton Khirnov2011-10-122-1/+20
| | | | |
| * | | | cmdutils/avtools: simplify show_help() by using av_opt_child_class_next()Anton Khirnov2011-10-125-55/+24
| | | | |
| * | | | AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-1256-787/+798
| | | | |
| * | | | Remove all uses of deprecated AVOptions API.Anton Khirnov2011-10-127-34/+35
| | | | |
| * | | | AVOptions: add av_opt_next, deprecate av_next_option.Anton Khirnov2011-10-122-1/+19
| | | | | | | | | | | | | | | | | | | | Just for naming consistency, no functional changes.
| * | | | AVOptions: add functions for evaluating option strings.Anton Khirnov2011-10-122-0/+39
| | | | |
| * | | | AVOptions: split get_number().Anton Khirnov2011-10-121-16/+26
| | | | | | | | | | | | | | | | | | | | | | | | | Split actual writing to read_number() in the same way as write_number(). Allows set_string_number() to write to a caller-provided destination.
| * | | | AVOptions: add av_opt_get*, deprecate av_get*.Anton Khirnov2011-10-122-13/+127
| | | | | | | | | | | | | | | | | | | | | | | | | New functions can get values from child objects, properly report error codes and have consistent naming and signatures.
| * | | | AVOptions: add av_opt_set*().Anton Khirnov2011-10-122-19/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Deprecate av_set_* New functions support setting values on children, return error codes instead of options and have consistent naming and signatures.
| * | | | AVOptions: add new API for enumerating children.Anton Khirnov2011-10-125-44/+144
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will allow the caller to enumerate child contexts in a generic way and since the API is recursive, it also allows for deeper nesting (e.g. AVFormatContext->AVIOContext->URLContext) This will also allow the new setting/reading API to transparently apply to children contexts.