summaryrefslogtreecommitdiffstats
path: root/libavformat/utils.c
Commit message (Expand)AuthorAgeFilesLines
* avformat_find_stream_info: move duration guessing after updating codec parame...Anton Khirnov2016-03-041-2/+2
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-91/+232
* lavf: use the io_open callbacks for files opened from open_input() as wellAnton Khirnov2016-02-221-2/+2
* lavf: allow custom IO for all filesAnton Khirnov2016-01-241-0/+7
* avformat: expose av_stream_new_side_data helperJohn Stebbins2015-11-181-1/+1
* lavf: deprecate compute_pkt_fields2Anton Khirnov2015-11-091-0/+10
* lavf: factor out freeing an AVStreamAnton Khirnov2015-11-081-25/+33
* lavf: initialize cur_dts to AV_NOPTS_VALUE for muxingAnton Khirnov2015-11-081-5/+7
* avformat: Rework add_to_pktbufLuca Barbato2015-10-261-32/+38
* avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-261-9/+9
* avformat: Always return ref-counted AVPacketLuca Barbato2015-10-261-0/+8
* lavc: Make AVPacket.duration int64, and deprecate convergence_durationwm42015-09-291-2/+6
* lavc: Drop deprecated destruct_packet related functionsVittorio Giovara2015-08-281-6/+0
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-2/+2
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-2/+2
* lavf: Fix variables constness in ff_iso8601_to_unix_time()Vittorio Giovara2015-04-201-1/+1
* Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-191-12/+12
* parseutils: Make av_small_strptime publicLuca Barbato2015-04-071-9/+2
* lavf: move internal fields from public to internal contextwm42015-02-101-38/+39
* lavf: add a convenience function for adding side data to a streamAnton Khirnov2015-01-271-0/+37
* libavformat: Check for malloc failures in avformat_new_streamMartin Storsjö2015-01-041-0/+5
* avformat: Make avformat_free_context handle NULLLuca Barbato2014-10-171-0/+3
* lavf: switch to AVCodecContext.framerate for demuxingAnton Khirnov2014-10-151-6/+8
* lavf: Don't drop both pts and dts if timestamps are invalidMichael Niedermayer2014-10-121-1/+1
* lavf: fix memleaks in avformat_find_stream_info()Justin Ruggles2014-09-291-0/+5
* lavf: add AVFormatContext.max_ts_probeAnton Khirnov2014-08-251-0/+1
* lavf: eliminate ff_get_audio_frame_size()Anton Khirnov2014-08-131-22/+1
* Set protocol-level metadata in AVFormatContext any time a packet is read.Andrew Stone2014-08-131-0/+9
* avformat: Move av_probe_input* to format.cLuca Barbato2014-07-291-135/+0
* avformat: Mark AVOutputFormat argument in avformat_query_codec as constDiego Biurrun2014-07-261-1/+1
* avformat_new_stream: make the AVCodec parameter constRoman Savchenko2014-07-081-1/+1
* Replace av_malloc() and memset(0) by av_mallocz()Diego Biurrun2014-06-221-4/+2
* lavf: switch to AVStream.time_base as the hint for the muxer timebaseAnton Khirnov2014-06-181-3/+6
* lavf: group dump functions togetherVittorio Giovara2014-06-141-246/+0
* lavf: add av_stream_get_side_dataJanne Grunau2014-05-201-0/+15
* probe: Support AAC_LATM in set_codec_from_probe_dataLuca Barbato2014-05-031-0/+1
* lavc: eliminate tb_unreliable()Anton Khirnov2014-04-281-19/+1
* lavf: do not use the parser duration for videoAnton Khirnov2014-04-221-6/+0
* lavf: add an AVStream field for exporting stream-global side dataAnton Khirnov2014-03-241-1/+7
* avformat: Report the duration analysis reachedLuca Barbato2014-03-111-1/+2
* lavf: ignore attachment streams for interleaving purposesAnton Khirnov2014-02-041-0/+1
* lavf: include 60 fps in guessed standard frame ratesJanne Grunau2014-01-311-2/+2
* avformat: utils: Refactor duplicated PRINT macroDiego Biurrun2014-01-291-31/+23
* avformat: utils: K&R formatting cosmeticsDiego Biurrun2014-01-261-776/+910
* lavf: make av_probe_input_buffer more robustAnton Khirnov2014-01-131-2/+1
* lavf: use a fixed width typeAnton Khirnov2014-01-131-1/+1
* lavf: simplify handling of offset in av_probe_input_buuffer()Anton Khirnov2014-01-131-6/+4
* lavf: remove a pointless checkAnton Khirnov2014-01-061-2/+1
* lavf: remove an unneeded call to avcodec_get_frame_defaults().Anton Khirnov2013-12-111-1/+0
* Replace all uses of avcodec_free_frame with av_frame_free().Anton Khirnov2013-12-111-1/+1
OpenPOWER on IntegriCloud