index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
mpeg12enc.c
Age
Commit message (
Expand
)
Author
2012-10-18
avcodec: Rename avpriv_frame_rate_tab to ff_mpeg12_frame_rate_tab
Martin Storsjö
2012-10-08
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-09-04
avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member
Martin Storsjö
2012-08-09
Move MASK_ABS macro to libavcodec/mathops.h
Mans Rullgard
2012-08-07
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-04-06
cosmetics: Align codec declarations
Martin Storsjö
2012-02-29
lavc: add -mpv_flags to mpegvideo_enc-based encoders.
Anton Khirnov
2012-02-19
mpegvideo_enc: switch to encode2().
Anton Khirnov
2012-02-15
mpegvideo: Add ff_ prefix to nonstatic functions
Martin Storsjö
2012-02-15
mpeg12: Add ff_ prefix to nonstatic symbols
Martin Storsjö
2012-02-15
vlc/rl: Add ff_ prefix to the nonstatic symbols
Martin Storsjö
2012-01-27
lavc: remove disabled FF_API_MPEGVIDEO_GLOBAL_OPTS cruft.
Anton Khirnov
2011-11-07
mpeg12enc: Remove write-only variables.
Alex Converse
2011-11-07
mpeg12enc: Don't set up run-level info for level 0.
Alex Converse
2011-10-20
lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits.
Anton Khirnov
2011-10-20
lavc: use avpriv_ prefix for ff_frame_rate_tab.
Anton Khirnov
2011-10-12
AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
Anton Khirnov
2011-10-09
mpeg12enc: use sign_extend() function
Mans Rullgard
2011-08-31
mpeg12: add 'scan_offset' private option.
Anton Khirnov
2011-08-31
mpeg12enc/mpeg4videoenc: add 'alternate_scan' private option.
Anton Khirnov
2011-08-31
mpeg2enc: add 'non_linear_quant' private option
Anton Khirnov
2011-08-31
mpeg12enc: add drop_frame_timecode private option.
Anton Khirnov
2011-08-31
mpeg12enc: add intra_vlc private option.
Anton Khirnov
2011-07-29
lavc: use designated initialisers for all codecs.
Anton Khirnov
2011-07-11
Eliminate FF_COMMON_FRAME macro.
Diego Biurrun
2011-06-02
Remove unused variables
Mans Rullgard
2011-05-02
Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.
Stefano Sabatini
2011-04-29
Remove some disabled printf debug cruft.
Diego Biurrun
2011-04-21
Introduce slice threads flag.
Ronald S. Bultje
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-01-29
Replace dprintf with av_dlog
Luca Barbato
2011-01-26
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
Diego Elio Pettenò
2010-07-03
Change all occurences of "inofficial" to "unofficial" in code, comments
Rodney Baker
2010-04-20
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-03-30
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2009-09-20
Cosmetics: Reindent after r19927.
Carl Eugen Hoyos
2009-09-20
Allow encoding frames with more than 2800 lines.
Martin Fiedler
2009-09-06
Mark all pix_fmts and supported_framerates compound literals as const.
Reimar Döffinger
2009-04-17
Move declarations in mpeg1_encode_motion() closer to where they are needed.
Michael Niedermayer
2009-04-17
Useless assignment found by the clang static analyzer.
Michael Niedermayer
2009-02-01
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-01-19
cosmetics: Remove pointless period after copyright statement non-sentences.
Diego Biurrun
2008-07-13
bitstream: move put_sbits() from flacenc.c to bitstream.h and use it
Ramiro Polla
2008-06-25
Support >=4096 dimensions, fixes issue499.
Michael Niedermayer
2008-06-12
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
Stefano Sabatini
2008-05-11
Replace some occurrences of -1 with PIX_FMT_NONE.
Carl Eugen Hoyos
2008-04-29
Add some long names to AVCodec declarations.
Stefano Sabatini
2008-03-21
Apply 'cold' attribute to init/uninit functions in libavcodec
Zuxy Meng
2008-03-09
add FF_ prefix to all (frame)_TYPE usage
Aurelien Jacobs
2007-08-01
get rid of mb_type_len
Michael Niedermayer
[next]