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
/
flashsvenc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unnecessary calls to avcodec_check_dimensions, the check is already
Reimar Döffinger
2009-10-13
1
-4
/
+0
*
Mark all pix_fmts and supported_framerates compound literals as const.
Reimar Döffinger
2009-09-06
1
-1
/
+1
*
Split bitstream.h, put the bitstream writer stuff in the new file
Stefano Sabatini
2009-04-12
1
-1
/
+1
*
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-02-01
1
-1
/
+1
*
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-12
1
-1
/
+1
*
Replace some occurrences of -1 with PIX_FMT_NONE.
Carl Eugen Hoyos
2008-05-11
1
-1
/
+1
*
Add long names to many AVCodec declarations.
Stefano Sabatini
2008-04-27
1
-0
/
+1
*
Apply 'cold' attribute to init/uninit functions in libavcodec
Zuxy Meng
2008-03-21
1
-2
/
+2
*
Use FFABS instead of abs.
Benjamin Larsson
2007-05-17
1
-2
/
+2
*
Remove lots of unused commented code. (Cleanup)
Benjamin Larsson
2007-05-17
1
-58
/
+1
*
Change default 1 pass blocksize to 64x64.
Benjamin Larsson
2007-05-17
1
-2
/
+2
*
Added support for instances where linesize[0] is negative.
Benjamin Larsson
2007-05-12
1
-3
/
+12
*
Remove redundant #inclusion of common.h, avcodec.h already #includes it.
Diego Biurrun
2007-05-10
1
-1
/
+0
*
Get rid of unnecessary pointer casts.
Nicholas Tung
2007-04-08
1
-3
/
+3
*
Respect the gop size (-g) for marking I frames. Use -g 0 gives the old behavi...
Benjamin Larsson
2007-03-11
1
-0
/
+13
*
Simplify, use avctx->frame_number.
Benjamin Larsson
2007-03-10
1
-5
/
+1
*
Don't copy more then needed, bugfix by Gus Scheidt ellocogato at gmail dot co...
Benjamin Larsson
2007-01-25
1
-2
/
+2
*
Remove debug line.
Benjamin Larsson
2007-01-21
1
-1
/
+0
*
Add flashsv encoder to changelog and fix the encoder so it actually works.
Benjamin Larsson
2007-01-21
1
-2
/
+3
*
Flash screen video encoder.
Benjamin Larsson
2007-01-21
1
-0
/
+337