|
|
|
@89fc7e3
|
13 years |
michaelni |
alacdec: support 32 bps
Signed-off-by: Michael Niedermayer …
|
|
|
@8d95eb67
|
13 years |
michaelni |
lavc: Prevent opening of experimental codecs if strict_std_compliance …
|
|
|
@dd55adb1
|
13 years |
Carl Eugen Hoyos |
Support reading 64bit dpx images.
Reviewed-by: Jean First
|
|
|
@0b1f20e2
|
13 years |
Carl Eugen Hoyos |
Support reading 64bit sgi images.
Reviewed-by: Jean First
|
|
|
@3fe4540b
|
13 years |
Carl Eugen Hoyos |
Support 64bit pam encoding.
|
|
|
@c714cd3b
|
13 years |
Carl Eugen Hoyos |
Support 64bit tiff images.
Fixes a part of ticket #503.
Reviewed-by: …
|
|
|
@93af38ca
|
13 years |
Carl Eugen Hoyos |
Increase maximum encoding video buffer size.
libavutil now supports …
|
|
|
@7c10d3ca
|
13 years |
Carl Eugen Hoyos |
Simplify 32bit RGB pam encoding.
Reviewed-by: Paul B Mahol
|
|
|
@4cef928
|
13 years |
Reimar.Doeffinger |
j2kdec: Fix memleak, ensure cleanup is called also on error.
Fixes …
|
|
|
@ad12d60d
|
13 years |
Clément Bœsch |
ffmpeg: fix return value in opt_old2new after e3127db4.
|
|
|
@369befb4
|
13 years |
stefasab |
vf_deshake: remove unused variable totalangles
Variable totalangles …
|
|
|
@7f6004fc
|
13 years |
stefasab |
vf_deshake: zero-init Transform structs in end_frame()
Initialize …
|
|
|
@e4fa15d1
|
13 years |
stefasab |
configure: provide libavfilter/version.h header to get_version()
Fix …
|
|
|
@f2193569
|
13 years |
Clément Bœsch |
8svx: fix memleak in iff-fibonacci fate test.
|
|
|
@e3127db4
|
13 years |
Clément Bœsch |
ffmpeg: use av_asprintf() in opt_old2new() and fix a memleak.
|
|
|
@2a81e0c2
|
13 years |
Clément Bœsch |
ffmpeg: fix parse_option() string memleak.
|
|
|
@3a1df393
|
13 years |
michaelni |
ico: favour BITMAPHEADER dimensions over IconEntry dimensions
Fixes …
|
|
|
@c949d5b1
|
13 years |
michaelni |
ffmpeg.c: transcode_video(): do not go through filter network if …
|
|
|
@62a22b28
|
13 years |
michaelni |
segment: fix FPE when segment_list_size is 0
With the added benefit …
|
|
|
@645569e1
|
13 years |
michaelni |
Revert "riff: remove references to sonic codec ids"
This reverts …
|
|
|
@0be8e661
|
13 years |
stefasab |
mpegtsenc: do not reference the deprecated ffmpeg option 'vbsf' in a …
|
|
|
@7efc6f29
|
13 years |
stefasab |
ffmpeg: clarify error message in case of bitstream filter opening failure
|
|
|
@3fcf841f
|
13 years |
stefasab |
mpegtsenc: fix some typos: aac -> AAC, adts -> ADTS
|
|
|
@9a7f2aa9
|
13 years |
stefasab |
mpegtsenc: use more meaningful error codes
|
|
|
@b18e17ea
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master: (21 …
|
|
|
@a2c41984
|
13 years |
michaelni |
docs: remove extra sar entry for scale filter
Signed-off-by: Michael …
|
|
|
@2c902045
|
13 years |
Carl Eugen Hoyos |
Fix decoding of progressive jpgs with unusual pixel formats.
Fixes …
|
|
|
@4df30f71
|
13 years |
alex.converse |
utils: Check for extradata size overflows.
|
|
|
@81dc6a2a
|
13 years |
janne-libav |
ARM: rv34: fix asm syntax in dc transform functions
Signed-off-by: …
|
|
|
@6b9e4eea
|
13 years |
martin |
avio: Fix the value of the deprecated URL_FLAG_NONBLOCK
This isn't …
|
|
|
@7cbb32e4
|
13 years |
Reimar.Doeffinger |
Use an int MotionVector for find_block_motion.
Using the double …
|
|
|
@742b660e
|
13 years |
Reimar.Doeffinger |
wtvdec: fix a few memleaks as show by valgrind with the FATE test.
…
|
|
|
@3547f8e
|
13 years |
janne-libav |
rv34: fix and optimise frame dependency checking
The sporadic …
|
|
|
@e1e36904
|
13 years |
janne-libav |
rv34: NEON optimised dc only inverse transform
30-50% faster than the …
|
|
|
@136ee32d
|
13 years |
anton |
avprobe: use avio_size() instead of deprecated AVFormatContext.file_size.
|
|
|
@44bcab58
|
13 years |
anton |
ffmenc: remove references to deprecated AVFormatContext.timestamp.
|
|
|
@e5c70815
|
13 years |
anton |
lavf: undeprecate read_seek().
The "new seeking API" was never …
|
|
|
@e01a29a4
|
13 years |
anton |
avserver: remove code using deprecated CODEC_CAP_PARSE_ONLY.
|
|
|
@f3d02a8b
|
13 years |
anton |
lavc: replace some remaining FF_I_TYPE with AV_PICTURE_TYPE_I
|
|
|
@a29c25a9
|
13 years |
anton |
lavc: ifdef out parse_only AVOption
|
|
|
@d54f1e6
|
13 years |
anton |
nellymoserdec: SAMPLE_FMT -> AV_SAMPLE_FMT
|
|
|
@0c71cc65
|
13 years |
anton |
mpegvideo_enc: ifdef out/replace references to deprecated codec flags.
|
|
|
@0fd88d39
|
13 years |
anton |
riff: remove references to sonic codec ids
They are deprecated and …
|
|
|
@bb4c1888
|
13 years |
stefasab |
ffprobe: reindent after previous commit
|
|
|
@b25c239c
|
13 years |
stefasab |
ffprobe: add support to audio frame information printing
|
|
|
@58e1de72
|
13 years |
stefasab |
ffprobe: set AV_LOG_SKIP_REPEATED log flag
Consistent with ffmpeg and …
|
|
|
@01616f12
|
13 years |
Carl Eugen Hoyos |
Fix linesize for rawvideo in mov.
Fixes ticket #823.
|
|
|
@ef3a19d5
|
13 years |
Carl Eugen Hoyos |
Fix compilation with yasm-0.6.2
|
|
|
@05577aaf
|
13 years |
michaelni |
sws: yuv2rgb asm, add memory clobber.
This fixes dithering for …
|
|
|
@0512574
|
13 years |
michaelni |
ico: reject icon entries that are smaller than sizeof(BITMAPHEADER)
…
|
|
|
@90dbd081
|
13 years |
michaelni |
ico: ignore IconEntry.bpp value, and favour BITMAPHEADER.NumColors …
|
|
|
@bd3a12d6
|
13 years |
michaelni |
ico: consider IconEntry.NumColors of 255 to be ambiguous
…
|
|
|
@3e8a368b
|
13 years |
michaelni |
lavc: constify enums for .pix_fmts
Signed-off-by: Michael Niedermayer …
|
|
|
@bd36ec55
|
13 years |
michaelni |
bmpdec: proper check for alpha
Signed-off-by: Michael Niedermayer …
|
|
|
@f068ce57
|
13 years |
michaelni |
avfilter: pool draining and self destruction support.
This should fix …
|
|
|
@08bab32c
|
13 years |
kostya.shishkov |
indeo4: add some missing static and const qualifiers
From the patch …
|
|
|
@4fd1e2e4
|
13 years |
stefasab |
ffprobe: fix leak in show_packets()
Call av_free_packets() at each …
|
|
|
@7328c2fc
|
13 years |
stefasab |
ffprobe: replace av_destruct_packet() with av_free_packet()
…
|
|
|
@a8b0ece6
|
13 years |
stefasab |
lavfi/testsrc: add "d" alias for the duration option
|
|
|
@3faa303a
|
13 years |
kostya.shishkov |
rv34: DC-only inverse transform
When decoding coefficients, detect …
|
|
|
@b2ce3b99
|
13 years |
anton |
avconv: use AVFrame.width/height/format instead of corresponding …
|
|
|
@3167dc95
|
13 years |
anton |
lavfi: move version macros to a new installed header version.h
|
|
|
@43fe6a29
|
13 years |
anton |
vsrc_buffer: release the buffer on uninit.
|
|
|
@794006f8
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
fft: …
|
|
|
@f7f35632
|
13 years |
rsbultje |
rgb2rgb: rgb12tobgr12()
Signed-off-by: Ronald S. Bultje …
|
|
|
@4093d130
|
13 years |
Carl Eugen Hoyos |
Support encoding RGB48 with libopenjpeg.
Reviewed-by: Michael Bradshaw
|
|
|
@b5fc571e
|
13 years |
alex.converse |
latmdec: Check AudioSpecificConfig length before decoding extradata.
…
|
|
|
@5387f991
|
13 years |
michaelni |
cabac: Try to disable problematic ASM for gcc-llvm 4.2.1
This should …
|
|
|
@bc115800
|
13 years |
michaelni |
sws: Remove unneeded YUV cliping from yuv2rgb_X_c_template()
This …
|
|
|
@8b87fd98
|
13 years |
michaelni |
bmpenc: support for BGRA
Signed-off-by: Michael Niedermayer …
|
|
|
@ba6e36f9
|
13 years |
michaelni |
swscale: Force full horizontal chroma internally when the output has a …
|
|
|
@84d0fcf2
|
13 years |
michaelni |
libmp3lame: It appears the buffer used is a bit too small.
Increase …
|
|
|
@e7d02b04
|
13 years |
janne-libav |
fft: init functions with INIT_XMM/YMM.
This is required to handle …
|
|
|
@ca1bae39
|
13 years |
Clément Bœsch |
timecode: support >24h timecode.
|
|
|
@f1db9916
|
13 years |
Clément Bœsch |
timecode: string representation can be negative.
Timecode can be …
|
|
|
@98aafc5b
|
13 years |
Clément Bœsch |
timecode: set a fixed buffer size of 16B for tc string.
|
|
|
@56f22b7e
|
13 years |
justin.ruggles |
pcmenc: set frame_size to 0.
This indicates that the actual frame …
|
|
|
@0644cabd
|
13 years |
michaelni |
sws: Move yuv2rgb clipping into the tables.
This fixes some cases …
|
|
|
@7c4b3975
|
13 years |
michaelni |
bmpdec: support various bitfields for 32 bit depth
Fixes #740
…
|
|
|
@106f714d
|
13 years |
michaelni |
Revert "v4l2: poll the file descriptor"
This reverts commit …
|
|
|
@f01f6a84
|
13 years |
justin.ruggles |
gsm demuxer: use generic seeking instead of a gsm-specific function.
…
|
|
|
@467879eb
|
13 years |
justin.ruggles |
gsm demuxer: return packets with only 1 gsm block at a time.
fixes …
|
|
|
@82390f57
|
13 years |
justin.ruggles |
avcodec: add GSM parser
The WAVE demuxer returns packets with many …
|
|
|
@f1355dfc
|
13 years |
diego |
doc: Replace ffmpeg references in avserver config file by avconv.
|
|
|
@1466a518
|
13 years |
diego |
doc: Fix names of av_log color environment variables.
|
|
|
@5ea20630
|
13 years |
diego |
Fix a bunch of platform name and other typos.
|
|
|
@cf53a212
|
13 years |
siretart |
Add some missing changelog entries and release 0.8_beta2
…
|
|
|
@98dfdfdd
|
13 years |
stefasab |
tiffdec: notify user that tile support is missing
Signed-off-by: …
|
|
|
@c3ff0713
|
13 years |
Carl Eugen Hoyos |
Fix step_minus1 pixel descirption for RGB64.
|
|
|
@014f8d81
|
13 years |
siretart |
No longer build libpostproc by default
update documentation to inform …
|
|
|
@550f7c43
|
13 years |
michaelni |
Fixes wrong duration in .mov file. Issue 599
Signed-off-by: Michael …
|
|
|
@ac7efd33
|
13 years |
michaelni |
sws: fix unscaled LE<->BE rgb<->bgr
Signed-off-by: Michael …
|
|
|
@6fe7b572
|
13 years |
michaelni |
doc: Fix stray references to libva
Signed-off-by: Michael Niedermayer …
|
|
|
@0e7fc3ca
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master: (22 …
|
|
|
@68e252f5
|
13 years |
janne-libav |
wtv: fix memleaks during normal operation
|
|
|
@f6a152db
|
13 years |
janne-libav |
threads: add CODEC_CAP_AUTO_THREADS for libvpx and xavs
|
|
|
@a9bd29e1
|
13 years |
michaelni |
Merge remote-tracking branch 'richardpl/sws'
* richardpl/sws:
…
|
|
|
@f4a01d77
|
13 years |
michaelni |
x86inc: remove duplicate movlhps
Signed-off-by: Michael Niedermayer …
|
|
|
@24be30de
|
13 years |
michaelni |
ljpegdec: Fix the left column of rgb24 decoding
Fixes Ticket894
…
|
|
|
@9472d37d
|
13 years |
janne-libav |
rv34: frame-level multi-threading
Statistics for bourne.rmvb -an -f …
|
|
|