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
*
mpeg: Drop unused parameters from ff_draw_horiz_band()
Diego Biurrun
2014-01-29
1
-4
/
+3
*
mpegvideo: drop support for real (non-emulated) edges
Anton Khirnov
2014-01-09
1
-1
/
+1
*
mpegvideo: remove disabled bfin asm
Anton Khirnov
2014-01-03
1
-1
/
+0
*
ljpegenc: deMpegEncContextize
Anton Khirnov
2013-12-05
1
-2
/
+0
*
mpegvideo: make ff_release_unused_pictures() static
Anton Khirnov
2013-12-05
1
-1
/
+0
*
mpegvideo: make frame_size_alloc() static.
Anton Khirnov
2013-12-05
1
-1
/
+0
*
mpegvideo: move encode-only parts of common_end() to encode_end()
Anton Khirnov
2013-12-05
1
-0
/
+1
*
mpeg4videodec: move showed_packed_warning from MpegEncContext to Mpeg4DecContext
Anton Khirnov
2013-12-05
1
-1
/
+0
*
mpeg4videodec: move intra_dc_threshold from MpegEncContext to Mpeg4DecContext
Anton Khirnov
2013-12-05
1
-1
/
+0
*
mpeg12dec: move first_slice from MpegEncContext to Mpeg1Context
Anton Khirnov
2013-12-05
1
-1
/
+0
*
mpegvideo: remove an unused variable
Anton Khirnov
2013-12-05
1
-1
/
+0
*
mpeg4videodec: move use_intra_dc_vlc from MpegEncContext to Mpeg4DecContext
Anton Khirnov
2013-12-05
1
-1
/
+0
*
mpeg4videodec: move sprite_{shift,traj} from MpegEncContext to Mpeg4DecContext
Anton Khirnov
2013-11-29
1
-2
/
+0
*
mpeg4videodec: move num_sprite_warping_points from MpegEncContext to Mpeg4Dec...
Anton Khirnov
2013-11-29
1
-1
/
+0
*
mpeg4videodec: move sprite_brightness_change from MpegEncContext to Mpeg4DecC...
Anton Khirnov
2013-11-29
1
-1
/
+0
*
mpeg4videodec: move scalability from MpegEncContext to Mpeg4DecContext
Anton Khirnov
2013-11-29
1
-1
/
+0
*
mpeg4videodec: move enhancement_type from MpegEncContext to Mpeg4DecContext
Anton Khirnov
2013-11-29
1
-1
/
+0
*
mpeg4videodec: remove a write-only variable from MpegEncContext
Anton Khirnov
2013-11-29
1
-1
/
+0
*
mpeg4videodec: move new_pred from MpegEncContext to Mpeg4DecContext
Anton Khirnov
2013-11-29
1
-1
/
+0
*
mpeg4videodec: replace MpegEncContext.reduced_res_vop with a local variable
Anton Khirnov
2013-11-29
1
-1
/
+0
*
mpeg4videodec: remove a write-only variable from MpegEncContext
Anton Khirnov
2013-11-29
1
-1
/
+0
*
mpeg4videodec: move t_frame from MpegEncContext to Mpeg4DecContext
Anton Khirnov
2013-11-29
1
-1
/
+0
*
mpeg4videodec: move cplx_estimation_* fields from MpegEncContext to Mpeg4DecC...
Anton Khirnov
2013-11-29
1
-3
/
+0
*
mpeg4videodec: move mpeg4-specific bug workaround variables from MpegEncConte...
Anton Khirnov
2013-11-29
1
-7
/
+0
*
mpeg4videodec: move MpegEncContext.resync_marker into Mpeg4DecContext.
Anton Khirnov
2013-11-29
1
-1
/
+0
*
mpeg4videodec: move MpegEncContext.rvlc to Mpeg4DecContext
Anton Khirnov
2013-11-29
1
-1
/
+0
*
mpeg4videodec: remove write-only sprite variables from MpegEncContext
Anton Khirnov
2013-11-29
1
-4
/
+0
*
mpeg4videodec: move MpegEncContext.vol_sprite_usage to Mpeg4DecContext
Anton Khirnov
2013-11-29
1
-1
/
+0
*
mpeg4videodec: move MpegEncContext.time_increment_bits to Mpeg4DecContext
Anton Khirnov
2013-11-29
1
-1
/
+2
*
mpeg4videodec: move MpegEncContext.shape to Mpeg4DecContext
Anton Khirnov
2013-11-29
1
-1
/
+0
*
mpegvideo_enc: use the AVFrame API properly.
Anton Khirnov
2013-11-16
1
-0
/
+3
*
mpeg12dec: Remove outdated UV swapping code for VCR2
Diego Biurrun
2013-11-14
1
-1
/
+0
*
lavc: deprecate FF_MAX_B_FRAMES
Anton Khirnov
2013-11-14
1
-0
/
+2
*
lavc: move MB_TYPE_* macros from avcodec.h to mpegvideo.h
Anton Khirnov
2013-11-14
1
-0
/
+24
*
lavc: make error_rate a private option of mpegvideo encoders
Anton Khirnov
2013-11-14
1
-1
/
+5
*
Remove all Alpha architecture optimizations
Diego Biurrun
2013-11-13
1
-1
/
+0
*
dsputil: Split off H.263 bits into their own H263DSPContext
Diego Biurrun
2013-11-08
1
-1
/
+2
*
h264: wait for initial complete frame before outputing frames
John Stebbins
2013-10-31
1
-0
/
+1
*
lavc: Convert some remaining strides to ptrdiff_t
Ronald S. Bultje
2013-10-15
1
-2
/
+2
*
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
[next]