lp:~rexbron/ffmpeg/trunk

Created by Andrew Hunter and last modified
Get this branch:
bzr branch lp:~rexbron/ffmpeg/trunk

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Andrew Hunter
Project:
FFmpeg
Status:
Development

Import details

Import Status: Failed

This branch is an import of the HEAD branch of the Git repository at https://github.com/FFmpeg/FFmpeg.git.

The import has been suspended because it failed 5 or more times in succession.

Last successful import was .

Import started on juju-1e3bde-prod-lp-code-import-12 and finished taking 25 seconds — see the log
Import started on juju-1e3bde-prod-lp-code-import-12 and finished taking 20 seconds — see the log
Import started on juju-1e3bde-prod-lp-code-import-12 and finished taking 25 seconds — see the log
Import started on juju-1e3bde-prod-lp-code-import-16 and finished taking 20 seconds — see the log

Recent revisions

87383. By Paul B Mahol <email address hidden>

avfilter/x86/vf_limiter: use movu, dst may not be always aligned

Happens with pad filter after limiter.

87382. By Andreas Rheinhardt <email address hidden>

avcodec/bsf: Add FFBitStreamFilter, hide internals of BSFs

This patch is analogous to 20f972701806be20a77f808db332d9489343bb78:
It hides the internal part of AVBitStreamFilter by adding a new
internal structure FFBitStreamFilter (declared in bsf_internal.h)
that has an AVBitStreamFilter as its first member; the internal
part of AVBitStreamFilter is moved to this new structure.

Signed-off-by: Andreas Rheinhardt <email address hidden>

87381. By Andreas Rheinhardt <email address hidden>

avformat: Remove unnecessary inclusions from libavcodec

Also improve the other headers a bit while at it.

Signed-off-by: Andreas Rheinhardt <email address hidden>

87380. By Andreas Rheinhardt <email address hidden>

avcodec, avformat: Remove unnecessary inclusions of lavc/internal.h

Signed-off-by: Andreas Rheinhardt <email address hidden>

87379. By Andreas Rheinhardt <email address hidden>

avfilter/vf_vpp_qsv: Remove unnecessary lavc and lavf headers

Signed-off-by: Andreas Rheinhardt <email address hidden>

87378. By Andreas Rheinhardt <email address hidden>

avcodec/internal: Move FF_QSCALE_TYPE_* to mpegvideodec.h

These values are only used by mpegvideo-based decoders.

Signed-off-by: Andreas Rheinhardt <email address hidden>

87377. By Andreas Rheinhardt <email address hidden>

avfilter/qp_table: Stop using FF_QSCALE_TYPE_*

All FF_QSCALE_TYPE values used by libavfilter originate
from libavfilter (namely from ff_qp_table_extract());
no value is exchanged between libavcodec and libavutil.
The values that are exchanged (and used in libavfilter)
are of type enum AVVideoEncParamsType.

Therefore this patch stops using said FF_QSCALE_TYPE_*
in libavfilter and uses enum AVVideoEncParamsType
directly.

Signed-off-by: Andreas Rheinhardt <email address hidden>

87376. By Andreas Rheinhardt <email address hidden>

avcodec/internal, avfilter/qp_table: Remove unused FF_QSCALE_TYPEs

Signed-off-by: Andreas Rheinhardt <email address hidden>

87375. By Jaakko Perttilä <jaakko.perttila@24i.com>

ffmpeg: add packet duration to AVPacket logging

Especially useful when debugging subtitle output, but also shows
if values are set or not for demux and encoding.

Co-authored-by: Jan Ekström <jan.ekstrom@24i.com>

Signed-off-by: Jan Ekström <jan.ekstrom@24i.com>

87374. By James Almer <email address hidden>

Revert "avcodec/av1dec: Check tile_cols"

This reverts commit 4fdfe430c12225e819f68993474bd2f473c7e8b1.

The previous commit ensures this field will never be zero.

Signed-off-by: James Almer <email address hidden>

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers