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
/
pixdesc.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement av_get_bits_per_pixel().
Stefano Sabatini
2009-04-27
1
-0
/
+10
*
Make read_line() do not depend on put_bits.h and speed up it.
Stefano Sabatini
2009-04-22
1
-6
/
+7
*
Add missing header inclusion guard.
Stefano Sabatini
2009-04-21
1
-0
/
+5
*
Implement a write_line() function.
Stefano Sabatini
2009-04-21
1
-0
/
+51
*
Do not use full include path for get_bits.h, since the header is in
Stefano Sabatini
2009-04-13
1
-1
/
+1
*
Rename bitstream.h to get_bits.h.
Stefano Sabatini
2009-04-13
1
-1
/
+1
*
Extend read_line() to make it take a read_pal_component parameter.
Stefano Sabatini
2009-04-01
1
-3
/
+8
*
Reindent after the last patch.
Stefano Sabatini
2009-03-31
1
-10
/
+10
*
Add/fix support for bitstream formats reading in read_line().
Stefano Sabatini
2009-03-31
1
-9
/
+16
*
Make the step and offset fields of the component descriptor express a
Stefano Sabatini
2009-03-31
1
-2
/
+12
*
Document read_line().
Stefano Sabatini
2009-03-31
1
-0
/
+12
*
Make read_line() take as parameter a const AVPixFmtDescriptor * rather than a
Stefano Sabatini
2009-03-31
1
-1
/
+1
*
Export to pixdesc.h the av_pix_fmt_descriptors array.
Stefano Sabatini
2009-03-22
1
-0
/
+4
*
Implement a name field for AVPixFmtDescriptor.
Stefano Sabatini
2009-03-18
1
-0
/
+1
*
Expand "lsb" to "least significant bits".
Stefano Sabatini
2009-03-15
1
-1
/
+1
*
Fix typo: "i" -> "in".
Stefano Sabatini
2009-03-04
1
-1
/
+1
*
spelling/wording/grammar cosmetics
Diego Biurrun
2009-02-25
1
-16
/
+17
*
AVPixFmtDescriptor doxy
Michael Niedermayer
2009-02-24
1
-0
/
+8
*
Pixel Format descriptor, try #1.
Michael Niedermayer
2009-02-24
1
-0
/
+91