|
|
|
@f9888520
|
13 years |
rsbultje |
vp8dsp x86: perform rounding shift with a single instruction
…
|
|
|
@7756859a
|
13 years |
rsbultje |
fate: add BMP tests.
|
|
|
@bc0bdda7
|
13 years |
rsbultje |
swscale: handle complete dimensions for monoblack/white.
Fixes bug 269.
|
|
|
@e484265c
|
13 years |
diego |
aacenc: Mark deinterleave_input_samples argument as const.
This fixes …
|
|
|
@1f068e44
|
13 years |
diego |
vf_unsharp: Mark readonly variable as const.
This fixes the following …
|
|
|
@14af74e9
|
13 years |
diego |
h264: fix 4:2:2 PCM-macroblocks decoding
Fixes bug 239.
…
|
|
|
@91dffb4c
|
13 years |
derek.buitenhuis |
w32threads: Make pthread_cond_wait follow POSIX
pthread_cond_wait is …
|
|
|
@3dde147f
|
13 years |
diego |
cosmetics: Consistently place static, inline and av_cold …
|
|
|
@d4f05ae3
|
13 years |
diego |
sbrdsp: Use standard multiple inclusion guards.
|
|
|
@6d21f498
|
13 years |
diego |
pcm: K&R formatting cosmetics
Signed-off-by: Diego Biurrun …
|
|
|
@835a893b
|
13 years |
derek.buitenhuis |
rawdec: Support fourccs YV16 and YV24
|
|
|
@34d908c
|
13 years |
lu_zero |
rtmp: implement bandwidth notification
Improve compatibility with …
|
|
|
@faba4a9b
|
13 years |
lu_zero |
rtmp: update supported audio codecs value
The audio codecs property …
|
|
|
@b991b300
|
13 years |
derek.buitenhuis |
Unscaled Planar RGB -> RGB support in swscale.
Signed-off-by: Michael …
|
|
|
@0aaa45ef
|
13 years |
derek.buitenhuis |
FATE: Add RALF decoding test
Signed-off-by: Derek Buitenhuis …
|
|
|
@95587d29
|
13 years |
anton |
vsrc_buffer: allow buffering arbitrary number of frames.
|
|
|
@416fd90e
|
13 years |
anton |
vf_scale: avoid a pointless memcpy in no-op conversion.
I.e. just …
|
|
|
@63736fe
|
13 years |
anton |
avfiltergraph: try to reduce format conversions in filters.
Current …
|
|
|
@996f9f0c
|
13 years |
anton |
avfiltergraph: add an AVClass to AVFilterGraph on next major bump.
It …
|
|
|
@ddb44312
|
13 years |
anton |
id3v2: fix skipping extended header in id3v2.4
In v2.4, the length …
|
|
|
@420d1df2
|
13 years |
derek.buitenhuis |
apedec: check bits <= 32.
Fixes a floating-point exception further …
|
|
|
@c265b77b
|
13 years |
rsbultje |
cavs: Remove unused code.
The square is always passed as 1 whenever …
|
|
|
@10b1c060
|
13 years |
justin.ruggles |
oggenc: fix condition when not to flush due to keyframe granule.
The …
|
|
|
@ed3e1b48
|
13 years |
justin.ruggles |
oggenc: add pagesize option to set preferred page size
When set, if …
|
|
|
@67aec40
|
13 years |
justin.ruggles |
libspeexdec: set frame size in libspeex_decode_init()
This fixes …
|
|
|
@12cbbbb4
|
13 years |
justin.ruggles |
smacker audio: sign-extend the initial 16-bit predicted value
Fixes …
|
|
|
@b691fd7a
|
13 years |
diego |
h264: drop ff_h264_ prefix from static function …
|
|
|
@9ad80ef3
|
13 years |
diego |
h264: Make ff_h264_decode_end() static, it is not used externally.
…
|
|
|
@afd8a395
|
13 years |
diego |
output-example: K&R formatting cosmetics, comment spelling fixes
|
|
|
@93f6d04
|
13 years |
lu_zero |
avf: make the example output the proper message
av_dump_format needs …
|
|
|
@28db30aa
|
13 years |
lu_zero |
avf: fix audio writing in the output-example
av_init_packet does not …
|
|
|
@4f7c7624
|
13 years |
rsbultje |
mov: don't overwrite existing indexes.
Prevents all kind of badness …
|
|
|
@0399fe0f
|
13 years |
rsbultje |
lzw: fix potential integer overflow.
|
|
|
@b7b1509d
|
13 years |
rsbultje |
truemotion: forbid invalid VLC bitsizes and token values.
…
|
|
|
@bf39d3b5
|
13 years |
rsbultje |
truemotion2: handle out-of-frame motion vectors through edge …
|
|
|
@9bd41bb1
|
13 years |
martin |
configure: Check for a different SDL function
This one is available …
|
|
|
@a05c41ac
|
13 years |
kostya.shishkov |
mp3dec: perform I/S and M/S only when frame mode is joint stereo.
…
|
|
|
@f704eb61
|
13 years |
kostya.shishkov |
id3v2: add another mimetype for JPEG image
|
|
|
@ddcf67c8
|
13 years |
rsbultje |
lzw: prevent buffer overreads.
Found-by: Mateusz "j00ru" Jurczyk and …
|
|
|
@28e8c4d5
|
13 years |
diego |
WMAL: Remove inaccurate and unnecessary doxy
A call to …
|
|
|
@63a1b48
|
13 years |
rsbultje |
h264: fix cabac-on-stack after safe cabac reader.
|
|
|
@bd508d43
|
13 years |
rsbultje |
truemotion2: convert packet header reading to bytestream2.
Also use …
|
|
|
@44257ef4
|
13 years |
rsbultje |
asf: only set index_read if the index contained entries.
This allows …
|
|
|
@a9401981
|
13 years |
rsbultje |
cabac: add overread protection to BRANCHLESS_GET_CABAC().
Found-by: …
|
|
|
@448dc425
|
13 years |
rsbultje |
cabac: increment jump locations by one in callers of …
|
|
|
@16f6e83f
|
13 years |
rsbultje |
cabac: remove unused argument from BRANCHLESS_GET_CABAC_UPDATE().
|
|
|
@951014e5
|
13 years |
rsbultje |
cabac: use struct+offset instead of memory operand in …
|
|
|
@a0bdcb01
|
13 years |
rsbultje |
h264: add overread protection to get_cabac_bypass_sign_x86().
|
|
|
@95bfa4ea
|
13 years |
rsbultje |
h264: reindent get_cabac_bypass_sign_x86().
|
|
|
@db02592
|
13 years |
rsbultje |
h264: use struct offsets in get_cabac_bypass_sign_x86().
|
|
|
@7374fac8
|
13 years |
rsbultje |
h264: fix overreads in cabac reader.
Found-by: Mateusz "j00ru" …
|
|
|
@d360dd90
|
13 years |
rsbultje |
wmall: fix seeking.
|
|
|
@0a82f52
|
13 years |
rsbultje |
lagarith: fix buffer overreads.
Found-by: Mateusz "j00ru" Jurczyk and …
|
|
|
@c0b34e61
|
13 years |
diego |
dvdec: drop unnecessary dv_tablegen.h #include
dvdec.c uses nothing …
|
|
|
@2efb710a
|
13 years |
mans |
build: fix doc generation errors in parallel builds
The $(dir) …
|
|
|
@a92be9b8
|
13 years |
diego |
Replace memset(0) by zero initializations.
Also remove one pointless …
|
|
|
@856c8e0a
|
13 years |
diego |
faandct: Remove FAAN_POSTSCALE define and related code.
It is not a …
|
|
|
@a839dbb9
|
13 years |
anton |
dvenc: print allowed profiles if the video doesn't conform to any of them.
|
|
|
@3c6607eb
|
13 years |
anton |
avcodec_encode_{audio,video}: only reallocate output packet when it …
|
|
|
@e2e165c0
|
13 years |
anton |
FATE: add a test for vp8 with changing frame size.
|
|
|
@e74d6da
|
13 years |
rsbultje |
fate: add kgv1 fate test.
Tested to be bit-exact across x86-64, …
|
|
|
@eed691f
|
13 years |
justin.ruggles |
oggdec: calculate correct timestamps in Ogg/FLAC
We need to parse the …
|
|
|
@55abaa58
|
13 years |
justin.ruggles |
westwood_vqa: fix SND0 chunk handling
Version from vqa header does …
|
|
|
@f0a343f3
|
13 years |
rsbultje |
westwood_vqa: set video stream duration
Signed-off-by: Paul B Mahol …
|
|
|
@98df2e24
|
13 years |
rsbultje |
raw: forward avpicture_fill() error code in raw_decode().
Found-by: …
|
|
|
@8e0b7e2f
|
13 years |
diego |
build: Do not explicitly add the doc directory to the OBJDIRS list.
…
|
|
|
@d724fe66
|
13 years |
diego |
dv: Split off DV video decoder into its own file.
|
|
|
@9f43fdda
|
13 years |
diego |
build: fix RALF decoder standalone compilation, which depends on …
|
|
|
@d7ce1a48
|
13 years |
diego |
configure: Drop stray duplicate entry for --disable-fft from help output.
|
|
|
@904100e5
|
13 years |
martin |
make av_interleaved_write_frame() flush packets when pkt is NULL
This …
|
|
|
@c9024a9f
|
13 years |
alex.converse |
mpegts: Fix dead error checks
|
|
|
@95b192de
|
13 years |
rsbultje |
vc1: Do not read from array if index is invalid.
Found-by: Mateusz …
|
|
|
@2ad40554
|
13 years |
rsbultje |
targa: convert to bytestream2.
Also remove some write-only variables …
|
|
|
@5484170a
|
13 years |
rsbultje |
rv34: set mb_num_left to 0 after finishing a frame
Prevents running …
|
|
|
@72ccfb3
|
13 years |
diego |
build: ppc: drop stray leftover backslash
|
|
|
@e7e19b15
|
13 years |
diego |
build: Only clean the architecture subdirectory we build for.
This …
|
|
|
@6a7c5312
|
13 years |
diego |
build: drop some unnecessary dependencies from the H.264 parser
|
|
|
@ad0e31f1
|
13 years |
diego |
build: prettyprinting cosmetics
|
|
|
@80391552
|
13 years |
diego |
libavutil: Remove pointless rational test program.
|
|
|
@193d7ee
|
13 years |
diego |
libavutil: Remove broken and pointless lzo test program.
|
|
|
@967923a
|
13 years |
anton |
lavf doxy: expand AVStream.codec doxy.
|
|
|
@e44ada12
|
13 years |
anton |
lavf doxy: improve AVStream.time_base doxy.
Remove confusing sentence …
|
|
|
@f58b8cc3
|
13 years |
anton |
lavf doxy: add some basic documentation about reading from the demuxer.
|
|
|
@10fa4ff7
|
13 years |
anton |
lavf doxy: document passing options to demuxers.
|
|
|
@dca9c81d
|
13 years |
anton |
lavf doxy: clarify that an AVPacket contains encoded data.
|
|
|
@3fadb29
|
13 years |
martin |
mpegtsenc: allow user triggered PES packet flushing
Signed-off-by: …
|
|
|
@9c47f2b2
|
13 years |
anton |
APIchanges: mark the place where 0.7 was cut.
|
|
|
@75bdd55e
|
13 years |
anton |
APIchanges: mark the place where 0.8 was cut.
|
|
|
@5d20e7b7
|
13 years |
anton |
APIchanges: fill in missing dates and hashes.
|
|
|
@b2af057a
|
13 years |
rsbultje |
smacker: convert palette and header reading to bytestream2.
|
|
|
@c3bbd0b5
|
13 years |
rsbultje |
alac: convert extradata reading to bytestream2.
|
|
|
@62ce9de
|
13 years |
diego |
x86: dsputil: prettyprint gcc inline asm
|
|
|
@3b54912
|
13 years |
diego |
x86: K&R prettyprinting cosmetics for dsputil_mmx.c
|
|
|
@915a2a0a
|
13 years |
diego |
x86: conditionally compile H.264 QPEL optimizations
|
|
|
@3816642
|
13 years |
diego |
dsputil_mmx: Surround QPEL macros by "do { } while (0);" blocks.
This …
|
|
|
@5d115c1d
|
13 years |
diego |
Ignore generated files below doc/.
|
|
|
@3a3f06b0
|
13 years |
rsbultje |
dpcm: convert to bytestream2.
|
|
|
@f31a68e7
|
13 years |
rsbultje |
interplayvideo: convert to bytestream2.
|
|
|
@68893afe
|
13 years |
martin |
movenc: Merge if statements
This isn't exactly equivalent with the …
|
|
|
@cb348677
|
13 years |
rsbultje |
h264: fix memleak in error path.
Signed-off-by: Ronald S. Bultje …
|
|
|