History | View | Annotate | Download (25.3 KB)
Merge remote-tracking branch 'newdev/master'
APIChanges: mark the place where 0.6 was branched.
Add APIchanges entry for audio_service_type.
Conflicts: Changelog doc/APIchanges doc/optimization.txt libavformat/avio.h
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Add PIX_FMT_BGR48LE and PIX_FMT_BGR48BE pixel formats
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Add missed APIchanges and changelog entries
Add an APIchanges entry for the av_pkt_dump2 and av_pkt_dump_log2functions, and a changelog entry for the apple http live streamingprotocol handler.
Since neither of them got a minor bump at commit time, but were...
Update version and APIchanges.
Update libavformat/version.h and doc/APIChanges after renaminginit_put_byte() and ByteIOContext to ffio_init_context() (private)and AVIOContext, (public), and deprecating the originals.(cherry picked from commit d2bbf82e65e4a128ab1f0bf48df5d1e43c43c698)
Update libavformat/version.h and doc/APIChanges after renaminginit_put_byte() and ByteIOContext to ffio_init_context() (private)and AVIOContext, (public), and deprecating the originals.
Add SHA1s to APIChanges for av_dump_format, av_parse_time and av_find_info_tagSigned-off-by: Janne Grunau <janne-ffmpeg@jannau.net>(cherry picked from commit c3dbfa1afd7d989e3bba4c6bfc492a52c012e9b3)
lavf, lavu: bump minor versions and add an APIChanges entry for av_ prefixes
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>(cherry picked from commit 09d171b98879f58be1a766d5f277e131b18e98a1)
Add SHA1s to APIChanges for av_dump_format, av_parse_time and av_find_info_tagSigned-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
Merge libavcore into libavutil
Done to keep ABI compatible. Otherwise this is just silly
APIchanges: update for 55bad0c: vbv_delay
Signed-off-by: Mans Rullgard <mans@mansr.com>(cherry picked from commit 8ed4cc65a19b5a6cc7ae6ed5072be2d3836dbeb2)
APIchanges: update for 12c14cd
Signed-off-by: Mans Rullgard <mans@mansr.com>(cherry picked from commit 77c330a046d668373cbd9542f3e1d4746916b02f)
apichanges: update for 24a83bd: add AV_DISPOSITION_CLEAN_EFFECTS flag
Signed-off-by: Mans Rullgard <mans@mansr.com>(cherry picked from commit 935ee1b9bba3d2fa1bf0d48eef278956307478cb)
It is pretty hopeless that other considerable projects will adoptlibavutil alone in other projects. Projects that need small footprintare better off with more specialized libraries such as gnulib or ratherjust copy the necessary parts that they need. With this in mind, nobody...
Signed-off-by: Mans Rullgard <mans@mansr.com>
Update APIchanges for 910b5b8
Signed-off-by: Mans Rullgard <mans@mansr.com>(cherry picked from commit 08a459f096106f13c03182eed4b7cb725dc4a0ae)
Add missing git rev hash.(cherry picked from commit f2146944fcd00a0a7918931c6f0f5c3f88cd6f1d)
Deprecate avcodec_thread_init()
As a side effect of the last commit, avcodec_open() now calls it automatically,so there is no longer any need for clients to call it.Instead they should set AVCodecContext.thread_count.
avcodec_thread_free() is deprecated, and will be removed from avcodec.h at the...
Add missing git rev hash.(cherry picked from commit 8e8cc52be3b515bc91cd9452daca7a65feaea5ad)
Frame-based multithreading framework using pthreads
See doc/multithreading.txt for details on use in codecs.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
Add missing git revision hask.(cherry picked from commit c2bd7578af069206831a9c25fa68c9bbd5004619)
Add missing git rev hash.
Add missing git revision hask.
lavf: rename ff_probe_input_buffer to make it public
It is useful for applications that hand input data directly to lavf viaa ByteIOContext.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>(cherry picked from commit 3940caad02fbc4f075e77bc605849b1d84ba1b8e)
add APIChanges entry for fe9a3fb(cherry picked from commit 7ab8758baf743b3d525c07a770e13038b0885461)
add APIChanges entry for fe9a3fb
Fill in missing date.(cherry picked from commit ae0f8a1a33158397c5014745424389ba1f543cfd)
Update MINOR and set git rev for non-blocking flag API addition.(cherry picked from commit efdd67cb00ad770c16c47161c023121e1ae53ae9)
Non-blocking protocols: flag and documentation
Signed-off-by: Nicolas George <nicolas.george@normalesup.org>Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>(cherry picked from commit fe174fc8fc4bbdb050014a945de7eb9b28ba358e)
Add an APIchanges entry for avformat_free_context
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>(cherry picked from commit ff1974897778942180c1d4f95b0b7b45a4fbbc02)
Fill in missing date.
Update MINOR and set git rev for non-blocking flag API addition.
Signed-off-by: Nicolas George <nicolas.george@normalesup.org>Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
Add APIchanges entry for lavc 52.109.0
Signed-off-by: Mans Rullgard <mans@mansr.com>(cherry picked from commit 75fd0668df64c4b7140be5ac829dee4e327a3e57)
Add forgotten minor API bumps and APIChanges entries
The bumps are for adding version.h and avio_{get/put}_str functions inlavf and making av_dlog public in lavu.
Add sample_aspect_ratio fields to vsrc_buffer arguments.This fixes aspect handling in ffmpegThis is based on a patch by baptiste
Add sample_aspect_ratio to AVFilterLink
Fix date and revision for lavc 52.104.
Originally committed as revision 26399 to svn://svn.ffmpeg.org/ffmpeg/trunk
Rename AVFilterBufferRefAudioProps.samples_nb to nb_samples.
More consistent with the rest of FFmpeg and sounds more natural toEnglish speaking people.
Originally committed as revision 26374 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add APIchanges entry for the av_metadata_copy() addition.
Originally committed as revision 26361 to svn://svn.ffmpeg.org/ffmpeg/trunk
Deprecate reordered_opaque in favor of pkt_pts/dts
Originally committed as revision 26262 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add pkt_dts to AVFrame, this will in the future allow multithreading decodersto not mess up dts
Originally committed as revision 26261 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add AVFrame.pkt_pts that contains the correctly reordered AVPacket.pts
Originally committed as revision 26260 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add av_get_profile_name() to get profile names.
Patch by Anssi Hannula, anssi d hannula a iki d fi
Originally committed as revision 26259 to svn://svn.ffmpeg.org/ffmpeg/trunk
Bump lavfi minor and add an entry after r26108 (which addedAV_PERM_NEG_LINESIZES to avfilter.h).
Originally committed as revision 26111 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fix date in APIchanges.
Originally committed as revision 26109 to svn://svn.ffmpeg.org/ffmpeg/trunk
Consistently prefer short library names in APIchanges.
Originally committed as revision 26106 to svn://svn.ffmpeg.org/ffmpeg/trunk
Implement av_find_best_stream.
Originally committed as revision 26104 to svn://svn.ffmpeg.org/ffmpeg/trunk
lavf: bump minor and add APIchanges entry after adding AVFMT_NOSTREAMS
Originally committed as revision 26103 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add av_file_map() and av_file_unmap() functions.
Originally committed as revision 26073 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add AVERROR_*_NOT_FOUND codes.
Originally committed as revision 26056 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fix typo.
Originally committed as revision 25924 to svn://svn.ffmpeg.org/ffmpeg/trunk
Move AV_NOPTS_VALUE, AV_TIME_BASE, AV_TIME_BASE_Q symbols fromlibavcodec to libavcore.
Remove another compile-time dependancy of libavfilter on libavcodec.
Originally committed as revision 25923 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add CODEC_CAP_NEG_LINESIZES.
Originally committed as revision 25886 to svn://svn.ffmpeg.org/ffmpeg/trunk
Cosmetics: add empty line which was previously removed.
Improve readability.
Originally committed as revision 25882 to svn://svn.ffmpeg.org/ffmpeg/trunk
Deprecate avcodec_pix_fmt_string() in favor ofav_get_pix_fmt_string(), added to libavutil/pixdesc.h.
Originally committed as revision 25879 to svn://svn.ffmpeg.org/ffmpeg/trunk
Implement av_image_alloc() and use it inavfilter_default_get_video_buffer().
Originally committed as revision 25878 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add avfilter_graph_create_filter().
Originally committed as revision 25862 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fix date in last APIchanges entry.
Originally committed as revision 25830 to svn://svn.ffmpeg.org/ffmpeg/trunk
Implement avfilter_get_video_buffer_ref_from_arrays().
Originally committed as revision 25827 to svn://svn.ffmpeg.org/ffmpeg/trunk
Move audio channel API from libavcodec to libavcore.
Originally committed as revision 25787 to svn://svn.ffmpeg.org/ffmpeg/trunk
Document added functions.
Originally committed as revision 25783 to svn://svn.ffmpeg.org/ffmpeg/trunk
move the av_parse_color() function from libavfilter to libavcore
Originally committed as revision 25761 to svn://svn.ffmpeg.org/ffmpeg/trunk
minor bump and APIchanges for r25745
Originally committed as revision 25752 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fix revision number of the last APIchanges entry.
Originally committed as revision 25741 to svn://svn.ffmpeg.org/ffmpeg/trunk
Make avfiltergraph.h public.
Originally committed as revision 25740 to svn://svn.ffmpeg.org/ffmpeg/trunk
Prefix with "ff_" the functions: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 neverused in application code, so it is better to consider them internal...
Use hierarchic names convention (prefix them with av_expr) for theeval API.
More grep-friendly and more consistent with the rest of the FFmpegAPI.
Originally committed as revision 25708 to svn://svn.ffmpeg.org/ffmpeg/trunk
Rename avfilter_destroy() as avfilter_free().
The new name is shorter and more consistent with the FFmpeg API, andsounds less evil.
Originally committed as revision 25707 to svn://svn.ffmpeg.org/ffmpeg/trunk
Remove graphparser.h header, move AVFilterInOut andavfilter_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.
Originally committed as revision 25702 to svn://svn.ffmpeg.org/ffmpeg/trunk
Bump lavfi minor and add APIchanges entry after the rename ofAVFilterInOut.filter.
Originally committed as revision 25701 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fix off-by-one error in APIchanges file.
Originally committed as revision 25675 to svn://svn.ffmpeg.org/ffmpeg/trunk
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
Implement avfilter_graph_alloc().
Originally committed as revision 25673 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add av_get_bits_per_sample_fmt() to libavcore/samplefmt.h anddeprecate av_get_bits_per_sample_format().
Originally committed as revision 25654 to svn://svn.ffmpeg.org/ffmpeg/trunk
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()...
Move sample format definitions from libavcodec to libavcore.
Originally committed as revision 25652 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add avfilter_graph_config().
Originally committed as revision 25502 to svn://svn.ffmpeg.org/ffmpeg/trunk
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
Add APIchanges entry after r25441.
Originally committed as revision 25443 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add APIchanges entry for lsws change of r32368.
Originally committed as revision 25249 to svn://svn.ffmpeg.org/ffmpeg/trunk
Update APIchanges after r25236.
Originally committed as revision 25238 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add APIchanges entry after r25227.
Originally committed as revision 25228 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add APIchanges entry after r25225.
Originally committed as revision 25226 to svn://svn.ffmpeg.org/ffmpeg/trunk
Bump version and update APIchanges after r25210.
Originally committed as revision 25216 to svn://svn.ffmpeg.org/ffmpeg/trunk