|
|
|
@723c35fe
|
13 years |
diego |
fate: split off vqf/twinvq FATE tests into their own file
|
|
|
@9e5bd6cc
|
13 years |
diego |
fate: split off mpc FATE tests into their own file
|
|
|
@913b6b4b
|
13 years |
diego |
fate: split off libavcodec FATE tests into their own file
|
|
|
@4e616d09
|
13 years |
diego |
fate: split off Microsoft codec FATE tests into their own file
|
|
|
@bebf9f92
|
13 years |
diego |
fate: group all VP* codec FATE tests together in one file
|
|
|
@6e9bb5aa
|
13 years |
janne-libav |
swscale: prevent invalid writes in packed_16bpc_bswap
Writes past the …
|
|
|
@80dc7c01
|
13 years |
anton |
avs: call release_buffer() at the end.
Fixes a memleak.
|
|
|
@06e8d38f
|
13 years |
anton |
Add minor bumps and APIchanges entries for lavc/lavfi changes.
|
|
|
@c65dfac4
|
13 years |
rsbultje |
mpegvideo.c: K&R formatting and cosmetics.
Signed-off-by: Ronald S. …
|
|
|
@04a14d4d
|
13 years |
anton |
avconv: avoid memcpy in vsrc_buffer when possible.
Decoding …
|
|
|
@64dca32c
|
13 years |
anton |
avconv: implement get_buffer()/release_buffer().
This will allow …
|
|
|
@e1d9dbf2
|
13 years |
anton |
lavfi: add a new function av_buffersrc_buffer().
It can be used to …
|
|
|
@1c9e340d
|
13 years |
anton |
lavfi: add avfilter_copy_frame_props()
avfilter_copy_frame_props() …
|
|
|
@8a4a5f6f
|
13 years |
anton |
lavc: add format field to AVFrame
The format is a per-frame property, …
|
|
|
@3a2ddf7c
|
13 years |
anton |
lavc: add width and height fields to AVFrame
width and height are …
|
|
|
@b58dbb5
|
13 years |
anton |
lavc: add a sample_aspect_ratio field to AVFrame
The sample aspect …
|
|
|
@67100555
|
13 years |
lu_zero |
doxy: add website-alike style to the html output
Signed-off-by: Luca …
|
|
|
@2bbb4720
|
13 years |
anton |
FAQ: add an entry for common error when using -profile
|
|
|
@8b94df0f
|
13 years |
siretart |
vp3dec: Check coefficient index in vp3_dequant()
Based on a patch by …
|
|
|
@6e24b948
|
13 years |
siretart |
svq1dec: call avcodec_set_dimensions() after dimensions changed.
…
|
|
|
@be00d2e1
|
13 years |
siretart |
Prepare for 0.8_beta1 snapshot release
|
|
|
@7052618c
|
13 years |
janne-libav |
threads: check defines before using them in automatic thread detection
|
|
|
@846dca1a
|
13 years |
janne-libav |
pthread: include sys/types.h before sys/sysctl.h
Fixes compilation on …
|
|
|
@d09298f0
|
13 years |
anton |
4xm: remove unused variables.
|
|
|
@bc6a3bd4
|
13 years |
anton |
h264: Fix a possible overread in decode_nal_units()
Signed-off-by: …
|
|
|
@82d05e7
|
13 years |
anton |
allfilters: fix type of avfilter_vsrc_buffer.
|
|
|
@01eb9805
|
13 years |
rsbultje |
w32thread: call ResetEvent() in pthread_cond_broadcast().
Also add …
|
|
|
@4e8d6218
|
13 years |
diego |
build: fix standalone compilation of OMA muxer
The muxer depends on …
|
|
|
@e2c97aee
|
13 years |
diego |
build: fix standalone compilation of Microsoft XMV demuxer
The …
|
|
|
@408dbbd
|
13 years |
diego |
build: fix standalone compilation of Core Audio Format demuxer
The …
|
|
|
@ad3161ec
|
13 years |
janne-libav |
kvmc: fix invalid reads
Signed-off-by: Janne Grunau …
|
|
|
@355d917c
|
13 years |
janne-libav |
4xm: Add a check in decode_i_frame to prevent buffer overreads
Fixes …
|
|
|
@01a01bf8
|
13 years |
janne-libav |
adpcm: fix IMA SMJPEG decoding
Signed-off-by: Janne Grunau …
|
|
|
@c32e402
|
13 years |
janne-libav |
options: set minimum for "threads" to zero
A negative number of …
|
|
|
@b9e2226
|
13 years |
janne-libav |
bsd: use number of logical CPUs as automatic thread count
|
|
|
@ad29ecbf
|
13 years |
janne-libav |
windows: use number of CPUs as automatic thread count
|
|
|
@ea4d5f48
|
13 years |
janne-libav |
linux: use number of CPUs as automatic thread count
Use …
|
|
|
@f77f640b
|
13 years |
janne-libav |
pthreads: reset active_thread_type when slice thread_init returrns early
|
|
|
@fede0154
|
13 years |
janne-libav |
v410dec: include correct headers
This file does not use anything from …
|
|
|
@aaf47bcd
|
13 years |
diego |
Drop ALT_ prefix from BITSTREAM_READER_LE name.
The prefix is a …
|
|
|
@196c9e5c
|
13 years |
anton |
lavfi: always build vsrc_buffer.
It's a part of public API.
|
|
|
@9a3f1069
|
13 years |
justin.ruggles |
ra144enc: zero the reflection coeffs if the filter is unstable
fixes …
|
|
|
@131609dc
|
13 years |
anton |
sws: readd PAL8 to isPacked()
Fixes PAL8 to YUV conversion.
|
|
|
@4bf3c8f2
|
13 years |
alex.converse |
mov: Don't stick the QuickTime field ordering atom in extradata.
The …
|
|
|
@f264d336
|
13 years |
justin.ruggles |
truespeech: fix invalid reads in truespeech_apply_twopoint_filter()
…
|
|
|
@e9dc9201
|
13 years |
justin.ruggles |
asfdec: add side data to ASFStream packet instead of output packet.
…
|
|
|
@3f9257c5
|
13 years |
justin.ruggles |
idroqdec: set AVFMTCTX_NOHEADER and create streams as they occur.
…
|
|
|
@ce949481
|
13 years |
martin |
nellymoserdec: Indicate that the decoder can handle changed parameters …
|
|
|
@f13db94d
|
13 years |
martin |
libavcodec: Apply parameter change side data when decoding audio
…
|
|
|
@2215c39e
|
13 years |
martin |
flvdec: Add param change side data if the sample rate or channels have …
|
|
|
@3e79c2ad
|
13 years |
martin |
libavformat: Add a utility function for adding parameter change side …
|
|
|
@fe75dc85
|
13 years |
martin |
libavcodec: Define a side data type for parameter changes
Also define …
|
|
|
@132846b0
|
13 years |
martin |
aacdec: Handle new extradata passed as side data
Signed-off-by: …
|
|
|
@251f320f
|
13 years |
martin |
flvdec: Export new AAC/H.264 extradata as side data on the next packet …
|
|
|
@195c123c
|
13 years |
martin |
libavcodec: Define a side data type for new extradata
Signed-off-by: …
|
|
|
@17c84f4e
|
13 years |
justin.ruggles |
flacdec: skip all track indices at once instead of looping.
…
|
|
|
@c15da594
|
13 years |
janne-libav |
mxf: Add PictureEssenceCoding UL for V210.
Signed-off-by: Janne …
|
|
|
@6547fd9
|
13 years |
janne-libav |
mxfdec: consider QuantizationBits between 17 and 24 to be pcm_s24*
…
|
|
|
@adff77f2
|
13 years |
janne-libav |
mxfenc: Add support for MPEG-2 MP@HL-14 in mxf container.
Support …
|
|
|
@4ee04247
|
13 years |
janne-libav |
mxf: H.264/MPEG-4 AVC Intra support
Signed-off-by: Janne Grunau …
|
|
|
@9c984b1b
|
13 years |
martin |
configure: Show whether the safe bitstream reader is enabled
…
|
|
|
@6fdb2ce3
|
13 years |
diego |
x86: Tighten register constraints for decode_significance*_x86.
On …
|
|
|
@c1836540
|
13 years |
diego |
Replace Subversion revisions in comments by Git hashes.
|
|
|
@8742a4f
|
13 years |
diego |
h264_cabac: synchronize decode_significance_*_x86 conditionals
The …
|
|
|
@2003a292
|
13 years |
rsbultje |
w32threads: wait for the waked thread in pthread_cond_signal.
This …
|
|
|
@021914e2
|
13 years |
alex.converse |
aacdec: Cleanup decode_ics_info.
Remove unused function argument. …
|
|
|
@139cef8e
|
13 years |
lu_zero |
network: properly declare WSADATA in windows
Fixed "ISO C90 forbids …
|
|
|
@9f3c77dd
|
13 years |
lu_zero |
fate: account for NUT 10bit support
Some libavifilter tests use NUT …
|
|
|
@9d6b2077
|
13 years |
mans |
build: error on mixed declarations and code
Signed-off-by: Mans …
|
|
|
@514294e8
|
13 years |
mans |
postproc: altivec: fix remaining mixed declarations and code
…
|
|
|
@b49b836
|
13 years |
mans |
postproc: altivec: untemplate some variable names
These variables are …
|
|
|
@b1bcddfb
|
13 years |
mans |
postproc: altivec: fix trivial cases of mixed declarations and code
…
|
|
|
@37c0dc62
|
13 years |
lu_zero |
lavc: always align height by 32 pixel
Interlaced content for most …
|
|
|
@91b1e6f0
|
13 years |
lu_zero |
raw: add 10bit YUV definitions
Signed-off-by: Luca Barbato …
|
|
|
@432f0e5b
|
13 years |
lu_zero |
nut: support 10bit YUV
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
|
|
|
@1ce1578e
|
13 years |
diego |
mpegvideo_enc: separate declarations and statements
…
|
|
|
@a55eb158
|
13 years |
diego |
oma: make header compile standalone
|
|
|
@bc4d1561
|
13 years |
diego |
vp3: Reorder some functions to fix VP3 build with Theora disabled.
|
|
|
@19277d93
|
13 years |
diego |
build: fix standalone compilation of ADX encoder
The encoder depends …
|
|
|
@18725fcd
|
13 years |
diego |
build: fix standalone compilation of ADPCM decoders
The generic ADPCM …
|
|
|
@606c9297
|
13 years |
diego |
build: fix standalone compilation of mpc7/mpc8 decoders
These …
|
|
|
@1443ea93
|
13 years |
justin.ruggles |
4xm: Use bytestream2 functions to prevent overreads
Fixes Bug 110.
…
|
|
|
@fd22616
|
13 years |
justin.ruggles |
bytestream: add a new set of bytestream functions with overread …
|
|
|
@41bdd4ad
|
13 years |
alex.converse |
mpegts: Suppress invalid timebase warnings on DMB streams.
…
|
|
|
@d9b89b2
|
13 years |
alex.converse |
mpegts: Fix typo in handling sections in the PMT.
This was an error …
|
|
|
@b797f735
|
13 years |
martin |
vc1dec: Use the right pointer type for the tmp pointer
This fixes …
|
|
|
@729ebb2f
|
13 years |
janne-libav |
h264: clear trailing bits in partially parsed NAL units
Trailing bits …
|
|
|
@0a6aff69
|
13 years |
martin |
vc1: Handle WVC1 interlaced stream
Signed-off-by: Martin Storsjö …
|
|
|
@00aad121
|
13 years |
martin |
xl: Fix overreads
Signed-off-by: Martin Storsjö <martin@martin.st>
|
|
|
@1c668624
|
13 years |
lu_zero |
mpegts: rename payload_index to payload_size
It holds the size of the …
|
|
|
@02e8f032
|
13 years |
lu_zero |
segment: introduce segmented chain muxer
It behaves similarly to …
|
|
|
@1ee5b5e8
|
13 years |
lu_zero |
lavu: add AVERROR_BUG error value
It should be used to mark codepath …
|
|
|
@c9aa4cfd
|
13 years |
justin.ruggles |
avplay: clear pkt_temp when pkt is freed.
Signed-off-by: Michael …
|
|
|
@25c2d76b
|
13 years |
diego |
qcelpdec: K&R formatting cosmetics
Signed-off-by: Diego Biurrun …
|
|
|
@2fd2918
|
13 years |
diego |
qcelpdec: cosmetics: drop some pointless parentheses
|
|
|
@30bbd5cb
|
13 years |
diego |
x86: conditionally compile dnxhd encoder optimizations
|
|
|
@358ea75e
|
13 years |
janne-libav |
Revert "h264: skip start code search if the size of the nal unit is …
|
|
|
@7b3894be
|
13 years |
rsbultje |
swscale: fix formatting and indentation of unscaled conversion …
|
|
|
@87eebb34
|
13 years |
janne-libav |
h264: skip start code search if the size of the nal unit is known
…
|
|
|
@2e7905ee
|
13 years |
janne-libav |
cljr: fix buf_size sanity check
Signed-off-by: Janne Grunau …
|
|
|