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