aboutsummaryrefslogtreecommitdiffstats
path: root/doc/APIchanges
Commit message (Collapse)AuthorAgeFilesLines
...
* Implement av_image_alloc() and use it inStefano Sabatini2010-12-041-0/+3
| | | | | | avfilter_default_get_video_buffer(). Originally committed as revision 25878 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add avfilter_graph_create_filter().Stefano Sabatini2010-12-021-0/+3
| | | | Originally committed as revision 25862 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix date in last APIchanges entry.Stefano Sabatini2010-11-261-1/+1
| | | | Originally committed as revision 25830 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement avfilter_get_video_buffer_ref_from_arrays().Stefano Sabatini2010-11-251-0/+3
| | | | Originally committed as revision 25827 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move audio channel API from libavcodec to libavcore.Stefano Sabatini2010-11-211-0/+9
| | | | Originally committed as revision 25787 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document added functions.Reimar Döffinger2010-11-211-0/+6
| | | | Originally committed as revision 25783 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move the av_parse_color() function from libavfilter to libavcoreAurelien Jacobs2010-11-171-0/+3
| | | | Originally committed as revision 25761 to svn://svn.ffmpeg.org/ffmpeg/trunk
* minor bump and APIchanges for r25745Aurelien Jacobs2010-11-141-0/+4
| | | | Originally committed as revision 25752 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix revision number of the last APIchanges entry.Stefano Sabatini2010-11-131-1/+1
| | | | Originally committed as revision 25741 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make avfiltergraph.h public.Stefano Sabatini2010-11-131-0/+3
| | | | Originally committed as revision 25740 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Prefix with "ff_" the functions:Stefano Sabatini2010-11-131-0/+8
| | | | | | | | | | | | ff_avfilter_graph_check_validity() ff_avfilter_graph_config_links() ff_avfilter_graph_config_formats() and move their declaration to internal.h. These functions are never used in application code, so it is better to consider them internal functions, this can be changed later if necessary. Simplify API. Originally committed as revision 25737 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use hierarchic names convention (prefix them with av_expr) for theStefano Sabatini2010-11-081-0/+12
| | | | | | | | | eval API. More grep-friendly and more consistent with the rest of the FFmpeg API. Originally committed as revision 25708 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename avfilter_destroy() as avfilter_free().Stefano Sabatini2010-11-081-0/+4
| | | | | | | The new name is shorter and more consistent with the FFmpeg API, and sounds less evil. Originally committed as revision 25707 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove graphparser.h header, move AVFilterInOut andStefano Sabatini2010-11-071-0/+4
| | | | | | | | avfilter_graph_parse() declaration to libavfilter/avfiltergraph.h. Simplify, and less confusing for the user. Originally committed as revision 25705 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix date in latest APIchanges entry.Stefano Sabatini2010-11-071-1/+1
| | | | Originally committed as revision 25702 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bump lavfi minor and add APIchanges entry after the rename ofStefano Sabatini2010-11-071-0/+4
| | | | | | AVFilterInOut.filter. Originally committed as revision 25701 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix off-by-one error in APIchanges file.Stefano Sabatini2010-11-041-2/+2
| | | | Originally committed as revision 25675 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename avfilter_graph_destroy() to avfilter_graph_free().Stefano Sabatini2010-11-041-0/+4
| | | | | | | | The new name is shorter and more consistent with the rest of the API. This change breaks libavfilter API/ABI. Originally committed as revision 25674 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement avfilter_graph_alloc().Stefano Sabatini2010-11-041-0/+3
| | | | Originally committed as revision 25673 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add av_get_bits_per_sample_fmt() to libavcore/samplefmt.h andStefano Sabatini2010-11-021-0/+4
| | | | | | deprecate av_get_bits_per_sample_format(). Originally committed as revision 25654 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement functions:Stefano Sabatini2010-11-021-0/+10
| | | | | | | | | | | | | av_get_sample_fmt_name() av_get_sample_fmt() av_get_sample_fmt_string() in libavcore, and deprecate the corresponding libavcodec/audioconvert.h functions: avcodec_get_sample_fmt_name() avcodec_get_sample_fmt() avcodec_sample_fmt_string() Originally committed as revision 25653 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move sample format definitions from libavcodec to libavcore.Stefano Sabatini2010-11-021-0/+4
| | | | Originally committed as revision 25652 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add avfilter_graph_config().Stefano Sabatini2010-10-161-0/+3
| | | | Originally committed as revision 25502 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Export metadata in the generic format. Deprecate old conversion API.Anton Khirnov2010-10-151-0/+5
| | | | | | patch by Anton Khirnov anton _at_ khirnov _dot_ net Originally committed as revision 25493 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges entry after r25441.Stefano Sabatini2010-10-101-0/+3
| | | | Originally committed as revision 25443 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges entry for lsws change of r32368.Stefano Sabatini2010-09-281-0/+3
| | | | Originally committed as revision 25249 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update APIchanges after r25236.Stefano Sabatini2010-09-271-0/+4
| | | | Originally committed as revision 25238 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges entry after r25227.Stefano Sabatini2010-09-271-0/+4
| | | | Originally committed as revision 25228 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges entry after r25225.Stefano Sabatini2010-09-271-0/+4
| | | | Originally committed as revision 25226 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bump version and update APIchanges after r25210.Stefano Sabatini2010-09-271-0/+3
| | | | Originally committed as revision 25216 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 2nd try to fix av_log() repeated detectionMichael Niedermayer2010-09-241-0/+5
| | | | Originally committed as revision 25174 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update doc/APIchanges after the last API changes.Stefano Sabatini2010-09-241-0/+6
| | | | Originally committed as revision 25168 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges entry for the av_get_cpu_flags() addition of r25076.Stefano Sabatini2010-09-081-0/+3
| | | | Originally committed as revision 25077 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges entry after the recent changes to imgutils.h API ofStefano Sabatini2010-09-071-0/+6
| | | | | | r25064 and r25067. Originally committed as revision 25071 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges entry after the libavcore/imgutils.h renames of r25057.Stefano Sabatini2010-09-071-0/+4
| | | | Originally committed as revision 25059 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges entry corresponding to the libavutil/cpu.h addition ofStefano Sabatini2010-09-041-0/+4
| | | | | | r25040. Originally committed as revision 25041 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges entry after the addition ofStefano Sabatini2010-08-261-0/+3
| | | | | | avcodec_get_channel_layout() of r24936. Originally committed as revision 24937 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges for av_fill_image_max_pixstep() rename of r24851.Stefano Sabatini2010-08-201-0/+3
| | | | Originally committed as revision 24852 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges entry after the addition of av_fill_image_max_pixstep()Stefano Sabatini2010-08-181-0/+3
| | | | | | of r24827. Originally committed as revision 24828 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges entry after the addition of AV_NE in r24814.Stefano Sabatini2010-08-171-0/+3
| | | | Originally committed as revision 24815 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges entry after libavfilter audio framework addition ofStefano Sabatini2010-08-171-0/+4
| | | | | | r24811. Originally committed as revision 24813 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges entry after the addition of av_get_image_linesize() ofStefano Sabatini2010-08-121-0/+3
| | | | | | r24787. Originally committed as revision 24788 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges entry for the AVFilterBufferRef changes in r24773.Stefano Sabatini2010-08-111-0/+5
| | | | Originally committed as revision 24774 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges entry after av_picture_data_copy() addition.Stefano Sabatini2010-08-111-0/+3
| | | | Originally committed as revision 24769 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typo.Stefano Sabatini2010-08-111-1/+1
| | | | Originally committed as revision 24767 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges entry after avfilter_open() change in r24765.Stefano Sabatini2010-08-111-0/+7
| | | | Originally committed as revision 24766 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges entry after AVFilterBufferRef changes in r24763.Stefano Sabatini2010-08-111-0/+6
| | | | Originally committed as revision 24764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges entries after the last recent libavfilter renames.Stefano Sabatini2010-08-071-0/+15
| | | | Originally committed as revision 24733 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges entry after r24728.Stefano Sabatini2010-08-071-0/+3
| | | | Originally committed as revision 24729 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges entry for the av_check_image_size() addition.Stefano Sabatini2010-08-061-0/+4
| | | | Originally committed as revision 24712 to svn://svn.ffmpeg.org/ffmpeg/trunk