source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @a7ac9c2f   15 years michaelni Move 3 direct MV related functions that i left out from h263.c to …
(edit) @b2f4b04   15 years Thilo Borgmann Change local variable type from unsigned int to int in order to fix a …
(edit) @261a3c2   15 years michaelni Move AVCodecs from h263dec.c to msmpeg4.c and disentangle init decode …
(edit) @1b168a42   15 years Reimar.Doeffinger Ignore 0-height slice in sws_scale, otherwise a final 0-height slice …
(edit) @7213abf6   15 years michaelni Use h263 tables in msmpeg4v1 dont duplicate them halfway. Originally …
(edit) @0219e99e   15 years daniel Release cyuv/aura decoder buffer Originally committed as revision …
(edit) @3963a17d   15 years mans AAC: add a const to decode_spectrum_and_dequant() args Originally …
(edit) @101ada9a   15 years michaelni Rename most non static h263 tables so their name contains h263. …
(edit) @fef59a5b   15 years michaelni Rename mpeg4 intra vlc tables so they contain "mpeg4", this improves …
(edit) @05b858b0   15 years michaelni Rename DCtab_*, its a global variable and it helps understanding if …
(edit) @f9664ca0   15 years rsbultje Use the correct ByteIOContext in extradata parsing.Fixes half of issue …
(edit) @4536c8e6   15 years jmenon86 Snow : re-indent after r21093. Originally committed as revision 21094 …
(edit) @a4bd5985   15 years jmenon86 Snow : remove pointless 'if(1)'. Originally committed as revision …
(edit) @28fbbee1   15 years michaelni Remove useless line. Originally committed as revision 21092 to …
(edit) @e75d2335   15 years michaelni Fix indention. Originally committed as revision 21091 to …
(edit) @4ad04da2   15 years andreas Log unknown NAL code from correct context Originally committed as …
(edit) @2da16f28   15 years jmenon86 Snow : use non-NULL context for av_log. Originally committed as …
(edit) @8ec5a042   15 years jmenon86 Cosmetics : remove duplicated comment. Originally committed as …
(edit) @49d2d1c   15 years diego Explain why the level variable is magically inceased in …
(edit) @d3c01751   15 years stefano.sabatini-lala Fix compilation on gcc 2.95.3 (still supported) broken by r21077, …
(edit) @d987a9e9   15 years alex.converse fft-test: whitespace cosmetics Originally committed as revision 21085 …
(edit) @e8c6411c   15 years jmenon86 Snow : release buffers allocated using avctx->get_buffer. Originally …
(edit) @8456462f   15 years jmenon86 Set bits_per_coded_sample in the raw video encoder. Aside from being …
(edit) @51ce2207   15 years michaelni Add a few CONFIG_MPEG4_DECODER that should be there. Originally …
(edit) @f2e77e4b   15 years michaelni Improve avformat_version() doxy. Patch by Art Clarke. Originally …
(edit) @b827f4eb   15 years rsbultje Currently, the replacement which is used if inet_aton isn't available, …
(edit) @ca334dd1   15 years michaelni Split the mpeg4 encoder and decoder off h263.c Originally committed …
(edit) @84f0aba1   15 years rsbultje handler can be NULL if we did not support this dynamic format (codec). …
(edit) @063e7692   15 years stefano.sabatini-lala Make avfilter_formats_unref(AVFilterFormats ref) handle the case …
(edit) @fe592585   15 years stefano.sabatini-lala Use the @return doxy command, and extend documentation for the return …
(edit) @c4d2e41c   15 years stefano.sabatini-lala Avoid the use of the modal auxiliary "should" in the …
(edit) @e38215f2   15 years Thilo Borgmann Add multi-channel correlation support for ALS. Originally committed …
(edit) @516841ef   15 years stefano.sabatini-lala Fix doxy, use third person. Originally committed as revision 21073 to …
(edit) @8f3c87f3   15 years rsbultje Add correct log context to av_log() calls in parse_rtpmap(). …
(edit) @c8965800   15 years rsbultje Re-indent to more closely follow general coding standards used in …
(edit) @59043195   15 years Carl Eugen Hoyos Fix red/blue swap for 4xa files. Originally committed as revision …
(edit) @99c5f5cc   15 years Thilo Borgmann Optimize short-term prediction by reducing index arithmetic. …
(edit) @9a02c3e1   15 years ramiro.polla Silence calls to git in version.sh. Originally committed as revision …
(edit) @8202d905   15 years ramiro.polla Check for VERSION in source dir. Originally committed as revision …
(edit) @715cff9a   15 years stefano.sabatini-lala Add an entry for the sws_isSupportedInput() and …
(edit) @8e9767f6   15 years stefano.sabatini-lala Implement sws_isSupportedInput() and sws_isSupportedOutput(). …
(edit) @31c194e7   15 years ramiro.polla Check for snapshot_version in source dir. Originally committed as …
(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 …
Note: See TracRevisionLog for help on using the revision log.