Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-06-06Remove '\p', '\c' and '\e' doxygen markup from doxy, as it shouldStefano Sabatini
improve plain text doxy readability. See the thread: "[RFC] Should we use doxygen markup?". Originally committed as revision 19122 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-28Implement av_get_bits_per_pixel().Stefano Sabatini
Originally committed as revision 18709 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-22Make read_line() do not depend on put_bits.h and speed up it.Stefano Sabatini
Originally committed as revision 18653 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-22Add missing header inclusion guard.Stefano Sabatini
Originally committed as revision 18647 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-21Implement a write_line() function.Stefano Sabatini
Originally committed as revision 18646 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-13Do not use full include path for get_bits.h, since the header is inStefano Sabatini
the same directory. Consistent with r16260. Originally committed as revision 18496 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
Originally committed as revision 18494 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-02Extend read_line() to make it take a read_pal_component parameter.Stefano Sabatini
Originally committed as revision 18303 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-01Reindent after the last patch.Stefano Sabatini
Originally committed as revision 18292 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-01Add/fix support for bitstream formats reading in read_line().Stefano Sabatini
Originally committed as revision 18291 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-01Make the step and offset fields of the component descriptor express aStefano Sabatini
number of bits for bitstreams formats. Originally committed as revision 18290 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-01Document read_line().Stefano Sabatini
Originally committed as revision 18286 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-31Make read_line() take as parameter a const AVPixFmtDescriptor * rather than aStefano Sabatini
(non const) AVPixFmtDescriptor *. Originally committed as revision 18275 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-23Export to pixdesc.h the av_pix_fmt_descriptors array.Stefano Sabatini
Originally committed as revision 18152 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-18Implement a name field for AVPixFmtDescriptor.Stefano Sabatini
Originally committed as revision 18035 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-15Expand "lsb" to "least significant bits".Stefano Sabatini
Originally committed as revision 17978 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-05Fix typo: "i" -> "in".Stefano Sabatini
Originally committed as revision 17812 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-25spelling/wording/grammar cosmeticsDiego Biurrun
Originally committed as revision 17588 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-24AVPixFmtDescriptor doxyMichael Niedermayer
Originally committed as revision 17549 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-24Pixel Format descriptor, try #1.Michael Niedermayer
(yes its intentionally unused, this is intended as a basis for further work, and to prevent repeation of the whole discussion dying and the results being forgotten) Originally committed as revision 17548 to svn://svn.ffmpeg.org/ffmpeg/trunk