source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @da04a148   16 years baptiste.coudurier sun rasterfile image decoder uses get_buffer, set CODEC_CAP_DR1 …
(edit) @2b2b7f41   16 years baptiste.coudurier snow decoder uses get_buffer, set CODEC_CAP_DR1 Originally committed …
(edit) @d65c1fe   16 years baptiste.coudurier smacker video decoder uses reget_buffer, set CODEC_CAP_DR1 Originally …
(edit) @c7af8b4   16 years baptiste.coudurier kmvc decoder uses get_buffer, set CODEC_CAP_DR1 Originally committed …
(edit) @80e8e25e   16 years baptiste.coudurier ptx image decoder uses get_buffer, set CODEC_CAP_DR1 Originally …
(edit) @f4499c95   16 years baptiste.coudurier libopenjpeg wrapper uses get_buffer, set CODEC_CAP_DR1 Originally …
(edit) @d0a79367   16 years baptiste.coudurier png decoder use get_buffer, set CODEC_CAP_DR1 Originally committed as …
(edit) @f1cdd863   16 years baptiste.coudurier pcx decoder use get_buffer, set CODEC_CAP_DR1 Originally committed as …
(edit) @5f27348b   16 years baptiste.coudurier pgm, pgmyuv, ppm, pbm and pam decoders use get_buffer, set …
(edit) @0cf0c5bf   16 years baptiste.coudurier dxa decoder uses get_buffer, set CODEC_CAP_DR1 Originally committed …
(edit) @1ea9dbbb   16 years baptiste.coudurier bfi decoder uses get_buffer, set CODEC_CAP_DR1 Originally committed …
(edit) @4a890728   16 years baptiste.coudurier bmp decoder uses get_buffer, set CODEC_CAP_DR1 Originally committed …
(edit) @94c014c4   16 years baptiste.coudurier amv decoder uses get_buffer, set CODEC_CAP_DR1 Originally committed …
(edit) @be7e7932   16 years baptiste.coudurier bethesda vid decoder uses reget_buffer, set CODEC_CAP_DR1 Originally …
(edit) @53e67085   16 years baptiste.coudurier 4xm decoder uses get_buffer, set CODEC_CAP_DR1 Originally committed …
(edit) @7bbf3f2   16 years baptiste.coudurier indeo3 decoder uses get_buffer, set CODEC_CAP_DR1 Originally …
(edit) @74a841af   16 years ramiro.polla Replace more uses of attribute((aligned)) by DECLARE_ALIGNED. …
(edit) @c0cf20a2   16 years ramiro.polla Use DECLARE_ALIGNED macro instead of attribute((aligned)) for ppc …
(edit) @934626a   16 years ramiro.polla Replace more uses of attribute((aligned)) by DECLARE_ALIGNED. …
(edit) @92db6235   16 years ramiro.polla Use DECLARE_ALIGNED macro instead of gcc attribute. Patch by Pavel …
(edit) @51222d10   16 years diego cosmetics: K&R style reformatting Originally committed as revision …
(edit) @0e848977   16 years kostya.shishkov Move function for reading whole specified amount of data from RTSP …
(edit) @989b7181   16 years ramiro.polla Use fewer macros in x86-optimized mlpdsp. Fixes compilation on 32-bit …
(edit) @007c47e8   16 years alex.converse Add the .adts file extension to the ADTS muxer. Originally committed …
(edit) @2815511   16 years baptiste.coudurier broken stsd length might be < 16, fix elst-assert.mp4 Originally …
(edit) @502d6c0a   16 years baptiste.coudurier Change find_tag return type to int64_t, fix a bug where size is …
(edit) @f4ebb334   16 years michaelni Fix sei_ct_type check so it does not mistreat ct_type= unknown. …
(edit) @4d95ae18   16 years michaelni Print ct_type and pic_struct. Originally committed as revision 19081 …
(edit) @ad5caf3a   16 years alex.converse AAC ADTS to AudioSpecificConfig bitstream filter Originally committed …
(edit) @10f9ff9b   16 years Reimar.Doeffinger Set AV_PKT_FLAG_KEY in avcodec_decode_video. This fixes decoding of …
(edit) @8f3f2e06   16 years Reimar.Doeffinger Add AV_PKT_FLAG_KEY and deprecate PKT_FLAG_KEY. Originally committed …
(edit) @da45d5b9   16 years michaelni Clarify the input AVPacket for avcodec_decode*() Originally committed …
(edit) @5d5a8813   16 years kostya.shishkov Testing RGB48 variants requires bigger stride in swscale-example.c …
(edit) @9706d1c7   16 years kostya.shishkov Check combined depth and number of components in TIFF decoder, thus …
(edit) @68e7f482   16 years kostya.shishkov YUV into RGB48 BE/LE conversion support Originally committed as …
(edit) @e8417235   16 years kostya.shishkov Partial (low bits ignored, no direct transcoding into other RGB …
(edit) @b2984add   16 years baptiste.coudurier do not parse full header for private streams Originally committed as …
(edit) @617c4616   16 years baptiste.coudurier correctly handle maximum streams limit Originally committed as …
(edit) @1c4df2ab   16 years baptiste.coudurier export data from private streams Originally committed as revision …
(edit) @0802356c   16 years stefano.sabatini-lala Remove the const qualifier for the name field of AVFilterInOut, since …
(edit) @9e1cc598   16 years ramiro.polla indent Originally committed as revision 19071 to …
(edit) @85121858   16 years ramiro.polla Remove useless if(), leftover from the vhook removal. Originally …
(edit) @24dd21fa   16 years Reimar.Doeffinger add #if CONFIG_ZLIB_DECODER around zlib_decomp function. Fixes …
(edit) @79183d3c   16 years Reimar.Doeffinger mszh decompression: add a special case for an all-0 mask, i.e. 32 …
(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 …
Note: See TracRevisionLog for help on using the revision log.