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
/
mxfenc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avformat/mxfenc: add jpeg2000 support.
Benoit Fouet
2014-10-02
1
-0
/
+7
*
avformat/mxfenc: dont warn about d10_channelcount being ignored if its not set
Michael Niedermayer
2014-08-27
1
-1
/
+1
*
avformat/mxfenc: rename very recently added option to set/force channelcount ...
Gaullier Nicolas
2014-06-27
1
-5
/
+5
*
avformat/mxfenc: set/force channelcount in MXF D-10
Gaullier Nicolas
2014-06-26
1
-1
/
+32
*
Merge commit '194be1f43ea391eb986732707435176e579265aa'
Michael Niedermayer
2014-06-18
1
-1
/
+2
|
\
|
*
lavf: switch to AVStream.time_base as the hint for the muxer timebase
Anton Khirnov
2014-06-18
1
-2
/
+3
*
|
Merge commit '0c1959b056f6ccaa2eee2c824352ba93c8e36d52'
Michael Niedermayer
2014-05-15
1
-2
/
+2
|
\
\
|
|
/
|
*
lavf: add AVFMT_FLAG_BITEXACT.
Anton Khirnov
2014-05-15
1
-2
/
+2
*
|
avformat/mxfenc: instance number is just 24 bits
Michael Niedermayer
2013-09-29
1
-1
/
+1
*
|
Use rc_max_rate if no video bit_rate was specified when muxing mxf_d10.
Carl Eugen Hoyos
2013-09-12
1
-1
/
+1
*
|
Store the video bit_rate in the context when muxing mxf.
Carl Eugen Hoyos
2013-09-12
1
-6
/
+10
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2013-08-05
1
-18
/
+29
|
\
\
|
|
/
|
*
mxfenc: switch to av_reallocp_array() and check allocation errors
Alexandra Khirnova
2013-08-04
1
-18
/
+29
*
|
mxfenc: use ffio_fill()
Paul B Mahol
2013-07-15
1
-6
/
+4
*
|
Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110'
Michael Niedermayer
2013-05-16
1
-2
/
+0
|
\
\
|
|
/
|
*
Remove commented-out debug #define cruft
Diego Biurrun
2013-05-16
1
-2
/
+0
|
*
avformat: Drop unnecessary ff_ name prefixes from static functions
Diego Biurrun
2013-04-30
1
-2
/
+3
*
|
Merge commit 'a0d5ca4f0a8e2c34d784d503a12af6303424ac6a'
Michael Niedermayer
2013-04-22
1
-0
/
+1
|
\
\
|
|
/
|
*
mxfenc: Use correct printf format specifier for int64_t
Diego Biurrun
2013-04-22
1
-1
/
+2
*
|
mxfenc: avoid depending on private codec structures and functions
Michael Niedermayer
2013-01-06
1
-3
/
+2
*
|
Fix "knwon" typo and add a check in tools/patcheck
Paul B Mahol
2013-01-04
1
-1
/
+1
*
|
mxfenc: Write MultipleDescriptor ref in Preface
Tomas Härdin
2012-10-25
1
-4
/
+11
*
|
mxfenc: Fix possible integer overflows
Tomas Härdin
2012-10-24
1
-6
/
+6
*
|
libavformat/mxfenc: add {} to complex ifs
Michael Niedermayer
2012-10-21
1
-4
/
+4
*
|
mxfenc: explicitly truncate continuity count.
Michael Niedermayer
2012-10-16
1
-1
/
+1
*
|
mxfenc: fix av_log data type for dts paramater
Michael Niedermayer
2012-10-08
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-10-01
1
-1
/
+1
|
\
\
|
|
/
|
*
avformat: Convert some commented-out printf/av_log instances to av_dlog
Diego Biurrun
2012-10-01
1
-1
/
+1
*
|
mxf: export ff_mxf_get_samples_per_frame to lavf
Matthieu Bouron
2012-09-21
1
-36
/
+2
*
|
mxfenc: support 23.976 and 24 frame rates
Matthieu Bouron
2012-09-20
1
-0
/
+2
*
|
mxfenc: factorize samples per frame code
Matthieu Bouron
2012-09-20
1
-27
/
+39
*
|
Merge commit '3f7fd59d151a2773f0e2e93e56b6b13ec6e5334b'
Michael Niedermayer
2012-09-16
1
-2
/
+0
|
\
\
|
|
/
|
*
lavf: flush the output AVIOContext in av_write_trailer().
Anton Khirnov
2012-09-15
1
-2
/
+0
*
|
lavf: add missing new line to some error messages
Piotr Bandurski
2012-09-01
1
-1
/
+1
*
|
lavf/mxfenc: better error handling with invalid frame rate.
Clément Bœsch
2012-08-08
1
-2
/
+3
*
|
lavf/mxfenc: simplify frame rate checks.
Clément Bœsch
2012-08-08
1
-10
/
+12
*
|
Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'
Michael Niedermayer
2012-08-07
1
-20
/
+20
|
\
\
|
|
/
|
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-14
/
+14
*
|
Replace various inlined inverse AVRational with av_inv_q().
Clément Bœsch
2012-08-06
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-07-31
1
-2
/
+2
|
\
\
|
|
/
|
*
Improve descriptiveness of a number of codec and container long names
Diego Biurrun
2012-07-30
1
-2
/
+2
*
|
mxfenc: switch to av_assert
Michael Niedermayer
2012-07-12
1
-2
/
+3
*
|
lavf/mxfenc: fix dnxhd codec uls and aspect ratio
Matthieu Bouron
2012-07-11
1
-10
/
+12
*
|
mxfenc: support dnxhd codec
Matthieu Bouron
2012-07-05
1
-1
/
+138
*
|
mxfenc: support smpte dv codec
Matthieu Bouron
2012-07-05
1
-3
/
+128
*
|
mxfenc: write optional field dominance flag in picture description
Matthieu Bouron
2012-06-06
1
-1
/
+14
*
|
timecode: move timecode muxer options to metadata.
Clément Bœsch
2012-06-04
1
-26
/
+5
*
|
mxfenc: support 50 and 60 frame rates
Matthieu Bouron
2012-05-31
1
-2
/
+12
*
|
mxfenc: Don't allow muxing audio-only since it's not supported
Tomas Härdin
2012-04-03
1
-4
/
+5
*
|
mxfenc: use new public timecode API.
Clément Bœsch
2012-02-02
1
-19
/
+19
[next]