|
|
|
@ec1d2e2f
|
12 years |
michaelni |
ffplay: use AVFrame accessor functions
Signed-off-by: Michael …
|
|
|
@cc38ca67
|
12 years |
michaelni |
avcodec/utils: use AVFrame accessor functions
Signed-off-by: Michael …
|
|
|
@30806ddc
|
12 years |
michaelni |
avcodec/rawdec: use AVFrame accessor functions
Signed-off-by: Michael …
|
|
|
@f59ff8fa
|
12 years |
michaelni |
pngdec: use AVFrame accessor functions
Signed-off-by: Michael …
|
|
|
@ff080346
|
12 years |
michaelni |
gifdec: use AVFrame accessor functions
Signed-off-by: Michael …
|
|
|
@7d7fb701
|
12 years |
michaelni |
cpia: use AVFrame accessor functions
Signed-off-by: Michael …
|
|
|
@f232659
|
12 years |
michaelni |
tiff: use AVFrame accessor functions
Signed-off-by: Michael …
|
|
|
@e0f716a9
|
12 years |
michaelni |
ac3dec: use AVFrame accessor functions
Signed-off-by: Michael …
|
|
|
@3ded235f
|
12 years |
michaelni |
ffprobe: use AVFrame accessor functions
Signed-off-by: Michael …
|
|
|
@5ade6bfb
|
12 years |
michaelni |
doc/examples/demuxing: use AVFrame accessor functions
Signed-off-by: …
|
|
|
@bf90ef03
|
12 years |
michaelni |
avcodec: add ff_frame_get_metadatap()
This is needed for av_dict_*
…
|
|
|
@5b802cf5
|
12 years |
onemda |
lavc/codec_desc: add/fix .props for SGI/DPX/X-face/BRender PIX image
…
|
|
|
@4a6bd346
|
12 years |
michaelni |
Handle an invalid extra mpeg2 picture header following a frame-encoded …
|
|
|
@6c7d1608
|
12 years |
onemda |
sgidec: use unchecked bytestream2 functions where it makes sense
…
|
|
|
@dc666d36
|
12 years |
michaelni |
soxr: libsoxr 0.1.1 support
Libsoxr 0.1.1 will be out very soon; no …
|
|
|
@5a232e50
|
12 years |
onemda |
exr: use bytestream functions in pxr24_uncompress()
Signed-off-by: …
|
|
|
@4b335e73
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
lls: Do …
|
|
|
@7da1b235
|
12 years |
michaelni |
Merge commit '4da950c0ae224b9b8ef952dadf614be2c050023e'
* commit …
|
|
|
@1a7166a5
|
12 years |
michaelni |
Merge commit 'e8c52271c45ec27d783e74238dcfad0c2008731c'
* commit …
|
|
|
@28bb17ca
|
12 years |
michaelni |
Merge commit '399663be9d4a839b894c48a21b62926eb8497d72'
* commit …
|
|
|
@76f8d3c8
|
12 years |
michaelni |
Merge commit '9d4da474f5f40b019cb4cb931c8499deee586174'
* commit …
|
|
|
@fb4b160
|
12 years |
michaelni |
Merge commit '7ac6d2423e9bf0f40c67be9a0ca7600b516b0282'
* commit …
|
|
|
@41401773
|
12 years |
michaelni |
Merge commit 'df0229a7caa124dcfb84c34b48d316744c467311'
* commit …
|
|
|
@46f4b468
|
12 years |
michaelni |
Merge commit 'cb6f8245aed2c26fe95c30cd68c45983277a945a'
* commit …
|
|
|
@0b311293
|
12 years |
diego |
lls: Do not return from void functions
|
|
|
@4da950c0
|
12 years |
diego |
lls: #ifndef --> #if in FF_API_ version guard
|
|
|
@e20f2dc0
|
12 years |
michaelni |
ffmpeg: fix variable name in psnr printing code
Signed-off-by: …
|
|
|
@1d178710
|
12 years |
michaelni |
libvpxenc: dont redundantly zero fields, the whole context is zeroed …
|
|
|
@3c3a8c14
|
12 years |
michaelni |
libvpxenc: add psnr support
Signed-off-by: Michael Niedermayer …
|
|
|
@e8c52271
|
12 years |
diego |
Revert "Move H264/QPEL specific asm from dsputil.asm to …
|
|
|
@b56e029b
|
12 years |
michaelni |
avformat/lavfi: force probesize to cover at least 30 frames
This …
|
|
|
@33240df
|
12 years |
onemda |
exr: pxr24 decompression
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
|
|
@9f3c90a3
|
12 years |
onemda |
exr: fix error message when pixel type is not set
This only happens …
|
|
|
@4751c6c
|
12 years |
onemda |
exr: s/bits_per_color_id/pixel_type
Previous naming was misleading.
…
|
|
|
@a71926a5
|
12 years |
onemda |
exr: track channels properties
Needed for proper decoding of channels …
|
|
|
@d9fad53f
|
12 years |
nicolas.george |
lavf/avio: check for : in filenames for protocols.
If the first …
|
|
|
@3d2adeb6
|
12 years |
nicolas.george |
lavfi/af_aresample: fix info log for unknown layouts.
|
|
|
@2bd104c7
|
12 years |
nicolas.george |
lavfi/af_aresample: fix layout consistency check.
If the channel …
|
|
|
@89f9f69e
|
12 years |
nicolas.george |
lavf: rescale duration for chained muxers.
Fix trac ticket #2300 …
|
|
|
@bf63a474
|
12 years |
nicolas.george |
lavc/exr: use size_t instead of int for sizes.
Fix a segfault on …
|
|
|
@c4735eef
|
12 years |
michaelni |
loco: silence warning: decoded may be used uninitialized in this …
|
|
|
@399663be
|
12 years |
lu_zero |
lls: mark max_order as unsigned short
The value is within 0 and 32.
…
|
|
|
@9d4da474
|
12 years |
lu_zero |
lls: move to the private namespace
The functions are private.
|
|
|
@7ac6d242
|
12 years |
lu_zero |
lls: K&R formatting cosmetics
|
|
|
@df0229a7
|
12 years |
martin |
avconv: Apply codec options to streams that are copied as well
This …
|
|
|
@cb6f8245
|
12 years |
martin |
cmdutils: Allow calling filter_codec_opts without a set encoder
In …
|
|
|
@86611ff1
|
12 years |
martin |
pnm: Use av_pix_fmt_desc_get instead of accessing the array directly
…
|
|
|
@03678a3
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
lavf: …
|
|
|
@085bd039
|
12 years |
michaelni |
Merge commit 'e2c272eb3660d7f4f1d7720980e30f6a617e7eb3'
* commit …
|
|
|
@a791b62f
|
12 years |
Carl Eugen Hoyos |
Improve dump_attachment documentation.
Fixes ticket #2299
|
|
|
@e54a1bdc
|
12 years |
michaelni |
Merge remote-tracking branch 'cus/stable'
* cus/stable:
ffplay: do …
|
|
|
@1c6477f3
|
12 years |
michaelni |
Revert "lavf/utils: add support for special characters encoding in …
|
|
|
@7b2d50f8
|
12 years |
Clément Bœsch |
build: make iconv build configurable.
|
|
|
@4a8fc1d8
|
12 years |
stefasab |
lavf/utils: add support for special characters encoding in URL
In …
|
|
|
@6cc12353
|
12 years |
stefasab |
lavf/concatdec: define "ffcat" and "ffconcat" extensions
|
|
|
@ac37d21f
|
12 years |
Marton Balint |
ffplay: do not cycle through unavailable show modes
Fixes ticket …
|
|
|
@d0c6ed7d
|
12 years |
Marton Balint |
ffplay: add option to disable subtitling
Fixes ticket #2201.
…
|
|
|
@daece4c6
|
12 years |
Marton Balint |
ffplay: use NAN to signal invalid external clock
Signed-off-by: …
|
|
|
@26c208cf
|
12 years |
Marton Balint |
ffplay: if audio or video clock is invalid return NAN
This helps us …
|
|
|
@38f64966
|
12 years |
Marton Balint |
ffplay: allow frame dropping if we redisplay an already displayed …
|
|
|
@36dc476f
|
12 years |
Marton Balint |
ffplay: return true for pictq_prev_picture if it was successful
…
|
|
|
@3070600
|
12 years |
Marton Balint |
ffplay: only quit from audio_decode_frame before decoding when paused
…
|
|
|
@48e43a19
|
12 years |
Marton Balint |
ffplay: drop remaining frames in current audio avpacket when seeking
…
|
|
|
@4be7d578
|
12 years |
Marton Balint |
ffplay: signal seek event to read thread
Improves seek delay.
…
|
|
|
@2ecf564f
|
12 years |
Clément Bœsch |
build: fix iconv detection on some systems.
This at least fix the …
|
|
|
@5c86965
|
12 years |
martin |
lavf: Add a fate test for the noproxy pattern matching
Signed-off-by: …
|
|
|
@de9cd1b1
|
12 years |
martin |
lavf: Handle the environment variable no_proxy more properly
The …
|
|
|
@e2c272eb
|
12 years |
diego |
LICENSE: Move (L)GPLv3 explanation block to a more suitable place
|
|
|
@13811b19
|
12 years |
nicolas.george |
lavc/libopusenc: report an error if global_quality is set.
|
|
|
@f102c24d
|
12 years |
nicolas.george |
ffmpeg: free last sub when using -fix_sub_duration.
Fix trac ticket …
|
|
|
@1fd04cac
|
12 years |
michaelni |
Merge remote-tracking branch 'fredjean/master'
* fredjean/master:
…
|
|
|
@c53e8d90
|
12 years |
fred |
Include fix for building ismindex under MinGW
Include cmdutils.h so …
|
|
|
@9774145f
|
12 years |
onemda |
exr: simplify decompression path
Signed-off-by: Paul B Mahol …
|
|
|
@5c924c9b
|
12 years |
michaelni |
dv: Correctly identify CDVC profile
Fixes Ticket2177
Signed-off-by: …
|
|
|
@21c2e201
|
12 years |
michaelni |
vf_lut: correct color/comp permutation
Fixes Ticket2225
…
|
|
|
@c87c2d0d
|
12 years |
derek.buitenhuis |
swscale: Add support for unscaled 8-bit Packed RGB -> Planar RGB
…
|
|
|
@57c4c255
|
12 years |
derek.buitenhuis |
swscale: Add support for unscaled 8-bit Packed RGB -> Planar RGB
…
|
|
|
@50c27388
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
x86: …
|
|
|
@cdb9752a
|
12 years |
michaelni |
Merge commit '845cfc92f908791714b8c4c8a49c91b8c64b685e'
* commit …
|
|
|
@04ec796b
|
12 years |
michaelni |
Merge commit '096cc11ec102701a18951b4f0437d609081ca1dd'
* commit …
|
|
|
@f2bbc2f
|
12 years |
michaelni |
Merge commit '31a23a0dc663bd42bf593275971b4277a479b73d'
* commit …
|
|
|
@5d2f2c76
|
12 years |
michaelni |
oggdec: chained oggs have timestamp discontinuities
Signed-off-by: …
|
|
|
@0dcecf45
|
12 years |
michaelni |
avcodec: mbd has a range of 0..2
Fixes Ticket2219
Signed-off-by: …
|
|
|
@1672624d
|
12 years |
michaelni |
mpegvideo_enc: fix gray flag with 444 jpeg
Fixes Ticket2155
…
|
|
|
@2d704468
|
12 years |
michaelni |
ffmpeg_opt: add -to option to specify stop time
Signed-off-by: Jean …
|
|
|
@ebc70199
|
12 years |
diego |
x86: dsputil: Drop some unused function #defines
|
|
|
@845cfc92
|
12 years |
diego |
x86: dsputil: Drop aliasing of ff_put_pixels8_mmx to …
|
|
|
@096cc11e
|
12 years |
diego |
x86: vc1dsp: Move ff_avg_vc1_mspel_mc00_mmxext out of dsputil_mmx.c
|
|
|
@31a23a0d
|
12 years |
martin |
x86: dsputil_mmx: Remove leftover inline assembly fragments
These …
|
|
|
@997a3623
|
12 years |
michaelni |
mpeg12: Detect MXF essence stuff at the end of frames
Fixes some of …
|
|
|
@e4eedb98
|
12 years |
michaelni |
swscale-test: fix 3 pointer type warnings
Signed-off-by: Michael …
|
|
|
@c6d3b3be
|
12 years |
michaelni |
aacsbr: Silence warning: max_qmf_subbands may be used uninitialized in …
|
|
|
@e907aa98
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@a984efd1
|
12 years |
michaelni |
Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'
* commit …
|
|
|
@9b1a0c2e
|
12 years |
michaelni |
Merge commit '76b19a3984359b3be44d4f7e4e69b7b86729a622'
* commit …
|
|
|
@6fbddc80
|
12 years |
michaelni |
Merge commit 'e8da807537e314d74cb6d93598f1dcfb891fa655'
* commit …
|
|
|
@13fa0741
|
12 years |
michaelni |
Merge commit 'e951b6d94c441d46b396ef12da1428297d77251d'
* commit …
|
|
|
@2b277f29
|
12 years |
michaelni |
Merge commit 'b58b00aeca21de00ab6da2944684f784d9d6bc47'
* commit …
|
|
|
@f6fff8e5
|
12 years |
michaelni |
ac3enc_template: silence may be used uninitialized in this function …
|
|
|
@5bcb379f
|
12 years |
michaelni |
motion-test: fix warning: dsp_mask is deprecated
Signed-off-by: …
|
|
|