ffmpeg: reset top_field_first in opt_input_file().
This allows seting tff for inputs without also setting it for the outputSigned-off-by: Michael Niedermayer <michaelni@gmx.at>
Ogg demuxer: give meaningful error codes and warnings.
Signed-off-by: Nicolas George <nicolas.george@normalesup.org>
Merge branch 'master' of git.videolan.org:ffmpeg
update changelog with 9/10 bit H264 and FFV1 changes
Merge remote branch 'qatar/master'
12 files changed, 36 insertions(+), 81 deletions(-)yes thats 36 new lines in 14 commits
Add some forgotten const to function arguments in libavfilter & libavformat.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Write channel_layout for multichannel aif files.
Fix ff_mov_write_chan() so it can be used by other muxers.
Fix some mov files with little endian audio (tickets 201 - 203).
iff/8svx: redesign 8SVX demuxing and decoding for handling stereo samples correctly
Make the iff demuxer send the whole audio chunk to the decoder as asingle packet, move stereo interleaving from the iff demuxer to thedecoder, and introduce an 8svx_raw decoder which performs...
iff: compact code setting metadata tags
Ease readability.
iff: fix bitrate computation for compressed audio stream
iff: distinguish fields for audio and video compression
Create separate fields 8svx_compression (for audio compression), andbitmap_compression (for video compression), and perform minor relatedlogging tweaks.
Improve clarity, also simplify the case when both types of compression...
imgutils: introduce internal image_get_linesize() and use it
Allow to factorize code between av_image_get_linesize() andav_image_fill_linesizes(), and add missing checks.
Increase robustness.
imgutils: make av_image_get_linesize() return AVERROR for invalid pixel formats
drawtext: specify union type for setting default options
Fix warnings of the type:vf_drawtext.c:NNN: warning: missing braces around initializervf_drawtext.c:NNN: warning: (near initialization for ‘drawtext_options[X].default_val’)
drawtext: reindent after the previous commit
drawtext: fix strftime() text expansion
The feature was dropped after the filter was partially rewritten andrecommitted.
Fix issue #207.
ffmpeg: fix -aspect cli option
Redesign the way -aspect option is handled. This is done by makingffmpeg read the sample aspect ratio set in the corresponding inputstream by default, and overriding it using the value specified by-aspect.
If the output display aspect ratio is specified with -aspect, it is...
Restructure video filter implementation in ffmpeg.c.
This fixes several bugs like multiple outputs and -aspect mixed with -vf
(cherry picked from commit 1762d9ced70ccc46c5d3e5d64e56a48d0fbbd4f7)(cherry picked from commit 5c20c81bfa526b3a269db9c88b0c9007861f0917)...
ffplay: remove audio_write_get_buf_size() forward declaration
Move up the definition of audio_write_get_buf_size(), so that it isdefined before it is used. Simplify.(cherry picked from commit 8776f3d22e401e30d17856e341f6cabbbefa92f7)
lavfi: print key-frame and picture type information in ff_dlog_ref()
Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>(cherry picked from commit f7bdffb09da597c5d6afff5359523370470ad072)
mathops: remove ancient confusing comment
Signed-off-by: Mans Rullgard <mans@mansr.com>
rawdec: Allow overriding top field first.
Iam not sure this is the best way to implement it, but its the simplestand keeps the code seperate from the application. Keeping ffmpeg.csimple and not requireing user apps to duplicate this code.Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
ffmpeg: initialize input_codec array earlier.
1 2 3 ... 1201 Next » (1-25/30008) Per page: 25, 50, 100
Also available in: Atom