|
|
|
@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 …
|
|
|
@85dd97ad
|
16 years |
mans |
configure: detect Loongson MIPS extensions
Originally committed as …
|
|
|
@b716a792
|
16 years |
mans |
blackfin: disable broken dsputil functions
Originally committed as …
|
|
|
@2ba73ce
|
16 years |
mans |
blackfin: add missing const in function prototypes
Originally …
|
|
|
@b195a73d
|
16 years |
mans |
blackfin: use optimised (I)DCT only when ctx->(i)dct_algo is auto
…
|
|
|
@08ec1397
|
16 years |
mans |
blackfin: use DCT function pointer in dct_quantize_bfin()
Originally …
|
|
|
@2b7a351e
|
16 years |
diego |
Remove $(CLEANSUFFIXES) and $(DISTCLEANSUFFIXES) on clean/distclean
in …
|
|
|
@c9311a12
|
16 years |
mans |
ARM: add some PLD in NEON IDCT
Originally committed as revision 18972 …
|
|
|
@a3303178
|
16 years |
stefano.sabatini-lala |
Document match_ext().
Originally committed as revision 18971 to …
|
|
|
@2ed16f3
|
16 years |
baptiste.coudurier |
msrle uncompressed decoding, fix #1074 and many other samples under …
|
|
|
@c0601d70
|
16 years |
baptiste.coudurier |
remove apparently unused real_pict_num from AVCodecContext
Originally …
|
|
|
@a4a750d3
|
16 years |
baptiste.coudurier |
Rename alloc_picture to ff_alloc_picture and move its definition
in …
|
|
|
@5035282
|
16 years |
heydowns |
Use AV_R/WN32 instead of direct integer copying.
Fixes decoding on at …
|
|
|
@6125d86
|
16 years |
baptiste.coudurier |
technically mp2 in pva needs AVSTREAM_PARSE_FULL
Originally committed …
|
|
|
@25178da3
|
16 years |
baptiste.coudurier |
do not print false error if eof follows eol
Originally committed as …
|
|
|
@6c7c2f7b
|
16 years |
baptiste.coudurier |
support AVDISCARD_ALL in mpegts demuxer
Originally committed as …
|
|
|
@bdfa9824
|
16 years |
baptiste.coudurier |
return error in mpegts_push_data and propagate it
Originally …
|
|
|
@64d88215
|
16 years |
baptiste.coudurier |
10l, forgot ';', fix compilation
Originally committed as revision …
|
|
|
@a5685be5
|
16 years |
baptiste.coudurier |
check that len is not negative
Originally committed as revision 18961 …
|
|
|
@0c137557
|
16 years |
baptiste.coudurier |
demux whole PES packets from TS
Originally committed as revision …
|
|
|
@ed1dc74e
|
16 years |
baptiste.coudurier |
Fix off by one offset with fetch_timestamps, pts_parser_problem.mpg. …
|
|
|
@6645e8ca
|
16 years |
baptiste.coudurier |
do not reference remainder packets in the parser, fix timestamps …
|
|
|
@401a9950
|
16 years |
alex.converse |
In the event of a mismatch, do not follow the sample rate index in an …
|
|
|
@e9859317
|
16 years |
baptiste.coudurier |
move DEBUG define before include to get dprintf
Originally committed …
|
|
|
@cd840656
|
16 years |
jmenon86 |
Add lowres support to the libopenjpeg wrapper.
Fixes issue 1097.
…
|
|
|
@d9554516
|
16 years |
jmenon86 |
Use dimensions stored in AVCodecContext instead of local variables.
…
|
|
|
@34d11b8
|
16 years |
Reimar.Doeffinger |
Change HAVE_PPC64 to ARCH_PPC64.
As a side-effect this also gives it …
|
|
|
@71b0654
|
16 years |
michaelni |
Support YVU9 AVI 4cc.
Fixes issue1068.
Originally committed as …
|
|
|