|
|
|
@1d890ec8
|
12 years |
michaelni |
h264/decode_scaling_matrices: fix coding order of 8x8 matrixes.
This …
|
|
|
@e162733d
|
12 years |
michaelni |
h264: 12 and 14 bit support
This works with I, P and B frames
CAVLC …
|
|
|
@1465ecf0
|
12 years |
michaelni |
h264dsp: 12 and 14 bit support
Signed-off-by: Michael Niedermayer …
|
|
|
@5d05acba
|
12 years |
michaelni |
h264pred: 12 and 14 bit support
Signed-off-by: Michael Niedermayer …
|
|
|
@69d5e40e
|
12 years |
michaelni |
h264idct: 12 and 14 bit support
Signed-off-by: Michael Niedermayer …
|
|
|
@6ff6a51b
|
12 years |
michaelni |
h264: limit 10bpp MC pading trick to 10bpp
Signed-off-by: Michael …
|
|
|
@e8b9e1e2
|
12 years |
michaelni |
dsputil: extend things to 12 and 14 bits
Signed-off-by: Michael …
|
|
|
@1a8b0025
|
12 years |
onemda |
fate: add test for paf demuxer
Signed-off-by: Paul B Mahol …
|
|
|
@101615c7
|
12 years |
onemda |
fate: add test for paf video decoder
Signed-off-by: Paul B Mahol …
|
|
|
@409cc458
|
12 years |
onemda |
fate: add test for paf audio decoder
Signed-off-by: Paul B Mahol …
|
|
|
@c88d98fe
|
12 years |
stefasab |
lavfi/movie: reindent after the previous patch
Signed-off-by: Steven …
|
|
|
@ac726a4
|
12 years |
stefasab |
lavfi/movie: flush decoder frames on EOF
movie currently forwards EOF …
|
|
|
@a5382b50
|
12 years |
stefasab |
lavfi/buffersink: restore possibility to pass opaque data
Use the …
|
|
|
@21d56098
|
12 years |
stefasab |
lavfi: add init_opaque callback
This will be used by filters which …
|
|
|
@aef9e94f
|
12 years |
stefasab |
lavf/segment: add -segment_time_delta option
|
|
|
@2058b52c
|
12 years |
stefasab |
lavf/segment: add -segment_times option
Address trac ticket #1504.
|
|
|
@f8911b9
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
mss3: …
|
|
|
@5467742
|
12 years |
kostya.shishkov |
mss3: use standard zigzag table
|
|
|
@acfb6b6c
|
12 years |
kostya.shishkov |
mss3: split DSP functions that are used in MTS2(MSS4) into separate file
|
|
|
@82f82ccf
|
12 years |
diego |
motion-test: do not use getopt()
It is not available on all systems …
|
|
|
@5427df01
|
12 years |
martin |
tcp: add initial timeout limit for incoming connections
…
|
|
|
@bf53863
|
12 years |
michaelni |
mpeg12: switch to av_assert
Signed-off-by: Michael Niedermayer …
|
|
|
@cdb3f2f5
|
12 years |
michaelni |
mpeg12enc: switch to av_assert
Signed-off-by: Michael Niedermayer …
|
|
|
@c88a8327
|
12 years |
michaelni |
movenc: Addtion of \251cmt field to udta
Allows support of comment in …
|
|
|
@36b2bd96
|
12 years |
Carl Eugen Hoyos |
Show hyphen in codec tag.
|
|
|
@8e85ba8d
|
12 years |
diego |
configure: Change the rdtsc check to a linker check
A compile-only …
|
|
|
@8a645bfc
|
12 years |
anton |
avconv: propagate fatal errors from lavfi.
|
|
|
@cd99146
|
12 years |
anton |
lavfi: add error handling to filter_samples().
|
|
|
@8d18bc55
|
12 years |
anton |
fate-run: make avconv() properly deal with multiple inputs.
|
|
|
@083d0f6b
|
12 years |
anton |
asplit: don't leak the input buffer.
|
|
|
@1ffb6456
|
12 years |
anton |
af_resample: fix request_frame() behavior.
Make sure that an output …
|
|
|
@6f834293
|
12 years |
anton |
af_asyncts: fix request_frame() behavior.
Make sure that an output …
|
|
|
@0dd283fa
|
12 years |
anton |
libx264: support aspect ratio switching
Signed-off-by: Anton Khirnov …
|
|
|
@5b7a88f
|
12 years |
anton |
matroskadec: honor error_recognition when encountering unknown elements.
|
|
|
@07df939a
|
12 years |
onemda |
exr: support for reading pixelAspectRatio
Signed-off-by: Paul B Mahol …
|
|
|
@16a433d6
|
12 years |
onemda |
tiffenc: PIX_FMT_YUV440P support
Signed-off-by: Paul B Mahol …
|
|
|
@e2a6eb8
|
12 years |
onemda |
sgidec: add CODEC_CAP_DR1
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
|
|
@0f656935
|
12 years |
onemda |
sgidec: remove redundant argument from read_uncompressed_sgi()
…
|
|
|
@60351ec
|
12 years |
onemda |
g723_1: add CODEC_CAP_DR1
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
|
|
@5d23043c
|
12 years |
onemda |
exr: add CODEC_CAP_DR1
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
|
|
@104ea001
|
12 years |
onemda |
dpx: add CODEC_CAP_DR1
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
|
|
@7bc15516
|
12 years |
michaelni |
sgidec: fix off by 1 error that tested a sample too far for oob.
This …
|
|
|
@30659a22
|
12 years |
onemda |
smush: properly flag audio packets
Signed-off-by: Paul B Mahol …
|
|
|
@26fa841
|
12 years |
onemda |
paf: properly flag video packets
Signed-off-by: Paul B Mahol …
|
|
|
@ca1f2b3e
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@d8ce478c
|
12 years |
michaelni |
lavf: limit "Adjusting PTS forward" code to video streams
It can end …
|
|
|
@64103976
|
12 years |
justin.ruggles |
lavr: resampling: add support for s32p, fltp, and dblp internal sample …
|
|
|
@372647ae
|
12 years |
justin.ruggles |
lavr: resampling: add filter type and Kaiser window beta to AVOptions
|
|
|
@8ca08066
|
12 years |
justin.ruggles |
lavr: Use AV_SAMPLE_FMT_NONE to auto-select the internal sample format …
|
|
|
@db0e7bd0
|
12 years |
justin.ruggles |
lavr: mix: validate internal sample format in ff_audio_mix_init()
|
|
|
@299387e
|
12 years |
nicolas.george |
vf_settb: rename the file as f_settb.
|
|
|
@65e65e3c
|
12 years |
nicolas.george |
settb: cosmetic: reindent vf_settb structure.
|
|
|
@ba856c0b
|
12 years |
nicolas.george |
lavfi: implement asettb filter.
|
|
|
@99622f6
|
12 years |
michaelni |
mpegaudioenc: use av_assert
Signed-off-by: Michael Niedermayer …
|
|
|
@a6a085a9
|
12 years |
michaelni |
v4l2: use av_assert
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
|
|
@3f345290
|
12 years |
stefasab |
lavf/segment: sort options
|
|
|
@8dc31f8
|
12 years |
stefasab |
lavf/segment: make use of av_parse_time() when parsing the …
|
|
|
@0a7b8eff
|
12 years |
stefasab |
doc/muxers: sort options for the segment muxer
|
|
|
@7f08bfa
|
12 years |
stefasab |
lavf/segment: add segment_list_type option, extend format for the …
|
|
|
@b010d9b5
|
12 years |
stefasab |
lavf/nutenc: provide meaningful error message and error code in case …
|
|
|
@bba819bd
|
12 years |
nicolas.george |
fate: FLAC tests require SAMPLES.
|
|
|
@e145afb4
|
12 years |
michaelni |
vf_tinterlace: use av_assert
Signed-off-by: Michael Niedermayer …
|
|
|
@abb0a998
|
12 years |
stefasab |
lavfi: do not pass opaque field to init functions
Fix signature …
|
|
|
@2d420087
|
12 years |
onemda |
sanm: make use of dsputil
About 27% faster decoding.
Signed-off-by: …
|
|
|
@acdf9a6c
|
12 years |
michaelni |
aacdec: correct "audio config changed" warning message
Idea-by: …
|
|
|
@d039b607
|
12 years |
michaelni |
latm: fix initialization on some streams when no extradata is …
|
|
|
@66a29797
|
12 years |
rsbultje |
cmutils: include shellapi.h on Win32 (for CommandLineToArgvW).
This …
|
|
|
@70731745
|
12 years |
Clément Bœsch |
x86inc: put basicnop under ifdef to prevent compile failure.
This …
|
|
|
@07b28702
|
12 years |
rsbultje |
x86/timer: implement an intrinsic-based version for rdtsc (AV_READ_TIME).
|
|
|
@68712ce8
|
12 years |
michaelni |
swr/x86: 16bit integer mix functions need SSE2 not SSE
Signed-off-by: …
|
|
|
@25b51b2c
|
12 years |
anton |
id3v2: add a mimetype for bmp pictures.
|
|
|
@b7d3a9a0
|
12 years |
anton |
flacdec: be less strict when parsing attached pictures.
Only return …
|
|
|
@dba5b06
|
12 years |
anton |
flacdec: don't create an attached picture stream until we have all …
|
|
|
@3245c8b6
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
mxfdec: …
|
|
|
@e14052d
|
12 years |
michaelni |
x86: h264_intrapred: use newly introduced SPLAT* and PSHUFLW macros
…
|
|
|
@dc12f7d4
|
12 years |
michaelni |
x86inc: try to put amdnop under ifdef to prevent compile failure
…
|
|
|
@9fb08427
|
12 years |
michaelni |
vf_pp: dont pass NULL into pp, it would fail
Signed-off-by: Michael …
|
|
|
@561a365d
|
12 years |
michaelni |
pp: check that the argument is not NULL as this is not supported
…
|
|
|
@fdaad635
|
12 years |
rsbultje |
mxfdec: replace x>>av_log2(sizeof(..)) by x/sizeof(..).
Also replace …
|
|
|
@bb62a8b6
|
12 years |
michaelni |
doc: update mono to stereo workaround example
Now uses …
|
|
|
@dadfd2a5
|
12 years |
michaelni |
tools/bisect: rename to tools/bisect-create
Idea-by: Alexander …
|
|
|
@6de70d7f
|
12 years |
michaelni |
tools/bisect: rename temporary file and add it to git ignore
…
|
|
|
@ccc0a3a9
|
12 years |
michaelni |
tool/bisect: add some magic to make the bisect tool be useable when …
|
|
|
@d9dcc940
|
12 years |
michaelni |
vc1: implement frame interlaced b-frame header parsing
Signed-off-by: …
|
|
|
@50bfd547
|
12 years |
michaelni |
log: fix compilation failure on mingw due to reference to undefined …
|
|
|
@d3f4fd76
|
12 years |
michaelni |
celp_math: use av_assert
Signed-off-by: Michael Niedermayer …
|
|
|
@dc7aecd8
|
12 years |
michaelni |
cabac: use av_assert
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
|
|
@1842b27
|
12 years |
onemda |
lavu: 256 color support
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
|
|
@46a47077
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@a6da14ec
|
12 years |
onemda |
tiffenc: PIX_FMT_GRAY8A support
Signed-off-by: Paul B Mahol …
|
|
|
@df548c5
|
12 years |
onemda |
tiffenc: PIX_FMT_GRAY16LE support
Signed-off-by: Paul B Mahol …
|
|
|
@1806858f
|
12 years |
onemda |
tiffenc: merge common code
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
|
|
@146d29c
|
12 years |
onemda |
tiffenc: use av_get_bits_per_pixel() to get bpp
Signed-off-by: Paul B …
|
|
|
@82c4abbf
|
12 years |
onemda |
tiffenc: use av_pix_fmt_descriptors to set bpp_tab[]
Signed-off-by: …
|
|
|
@e100a259
|
12 years |
onemda |
tiffenc: simplify calculation of bpp_tab_size
Signed-off-by: Paul B …
|
|
|
@f27386cd
|
12 years |
martin |
x86: h264_intrapred: Don't add the 'd' suffix to the SPLATB_REG macro
…
|
|
|
@5adc829e
|
12 years |
lu_zero |
configure: add functions for testing code fragments
This simplifies …
|
|
|
@5997285d
|
12 years |
nicolas.george |
ffmpeg: poll filters even after -t limit.
If not, frames can still …
|
|
|
@665100c2
|
12 years |
michaelni |
Fix destination row striding in altivec_yuv2_bgr24.
Misaligned row …
|
|
|
@b22ecbc
|
12 years |
michaelni |
cosmetics: various spelling fixes
Signed-off-by: Michael Niedermayer …
|
|
|