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
/
mpegenc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace av_dlog with normal av_log at trace level
Vittorio Giovara
2015-04-19
1
-4
/
+4
*
avformat: Don't anonymously typedef structs
Diego Biurrun
2015-02-14
1
-2
/
+2
*
mpeg: Remove unused field
Luca Barbato
2015-01-07
1
-1
/
+0
*
mpegenc: prevent a NULL pointer dereference
Vittorio Giovara
2014-11-24
1
-1
/
+1
*
mpegenc: limit the maximum muxrate
Anton Khirnov
2014-08-27
1
-1
/
+1
*
mpeg: Write H264 streams at offset 2
Luca Barbato
2014-08-26
1
-4
/
+9
*
mpeg: Suppress a compiler warning on callback type
Luca Barbato
2014-08-09
1
-1
/
+2
*
mpeg: K&R formatting cosmetics
Luca Barbato
2014-08-08
1
-312
/
+335
*
Add missing #includes for *INT64_MAX and *INT64_C
Diego Biurrun
2013-11-23
1
-0
/
+2
*
avformat: Add av_cold attributes to init functions missing them
Diego Biurrun
2013-05-05
1
-1
/
+2
*
avformat: Convert some commented-out printf/av_log instances to av_dlog
Diego Biurrun
2012-10-01
1
-2
/
+7
*
avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member
Martin Storsjö
2012-09-04
1
-2
/
+2
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-13
/
+13
*
Improve descriptiveness of a number of codec and container long names
Diego Biurrun
2012-07-30
1
-3
/
+3
*
avformat: Drop pointless "format" from container long names
Diego Biurrun
2012-07-30
1
-2
/
+2
*
mpegenc: remove disabled code
Diego Biurrun
2012-07-21
1
-116
/
+0
*
mpegmux: add stuffing to avoid incomplete PCM frames
Janne Grunau
2012-05-06
1
-0
/
+6
*
libavformat: Set the default for the max_delay option to -1
Martin Storsjö
2012-03-20
1
-0
/
+2
*
lavf: remove disabled FF_API_PRELOAD cruft
Anton Khirnov
2012-01-27
1
-4
/
+0
*
lavf: remove disabled FF_API_MUXRATE cruft
Anton Khirnov
2012-01-27
1
-5
/
+0
*
mpegenc: simplify muxrate calculation
Janne Grunau
2012-01-02
1
-1
/
+1
*
lavf: make av_set_pts_info private.
Anton Khirnov
2011-11-30
1
-1
/
+2
*
mpegenc: add preload private option.
Anton Khirnov
2011-10-25
1
-1
/
+9
*
mpegenc/mpegtsenc: add muxrate private options.
Anton Khirnov
2011-10-17
1
-1
/
+32
*
lavf: use designated initialisers for all (de)muxers.
Anton Khirnov
2011-07-17
1
-50
/
+49
*
Do not include mathematics.h in avutil.h
Mans Rullgard
2011-07-03
1
-0
/
+1
*
Replace DEBUG_SEEK/DEBUG_SI + av_log combinations by av_dlog.
Diego Biurrun
2011-06-10
1
-1
/
+0
*
Remove stray extra arguments from av_dlog() invocations.
Diego Biurrun
2011-06-02
1
-1
/
+1
*
Replace some commented-out debug printf() / av_log() messages with av_dlog().
Diego Biurrun
2011-04-29
1
-8
/
+3
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
avio: rename put_flush_packet -> avio_flush
Anton Khirnov
2011-03-16
1
-3
/
+3
*
avio: avio: avio_ prefixes for put_* functions
Anton Khirnov
2011-02-21
1
-41
/
+41
*
avio: rename ByteIOContext to AVIOContext.
Anton Khirnov
2011-02-20
1
-2
/
+2
*
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
Diego Elio Pettenò
2011-01-26
1
-15
/
+15
*
Avoid negative SCR in mpeg ps muxer.
Michael Niedermayer
2010-10-16
1
-4
/
+6
*
Add a space between the else and { in mpegenc.c in the line i added.
Michael Niedermayer
2010-10-08
1
-1
/
+1
*
Warn if muxing mpeg ps is attempted without a VBV buffer size.
Michael Niedermayer
2010-10-07
1
-1
/
+3
*
Init SCR in mpeg muxer based on first DTS.
Michael Niedermayer
2010-10-07
1
-0
/
+2
*
Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.
Jean-Daniel Dupas
2010-03-31
1
-1
/
+1
*
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-30
1
-5
/
+5
*
put_bits can only reliably write up to 31 bit bits, above it relies on
Reimar Döffinger
2009-10-01
1
-2
/
+2
*
Set restrictions on packet_size, as per ISO-11172 / H-222 specifications
Ronald S. Bultje
2009-06-17
1
-2
/
+7
*
fail if stream fifo could not be allocated
Baptiste Coudurier
2009-05-22
1
-0
/
+2
*
correctly check for audio streams in mpeg ps muxer, fix multiple audio tracks
Baptiste Coudurier
2009-05-21
1
-5
/
+5
*
Rename pbBufPtr() to put_bits_ptr().
Stefano Sabatini
2009-04-13
1
-2
/
+2
*
Split bitstream.h, put the bitstream writer stuff in the new file
Stefano Sabatini
2009-04-12
1
-1
/
+1
*
Reorder arguments for av_fifo_generic_read to be more logical and
Reimar Döffinger
2009-03-09
1
-1
/
+1
*
Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues.
Michael Niedermayer
2009-03-08
1
-13
/
+13
*
cosmetics: Remove pointless period after copyright statement non-sentences.
Diego Biurrun
2009-01-19
1
-1
/
+1
*
replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_
Aurelien Jacobs
2009-01-14
1
-6
/
+6
[next]