source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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 …
(edit) @5035282   16 years heydowns Use AV_R/WN32 instead of direct integer copying. Fixes decoding on at …
(edit) @6125d86   16 years baptiste.coudurier technically mp2 in pva needs AVSTREAM_PARSE_FULL Originally committed …
(edit) @25178da3   16 years baptiste.coudurier do not print false error if eof follows eol Originally committed as …
(edit) @6c7c2f7b   16 years baptiste.coudurier support AVDISCARD_ALL in mpegts demuxer Originally committed as …
(edit) @bdfa9824   16 years baptiste.coudurier return error in mpegts_push_data and propagate it Originally …
(edit) @64d88215   16 years baptiste.coudurier 10l, forgot ';', fix compilation Originally committed as revision …
(edit) @a5685be5   16 years baptiste.coudurier check that len is not negative Originally committed as revision 18961 …
(edit) @0c137557   16 years baptiste.coudurier demux whole PES packets from TS Originally committed as revision …
(edit) @ed1dc74e   16 years baptiste.coudurier Fix off by one offset with fetch_timestamps, pts_parser_problem.mpg. …
(edit) @6645e8ca   16 years baptiste.coudurier do not reference remainder packets in the parser, fix timestamps …
(edit) @401a9950   16 years alex.converse In the event of a mismatch, do not follow the sample rate index in an …
(edit) @e9859317   16 years baptiste.coudurier move DEBUG define before include to get dprintf Originally committed …
(edit) @cd840656   16 years jmenon86 Add lowres support to the libopenjpeg wrapper. Fixes issue 1097. …
(edit) @d9554516   16 years jmenon86 Use dimensions stored in AVCodecContext instead of local variables. …
(edit) @34d11b8   16 years Reimar.Doeffinger Change HAVE_PPC64 to ARCH_PPC64. As a side-effect this also gives it …
(edit) @71b0654   16 years michaelni Support YVU9 AVI 4cc. Fixes issue1068. Originally committed as …
(edit) @f9928b7   16 years tempn map dvh1 fourcc to dv, fixes incoming/dvh1_sample Originally …
(edit) @3bf28f9d   16 years stefano.sabatini-lala Factorize initial "printf(" and ");" in show_license(). Originally …
(edit) @454403ba   16 years lessen42 Altivec VP3 IDCT Originally committed as revision 18949 to …
Note: See TracRevisionLog for help on using the revision log.