Falsehoods programmers believe about video
1–10 of 139 posts
Re: Falsehoods programmers believe about video
#2Re: Falsehoods programmers believe about video
#3Re: Falsehoods programmers believe about video
#4Re: Falsehoods programmers believe about video
#5This is a good list, but it would be so much better with some (brief) pointers to counter-examples to the beliefs.
I honestly think this genre is horrible and counterproductive, even though the writer's intentions are good. It gives no examples, no explanations, no guidelines for proper implementations - just a list of condescending gotchas, showing off the superior intellect and perception of the author.
Re: Falsehoods programmers believe about video
#6and
> video decoding is easily parallelizable
At a previous job, I don't know if it was just the field I was in or just bad luck, but having to explain this over and over again was kind of a personal nightmare.
That being said, this is an excellent list!
Re: Falsehoods programmers believe about video
#7This is a good list, but it would be so much better with some (brief) pointers to counter-examples to the beliefs.
This unfortunately follows the conventions of the genre called "Falsehood programmers believe about X": http://spaceninja.com/2015/12/08/falsehoods-programmers-beli... I honestly think this genre is horrible and counterproductive, even though the writer's intentions are good. It gives no examples, no explanations, no guidelines for proper implementations - just a list of condescending gotchas, showing off the superio…
Re: Falsehoods programmers believe about video
#8This is a good list, but it would be so much better with some (brief) pointers to counter-examples to the beliefs.
This unfortunately follows the conventions of the genre called "Falsehood programmers believe about X": http://spaceninja.com/2015/12/08/falsehoods-programmers-beli... I honestly think this genre is horrible and counterproductive, even though the writer's intentions are good. It gives no examples, no explanations, no guidelines for proper implementations - just a list of condescending gotchas, showing off the superio…
Re: Falsehoods programmers believe about video
#9> a H.264 hardware decoder can decode all H.264 files and > video decoding is easily parallelizable At a previous job, I don't know if it was just the field I was in or just bad luck, but having to explain this over and over again was kind of a personal nightmare. That being said, this is an excellent list!
If you can jump ahead, it would seem to be easy to have multiple threads, starting at key frames to decode the content. You'd have to splice them together, but this seems possible.
Re: Falsehoods programmers believe about video
#10This is a good list, but it would be so much better with some (brief) pointers to counter-examples to the beliefs.