985 Commits (1fe858136b315796dd5349f3b4448a29d1bd6fa1)

Author SHA1 Message Date
James Almer 79ff9935ae utils: Add av_stream_add_side_data() 8 years ago
Anton Khirnov 096a8effa3 lavf: check that the codec is supported by extract_extradata 8 years ago
Anton Khirnov 8e2ea69135 lavf: use the new bitstream filter for extracting extradata 8 years ago
Anton Khirnov 83548fe894 lavf: fix usage of AVIOContext.seekable 8 years ago
wm4 8bc4accc37 lavf: use new decode API 9 years ago
Anton Khirnov 1ceb07eb31 avformat_find_stream_info: move duration guessing after updating codec parameters 9 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Anton Khirnov 7fbb3b5b98 lavf: use the io_open callbacks for files opened from open_input() as well 9 years ago
Anton Khirnov 9f61abc811 lavf: allow custom IO for all files 9 years ago
John Stebbins 7f4ec4364b avformat: expose av_stream_new_side_data helper 9 years ago
Anton Khirnov 8de1ee9f72 lavf: deprecate compute_pkt_fields2 9 years ago
Anton Khirnov aeda1121c9 lavf: factor out freeing an AVStream 9 years ago
Anton Khirnov a0c71a5751 lavf: initialize cur_dts to AV_NOPTS_VALUE for muxing 9 years ago
Luca Barbato d584533cf3 avformat: Rework add_to_pktbuf 9 years ago
Luca Barbato ce70f28a17 avpacket: Replace av_free_packet with av_packet_unref 9 years ago
Luca Barbato a5d4204309 avformat: Always return ref-counted AVPacket 9 years ago
wm4 948f3c19a8 lavc: Make AVPacket.duration int64, and deprecate convergence_duration 9 years ago
Vittorio Giovara 01bcc2d5c2 lavc: Drop deprecated destruct_packet related functions 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Vittorio Giovara 98cab39798 lavf: Fix variables constness in ff_iso8601_to_unix_time() 10 years ago
Vittorio Giovara 1a3eb042c7 Replace av_dlog with normal av_log at trace level 10 years ago
Luca Barbato 27f2746282 parseutils: Make av_small_strptime public 10 years ago
wm4 9deaec7828 lavf: move internal fields from public to internal context 10 years ago
Anton Khirnov 4227e4fe74 lavf: add a convenience function for adding side data to a stream 10 years ago
Martin Storsjö 9f810a9b37 libavformat: Check for malloc failures in avformat_new_stream 10 years ago
Luca Barbato 0db6bbb24c avformat: Make avformat_free_context handle NULL 10 years ago
Anton Khirnov 2d6e58497e lavf: switch to AVCodecContext.framerate for demuxing 10 years ago
Michael Niedermayer bd239c9a2e lavf: Don't drop both pts and dts if timestamps are invalid 10 years ago
Justin Ruggles 19133e96d3 lavf: fix memleaks in avformat_find_stream_info() 10 years ago
Anton Khirnov b263f8ffe7 lavf: add AVFormatContext.max_ts_probe 10 years ago
Anton Khirnov 30e50c5027 lavf: eliminate ff_get_audio_frame_size() 10 years ago
Andrew Stone 019d3fccc4 Set protocol-level metadata in AVFormatContext any time a packet is read. 10 years ago
Luca Barbato e253a9e2b3 avformat: Move av_probe_input* to format.c 10 years ago
Diego Biurrun 7215fcf840 avformat: Mark AVOutputFormat argument in avformat_query_codec as const 10 years ago
Roman Savchenko 3d90f27ad5 avformat_new_stream: make the AVCodec parameter const 11 years ago
Diego Biurrun 73953df71a Replace av_malloc() and memset(0) by av_mallocz() 11 years ago
Anton Khirnov 194be1f43e lavf: switch to AVStream.time_base as the hint for the muxer timebase 11 years ago
Vittorio Giovara 2dc265619a lavf: group dump functions together 11 years ago
Janne Grunau c23c96b638 lavf: add av_stream_get_side_data 11 years ago
Luca Barbato dcbfb7805a probe: Support AAC_LATM in set_codec_from_probe_data 11 years ago
Anton Khirnov 1eb57e1d9b lavc: eliminate tb_unreliable() 11 years ago
Anton Khirnov f9157463db lavf: do not use the parser duration for video 11 years ago
Anton Khirnov 25b3258656 lavf: add an AVStream field for exporting stream-global side data 11 years ago
Luca Barbato db9d39b4b5 avformat: Report the duration analysis reached 11 years ago
Anton Khirnov 33c859c142 lavf: ignore attachment streams for interleaving purposes 11 years ago
Janne Grunau 78987a88a8 lavf: include 60 fps in guessed standard frame rates 11 years ago
Diego Biurrun d67cfdeb53 avformat: utils: Refactor duplicated PRINT macro 11 years ago
Diego Biurrun 50ecf15712 avformat: utils: K&R formatting cosmetics 11 years ago
Anton Khirnov 2115a35974 lavf: make av_probe_input_buffer more robust 11 years ago