Stefano Sabatini
1e80a0eaa4
Remove graphparser.h header, move AVFilterInOut and
...
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
14 years ago
Stefano Sabatini
3fd3eea7f3
Fix date in latest APIchanges entry.
...
Originally committed as revision 25702 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Stefano Sabatini
da6ec07c41
Bump lavfi minor and add APIchanges entry after the rename of
...
AVFilterInOut.filter.
Originally committed as revision 25701 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Stefano Sabatini
146b655544
Fix off-by-one error in APIchanges file.
...
Originally committed as revision 25675 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Stefano Sabatini
97dd1e4a87
Rename avfilter_graph_destroy() to avfilter_graph_free().
...
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
14 years ago
Stefano Sabatini
e15aeea656
Implement avfilter_graph_alloc().
...
Originally committed as revision 25673 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Stefano Sabatini
6f84cd1279
Add av_get_bits_per_sample_fmt() to libavcore/samplefmt.h and
...
deprecate av_get_bits_per_sample_format().
Originally committed as revision 25654 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Stefano Sabatini
d63e456a2a
Implement functions:
...
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
14 years ago
Stefano Sabatini
262d1c5d22
Move sample format definitions from libavcodec to libavcore.
...
Originally committed as revision 25652 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Stefano Sabatini
2a24df9357
Add avfilter_graph_config().
...
Originally committed as revision 25502 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Anton Khirnov
03700d399b
Export metadata in the generic format. Deprecate old conversion API.
...
patch by Anton Khirnov anton _at_ khirnov _dot_ net
Originally committed as revision 25493 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Stefano Sabatini
7761129540
Add APIchanges entry after r25441.
...
Originally committed as revision 25443 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Stefano Sabatini
c581279347
Add APIchanges entry for lsws change of r32368.
...
Originally committed as revision 25249 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Stefano Sabatini
c6625ad541
Update APIchanges after r25236.
...
Originally committed as revision 25238 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Stefano Sabatini
4ecf1539bf
Add APIchanges entry after r25227.
...
Originally committed as revision 25228 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Stefano Sabatini
b3dd5e5971
Add APIchanges entry after r25225.
...
Originally committed as revision 25226 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Stefano Sabatini
41f87daaa3
Bump version and update APIchanges after r25210.
...
Originally committed as revision 25216 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Michael Niedermayer
1c1c80f0a3
2nd try to fix av_log() repeated detection
...
Originally committed as revision 25174 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Stefano Sabatini
07cac2a082
Update doc/APIchanges after the last API changes.
...
Originally committed as revision 25168 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Stefano Sabatini
15cae5e605
Add APIchanges entry for the av_get_cpu_flags() addition of r25076.
...
Originally committed as revision 25077 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Stefano Sabatini
16bacad425
Add APIchanges entry after the recent changes to imgutils.h API of
...
r25064 and r25067.
Originally committed as revision 25071 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Stefano Sabatini
1904035bac
Add APIchanges entry after the libavcore/imgutils.h renames of r25057.
...
Originally committed as revision 25059 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Stefano Sabatini
47806f4119
Add APIchanges entry corresponding to the libavutil/cpu.h addition of
...
r25040.
Originally committed as revision 25041 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Stefano Sabatini
798dc641c4
Add APIchanges entry after the addition of
...
avcodec_get_channel_layout() of r24936.
Originally committed as revision 24937 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Stefano Sabatini
26553088cc
Add APIchanges for av_fill_image_max_pixstep() rename of r24851.
...
Originally committed as revision 24852 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Stefano Sabatini
33d2e7b395
Add APIchanges entry after the addition of av_fill_image_max_pixstep()
...
of r24827.
Originally committed as revision 24828 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Stefano Sabatini
7f38d28c39
Add APIchanges entry after the addition of AV_NE in r24814.
...
Originally committed as revision 24815 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Stefano Sabatini
3f52a907e3
Add APIchanges entry after libavfilter audio framework addition of
...
r24811.
Originally committed as revision 24813 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Stefano Sabatini
d1a04371cf
Add APIchanges entry after the addition of av_get_image_linesize() of
...
r24787.
Originally committed as revision 24788 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Stefano Sabatini
5bf840c411
Add APIchanges entry for the AVFilterBufferRef changes in r24773.
...
Originally committed as revision 24774 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Stefano Sabatini
c6a34954b9
Add APIchanges entry after av_picture_data_copy() addition.
...
Originally committed as revision 24769 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Stefano Sabatini
4bf2d6e8d4
Fix typo.
...
Originally committed as revision 24767 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Stefano Sabatini
c7c7feaa12
Add APIchanges entry after avfilter_open() change in r24765.
...
Originally committed as revision 24766 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Stefano Sabatini
ad0d70c964
Add APIchanges entry after AVFilterBufferRef changes in r24763.
...
Originally committed as revision 24764 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Stefano Sabatini
711d14cff3
Add APIchanges entries after the last recent libavfilter renames.
...
Originally committed as revision 24733 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Stefano Sabatini
e11b104a68
Add APIchanges entry after r24728.
...
Originally committed as revision 24729 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Stefano Sabatini
71cb41dbc2
Add APIchanges entry for the av_check_image_size() addition.
...
Originally committed as revision 24712 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Stefano Sabatini
92dd4959df
Add an entry for the AVFilterBuffer change of r24592.
...
Originally committed as revision 24593 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
3dec10cded
Add APIchanges entry for the libavcore/imgutils.h addition.
...
Originally committed as revision 24584 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
fa8ead0032
Add an APIchanges entry for the libavcore/parseutils.{h,c} addition of
...
r24518.
Originally committed as revision 24525 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
c257c7529d
Add an APIchanges entry after the M_PHI addition.
...
Originally committed as revision 24442 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
73642926b3
Add APIchanges entry for the libavfilter media format generalization
...
change of r24424.
Originally committed as revision 24425 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
a33e036577
Add APIchanges entry after libavcore addition.
...
Originally committed as revision 24407 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
8e9d930873
Add APIchanges entry after AVFilterBuffer w and h fields removal.
...
Originally committed as revision 24292 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
9840147d7a
Add APIchanges entry for AVFilterPic -> AVFilterBuffer rename.
...
Originally committed as revision 24285 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Martin Storsjö
57fe80fe88
Bump minor and add APIchanges entry for url_fskip return value change.
...
Originally committed as revision 24278 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Justin Ruggles
6f5ac9c190
APIchanges: fix a grammar mistake
...
Originally committed as revision 24202 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Justin Ruggles
3749797921
Fill-in revision number for addition of lpc_type and lpc_passes.
...
Originally committed as revision 24200 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Justin Ruggles
23940f1405
Add AVCodecContext.lpc_type and Add AVCodecContext.lpc_passes fields.
...
Add AVLPCType enum.
Deprecate AVCodecContext.use_lpc.
Originally committed as revision 24199 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
617d56cafa
Update lavu minor and add APIchanges entry after r24174 (add bswap.h
...
and intreadwrite.h API public interface).
Originally committed as revision 24190 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago