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