summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-12
* ffmpeg.c: add a forgotten break in chapter copyingAnton Khirnov2010-11-12
* ffmpeg.c: reindentAnton Khirnov2010-11-12
* ffmpeg.c: add an option for copying chaptersAnton Khirnov2010-11-12
* 10l: dx shouldn't exist.Alex Converse2010-11-12
* 10l: vorbisdec: declare dyAlex Converse2010-11-12
* vorbisdec: Fix floor1 decodingGregory Maxwell2010-11-12
* Add missing check on the existence of an associated output pad forStefano Sabatini2010-11-11
* remove declaration inside for(), i is already declaredAurelien Jacobs2010-11-11
* MJPEG/AVI1 to JPEG/JFIF bitstream filter.Nicolas George2010-11-11
* Remove bitrate tolerance from libx264 interfaceJason Garrett-Glaser2010-11-11
* drop support for base-10 encoded alpha component in av_parse_color()Aurelien Jacobs2010-11-10
* In avcodec_pix_fmt_string() use local variable pixdesc rather thanStefano Sabatini2010-11-10
* Make avcodec_pix_fmt_string() use the information in the pixel formatStefano Sabatini2010-11-10
* Intel C compiler 12.0 does not suport these attributes: may_alias, force_alig...Carl Eugen Hoyos2010-11-10
* Move code to be used by the IEC 61937 demuxer from spifenc.c into commonAnssi Hannula2010-11-10
* Simplify: Remove impossible condition.Nicolas Kaiser2010-11-09
* Rename spdif.c as spdifenc,c to prepare for future spdif demuxer.Anssi Hannula2010-11-09
* Move internal function ff_set_systematic_pal() to libavcore, andStefano Sabatini2010-11-09
* Reindent after last commit.Thilo Borgmann2010-11-08
* Allow clean initialization of lut_status array by changing type to signed int.Thilo Borgmann2010-11-08
* Add a file for bitstream filters documentation.Stefano Sabatini2010-11-08
* Use hierarchic names convention (prefix them with av_expr) for theStefano Sabatini2010-11-08
* Rename avfilter_destroy() as avfilter_free().Stefano Sabatini2010-11-08
* ffmpeg.c: allow using negative file indices to disable metadata copyingAnton Khirnov2010-11-08
* Remove graphparser.h header, move AVFilterInOut andStefano Sabatini2010-11-07
* Document AVFilterInOut fields.Stefano Sabatini2010-11-07
* Extend documentation for parse_filter().Stefano Sabatini2010-11-07
* Fix date in latest APIchanges entry.Stefano Sabatini2010-11-07
* Bump lavfi minor and add APIchanges entry after the rename ofStefano Sabatini2010-11-07
* Rename AVFilterInOut field filter to filter_ctx, more semantically correct.Stefano Sabatini2010-11-07
* Make avfilter_graph_parse() always return meaningful error codes.Stefano Sabatini2010-11-07
* Make parse_outputs() always return meaningful error codes.Stefano Sabatini2010-11-07
* Add missing memory check in parse_inputs(), and fix possible (yet very unlike...Stefano Sabatini2010-11-07
* Make parse_inputs() return AVERROR(EINVAL) rather than -1 in case theStefano Sabatini2010-11-07
* Add missing check in link_filter_inouts(), and fix possible (yet very unlikel...Stefano Sabatini2010-11-07
* Rename the variable filter to filt_ctx in link_filter_inouts, as the variable...Stefano Sabatini2010-11-07
* Make link_filter_inouts() return meaningful error codes.Stefano Sabatini2010-11-07
* Change the signature of parse_filter() to make it return an error code.Stefano Sabatini2010-11-07
* Change the signature of create_filter() to make it return an error code.Stefano Sabatini2010-11-07
* Make x11grab cursor drawing suck lessJason Garrett-Glaser2010-11-07
* Optimize / simplify avcodec_get_pix_fmt_name() check.Stefano Sabatini2010-11-07
* Use av_pix_fmt_descriptors information in avcodec_pix_fmt_string().Stefano Sabatini2010-11-07
* Make avpicture_fill() return a meaningful error code.Stefano Sabatini2010-11-07
* Remove alpha information from avcodec_pix_fmt_string(), as thatStefano Sabatini2010-11-07
* aaclatm: Eliminate dummy packets due to muxlength calculation.Alex Converse2010-11-07
* rtsp: Set the real_setup pointer properly, avoid out of bounds memory accessesYuriy Kaminskiy2010-11-06
* Fix indentation.Reimar Döffinger2010-11-06
* Improve PGS parsing: the "state" field is not relevant to us,Reimar Döffinger2010-11-06
* try to give TrueSpeech decoder tables more sensible namesKostya Shishkov2010-11-06