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
*
Globally rename the header inclusion guard names.
Stefano Sabatini
2008-08-31
1
-3
/
+3
*
Picture.ref_count/ref_poc have to be stored per field (actually also per
Michael Niedermayer
2008-08-02
1
-2
/
+2
*
Fix return type of ff_init_me().
Michael Niedermayer
2008-05-28
1
-1
/
+1
*
add FF_ prefix to all (frame)_TYPE usage
Aurelien Jacobs
2008-03-09
1
-8
/
+1
*
move EDGE_WIDTH definition allong with draw_edges where it belongs
Aurelien Jacobs
2008-03-05
1
-2
/
+0
*
move relevant declarations to mpeg12data.h
Aurelien Jacobs
2008-03-05
1
-3
/
+1
*
move run length table constants to rl.h
Aurelien Jacobs
2008-03-04
1
-6
/
+1
*
move ff_emulated_edge_mc() to dsputil
Aurelien Jacobs
2008-03-04
1
-2
/
+0
*
remove old draw_edges declaration cruft
Aurelien Jacobs
2008-03-04
1
-1
/
+0
*
move ff_init_scantable() into dsputil
Aurelien Jacobs
2008-03-04
1
-14
/
+0
*
mpegvideo.h has two function declarations with the 'inline' specifier
Uoti Urpala
2008-02-03
1
-2
/
+2
*
const
Michael Niedermayer
2008-02-01
1
-1
/
+1
*
Remove unused symbol.
Diego Pettenò
2008-01-07
1
-2
/
+0
*
Fix some spelling mistakes.
Diego Biurrun
2007-12-02
1
-2
/
+2
*
spelling
Vitor Sessak
2007-12-01
1
-1
/
+1
*
Add FFMPEG_ prefix to all multiple inclusion guards.
Diego Biurrun
2007-10-17
1
-3
/
+3
*
export convert_matrix and add ff_ prefix
Baptiste Coudurier
2007-10-08
1
-0
/
+2
*
export DCT_common_init and add ff_prefix
Baptiste Coudurier
2007-10-08
1
-0
/
+1
*
remove alternative declaration of h263_encode_init()
Aurelien Jacobs
2007-10-03
1
-4
/
+0
*
fix declaration name from MPV_common_init_ppc to MPV_common_init_altivec
Aurelien Jacobs
2007-10-03
1
-1
/
+1
*
remove useless #ifdef
Aurelien Jacobs
2007-10-03
1
-12
/
+0
*
Cosmetic preparations for h264/PAFF implementation.
Jeff Downs
2007-10-02
1
-2
/
+3
*
exchange the values of MV_DIR_FORWARD and MV_DIR_BACKWARD (this is more sane,
Michael Niedermayer
2007-08-01
1
-2
/
+2
*
simplify ff_h263_round_chroma()
Michael Niedermayer
2007-07-11
1
-7
/
+2
*
move ff_h263_round_chroma() to mpegvideo.h as static inline
Måns Rullgård
2007-07-11
1
-1
/
+13
*
Split ff_set_mpeg4_time() and move the non mpeg4 specific part
Aurelien Jacobs
2007-07-10
1
-1
/
+1
*
trivial warning fixes
Måns Rullgård
2007-07-08
1
-1
/
+1
*
move ff_copy_bits to bitstream.c
Aurelien Jacobs
2007-07-06
1
-1
/
+0
*
make DCT_common_init() static
Aurelien Jacobs
2007-07-05
1
-1
/
+0
*
misc spelling fixes
Diego Biurrun
2007-06-12
1
-5
/
+5
*
split ljpeg encoder out of mjpeg.c
Aurelien Jacobs
2007-05-18
1
-9
/
+0
*
remove some unused mjpeg encoding variables
Aurelien Jacobs
2007-05-14
1
-2
/
+0
*
add a ff_ prefix to the now exported mpeg1_find_frame_end() function
Aurelien Jacobs
2007-05-05
1
-1
/
+1
*
move mpegvideo_parser in it's own file
Aurelien Jacobs
2007-05-05
1
-0
/
+12
*
typos/grammar
Diego Biurrun
2007-04-07
1
-1
/
+1
*
Add doxy comments, based on Loren's explanations posted here:
Guillaume Poirier
2007-03-31
1
-1
/
+5
*
move RLTable stuff to its own header
Michael Niedermayer
2007-03-14
1
-28
/
+1
*
skiprd
Michael Niedermayer
2006-12-23
1
-0
/
+1
*
skip motion estimation and encoding of non direct-0,0 MBs if the next MB is s...
Michael Niedermayer
2006-12-21
1
-0
/
+2
*
throw error if unsupported resolution is used with h261
Baptiste Coudurier
2006-11-16
1
-0
/
+1
*
add codec_tag and codec_stream_tag to MpegEncContext to not alter avctx values
Baptiste Coudurier
2006-11-07
1
-0
/
+2
*
move AVCodecParser prototypes and definitions to parser.h, and move mpegvideo...
Baptiste Coudurier
2006-11-06
1
-19
/
+1
*
lambda* should be unsigned
Michael Niedermayer
2006-10-28
1
-2
/
+2
*
Fixes:
Dominik Mierzejewski
2006-10-08
1
-0
/
+1
*
Fixes:
Dominik Mierzejewski
2006-10-08
1
-0
/
+2
*
Fixes:
Dominik Mierzejewski
2006-10-08
1
-1
/
+1
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
*
fix buffer underflows by reencoding the current frame with a higher QP
Michael Niedermayer
2006-10-05
1
-0
/
+1
*
Move the ratecontrol related code from mpegvideo.h to a separate header file.
Panagiotis Issaris
2006-09-29
1
-66
/
+2
*
Pull out the ff_eval* from the mpegvideo header, as it doesn't belong there and
Panagiotis Issaris
2006-09-29
1
-10
/
+0
[next]