On Wed, Nov 05, 2014 at 03:37:04AM +0100, wm4 wrote:
> On Wed, 5 Nov 2014 03:19:04 +0100
> Michael Niedermayer wrote:
>
> > On Wed, Nov 05, 2014 at 02:59:45AM +0100, wm4 wrote:
> > > On Wed, 5 Nov 2014 02:44:12 +0100
> > > Michael Niedermayer wrote:
> > >
> > > > On Wed, Nov 05, 2014 at 02:13:2
On Wed, 5 Nov 2014 03:19:04 +0100
Michael Niedermayer wrote:
> On Wed, Nov 05, 2014 at 02:59:45AM +0100, wm4 wrote:
> > On Wed, 5 Nov 2014 02:44:12 +0100
> > Michael Niedermayer wrote:
> >
> > > On Wed, Nov 05, 2014 at 02:13:29AM +0100, wm4 wrote:
> > > > The header pixfmt.h contains the follow
On Wed, Nov 05, 2014 at 02:59:45AM +0100, wm4 wrote:
> On Wed, 5 Nov 2014 02:44:12 +0100
> Michael Niedermayer wrote:
>
> > On Wed, Nov 05, 2014 at 02:13:29AM +0100, wm4 wrote:
> > > The header pixfmt.h contains the following comment in the pixel format
> > > list doxygen:
> > >
> > > * @note
>
On Wed, 5 Nov 2014 02:44:12 +0100
Michael Niedermayer wrote:
> On Wed, Nov 05, 2014 at 02:13:29AM +0100, wm4 wrote:
> > The header pixfmt.h contains the following comment in the pixel format
> > list doxygen:
> >
> > * @note
> > * Make sure that all newly added big-endian formats have (pix_fmt
On Wed, Nov 05, 2014 at 02:13:29AM +0100, wm4 wrote:
> The header pixfmt.h contains the following comment in the pixel format
> list doxygen:
>
> * @note
> * Make sure that all newly added big-endian formats have (pix_fmt & 1) == 1
> * and that all newly added little-endian formats have (pix_fm
The header pixfmt.h contains the following comment in the pixel format
list doxygen:
* @note
* Make sure that all newly added big-endian formats have (pix_fmt & 1) == 1
* and that all newly added little-endian formats have (pix_fmt & 1) == 0.
* This allows simpler detection of big vs little-en