summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* avcodec/alac: remove dead code cruftHendrik Leppkes2015-09-06
| | | | | The output is always planar since two major bumps, remove all code related to packed output.
* Changelog: add 2.8Michael Niedermayer2015-09-06
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avcodec/htmlsubtitles: handle leading whitespace before tag namesRodger Combs2015-09-06
| | | | | | This fixes cases like `</ font>`. Signed-off-by: Clément Bœsch <u@pkh.me>
* avfilter/sine: support expression in the number of output samplesClément Bœsch2015-09-06
|
* avcodec/samidec: small indent fixClément Bœsch2015-09-06
|
* avcodec/htmlsubtitles: drop avcodec dependencyClément Bœsch2015-09-06
|
* avcodec/samidec: use ff_htmlmarkup_to_ass()Yayoi2015-09-06
| | | | Signed-off-by: Clément Bœsch <u@pkh.me>
* avformat/samidec: do not include trailing sami footer in the last packetYayoi2015-09-06
| | | | Signed-off-by: Clément Bœsch <u@pkh.me>
* fate/subtitles: add a new test for SAMI demuxer and decoderYayoi2015-09-06
| | | | Signed-off-by: Clément Bœsch <u@pkh.me>
* avcodec/srtdec: factor out HTML parsing codeYayoi2015-09-06
| | | | | | This code will be used in SAMI decoder in a later commit. Signed-off-by: Clément Bœsch <u@pkh.me>
* doc/examples/demuxing_decoding: simplify api_mode to refcountClément Bœsch2015-09-06
| | | | This finalizes the quick cleanup of a753e6c9f508fd48a0f34438bcdce87c826779b9.
* avfilter/af_asyncts: use llabs for int64_tGanesh Ajjanagadde2015-09-06
| | | | | | | | | long may not be 64 bit on all platforms; so labs on int64_t is unsafe. This fixes a warning reported in: http://fate.ffmpeg.org/log.cgi?time=20150905071512&log=compile&slot=i386-darwin-clang-polly-3.7 Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avformat/async: replace strerror with av_err2strZhang Rui2015-09-06
| | | | | | Fixes CID1322337 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* tests/fate: replace all -f md5 by framemd5Michael Niedermayer2015-09-06
| | | | | | also limit dcinema-encode to 20 frames to avoid huge reference checksum lists Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* tests/fate-run: Pass bitexact flags to enc_dec_pcm() outputMichael Niedermayer2015-09-06
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* fate: increase the fuzz of the AAC encoder aref testRostislav Pehlivanov2015-09-05
| | | | | | Almost fine on SunOS without yasm but 5 wasn't enough. Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
* configure: Remove reference to no longer existing avcodec_encode_video()Michael Niedermayer2015-09-05
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter/vf_unsharp: use the name 's' for the pointer to the private contextGanesh Ajjanagadde2015-09-05
| | | | Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
* avcodec/x86/w64xmmtest: Fix another build failureMichael Niedermayer2015-09-05
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avcodec: remove old_codec_ids.h from SKIPHEADERS as wellHendrik Leppkes2015-09-05
|
* avcodec: fix make install after old_codec_ids.h removalHendrik Leppkes2015-09-05
|
* vp9: fix rounding error in idct_8x8_ssse3.Ronald S. Bultje2015-09-05
|
* vp9: check return value of ff_thread_ref_frame().Ronald S. Bultje2015-09-05
| | | | Fixes CID 1322309.
* vp9: fix type of iadst4_1d intermediates.Ronald S. Bultje2015-09-05
| | | | Fixes integer overflows for extreme coefficient values in 10/12bpp content.
* vp9: fix integer overflow in 10/12bpp DC-only calculation.Ronald S. Bultje2015-09-05
|
* vp9: fix edge copy for 10/12bpp frames.Ronald S. Bultje2015-09-05
|
* vp9: do unscaled MC in scaled path if size of this reference matches.Ronald S. Bultje2015-09-05
| | | | | This can happen if we do bidirectional MC, where one reference has the same size as the current frame, but the other one doesn't.
* vp9: sync segmentation.absolute_vals between threads.Ronald S. Bultje2015-09-05
|
* vp9: always sync segmentation.feat between threads.Ronald S. Bultje2015-09-05
|
* avcodec/vdpau: remove incompatible-libav-abi hack from vdpau_render_state structwm42015-09-05
|
* Merge commit 'e88103a7f92cf27a2868b50acc8a9912f6088249'Hendrik Leppkes2015-09-05
|\ | | | | | | | | | | | | * commit 'e88103a7f92cf27a2868b50acc8a9912f6088249': Bump major versions of all libraries Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * Bump major versions of all librariesVittorio Giovara2015-08-28
| | | | | | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* | Postpone removal of API changes from within the last two yearsHendrik Leppkes2015-09-05
| |
* | avcodec: remove deprecated codec id aliasesHendrik Leppkes2015-09-05
| |
* | avcodec: remove deprecated old video encode APIHendrik Leppkes2015-09-05
| |
* | avcodec: remove deprecated old audio encode APIHendrik Leppkes2015-09-05
| |
* | avcodec: remove deprecated old audio decode APIHendrik Leppkes2015-09-05
| |
* | avutil/pixfmt: remove duplicate AVPixelFormat valuesJames Almer2015-09-05
| | | | | | | | | | | | Reviewed-by: Paul B Mahol <onemda@gmail.com> Reviewed-by: Hendrik Leppkes <h.leppkes@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
* | lavu: Drop FF_API_GET_CHANNEL_LAYOUT_COMPAT cruftHendrik Leppkes2015-09-05
| | | | | | | | | | FATE refs changed to accomodate for the new default behavior of the function. Numbers are now interpreted as a channel layout, instead of a number of channels.
* | avcodec: remove FF_API_DV_FRAME_PROFILE cruftJames Almer2015-09-05
| | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com>
* | lavfi: remove old graph parser API with different semanticsHendrik Leppkes2015-09-05
| | | | | | | | This API hasn't been active since the last bump already.
* | avformat/mp3dec: Make MP3 seek fastAndy Wu2015-09-05
| | | | | | | | | | | | | | | | | | | | | | | | When AVFMT_FLAG_FAST_SEEK is specified, make MP3 seek operation as fast as possible. When no "-usetoc" is specified, the default operation is using TOC if available; otherwise, uses linear interpolation. This is useful when seeking a large MP3 file with no TOC available. One example is Podcast, many MP3 files are large, but no CBR/VBR tags. Most of them are actually CBR. Even in VBR cases, this option sacrifices the accuracy of playback time in exchange for responsiveness.
* | lavu: Drop old deprecated AVOption APIHendrik Leppkes2015-09-05
| | | | | | | | Deprecated in 2011/10
* | doc/APIchanges: Fill in missing fields and correct one lavu versionMichael Niedermayer2015-09-05
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | doc/APIchanges: add 2.8 cut lineMichael Niedermayer2015-09-05
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | doc/examples/demuxing_decoding: Drop old api mode, because the code fails to ↵Michael Niedermayer2015-09-05
| | | | | | | | | | | | build otherwise Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avcodec/libutvideodec: remove AVFrame->reference usage, otherwise the code ↵Michael Niedermayer2015-09-05
| | | | | | | | | | | | does not build Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avcodec/ac3: sync AC3HeaderInfo struct with the forkJames Almer2015-09-05
| | | | | | | | | | Reviewed-by: Hendrik Leppkes <h.leppkes@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
* | lavu/hmac: remove deprecated type idsHendrik Leppkes2015-09-05
| |
* | Remove FF_CONST_AVUTIL55 cruftHendrik Leppkes2015-09-05
| |