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
/
mpegvideo.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix references to deleted avcodec_encode_video() function
Vittorio Giovara
2013-09-16
1
-1
/
+1
*
ppc: More consistent arch initialization
Diego Biurrun
2013-04-30
1
-1
/
+1
*
mpegvideo: Use hpeldsp instead of dsputil for half-pel functions
Ronald S. Bultje
2013-04-19
1
-0
/
+2
*
h261: Move function declarations to h261.h
Diego Biurrun
2013-04-05
1
-11
/
+0
*
mpeg12: Move some ff_mpeg1_* function declarations to a more suitable place
Diego Biurrun
2013-03-27
1
-2
/
+0
*
lavc: Rename avpriv_mpv_find_start_code after moving out from mpegvideo
Martin Storsjö
2013-03-26
1
-1
/
+0
*
mpegvideo: remove FMT_H264
Anton Khirnov
2013-03-11
1
-1
/
+0
*
mpegvideo: drop vismv code
Anton Khirnov
2013-03-08
1
-1
/
+0
*
lavc decoders: work with refcounted frames.
Anton Khirnov
2013-03-08
1
-16
/
+41
*
lavc: move AVFrame.hwaccel_picture_private to Picture.
Anton Khirnov
2013-03-08
1
-0
/
+4
*
lavc: Split out ff_hwaccel_pixfmt_list_420[] over individual codecs
Ronald S. Bultje
2013-03-06
1
-1
/
+0
*
h264: deMpegEncContextize
Anton Khirnov
2013-02-15
1
-1
/
+1
*
mpegvideo: split ff_draw_horiz_band().
Anton Khirnov
2013-02-15
1
-1
/
+5
*
error_resilience: decouple ER from MpegEncContext
Anton Khirnov
2013-02-15
1
-19
/
+4
*
dsputil: Move ff_block_permute to mpegvideo_enc
Diego Biurrun
2013-02-07
1
-0
/
+6
*
mpegvideo: simplify REBASE_PICTURE
Anton Khirnov
2013-02-04
1
-4
/
+4
*
mpegvideo: Do REBASE_PICTURE with byte pointers
Martin Storsjö
2013-01-31
1
-1
/
+1
*
mpegvideo: remove some unused variables from Picture.
Anton Khirnov
2013-01-29
1
-5
/
+0
*
Drop DCTELEM typedef
Diego Biurrun
2013-01-22
1
-25
/
+25
*
lavc: introduce VideoDSPContext
Ronald S. Bultje
2012-12-20
1
-0
/
+2
*
mpegvideo: allocate scratch buffers after linesize is known
Janne Grunau
2012-12-18
1
-1
/
+2
*
mpegvideo: treat delayed pictures as used
Janne Grunau
2012-12-13
1
-0
/
+6
*
cosmetics: Fix dropable --> droppable typo
Diego Biurrun
2012-12-09
1
-1
/
+1
*
avcodec: Remove broken MMI optimizations
Diego Biurrun
2012-10-12
1
-1
/
+0
*
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-10-08
1
-2
/
+2
*
mpeg4: support frame parameter changes with frame-mt
Janne Grunau
2012-09-19
1
-0
/
+4
*
mpegvideo: add reinit function for frame parameter changes
Janne Grunau
2012-09-19
1
-0
/
+2
*
avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member
Martin Storsjö
2012-09-04
1
-3
/
+3
*
avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union member
Martin Storsjö
2012-09-04
1
-1
/
+1
*
avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member
Martin Storsjö
2012-09-04
1
-4
/
+4
*
x86: mpegvideo: more sensible names for optimization file and init function
Diego Biurrun
2012-08-24
1
-1
/
+1
*
x86: mpegvideoenc: Split optimizations off into a separate file
Diego Biurrun
2012-08-24
1
-0
/
+1
*
mpegvideo: convert mpegvideo_common.h to a .c file
Mans Rullgard
2012-08-09
1
-0
/
+15
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-1
/
+1
*
mpegvideo: remove VLAs
Ronald S. Bultje
2012-07-04
1
-0
/
+6
*
Remove lowres video decoding
Mans Rullgard
2012-04-21
1
-1
/
+1
*
h264: increase reference poc list from 16 to 32.
Ronald S. Bultje
2012-03-14
1
-1
/
+1
*
h263enc: Add an option for outputting info about MBs as side data
Martin Storsjö
2012-03-01
1
-0
/
+4
*
mpegvideo_enc: add quantizer_noise_shaping private option.
Anton Khirnov
2012-02-29
1
-1
/
+3
*
mpegvideo_enc: add chroma/luma_elim_threshold private options.
Anton Khirnov
2012-02-29
1
-1
/
+5
*
mpegvideo_enc: add cbp_rd flag to mpv_flags.
Anton Khirnov
2012-02-29
1
-1
/
+3
*
mpegvideo_enc: add qp_rd flag to mpv_flags.
Anton Khirnov
2012-02-29
1
-1
/
+3
*
mpegvideo_enc: add strict_gop flag to mpv_flags.
Anton Khirnov
2012-02-29
1
-0
/
+2
*
lavc: add -mpv_flags to mpegvideo_enc-based encoders.
Anton Khirnov
2012-02-29
1
-0
/
+23
*
mpegvideo_enc: switch to encode2().
Anton Khirnov
2012-02-19
1
-1
/
+10
*
mpegvideo: Add ff_ prefix to nonstatic functions
Martin Storsjö
2012-02-15
1
-17
/
+17
*
rv: Add ff_ prefix to nonstatic symbols
Martin Storsjö
2012-02-15
1
-3
/
+3
*
msmpeg4: Add ff_ prefix to nonstatic symbols
Martin Storsjö
2012-02-15
1
-7
/
+7
*
mpeg12: Add ff_ prefix to nonstatic symbols
Martin Storsjö
2012-02-15
1
-4
/
+4
*
Remove Sun medialib glue code.
Diego Biurrun
2012-02-08
1
-1
/
+0
[next]