958 Commits (9b7f932ee568cadfc0f556a061fcc00cb63f9780)

Author SHA1 Message Date
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() 11 years ago
Andrew Stone 019d3fccc4 Set protocol-level metadata in AVFormatContext any time a packet is read. 11 years ago
Luca Barbato e253a9e2b3 avformat: Move av_probe_input* to format.c 11 years ago
Diego Biurrun 7215fcf840 avformat: Mark AVOutputFormat argument in avformat_query_codec as const 11 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
Anton Khirnov 8b76362836 lavf: use a fixed width type 11 years ago
Anton Khirnov c1868e7ee7 lavf: simplify handling of offset in av_probe_input_buuffer() 11 years ago
Anton Khirnov 3867f3718b lavf: remove a pointless check 11 years ago
Anton Khirnov 281a40e18f lavf: remove an unneeded call to avcodec_get_frame_defaults(). 11 years ago
Anton Khirnov eb891b3114 Replace all uses of avcodec_free_frame with av_frame_free(). 11 years ago
Diego Biurrun 8f8bc92365 Add missing #includes for *INT64_MAX and *INT64_C 11 years ago
Anton Khirnov 5b9c3b4505 Replace all instances of avcodec_alloc_frame() with av_frame_alloc(). 11 years ago
Reimar Döffinger ecf442a58b lavf: improve support for AVC-Intra files. 11 years ago
Anton Khirnov d1c229cdbc lavf: do not use int to store an int64 11 years ago
Anton Khirnov 2ba68dd044 lavf: remove unreliable timestamp guessing heuristic 11 years ago
Martin Storsjö ce67f442be lavf: Avoid setting avg_frame_rate if delta_dts is negative 11 years ago
Alexandra Khirnova 5626f994f2 avformat: Use av_reallocp() where suitable 11 years ago
Alexandra Khirnova 68b4677420 lavf: Make probe_codec return an error code 11 years ago
Alexandra Khirnova f369b9356c avformat: Use av_reallocp_array() where suitable 11 years ago
Anton Khirnov 26f027fba1 lavf: fix the comparison in an overflow check 11 years ago
Anton Khirnov df33a58e53 lavf: avoid integer overflow when estimating bitrate 11 years ago
Anton Khirnov fab694dd39 lavf: move a variable declaration to the block where it's used 11 years ago
Diego Biurrun 7950e519bb Disable deprecation warnings for cases where a replacement is available 12 years ago
Michael Niedermayer c5b46a064d lavf: Don't interpret just slightly broken timestamps as wraparound 12 years ago
Martin Storsjö e740929a07 lavf: Make sure avg_frame_rate can be calculated without integer overflow 12 years ago
Luca Barbato df9f22d42b avf: move url utility functions in a separate file 12 years ago
Luca Barbato 12db891dcd avf: move ff_write_chained to mux.c 12 years ago
Luca Barbato 508998f7d5 avf: move riff tags accessors where they belong 12 years ago
Luca Barbato ec7c51c786 avf: move ff_http_match_no_proxy to network 12 years ago
Luca Barbato afc8685395 avf: split off format register and lookup function 12 years ago
Anton Khirnov c330eba84c lavf: preserve side data when parsing packets. 12 years ago
Diego Biurrun 2832ea26f3 Remove commented-out debug #define cruft 12 years ago