source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @7e43f74a   15 years rsbultje Use getaddrinfo(), if available, in resolve_host(). Patch by Martin …
(edit) @84882df6   15 years rsbultje Check for getaddrinfo(), patch by Martin Storsjö …
(edit) @c460833d   15 years alex.converse fft-test: Add RDFT/IRDFT support. Originally committed as revision …
(edit) @5b37ef8e   15 years alex.converse fft-test: Replace do_mdct with a tf_transform enum and switch on it. …
(edit) @ae550ce9   15 years mans configure: Make check_type handle type names containing spaces Patch …
(edit) @eebece46   15 years kostya.shishkov Fix two RLE buffer size calculations in TSCC decoder. Spotted by …
(edit) @fd07f803   15 years mans configure: allow names with spaces in enable/disable_safe Originally …
(edit) @f56f4149   15 years pross add myself as the electronicarts demuxer maintainer Originally …
(edit) @3b3a676a   15 years Carl Eugen Hoyos 10l: Fix forgotten variable rename from r14893 (fixes issue 1675). …
(edit) @52c0fca   15 years zuxy.meng Avoid redefinition of RGB_PLANAR2PACKED24 as the template is included …
(edit) @996de2fe   15 years ramiro.polla cosmetics: {} placement. Originally committed as revision 30272 to …
(edit) @2d4970d8   15 years lessen42 oggdec: Set dts when known Originally committed as revision 21134 to …
(edit) @7ffd8332   15 years astrange Add missing internal.h to files calling ff_match_2uint16(). Fixes …
(edit) @2c807762   15 years michaelni Optimize ff_snow_horizontal_compose97i. this makes the 9/7 C wavelet …
(edit) @233a8b3d   15 years michaelni Merge vertical_compose53iL0*() 8% faster C 5/3 wavelet at the decoder …
(edit) @2a84512a   15 years michaelni Optimize horizontal_compose53i() by inlining inv_lift() and optimizing …
(edit) @18ca491b   15 years lessen42 mkvdec: Avoid divide-by-zero crash on invalid real audio tracks …
(edit) @24ca518b   15 years lessen42 Add support for dirac in ogg Originally committed as revision 21128 …
(edit) @66b0255   15 years lessen42 Add a function to parse Dirac's sequence header Originally committed …
(edit) @c4dffe7e   15 years lessen42 Export fullrange flag and color information for h.264 Originally …
(edit) @7bd3096f   15 years vitor1001 SIPR decoder for modes 8k5, 6k5 and 5k0. Patch by Vladimir Voroshilov …
(edit) @9ea97721   15 years stefano.sabatini-lala Make query_formats() increment the scaler_count after each scaler …
(edit) @999c23a1   15 years stefano.sabatini-lala Make avfilter_insert_filter() print the instance name of the …
(edit) @2d187e23   15 years stefano.sabatini-lala Add an entry for the addition of a parameter log_ctx to …
(edit) @3fb8e77   15 years stefano.sabatini-lala Add a log context to avfilter_graph_config_links(). Originally …
(edit) @54c5848d   15 years stefano.sabatini-lala Remove extra empty line. Originally committed as revision 21120 to …
(edit) @e6a9dd6a   15 years Carl Eugen Hoyos Use enum CodecID where appropriate. Originally committed as revision …
(edit) @e6565055   15 years pross Deluxe Paint Animation demuxer Originally committed as revision 21118 …
(edit) @a1ae40fd   15 years pross Deluxe Paint Animation decoder Originally committed as revision 21117 …
(edit) @add5badb   15 years pross do not create Electronic Arts audio stream when unsupported revision2 …
(edit) @9e2e8214   15 years michaelni Doxy for ff_match_2uint16(). Originally committed as revision 21115 …
(edit) @6c060b55   15 years michaelni Fix implicit declaration warning. Originally committed as revision …
(edit) @c46eeae2   15 years michaelni Add a function to match a 2 element vector of uint16_t and use it in …
(edit) @aa11ce65   15 years michaelni Make inter_level/run global again, msmpeg4 uses them. ... I did test …
(edit) @0366b6e1   15 years michaelni Make some tables static again, i mistakely thought they would be used …
(edit) @23b0072a   15 years zuxy.meng MMX(2) accelerated yuv420->rgb24 routine, trivial as essentially as it …
(edit) @75dd6938   15 years ramiro.polla Export get_slice_type() as ff_h264_get_slice_type(). Patch by Laurent …
(edit) @fc53b6af   15 years michaelni Split H263 encoder and decoder from common code. Originally committed …
(edit) @4b190455   15 years zuxy.meng Remove unused PREFETCHW macro Originally committed as revision 30253 …
(edit) @14b86070   15 years Reimar.Doeffinger Add support for hard-coded MDCT-related ff_sine_windows tables. …
(edit) @b090930   15 years jmenon86 Always initialize bit_depth_luma and bit_depth_chroma in the H264 …
(edit) @8600106a   15 years pross update my email address Originally committed as revision 21106 to …
(edit) @27d8f6b6   15 years stefano.sabatini-lala Make the scale filter set in the input and output links only the …
(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 …
Note: See TracRevisionLog for help on using the revision log.