Re: [FFmpeg-devel] [PATCH 0/5] huffyuv and lossless_video dsp contexts reorganization

2017-01-12 Thread James Almer
On 1/12/2017 2:54 PM, Paul B Mahol wrote: > On 1/12/17, James Almer wrote: >> On 1/8/2017 12:25 PM, James Almer wrote: >>> This moves code around so dsp functions used by either one or more >>> codecs are in the corresponding contexts. Decoder and encoder dsp >>> functions are also now properly sp

Re: [FFmpeg-devel] [PATCH 0/5] huffyuv and lossless_video dsp contexts reorganization

2017-01-12 Thread Paul B Mahol
On 1/12/17, James Almer wrote: > On 1/8/2017 12:25 PM, James Almer wrote: >> This moves code around so dsp functions used by either one or more >> codecs are in the corresponding contexts. Decoder and encoder dsp >> functions are also now properly split. >> >> James Almer (5): >> lossless_videod

Re: [FFmpeg-devel] [PATCH 0/5] huffyuv and lossless_video dsp contexts reorganization

2017-01-12 Thread James Almer
On 1/8/2017 12:25 PM, James Almer wrote: > This moves code around so dsp functions used by either one or more > codecs are in the corresponding contexts. Decoder and encoder dsp > functions are also now properly split. > > James Almer (5): > lossless_videodsp: move shared functions from huffyuvd

[FFmpeg-devel] [PATCH 0/5] huffyuv and lossless_video dsp contexts reorganization

2017-01-08 Thread James Almer
This moves code around so dsp functions used by either one or more codecs are in the corresponding contexts. Decoder and encoder dsp functions are also now properly split. James Almer (5): lossless_videodsp: move shared functions from huffyuvdsp huffyuvencdsp: move functions only used by huffy