summaryrefslogtreecommitdiffstats
path: root/libavformat/avformat.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove silly insults from avformat_version() Doxygen documentation.Diego Biurrun2011-05-191-2/+1
|
* asfdec: do not fall back to binary/generic searchVladimir Pantelic2011-05-171-0/+2
| | | | | | | | | | asf_read_seek() inside the asf demuxer already does the right thing, it tries the index and if that fails it uses binary search. If binary search is called from outside of asfdec.c it will fail because the asf code cannot clean up after itself. Therefore introduce AVFMT_NOBINSEARCH that prevents the seek code to fallback to binary search and AVFMT_NOGENSEARCH that prevents the seek code to fallback to generic search.
* applehttp: Expose the stream bitrate via metadataMartin Storsjö2011-04-211-0/+1
| | | | | | | This helps callers to intelligently switch between bitrate variants. Signed-off-by: Martin Storsjö <martin@martin.st>
* lavf: remove FF_API_INDEX_BUILT cruftAnton Khirnov2011-04-191-3/+0
|
* lavf: remove FF_API_FIRST_FORMAT cruftAnton Khirnov2011-04-191-5/+0
|
* lavf: remove FF_API_PARAMETERS_CODEC_ID cruftAnton Khirnov2011-04-191-4/+0
|
* lavf: remove FF_API_LAVF_UNUSED cruftAnton Khirnov2011-04-191-9/+0
|
* lavf: remove FF_API_PARSE_FRAME_PARAM cruftAnton Khirnov2011-04-191-16/+0
|
* lavf: remove FF_API_ALLOC_FORMAT_CONTEXT cruftAnton Khirnov2011-04-191-7/+0
|
* lavf: remove FF_API_GUESS_FORMAT cruftAnton Khirnov2011-04-191-12/+0
|
* lavf: remove FF_API_OLD_METADATA cruftAnton Khirnov2011-04-191-39/+0
|
* lavf: remove FF_API_MAX_STREAMS cruftAnton Khirnov2011-04-191-8/+0
|
* Replace more FFmpeg references by Libav.Diego Biurrun2011-04-171-1/+1
|
* lavf: postpone removal of public metadata conversion APIAnton Khirnov2011-04-131-4/+4
| | | | It's been deprecated only a few months ago, long after 0.6.
* avformat.h: fix a misplaced #endifAnton Khirnov2011-04-091-1/+1
|
* lavf: get rid of ffm-specific stuff in avformat.hAnton Khirnov2011-04-081-6/+0
|
* lavf: rename a parameter of av_sdp_create from buff->bufAnton Khirnov2011-04-081-3/+3
| | | | This is more consistent with the rest of the API.
* lavf: rename avf_sdp_create to av_sdp_create.Anton Khirnov2011-04-081-1/+5
| | | | The new name is more consistent with the rest of the API.
* lavf: make av_guess_image2_codec internalAnton Khirnov2011-04-081-1/+3
| | | | It doesn't look very useful as a public function.
* lavf: mark av_pkt_dump(_log) for remove on $next+1 bump.Anton Khirnov2011-04-081-1/+3
|
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-5/+5
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* asfdec: subtract the preroll value and thus output 0 based timestampsVladimir Pantelic2011-03-171-2/+0
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* lavf: update documentation of AVOutputFormat.flagsAnssi Hannula2011-03-071-1/+3
| | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* lavf: document the use of multiple entries in language metadata tagAnssi Hannula2011-03-071-1/+2
| | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* libavformat: Add av_pkt_dump{, _log}2, taking an AVStream parameterMartin Storsjö2011-03-021-4/+12
| | | | | | | This removes a fixme issue, by allowing the av_pkt_dump functions to use the correct time base. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* avio: rename url_fopen/fclose -> avio_open/close.Anton Khirnov2011-02-231-1/+1
| | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-5/+5
| | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* Move find_info_tag to lavu and add av_ prefix to itAnton Khirnov2011-02-171-5/+4
| | | | Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
* Deprecate parse_date() in favor of av_parse_time().Stefano Sabatini2011-02-161-23/+6
| | | | | | | | The new av_parse_time() is created in libavutil/parseutils.h, all the internal functions used by parse_date are moved to libavutil/parseutils.c and made static. Signed-off-by: Mans Rullgard <mans@mansr.com>
* lavf: add av_ prefix to dump_format()Anton Khirnov2011-02-161-4/+11
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Document that av_write_header sets stream time_base to a value of it chosing.Reimar Döffinger2011-02-161-0/+4
| | | | Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
* lavf: add AV_DISPOSITION_CLEAN_EFFECTS flagAnssi Hannula2011-02-141-0/+1
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* lavf: deprecate AVFormatContext.index_builtAnton Khirnov2011-02-101-1/+3
| | | | | | | it's not touched anywhere in ffmpeg, the code setting it was removed over two years ago (e9b78eeba22b050810a507e69df1b652e56ab62b). Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* add AV_DISPOSITION_HEARING_IMPAIRED and AV_DISPOSITION_VISUAL_IMPAIREDPeter Ross2011-02-101-0/+2
| | | | Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
* lavf: rename ff_probe_input_buffer to make it publicAnssi Hannula2011-02-081-0/+19
| | | | | | | It is useful for applications that hand input data directly to lavf via a ByteIOContext. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* lavf: move internal functions from avformat.h to internal.hAnton Khirnov2011-02-061-25/+0
| | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* Make av_set_pts_info keep previous time base if new one is invalid.Reimar Döffinger2011-02-061-1/+2
| | | | | | Fixes issue 2475. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* libavformat: Add a function for freeing an AVFormatContextMartin Storsjö2011-02-041-2/+8
| | | | | | | This function is useful for freeing data structures allocated by muxers, which currently have to be freed manually by the caller. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* lavf: move the version macros to a new headerAnton Khirnov2011-01-211-63/+1
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Add service_provider and service_name metadataGeorgi Chorbadzhiyski2011-01-201-0/+2
| | | | | | | | | | | | | | This patch adds support in mpegts muxer for using service_provider and service_name metadata to set service_provider_name and service_name fields in SDT. Example usage: ffmpeg -i file.ts -f mpegts -re -acodec copy -vcodec copy -f mpegts \ -metadata service_provider="Some provider" \ -metadata service_name="Some Channel" \ "udp://239.0.70.2:5000?pkt_size=1316&ttl=1" Signed-off-by: Mans Rullgard <mans@mansr.com>
* Missing parts of IVF muxer support.Reimar Döffinger2011-01-181-1/+1
|
* Introduce av_metadata_copy() to copy metadata from one struct to another.Ronald S. Bultje2011-01-141-1/+11
| | | | Originally committed as revision 26330 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add AVOption support for muxers.Anssi Hannula2011-01-021-1/+3
| | | | | | Patch by Anssi Hannula, anssi d hannula a iki d fi Originally committed as revision 26195 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement av_find_best_stream.Nicolas George2010-12-271-1/+32
| | | | Originally committed as revision 26104 to svn://svn.ffmpeg.org/ffmpeg/trunk
* lavf: bump minor and add APIchanges entry after adding AVFMT_NOSTREAMSAnton Khirnov2010-12-271-1/+1
| | | | Originally committed as revision 26103 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow output formats without any streams.Anton Khirnov2010-12-271-0/+1
| | | | | | Required for future metadata format. Originally committed as revision 26100 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bump libavformat minor version, forgotten in r26094Peter Ross2010-12-261-1/+1
| | | | Originally committed as revision 26095 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify AVFMT_TS_DISCONT and muxers.Michael Niedermayer2010-12-251-1/+1
| | | | Originally committed as revision 26089 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rtpdec: Add a dynamic payload handler for the x-Purevoice format, RFC 2658Martin Storsjö2010-12-051-2/+2
| | | | | | This fixes roundup issue 2390. Originally committed as revision 25889 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Increase avformat micro version, forgotten in r25834.Carl Eugen Hoyos2010-11-271-1/+1
| | | | Originally committed as revision 25836 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud