index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavformat
/
utils.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Disable deprecation warnings for cases where a replacement is available
Diego Biurrun
2013-08-02
1
-0
/
+3
*
lavf: Don't interpret just slightly broken timestamps as wraparound
Michael Niedermayer
2013-07-29
1
-2
/
+3
*
lavf: Make sure avg_frame_rate can be calculated without integer overflow
Martin Storsjö
2013-07-15
1
-0
/
+3
*
avf: move url utility functions in a separate file
Luca Barbato
2013-06-16
1
-113
/
+0
*
avf: move ff_write_chained to mux.c
Luca Barbato
2013-06-16
1
-18
/
+0
*
avf: move riff tags accessors where they belong
Luca Barbato
2013-06-16
1
-9
/
+0
*
avf: move ff_http_match_no_proxy to network
Luca Barbato
2013-06-16
1
-54
/
+0
*
avf: split off format register and lookup function
Luca Barbato
2013-06-16
1
-146
/
+0
*
lavf: preserve side data when parsing packets.
Anton Khirnov
2013-05-28
1
-0
/
+7
*
Remove commented-out debug #define cruft
Diego Biurrun
2013-05-16
1
-2
/
+0
*
avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriate
Diego Biurrun
2013-05-04
1
-5
/
+5
*
silly typo fixes
Diego Biurrun
2013-05-03
1
-3
/
+3
*
lavf: make sure stream probe data gets freed.
Anton Khirnov
2013-04-04
1
-0
/
+1
*
lavf: sanity check size in av_get/append_packet().
Anton Khirnov
2013-03-15
1
-19
/
+49
*
lavf: remove disabled FF_API_R_FRAME_RATE cruft
Anton Khirnov
2013-03-11
1
-59
/
+0
*
lavf: remove disabled FF_API_AV_GETTIME cruft
Anton Khirnov
2013-03-11
1
-7
/
+0
*
lavf: remove disabled FF_API_READ_PACKET cruft
Anton Khirnov
2013-03-11
1
-8
/
+0
*
lavf: remove disabled FF_API_CLOSE_INPUT_FILE cruft
Anton Khirnov
2013-03-11
1
-7
/
+0
*
avpacket: use AVBuffer to allow refcounting the packets.
Anton Khirnov
2013-03-08
1
-5
/
+14
*
Use the avstring.h locale-independent character type functions
Reimar Döffinger
2013-03-07
1
-5
/
+5
*
lavf: Handle the environment variable no_proxy more properly
Martin Storsjö
2013-02-27
1
-0
/
+54
*
lavf: fix arithmetic overflows in avformat_seek_file()
Mans Rullgard
2012-12-08
1
-1
/
+1
*
Remove pointless #undefs of previously forbidden functions.
Anton Khirnov
2012-12-04
1
-2
/
+0
*
lavf: add a common function for selecting a pcm codec from parameters
Justin Ruggles
2012-11-28
1
-0
/
+30
*
lavf: avoid integer overflow in ff_compute_frame_duration()
Janne Grunau
2012-11-26
1
-1
/
+4
*
url: Handle relative urls starting with two slashes
Duncan Salerno
2012-10-09
1
-4
/
+10
*
url: Handle relative urls being just a new query string
Duncan Salerno
2012-10-09
1
-0
/
+6
*
url: Don't treat slashes in query parameters as directory separators
Duncan Salerno
2012-10-09
1
-1
/
+7
*
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-10-08
1
-1
/
+1
*
avformat: split muxing functions from util.c
Luca Barbato
2012-10-01
1
-517
/
+6
*
avformat: const correctness for av_hex_dump / av_hex_dump_log
Diego Biurrun
2012-10-01
1
-3
/
+4
*
avformat: Convert some commented-out printf/av_log instances to av_dlog
Diego Biurrun
2012-10-01
1
-3
/
+9
*
lavf: use a malloced AVFrame in try_decode_frame().
Anton Khirnov
2012-09-24
1
-8
/
+17
*
lavf: zero data/size of the packet passed to read_packet().
Anton Khirnov
2012-09-21
1
-0
/
+2
*
lavf probe: prevent codec probe with no data at all seen
Janne Grunau
2012-09-20
1
-0
/
+5
*
avformat: fix typo in avformat_close_input
Luca Barbato
2012-09-15
1
-1
/
+1
*
lavf: flush the output AVIOContext in av_write_trailer().
Anton Khirnov
2012-09-15
1
-0
/
+4
*
lavf: cosmetics, reformat av_write_trailer().
Anton Khirnov
2012-09-15
1
-8
/
+8
*
avformat: refactor avformat_close_input
Luca Barbato
2012-09-14
1
-4
/
+13
*
avformat: simplify avformat_close_input
Luca Barbato
2012-09-14
1
-2
/
+2
*
libavformat: add const to AVCodec pointers
Mans Rullgard
2012-08-18
1
-2
/
+2
*
lavf: Detect discontinuities in timestamps for framerate/analyzeduration calc...
Martin Storsjö
2012-08-12
1
-0
/
+13
*
lavf: Initialize the stream info timestamps in avformat_new_stream
Martin Storsjö
2012-08-12
1
-0
/
+6
*
lavf: simplify is_intra_only() by using codec descriptors.
Anton Khirnov
2012-08-11
1
-25
/
+9
*
dict: add av_dict_count()
Mans Rullgard
2012-08-10
1
-1
/
+1
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-54
/
+54
*
lavf: Declare an AVRational struct without a struct literal
Martin Storsjö
2012-08-06
1
-1
/
+1
*
lavf: deprecate r_frame_rate.
Anton Khirnov
2012-07-29
1
-5
/
+13
*
lavf: round estimated average fps to a "standard" fps.
Anton Khirnov
2012-07-29
1
-0
/
+18
*
lavf: use dts difference instead of AVPacket.duration in find_stream_info()
Anton Khirnov
2012-07-29
1
-6
/
+32
[next]