Custom Query (2195 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (37 - 39 of 2195)

3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Ticket Resolution Summary Owner Reporter
#1919 fixed Fix unused-variable warnings when using -NDEBUG build option bennylp riza
Description

When using -NDEBUG -Wunused-but-set-variable build option, some unused-variable warnings will be generated. This is mainly because pj_assert will not be evaluated when -NDEBUG is used.

Although harmless, eliminating compiler warning is a good practice.

#1920 fixed Various patches related to FFMpeg nanang riza
Description

This ticket will contain various patches related to FFMpeg.

For example, newer FFMpeg might deprecate API and introduce a new one.

#1929 fixed Avoid memory pool growing when doing re-Registration bennylp riza
Description

When doing re-registration, on some cases we might get different response (e.g: Authentication challenge) which eventually cause the memory pool to grow.

This ticket will use a new pool specific for this case, it will check for the pool size, and recreate it if it's over the limit.

Thanks to Oleg Grazhdan for the patch.

3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Note: See TracQuery for help on using queries.