915 Commits (dc79685195a45c9b8b17d7b93d118e0aefa45462)

Author SHA1 Message Date
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
Diego Biurrun e0f8be6413 avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriate 12 years ago
Diego Biurrun a5f8873620 silly typo fixes 12 years ago
Anton Khirnov dbb1425811 lavf: make sure stream probe data gets freed. 12 years ago
Anton Khirnov aa3c779984 lavf: sanity check size in av_get/append_packet(). 12 years ago
Anton Khirnov 85a5bc054c lavf: remove disabled FF_API_R_FRAME_RATE cruft 12 years ago
Anton Khirnov 7b486ab13b lavf: remove disabled FF_API_AV_GETTIME cruft 12 years ago
Anton Khirnov 435c2a31ad lavf: remove disabled FF_API_READ_PACKET cruft 12 years ago
Anton Khirnov 0a7c4daf46 lavf: remove disabled FF_API_CLOSE_INPUT_FILE cruft 12 years ago
Anton Khirnov 1afddbe59e avpacket: use AVBuffer to allow refcounting the packets. 12 years ago
Reimar Döffinger efa7f42020 Use the avstring.h locale-independent character type functions 12 years ago
Martin Storsjö de9cd1b173 lavf: Handle the environment variable no_proxy more properly 12 years ago
Mans Rullgard 91ac403b13 lavf: fix arithmetic overflows in avformat_seek_file() 12 years ago
Anton Khirnov cb45553f57 Remove pointless #undefs of previously forbidden functions. 12 years ago
Justin Ruggles 261e9348ef lavf: add a common function for selecting a pcm codec from parameters 12 years ago
Janne Grunau 7709ce029a lavf: avoid integer overflow in ff_compute_frame_duration() 12 years ago
Duncan Salerno 33893e6abc url: Handle relative urls starting with two slashes 12 years ago
Duncan Salerno eea003814c url: Handle relative urls being just a new query string 12 years ago
Duncan Salerno a6363e3d89 url: Don't treat slashes in query parameters as directory separators 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Luca Barbato 55f9037f38 avformat: split muxing functions from util.c 12 years ago
Diego Biurrun d3c40a7d1d avformat: const correctness for av_hex_dump / av_hex_dump_log 12 years ago
Diego Biurrun 72eaba5e4f avformat: Convert some commented-out printf/av_log instances to av_dlog 12 years ago
Anton Khirnov 9eb296572e lavf: use a malloced AVFrame in try_decode_frame(). 12 years ago
Anton Khirnov 1cc569ddda lavf: zero data/size of the packet passed to read_packet(). 12 years ago
Janne Grunau 6746cd7f61 lavf probe: prevent codec probe with no data at all seen 12 years ago
Luca Barbato 3f7fd59d15 avformat: fix typo in avformat_close_input 12 years ago
Anton Khirnov 3b4bb19e63 lavf: flush the output AVIOContext in av_write_trailer(). 12 years ago
Anton Khirnov 0c270239c2 lavf: cosmetics, reformat av_write_trailer(). 12 years ago
Luca Barbato 44272c1ccc avformat: refactor avformat_close_input 12 years ago
Luca Barbato 4d1f443c3d avformat: simplify avformat_close_input 12 years ago
Mans Rullgard edb5238ccb libavformat: add const to AVCodec pointers 13 years ago
Martin Storsjö bdefe22b8e lavf: Detect discontinuities in timestamps for framerate/analyzeduration calculation 13 years ago
Martin Storsjö 30c26c2442 lavf: Initialize the stream info timestamps in avformat_new_stream 13 years ago
Anton Khirnov 885da7b082 lavf: simplify is_intra_only() by using codec descriptors. 13 years ago
Mans Rullgard 987170cb9d dict: add av_dict_count() 13 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 13 years ago
Martin Storsjö 6c071a2b38 lavf: Declare an AVRational struct without a struct literal 13 years ago
Anton Khirnov aba232cfa9 lavf: deprecate r_frame_rate. 13 years ago
Anton Khirnov f66eeff1c8 lavf: round estimated average fps to a "standard" fps. 13 years ago
Anton Khirnov fe1c1198e6 lavf: use dts difference instead of AVPacket.duration in find_stream_info() 13 years ago
Luca Barbato 681ed00099 avf: introduce nobuffer option 13 years ago
Anton Khirnov efd34918ba lavf: remove commented out cruft in avformat_find_stream_info() 13 years ago
Anton Khirnov c4ef6a3e4b Add missing libavutil/time.h includes. 13 years ago