source: ffmpeg

Revision Log Mode:


Legend:

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