In libavcodec library the H264.c file ,i am trying to seperate the loop filter 
fuction from the decode_mb() function but i got some prolemssince the loop 
filter is called each time an entire row is completetly decoded,when i try to 
change its place to be when an entire frame is ended there is a full 
degradation in the picture any idea can be usefull??BTW i am doing this to 
seperate the 4 decoding stages functions from each other in order to 
prallaleize these pipelined stages into seperate coresthus achieving better 
decoding times thanks                                           
_______________________________________________
Libav-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to