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
/
libavcodec
/
mpeg12enc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mpeg12enc: increase declared size of block function argument
Michael Niedermayer
2014-11-11
1
-2
/
+2
*
mpeg12enc: factor out check in encode_dc
Vittorio Giovara
2014-11-06
1
-1
/
+2
*
mpeg12enc: Add missing #include for PICT_FRAME
Diego Biurrun
2014-08-21
1
-0
/
+1
*
mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixes
Diego Biurrun
2014-08-15
1
-5
/
+5
*
mpeg2: add sequence display extension information
Marc-Antoine Arnaud
2014-06-06
1
-0
/
+12
*
mpegvideo: operate with pointers to AVFrames instead of whole structs
wm4
2014-04-09
1
-5
/
+5
*
mpeg12enc: set frame packing information when relevant metadata is found
Vittorio Giovara
2013-12-09
1
-0
/
+41
*
Add missing #includes for *INT64_MAX and *INT64_C
Diego Biurrun
2013-11-23
1
-0
/
+2
*
cosmetics: Group .name and .long_name together in codec/format declarations
Diego Biurrun
2013-10-03
1
-2
/
+2
*
mpeg12enc: K&R formatting cosmetics
Vittorio Giovara
2013-09-05
1
-455
/
+529
*
mpeg12enc: drop forward declarations
Vittorio Giovara
2013-09-05
1
-163
/
+158
*
avcodec: Add av_cold attributes to init functions missing them
Diego Biurrun
2013-05-04
1
-2
/
+4
*
Remove unnecessary dsputil.h #includes
Diego Biurrun
2013-02-26
1
-1
/
+0
*
Drop DCTELEM typedef
Diego Biurrun
2013-01-22
1
-4
/
+4
*
avcodec: Rename avpriv_frame_rate_tab to ff_mpeg12_frame_rate_tab
Martin Storsjö
2012-10-18
1
-4
/
+4
*
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-10-08
1
-4
/
+4
*
avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member
Martin Storsjö
2012-09-04
1
-5
/
+5
*
Move MASK_ABS macro to libavcodec/mathops.h
Mans Rullgard
2012-08-09
1
-1
/
+1
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-12
/
+12
*
cosmetics: Align codec declarations
Martin Storsjö
2012-04-06
1
-24
/
+27
*
lavc: add -mpv_flags to mpegvideo_enc-based encoders.
Anton Khirnov
2012-02-29
1
-0
/
+2
*
mpegvideo_enc: switch to encode2().
Anton Khirnov
2012-02-19
1
-2
/
+2
*
mpegvideo: Add ff_ prefix to nonstatic functions
Martin Storsjö
2012-02-15
1
-5
/
+5
*
mpeg12: Add ff_ prefix to nonstatic symbols
Martin Storsjö
2012-02-15
1
-2
/
+2
*
vlc/rl: Add ff_ prefix to the nonstatic symbols
Martin Storsjö
2012-02-15
1
-2
/
+2
*
lavc: remove disabled FF_API_MPEGVIDEO_GLOBAL_OPTS cruft.
Anton Khirnov
2012-01-27
1
-7
/
+0
*
mpeg12enc: Remove write-only variables.
Alex Converse
2011-11-07
1
-15
/
+4
*
mpeg12enc: Don't set up run-level info for level 0.
Alex Converse
2011-11-07
1
-0
/
+2
*
lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits.
Anton Khirnov
2011-10-20
1
-1
/
+1
*
lavc: use avpriv_ prefix for ff_frame_rate_tab.
Anton Khirnov
2011-10-20
1
-4
/
+4
*
AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
Anton Khirnov
2011-10-12
1
-5
/
+5
*
mpeg12enc: use sign_extend() function
Mans Rullgard
2011-10-09
1
-2
/
+2
*
mpeg12: add 'scan_offset' private option.
Anton Khirnov
2011-08-31
1
-2
/
+5
*
mpeg12enc/mpeg4videoenc: add 'alternate_scan' private option.
Anton Khirnov
2011-08-31
1
-0
/
+1
*
mpeg2enc: add 'non_linear_quant' private option
Anton Khirnov
2011-08-31
1
-3
/
+12
*
mpeg12enc: add drop_frame_timecode private option.
Anton Khirnov
2011-08-31
1
-3
/
+9
*
mpeg12enc: add intra_vlc private option.
Anton Khirnov
2011-08-31
1
-0
/
+22
*
lavc: use designated initialisers for all codecs.
Anton Khirnov
2011-07-29
1
-14
/
+14
*
Eliminate FF_COMMON_FRAME macro.
Diego Biurrun
2011-07-11
1
-4
/
+4
*
Remove unused variables
Mans Rullgard
2011-06-02
1
-2
/
+1
*
Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.
Stefano Sabatini
2011-05-02
1
-9
/
+9
*
Remove some disabled printf debug cruft.
Diego Biurrun
2011-04-29
1
-4
/
+0
*
Introduce slice threads flag.
Ronald S. Bultje
2011-04-21
1
-2
/
+2
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
Replace dprintf with av_dlog
Luca Barbato
2011-01-29
1
-1
/
+1
*
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
Diego Elio Pettenò
2011-01-26
1
-2
/
+2
*
Change all occurences of "inofficial" to "unofficial" in code, comments
Rodney Baker
2010-07-03
1
-1
/
+1
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
*
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-30
1
-2
/
+2
*
Cosmetics: Reindent after r19927.
Carl Eugen Hoyos
2009-09-20
1
-1
/
+1
[next]