|
|
|
@e191f1f4
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
tta: …
|
|
|
@140a9afc
|
13 years |
stefasab |
ffprobe: add more safe casts in value_string()
Second attempt at …
|
|
|
@2c8d37c2
|
13 years |
stefasab |
ffprobe: use safer type for index variable in value_string()
There is …
|
|
|
@54661219
|
13 years |
stefasab |
ffprobe: fix printing of unit values which cannot be contained in an …
|
|
|
@6c06868e
|
13 years |
stefasab |
doc/ffmpeg.texi: specify symbolic names for the vsync parameter
|
|
|
@d393f41a
|
13 years |
Reimar.Doeffinger |
Fix memleak after switch to encode_audio2 API.
Obviously the packet …
|
|
|
@178f8ea7
|
13 years |
Reimar.Doeffinger |
Use ff_packet_free_side_data instead of duplicating it.
…
|
|
|
@1de5154d
|
13 years |
michaelni |
mxfdec: Consider OPAtom files that don't have exactly one EC to be …
|
|
|
@aff9cb83
|
13 years |
michaelni |
lavc: remove unused headers
Signed-off-by: Michael Niedermayer …
|
|
|
@71a2c9b2
|
13 years |
Reimar.Doeffinger |
ffmpeg: check tcgetattr result.
This fixes parallel FATE (make fate …
|
|
|
@3b55429d
|
13 years |
Reimar.Doeffinger |
Add and use av_fast_padded_malloc.
The same as av_fast_malloc but …
|
|
|
@a1296223
|
13 years |
michaelni |
lavc: Check CODEC_CAP_VARIABLE_FRAME_SIZE && !frame
This combination …
|
|
|
@af5004b5
|
13 years |
michaelni |
lavc: use av_freep() for freeing extended_data
This is safer
…
|
|
|
@01ed1c39
|
13 years |
justin.ruggles |
tta: cast output data pointer to the correct type
fixes "warning: …
|
|
|
@24860a9
|
13 years |
stefasab |
tools: add ffeval tool
The tool is useful for testing the internal …
|
|
|
@e4e29106
|
13 years |
stefasab |
doc/eval.texi: add precisation about the assumption for "trueness" in …
|
|
|
@99949573
|
13 years |
stefasab |
lavu/eval: add if() and ifnot() eval functions
They allow to …
|
|
|
@a798c20a
|
13 years |
stefasab |
lavfi/testsrc: add "decimals" option to the testsrc filter
|
|
|
@9f7144b4
|
13 years |
stefasab |
lavc/mpegvideo_enc: improve log message in case of too large GOP
…
|
|
|
@56af084c
|
13 years |
Carl Eugen Hoyos |
libopenjpegenc: Remove two redundant function parameters.
|
|
|
@a02694c9
|
13 years |
Carl Eugen Hoyos |
libopenjpegenc: Simplify gray encoding.
|
|
|
@0abe25aa
|
13 years |
Carl Eugen Hoyos |
libopenjpegenc: Add error messages.
|
|
|
@ee33eb40
|
13 years |
Carl Eugen Hoyos |
libopenjpegenc: Rename four conversion functions.
|
|
|
@99932847
|
13 years |
anton |
avconv: fix -frames for video encoders with delay.
Frames must be …
|
|
|
@7e62315c
|
13 years |
Reimar.Doeffinger |
Use correct register size.
Fixes compilation with NASM.
…
|
|
|
@67f5650a
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
rv34: …
|
|
|
@905c4dc2
|
13 years |
michaelni |
dpxenc: Dont store lavc indent when bitexact is set.
This avoids fate …
|
|
|
@00430075
|
13 years |
Carl Eugen Hoyos |
Support 64bit pam decoding.
|
|
|
@328e7932
|
13 years |
Carl Eugen Hoyos |
Support gray8a pam decoding.
|
|
|
@dc2f652a
|
13 years |
Carl Eugen Hoyos |
Fix pix_fmt_info for yuva420.
This allows correct output pix_fmt …
|
|
|
@72ad228a
|
13 years |
Clément Bœsch |
fate: add GEN tag for mapchan sw tests.
|
|
|
@94bf9ac4
|
13 years |
michaelni |
fix av_dlog call with non-AVClass struct
Signed-off-by: Michael …
|
|
|
@c203044
|
13 years |
Reimar.Doeffinger |
Remove extraneous newline from dpx reference which breaks FATE.
…
|
|
|
@9e12002f
|
13 years |
janne-libav |
rv34: add NEON rv34_idct_add
Overall almost 4% faster, idct_add down …
|
|
|
@9ba9c340
|
13 years |
janne-libav |
rv34: 1-pass inter MB reconstruction
Implement 1-pass inverse …
|
|
|
@75947915
|
13 years |
Reimar.Doeffinger |
Rework VP8 decoder frame skipping code.
This reworks the frame …
|
|
|
@203f94fd
|
13 years |
Reimar.Doeffinger |
mxfdec: Add missing free.
Should fix valgrind FATE.
Signed-off-by: …
|
|
|
@6003ec88
|
13 years |
Reimar.Doeffinger |
asfdec: Move variable declarations into the blocks they are used in.
…
|
|
|
@5fc51c31
|
13 years |
Clément Bœsch |
lavu: add 2.1 channel layout.
|
|
|
@d93b6340
|
13 years |
Carl Eugen Hoyos |
Add dpx encoding regression test.
|
|
|
@ffa0923e
|
13 years |
kostya.shishkov |
add SMJPEG muxer
Signed-off-by: Kostya Shishkov …
|
|
|
@68b94f8b
|
13 years |
kostya.shishkov |
avformat: split out common SMJPEG code
This is a preparation for …
|
|
|
@203ea375
|
13 years |
Carl Eugen Hoyos |
Support rgb64 dpx encoding.
|
|
|
@a8b117f8
|
13 years |
Carl Eugen Hoyos |
Add gray16 and rgb48 png encoding regression tests.
|
|
|
@d8591913
|
13 years |
justin.ruggles |
pictordec: Use bytestream2 functions
Signed-off-by: Justin Ruggles …
|
|
|
@811de351
|
13 years |
michaelni |
Enhance HLS seeking.
Enhances seeking by demuxing until the requested …
|
|
|
@ebc9ff8
|
13 years |
michaelni |
vorbisdec: Check that the x values of floor1 are unique.
This is …
|
|
|
@fa169d56
|
13 years |
michaelni |
mov: cosmetics - move a line to a better position and add a comment
…
|
|
|
@60168f93
|
13 years |
michaelni |
movenc: add FIXME to add alis and rsrc atoms
Signed-off-by: Jean …
|
|
|
@ee458cb
|
13 years |
justin.ruggles |
avconv: use avcodec_encode_audio2()
|
|
|
@05f95443
|
13 years |
justin.ruggles |
pcmenc: use AVCodec.encode2()
|
|
|
@a6ccae3
|
13 years |
justin.ruggles |
avcodec: bump minor version and add APIChanges for the new audio …
|
|
|
@b2c75b6
|
13 years |
justin.ruggles |
avcodec: Add avcodec_encode_audio2() as replacement for …
|
|
|
@5ee5fa02
|
13 years |
justin.ruggles |
avcodec: add a public function, avcodec_fill_audio_frame().
This is a …
|
|
|
@0c10885c
|
13 years |
michaelni |
movenc: indent cosemtics
Signed-off-by: Jean First …
|
|
|
@4a4c4278
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
fate: …
|
|
|
@d7806238
|
13 years |
janne-libav |
rv34: Intra 16x16 handling
Extract processing of intra 16x16 blocks …
|
|
|
@3eeb7557
|
13 years |
janne-libav |
rv34: Inter/intra MB code split
Split inter/intra macroblock handling …
|
|
|
@f94ce3bc
|
13 years |
Carl Eugen Hoyos |
Support rgb48 and rgba64 png encoding.
|
|
|
@2df5f59a
|
13 years |
diego |
fate: split ADPCM and DPCM test references into separate files.
|
|
|
@107f55cb
|
13 years |
Carl Eugen Hoyos |
Simplify RGB32 png encoding.
|
|
|
@bcd5d979
|
13 years |
diego |
mov, mxfdec: Employ more meaningful return values.
Signed-off-by: …
|
|
|
@fdc013da
|
13 years |
Carl Eugen Hoyos |
Support gray16 png encoding.
|
|
|
@ed10ca4
|
13 years |
Carl Eugen Hoyos |
Support gray8a png encoding.
|
|
|
@e2ff436
|
13 years |
siretart |
lavc: Relax API strictness in avcodec_decode_audio3 with a custom …
|
|
|
@ea3abcd5
|
13 years |
Reimar.Doeffinger |
Fix ff_get_guid for short reads or errors.
Current code would just …
|
|
|
@719a576f
|
13 years |
michaelni |
lavfi-showfiltfmts: fix typo that segfaulted haiku.
Signed-off-by: …
|
|
|
@e6e7bfc1
|
13 years |
kostya.shishkov |
wavpack: fix clipping for 32-bit lossy mode
Reference decoder clips …
|
|
|
@bb4c0abc
|
13 years |
stefasab |
ffplay: mark i variable in toggle_full_screen() as unused
Fix gcc …
|
|
|
@4ee03fef
|
13 years |
stefasab |
lavfi/rgbtestsrc: make alpha plane opaque
|
|
|
@6922458
|
13 years |
michaelni |
iff: support masking plane feature
Fixes ticket 705.
Reported-by: …
|
|
|
@73da4fd5
|
13 years |
michaelni |
Revert "buildsystem: add $EXESUF to the used tool for fate"
This …
|
|
|
@8af6b971
|
13 years |
Reimar.Doeffinger |
Fix uninitialized reads for fate-vsynth1-asv2 test.
This is not a …
|
|
|
@bbf372e1
|
13 years |
nicolas.george |
overlay: do not leak x/y expressions.
|
|
|
@668a74e8
|
13 years |
michaelni |
buildsystem: add $EXESUF to the used tool for fate
Signed-off-by: …
|
|
|
@4fccc7c
|
13 years |
justin.ruggles |
vb: Use bytestream2 functions
Signed-off-by: Justin Ruggles …
|
|
|
@d9816cd5
|
13 years |
michaelni |
imgconvert: add PIX_FMT_GRAY8A to pix_fmt_info
Fixes selecting gray8a …
|
|
|
@4640da7e
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
sgidec: …
|
|
|
@a91f2066
|
13 years |
michaelni |
ljpegdec: reset restart interval for each plane of a non interleaved …
|
|
|
@1843e6c8
|
13 years |
michaelni |
thp: Fix handling of restart interval
Fixes Ticket903
Signed-off-by: …
|
|
|
@7a172308
|
13 years |
Reimar.Doeffinger |
Fix compilation without HAVE_AVX, HAVE_YASM etc.
At the very least …
|
|
|
@c4888316
|
13 years |
michaelni |
timecode: fix typo
Signed-off-by: Jean First <jeanfirst@gmail.com> …
|
|
|
@5a840f63
|
13 years |
michaelni |
x86/yuv2rgb_mmx: Remove yuv420 check.
This check is not correct, the …
|
|
|
@52889b54
|
13 years |
michaelni |
mpeg12dec: BW10 support
Signed-off-by: Michael Niedermayer …
|
|
|
@0d5c810b
|
13 years |
michaelni |
mpeg12dec: check uppercased codec_tag.
We do this for all other …
|
|
|
@b26f0ee3
|
13 years |
michaelni |
avidec: XMPG support
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
|
|
@4cd0bdae
|
13 years |
justin.ruggles |
sgidec: Use bytestream2 functions to prevent buffer overreads.
The …
|
|
|
@83b12c16
|
13 years |
Reimar.Doeffinger |
Use correct register size, fixes compilation with NASM.
…
|
|
|
@e44c11e9
|
13 years |
diego |
cosmetics: Move static and inline attributes to more standard places.
…
|
|
|
@c4ba5198
|
13 years |
Reimar.Doeffinger |
Fix leaking of side data.
While we correctly "register" the side data …
|
|
|
@45c39e56
|
13 years |
michaelni |
udp: fix segfault on closing
Fixes ticket915
|
|
|
@633606c
|
13 years |
michaelni |
FATE: fix targa tests on big-endian systems
|
|
|
@0b4f1e0d
|
13 years |
michaelni |
Merge remote-tracking branch 'cus/stable'
* cus/stable:
ffplay: …
|
|
|
@4057505e
|
13 years |
stefasab |
doc/bistream_filters.texi: add documentation for the h264_mp4toannexb …
|
|
|
@28002030
|
13 years |
Carl Eugen Hoyos |
Support transparency in iff images.
Fixes ticket #707.
Reviewed-by: …
|
|
|
@6ba74be5
|
13 years |
Carl Eugen Hoyos |
Add CR/LF to a reget_buffer warning message.
|
|
|
@b5c2b5af
|
13 years |
anton |
configure: provide libavfilter/version.h header to get_version()
Fix …
|
|
|
@a63a86fd
|
13 years |
michaelni |
Fixes issue 890: OOM with zmbv file
Signed-off-by: Michael …
|
|
|
@44e19145
|
13 years |
michaelni |
utils: check that parameters havnt changed in reget_buffer()
Fixes …
|
|
|
@2422e827
|
13 years |
michaelni |
cabac_functions: fix license header, this wasnt developed in libav
…
|
|
|