|
|
|
@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 …
|
|
|
@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
|
|
|
@794006f8
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
fft: …
|
|
|
@4093d130
|
13 years |
Carl Eugen Hoyos |
Support encoding RGB48 with libopenjpeg.
Reviewed-by: Michael Bradshaw
|
|
|
@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 …
|
|
|
@3ab7700
|
13 years |
janne-libav |
mpegvideo: claim ownership of referenced pictures
Under certain …
|
|
|
@0cc88646
|
13 years |
stefasab |
ffprobe: use av_toupper() in upcase_string()
|
|
|
@17ce5291
|
13 years |
alex.converse |
aacsbr: prevent out of bounds memcpy().
Fixes Libav Bug 195.
This …
|
|
|
@31801ded
|
13 years |
michaelni |
Merge remote-tracking branch 'hexene/stagefright'
* …
|
|
|
@4556ebfb
|
13 years |
justin.ruggles |
ipmovie: fix pts for CODEC_ID_INTERPLAY_DPCM
frame sample count …
|
|
|
@e9626eb3
|
13 years |
justin.ruggles |
sierravmd: fix audio pts
The duration of the first packet was being …
|
|
|
@5ab6f0fe
|
13 years |
michaelni |
Revert "swscale: fix integer overflows in RGB pixel writing."
This …
|
|
|
@29112db8
|
13 years |
rsbultje |
bethsoftvideo: Use bytestream2 functions to prevent buffer overreads.
…
|
|
|
@296a3382
|
13 years |
onemda |
rgb2rgb: remove unused bgr8torgb8()
RGB8 and BGR8 are paletted …
|
|
|
@5aac7615
|
13 years |
Carl Eugen Hoyos |
RELEASE: We're now at 0.9.1.git
|
|
|
@4ad40d6d
|
13 years |
onemda |
rgb2rgb: rgb12tobgr12()
|
|
|
@27703062
|
13 years |
onemda |
rgb2rgb: allow conversion for <15 bpp
|
|
|
@047a28f7
|
13 years |
onemda |
bmpenc: support for PIX_FMT_RGB444
|
|
|
@a6839c4e
|
13 years |
onemda |
bmpdec: support for rgb444 with bitfields compression
Do not display …
|
|
|
@84e5159e
|
13 years |
rsbultje |
bmpenc: support for PIX_FMT_RGB444
Signed-off-by: Ronald S. Bultje …
|
|
|
@93d49cba
|
13 years |
stefasab |
ffprobe: add compact option to JSON writer
|
|
|
@5226be0d
|
13 years |
stefasab |
ffprobe: add -show_program_version and -show_library_versions options
|
|
|
@b14fa557
|
13 years |
siretart |
swscale: fix crash in fast_bilinear code when compiled with …
|
|
|
@d3e43516
|
13 years |
stefasab |
ffprobe: make upcase_string() ignore non-ASCII characters
This is …
|
|
|
@cd445216
|
13 years |
rsbultje |
swscale: specify register type.
Fixes a compilation failure on win64. …
|
|
|
@d7b786e9
|
13 years |
naufal22 |
libstagefright: fix build
- Use headers from gingerbread-release …
|
|
|
@e652cc96
|
13 years |
janne-libav |
rv34: use get_bits_left()
It is not necessary to store the bit stream …
|
|
|
@ac646076
|
13 years |
anton |
avconv: reinitialize the filtergraph on resolution change.
This is a …
|
|
|
@5d25140f
|
13 years |
anton |
vsrc_buffer: error on changing frame parameters.
|
|
|
@7b9373db
|
13 years |
anton |
avconv: fix -copyinkf.
This option only applies to streamcopy, but is …
|
|
|
@5c7c9a9f
|
13 years |
martin |
fate: Update file checksums after the mov muxer change in a78dbada55d6 …
|
|
|
@a78dbada
|
13 years |
martin |
movenc: Don't store a nonzero creation time if nothing was set by the …
|
|
|
@353a2d21
|
13 years |
rsbultje |
bmpdec: support for rgb444 with bitfields compression
Do not display …
|
|
|
@2169f971
|
13 years |
michaelni |
fate: Disable fate-wmv8-x8intra
This test does not work on all …
|
|
|
@7e2ba2df
|
13 years |
michaelni |
mjpeg: update whitespaces to qatar
|
|
|
@0b8b3387
|
13 years |
rsbultje |
rgb2rgb: allow conversion for <15 bpp
Signed-off-by: Ronald S. Bultje …
|
|
|
@0c50edb7
|
13 years |
lu_zero |
doc: fix stray reference to FFmpeg
|
|
|
@b6db3859
|
13 years |
lu_zero |
v4l2: use C99 struct initializer
Remove some unneeded memsets.
|
|
|
@0efd48df
|
13 years |
lu_zero |
v4l2: poll the file descriptor
Instead of busy waiting use poll();
|
|
|
@b8c310c
|
13 years |
lu_zero |
v4l2: support compressed formats
Let pass the codec name to …
|
|
|
@dd3ca3e
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
fate: …
|
|
|
@da2e774f
|
13 years |
rsbultje |
kmvc: Use bytestream2 functions to prevent buffer overreads.
…
|
|
|
@4805a33
|
13 years |
michaelni |
Merge remote-tracking branch 'cus/stable'
* cus/stable:
ffplay: …
|
|
|
@73f2cf4e
|
13 years |
Marton Balint |
ffplay: Exit on ctrl-c.
This allows to get out of ffplay if it or SDL …
|
|
|
@ceb0dd9f
|
13 years |
Carl Eugen Hoyos |
Support decoding 1bpp and 4bpp palettized sunrast images.
Fixes …
|
|
|
@625751c4
|
13 years |
Clément Bœsch |
log: use a different color for debug (green).
|
|
|
@e20a4881
|
13 years |
Carl Eugen Hoyos |
pngdec: show verbose message for unsupported files
|
|
|
@a67b8c86
|
13 years |
alex.converse |
fate: Add tests for more AAC features.
al15_44 uses independent …
|
|
|
@9de3cbc
|
13 years |
alex.converse |
aacps: Add missing newline in error message.
|
|
|
@cd6e34d
|
13 years |
alex.converse |
fate: Add tests for vc1/wmapro in ism.
|
|
|
@46ef355c
|
13 years |
alex.converse |
aacdec: Add a fate test for 5.1 channel SBR.
|
|
|
@4acd43a2
|
13 years |
alex.converse |
aacdec: Turn off PS for multichannel files that use PCE based configs. …
|
|
|
@f247f4cf
|
13 years |
michaelni |
cabac: 3rd try at working around a compiler bug in clang.
Switch to a …
|
|
|
@1ef8ff45
|
13 years |
diego |
cabac: remove put_cabac_u/ueg from cabac-test.
The functions are not …
|
|
|
@3b1355bb
|
13 years |
stefasab |
ffprobe: change formatting logic in the JSON writer
Print a "\n" at …
|
|
|
@48f37b1d
|
13 years |
stefasab |
ffprobe: implement generic reindent logic in the JSON writer
…
|
|
|
@4231bbbf
|
13 years |
Reimar.Doeffinger |
sgidec: make compiler optimize away memcpy call in inner loop.
Using …
|
|
|
@efd6b80b
|
13 years |
Reimar.Doeffinger |
rawdec: use av_shrink_packet.
This fixes reads of uninitialized data …
|
|
|
@5cad9709
|
13 years |
rsbultje |
swscale: RGB4444 and BGR444 input
Signed-off-by: Ronald S. Bultje …
|
|
|
@741aca79
|
13 years |
michaelni |
libswresample: introduce int swr_set_compensation() instead of void …
|
|
|
@3e966850
|
13 years |
michaelni |
fate: add bitexact and idct to x8intra
Signed-off-by: Michael …
|
|
|
@444632ea
|
13 years |
michaelni |
cabac: Disable get_cabac_inline_x86() for clang 2.9 on x86_32
This …
|
|
|