source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @46244c64   15 years michaelni Add some const qualifiers. Originally committed as revision 21064 to …
(edit) @616251c9   15 years michaelni Document decide_ac_pred() and restore_ac_coeffs(). Originally …
(edit) @d6856c57   15 years michaelni Move restore_ac_coeffs() call into decode_ac_pred(). This makes …
(edit) @0dc5dc08   15 years michaelni Move restore_ac_coeffs() up so its declared before its use. …
(edit) @64f716b4   15 years michaelni More doxy Originally committed as revision 21060 to …
(edit) @7cd9fe48   15 years michaelni Document ff_h263_show_pict_info(). Originally committed as revision …
(edit) @4fea0482   15 years michaelni Factorize if() surrounding every ff_h263_show_pict_info() call. …
(edit) @9ea7f03a   15 years lucabe72 Always set the destination address even if no port was found. Patch by …
(edit) @c47b0738   15 years lucabe72 Check the URL used for the SDP destination. Patch by Martin Storsjo …
(edit) @bb34acd8   15 years zuxy.meng Remove const to avoid a bunch of GCC warnings against discarded …
(edit) @0b60f3bd   15 years michaelni 2 more if(CONFIG_*_DECODER) Originally committed as revision 21055 to …
(edit) @d7525cba   15 years michaelni Split out intel H263 decoder. Originally committed as revision 21054 …
(edit) @515a5438   15 years michaelni flv.h should ideally be included in flvdec.c Originally committed as …
(edit) @6a14a15   15 years michaelni Move forgotton "AVCodec flv_encoder" over to flvenc.c. Originally …
(edit) @a0b0d753   15 years michaelni Split flv decoding out. Originally committed as revision 21051 to …
(edit) @eb523769   15 years michaelni Split out flv encoding. Originally committed as revision 21050 to …
(edit) @f8673787   15 years michaelni Document aspect_to_info(). Originally committed as revision 21049 to …
(edit) @f0161594   15 years michaelni Cleanup aspect_to_info(). Originally committed as revision 21048 to …
(edit) @214cb565   15 years michaelni Document several more things. Originally committed as revision 21047 …
(edit) @b0704443   15 years michaelni Document *VLC_BITS. Originally committed as revision 21046 to …
(edit) @046be929   15 years michaelni Simplify h263_get_picture_format(). Originally committed as revision …
(edit) @5149048b   15 years michaelni Mark h263_get_picture_format() av_const to indicate that it has no …
(edit) @7a05b0a   15 years michaelni Document h263_get_picture_format(). Originally committed as revision …
(edit) @036c1382   15 years michaelni Fix stream copy & transcoding one stream at the same time. Fixes …
(edit) @9f907d85   15 years michaelni Correct indention. Originally committed as revision 21041 to …
(edit) @8157483d   15 years michaelni Move the definitions of data_buf and data_size closer to where they …
(edit) @07f2a575   15 years Carl Eugen Hoyos 100l: Fix compilation after r21037. Originally committed as revision …
(edit) @2efcf292   15 years michaelni Stop the approximation in bessel() once it does no longer improve. …
(edit) @9df9b810   15 years daniel Handle more ADPCM codecs in av_get_bits_per_sample(). This removes …
(edit) @1e289b09   15 years stefano.sabatini-lala Add an entry for the avfilter_add_colorspace() API change. Originally …
(edit) @c1d662fd   15 years stefano.sabatini-lala Change avfilter_add_colorspace() to make it accept avff rather than …
(edit) @76597127   15 years diego Fix entry on concatenating multiple yuv4mpegpipe streams. patch by …
(edit) @418a287c   15 years tempn add another mjpeg fourcc to riff.c list Originally committed as …
(edit) @643bae38   15 years vitor1001 Use correct context for av_log(), should prevent a crash for malformed …
(edit) @50fe1696   15 years diego Add a few explanatory comments to cornercase workarounds. Originally …
(edit) @71fe4573   15 years Thilo Borgmann Replace array operator [] with direct access via pointer. Solves issue …
(edit) @6698d139   15 years Carl Eugen Hoyos Cosmetics: Fix indentation and comment after r21027. Originally …
(edit) @4235c98e   15 years Carl Eugen Hoyos Support decoding raw 2bpp in mov, fixes issue 1528. Originally …
(edit) @0a1e151   15 years Carl Eugen Hoyos Improve readability of 4bpp raw decoder and prepare for supporting …
(edit) @7b1312fa   15 years baptiste.coudurier cosmetics, remove useless parentheses, add space Originally committed …
(edit) @a510991c   15 years baptiste.coudurier simplify error handling in mov_read_default Originally committed as …
(edit) @cb41b2b6   15 years baptiste.coudurier remove no more needed MOVAtom.offset field Originally committed as …
(edit) @7ead7e21   15 years baptiste.coudurier remove useless code skipping data at end of hdlr atom, already done in …
(edit) @2e87e714   15 years lessen42 Register myself as libdirac libschroedinger and libtheora maintainer …
(edit) @0e59034e   15 years rsbultje Remove forward declarations. Originally committed as revision 21020 …
(edit) @0e426b7a   15 years vitor1001 Reindent after last commit Originally committed as revision 21019 to …
(edit) @846b231   15 years vitor1001 Add missing "static" qualifier Originally committed as revision 21018 …
(edit) @7f6a384a   15 years diego Mark http_log() as static; it is only used in this file. Originally …
(edit) @abf649c7   15 years diego Fix VDPAU check to avoid printing spurious messages to the console. …
(edit) @a2e6a14b   15 years rsbultje Add myself as HTTP maintainer. Originally committed as revision 21015 …
(edit) @68d7cb0b   15 years jmenon86 Do not print libvdpau upgrade advice on platforms without vdpau …
(edit) @b02e9c96   15 years diego The H.263 wrong_run table is only for encoding; only enable it in such …
(edit) @81774dd   15 years gbeauchesne VAAPI: fix WMV3 decoding of videos with an odd number of macroblocks …
(edit) @5716aec3   15 years gbeauchesne Fix XvMC. XvMCCreateBlocks() may not allocate 16-byte aligned blocks, …
(edit) @2cf9c7ef   15 years mike Add support for these widely-used iTunes metadata fields: Album …
(edit) @5ff84183   15 years stefano.sabatini-lala Make avfilter_all_colorspaces() add to the returned list of pixel …
(edit) @a2b16627   15 years stefano.sabatini-lala Add an entry for the avfilter_add_colorspace() API addition. …
(edit) @4fd1f187   15 years stefano.sabatini-lala Implement avfilter_add_colorspace(). Originally committed as revision …
(edit) @fa4dc9f0   15 years stefano.sabatini-lala Document avcodec_pix_fmt_to_codec_tag(). Originally committed as …
(edit) @634116df   15 years stefano.sabatini-lala Prefer enum PixelFormat over int for the type of the format parameter …
(edit) @997980f0   15 years stefano.sabatini-lala Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for the …
(edit) @41600690   15 years stefano.sabatini-lala Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() and …
(edit) @8040c3b2   15 years lucabe72 Define device_try_init() as static in libavdevice/v4l2.c. Patch by …
(edit) @f412d5e9   15 years stefano.sabatini-lala Simplify usePal() macro, make it use av_pix_fmt_descriptors. …
(edit) @b3cf7cb1   15 years stefano.sabatini-lala Simplify getSubSampleFactors(), make it use the values provided by …
(edit) @4a128945   15 years Reimar.Doeffinger Reduce number of ASM constraints for ff_lpc_compute_autocorr_sse2 …
(edit) @cd44b2e3   15 years vitor1001 10l, my last commit (r21001) broke regression tests. FATE tests might …
(edit) @4e2c08c5   15 years vitor1001 Small ELBG optimization: use last pixel as a initial guess for the …
(edit) @aa13b573   15 years stefano.sabatini-lala Use av_match_ext() in place of the deprecated match_ext() function. …
(edit) @79c2f2d   15 years stefano.sabatini-lala Add an entry for the av_match_ext() addition. Originally committed as …
(edit) @8eb631fa   15 years stefano.sabatini-lala Deprecate match_ext() in favor of av_match_ext(), and mark it for …
(edit) @24b207b5   15 years michaelni Adjust threshold for xvid packed b frame detection. Also add …
(edit) @6c587587   15 years michaelni It appears s->bitstream_buffer_size has to be 0 at the end so rather …
(edit) @7a78bc8   15 years stefano.sabatini-lala Update this_year value. Originally committed as revision 20995 to …
(edit) @0f52ef1a   15 years stefano.sabatini-lala Use av_guess_format() in place of the deprecated guess_format(). …
(edit) @94b1f338   15 years stefano.sabatini-lala Reindent. Originally committed as revision 20993 to …
(edit) @bb1a879   15 years stefano.sabatini-lala Add an entry for the av_guess_format() addition. Originally committed …
(edit) @a1f547b9   15 years stefano.sabatini-lala Deprecate guess_format() in favor of av_guess_format(). Originally …
(edit) @debe86bf   15 years stefano.sabatini-lala Fix typo. Originally committed as revision 20990 to …
(edit) @702d0a9e   15 years stefano.sabatini-lala Remove residual use of the doxygen markup which is deprecated, …
(edit) @f514b4f9   15 years Reimar.Doeffinger Do not needlessly use the BP register in x86_64-specific code, there …
(edit) @f48b0fa2   15 years stefano.sabatini-lala Document guess_format(). Originally committed as revision 20988 to …
(edit) @1642ee43   15 years stefano.sabatini-lala Deprecate and mark for deletion the function guess_stream_format(), …
(edit) @f9310cbb   15 years diego Remove unused function msmpeg4_memsetw(). It is an exact duplicate of …
(edit) @f27fd362   15 years Carl Eugen Hoyos Fix colourspace for 16 bit raw video in mov, fixes issue 1527 on …
(edit) @e1bd945b   15 years Carl Eugen Hoyos Support raw black&white in mov, fixes issue 1654. Originally …
(edit) @759dc2b6   15 years lucabe72 Remove outdated comments. Originally committed as revision 20983 to …
(edit) @d7250724   15 years lu_zero Rename internal function sdp_read_packet -> rtsp_fetch_packet This …
(edit) @20390e31   15 years diego cosmetics: Move MPEG-4 encoding functions around to avoid forward …
(edit) @df8d98c4   15 years diego 10l: Move ff_mpeg4_pred_dc() to an appropriate place. It is used by …
(edit) @2a992f46   15 years diego cosmetics: Move MPEG-4 decoding functions around to avoid forward …
(edit) @1436f317   15 years diego cosmetics: Move H.263-related functions around to avoid forward …
(edit) @8380edd9   15 years diego cosmetics: Reorder functions to avoid forward declarations. …
(edit) @941870c   15 years diego Remove unnecessary forward declaration for msmpeg4_memsetw(). …
(edit) @4052cbf1   15 years diego Get rid of pointless CONFIG_ANY_H263 preprocessor definition. …
(edit) @af818f7a   15 years diego Add required header #includes for mpegvideo.h and config.h. …
(edit) @716d1c2a   15 years diego Eliminate CONFIG_ANY_H263_DECODER preprocessor definition. It is just …
(edit) @af8a008a   15 years diego Get rid of pointless CONFIG_WMV_DECODER definition. Originally …
(edit) @d702a2e6   15 years diego Get rid of pointless CONFIG_WMV2 definition. Originally committed as …
(edit) @b928b1bb   15 years diego Simplify CONFIG_ANY_H263_DECODER preprocessor definition: There is no …
Note: See TracRevisionLog for help on using the revision log.