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
*
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
*
avf: introduce nobuffer option
Luca Barbato
2012-07-29
1
-3
/
+8
*
lavf: remove commented out cruft in avformat_find_stream_info()
Anton Khirnov
2012-07-28
1
-7
/
+1
*
Add missing libavutil/time.h includes.
Anton Khirnov
2012-07-28
1
-0
/
+1
*
Move av_gettime() to libavutil
Mans Rullgard
2012-06-20
1
-6
/
+4
*
lavf: don't segfault when a NULL filename is passed to avformat_open_input()
Anton Khirnov
2012-06-16
1
-1
/
+1
*
avformat: Probe codecs at score 0 on buffer exhaustion conditions.
Alex Converse
2012-06-05
1
-12
/
+24
*
avformat: Factorize codec probing.
Alex Converse
2012-06-05
1
-20
/
+25
*
avformat: Add a flag to mark muxers that allow (non strict) monotone timestamps.
James Zern
2012-05-20
1
-1
/
+3
*
lavf: make output format matching case insensitive
Mans Rullgard
2012-05-19
1
-1
/
+1
*
lavf: add mdec to is_intra_only() list
Mans Rullgard
2012-05-15
1
-0
/
+1
*
cosmetics: indentation
Justin Ruggles
2012-05-03
1
-9
/
+10
*
avformat: only fill-in interpolated timestamps if duration is non-zero
Justin Ruggles
2012-05-03
1
-0
/
+3
*
avformat: remove a workaround for broken timestamps
Justin Ruggles
2012-05-03
1
-9
/
+0
*
avf: fix faulty check in has_duration
Luca Barbato
2012-04-25
1
-1
/
+1
*
avf: has_duration does not check the global one
Luca Barbato
2012-04-13
1
-0
/
+2
*
libavformat: Only require first packet to be known for audio/video streams
Joakim Plate
2012-04-06
1
-1
/
+3
*
Replace memset(0) by zero initializations.
Diego Biurrun
2012-03-28
1
-2
/
+1
*
make av_interleaved_write_frame() flush packets when pkt is NULL
Jindrich Makovicka
2012-03-27
1
-12
/
+18
*
lavf: make av_interleave_packet_per_dts() private.
Anton Khirnov
2012-03-20
1
-2
/
+12
*
lavf: deprecate av_read_packet().
Anton Khirnov
2012-03-20
1
-4
/
+12
*
lavf: use AVStream.discard to disable queueing attached pictures.
Anton Khirnov
2012-03-20
1
-1
/
+2
*
lavf: requeue attached pictures after seeking.
Anton Khirnov
2012-03-20
1
-10
/
+31
*
libavformat: Use AVFormatContext.probesize in init_input
Martin Storsjö
2012-03-19
1
-2
/
+2
*
lavf: remove some disabled code.
Anton Khirnov
2012-03-17
1
-36
/
+0
*
lavf: only set average frame rate for video.
Anton Khirnov
2012-03-17
1
-4
/
+4
*
lavf: remove a pointless check.
Anton Khirnov
2012-03-17
1
-1
/
+1
*
lavf: don't select an attached picture as default stream for seeking.
Anton Khirnov
2012-03-15
1
-1
/
+2
*
cosmetics: reindent
Justin Ruggles
2012-03-05
1
-5
/
+5
*
avformat: do not require a pixel/sample format if there is no decoder
Justin Ruggles
2012-03-05
1
-13
/
+29
[next]