[FFmpeg-devel] [PATCH] Maintain pointer to end of AVFormatContext.packet_buffer list

Måns Rullgård mans
Wed Aug 6 17:35:29 CEST 2008


Mans Rullgard wrote:
> This changes add_to_pktbuf() to maintain a pointer to the last entry
> in the list, avoiding a linear walk-through on each call.  Before this
> change, add_to_pktbuf() could take a significant amount of time (10%
> of total decoding time), even with input files of several minutes.
> After the change, the time spent in this function is barely measurable
> with oprofile.

Ping

-- 
M?ns Rullg?rd
mans at mansr.com




More information about the ffmpeg-devel mailing list