|
|
|
@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 …
|
|
|
@652d81b2
|
13 years |
janne-libav |
cljr: Check if width and height are positive integers
Width and …
|
|
|
@2a216ca2
|
13 years |
mans |
APIchanges: fill in revision for AVFrame.age deprecation
…
|
|
|
@8400b126
|
13 years |
mans |
avcodec: deprecate AVFrame.age
This was intended as an optimisation …
|
|
|
@bc78cee
|
13 years |
justin.ruggles |
4xm: remove unneeded check for remaining unused data.
This is …
|
|
|
@93fc5a9f
|
13 years |
anton |
lavf: force threads to 1 in avformat_find_stream_info()
Fixes …
|
|
|
@d49352c7
|
13 years |
rsbultje |
swscale: fix overflows in vertical scaling at top/bottom edges.
This …
|
|
|
@f40e7eb5
|
13 years |
anton |
lavf: add OpenMG audio muxer.
Signed-off-by: Anton Khirnov …
|
|
|
@ee20b332
|
13 years |
anton |
omadec: split data that will be used in the muxer to a separate file.
|
|
|
@08f7af0c
|
13 years |
anton |
lavf: rename oma.c -> omadec.c
|
|
|
@488a5b3f
|
13 years |
rsbultje |
tmv decoder: set correct pix_fmt
Previously the decoder only worked …
|
|
|
@0ea5b442
|
13 years |
mans |
build: link test programs with static libraries
Many of the test …
|
|
|
@e064d46e
|
13 years |
mans |
dct-test: remove unused variable cropTbl
Signed-off-by: Mans Rullgard …
|
|
|
@72dafea0
|
13 years |
mans |
swscale: fix overflow in gray16 vertical scaling.
This fixes the same …
|
|
|
@86a10281
|
13 years |
mans |
get_bits: remove LAST_SKIP_CACHE macro
This macro is empty since the …
|
|
|
@77d88b87
|
13 years |
mans |
swscale: fix integer overflows in RGB pixel writing.
We're shifting …
|
|
|
@b4dc6880
|
13 years |
janne-libav |
swscale: add endian conversion for RGB555 and RGB444 pixel formats
…
|
|
|
@be1bafc3
|
13 years |
mans |
swscale: fix overflows in output of RGB48 pixels.
For certain types …
|
|
|
@5d8122db
|
13 years |
mans |
get_bits: remove strange/obsolete comments
Signed-off-by: Mans …
|
|
|
@e42bb0ee
|
13 years |
mans |
get_bits: whitespace (mostly) cosmetics
Signed-off-by: Mans Rullgard …
|
|
|
@ed46a3d
|
13 years |
janne-libav |
swscale: add rgb565 endianess conversion
|
|
|
@adb28c49
|
13 years |
mans |
get_bits: remove unnecessary #includes
Signed-off-by: Mans Rullgard …
|
|
|
@ac08f798
|
13 years |
mans |
mp3dec: hack: fix decoding with safe bitstream reader
The buffer …
|
|
|
@583d3b7
|
13 years |
mans |
fate: fix eatqi test
The sample has an incomplete last frame. …
|
|
|
@e614fac2
|
13 years |
justin.ruggles |
adpcm: Check for channels to be a non-zero integer
channels would be …
|
|
|
@43918059
|
13 years |
mans |
swscale: fix overflows in RGB rounding constants.
Signed-off-by: Mans …
|
|
|
@8cfbbd92
|
13 years |
mans |
get_bits: introduce safe bitreading to prevent overreads.
When turned …
|
|
|
@a1e98f19
|
13 years |
mans |
get_bits: remove A32 variant
The A32 bitstream reader variant is only …
|
|
|
@a7b5e841
|
13 years |
anton |
avconv: support stream specifiers in -metadata and -map_metadata
…
|
|
|
@bb9747c8
|
13 years |
anton |
wavpack: Fix 32-bit clipping
In the case that (frame_flags & 0x03) == …
|
|
|
@365e1ec2
|
13 years |
anton |
wavpack: Clip samples after shifting
It doesn't make much sense to …
|
|
|
@0b4c3232
|
13 years |
rsbultje |
h264: don't drop B-frames after next keyframe on POC reset.
The …
|
|
|
@b8909cb3
|
13 years |
mans |
get_bits: remove useless pointer casts
These pointers are already of …
|
|
|
@54e75be4
|
13 years |
diego |
configure: refactor lists of tests and components into variables
|
|
|
@11b1db27
|
13 years |
mans |
rv40: NEON optimised weak loop filter
Signed-off-by: Mans Rullgard …
|
|
|
@65a25adc
|
13 years |
martin |
mpegts: replace some magic numbers with the existing define
…
|
|
|
@72cb904
|
13 years |
janne-libav |
swscale: add unscaled packed 16 bit per component endianess conversion
|
|
|
@d3b8bde2
|
13 years |
alex.converse |
movenc: Rudimentary IODs support.
|
|
|
@dabba0c6
|
13 years |
mans |
v410enc: fix output buffer size check
The encoder clearly needs width …
|
|
|
@0249144a
|
13 years |
mans |
v410enc: include correct headers
This file does not use anything from …
|
|
|
@ef5756a
|
13 years |
janne-libav |
fate: add -pix_fmt rgb48le to r210 test
Fixes checksum on big endian …
|
|
|
@bd2ff1a8
|
13 years |
martin |
flvenc: Support muxing 16 kHz nellymoser
Signed-off-by: Martin …
|
|
|
@055c61b8
|
13 years |
diego |
configure: refactor list of programs into a variable
|
|
|
@beaf4012
|
13 years |
janne-libav |
fate: add r210 decoder test
Signed-off-by: Janne Grunau …
|
|
|
@6146d78
|
13 years |
diego |
fate: split off Indeo FATE tests into their own file
|
|
|
@44b7e1b9
|
13 years |
diego |
fate: split off ATRAC FATE tests into their own file
|
|
|
@6c3abd70
|
13 years |
diego |
fate: Add FATE tests for v410 encoder and decoder
Signed-off-by: …
|
|
|
@b536c7a3
|
13 years |
mans |
ARM: fix external symbol refs in rv40 asm
External symbol references …
|
|
|
@566ee0ea
|
13 years |
martin |
westwood: Make sure audio header info is present when parsing audio …
|
|
|
@1b35af32
|
13 years |
martin |
libgsm: Reset the MS mode of GSM in the flush function
The mode is …
|
|
|
@8637af8d
|
13 years |
martin |
libgsm: Set options on the right object
This fixes regressions in …
|
|
|
@f7de5235
|
13 years |
mans |
ARM: dca: disable optimised decode_blockcodes() for old gcc
Old gcc …
|
|
|
@115a5730
|
13 years |
martin |
applehttp: Properly clean up if unable to probe a segment
This avoids …
|
|
|
@c41b9842
|
13 years |
martin |
applehttp: Avoid reading uninitialized memory
Signed-off-by: Martin …
|
|
|
@61ad9a4b
|
13 years |
diego |
fate: Replace misleading "aac" in the name of an ADTS test with "adts".
|
|
|
@80726be4
|
13 years |
diego |
fate: Drop pointless "-an" from pictor test command.
|
|
|
@d69a03ef
|
13 years |
diego |
fate: split off image codec FATE tests into their own file
|
|
|
@b998aec4
|
13 years |
diego |
fate: split off WMA codec FATE tests into their own file
|
|
|
@86027674
|
13 years |
diego |
fate: split off lossless video and audio FATE tests into their own files
|
|
|
@f8c47cb8
|
13 years |
diego |
fate: split off qtrle codec FATE tests into their own file
|
|
|
@42de665d
|
13 years |
diego |
fate: split off Ut Video codec FATE tests into their own file
|
|
|
@753a5063
|
13 years |
diego |
fate: split off screen codec FATE tests into their own file
|
|
|
@bad3817
|
13 years |
diego |
fate: split off Real Inc. codec FATE tests into their own file
|
|
|
@bf692357
|
13 years |
diego |
fate: split off AC-3 codec FATE tests into their own file
|
|
|
@4f820131
|
13 years |
lu_zero |
mpegvideo: remove abort() in ff_find_unused_picture()
Signed-off-by: …
|
|
|
@71ce7602
|
13 years |
mans |
rv40: NEON optimised loop filter strength selection
Signed-off-by: …
|
|
|
@d8edf1b5
|
13 years |
mans |
rv40: rearrange loop filter functions
This splits the loop filter …
|
|
|
@3e0b1c9a
|
13 years |
diego |
configure: cosmetics: sort some lists where appropriate
|
|
|
@3c62a71
|
13 years |
diego |
swscale_mmx: drop no longer required parameters from VSCALEX macros
|
|
|
@52de07e
|
13 years |
diego |
swscale: Mark yuv2planeX_8_mmx as MMX2; it contains MMX2 instructions.
|
|
|
@88b9735
|
13 years |
diego |
build: conditionally compile x86 H.264 chroma optimizations
|
|
|
@80f6c0bb
|
13 years |
diego |
v410 encoder and decoder
v410 is a packed 10-bit 4:4:4 YCbCr format …
|
|
|