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
/
tests
/
ref
/
seek
Commit message (
Expand
)
Author
Age
Files
Lines
*
nutenc: do not use has_b_frames
Anton Khirnov
2015-01-27
1
-27
/
+27
*
Replace lena.pnm
Reinhard Tartler
2014-11-28
37
-744
/
+743
*
Remove avserver.
Anton Khirnov
2014-06-18
1
-53
/
+0
*
mpeg2: add sequence display extension information
Marc-Antoine Arnaud
2014-06-06
9
-167
/
+167
*
matroskaenc: set the stream timebase earlier
Anton Khirnov
2014-05-29
1
-22
/
+22
*
flvenc: only write the framerate tag based on avg_frame_rate
Anton Khirnov
2014-05-29
3
-58
/
+58
*
matroskaenc: base DefaultDuration on the framerate, not the codec timebase
Anton Khirnov
2014-05-29
1
-22
/
+22
*
avconv: set the "encoder" tag when transcoding
Anton Khirnov
2014-05-18
1
-22
/
+22
*
asfenc: use codec descriptors instead of AVCodecs to write codec info
Anton Khirnov
2014-05-01
1
-27
/
+27
*
matroskaenc: write CodecDelay
Anton Khirnov
2014-05-01
1
-22
/
+22
*
mxf: Set audio packets pts
Matthieu Bouron
2014-03-06
2
-2
/
+2
*
mxfdec: set audio timebase to 1/samplerate
Anton Khirnov
2013-09-29
2
-24
/
+24
*
matroskaenc: Fix writing TRACKDEFAULTFLAG
John Stebbins
2013-08-27
1
-22
/
+22
*
oggdec: do not fall back on binary search in the generic code.
Anton Khirnov
2013-07-02
1
-17
/
+34
*
avconv: make -t insert trim/atrim filters.
Anton Khirnov
2013-04-30
2
-2
/
+2
*
lavf: introduce AVFMT_TS_NEGATIVE
Luca Barbato
2013-04-25
4
-103
/
+103
*
FATE: enable multiple slices in the ffv1 vsynth test
Anton Khirnov
2013-03-08
1
-20
/
+20
*
wmv2: move IDCT to its own DSP context.
Ronald S. Bultje
2013-01-20
1
-14
/
+14
*
Drop Snow codec
Diego Biurrun
2013-01-06
2
-92
/
+0
*
fate: split dependencies for fate-seek tests
Janne Grunau
2012-12-02
105
-0
/
+0
*
riff: do not write empty INFO tags
Victor Vasiliev
2012-10-16
27
-538
/
+538
*
fate: convert codec-regression.sh to makefile rules
Mans Rullgard
2012-05-29
20
-76
/
+27
*
pcmenc: set correct bitrate value
Mans Rullgard
2012-05-17
2
-36
/
+36
*
FATE: avoid channel mixing in lavf-dv_fmt
Justin Ruggles
2012-04-24
1
-13
/
+13
*
matroska: Add incremental parsing of clusters.
Dale Curtis
2012-04-22
1
-1
/
+1
*
FATE: allow lavf tests to alter input parameters
Justin Ruggles
2012-04-20
1
-13
/
+13
*
FATE: replace the acodec-pcm_s24daud test with an enc_dec_pcm checksum test
Justin Ruggles
2012-04-20
1
-27
/
+0
*
FATE: replace the acodec-g726 test with 4 new encode/decode tests
Justin Ruggles
2012-04-20
1
-53
/
+0
*
mpegaudioenc: use AVCodec.encode2()
Justin Ruggles
2012-03-20
5
-93
/
+99
*
ac3enc: update to AVCodec.encode2()
Justin Ruggles
2012-03-20
1
-9
/
+9
*
FATE: remove WMA acodec tests
Justin Ruggles
2012-03-17
2
-106
/
+0
*
aiffdec: do not set AVCodecContext.frame_size
Justin Ruggles
2012-03-05
1
-18
/
+18
*
voc/avs: Do not change the sample rate mid-stream.
Justin Ruggles
2012-03-03
1
-12
/
+12
*
mpegaudio_parser: do not ignore information from the first parsed frame
Justin Ruggles
2012-03-03
1
-9
/
+5
*
rawdec: set timebase to 1/fps.
Anton Khirnov
2012-02-26
10
-125
/
+125
*
FATE: update reference for seek-alac_mp4
Justin Ruggles
2012-02-11
1
-27
/
+27
*
avconv: rework -t handling for encoding.
Anton Khirnov
2012-02-07
4
-15
/
+21
*
fate: make acodec-ac3_fixed test output raw AC3
Mans Rullgard
2012-02-02
2
-44
/
+49
*
mxfdec: hybrid demuxing/seeking solution
Janne Grunau
2012-01-22
2
-50
/
+45
*
fate: update asf seektest
Luca Barbato
2011-12-02
1
-8
/
+8
*
fate: split acodec-pcm into individual tests
Justin Ruggles
2011-12-01
2
-106
/
+0
*
regtest: split video encode/decode tests into individual targets
Mans Rullgard
2011-11-22
1
-0
/
+0
*
Replace vendor string in Ogg and FLAC muxers.
Diego Biurrun
2011-11-02
2
-24
/
+24
*
remove the zork pcm seek test
Justin Ruggles
2011-10-26
1
-53
/
+0
*
riff: always generate a proper WAVEFORMATEX structure in ff_put_wav_header
John Brooks
2011-10-14
8
-204
/
+204
*
fate: remove seek-mpeg2reuse test
Mans Rullgard
2011-09-28
1
-46
/
+0
*
ac3enc: Add channel coupling support for the fixed-point AC-3 encoder.
Justin Ruggles
2011-09-05
1
-15
/
+20
*
ffmpeg: deprecate loop_input and loop_output options
Anton Khirnov
2011-07-08
1
-1
/
+1
*
lavf/utils: fix ff_interleave_compare_dts corner case.
Vitor Sessak
2011-05-10
2
-25
/
+25
*
ac3enc: correct the flipped sign in the ac3_fixed encoder
Justin Ruggles
2011-04-26
1
-1
/
+2
[next]