| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Michael Niedermayer <[email protected]>
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Michael Niedermayer <[email protected]>
|
|\| | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* qatar/master:
presets: rename presets directory
lavc: make avcodec_get_context_defaults3 "officially" public
lavf: replace av_new_stream->avformat_new_stream part II.
lavf,lavd: replace av_new_stream->avformat_new_stream part I.
lavf: add avformat_new_stream as a replacement for av_new_stream.
Use correct scaling table for bwd-pred MVs in second B-field
Ut Video decoder
Makefile: change presets extension to .avpreset
lavfi: add rgbtestsrc source, ported from MPlayer libmpcodecs
lavfi: add testsrc source
AVOptions: add documentation.
presets: update libx264 ffpresets
Conflicts:
Changelog
doc/APIchanges
doc/ffmpeg.texi
ffpresets/libx264-ipod320.ffpreset
ffpresets/libx264-ipod640.ffpreset
ffserver.c
libavcodec/avcodec.h
libavcodec/options.c
libavcodec/version.h
libavdevice/libdc1394.c
libavfilter/avfilter.h
libavfilter/vsrc_testsrc.c
libavformat/flvdec.c
libavformat/riff.c
libavformat/version.h
libavformat/wtv.c
Merged-by: Michael Niedermayer <[email protected]>
|
| |/ / / |
|
| | | |
| | | |
| | | |
| | | | |
Deprecate avcodec_get_context_defaults/avcodec_get_context_defaults2
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Manual replacements are done in this commit.
In many cases, the id is some constant made up number (e.g. 0 for video
and 1 for audio), which is then not used in the demuxer for anything.
Those ids are removed.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Trivial replacements with sed are done in this commit:
sed 's/av_new_stream(\([^)]*\), 0)/avformat_new_stream(\1, NULL)/'
|
| | | |
| | | |
| | | |
| | | | |
It takes a codec parameter, thus enabling codec-specific defaults.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
When scaling backward predicted MVs in second B-field, the scaling table is
opposite of that for P field pictures; i.e. first field P table will be used as
second field B table and second field P table will be used as first field B
table. This is not documented in the spec, but exists in the ref. decoder.
This fixes SA10139.
Signed-off-by: Martin Storsjö <[email protected]>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Anton Khirnov <[email protected]>
|
| | | |
| | | |
| | | |
| | | | |
Fixes make install.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The licence was changed from GPL to LGPL with explicit approval from
the original author.
See thread:
Subject: [FFmpeg-devel] [PATCH] lavfi: add rgbtestsrc source,
ported from MPlayer libmpcodecs
Date: Mon, 11 Jul 2011 16:32:41 +0200
Signed-off-by: Anton Khirnov <[email protected]>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Anton Khirnov <[email protected]>
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Use the native libx264 options and rename all the preset to use
the avpreset extension.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Michael Niedermayer <[email protected]>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
first PMT
It prevents leaving the AVPacket uninitialized.
Signed-off-by: Michael Niedermayer <[email protected]>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
first PMT has been seen.
Signed-off-by: Michael Niedermayer <[email protected]>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
avpicture_get_size() returns the size of buffer required for avpicture_layout.
For pseudo-paletted formats (gray8...) this size does not include the palette.
However, avpicture_layout doesn't know this and still writes the palette. Consequently,
avpicture_layout writes passed the length of the buffer. This fixes it
by fixing avpicture_layout so that it doesn't write the palette for these formats.
Signed-off-by: Matthew Einhorn <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
(sorry i have no sample, just a user report)
Signed-off-by: Michael Niedermayer <[email protected]>
|
| | | |
| | | |
| | | |
| | | | |
representation.
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Michael Niedermayer <[email protected]>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Michael Niedermayer <[email protected]>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Seems to fix trac issue #569.
Sample is unfortunately not available, but it might be caused by
an index existing for non-existing audio stream (?).
Signed-off-by: Reimar Döffinger <[email protected]>
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Fixes ticket #550.
This had been analyzed and reported by Igor Levin, igor d levin comverse com
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fixes Ticket539
Signed-off-by: Michael Niedermayer <[email protected]>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Michael Niedermayer <[email protected]>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This fixes issue2246neu.mp4
Signed-off-by: Michael Niedermayer <[email protected]>
|
|\| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* qatar/master:
sunrast: Check for out of bounds reads
lavc: rename AV_ER_* options to AV_EF_* and rename AGGRESSIVE to BUFFER
lavc: replace API-bump-triggered AVCodecContext field change with shorter, non-conflicting name
Add libvpx presets.
doc/avtools: add forgotten part to stream specifiers description
swscale: prevent overflow during initialization
g722: Add a fate test for the encoder
fate: Add a target for creating a 16000 Hz mono synthetic audio file
macosx: use the default surface on newer sdl
Conflicts:
ffplay.c
libavcodec/avcodec.h
Merged-by: Michael Niedermayer <[email protected]>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Janne Grunau <[email protected]>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Anton Khirnov <[email protected]>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
non-conflicting name
Signed-off-by: Anton Khirnov <[email protected]>
|
| | | |
| | | |
| | | |
| | | | |
Based on a patch by James Zern jzern AT google DOT com
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Janne Grunau <[email protected]>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Martin Storsjö <[email protected]>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Martin Storsjö <[email protected]>
|
| | | |
| | | |
| | | |
| | | |
| | | | |
SDL 1.2.14 works fine with default colorspace on macosx and seems
to have some issues with 24bit surfaces and resize in addition.
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Michael Niedermayer <[email protected]>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
warning.
Signed-off-by: Michael Niedermayer <[email protected]>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Michael Niedermayer <[email protected]>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
And simplify the code in the process.
Signed-off-by: Michael Niedermayer <[email protected]>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Michael Niedermayer <[email protected]>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Michael Niedermayer <[email protected]>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Michael Niedermayer <[email protected]>
|
| | | |
| | | |
| | | |
| | | | |
More paste friendly, consistent with other examples.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
It could be re-used for instance in case ffprobe would support multiple
input files.
|