|
|
|
@9706d1c7
|
16 years |
kostya.shishkov |
Check combined depth and number of components in TIFF decoder, thus …
|
|
|
@68e7f482
|
16 years |
kostya.shishkov |
YUV into RGB48 BE/LE conversion support
Originally committed as …
|
|
|
@e8417235
|
16 years |
kostya.shishkov |
Partial (low bits ignored, no direct transcoding into other RGB …
|
|
|
@b2984add
|
16 years |
baptiste.coudurier |
do not parse full header for private streams
Originally committed as …
|
|
|
@617c4616
|
16 years |
baptiste.coudurier |
correctly handle maximum streams limit
Originally committed as …
|
|
|
@1c4df2ab
|
16 years |
baptiste.coudurier |
export data from private streams
Originally committed as revision …
|
|
|
@0802356c
|
16 years |
stefano.sabatini-lala |
Remove the const qualifier for the name field of AVFilterInOut, since …
|
|
|
@9e1cc598
|
16 years |
ramiro.polla |
indent
Originally committed as revision 19071 to …
|
|
|
@85121858
|
16 years |
ramiro.polla |
Remove useless if(), leftover from the vhook removal.
Originally …
|
|
|
@24dd21fa
|
16 years |
Reimar.Doeffinger |
add #if CONFIG_ZLIB_DECODER around zlib_decomp function.
Fixes …
|
|
|
@79183d3c
|
16 years |
Reimar.Doeffinger |
mszh decompression: add a special case for an all-0 mask, i.e. 32 …
|
|
|
@a7bfbe4e
|
16 years |
Reimar.Doeffinger |
lcldec: ensure that the offset for av_memcpy_backptr is valid.
…
|
|
|
@4ec42240
|
16 years |
stefano.sabatini-lala |
Implement avfilter_graph_config_links().
Originally committed as …
|
|
|
@c70ac8e7
|
16 years |
Reimar.Doeffinger |
I will take care of the lcl de-/encoder while Roberto is unavailable.
…
|
|
|
@bbf30674
|
16 years |
Reimar.Doeffinger |
Fix memleak due to c->decomp_buf never being freed.
Originally …
|
|
|
@908425c
|
16 years |
Reimar.Doeffinger |
Only call inflateEnd when we were actually using the zlib code.
…
|
|
|
@4ad3df9
|
16 years |
Reimar.Doeffinger |
avctx->priv_data is initialized to 0, get rid of useless extra …
|
|
|
@7ffc844
|
16 years |
Reimar.Doeffinger |
Merge variable declaration and initialization.
Originally committed …
|
|
|
@7c204216
|
16 years |
Reimar.Doeffinger |
Use int-size types instead of char where it makes no difference.
…
|
|
|
@7a15b258
|
16 years |
Reimar.Doeffinger |
Take advantage of available input padding to optimize mszh_decomp
…
|
|
|
@a5d2745d
|
16 years |
Reimar.Doeffinger |
Change maskbit variable to contain (1 << maskbit)
Originally …
|
|
|
@e0b3af90
|
16 years |
Reimar.Doeffinger |
Remove check that thanks to padding is no longer necessary.
…
|
|
|
@0b997644
|
16 years |
Reimar.Doeffinger |
100l, the compression field in lcl extradata must be interpreted as …
|
|
|
@e4f141ad
|
16 years |
Reimar.Doeffinger |
One more use for FFMIN.
Originally committed as revision 19055 to …
|
|
|
@0d48e6ec
|
16 years |
Reimar.Doeffinger |
Pad the decompression buffer and use av_memcpy_backptr for the mszh …
|
|
|
@974ce785
|
16 years |
Reimar.Doeffinger |
Mark srcptr as const in mszh_decomp
Originally committed as revision …
|
|
|
@6065dcea
|
16 years |
Reimar.Doeffinger |
Remove unnecessary put_bits/get_bits includes.
Originally committed …
|
|
|
@2bee5908
|
16 years |
Reimar.Doeffinger |
Use bytestream_get_le16 to simplify offset/count calculation for mszh …
|
|
|
@5a18221b
|
16 years |
Reimar.Doeffinger |
Remove useless & 0x1f
Originally committed as revision 19050 to …
|
|
|
@7b151a98
|
16 years |
Reimar.Doeffinger |
Document padding requirements of mszh_decomp srcptr buffer
Originally …
|
|
|
@5e5fe7da
|
16 years |
Reimar.Doeffinger |
Use srcptr_end variable to avoid having to update both srcptr and …
|
|
|
@dbc53ffc
|
16 years |
Reimar.Doeffinger |
Change buffer size checks to avoid the undefined overflow case.
…
|
|
|
@2fddb91e
|
16 years |
Reimar.Doeffinger |
Simply use memcpy instead of AV_RN32/AV_WN32 combination.
Originally …
|
|
|
@661cb0d4
|
16 years |
Reimar.Doeffinger |
Fix decoding of multithread-encoded lcl files on big-endian.
…
|
|
|
@ce22c7d0
|
16 years |
Reimar.Doeffinger |
Remove another useless ()
Originally committed as revision 19044 to …
|
|
|
@21bf2f51
|
16 years |
Reimar.Doeffinger |
Correct calculation of compressed input length.
Originally committed …
|
|
|
@46adcc27
|
16 years |
Reimar.Doeffinger |
Add sanity check for mthread_inlen, avoids crashes due to invalid …
|
|
|
@1207c84a
|
16 years |
Reimar.Doeffinger |
Use FFMIN
Originally committed as revision 19041 to …
|
|
|
@c2c0c1c0
|
16 years |
Reimar.Doeffinger |
Factor out zlib decompression code to avoid massive code duplication, …
|
|
|
@f005808b
|
16 years |
Reimar.Doeffinger |
Use FFALIGN
Originally committed as revision 19039 to …
|
|
|
@46c02b1b
|
16 years |
Reimar.Doeffinger |
Move variable into block where it is used, avoiding a unused variable …
|
|
|
@2b550f81
|
16 years |
Reimar.Doeffinger |
Make lcldec less annoyingly verbose, move messages from AV_LOG_INFO to …
|
|
|
@75f6d6c7
|
16 years |
Reimar.Doeffinger |
Get rid of unreachable code: avctx->codec_id == CODEC_ID_ZLIB is not …
|
|
|
@56b4469
|
16 years |
Reimar.Doeffinger |
lcldec.c: change #if CONFIG_ZLIB to #if CONFIG_ZLIB_DECODER.
The zlib …
|
|
|
@445e0ab5
|
16 years |
Reimar.Doeffinger |
Get rid of extradata casts, it already has the right uint8_t * type
…
|
|
|
@8c18e490
|
16 years |
Reimar.Doeffinger |
Make lcldec produce YUV output when the input file is coded like that, …
|
|
|
@55619690
|
16 years |
Reimar.Doeffinger |
Remove now unused elements from LclEncContext
Originally committed as …
|
|
|
@3b855101
|
16 years |
Reimar.Doeffinger |
Remove useless casts, extradata is already "uint8_t *"
Originally …
|
|
|
@e786d3cf
|
16 years |
Reimar.Doeffinger |
lclenc.c: compress directly into output buffer instead of using a …
|
|
|
@4a01b3c
|
16 years |
baptiste.coudurier |
initialize pes state to skip
Originally committed as revision 19029 …
|
|
|
@32b3ab9b
|
16 years |
Reimar.Doeffinger |
Remove superfluous () from lclenc.c
Originally committed as revision …
|
|
|
@8f033e3e
|
16 years |
Reimar.Doeffinger |
Cosmetics: fix indentation in lclenc.c
Originally committed as …
|
|
|
@7ff7ac6
|
16 years |
Reimar.Doeffinger |
Remove "#if CONFIG_ZLIB" checks from lclenc.c, the file is never …
|
|
|
@f988ce6c
|
16 years |
andreas |
Add a lock manager API to libavcodec.
Allows an application to …
|
|
|
@b8df8d0d
|
16 years |
baptiste.coudurier |
remove cast and use put_sbits, fix assertion in put_bits
Originally …
|
|
|
@15c315b7
|
16 years |
baptiste.coudurier |
fix 3gp metadata, write strings in UTF8, patch by Larbi Joubala, larbi …
|
|
|
@135c8c2c
|
16 years |
baptiste.coudurier |
add myself as maintainer for mpegts*
Originally committed as revision …
|
|
|
@1f076543
|
16 years |
baptiste.coudurier |
print reg desc in a more friendly way
Originally committed as …
|
|
|
@ad183ff4
|
16 years |
baptiste.coudurier |
give context to dprintf
Originally committed as revision 19020 to …
|
|
|
@fc72ad19
|
16 years |
baptiste.coudurier |
print registration descriptor in debug
Originally committed as …
|
|
|
@7e69621f
|
16 years |
baptiste.coudurier |
split audio chunks in mov demuxer
Originally committed as revision …
|
|
|
@84c7d45e
|
16 years |
baptiste.coudurier |
0x7a is E-AC3 descriptor
Originally committed as revision 19017 to …
|
|
|
@67c9cd69
|
16 years |
baptiste.coudurier |
fix compilation with DEBUG defined
Originally committed as revision …
|
|
|
@19c0563a
|
16 years |
baptiste.coudurier |
fix compilation with DEBUG defined
Originally committed as revision …
|
|
|
@e695906e
|
16 years |
baptiste.coudurier |
use dts codec probing
Originally committed as revision 19014 to …
|
|
|
@7103a77b
|
16 years |
baptiste.coudurier |
set codec_tag to stream type, so user can deal with it
Originally …
|
|
|
@5b3c4c8a
|
16 years |
baptiste.coudurier |
set codec_tag to registration descriptor if present
Originally …
|
|
|
@ffdbada6
|
16 years |
baptiste.coudurier |
add streams even if they are not present in PMT, fix #1092 and #835
…
|
|
|
@e6eb74d
|
16 years |
baptiste.coudurier |
remove no longer needed fake dvbsub stream type
Originally committed …
|
|
|
@f2c357d9
|
16 years |
baptiste.coudurier |
reindent
Originally committed as revision 19009 to …
|
|
|
@ed68efad
|
16 years |
baptiste.coudurier |
remove no longer needed init
Originally committed as revision 19008 …
|
|
|
@6a2a50f
|
16 years |
baptiste.coudurier |
factorize
Originally committed as revision 19007 to …
|
|
|
@f42d1d82
|
16 years |
baptiste.coudurier |
simplify and merge
Originally committed as revision 19006 to …
|
|
|
@08f94e9
|
16 years |
baptiste.coudurier |
move new_pes_av_stream to avoid forward declaration
Originally …
|
|
|
@2fef7b53
|
16 years |
baptiste.coudurier |
remove defines
Originally committed as revision 19004 to …
|
|
|
@8430f3e
|
16 years |
baptiste.coudurier |
rework stream type and codec identification
Originally committed as …
|
|
|
@40b0872a
|
16 years |
baptiste.coudurier |
cosmetics, reindent, remove useless braces, whitespaces
Originally …
|
|
|
@64ab5fa3
|
16 years |
baptiste.coudurier |
export all streams in ts demuxer
Originally committed as revision …
|
|
|
@86cb7e33
|
16 years |
baptiste.coudurier |
fix codec probing, stop after MAX_PROBE_PACKETS and return all packets …
|
|
|
@2b9969a9
|
16 years |
astrange |
H264: Fix out of bounds reads in SSSE3 MC
Reading above src[-2] isn't …
|
|
|
@cbfe5be
|
16 years |
stefano.sabatini-lala |
Implement SoX native format muxer and demuxer.
Patch by Daniel …
|
|
|
@bb79016
|
16 years |
Reimar.Doeffinger |
Use memcpy instead of per-pixel copy loop for rgb lcl format
…
|
|
|
@ff8c65f4
|
16 years |
michaelni |
Make sure offsets of mjpeg b are within the buffer.
Fixes issue1132
…
|
|
|
@c40f3663
|
16 years |
Reimar.Doeffinger |
Remove useless () from lcldec for more consistency with "normal" …
|
|
|
@b157e3e5
|
16 years |
Reimar.Doeffinger |
Add casts to v210x decoder to avoid warnings.
Originally committed as …
|
|
|
@9291fdf7
|
16 years |
baptiste.coudurier |
return AVERROR_EOF
Originally committed as revision 18993 to …
|
|
|
@350f2c2c
|
16 years |
baptiste.coudurier |
return AVERROR_EOF
Originally committed as revision 18992 to …
|
|
|
@db5dc02
|
16 years |
baptiste.coudurier |
cast size to int64_t to avoid overflow
Originally committed as …
|
|
|
@3bbcd0bb
|
16 years |
baptiste.coudurier |
The GIF decoder uses get_buffer, so set DR1.
Originally committed as …
|
|
|
@54e28a85
|
16 years |
baptiste.coudurier |
remove commented code using real_pict_num
Originally committed as …
|
|
|
@87e302b
|
16 years |
baptiste.coudurier |
remove unused hack which set AVCodecContext frame_number to pic …
|
|
|
@2d05bc86
|
16 years |
baptiste.coudurier |
set pict_type in VC-1 parser, fix some timestamps problems
Originally …
|
|
|
@f2264fa5
|
16 years |
lessen42 |
Support block-level quantization in Theora
Originally committed as …
|
|
|
@abeee5cc
|
16 years |
Reimar.Doeffinger |
Use av_clip_uint8 instead of equivalent but unoptimzed code,
…
|
|
|
@6f62e2c7
|
16 years |
lucabe72 |
Correctly set the "AU size" field in the payload header for
fragmented …
|
|
|
@8c576620
|
16 years |
Aurélien Jacobs |
matroska.c was split to matroskadec.c which I'm also maintainer of
…
|
|
|
@25c3c365
|
16 years |
Aurélien Jacobs |
add myself as metadata subsystem maintainer
Originally committed as …
|
|
|
@8e8a67fa
|
16 years |
diego |
Move *.map from LIBSUFFIXES to CLEANSUFFIXES, executables on OS/2 have …
|
|
|
@530456b
|
16 years |
mans |
MIPS: inline asm for intreadwrite.h
Originally committed as revision …
|
|
|
@9d48e28f
|
16 years |
mans |
MIPS: add MIPS64 and Loongson asm for MAC64/MLS64
Originally …
|
|
|