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_parser.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mpeg4video_parser: Drop pointless av_-prefix from static function
Diego Biurrun
2014-02-20
1
-4
/
+3
*
mpeg4videodec: move MpegEncContext.shape to Mpeg4DecContext
Anton Khirnov
2013-11-29
1
-2
/
+2
*
mpeg4videodec: add a mpeg4-specific private context.
Anton Khirnov
2013-11-29
1
-3
/
+4
*
mpeg4video_parser: K&R formatting cosmetics
Vittorio Giovara
2013-11-02
1
-34
/
+35
*
mpeg4video_parser: stop using deprecated avcodec_set_dimensions
Anton Khirnov
2013-10-31
1
-1
/
+4
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-1
/
+1
*
mpeg4video parser: move specific fields into private context
Rafaël Carré
2012-02-10
1
-9
/
+11
*
parsers: initialize MpegEncContext.slice_context_count to 1
Janne Grunau
2012-01-06
1
-0
/
+1
*
lavc: use designated initialisers for parsers.
Anton Khirnov
2011-11-02
1
-6
/
+6
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
Diego Elio Pettenò
2011-01-26
1
-1
/
+1
*
Include mpeg4video.h: Needed for declaration of ff_mpeg4_decode_picture_header.
Carl Eugen Hoyos
2010-02-28
1
-0
/
+1
*
Make sure the parsers do not overwrite width/height as this can interfere
Michael Niedermayer
2009-12-05
1
-1
/
+1
*
Add missing av_cold in static init/close functions.
Daniel Verkamp
2009-02-22
1
-1
/
+1
*
cosmetics: Remove pointless period after copyright statement non-sentences.
Diego Biurrun
2009-01-19
1
-2
/
+2
*
move ff_mpeg4_find_frame_end() from h263dec.c to mpeg4video_parser.c
Aurelien Jacobs
2007-05-09
1
-0
/
+38
*
make some parser parameters const to avoid casting const to non-const
Aurelien Jacobs
2007-05-07
1
-3
/
+3
*
move mpeg4video_parser in it's own file
Aurelien Jacobs
2007-05-05
1
-0
/
+100