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
/
mpeg12enc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
*
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-30
1
-2
/
+2
*
Cosmetics: Reindent after r19927.
Carl Eugen Hoyos
2009-09-20
1
-1
/
+1
*
Allow encoding frames with more than 2800 lines.
Martin Fiedler
2009-09-20
1
-0
/
+5
*
Mark all pix_fmts and supported_framerates compound literals as const.
Reimar Döffinger
2009-09-06
1
-2
/
+2
*
Move declarations in mpeg1_encode_motion() closer to where they are needed.
Michael Niedermayer
2009-04-17
1
-5
/
+4
*
Useless assignment found by the clang static analyzer.
Michael Niedermayer
2009-04-17
1
-1
/
+0
*
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-02-01
1
-1
/
+1
*
cosmetics: Remove pointless period after copyright statement non-sentences.
Diego Biurrun
2009-01-19
1
-1
/
+1
*
bitstream: move put_sbits() from flacenc.c to bitstream.h and use it
Ramiro Polla
2008-07-13
1
-10
/
+10
*
Support >=4096 dimensions, fixes issue499.
Michael Niedermayer
2008-06-25
1
-4
/
+4
*
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-12
1
-2
/
+2
*
Replace some occurrences of -1 with PIX_FMT_NONE.
Carl Eugen Hoyos
2008-05-11
1
-2
/
+2
*
Add some long names to AVCodec declarations.
Stefano Sabatini
2008-04-29
1
-0
/
+2
*
Apply 'cold' attribute to init/uninit functions in libavcodec
Zuxy Meng
2008-03-21
1
-1
/
+1
*
add FF_ prefix to all (frame)_TYPE usage
Aurelien Jacobs
2008-03-09
1
-9
/
+9
*
get rid of mb_type_len
Michael Niedermayer
2007-08-01
1
-8
/
+6
*
exchange the values of MV_DIR_FORWARD and MV_DIR_BACKWARD (this is more sane,
Michael Niedermayer
2007-08-01
1
-1
/
+1
*
add proper ff_ prefix to new extern symbols
Aurelien Jacobs
2007-07-05
1
-32
/
+32
*
split mpeg12 encoder out of mpeg12.c
Aurelien Jacobs
2007-07-05
1
-0
/
+956