Age | Commit message (Expand) | Author |
2010-11-08 | Add a file for bitstream filters documentation. | Stefano Sabatini |
2010-11-08 | Use hierarchic names convention (prefix them with av_expr) for the | Stefano Sabatini |
2010-11-08 | Rename avfilter_destroy() as avfilter_free(). | Stefano Sabatini |
2010-11-08 | ffmpeg.c: allow using negative file indices to disable metadata copying | Anton Khirnov |
2010-11-07 | Remove graphparser.h header, move AVFilterInOut and | Stefano Sabatini |
2010-11-07 | Document AVFilterInOut fields. | Stefano Sabatini |
2010-11-07 | Extend documentation for parse_filter(). | Stefano Sabatini |
2010-11-07 | Fix date in latest APIchanges entry. | Stefano Sabatini |
2010-11-07 | Bump lavfi minor and add APIchanges entry after the rename of | Stefano Sabatini |
2010-11-07 | Rename AVFilterInOut field filter to filter_ctx, more semantically correct. | Stefano Sabatini |
2010-11-07 | Make avfilter_graph_parse() always return meaningful error codes. | Stefano Sabatini |
2010-11-07 | Make parse_outputs() always return meaningful error codes. | Stefano Sabatini |
2010-11-07 | Add missing memory check in parse_inputs(), and fix possible (yet very unlike... | Stefano Sabatini |
2010-11-07 | Make parse_inputs() return AVERROR(EINVAL) rather than -1 in case the | Stefano Sabatini |
2010-11-07 | Add missing check in link_filter_inouts(), and fix possible (yet very unlikel... | Stefano Sabatini |
2010-11-07 | Rename the variable filter to filt_ctx in link_filter_inouts, as the variable... | Stefano Sabatini |
2010-11-07 | Make link_filter_inouts() return meaningful error codes. | Stefano Sabatini |
2010-11-07 | Change the signature of parse_filter() to make it return an error code. | Stefano Sabatini |
2010-11-07 | Change the signature of create_filter() to make it return an error code. | Stefano Sabatini |
2010-11-07 | Make x11grab cursor drawing suck less | Jason Garrett-Glaser |
2010-11-07 | Optimize / simplify avcodec_get_pix_fmt_name() check. | Stefano Sabatini |
2010-11-07 | Use av_pix_fmt_descriptors information in avcodec_pix_fmt_string(). | Stefano Sabatini |
2010-11-07 | Make avpicture_fill() return a meaningful error code. | Stefano Sabatini |
2010-11-07 | Remove alpha information from avcodec_pix_fmt_string(), as that | Stefano Sabatini |
2010-11-07 | aaclatm: Eliminate dummy packets due to muxlength calculation. | Alex Converse |
2010-11-06 | rtsp: Set the real_setup pointer properly, avoid out of bounds memory accesses | Yuriy Kaminskiy |
2010-11-06 | Fix indentation. | Reimar Döffinger |
2010-11-06 | Improve PGS parsing: the "state" field is not relevant to us, | Reimar Döffinger |
2010-11-06 | try to give TrueSpeech decoder tables more sensible names | Kostya Shishkov |
2010-11-05 | add my (compn) fingerprint to svn write list in maintainers file | Ben Littler |
2010-11-04 | Implement get_preset_file() in cmdutils.h and use it to factorize code | Stefano Sabatini |
2010-11-04 | Fix FFv1 decoder buffer releasing. | Stefano Sabatini |
2010-11-04 | Add test for cropping of interlaced H.264. | Reimar Döffinger |
2010-11-04 | aacdec: consume the audio specific config during LATM parsing | Janne Grunau |
2010-11-04 | Fix off-by-one error in APIchanges file. | Stefano Sabatini |
2010-11-04 | Rename avfilter_graph_destroy() to avfilter_graph_free(). | Stefano Sabatini |
2010-11-04 | Implement avfilter_graph_alloc(). | Stefano Sabatini |
2010-11-04 | Amend avfilter_graph_parse() documentation for the return code, make | Stefano Sabatini |
2010-11-04 | Remove two instances of AVERROR(ff_neterrno()), because ff_neterrno() itself | Ronald S. Bultje |
2010-11-04 | Silence icc warning about unsupported option -Wno-parentheses | Carl Eugen Hoyos |
2010-11-03 | H.264 decode: support cropping up to 28 pixels in interlaced mode. | Reimar Döffinger |
2010-11-03 | Remove usage of deprecated libavcodec/audioconvert.h functions. | Stefano Sabatini |
2010-11-03 | Fix 16kHz Mono NellyMoser in flv. | Thierry Foucu |
2010-11-03 | Implement isnan() function evaluation. | Stefano Sabatini |
2010-11-03 | Add eval.texi file. | Stefano Sabatini |
2010-11-03 | Update 24 bpp TM1 reference for decoder fixes. | Reimar Döffinger |
2010-11-03 | Fix aspect for 24bpp TM1 samples. | Reimar Döffinger |
2010-11-03 | Fix decoding of 24 bpp TM1 (except for aspect). | Reimar Döffinger |
2010-11-03 | 100l, calculate mb_change_bits_row_size from the update width. | Reimar Döffinger |
2010-11-03 | Support mid-stream resolution/format changes for TM1. | Reimar Döffinger |