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
/
mpeg4video.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
mpeg4video: Fix doxygen comment syntax to document correct struct member
Nidhi Makhijani
2014-08-14
1
-10
/
+10
*
mpegvideo: move vol_control_parameters to the only place it is used
Nidhi Makhijani
2014-07-29
1
-0
/
+2
*
mpeg4videodec: move showed_packed_warning from MpegEncContext to Mpeg4DecContext
Anton Khirnov
2013-12-05
1
-0
/
+2
*
mpeg4videodec: move intra_dc_threshold from MpegEncContext to Mpeg4DecContext
Anton Khirnov
2013-12-05
1
-0
/
+2
*
mpeg4videodec: move use_intra_dc_vlc from MpegEncContext to Mpeg4DecContext
Anton Khirnov
2013-12-05
1
-0
/
+1
*
mpeg4videodec: move sprite_{shift,traj} from MpegEncContext to Mpeg4DecContext
Anton Khirnov
2013-11-29
1
-0
/
+4
*
mpeg4videodec: move num_sprite_warping_points from MpegEncContext to Mpeg4Dec...
Anton Khirnov
2013-11-29
1
-0
/
+2
*
mpeg4videodec: move sprite_brightness_change from MpegEncContext to Mpeg4DecC...
Anton Khirnov
2013-11-29
1
-0
/
+1
*
mpeg4videodec: move scalability from MpegEncContext to Mpeg4DecContext
Anton Khirnov
2013-11-29
1
-0
/
+1
*
mpeg4videodec: move enhancement_type from MpegEncContext to Mpeg4DecContext
Anton Khirnov
2013-11-29
1
-0
/
+1
*
mpeg4videodec: move new_pred from MpegEncContext to Mpeg4DecContext
Anton Khirnov
2013-11-29
1
-0
/
+2
*
mpeg4videodec: move t_frame from MpegEncContext to Mpeg4DecContext
Anton Khirnov
2013-11-29
1
-0
/
+2
*
mpeg4videodec: move cplx_estimation_* fields from MpegEncContext to Mpeg4DecC...
Anton Khirnov
2013-11-29
1
-0
/
+4
*
mpeg4videodec: move mpeg4-specific bug workaround variables from MpegEncConte...
Anton Khirnov
2013-11-29
1
-0
/
+6
*
mpeg4videodec: move mpeg4-specific post-frame-decode code from h264dec to mpe...
Anton Khirnov
2013-11-29
1
-0
/
+1
*
mpeg4videodec: move MpegEncContext.resync_marker into Mpeg4DecContext.
Anton Khirnov
2013-11-29
1
-0
/
+2
*
mpeg4videodec: move MpegEncContext.rvlc to Mpeg4DecContext
Anton Khirnov
2013-11-29
1
-0
/
+2
*
mpeg4videodec: move MpegEncContext.vol_sprite_usage to Mpeg4DecContext
Anton Khirnov
2013-11-29
1
-1
/
+2
*
mpeg4videodec: move MpegEncContext.time_increment_bits to Mpeg4DecContext
Anton Khirnov
2013-11-29
1
-0
/
+2
*
mpeg4videodec: move MpegEncContext.shape to Mpeg4DecContext
Anton Khirnov
2013-11-29
1
-2
/
+4
*
mpeg4videodec: add a mpeg4-specific private context.
Anton Khirnov
2013-11-29
1
-0
/
+4
*
mpeg4video: K&R formatting cosmetics
Vittorio Giovara
2013-11-01
1
-49
/
+54
*
avcodec: Replace local extern declarations for tables with header #includes
Diego Biurrun
2013-08-15
1
-0
/
+3
*
Drop DCTELEM typedef
Diego Biurrun
2013-01-22
1
-2
/
+2
*
mpeg4: Add ff_ prefixes to nonstatic symbols
Martin Storsjö
2012-02-15
1
-12
/
+12
*
doxygen: misc consistency, spelling and wording fixes
Diego Biurrun
2011-12-12
1
-1
/
+1
*
lavc: convert error_recognition to err_recognition.
Dustin Brody
2011-12-12
1
-1
/
+1
*
multiple inclusion guard cleanup
Diego Biurrun
2011-05-21
1
-1
/
+1
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
Make inter_rvlc and intra_rvlc static tables.
Diego Elio Pettenò
2011-02-06
1
-3
/
+0
*
Add lots of missing includes
Måns Rullgård
2010-03-08
1
-0
/
+5
*
Make some tables static again, i mistakely thought they would be used in several
Michael Niedermayer
2010-01-09
1
-6
/
+0
*
Move 3 direct MV related functions that i left out from h263.c to mpeg4video.c.
Michael Niedermayer
2010-01-08
1
-0
/
+7
*
Rename mpeg4 intra vlc tables so they contain "mpeg4", this improves readability
Michael Niedermayer
2010-01-08
1
-4
/
+4
*
Rename DCtab_*, its a global variable and it helps understanding if mpeg4
Michael Niedermayer
2010-01-08
1
-2
/
+2
*
Remove useless line.
Michael Niedermayer
2010-01-08
1
-1
/
+0
*
Split the mpeg4 encoder and decoder off h263.c
Michael Niedermayer
2010-01-07
1
-0
/
+197